/*
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
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

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;
}
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:90%;
	width:1170px;
}
fieldset{
	width:100%;
}
.top_area {
  background: #2a7fc9;
  overflow: hidden;
  padding: 8px 0px;
}
.top_left {
    float: left;
    width: 30%;
}
.top_right {
    width: 70%;
    float: left;
}
.top_area ul {
  text-align: right;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.top_area ul li {
  display: inline-block;
}
.top_area ul li a {
  color: #fff;
  padding: 0px 10px;
  text-transform: uppercase;
  font-size: 14px;
}
.top_left .email, .top_left .email a{
	color:#fff;
}
.header_area {
    background: rgba(0, 0, 0, .7);
    position: absolute;
    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:20%;
	overflow:hidden;
}
.logo img{
	max-height:62px;
	width:auto;
	padding: 5px 0px;
}
.home .logo {
    display: none;
}
.menu_area{
	float:right; 
	width:80%;
}
.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 5px;
	color: #22497d;
	font-size: 12px;
	line-height: 38px;
	text-transform: uppercase;
	font-weight: bold;
	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;
}
.sidebar .widgettitle{
	color:#000;
	margin-top:0px;
}
.footer_area{
	background:#000; 
	overflow:hidden;
	color:#fff;
	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:#fff;
	text-transform:uppercase;
	padding:5px 0px;
	font-size:14px;
}
.footer_three{
	float:left; 
	width: 50%;
    padding: 15px 15px;;
}
.footer_area p {
    color: #fff;
}
.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;
}
/*.wpb-js-composer .vc_tta.vc_general .vc_active .vc_tta-panel-body{
	overflow:visible !important;
}*/
.mc4wp-form-fields input[type="email"] {
    width: 100%;
    padding: 7px;
    margin-top: 10px;
    border: none;
}
.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;
}
.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 {
    margin: 0px;
    position: relative;
    text-align: center;
	overflow:hidden; 
	width:263px; 
	height:130px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right: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%);
} 

.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;
	line-height:20px;
}
.woocommerce ul.products li.product .button {
    margin-top: 1em;
    margin: 10px;
    background: #08b6d5;
    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:15px 15px; 
	box-sizing:border-box; 
	width:25%;
}
 .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 #08b6d5;
}
.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: #08b6d5;
border-color: #08b6d5;
}
.btn-default, .label-default {
background-color: #08b6d5;
border-color: #08b6d5;
-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: center;
    font-size: 0px;
}
.social_media_icons li {
    display: inline-block;
}
.social_media_icons li a {
    color: #fff;
    background: #08b6d5;
    font-size: 18px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: block;
    line-height: 40px;
    margin: 0px 3px;
    border-radius: 50%;
}



@media all and (max-width:800px){
	body .mobile_space_top_section {
		padding: 10px 0px !important;
	}
	.main_search {
		height: 450px;
	}
	 .flights_col{
		float:left; 
		padding:15px 15px; 
		box-sizing:border-box; 
		width:50%;
	}
	 .flights_col:nth-child(2n+1){
			clear:both;
	}
		
	.top_right, .top_left {
    	width: 100%;
	}
	.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: #191614;
		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:#fff !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 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;
	}
	.home .toggle button span{
		background-color: #000;
	}
	.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;
	}
	.wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: calc(50% - 30px);
	}
	#twidget-tab1 .twidget-form-list li.twidget-origin, #twidget-tab1 .twidget-form-list li.twidget-destination {
    width: 100%;
    margin-bottom: 15px !important;
	}
	.twidget-form-list li .twidget-input-box input {
    width: 100%;
	border: 1px solid #000 !important;
	}
	#twidget-tab1 .twidget-form-list li.twidget-flight-dates {
    width: 100%;
	}
	#twidget-tab1 .twidget-form-list li.twidget-passengers {
    width: 100%;
	}
	#twidget-tab1 .twidget-form-list li.twidget-submit-button {
    width: 100%;
	}
	.twidget-form-list li.input-daterange > div {
    float: left;
    width: 100%;
	margin-bottom: 15px;
	}
	.twidget-form-list li button {
    margin-left: 0px;
	}
	#twidget-tab2 .twidget-form-list li.twidget-city-hotel {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
	}
	#twidget-tab2 .twidget-form-list li.twidget-hotel-dates {
    width: 100%;
	}
	.twidget-form-list li.input-daterange > div {
    float: left;
    width: 100%;
    margin-bottom: 15px;
	}
	#twidget-tab2 .twidget-form-list li.twidget-hotel-guest {
    width: 100%;
 	}
	#twidget-tab2 .twidget-form-list li.twidget-submit-button {
    width: 100%;
	}
	.twidget-form-list li button {
    margin-left: 0px;
	}
	.con_msg input[type="text"] {
		width: 100%;
		}
		.con_msg input[type="email"]{
			width:100% !important;
		}
		.con_msg input[type="text"]{
			width:100% !important;
		}
	.con_msg .wpcf7-form-control.wpcf7-textarea, textarea{
		width:100% !important;
	}
}
@media all and (max-width:480px){
	
	 .flights_col{
		float:left; 
		padding:15px 15px; 
		box-sizing:border-box; 
		width:100%;
	}
	 .flights_col:nth-child(2n+1){
			clear:both;
	}
}
@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;
	}
	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
		width: 100%;
	}
	.mc4wp-form-fields input[type="submit"]{
		width: 100% !important;
	}
		.mc4wp-form-fields input[type="email"]{
			width: 100% !important;
		}
	.con_msg input[type="text"] {
		width: 100%;
		}
		.con_msg input[type="email"]{
			width:100% !important;
		}
		.con_msg input[type="text"]{
			width:100% !important;
		}
		.con_msg .wpcf7-form-control.wpcf7-textarea, textarea{
		width:100%;
		}
		.con_msg input[type=submit]{
			width:100% !important;
		}
}

