/* Common selectors are hidden before JavaScript removes them from the DOM. */
body > header,
body > footer,
#page > header,
#page > footer,
#wrapper > header,
#wrapper > footer,
#site-header,
#site-footer,
#masthead,
#colophon,
.site-header,
.site-footer,
.main-header-bar-wrap,
.main-header-bar,
.ast-above-header-wrap,
.ast-below-header-wrap,
.ast-mobile-header-wrap,
.elementor-location-header,
.elementor-location-footer,
.et-l--header,
.et-l--footer,
.site-header-grid,
.site-footer-grid,
.kadence-header-wrap,
#generate-slideout-menu,
#mobile-header,
#footer-widgets,
#footer-bottom,
#top-bar-wrap,
#footer,
header.wp-block-template-part,
footer.wp-block-template-part {
	display: none !important;
	visibility: hidden !important;
}
