header {
	top: 0 !important;
}

.hidden {
	display: none !important;
}

.w3l-cover-3 .w3l-cover-3-gd input[type="date"] {
	padding: 0 10px;
	border: none;
	height: 60px;
	border-left: 1px solid #eee;
	/* background: url(../images/down.png) no-repeat 92% 52%; */
	outline: none;
	width: 100%;
	font-size: 16px;
	color: #888;
	text-align: left;
	-webkit-appearance: none;
	cursor: pointer;
	/* display: grid; */
	grid-template-columns: 0.1fr 1fr;
	align-items: center;
	padding-left: 15px;
	border-radius: 3px;
	font-family: inherit;
}

form.search-box {
	display: flex !important;
	flex-wrap: nowrap !important;
}

.w3l-footers-20 {
	padding: 0 !important;
}

.w3l-footers-20 .bottom-border {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

q::before,
q::after {
	content: "";
}

/* Mobile devices (max 767px) */
@media (max-width: 767px) {
	form.search-box {
		display: flex !important;
		flex-wrap: wrap !important;
	}
}

/* Tablets (768px–991px) */
@media (min-width: 768px) and (max-width: 991px) {
	form.search-box {
		display: flex !important;
		flex-wrap: wrap !important;
	}
}
