/* ==========================================================================
   Actors Company Berlin — Avada chrome polish (scoped to .acb-premium-home)
   Full-bleed content, hidden Avada title bar + empty header + default footer.
   ========================================================================== */

/* Break content out of Avada's constrained fusion-row for full-bleed sections */
.acb-premium-home main#main { padding: 0 !important; }
.acb-premium-home main#main > .fusion-row {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.acb-premium-home #content { padding-bottom: 0 !important; width: 100% !important; }
.acb-premium-home .fusion-sidebar,
.acb-premium-home aside.fusion-sidebar { display: none !important; }

/* Hide Avada's default (empty, draft-menu) header — premium .acb-nav replaces it */
.acb-premium-home .fusion-header-wrapper,
.acb-premium-home .fusion-header,
.acb-premium-home .fusion-secondary-header,
.acb-premium-home .fusion-mobile-nav-holder,
.acb-premium-home .fusion-sticky-header-wrapper { display: none !important; }
.acb-premium-home #wrapper { margin-top: 0 !important; }

/* No Avada page title bar on the premium home (hero replaces it) */
.acb-premium-home .fusion-page-title-bar { display: none !important; }

/* Hide Avada default footer on home — premium .acb-footer replaces it */
.acb-premium-home .fusion-footer { display: none !important; }
.acb-premium-home .fusion-footer-copyright-area { display: none !important; }
