/*
Theme Name: UnderStrap
Theme URI: https://understrap.com
Author: Holger Koenemann
Author URI: https://www.holgerkoenemann.de
GitHub Theme URI: https://github.com/understrap/understrap
Description: Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid starting point for your next theme project and WordPress website. Use it as starter theme or as a parent theme. It is up to you. Including Font Awesome support, built-in widget slider and much more you need for basic websites. IMPORTANT: All developer dependencies are not bundled with this install file. Just download the .zip, extract it and run "npm install" and "gulp copy-assets" inside the extracted /understrap folder.
That downloads everything and moves it in place so that you can recompile your CSS and JS files;
A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/understrap/understrap
A child theme is available on Github, too: https://github.com/understrap/understrap-child;
Version: 9.9.9
Requires PHP: 5.2
License: UnderStrap WordPress Theme, Copyright 2013-2017 Holger Koenemann
UnderStrap is distributed under the terms of the GNU GPL version 2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
UnderStrap is based on Underscores https://underscores.me/, (C) 2012-2016 Automattic, Inc.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: https://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
The dependencies can be found in /src/ after running "gulp copy-assets" terminal command

...and now go out and play!
*/


/* Formulite Product Rating Styles */
.entry-summary .formulite-product-rating {
    display: inline-flex;
    margin-right: 10px;
    order: 2;
}

.formulite-product-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 3px 0;
}
.formulite-product-rating .formulite-star-rating {
    display: flex;
    gap: 2px;
}
.formulite-product-rating .star {
    color: #ddd;
    font-size: 16px;
    line-height: 1;
}
.formulite-product-rating .star.filled {
    color: #ffc107;
}
.formulite-product-rating .star.half {
    background: linear-gradient(90deg, #ffc107 50%, #ddd 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.formulite-product-rating .review-count {
    font-size: 14px;
    color: #666;
    text-decoration: none;
}
.formulite-product-rating .review-count:hover {
    text-decoration: underline;
}

span.digital-download-badge {
    background: #ffd16d;
    color: #000;
    text-transform: uppercase;
    clear: both;
    font-weight: 500;
    padding: 1px 12px;
    font-size: 11px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
    display: block;
    top: 20px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    width: 135px;
}
span.digital-download-badge.single-product-badge {
    left: 90px;
}

.component-hero-slider .hero-slide-item.easter-promo .hero-slide-img {
    object-position: bottom center;
}

@media screen and (max-width: 992px) {
    .component-hero-slider .hero-slide-item.easter-promo .hero-slide-img {
        object-position: center;
    }
}

.page-id-1058 .lp-hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    span.h6 {
        text-align: left;
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .page-id-1058 .component-image-hero.lp-hero {
        padding: 140px 0 430px;
    }
}

/* NDIS Funding page */
.page-id-66974 {
    .component.icons .single-icon img {
        max-width: 100px;
        height: auto;
    }
    .component.callout-3col .container {
        background: transparent;
        padding-top: 70px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .component.callout-3col .row {
        max-width: 100%;
    }
}

#ndis-hero {
    background: #cfbea9;
    .lp-hero-content {
        display: flex;
        flex-direction: column;
        gap: 10px;
        a.btn.btn-secondary.btn-new:hover {
            background: #ffd16d;
            color: #000;
        }
        .btn-secondary {
            line-height: 15px;
            margin: 0;
        }
        .lp-hero-buttons {
            display: flex;
            flex-direction: row;
            gap: 10px;
            margin-top: 20px;
        }
    }
}

@media screen and (max-width: 768px) {
    #ndis-hero .lp-hero-content .lp-hero-buttons{
        gap: 20px;
        flex-direction: column;
    }
    #ndis-hero {
        padding-top: 140px;
        padding-bottom: 70px;
        img.attachment-full.size-full {
            opacity: 0;
        }
        img#ndis-funding-badge {
            position: relative;
            max-width: 100px;
        }
    }
}

#ndis-participant-form .col,
#ndis-plan-manager-form .col {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 11%);
    margin-bottom: 100px;
    .gform-page-footer .button {
        border: none;
        background: #ffd16d;
        color: #000;
        padding: 10px 45px;
        border-radius: 50px;
        &:hover {
            background: #000;
            color: #fff;
        }
    }
    .gfield_description {
        padding: 0 0 10px !important;
        margin-top: -10px;
    }
    p.gform_required_legend {
        display: none;
    }
}

#ndis-plan-manager-form {
    padding-top: 0;
    margin-top: -40px;
}

