.booking_form_div > div > div {
	width: 50%;
	float: left;
}

.booking_form_div .wpbc_structure_calendar {
	padding-top: 10px;
}

.wpbc_structure_form > div:first-child {
	margin-top: 0;
}

.booking_form_div, .booking_form_div label {
	color: #eae0d4;
}

.wpbc_container .wpbc_button_light, .wpbc_container.wpbc_container_booking_form .wpbc_button_light {
	color: #1B4A6E !important;
	background-color: #eae0d4 !important;
	border: none !important;
	box-shadow: none !important;
	font-weight: 600 !important;
	padding: .6em 1.6em !important;
	font-size: 15px !important;
	border-radius: 6px !important;

	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 300ms ease 0ms;

	position: relative;
}

.wpbc_container .wpbc_button_light:hover, .wpbc_container.wpbc_container_booking_form .wpbc_button_light:hover {
	padding: .6em 2.2em .6em 1em !important;
}

.wpbc_container .wpbc_button_light::after, .wpbc_container.wpbc_container_booking_form .wpbc_button_light::after {
	line-height: 1em;
	content: "\35";
	opacity: 0;
	position: absolute;
	margin-left: -1em;
	-webkit-transition: all .2s;
	text-transform: none;
	-webkit-font-feature-settings: "kern" off;
	font-feature-settings: "kern" off;
	font-variant: none;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	transition: all 300ms ease 0ms;
	font-size: 24px;
	font-family: ETmodules;
	color: #1B4A6E;
	right: 0;
	margin-right: 8px;
}

.wpbc_container .wpbc_button_light:hover::after, .wpbc_container.wpbc_container_booking_form .wpbc_button_light:hover::after {
	opacity: 1;
	margin-left: 0;
}
