/* Only applied on the landing page */
.estia-landing-active .site-header,
.estia-landing-active .main-header,
.estia-landing-active .header,
.estia-landing-active nav,
.estia-landing-active .footer,
.estia-landing-active .site-footer,
.estia-landing-active .page-title,
.estia-landing-active .wp-block-site-title,
.estia-landing-active .site-branding,
.estia-landing-active .menu,
.estia-landing-active .main-navigation,
.estia-landing-active .wp-block-navigation,
.estia-landing-active #colophon,
.estia-landing-active #masthead,
.estia-landing-active .breadcrumbs,
.estia-landing-active .sidebar,
.estia-landing-active aside,
.estia-landing-active .widget-area {
    display: none !important;
}

.estia-landing-active body {
    overflow-x: hidden;
}

.estia-landing-active main,
.estia-landing-active #primary {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
}
