/* =========================================================
   HELLO ELEMENTOR FALLBACK LAYOUT
========================================================= */

/*
 * Supports sites using Elementor Free and Hello Elementor's
 * native header, footer and WordPress templates.
 */

.site-header .header-inner,
.site-header:not(.dynamic-header),
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
body:not([class*="elementor-page-"]) .site-main,
.page-header .entry-title {
    width: 100%;
    max-width: var(--site-width);
    margin-inline: auto;
    padding-inline: var(--site-gutter);
}

.site-header.header-full-width .header-inner,
.site-footer.footer-full-width .footer-inner,
.site-header.header-full-width,
.site-footer.footer-full-width {
    max-width: none;
}
