header.elementor-location-header.ept-header-fixed {
	position: fixed !important;
	/* Offset is kept in sync with the WP admin bar by header-scroll.js. */
	top: var(--ept-header-offset, 0px) !important;
	left: 0 !important;
	width: 100% !important;
	z-index: 99999 !important;
	transition: transform 0.4s ease !important;
	will-change: transform;
}

header.elementor-location-header.ept-header-fixed.hide-header {
	transform: translateY(-100%) !important;
}

.ept-header-spacer {
	display: block;
	width: 100%;
	flex-shrink: 0;
	pointer-events: none;
	visibility: hidden;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	line-height: 0 !important;
	font-size: 0 !important;
}
