.splash {

	height: 117px;
	background: #202020;
}

@media (max-width: 767px) {

	.splash {
		height: 64px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
}

.elementor-location-footer {

	display:  none;
}

@media (max-width: 767px) {

	.results-wrapper {

		margin-top: 64px;
		height: calc(100dvh - 64px);
		min-height: auto !important;
	}
}

.results-wrapper {

	min-height: calc(100dvh - 117px) !important;
}

@media (max-width: 767px) {

	.results-wrapper {
		min-height: calc(100dvh - 64px) !important;
	}
}
