
#hero-form .awesomplete {width:100%;}
#hero-form > div {padding:0;flex-grow:1;}
#hero-form > .col-md-5 {
	max-width:50%;
}

#hero-form .search-location {
	height:50px;
	line-height:50px;
	border-radius: 3px;
	width:98%;
	width: calc(100% - 10px);
	margin:10px 0;
}

#hero-form .search-price .price-sides {
	display:flex;
}

#hero-form .search-price .price-headers {
	font-size:12px;
	padding:0.5rem 0;
	margin-bottom:0.25rem;
}

#hero-form .search-price .price-values {font-size:16px;margin-top:0.5rem;}
#hero-form .search-price .price-sides div{flex-grow:1;}
#hero-form .search-price .price-sides div span:focus {outline:none;}
#hero-form .search-price .price-sides div:nth-child(1) {text-align:left;}
#hero-form .search-price .price-sides div:nth-child(2) {text-align:right;}


#hero-form .search-price .price-help small {
	font-size: 0.65rem;
}
#hero-form .search-price .price-help small:after {
	content: 'Use the sliders above to adjust, or click the prices on either side to edit.';
}

#hero-form .search-btn {
	width:98%;
	width: calc(100% - 10px);
	margin:10px 0;
}

#hero-form .search-btn.fullSize {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 40;
	margin: 0;
	width: 100%;
	overflow-y: auto;
	padding-top: 70px;
	background-color: white;
}
#hero-form .search-btn.fullSize:before {
	content:"\f00d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position:absolute;
	top:70px;
	right:0;
	line-height:50px;
	height:50px;
	width:50px;
	pointer-events: none;
	background-color: #c62424;
	color: white;
	font-size: 1rem;
	text-align:center;
	z-index: 10;
}


#hero-form .search-btn.fullSize > .dropdown-menu.show {
	position:static !important;
	width: 100%;
	height: auto;
}

#hero-form .search-btn > .dropdown-toggle {
    background-color: #fff;
    border: 1px solid #ced4da;
	border-radius: 3px;
	padding:0 1rem;
	align-items:center;
    height: 50px;
	position: relative;
    line-height: 50px;
	display:flex;
	width:100%;
	font-size: 20px;
	justify-content:space-between;
}

#hero-form .search-btn .dropdown-menu {
	padding:5rem!important;
	padding-top:0!important;
	left:-5rem!important;
	right:-5rem!important;
	background-color:transparent;
	border:none;
}

#hero-form .search-price .dropdown-menu > .dropdown-content,
#hero-form .search-bedsbaths .dropdown-menu > .dropdown-content {
	padding:1rem;
}

#hero-form .search-btn .dropdown-menu > .dropdown-content {
	width:100%;
	background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

#hero-form .search-bedsbaths h6 {padding-left:0.5rem;}
#hero-form .search-bedsbaths .col-6 {padding:0;}
#hero-form .search-bedsbaths .list-group-item {
	border:0;
	padding: 0.5rem;
}
#hero-form .search-amenities .list-group-item {
	border:none;
	user-select: none;
}

#hero-form .search-amenities .list-group-item i {
	float: right;
	width: 25px;
	text-align: center;
}

.search-price .price-slider {
	padding: 0 1rem;
}
.search-price .noUi-connect {
	background-color:#6fb03b;
}

#hero-form .col-3 {width:6%;}


#hero-form [type="submit"],
#hero-form .form-search-btn {
	display:flex;
	align-items:center;
	justify-content:center;
	height: 50px;
	width:100%;
	font-size:1.25rem;
	text-align:center;
	background-color: #6fb03b;
	border-color: #6fb03b;
	margin: 10px 0;
}


@media screen and (max-width: 767px) {
	
	#hero-form .search-price .price-help small:after {
		content: 'Use the sliders above to adjust, or tap the prices on either side to edit.';
	}
	
	#hero-form .search-btn .dropdown-menu {
		transform:none!important;
		top:50px!important;
		left:0!important;
		padding:0!important;
		width:89vw;
	}
	
	#hero-form .search-bedsbaths .dropdown-menu {
		left: -45vw!important;
	}
}
@media screen and (max-width: 992px) {
	#hero-form .search-bedsbaths {
		width: 100%;
	}
}

@media screen and (max-width: 1400px) {
	#hero-form .search-location::placeholder{font-size:1rem;}
}
@media screen and (max-width: 1200px) {
		
	#hero-form .search-location {
		width: 100%;
	}
}

#hero-form .awesomplete>ul {
    margin-top:-10px;
    min-width:98%;
    min-width:calc(100%-10px);
	list-style:none;
	padding:0;
	margin:0;
	max-height: 325px;
	overflow-y: auto;
}

#hero-form .awesomplete>ul > li {
    font-size:1.25rem;
    height:50px;
    line-height:50px;
    padding: 0 0.5rem;
    background-color:white;
    cursor:pointer;
    transition: 0.2s all;
}
#hero-form .awesomplete>ul > li>mark {
	background-color:#c1f5a3;
	transition:0.2s all;
	padding: 4px 0;
}
#hero-form .awesomplete>ul > li:hover>mark {background-color:white;}

#hero-form .awesomplete>ul > li:hover {
    background-color:#c1f5a3;
}



#property-single-close {
    position:absolute;
    bottom:0;
    right:0;
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    width:48px;
    height:48px;
    line-height:48px;
    text-align:center;
    font-size:1.5rem;
    background-color:#eee;
}
#property-single-close:after {content:'\f00d';}

@media screen and (max-width: 768px) {
	#hero-form .awesomplete>ul {
		max-height: 200px;
		margin-bottom:1.25rem;
	}
}