/*
Theme Name: Travelerrr
Theme URI: http://travelerrr.com
Author: BitwiseCode
Author URI: https://bitwisecode.com
Description: This is s custom based theme created for Travelerrr 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: travel
*/

body{
	margin:0px;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
}
a{
	text-decoration:none;
}
a:hover{
	color:#3b86b0;
}
img{
	max-width:100%; 
	display:block;
	height: auto;
}
p {
    font-size: 16px;
	color:#333;
}
h2{
	font-size: 30px;
    text-transform: uppercase;
    margin: 0px 0px 30px 0px;
}
*{
	box-sizing:border-box;
}
.container{
	margin:auto;
	max-width:100%;
	width:1170px;
	padding:0px 15px;
}
fieldset{
	width:100%;
}
.top_area {
  background: #273646;
  padding: 8px 0px;
}
.top_area:after{
    clear:both;
    content:'';
    display:block;
}
.top_left {
    float: left;
    width: 30%;
	min-height:1px;
}
.top_left .social_media_icons{
    text-align:left;
}
.top_left .social_media_icons li a {
    font-size: 14px !important;
    width: 27px;
    height: 27px;
    line-height: 27px;
}
.top_right {
    width: 70%;
    float: left;
	min-height:1px;
}
.top_area .top_right ul {
  text-align: right;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.top_area .top_right ul li {
  display: inline-block;
}
.top_area .top_right ul li a {
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 14px;
	display:block;
}
.top_left .email, .top_left .email a{
	color:#fff;
}

.top_area .top_right ul .wpml-ls-item {
  background-color: transparent !important;
  position: relative;
}
.top_area .top_right ul .wpml-ls-item a {
  background-color: transparent;
  color: #fff;
  padding: 5px 0px 5px 10px;
}
.top_area .top_right ul .wpml-ls-item a span, .top_area .top_right ul .wpml-ls-item a img{
    display:inline-block;
    vertical-align:middle;
}
.top_area .top_right ul .wpml-ls-item a img{
    margin-right:5px;
}
.top_area .top_right ul .wpml-ls-item ul {
  position: absolute;
  top: 100%;
  width: 120px;
  left: 0px;
  z-index: 9999;
  background: #f2f2f2;
  display:none;
}
.top_area .top_right ul .wpml-ls-item:hover > ul {
  display: block;
}
.top_area .top_right ul .wpml-ls-item ul li {
  display: block;
}
.top_area .top_right ul .wpml-ls-item ul li a {
  text-align: left;
  color:#000;
}
/*.header_area {
    background: rgba(0, 0, 0, .7);
    position: static;
    top: 0px;
    left: 0%;
    width: 100%;
    z-index: 9999;
}*/
.no_transparent{
	position:static;
	background:#fff;
}
.admin-bar .header_area{
	top:32px;
}
.header_area:after{
	clear:both; 
	display:block; 
	content:'';
}
.logo{
	float:left; 
	width:250px;
	overflow:hidden;
}
.logo img{
	max-height:68px;
	width:auto;
	padding: 5px 0px;
}
.menu_area{
	float:right; 
	width:calc(100% - 250px);
}
.logo a {
    display: block;
}
.wpb_column.vc_column_container.vc_col-sm-3 {

    overflow: hidden;
    padding: 15px 0px;

}

.menu_area ul{
	text-align:right; 
	margin:0px 0px; 
	padding:0px;
	font-size:0px;
}
.menu_area ul li{
	display:inline-block;
	position:relative;
}
.menu_area ul li a{
	display: block;
	padding: 10px;
	color: #000;
	font-size: 15px;
	line-height: 46px;
	text-transform: capitalize;
	font-weight: normal;
	margin:0px 1px;
	border-bottom: 2px solid transparent;
}
.menu_area ul .current-menu-item a{
	color: #fcbe16;
	border-bottom: 2px solid #fcbe16;
}
.menu_area ul li a:hover{
	color: #fcbe16;
	border-bottom: 2px solid #fcbe16;
}
.menu_area ul li a i {
    margin-right: 5px;
}
.menu_area ul ul{
	background:#000; 
	width:200px; 
	position:absolute; 
	top:100%; 
	left:0%;
	display:none;
	margin-top:0px;
	z-index:9999;
}
.menu_area ul .wpml-ls-menu-item ul{
	width:97px; 
	text-align:left;
}
.menu_area ul .wpml-ls-menu-item ul li a{
	line-height:18px;
	font-size:10px;
	padding:5px 2px;
}
.menu_area ul li:hover ul{
	display:block;
}
.menu_area ul ul li{
	display:block;
}
.title_area {
    background: #F7F7F7;
    padding: 5px 0px;
	overflow:hidden;
	margin-bottom:40px;
}
.title{
	float:left; 
	width:50%; 
}
.title h2 {
    font-size: 23px;
    margin: 0px;
    padding: 14px 0px;
}
.breadcrumb{
	float:right; 
	width:50%;
}
.breadcrumb ul{
	text-align:right; 
	margin:0px; 
	padding:0px; 
	list-style:none;
}
.breadcrumb ul li{
	display:inline-block;
	padding:22px 3px;
}
.breadcrumb ul li a{
	display:block; 
	color:#000; 
}
.sidebar .widget{
	padding:20px; 
	margin-bottom:0px;
}

/**** Cars ***/
.uxie-economybookings-widget--width {
    max-width: inherit !important;
    width: 100% !important;
}
.uxie-economybookings-widget--dark .uxie-economybookings-widget {
    background: transparent !important;
}
.uxie-economybookings-widget--dark .uxie-economybookings-widget .uxie-economybookings-search-submit__button:active, .uxie-economybookings-widget--dark .uxie-economybookings-widget .uxie-economybookings-search-submit__button:hover {
    background: #ff9f00 !important;
}
.uxie-economybookings-widget--dark .uxie-economybookings-widget .uxie-economybookings-search-submit__button {
    background: #ff9f00 !important;
    color: #2e363e !important;
}
.uxie-economybookings-widget .uxie-economybookings-search-submit__button:hover {
    background: #ff9f00 !important;
}
.uxie-econ-date-time-picker option {
    color: #000;
}
.sidebar .widgettitle{
	color:#000;
	margin-top:0px;
}
.footer_area{
	background:#f6f6f6; 
	overflow:hidden;
	color:#000;
	padding:30px 0px;
}
.footer_area a{
	color:#fff;
}
.footer_area ul{
	list-style:none; 
	margin:0px; 
	padding:0px;
}
.footer_area ul li{
	margin:5px 0px;
}
.footer_area ul li a{
	display:block; 
	color:#000;
	text-transform:uppercase;
	padding:5px 0px;
	font-size:14px;
}
.footer_three{
	float:left; 
	width: calc(25% - 22.5px);
    margin-right:30px;
}
.footer_three:last-child{
    margin-right:0px;
}
.footer_area p {
    color: #0d0d0d;
}
.footer_top {

    padding: 30px 0px;

}
.footer_three .widgettitle {
    color: #000;
}
.footer_copy{
	background:#363636; 
	color:#fff; 
	text-align:center;
	padding:15px 0px;
}
.main_head_title{
	font-size: 40px;
    color: #ffffff;
    text-align: center;
}
.tv_center{
	text-align:center;
}
.widgettitle{
	display: block;
	margin: 0 0 20px;
	font-size: 17px;
	color: #fff;
	font-weight: 600;
	line-height: 1.5;
	border-bottom: 2px solid #1769b5;
	padding-bottom: 5px;
	text-transform: uppercase;
	position:relative;
}
.widgettitle::before {
    content: " ";
    position: absolute;
    left: 0px;
    bottom: -2px;
    height: 2px;
    width: 40px;
    background: transparent;
    display: block;
}
.mc4wp-form-fields input[type="email"] {
    width: 100%;
    margin-top: 10px;
    border: none;
    border: 1px solid #d3cfcf;
}
.mc4wp-form-fields input[type="submit"] {
    background: #1769b5;
    border: none;
    padding: 7px 15px;
    border-radius: 5px;	
	color:#fff;
	cursor:pointer;
}
.blog .page_content, .single .page_content{
    overflow: hidden;
}
.blog, .single{
    background: #F4F4F4;
}
.left_content{
	width:70%; 
	float:left;
	padding-right:20px;
}
.ViatorFindTTD {
    width: 100% !important;
}
.ViatorFindTTD .pas {
    background-color: rgba(0,0,0,0) !important;
    border-color: rgba(0,0,0,0) !important;
}
.ViatorFindTTD .pas .module_header {
    background-color: transparent !important;
}
.ViatorFindTTD .pas .module_body {
    background-color: transparent !important; 
}
.ViatorFindTTD .pas .btn button {
    padding: 10px 20px;
    height: auto;
    margin-bottom: 10px;
    width: 150px;
}
.sidebar{
	float: right;
    width: 30%;
    background: #f7f7f7;
    padding: 20px;
    border: 1px solid #e3e3e3;
}
.post {
    padding: 40px;
    background: #fff;
    margin-bottom: 40px;
}
.post .read_more {
    display: inline-block;
    padding: 7px 15px;
    background: #F57F30;
    color: #fff;
    font-weight: 700;
}
.post .read_more:hover{
	background:#c96624;
}
.post img{
	max-width:100%;
	height: auto;
}
.pagination .page-numbers{
	display:inline-block; 
	background:#F57F30; 
	padding:5px 8px;
	border-radius:5px;
	color:#fff; 
	margin-bottom:40px;
}
.pagination .page-numbers:hover{
	background:#c96624;
}
.pagination  .current{
	background:#c96624;
}
.comments-wrapper .logged-in-as, .comments-wrapper .comment-notes, .comments-wrapper .comment-awaiting-moderation {
    color: #999999;
    background-color: #e8e8e8;
    border-color: #e6e6e6;
    padding: 10px 15px;
    border-radius: 0;
}
.comment-form input:not([type="submit"]), .comment-form textarea {
    height: 50px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    color: #202020;
    border: 1px solid #eee;
    border-radius: 0;
    width: 100%;
    outline: none;
}
.comment-form textarea {
	height:150px;
}
.toggle{
	display:none;
}
.search_travel {
    min-height: 210px;
}
.form-submit input {
    width: auto;
    background: #1769b5;
    border: navajowhite;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}
.post h2 {
    font-size: 20px;
    text-transform: inherit;
    margin: 10px 0px;
    color: #000;
}
.post h2 a{
	color: #000;
}
.post_meta {
    padding: 0px 0px 20px 0px;
}
.footer_logo  a{
	display:inline-block;
}
.footer_logo img {
    margin: auto;
    padding: 0px 0px 5px 0px;
    height: 40px;
    width: auto;
	display:block;
}
.tp_hotels {
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 100%;
    height: 130px;
    margin: 0px auto;
}
.tp_hotels figcaption{
	position: absolute;
	bottom: 0px;
	padding: 5px 5px;
	color: #fff;
	background: rgba(0,0,0,.5);
	width: 100%;
	font-size: 16px !important;
	margin: 0px;
	pointer-events: none;
}
.tp_hotels img{
	transition:300ms;
}
.tp_hotels:hover img{
	transform:scale(1.1);
	filter:brightness(110%);
} 
.flights_col:nth-child(4n) {
    margin-right: 0px;
}
.single-product .title_area{
	display:none;
}
.single-product .content_area{
	padding-top:60px;
	box-shadow: 1px 1px 2px #000; 
}


/**** Instagram Design ****/
.tl-instagram-feed .instagram-col-3 li {
    width: 33.333%;
}
.tl-instagram-feed .instagram-pics li {
    display: inline-block;
    list-style: outside none none;
	margin:0px;
}
.tl-instagram-feed ul {
    padding: 0;
	margin:0;
	font-size:0px;
}
.tl-instagram-feed .instagram-pics li a{
	display:block; 
	padding:0px;
}

/**** Woocommerce Design ******/
.woocommerce ul.products li.product .price {
    margin: 5px 10px;
    color: #000;
    font-size: 14px;
    height: 28px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin: 5px 10px;
   font-size: 12px;
    height: 48px;
    overflow: hidden;
        color: #000;
}
.woocommerce ul.products li.product .button {
    margin-top: 1em;
    margin: 10px;
    background: #00AAE5;
    color: #fff;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border: 1px solid #ddd;
}

.woocommerce nav.woocommerce-pagination {
    margin-bottom: 30px;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0px !important;
}
.wpb_image_grid .wpb_image_grid_ul img {
    
}

.tr_button {
  width: 100%;
  margin: 10px 0px;
}
.tr_button a {
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.social-icons-widget ul {
    list-style-type: none;
    margin: 0 0 0px;
    width: 100%;
    padding: 0px;
}
.woocommerce ul.products li.product a img {
    height: 248px;
    width: auto;
    margin: auto;
	object-fit: cover;
}
.woocommerce .header_area {
    border-bottom: 1px solid #F7F7F7;
}
.woocommerce .content_area {
    padding-top: 60px;
}
.woocommerce .title_area{
	display:none;
} 
.woocommerce div.product div.images img {
    height: 350px;
    width: auto;
    margin: auto;
}

/**** Visual Composer Design ******/
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section {
    padding-top: 0px !important;
}

 .flights_col{
	float: left;
    padding: 0px;
    box-sizing: border-box;
    width: calc(25% - 11.25px);
    margin-right: 15px;
    margin-bottom: 15px;
}
 .flights_col:nth-child(4n+1){
	clear:both;
}
.redux-slides-list li:nth-child(2), .redux-slides-list li:nth-child(3){
	display:none;
}
.main_search {
    width: 100%;
	height: 220px;
}
/*** Blog Design ****/
.post-inner-content {
padding: 30px 26px;
background-color: #f7f7f7;
border-top: 3px solid #f46b2e;
-webkit-box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.38);
-moz-box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.38);
box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.38);
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
margin-bottom:60px;
}
.post-inner-content {
border-top: 3px solid #4c89bf;
}
.page-header {
margin-top: 0;
background-color: #ffffff;
padding: 10px 30px 18px 30px;
border: none;
overflow: hidden;
clear: both;
-webkit-box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.38);
-moz-box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.38);
box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.38);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.entry-header {
margin-top: 0;
background-color: inherit;
padding: 0px;
padding-bottom: 0px;
border: none;
padding-bottom: 0px;
box-shadow: none;
border-radius: 0px;
}
.entry-meta .posted-on {
padding-left: 1px;
}
.entry-meta span {
margin-right: 13px;
}
.entry-meta .fa {
font-size: 14px;
margin-right: 4px;
color: #0f75bc;
}
.entry-meta a {
font-size: 13px;
color: #474747;
border-bottom: 1px dashed transparent;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.page-content, .entry-content, .entry-summary {
margin: 1.5em 0 0;
}
.entry-content img{
border-radius: 4px;
overflow: hidden;
float: none;
max-height: 300px;
max-width: 100%;
object-fit: cover;
}
.btn.btn-default.read-more {
margin-top: 10px;
font-size: 12px;
padding: 16px 20px;
width: 100%;
display: block;
text-align: center;
line-height: 1.5;
border-radius: .25rem;
margin-bottom: -50px;
}
.btn.btn-default {
color: #ffffff;
font-weight: bold;
text-transform: uppercase;
}
.btn-default, .label-default {
background-color: #1e73be;
border-color: #1e73be;
}
.btn-default, .label-default {
background-color: #0f75bc;
border-color: #0f75bc;
-webkit-transition: background-color 0.3s linear;
-moz-transition: background-color 0.3s linear;
-o-transition: background-color 0.3s linear;
transition: background-color 0.3s linear;
}
.entry-title {
font-size: 32px;
}
.entry-title {
    color: #000;
    margin: 0px 0px 30px 0px;
}
.entry-title a {
    color: #000;
}
.post_excerpt p{
    padding:20px 0px;
}


/*** Social Widget design ****/
.social_media_icons {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
    font-size: 0px;
}
.social_media_icons li {
    display: inline-block;
}
.social_media_icons li a {
    color: #fff !important;
    background: #1e73be;
    font-size: 18px !important;
    width: 40px;
    height: 40px;
    text-align: center;
    display: block;
    line-height: 40px;
    margin: 0px 3px;
    border-radius: 50%;
	padding:0px !important;
}


/**** Design Flight Destination ****/
.popular_destination_items {
    overflow: hidden;
}
.popular_destination_item:nth-child(4n) {
    margin-right: 0px;
}
.popular_destination_item {
    width: calc(25% - 11.25px);
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
}
.item_container {
    border: 1px solid #E0E7ED;
    border-radius: 5px;
}
.item_content {
    padding: 15px;
}
.item_container {
  border: 1px solid #E0E7ED;
  border-radius: 5px;
}

.city_name1 {
  font-size: 18px;
  text-transform: capitalize;
  margin: 0px 0px 10px 0px;
  line-height: 24px;
}
.flights_route, .flights_date {
  color: #6D8494;
  font-size: 16px;
  margin: 5px 0px 0px 0px;
}
.item_content_bottom {
  overflow: hidden;
  clear: both;
  padding: 20px 0px 0px 0px;
}
.item_content_bottom_left {
  float: left;
  width: 35%;
}
.item_content_bottom_right {
  float: right;
  width: 65%;
}
.item_content_bottom_left h3 {
  font-size: 18px;
  margin: 0px;
padding: 7px 0px;
}
.item_content_bottom_left p {
  font-size: 14px;
  margin: 0px;
  color: #6d8494;
}
.item_content_bottom_right a {
  background: #07487F;
  display: block;
  color: #fff;
  text-align: center;
  padding: 7px;
  font-size: 18px;
}
.popular_destination_items_title h2 {
    margin: 0px;
        margin-bottom: 0px;
    padding: 10px 0px 30px 0px;
    text-align: center;
}

/*** Viator Search ***/

.viator_form {
  width: 100%;
}
.viator_form:after {
  content: '';
  display: block;
  clear: both;
}
.viator_search {
  float: left;
  width: 40%;
  padding: 0px 10px;
}
.viator_datepicker {
  float: left;
  width: 20%;
  padding: 0px 10px;
}
.viator_submit {
  float: left;
  width: 20%;
  padding: 0px 10px;
}
.viator_form input, .viator_form button {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  padding: 10px;
  font-size: 16px;
}
.viator_form label {
  font-size: 16px;
}
.viator_form button {
  margin-top: 22px;
  cursor: pointer;
  background: #1e73be;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
@media all and (max-width:885px){
	.wpb_column.vc_column_container.vc_col-sm-6 {
    	width: 100%;
    }
}

@media all and (max-width:767px){
    h2 {
        font-size: 24px;
    }
    .main_head_title {
    
        font-size: 28px;
    
    }
    .viator_form input, .viator_form button{
        border-radius: 0px;
    }
    .f_text{
        font-size:14px;
    }
	.main_search {
		height: 450px;
	}
	.flights_col:nth-child(2n) {

        margin-right: 0px !important;
    
    }
    .flights_col {
    
        float: left;
        width: calc(50% - 7.5px);
        margin-right: 15px !important;
    
    }
	 .flights_col:nth-child(2n+1){
			clear:both;
	}
	 .top_left {
	     width:60%;
	 }
	.top_right{
    	width: 40%;
	}
	.top_area ul {
    	text-align: center;
	}
	.top_right, .top_left {
    	text-align: center;
    	margin: 5px 0px;
	}
	
	.footer_three{
		width:100%
	}
	.menu_area{
		display:none;
		width:100%;
		background: #f2f2f2;
		padding: 20px 0px;
	}
	.menu_area ul{
		text-align:left;
	}
	.menu_area ul li{
		display:block;
	}
	.menu_area ul ul{
		display:block;
		position:static; 
		width:100%;
	}
	.menu_area ul li a{
		line-height:20px;
		color:#000 !important;
	}
	.menu_area ul .wpml-ls-item a {
		color: #000 !important;
	}
	.menu_area ul .wpml-ls-menu-item ul {
    	width: 100%;
	}
	.logo{
		width:70%;
		text-align:center;
	}
	.toggle{
		display:block;
		float: right;
	}
	.toggle button{
		position: relative;
		padding: 9px 0px 10px 10px;
		margin-top: 8px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		cursor:pointer;
	}
	.toggle button span{
		background-color: #000;
		display: block;
		width: 28px;
		height: 4px;
		border-radius: 1px;
		margin-bottom: 4px;
	}
	.title, .breadcrumb, .left_content, .sidebar{
		width:100%;
	}
	.breadcrumb ul {
		text-align: left;
	}
	.sidebar {
		padding-left: 0px;
	}
	.sidebar .widget {
		padding: 20px;
	}
	.post{
		padding:20px;
	}
	.left_content{
		padding-right:0px;
	}
	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
    	width: calc(50% - 28px);
    }
	.wpb_column.vc_column_container.vc_col-sm-3 {
		width: 50%;
		margin: auto;
		float:left;
    }
    .wpb_column.vc_column_container.vc_col-sm-3 img {
    	margin: auto;
    }
    .viator_search, .viator_datepicker, .viator_submit{
        padding:0px;
        width:100%;
        margin-bottom: 10px;
    }
    
    .popular_destination_item {
      width: calc(50% - 7.5px);
      margin-right: 15px !important;
      margin-bottom: 15px;
    }
    .popular_destination_item:nth-child(2n) {
      margin-right: 0px !important;
    }
    .popular_destination_item:nth-child(2n+1) {
      clear: both;
    }
    .popular_destination_item:nth-child(3n) {
      margin-right: 0px;
    }
    .item_content {
      padding: 10px;
    }
    .flights_route, .flights_date {
      font-size: 14px;
      margin: 0px 0px 2px 0px;
    }
    .item_content_bottom {
      padding: 10px 0px 0px 0px;
    }
    .item_content_bottom_left {
      width: 30%;
    }
    .item_content_bottom_left h3 {
      font-size: 14px;
    }
    .item_content_bottom_right {
      width: 70%;
    }
    .item_content_bottom_right a {
      font-size: 12px;
      padding: 5px;
    }
    .vc_tta-panels .vc_tta-panel-heading {
        display: none;
    }
    .wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
        display: block !important
    }
    .wpb-js-composer .vc_tta-color-black.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
        background-color: transparent !important;
    }
     body .search_home_page {
        padding: 30px 0px !important;
    }
	.wpb-js-composer .vc_tta.vc_general .vc_tta-tab > a {
		    padding: 14px 18px !important;
	}
	.wpb-js-composer .vc_tta.vc_general .vc_tta-tab {
		margin: 0px !important;
	}

}
@media all and (max-width:480px){
	
	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product{
        width:100%;
    }
	.wpb_column.vc_column_container.vc_col-sm-3 {
    	width: 100% !important;
    }
    .vc_tta-panels .vc_tta-panel-heading {
        display: none;
    }
	.search_home_page .vc_tta-title-text {
        display: none;
    }
}
@media screen and (min-width: 480px) and (max-width: 960px) {
    #header {
        display: block;
    }
}
.mewtwo-widget .mewtwo-best_offers:before{
	opacity: 0;
}



