/* Hide featured image on pages */
.post-thumbnail > *:last-child {
	display: none;
}

/* --- Make content on homepage 100% width / 5837084-Zen --- */
.entry-content > .alignfull {
    width: 100%;
}

/* Hide on mobile */
.only-desktop {
  visibility: visible;
  position: relative;
}
@media (max-width: 768px) {
  .only-desktop {
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
  }
}

/* Hide on desktop */
.only-mobile {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .only-mobile {
    visibility: visible;
    position: relative;
    width: auto;
    height: auto;
  }
}

/* === Enrolling Now: Header + Mobile + Footer (Scoped Fix) === */
.menu-enroll-now {
    position: relative;
}

/* Default floating label (desktop header only) */
.menu-enroll-now .enroll-label {
    position: absolute;
    top: -0.5em;
    left: 50%;
    transform: translateX(-50%);
    color: #e6ac00;
    font-size: 0.75em;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
}

.menu-enroll-now a {
    margin-top: -15px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

/* === Mobile screen size: mobile header fix === */
@media (max-width: 768px) {
    header .menu-enroll-now {
        display: flex;
        align-items: center;
        gap: 0.4em;
    }

    header .menu-enroll-now .enroll-label {
        position: static;
        transform: none;
        top: auto;
        left: auto;
        margin: 0;
        font-size: 0.75em;
        white-space: nowrap;
        pointer-events: none;
    }

    header .menu-enroll-now a {
        margin-top: 0;
    }
}

/* === Footer menu fix: horizontal layout always === */
.footer-navigation .menu-enroll-now,
.footer-menu .menu-enroll-now,
.site-footer .menu-enroll-now {
    display: flex;
    align-items: center;
    gap: 0.4em;
}

.footer-navigation .menu-enroll-now .enroll-label,
.footer-menu .menu-enroll-now .enroll-label,
.site-footer .menu-enroll-now .enroll-label {
    position: static;
    transform: none;
    top: auto;
    left: auto;
    margin: 0;
    font-size: 0.75em;
    white-space: nowrap;
    pointer-events: none;
}

.footer-navigation .menu-enroll-now a,
.footer-menu .menu-enroll-now a,
.site-footer .menu-enroll-now a {
    margin-top: 0;
}

/* === Visually remove underline from 'Enrolling Now' inside footer link === */
.site-footer .menu-enroll-now .enroll-label,
.footer-navigation .menu-enroll-now .enroll-label,
.footer-menu .menu-enroll-now .enroll-label {
    display: inline-block;
    color: #e6ac00;
    font-size: 0.75em;
    font-weight: bold;
    line-height: 1.2;
    white-space: nowrap;

    text-decoration: none !important;
    border: none !important;
    border-bottom: none !important;

    /* Bonus: prevent underline crossing inline-block */
    text-decoration-skip-ink: auto;
    background: #fff;
    box-decoration-break: clone;
}

/* === Bounce animation for header-only 'Enrolling Now' label (desktop only) === */
@media (min-width: 769px) {
  body.home header .menu-enroll-now .enroll-label {
    animation: bounceInY 0.6s ease-out 0.2s 1;
  }
}

/* === Keyframes: bounce on Y-axis only === */
@keyframes bounceInY {
    0% {
        transform: translate(-50%, -100%);
        opacity: 0;
    }
    60% {
        transform: translate(-50%, 15%);
        opacity: 1;
    }
    80% {
        transform: translate(-50%, -5%);
    }
    100% {
        transform: translate(-50%, 0);
    }
}


/* 📌 Fix mobile centering for "We're Enrolling New Members Now" homepage block */
@media only screen and (max-width: 767px) {
  .wp-block-group {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}



/* ✅ Prevent mobile zoom on ConvertKit stickybar form inputs */
.formkit-sticky-bar input,
.formkit-sticky-bar button,
.formkit-sticky-bar textarea {
  font-size: 16px !important;
}

/* ✅ Prevent mobile zoom on ConvertKit popup input fields */
.formkit-form input,
.formkit-form textarea,
.formkit-form select {
  font-size: 16px !important;
}










/* 0) Default: never show the thank-you heroes unless explicitly flipped */
.lp-thankyou-hero { 
  display: none !important; 
}

/* 1) Checkout page before payment */
body.woocommerce-checkout:not(.woocommerce-order-received) .lp-checkout-hero { 
  display: block !important; 
}
body.woocommerce-checkout:not(.woocommerce-order-received) .lp-thankyou-hero { 
  display: none !important; 
}

/* 2) Order received (thank-you) page – REGULAR membership (default) */
body.woocommerce-order-received:not(.lp-gift-membership-order) .lp-checkout-hero { 
  display: none !important; 
}
body.woocommerce-order-received:not(.lp-gift-membership-order) .lp-thankyou-hero-regular { 
  display: block !important; 
}
body.woocommerce-order-received:not(.lp-gift-membership-order) .lp-thankyou-hero-gift { 
  display: none !important; 
}

/* 3) Order received (thank-you) page – GIFT membership */
body.woocommerce-order-received.lp-gift-membership-order .lp-checkout-hero { 
  display: none !important; 
}
body.woocommerce-order-received.lp-gift-membership-order .lp-thankyou-hero-regular { 
  display: none !important; 
}
body.woocommerce-order-received.lp-gift-membership-order .lp-thankyou-hero-gift { 
  display: block !important; 
}

/* Restore spacing inside both hero blocks (unchanged) */
.lp-checkout-hero,
.lp-thankyou-hero {
  line-height: 1.35;
}

.lp-checkout-hero p,
.lp-thankyou-hero p {
  margin: 0 0 1em 0;
}

.lp-checkout-hero h1,
.lp-checkout-hero h2,
.lp-thankyou-hero h1,
.lp-thankyou-hero h2 {
  margin-bottom: .6em;
}