.component.steps ul.steps li img {
    max-width: 180px;
}

span.ndis-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    img {
        position: relative;
        max-width: 100px;
    }
    em {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: 700;
        font-size: 44px;
        line-height: 42px;
        font-style: normal;
    }
}


#ndis-price-list-block {
    padding: 0;
    .container {
        margin: 0 auto;
        background: #ffd16d;
        width: 100%;
        max-width: 1600px;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    a.btn.btn-primary:hover {
        background: #000;
        color: #fff;
        border-color: #000;
    }
    a.btn.btn-primary {
        margin-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    span.ndis-title {
        flex-direction: column;
    }
    .page-id-66974 .component-image-hero.lp-hero span {
        text-align: left;
        align-items: flex-start;
    }
    .page-id-66974 .component.steps ul.steps li img {
        max-width: 100px;
        margin-top: -50px;
        position: relative;
    }
}


.ndis-badge {
    position: absolute;
    top: -7px;
    right: -19px;
    width: 200px;
}
.ndis-badge:after {
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
    right: 0;
    top: 0;
    background: #511d63;
}
.ndis-badge img {
    max-width: 200px;
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .ndis-badge {
        position: absolute;
        top: auto;
        bottom: -10px;
        right: -19px;
        width: 200px;
    }
    .ndis-badge:after {
        top: auto;
        bottom: 0;
    }
    .component-hero-slider .hero-slide-buttons {
        justify-content: center;
        align-items: center;
    }
}

.page-id-67204 {
    .component-internal-hero {
        background-image: url('/wp-content/uploads/2025/05/4.png');
        background-size: cover;
        background-repeat: no-repeat;
        padding: 200px 0;
        .col-10 {
            max-width: 100% !important;
            padding: 0 !important;
        }
        span {
            max-width: 100% !important;
            margin: 0 auto;
        }
    }
}

/* EOFY Sale page */
.page-id-67368 {
    .announcement-bar,
    .wrapper-navbar-new,
    .component-internal-hero {
        max-width: 100%;
    }
    .component-product-grid {
        background: #fff;
    }
    .component-internal-hero.hero-banner {
        background: #f8f2ed;
        padding: 150px 0 70px;
        .h6 {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-weight: 700;
            font-size: 30px !important;
            margin-bottom: 0;
        }
        h1 {
            font-size: 100px;
            line-height: 88px;
            margin-bottom: 15px;
            font-weight: 800;
        }
        span {
            margin: 0 auto;
            font-size: 40px;
            font-weight: 700;
        }
    }
}

.eofy-sale-banner {
    h1 {
        text-transform: uppercase;
        font-size: 60px;
        font-weight: 700;
    }
    h1 strong {
        font-size: 100px;
        text-transform: uppercase;
        position: relative;
        top: -13px;
        color: #f8cc6a;
    }
}

div#coupons_list {
    display: none;
}

.home .component.component-product-grid.component-product-grid-alt {
    padding-bottom: 0;
}
.home .component-instagram {
    background: #ffffff;
}

p.stock.available-on-backorder {
    color: #278200;
}

footer span.h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.wc-bogof-gift-cart button {
    background: #ffd16d !important;
}

#choose-your-gift-dialog .wc-bogo-modal-dialog {
    border-radius: 15px;
    overflow: hidden;
}

.component.icons .container {
    max-width: 1400px;
}

.component.icons .single-icon img {
    max-width: 120px;
    width: 100%;
    height: auto;
}

.page-id-68614 {
    .component.cta {
        padding: 0;
        background: #fff;
        margin: 0;
        .container {
            background: transparent;
            padding-top: 0;
        }
    }
    .component.two-col-cta .cta h3 {
        font-weight: 400;
        font-size: 36px;
        margin-bottom: 25px;
    }
    .component-columns + .component.two-col-cta {
        padding-top: 0;
    }
    .component.icons {
        padding-bottom: 0;
    }
}

li.product span.custom-20-off-badge {
    position: relative;
    top: 0px;
}

span.custom-20-off-badge {
    background: #dd2338 !important;
    color: #fff !important;
}