/* css code for client carousel start */

.wpb_gallery_slides ul li{
	height: 100px;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
}

.wpb_image_grid .wpb_image_grid_ul .isotope-item{
	max-width: 100% !important;
    float: left !important;
    width: calc(16.66% - 30px);
    margin: 0px 15px !important;
    padding: 0px !important;
}

	@media all and (max-width: 480px){

		.wpb_image_grid .wpb_image_grid_ul .isotope-item{
		max-width: 100% !important;
	    float: left !important;
	    width: calc(33.33% - 30px);
	    margin: 0px 15px !important;
	    padding: 0px !important;
	}

	.wpb_gallery_slides ul li{
	height: 55px;
    
	}

	.wpb_gallery_slides ul{
			height: 72px;
	}
}

.wpb_image_grid .wpb_image_grid_ul .isotope-item img{
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: auto;
}

.wpb_image_grid .wpb_image_grid_ul img{
	    display: block;
    max-width: 100%;
}
/* css code for client carousel end */


/* css code for Light social icon start */
.lsi-social-icons li a{
    line-height: 0.2em !important;
}

/* css code for Light social icon end */

/* woocommerce image css start */
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) img{
	height: 75px !important ;
	border: 1px solid rgba(0,0,0, .23) !important;
}
/* woocommerce image css end */


