/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.hotel-booking-search h3{
	text-align: center !important;
}
.hotel-booking-search form .hb-form-table,
.hotel-booking-search form .hb-submit{
	    display: flex !important;
    justify-content: center !important;
}
.hotel-booking-search form .hb-form-table .hb-form-field{
	margin-right: 20px !important;
}
.hotel-booking-search form .hb-form-table .hb-form-field:last-child{
	margin-right: 0 !important;
}

@media (max-width: 849px){
	.hotel-booking-search form .hb-form-table{
	    display: block !important;
	}
	.hotel-booking-search form .hb-form-table .hb-form-field,
.hotel-booking-search form .hb-form-field .hb-form-field-input{
	    margin-right: 0 !important;
	}
	.hotel-booking-search form .hb-form-table .hb_input_field,
	.hotel-booking-search form .hb-form-field .hb-form-field-input{
	    width: 100% !important;
	}

	.hotel-booking-search select{
		margin: 0 !important;
    	width: 100% !important;
	}
}