 /*
Theme Name: Travelify Child
Theme URI: http://colorlib.com/wp/travelify/
Author: NextFabs
Author URI: http://nextfabs.com/
Description: Child theme of Travelify
Template: travelify
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light, green , custom-background, custom-header, custom-menu, fluid-layout, featured-images, full-width-template, left-sidebar, right-sidebar, one-column, two-columns, three-columns, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, photoblogging, holiday
Text Domain: travelify-child
 */
ins {
 	background: #ffffff;
}

.widget {
	min-width:320px;
	padding: 10px;
	
}
#main {
	padding: 10px 0 0px;
}
.wrapper {
	max-width: 1058px;
}
.container {
	max-width: 1025px;
	
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}

table {
	border-left: none;
	background: none;
}
th {
	border-top: none;
	border-bottom: none;
	border-right: none;
	padding: 2px;
}
td,tbody th {
	background: none;
	border-top: none;
	border-bottom: none;
	border-right: none;
	padding: 2px;
}
tr:hover td,tr:hover th {
	background: #eee;
}
thead th,tfoot th,thead tr:hover th,tfoot tr:hover th {
	background: #fff;
}

.table-striped>tbody>tr.current {
	background: #1e73be;
}
.table-striped>tbody>tr.current td {
	color: #fff;
	font-weight: 500;
}
.table-striped>tbody>tr.current:hover td {
	background: #096abf;
}

.dataTables_filter input {
	border: 1px solid #ccc;
	border-radius: 2px;
	line-height: 9px;
	padding: 2px 5px;
}
.dataTable ul li {
	background-image: none;
}

p a {
	cursor: pointer;
	color: #2677bf;
}
p a:hover {
	color: #1e73be;
}

#primary {
		width: 65.32%;
	}
@media (max-width: 767px) {
	#primary {
		width: 100%;
	}
}
@media only screen and (max-width: 1078px) {
	#secondary {
		min-width:270px;
	}
	.wrapper {
		width: 99%;
	}
}
/*tablepress*/
.tablepress.compare-column thead th {
	background-color: #f8f8f8;
	color: #06aea7;
	border-top: 6px solid #06aea7;
	text-transform: uppercase;
}
.tablepress.compare-column .column-1 {
	font-weight: 700;
}

.entry-title,.entry-title a {
	text-decoration:none;
}
.post a {
	text-decoration:none;
	color: #439f55;
}
li a {
	text-decoration:none;
	color: #439f55;
}

#content ul a, #content ol a {
    color: #439f55;
}

.relatedposts {width: 640px; margin: 0 0 20px 0; float: left; font-size: 12px;}
.relatedposts h3 {font-size: 20px; margin: 0 0 5px 0; }
.relatedthumb {margin: 0 1px 0 1px; float: left; }
.relatedthumb img {margin: 0 0 3px 0; padding: 0;}
.relatedthumb a {color :#333; text-decoration: none; display:block; padding: 4px; width: 150px;}
.relatedthumb a:hover {background-color: #ddd; color: #000;}