Your IP : 216.73.216.95


Current Path : /var/www/mainsite/wp-content/themes/maxcoach/assets/scss/elementor/widgets/
Upload File :
Current File : /var/www/mainsite/wp-content/themes/maxcoach/assets/scss/elementor/widgets/_booking-form.scss

.maxcoach-booking-form {

	#flexi_searchbox {
		font: inherit !important;

		#b_searchboxInc {
			#b_searchDest,
			#b_searchCheckInDate,
			#b_searchCheckOutDate,
			.b_submitButton_wrapper {
				margin-bottom: 20px;
			}
		}
	}

	#b_frmInner {
		margin-left: -15px;
		margin-right: -15px;
	}

	#flexi_searchbox #b_searchboxInc {
		padding: 0;
	}

	#b_searchCheckInDate,
	#b_searchCheckOutDate,
	#b_searchDest,
	#b_logo{
		padding-left: 15px;
		padding-right: 15px;
	}

	select,
	#flexi_searchbox #b_searchboxInc #b_destination {
		border-radius: 0;
		background-color: #f6f6f6;
		border: 1px solid #f6f6f6;
		width: 100%;
		padding: 3px 20px !important;
		font-size: 15px !important;
		color: #111 !important;
	}

	select {
		background-position: center right 10px;
	}

	.b_searchDatesInner {
		display: flex;
	}

	#b_checkin_day,
	#b_checkout_day {
		width: 70px !important;
		flex-shrink: 0;
		margin-right: 10px !important;
	}

	#b_checkin_month,
	#b_checkout_month {
		flex-grow: 1;
	}

	#flexi_searchbox #b_searchboxInc #b_destination {
		margin-bottom: 11px;
	}

	#flexi_searchbox #b_searchboxInc #b_searchCheckInDate {
		margin-right: 0;
	}

	#b_searchCheckInDate,
	#b_searchCheckOutDate,
	.b_submitButton_wrapper {
		display: inline-block;
		width: 33.33332%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.b_submitButton_wrapper {
		padding-top: 34px;
	}

	#flexi_searchbox #b_searchboxInc .b_submitButton_wrapper .b_submitButton {
		width: 100%;
		box-shadow: none;
		border-radius: 0 !important;
		padding: 0 30px !important;
	}

	#flexi_searchbox h4 {
		font-size: 13px;
		font-weight: 500;
		color: #a1a1a1 !important;
		font-family: inherit;
		text-transform: uppercase;
		letter-spacing: 1px;
		margin: 0 0 16px;
	}
}

@include elementor-breakpoint-down(sm) {
	.maxcoach-booking-form {
		#b_searchCheckInDate,
		#b_searchCheckOutDate,
		.b_submitButton_wrapper {
			display: block;
			width: 100%;
		}
	}
}