/**
 * PWD Elementor Theme Pro — HFE Frontend CSS
 * Mirrors the layout helpers from the Header Footer Elementor plugin.
 */

.footer-width-fixer {
	width: 100%;
}

.bhf-hidden {
	display: none;
}

/* Ensure HFE header renders above page content */
.ehf-header #masthead {
	z-index: 99;
	position: relative;
}
