:root {
	--ks-sticky-header-z-index: 9999;
}

body.ehf-header #masthead {
	position: sticky;
	top: 0;
	z-index: var(--ks-sticky-header-z-index);
	width: 100%;
}

body.admin-bar.ehf-header #masthead {
	top: 32px;
}

body.ehf-header #masthead .elementor-top-section {
	background-color: #ffffff;
}

body.ehf-header #masthead .hfe-flyout-wrapper {
	z-index: calc(var(--ks-sticky-header-z-index) + 1);
}

@media (max-width: 782px) {
	body.admin-bar.ehf-header #masthead {
		top: 46px;
	}
}