/* footer part start hear*/

.footer_copy {
    color: #000;
    text-align: center;
    padding: 15px 0px;
    clear: both;
    background-color: #ededed;
    border-bottom: 1px solid #ccc;
    border-top: 5px solid #ccc;
}

.footer_menu_area ul li a {
    color: #2d6c9c;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    padding: 5px 0px;
}

.f_text {
    background-color: #343434;
    clear: both;
    color: #fff;
    padding: 18px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}

.footer_menu_area ul li{
	display: inline-block;
	list-style: none;	
}

/* footer part end hear*/
.search_home_page {
	min-height: 154px;
}

@media all and (max-width:480px){
	.TP-rwd-table tbody tr{
		height:auto !important;
	}
}


div.vc_tta-tabs-container ul li.vc_active>a{
	background-color:rgba(0,0,0,.7) !important;
}

.search_home_page .vc_tta-panels{
	background-color:rgba(0,0,0,.7) !important;
}
.tp_powered_by{
	display: none !important; 
}


li.googleplus {
    display: none;
}

form.mc4wp-form h2 {
    color: #0a0a91;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    margin: 0px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
}
form.mc4wp-form p {
       
    font-weight: 100; 
    font-size: 16px;
    margin: 0px; 
    ; 

}
form.mc4wp-form p input{
    width: 100%; 
    margin: 10px 0px; 
    padding: 10px 10px; 
    font-size: 16px; 
    

}
form.mc4wp-form p input[type="submit"]{
    background: #ff8a00;
    border: none;
    text-transform: capitalize;
    font-size: 17px;
    border-radius: 5px;
    margin-top: 5px;
    transition: .300s;
}
form.mc4wp-form p input[type="submit"]:hover{
    background: #fea134;
}

