.footer-width-fixer {
    width: 100%;
}

/* Container fix for genesis themes */

.ehf-template-genesis.ehf-header .site-header .wrap,
.ehf-template-genesis.ehf-footer .site-footer .wrap,
.ehf-template-generatepress.ehf-header .site-header .inside-header {
    width: 100%;
    padding: 0;
    max-width: 100%;
}

/* Container fix for generatepress theme */

.ehf-template-generatepress.ehf-header .site-header,
.ehf-template-generatepress.ehf-footer .site-footer {
    width: 100%;
    padding: 0;
    max-width: 100%;
    background-color: transparent !important; /* override generatepress default white color for header */
}

.bhf-hidden {
    display: none
}

/* Fix: Header hidden below the page content */
.ehf-header #masthead {
	z-index: 99;
    position: relative;
}


/* ZeroCostLift product page header override - added by Codex */
body.single-product.postid-3829 #masthead .main-title,
body.single-product.postid-3829 #masthead .navbar-area-4 .logo-wrapper img,
body.single-product.postid-3829 #masthead #menu-main-menu > li,
body.single-product.postid-3829 #masthead .navbar-right-content,
body.single-product.postid-3829 #masthead .body-overlay {
  display: none !important;
}
body.single-product.postid-3829 #masthead,
body.single-product.postid-3829 #masthead .navbar-area-4 {
  background: #fffaf3 !important;
  border-bottom: 1px solid #eadfd3 !important;
  box-shadow: none !important;
}
body.single-product.postid-3829 #masthead .navbar-area-4 .container,
body.single-product.postid-3829 #masthead .navbar-area-4 .custom-container {
  max-width: 1180px !important;
  width: 100% !important;
}
body.single-product.postid-3829 #masthead .logo-wrapper a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 44px !important;
  text-decoration: none !important;
}
body.single-product.postid-3829 #masthead .logo-wrapper a::before {
  content: "ZeroCostLift";
  font-family: Georgia, serif;
  color: #092235;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
}
body.single-product.postid-3829 #masthead #foresty_main_menu {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  background: transparent !important;
}
body.single-product.postid-3829 #masthead #menu-main-menu {
  display: flex !important;
  gap: 24px !important;
  align-items: center !important;
  justify-content: flex-end !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
body.single-product.postid-3829 #masthead #menu-main-menu::before {
  content: "Best Seller   ▸ Funnel Breakdowns   ▸ Collections   ▸ Resources   ▸ About";
  color: #092235;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}
body.single-product.postid-3829 #masthead #menu-main-menu::after {
  content: "Cart (0)";
  color: #092235;
  font-size: 14px;
  font-weight: 800;
  margin-left: 16px;
}
body.single-product.postid-3829 #masthead .navbar-toggler {
  border: 1px solid #d8c7b8 !important;
  background: #fff !important;
  border-radius: 8px !important;
  min-width: 50px !important;
  min-height: 50px !important;
}
@media (max-width: 991px) {
  body.single-product.postid-3829 #masthead .responsive-mobile-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding: 18px 14px !important;
  }
  body.single-product.postid-3829 #masthead .logo-wrapper a::before {
    font-size: 24px;
  }
  body.single-product.postid-3829 #masthead #foresty_main_menu.show,
  body.single-product.postid-3829 #masthead #foresty_main_menu.collapsing {
    display: block !important;
    background: #fffdf8 !important;
    border: 1px solid #eadfd3 !important;
    margin: 0 14px 18px !important;
    padding: 18px 22px !important;
    border-radius: 0 !important;
  }
  body.single-product.postid-3829 #masthead #menu-main-menu {
    display: block !important;
    text-align: left !important;
  }
  body.single-product.postid-3829 #masthead #menu-main-menu::before {
    content: "Best SellerA Funnel BreakdownsA CollectionsA ResourcesA AboutA Cart (0)";
    white-space: pre-line;
    display: block;
    line-height: 3;
    letter-spacing: .05em;
  }
  body.single-product.postid-3829 #masthead #menu-main-menu::after {
    content: "";
    display: none;
  }
}