.single-product span.custom-20-off-badge {
    height: 25px;
    position: relative;
    top: -2px;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.component .component_option_radio_button {
    overflow: scroll;
    max-width: 100% !important;
}

@media screen and (max-width: 768px) {
    .home-hero-slide-item .inner {
        padding-bottom: 220px !important;
    }
}


.yt-shorts-wrapper {
    position: relative;
}

.yt-shorts-wrapper:after {
    content: '';
    height: 50%;
    width: 100%;
    background: #DDD2C2;
    background: linear-gradient(0deg, rgba(221, 210, 194, 0.5) 0%, rgba(221, 210, 194, 0) 100%);
    display: block;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 0;
    border-radius: 10px;
}

.yt-shorts-wrapper iframe {
    position: relative;
    z-index: 1;
    border-radius: 15px;
}

span.bas-shipping {
    font-size: 12px;
    font-weight: 500;
    color: #8e8e8e;
}

span.bas-free-shipping {
    color: #5cc768;
}

/* BUY AND SAVE */
.bnpl-price-wrapper + #buy-and-save-options {
    margin-top: -12px;
}

#buy-and-save-options {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 15px;
    label {
        border: 2px solid #e5e5e5;
        border-radius: 7px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 7px 10px 7px;
        position: relative;
        cursor: pointer;
        margin-bottom: 3px;
        .bas-badge {
            position: relative;
            font-weight: 600;
            display: inline-block;
            font-size: 16px;
        }
        span.bas-servings {
            font-size: 12px;
            font-weight: 400;
            opacity: 0.8;
        }
        input[type="radio"] {
            position: absolute;
            z-index: -1;
        }
        &:has(input[type="radio"]:checked) {
            background: #fff6e0 !important;
            border: 2px solid #fcd16c !important;
        }
        > div {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            gap: 0px;
            .bas-price-wrapper {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
            }
        }
        .bas-callout-badge {
            position: absolute;
            top: -2px;
            background: #ffd16d;
            font-size: 10px;
            line-height: 10px;
            text-transform: uppercase;
            font-weight: 600;
            letter-spacing: 1px;
            padding: 2px 4px;
            display: inline-block;
            border-radius: 0 0 5px 5px;
            right: 50%;
            transform: translateX(50%);
        }
        .bas-offer-meta {
            display: flex;
            align-items: center;
            gap: 7px;
        }
        .bas-price-wrapper {
            align-items: flex-end;
        }
        .old-price {
            color: #dd2338;
            opacity: 0.8;
            font-weight: 500;
            font-size: 15px;
        }

        .new-price {
            color: #0073aa;
            font-weight: bold;
            font-size: 20px;
        }
    }
}
@media screen and (max-width: 500px) {
    #buy-and-save-options {
        grid-template-columns: repeat(1, 1fr);
    }
}


.page-id-68962 {
    .component.content-image .text-center {
        text-align: left !important;
    }
    .component.content-image {
        a.btn.btn-primary {
            border-radius: 100px;
            background: #000;
            color: #fff;
            &:hover {
                background: #ffd16d;
                color: #000;
            }
        }
        .image-wrapper img {
            border-radius: 25px;
        }
    }
    .component + .component {
        padding-top: 0;
    }
    .component.icons {
        padding-bottom: 0;
    }
    .component-image-hero.lp-hero span {
        margin: 0;
    }
    .component-image-hero.lp-hero {
        position: relative;
        padding: 200px 0 80px;
    }
    #discover-formulite-testimonials-intro {
        padding-bottom: 0;
        padding-top: 100px;
    }
    .component.youtube-shorts {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .component.component-health-professionals-reviews {
        padding-bottom: 0;
    }
    div#block-1 {
        background: #fff;
        margin-top: -30px;
    }
    .component.icons {
        padding-top: 75px !important;
    }
    .component.component-health-professionals-reviews {
        background: #f4f3f0;
    }
    div#block-2 {
        background: #fff;
        padding-top: 75px;
    }
    .wrapper-navbar-new {
        max-width: 100%;
    }
    .announcement-bar {
        max-width: 100%;
    }
    img.money-back-badge {
        position: absolute;
        left: -110px;
        top: -130px;
        transform: rotate(-25deg);
        max-width: 160px;
    }
    @media screen and (max-width: 1024px) {
        img.money-back-badge {
            position: absolute;
            left: 20px;
            top: -150px;
            transform: rotate(-25deg);
            max-width: 160px;
        }
    }
}