.mc4wp-form-fields p input {
    padding: 14px 12px !important;
}

/* ------ */

.uxie-econ-widget--dark .uxie-econ-widget {
    background: transparent !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body{
	 overflow: visible !important;
}
.tp_hotels img {
    transition: 300ms;
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}
.uxie-econ-widget--width {
    max-width: 100%!important;
}


.TPHotelTable .TP-Plugin-Tables_box tbody tr td .TP-Plugin-Tables_link {
    border-bottom: 1px solid #0d64b2 !important;
    background:  #1e73be !important;
   
}

.TPHotelTable .TP-Plugin-Tables_box tbody tr td .TP-Plugin-Tables_link:hover {
    background:  #4c89bf !important;
}


.rpwwt-widget ul { list-style: outside none none; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
.rpwwt-widget ul li { overflow: hidden; margin: 0 0 1.5em; }
.rpwwt-widget ul li:last-child { margin: 0; }
.rpwwt-widget ul li img { display: inline; float: left; margin: .3em .75em .75em 0; }
#rpwwt-recent-posts-widget-with-thumbnails-2 img { width: 75px; height: 75px; }

.uxie-econ-search-submit__button {
    color: #FFFF !important;
}
.post {
    padding: 40px;
    background: #fff;
    line-height:30px;
    margin-bottom: 110px;
}
.comment-form-comment{
	margin: 60px 0;
}
.post h2 a {
    font-size: 28px;
}

.comment-form p {
    font-size: 16px;
    color:#333;
    margin-bottom: 25px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    line-height: 20px;
    padding-bottom: 60px;
}
.uxie-econ-widget .uxie-econ-checkbox__text {
    display: inline-block;
    padding-left: 5px;
    color: #A8B0B8 !important;
}
