/*
Theme Name: VillasNew
Theme URI:
Author: NURTUREAGENCY
Author URI: http://nurtureagency.com
Description: description...
License: GPL2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: villasNew
Version: 1.0
*/

/* make lang flags the right size */
.languageDropdown .flagIcon{
width: 18px;
height: 12px;
float: none;
}
header .subheader .settingSection .languageDropdown ul li{
padding-top: 5px;
padding-bottom: 5px;
line-height: 0;
}

/* hide lang selector if only one language */
.settingSection .one-lang{
display: none;
}

/* hide lang selector in footer, there is NNOWHERE to do this in wp-admin I have no idea but tons of settings missing from wpml... */
#lang_sel_footer{
display: none;
}

/* fix check box in forms not being 100% width!! */
input[type="checkbox"]{
width: auto !important;
}
.wpcf7 .privacy-consent{
padding-right: 5px;
}

/* fix up list styles */
.contentModule ul, .contentModule ol{
margin-left: 35px;
margin-bottom: 30px;
}
.contentModule li{
margin-bottom: 20px;
font-size: 21px;
line-height: 33px;
}

.contentModule h2{
margin-top: 50px;
}

.footer-link-bar{
padding: 15px;
text-align: center;
background: #1C1C1C;
color: #FFF;
}
.footer-link-bar a{
color: #FFF;
text-decoration: none;
padding: 0 5px;
display: inline-block;
}

/* helpers */
.ellipsis{
white-space: nowrap; 
text-overflow: ellipsis; 
overflow: hidden;
width: 100%;
}
.padding-left-sm{
padding-left: 5px;
}
.display-inline-block{
display: inline-block;
float: none;	
}
.text-center{
text-align: center;
}
.text-left{
text-align: left;	
}

li.menu-item.menu-item-language:hover ul.sub-menu{
    display: block;
}
li.menu-item.menu-item-language:hover ul.sub-menu li a{
    font-size: 15px;
}

.site-id-131 span.email a{
	font-size: 14px;
}
form#accomodation_form .symulate-select ul{
	/* display: none; */ /* this breaks hover sub menu display, not sure why this is here... */
}
span.wpcf7-form-control-wrap.your-message{
    display: block !important;
    clear: both !important;
    position: relative !important;
   
}
.one-lang .js-dropdown ul, .one-lang .languageDropdown > div:after{
	display: none !important;
}
.description-home{
	margin-top: 20px;
	margin-bottom: 25px;
}
.description-home p{
	font-size: 18px;
}
.home-single-property{
	min-height: auto !important;
}
.singleProperty .propertyInfo .calendar365{
	display: table;
}
.singleProperty .summary ul{
	clear: both;
}
.showBooknow{
	max-height: 40px;
	overflow: hidden;
}
.homeSlider .searchForm ul.wpg-list-properties-options-main > li.wpg-date-ico-li div:after{
	display: none;
}
.homeSlider .searchForm ul.wpg-list-properties-options-main > li > div label{
	position: static;
}
.homeSlider .searchForm ul.wpg-list-properties-options-main > li > div label::after{
	position: absolute;
    content: "\f133";
    color: #2b2b2b;
    display: block;
    font-family: FontAwesome;
    cursor: pointer;
    font-size: 16px;
    top: 3px;
    right: 8px;
}
.homeSlider .searchForm ul.wpg-list-properties-options-main > li.id-wpg-date-search-text-main > div label::after {
	display: none;
}
.latestProperties .carousel .propertyRow{
    background: #fff;
}
.singleProperty .description p{
	text-align: justify;
	margin-bottom: 15px;
}
.singleProperty .amenities{
	margin-top: 5px;
}
.home .homeSlider .slider .singleSlide .bannerTitle{
	display: none;
}


@media(max-width: 768px){
	.homeSlider .mobileSearch ul li .symulate-select ul li{
		height: auto;
	}
	.homeSlider .mobileSearch ul li .symulate-select ul li ul{
		display: none;
	}
	.homeSlider .mobileSearch ul li .symulate-select ul li a{
			display: block;
		}
		.homeSlider .mobileSearch ul li .symulate-select ul{
			margin-top: 0
		}
	.headerBannerAcc .searchForm{
		padding-top: 0;
		min-height: auto;
	}
	.mobileMenu ul li{
		height: auto !important; 
	}
	header .mobileMenu ul li .sub-menu {	    
	    overflow-y: scroll;
	    height: 270px;
	}
	
	/* AC Styles */
	.col-md-8.gallery .row{
		margin: 0;
	}
	.singleProperty .gallery .mobileInfo h2,
	.singleProperty .gallery .mobileInfo h3,
	.singleProperty .gallery .mobileInfo a{
	font-size: 15px;
	}
		
}