.page-id-69385 {
    blockquote {
        border-left: 3px solid #ffd16d;
        padding-left: 10px;
        font-style: italic;
        font-size: 19px;
        font-weight: 500;
    }
    .component.content-image {
        max-width: 1100px;
        margin: 0 auto;
    }
    #content-intro-component {
        padding-bottom: 0;
        margin-bottom: -30px;
    }
    #reduced-content-block {
        max-width: 1100px;
        margin: 0 auto;
        padding-bottom: 50px;
    }
    #reduced-content-block .image-wrapper img {
        border-radius: 20px;
    }
    .youtube-shorts-wrap.row {
        max-width: 1100px;
        margin: 0 auto;
    }
    #content-intro-component {
        max-width: 1100px;
        margin: 0 auto;
    }
    .component.youtube-shorts {
        padding-top: 0;
    }
    .component.testimonials-masonry .row {
        max-width: 1200px;
        margin: 0 auto;
    }
    div#faq-intro {
        padding: 0;
        margin-bottom: -35px;
    }
    .component.content-image + .component.content-image {
        padding-top: 0;
    }
    .image-wrapper img {
        aspect-ratio: 16 / 12;
        object-fit: cover;
        border-radius: 20px;
    }
}






#cfw-side-cart .cfw-side-cart-contents-header .cfw-side-cart-close-btn {
    position: absolute !important;
    top: 4px !important;
}
#cfw-side-cart #cfw-side-cart-form {
    padding-top: 11px !important;
}
#cfw-side-cart .cfw-side-cart-contents-header {
    text-align: right !important;
}

.component-hero-slider .hero-slide-buttons {
    margin-top: 0 !important;
}

.select-flavour-dropdown ul li {
    width: auto !important;
    display: inline-block !important;
    padding: 3px 12px 3px 3px !important;
    border-radius: 100px;
    border: 1px solid #eae9e4;
}

.select-flavour-dropdown ul {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    gap: 10px;
    flex-wrap: wrap;
}

.single-product .composite_component {
    margin-bottom: 20px;
}

.select-flavour-dropdown .component_option_radio_button_container .radio_button_description .title {
    font-size: 12px;
}

.select-flavour-dropdown .flavour-swatch {
    height: 16px;
    width: 16px;
    left: 5px;
}

.component_option_radio_button_container .radio_button_input {
    padding: 0 9px 0 5px !important;
}

.page-id-69752 {
    #nav-wrapper .nav-right {
        visibility: hidden;
    }
    .new-navbar-row-2 {
        display: none;
    }
}

.component-before-after {
    .slick-track {
        display: flex !important;
    }
    .slick-slide {
        height: inherit !important;
        margin: 0 10px;
    }
    .slick-list {
        margin: 0 -10px;
    }
    button.slick-prev.pull-left.slick-arrow {
        border: none;
        background: transparent;
        position: absolute;
        z-index: 2;
        top: 100px;
    }
    button.slick-next.pull-right.slick-arrow {
        border: none;
        background: transparent;
        position: absolute;
        z-index: 2;
        top: 100px;
        right: 0;
    }
    img.befor-after-stars {
        text-align: center;
        margin: 0 auto 12px;
        display: block;
    }
    .card-img-wrapper {
        position: relative;
    }
    span.badge {
        position: absolute;
        bottom: 10px;
        transform: translateX(50%);
        right: 50%;
        background: #ffd16d;
        border-radius: 20px;
        padding: 4px 10px;
        color: #000000;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 0.4px;
    }
    .before-after-quote {
        font-size: 16px;
        font-weight: 500;
        text-align: center;
    }
    .before-after-name {
        font-size: 19px;
        margin-top: 20px;
        font-family: 'Plus Jakarta Sans';
        text-align: center;
        font-weight: 600;
    }
    .card {
        border: 2px solid #000;
        border-radius: 10px;
        overflow: hidden;
    }
}

.component-global-testimonials.before-after-carousel {
    .item {
        padding: 0;
        justify-content: flex-start !important;
        display: flex;
        .card-img-top {
            border-radius: 0;
        }
        .testimonial-body {
            padding: 20px;
        }
    }
    span.badge {
        position: absolute;
        bottom: -43px;
        right: 20px;
        background: #7ddead;
        color: #000000;
        border-radius: 20px;
        text-transform: uppercase;
        font-weight: 400;
        padding: 5px 10px;
    }
    .card-img-wrapper {
        position: relative;
    }
}

#cfw-side-cart .cfw-side-cart-totals table tr.cart-discount th, #cfw-side-cart .cfw-side-cart-totals table tr.cart-discount td {
    background: transparent !important;
    padding-left: 8px;
    padding-right: 8px;
}
#cfw-side-cart .cfw-side-cart-totals table tr.cart-discount {
    border: 2px solid #ffd16d;
    border-radius: 8px;
    background: rgb(255 209 109 / 22%);
    margin-left: -8px;
    margin-right: -8px;
}