.custom-booking-panel {
	text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 10px;
    background-color: #5e4b23e6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
}
.custom-booking-panel form {
	text-align: center;
	-webkit-transition: max-height 0.4s ease-out;
	-moz-transition: max-height 0.4s ease-out;
	transition: max-height 0.4s ease-out;
}
.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 {
	display: inline-block;
	margin-left: 10px;
	position: relative;
	vertical-align: top;
}

.custom-booking-panel input[type=text],
.custom-booking-panel select,
.custom-booking-panel .select2-selection {
	width: 100%;
	border: none;
	color: #333333;
	height: 40px;
	line-height: 60px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #d5d5d5;
	font-size: 15px;
	border-radius: 0;
}

.custom-booking-panel div.check_in_date {
	width: 130px;
}

.custom-booking-panel div.check_in_date input[type=text] {
	padding-left: 40px;
}

.custom-booking-panel input[type=submit],
.custom-booking-panel button {
	border: none;
	height: 42px;
	line-height: 40px;
	background-color: #1b0d68;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	cursor: pointer;
	box-shadow: 6px 6px 18px -8px rgba(0,0,0,0.3);
	padding: 0 30px 0 30px;
	font-weight: 500;
}

.custom-booking-panel .book-now {
	display: inline-block;
	margin-left: 10px;
}

.custom-booking-panel .dashicons {
	position: absolute;
	color: #888888;
	top: 50%;
	left: 8px;
	margin-top: -12px;
	z-index: 10;
	font-size: 22px;
}

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

.custom-booking-panel .book-title {
	display: inline-block;
	font-size: 24px;
	color: #ffffff;
	margin-right: 5px;
	vertical-align: middle;
}

.custom-booking-panel .book-title .dashicons {
	display: none;
	position: initial;
	color: #ffffff;
	vertical-align: middle;
}

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

.custom-booking-panel .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 36px;
	padding-right: 10px;
	padding-left: 20px;
}

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

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

@media (max-width: 980px) {
	.custom-booking-panel .book-title {
		line-height: 1em;
	}

	.custom-booking-panel div.check_in_date,
	.custom-booking-panel div.num_of_adults  {
		margin-left: 5px;
	}

	.custom-booking-panel form {
		text-align: center;
	}
}

@media (max-width: 680px) {
	.custom-booking-panel form {
		text-align: center;
		max-height: 500px;
	}

	.custom-booking-panel form.collapsed {
		max-height: 25px;
		overflow: hidden;
	}

	.custom-booking-panel form div.check_in_date,
	.custom-booking-panel form div.num_of_adults,
	.custom-booking-panel form div.book-now {
		opacity: 1;
		-webkit-transition: opacity 0.4s ease-in;
		-moz-transition: opacity 0.4s ease-in;
		transition: opacity 0.4s ease-in;
		transition-delay: 0.1s;
	}

	.custom-booking-panel form.collapsed div.check_in_date,
	.custom-booking-panel form.collapsed div.num_of_adults,
	.custom-booking-panel form.collapsed div.book-now {
		opacity: 0;
	}

	.custom-booking-panel .book-title {
		display: block;
		text-align: center;
		margin: 0 auto 5px auto;
		text-transform: uppercase;
		width: auto;
		cursor: pointer;
	}

	.custom-booking-panel .book-title .dashicons {
		display: inline;
	}

	.custom-booking-panel .select2-container--default .select2-selection--single .select2-selection__rendered {
		padding-left: 20px;
	}

	.custom-booking-panel div.check_in_date,
	.custom-booking-panel div.num_of_adults {
		margin-left: auto;
		display: inline-block;
		margin-right: auto;
	}

	.custom-booking-panel input[type=submit],
	.custom-booking-panel button {
		height: 32px;
		line-height: 30px;
		font-size: 14px;
	}

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

	.custom-booking-panel input[type=text], .custom-booking-panel select, .custom-booking-panel .select2-selection {
		height: 30px;
    	line-height: 30px;
	}

	.custom-booking-panel .book-now {
		margin-left: 0;
	}
}

@media (max-width: 480px) {
	.custom-booking-panel input[type=text], .custom-booking-panel select, .custom-booking-panel .select2-selection {
		font-size: 14px;
	}

	.custom-booking-panel .book-now {
		margin-top: 5px;
		margin-left: 0;
	}
}