/*
 * HANDY HOUSE standalone pages
 * Prevent the active WordPress theme from rendering a second header, menu,
 * page title or footer around the HANDY HOUSE interface.
 */
body.hh-standalone-page #masthead,
body.hh-standalone-page #site-header,
body.hh-standalone-page header.site-header,
body.hh-standalone-page .site-header:not(.hh-header),
body.hh-standalone-page .ast-above-header-wrap,
body.hh-standalone-page .ast-primary-header-bar,
body.hh-standalone-page .ast-below-header-wrap,
body.hh-standalone-page .main-header-bar-wrap,
body.hh-standalone-page .site-branding,
body.hh-standalone-page nav.main-navigation,
body.hh-standalone-page .entry-header,
body.hh-standalone-page .page-header,
body.hh-standalone-page #colophon,
body.hh-standalone-page footer.site-footer {
    display: none !important;
}

body.hh-standalone-page #content,
body.hh-standalone-page .site-content,
body.hh-standalone-page .content-area,
body.hh-standalone-page .site-main,
body.hh-standalone-page article.page,
body.hh-standalone-page .entry-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.hh-standalone-page .entry-content > .hh-site-shell:first-child,
body.hh-standalone-page .entry-content > .hh-target-page:first-child,
body.hh-standalone-page .entry-content > .hh-catalog-page:first-child,
body.hh-standalone-page .entry-content > .hh-quote-page:first-child,
body.hh-standalone-page .entry-content > .hh-sales-page:first-child,
body.hh-standalone-page .entry-content > .hh-supplier-page:first-child {
    margin-top: 0 !important;
}
