/** Theme Name: The Fit Co Author: Creative Layers Author URI: https://creativelayers.nl/ Description: The Fit Co is a fully custom theme, developed by Creative Layers. Designed for performance and tailored specifically for The Fit Co brand, it combines clean code with seamless compatibility across devices and plugins. Version: 1.1.1 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: the-fit-co */
/* */
@charset "UTF-8";
address, blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    font-family: 'Roobert';
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

* {
    box-sizing: inherit;
}

/* body {*/
/*	 box-sizing: border-box;*/
/*	 padding-left: 12px ;*/
/*	 padding-right: 12px ;*/
/*}*/
:root {
    --black: #000000;
    --white: #FFFFFF;
    --yellow: #E6F500;
    --yellow-light: #F7FCCD;
    --green: #8AA060;
    --dark-green: #142002;
    --gray-50: #00000080;
    --gray-25: #00000040;
    --gray-5: #0000000D;
    --green-dark: #888976;
    --green-mid-dark: #C7CEBB;
    --green-mid: #DCE0D1;
    --green-light: #EFF2EB;
}

.site-content {
    padding-top: 0px;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

a {
    text-decoration: none;
    color: inherit;
}

h2.widget-title {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 4px;
}

button {
    all: unset;
}

div#mobile-popup-menu .btn.btn-primary:hover, div#mobile-popup-menu a.btn.btn-secondary:hover {
    color: #ffffff;
}

ul {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    list-style-type: none;

}

li {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;

}

img {
    vertical-align: middle;
    height: auto;
    max-width: 100%;
    border: 0;
}

.arrow-icon {
    display: inline-flex;
    margin-left: 8px;
}

.popup {
    z-index: 99999999999999999 !important;
}

.ast-sticky-active .main-header-menu .menu-item:hover > .menu-link {
    color: #151515 !important;
}

/* pasword protected page */
h1#password-protected-logo {
    display: none;
}

/* For Chargebee Checkout */
.g-page__content {
    font-family: roobert !important;
}

/* Global CSS */
.site-content .ast-container {
    box-sizing: border-box;

    display: block;
    padding-left: 12px;
    padding-right: 12px;
}

p, .entry-content p {
    margin-bottom: 0px;
}

body, .ast-separate-container {
    background-color: #ffffff;
    background-image: none;
}

/* Ask Us Anything section */
.info-box-1 {
    width: 45%;
}

.info-box {
    padding: 24px;
    border-radius: 12px;
    position: relative;
}

.info-box::before, .info-box::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid #000;
}

.info-box::before {
    top: 0px;
    left: 0px;
    border-right: none !important;
    border-bottom: none !important;
}

.info-box::after {
    top: 0px;
    right: 0px;
    border-left: none !important;
    border-bottom: none !important;
}

.info-box .corner-bl {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 8px;
    height: 8px;
    border-top: none !important;
    border-right: none !important;
    border: 2px solid #000;
}

.info-box .corner-br {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 8px;
    height: 8px;
    border-top: none !important;
    border-left: none !important;
    border: 2px solid #000;
}

.info-box p {
    margin-bottom: 0px;
    color: #151515;
}

/* Responsive styles */
@media screen and (max-width: 768px) {
    .mobile-hero-container {
        height: 552px !important;
    }

    .fitco__header {
        margin-bottom: 24px;
    }

    .hero-subtitle {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 537px) {
    .info-box {
        padding: 12px 16px;
    }
}

/* Theme CSS (nog uitzoeken!) */
.signup-form input.input-field {
    padding: 15px;
    border-radius: 50px;
    border: 1px solid #C7CEBB;
    /* filter: drop-shadow(2px 4px 6px #C7CEBB);
     */
}

.signup-content .disclaimer {
    color: #888976;
}

/* Prioritize yourself Section */
.fitco-product-details {
    background: #DCE0D1;
}

/* Media 1024px */
@media (max-width: 1024px) {
    .slider-button a.uagb-buttons-repeater {
        min-width: 265px;
    }

    .slider_h1 {
        font-size: 80px !important;
        line-height: 90px !important;
    }
}

/* Media 992px */
@media (max-width: 992px) {
    /* Main Header */
    .site-content .ast-container {
        display: block !important;
        padding-left: 8px;
        padding-right: 8px;
    }

    .main-header-menu .menu-link {
        padding: 0 7px !important;
    }
}

/* Media 768px */
@media (max-width: 768px) {
    /* Footer */
    .newsletter-form {
        max-height: 40px;
    }

    .newsletter-form .submit-btn {
        margin: 4px 6px !important;
    }
}

/* Media 767px */
@media (max-width: 767px) {
    .slider-button a.wp-block-button__link {
        min-width: 65px;
    }

    .slider-button img {
        max-width: 16px;
        padding-left: 5px;
    }

    .wp-block-group.alignfull.display_flex.is-content-justification-center.is-layout-constrained.wp-block-group-is-layout-constrained.has-background {
        min-height: 300px !important;
    }

    .slider_h1 {
        font-size: 60px !important;
        line-height: 70px !important;
    }

    /* for header mobile button */
    .ast-header-html-1 {
        padding: 10px;
    }

    /* Home: Signup form sections */
    .sign-up-container {
        display: flex;
        flex-direction: column-reverse;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    /* Home: How to use The Fit Co daily */
    .fitco__info {
        flex-direction: column;
    }
}

.slick-slide img {
    display: block;
    transform: rotateY(-180deg);
}

body .newsletter-form .submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.language-currency {
    display: flex;
    column-gap: 7px;
    align-items: center;
}

.language-currency span {
    font-size: 12px;
    line-height: 24px;
}

span.flag-icon {
    position: relative;
    top: 5px;
}

.lang-selector {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    align-items: center;
}

@media (min-width: 1199px) {
    .ast-builder-menu-1.ast-builder-menu.ast-flex.ast-builder-menu-1-focus-item.ast-builder-layout-element.site-header-focus-item {
        padding-left: 106px;
    }
}

.landing-page-slide-slider.slick-initialized.slick-slider.slick-dotted .slick-slide img {
    display: block;
    transform: rotateY(0deg);
}

.page-template-How-it-works .info-box {
    margin-bottom: 20px;
}

.page-template-How-it-works .co-work-inner-content .body-large {
    opacity: .5;
}

.panel-content input.gform_next_button.gform-theme-button.button {
    opacity: 0 !important;
}

.panel-content input.gform_next_button.gform-theme-button.button {
    transition: none !important;
}

@media (max-width: 600px) {
    .site-above-footer-wrap[data-section="section-above-footer-builder"] {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .ast-footer-html-2 {
        display: block !important;
    }
}

.social-icons img {
    position: relative;
    top: -2px;
}

.social-icons span {
    position: relative;
    top: 4px;
}

@media (max-width: 1090px) {
    .fitco__steps {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 48px 20px !important;
        max-width: 100% !important;
    }

    .fitco__step {
        max-width: 100% !important;
    }
}

/* Gravity Form */
.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    opacity: 0 !important;
}

div#gform_page_1_1 div#gform_fields_1 fieldset.gfield.gfield--type-multi_choice.gfield--type-choice.gfield--input-type-radio {
    display: none !important;
}

fieldset#field_1_45, fieldset#field_1_42, fieldset#field_1_43, fieldset#field_1_44, fieldset#field_1_46, fieldset#field_1_47, fieldset#field_1_48, fieldset#field_1_49, fieldset#field_1_50 {
    display: none !important;
}
