.events-search-form {
	padding: 15px 30px;
	clear: both;
	margin-left: -15px;
	margin-right: -15px;
}

.events-search-form .form-control {
	font-size: 18px;
}

@media screen and (max-width: 992px) {
	.events-search-form.search-results {
		display: none;
	}
	.events-search-form.search-results.show {
		display: block;
		position: fixed;
		top: 0;
		left: 15px;
		width: 100%;
		height: 100%;
		z-index: 1000;
	}
}

.events-search-form label.input-label select.form-control.main-select {
	height: 52px;
	padding: 10px 10px 10px 45px;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
	border: none;
}

.events-search-form input.form-control {
	height: 52px;
	padding: 10px 10px 10px 45px;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
	border: none;
}

.events-search-form label {
	display: block;
	position: relative;
}
.events-search-form label.input-label:after {
	content: "";
	font-family: "Font Awesome 5 Free";
    color: #444;
    right: 15px;
    top: 15px;
    padding: 0px;
    position: absolute;
    pointer-events: none;
}
.events-search-form label.input-label .icon {
	position: absolute;
    top: 16px;
    left: 12px;
    font-size: 19px;
}
.events-search-form label.input-label .down {
	position: absolute;
	top: 20px;
	right: 15px;
}
.events-search-form label.input-label:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	color: #444;
	left: 15px;
	top: 15px;
	padding: 0 5px 0 0;
	position: absolute;
    pointer-events: none;
}

.events-search-form label.input-label.departure:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 13px;
}
.events-search-form label.input-label.destination:before {
	content: "";
}
.events-search-form label.input-label.nights:before {
	content: "";
}
.events-search-form label.input-label.rooms:before {
	content: "";
}
.events-search-form label.input-label.calendar:before {
	content: "";
}
.events-search-form button.search-button {
	border-radius: 5px;
}

.events-search-form .form-group {
	margin-bottom: 0px;
}

.events-search-form .allocation-popover {
	min-width: 244px;
}