.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: 10px;
    text-align: center;
}

.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;
	}
}
@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:transparent;
}

.search_home_page .vc_tta-panels{
	background-color:transparent;
}
.home .menu_area ul li a {
    color: #000;
}
.tp_powered_by img {
    display: none !important;
}


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

.item_container {
  border: 1px solid #E0E7ED;
  border-radius: 5px;
}
.item_content {
  padding: 15px;
}
.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: 50%;
}
.item_content_bottom_right {
  float: right;
  width: 40%;
}
.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;
}
.popular_destination_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body{
	overflow: visible !important;
}
.uxie-econ-widget--blue .uxie-econ-widget .uxie-econ-search-submit__button, .uxie-econ-widget--transparent .uxie-econ-widget .uxie-econ-search-submit__button, .uxie-econ-widget--transparent-dark .uxie-econ-widget .uxie-econ-search-submit__button, .uxie-econ-widget--yellow .uxie-econ-widget .uxie-econ-search-submit__button {
    background: #08b6d5 !important;
    color: #fff !important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #08b6d5;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #60c2d6;
}
.TPHotelTable .TP-Plugin-Tables_box tbody tr td .TP-Plugin-Tables_link {
    border-bottom: 1px solid #0092AC !important;
    background: #0092AC !important;
}
.uxie-econ-widget--blue .uxie-econ-search-date__field label, .uxie-econ-widget--blue .uxie-econ-search-place2__field label, .uxie-econ-widget--blue .uxie-econ-search-place__field label, .uxie-econ-widget--blue .uxie-econ-widget .uxie-econ-checkbox__text, .uxie-econ-widget--transparent .uxie-econ-search-date__field label, .uxie-econ-widget--transparent .uxie-econ-search-place2__field label, .uxie-econ-widget--transparent .uxie-econ-search-place__field label, .uxie-econ-widget--transparent .uxie-econ-widget .uxie-econ-checkbox__text {
    color: #000 !important;
}
.uxie-econ-widget .uxie-econ-header {
    display: none !important;
}
.mc4wp-form-fields input[type="submit"] {
    background: #697379;
    border: none;
    padding: 13px 15px;
    color: #fff;
    cursor: pointer;
    width: 20%;
    font-weight: bold;
	border-radius: 0px;
}
.mc4wp-form-fields input[type="email"] {
    width: 78%;
    padding: 13px;
    border: none;
    margin-right: -4px;
}
.con_msg input[type="text"] {
    width: 48%;
    float: left;
    margin: 5px;
    padding: 10px;
    background: #E4ECEE;
    border: none;
}
.con_msg input[type="email"] {

    width: 48%;
    float: left;
    margin: 5px;
    padding: 10px;
    background: #E4ECEE;
    border: none;

}
.con_msg .wpcf7-form-control.wpcf7-textarea, textarea {
    width: 98%;
    margin: 5px;
    float: left;
    padding: 10px;
    background: #E4ECEE !important;
    border: none;
}
.con_msg input[type=submit] {
    width: 30%;
    margin: 5px;
    padding: 10px;
    display: block;
    background: #08b6d5;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
	cursor: pointer;
}
.con_msg br {
    display: none;
}
