/* Only applies on Porto pages where the shared chrome module renders its own shell. */
body.hb-shared-chrome-enabled .header-wrapper #header,
body.hb-shared-chrome-enabled .footer-wrapper { display:none !important; }

body.hb-shared-chrome-enabled .hb-site-header { margin-bottom:0; }
body.hb-shared-chrome-enabled .hb-site-footer { width:min(1440px,calc(100% - 32px)); margin:28px auto 0; }

@media (max-width:767px) {
  body.hb-shared-chrome-enabled .hb-site-footer { width:100%; margin-top:18px; }
}
