/*
Theme Name: Amedeo Child
Theme URI: http://amedeo.elated-themes.com
Description: A Contemporary Theme for Creative Business
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Text Domain: amedeochild
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.3
License: GNU General Public License
License URI: licence/GPL.txt
Template: Amedeo
CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
footer{
	height:auto!important;
}
#filter_reservation{
	margin-bottom:50px!important;
}
.eltdf-content-inner .eltdf-slider{
	position:relative;
}
.search_form_api{
	position: absolute;
	left: 0%;
	bottom: 80px;
	width: 100%;
}
.search_form_api.short{
	position: relative;
}
label.ast-form-label{color:#fff;}

.search_form_api #sampleSearch{
	width: 80%;
    margin: auto;
}
.search_form_api .data{
	display: inline-flex;
    justify-content: center;
	width: 100%;
	margin: auto;    
	padding: 15px;
}
.search_form_api #occupants-selection{
	display: inline-flex;
}
.search_form_api #datepicker{
	width: calc(100% - 31%);
	display: inline-flex;
    justify-content: center;
}
.search_form_api #datepicker form.searchDateForm{
	width: 100%;
    display: inline-flex;
	justify-content: center;
    align-items: end;
}

.search_form_api #datepicker input[type=text],
.search_form_api #occupants-selection select,
.search_form_api .duration-select-group select{
	padding:5px !important;
	width: 100%;
    height: 50px;
}
.search_form_api .pax-form-group{
	margin:2.5px;
	width: 65px;
}
.search_form_api .arrivalDate, .search_form_api .departureDate{
	margin:2.5px;
	width: 100px;
}
.search_form_api #datepicker button {
    font-size: 14px;
    min-width: 50px;
    display: table;
    padding: 0px 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    height: 50px;
    background-color: #2a2a2a !important;
    border-radius: 5px;
    font-family: Montserrat,sans-serif !important;
}

.search_form_api.short #datepicker button {
	margin-bottom: 0px;
}
.search_form_api.short {
    margin-top: 100px;
}


.search_form_api .btn-search-group{
	margin:unset;
	margin-left: 5px;
}
.ast-form-group{
	margin-bottom:unset !important;
}
#booking-datepicker .datepicker-custom-dialog{
	z-index:99999;
	margin-top: 100px;
    left: 0px;	
}
/*
.search_form_api.short #booking-datepicker .datepicker-custom-dialog{
    position: initial!important;
    
}
*/

#datepicker .duration-select-group{
	display:none;
}
#booking-datepicker .datepicker-custom-dialog table tbody tr,#booking-datepicker .datepicker-custom-dialog table thead tr{
	border:unset !important;
}

.search_form_api.short #booking-datepicker .datepicker-custom-dialog{
	bottom:0;
	top:unset;
}
.search_form_api.short #datepicker,.search_form_api.short #sampleSearch{
	width:100%;
}
.search_form_api #sampleSearch{
	width: fit-content;
	display: flex;
	justify-content: center;
	    position: relative;
}
@media screen and (min-width: 1204px) {
	
	.search_form_api #occupants-selection,
	.search_form_api #datepicker{
		width:auto;
	}
}

@media screen and (min-width: 700px) {
	.search_form_api.short .ui-datepicker-inline{
		min-width:34em;
	}
}

@media screen and (max-width: 580px) {
	.search_form_api #sampleSearch{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.search_form_api {
		bottom: 45px;
	}
	search_form_api #occupants-selection {
		display: inline-flex;
		width: unset;
	}	
}


@media screen and (max-width: 400px) {
	.search_form_api #datepicker button {
		font-size: 12px;
		padding: 0px 5px;
	}
}

