.topBooking form { height: 100%; margin: 0; }

.topBooking .hidden {
    display: none !important;
}

.topBooking {
    font-family: "Poppins",sans-serif;
    text-align: center;
    margin: 0px; 
    position: relative;
    margin-bottom: 35px;
}
        
.topBooking .module {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

.topBooking .gadget_title span {
    color: #38210c;
    font-size: 25px;
    font-weight: normal;
    line-height: 55px;
}

.topBooking .module label {
	font-family: "tablet-gothic-compressed";
    font-size: 18px;
    line-height: 32px;
    margin-right: 10px;
    font-weight: normal;
    float:left;
    color: #38210c;
    line-height: 55px;
}

.topBooking .module input[type="text"],
.topBooking .module select {
    color: #088D94;
    height: 32px;
    border: 0;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.7);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.topBooking .module input[type="text"] {
	font-family: "tablet-gothic-compressed";
	font-size: 18px;
    background: url("/includes/public/assets/images/icon-cal-pink.png") no-repeat scroll 110px center #FFFFFF;
    padding: 0 6px 0 15px;
    line-height: 32px;
    width: 140px;}

.topBooking .module select {
    background-image: url(/includes/public/assets/images/icon-arrows-ud.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    padding: 6px;
    vertical-align: top;
    margin-top: 11px;
    width: 100%;
    padding-right: 22px;
    font-weight: bold;
}

.topBooking .make_search {
    margin-right: 0; 
    margin-top: 0px;
}

.topBooking #submit {
    font-family: "tablet-gothic-compressed";
    background: linear-gradient(#088D94, #025F67);    
    background: -webkit-linear-gradient(#088D94, #025F67);    
    background: -moz-linear-gradient(#088D94, #025F67);    
    color: #FFFFFF;
    border: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    height: 34px;
    padding: 0 32px;
    text-decoration: none;
    display: inline-block;
    line-height: normal;
    align-items: flex-start;
    text-align: center;
    margin: 0;
}

/* Datepicker */

.topBooking .ui-datepicker {
  font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    width: 180px;}

.topBooking .datepicker, .topBooking .module select {
	margin-bottom: 0px;
}

.topBooking input[type="text"].datepicker {
	background-color: #FFF;
	margin: 12px 0 0;
	float: right;
    cursor: pointer;
}

.topBooking .input-options { display: inline-block; line-height: 55px; }
.topBooking .divider-v { background-image: url("/includes/public/assets/images/vert-divider-grey.png"); display: inline-block; height: 100%; width: 3px; margin-right: 20px; } 


@media only screen and (max-width: 60.063em) {
    .topBooking {padding-bottom: 12px; }

	.topBooking .input-options { width: 50%; }
	.topBooking .input-options .module { line-height: 40px; }
	.topBooking .gadget_title span { line-height: 70px; }


	.topBooking .occupancy_select label { line-height: 40px; }
	.topBooking  .gadget_title { vertical-align: top; line-height: 1; }
	.topBooking .module { 
        display: block;
        text-align: center;
        margin-right: 0px;
    }
    .topBooking .make_search {text-align: right;}
	.topBooking .input-options .module.date_end { margin-right: 0px; }
}

@media only screen and (max-width: 40.063em) {

	.topBooking .module label { line-height: 50px; }
	.topBooking .input-options { width: 70%; }
	.topBooking .gadget_title { line-height: 60px; margin-right: 0px; }
	.topBooking .gadget_title span { line-height: 55px; }
	.topBooking { text-align: center; }
	.topBooking .date_end { float: left; margin-top: 0px; }
	.topBooking #submit, .topBooking .make_search { width: 100%; margin: 8px 0px 0 !important; }	
	.topBooking .divider { background-image: url("/includes/public/assets/images/horz-divider-grey.png"); display: inline-block; width: 100%; height: 3px; position: absolute; left: 0; top: 56px; } 
	.topBooking .divider-v { display: none;}
	.topBooking input[type="text"].datepicker { margin-top: 10px; }
	.topBooking .module select { margin-top: 11px; }
}

