.custom-booking-panel {
	background-color: rgba(9, 48, 79, 0.9);
	text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 15px 20px;
    display: inline-block;
}
.custom-booking-panel .panel-title {
	color: #ffffff;
	display: inline-block;
	font-size: 22px;
	margin-right: 30px;
	line-height: 32px;
	vertical-align: top;
}
.custom-booking-panel .input-title {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1;
}
.custom-booking-panel div.check_in_date,
.custom-booking-panel div.check_out_date,
.custom-booking-panel div.num_of_adults,
.custom-booking-panel div.num_of_children,
.custom-booking-panel div.duration {
	display: inline-block;
	margin-left: 5px;
	position: relative;
	background: #ffffff;
	padding: 0 10px;
	vertical-align: top;
}

.custom-booking-panel input[type=text],
.custom-booking-panel select,
.custom-booking-panel .select2-selection {
	border: none;
	background: #ffffff;
	color: #666666;
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	font-size: 13px;
}

.custom-booking-panel select {
	width: 100px;
}

.custom-booking-panel .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 36px;
}

.custom-booking-panel .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
}

.select2-dropdown {
	z-index: 99999;
}

.custom-booking-panel button[type=submit] {
	width: 100%;
	border: none;
	height: 36px;
	line-height: 36px;
	background-color: #ebcf86;
	color: #000000;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	border: 0;
}

.custom-booking-panel .book-now {
	display: inline-block;
	margin-left: 5px;
	vertical-align: top;
}

.custom-booking-panel .dashicons {
	position: absolute;
	color: #09304f;
	top: 50%;
	right: 5px;
	margin-top: -12px;
}

.ui-datepicker {
	z-index: 99999!important;
}

.panel-booking-button {
	display: none;
	position: absolute;
	top: -10px;
	left: 0;
}

@media all and (max-width: 480px) {
	.custom-booking-panel {
		display: none;
	}

	.panel-booking-button {
		display: inline-block;
		width: auto;
		height: 30px;
		line-height: 25px!important;
		padding-top: 0;
		padding-bottom: 0;
		text-transform: uppercase!important;
	}
}
