/*
Theme Name: OX4
Theme URI: https://ox4.nl
Author: Donderz
Author URI: https://donderz.nl
Description: Een basis thema voor WordPress met Gutenberg-blokken uitgeschakeld
Version: 1.0
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 8.4
*/

:root {

    /* Kleuren */
    --section-background-color: #122126CC;
    --background-color: #F3F6F7;
    /* --section-background-color: #fff; */
    --primary-color: #FC8A77;
    --secondary-color: #2C6B4D;
    --accent-color: #7FC474;
    --heading-color: rgba(18, 33, 38, 1);
    --button-hover-color: #122126CC;
    --text-color: #000;
    --link-color: #2C6B4D;
    --border-color: #cdcdcd;
    --white: rgba(255, 255, 255, 1);
    --dark: rgba(18, 33, 38, 1);
    --light: rgba(244, 249, 250, 1);


    /* Fonts */
    --font-family: 'neue-haas-unica', sans-serif;
    --heading-font: 'neulis-sans', sans-serif;

    --h1-font: 54px;
    --h1-large: 64px;

    --h2-font: 40px;
    --h2-large: 54px;

    --h3-small: 18px;
    --h3-font: 24px;
    --h3-large: 40px;

    --h4-font: 18px;
    --h4-large: 24px;

    --h5-font: 20px;
    --h5-large: 24px;

    --h6-font: 18px;
    --h6-large: 64px;

    --text-large: 20px;
    --text-normal: 16px;
    --text-small: 14px;

    /* Border radius */
    --border-radius-full: 999px;
    --border-radius-large: 40px;
    --border-radius-normal: 20px;
    --border-radius-small: 16px;

    /* padding */
    --section-padding: 96px;
    --section-padding-top: 64px;
    --section-padding-bottom: 72px;

    --header-width: 1344px;
    --footer-width: 1344px;
}

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0 !important;
    font-family: var(--font-family);
    color: var(--text-color);
    font-weight: 400;
    font-size: 16px;
}

p {
    margin-block-start: 0em;
    margin-block-end: 0em;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 0%;
}

.eyebrow {
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    color: var(--primary-color);
    font-family: var(--heading-font);
}

.container {
    max-width: 1440px;
    padding: var(--section-padding-top) var(--section-padding) var(--section-padding-bottom);
    margin: 0 auto;
}

.core-button {
    padding: 12px 20px;
    border-radius: var(--border-radius-full);
    font-size: var(--text-normal);
    font-weight: 500;
    text-decoration: unset;
    font-family: var(--heading-font);
    display: inline-flex;
    transition: all 0.3s ease;
    cursor: pointer;
}

.primary-button {
    color: #fff;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.core-button.cta-button {
    color: #fff;
    background-color: var(--primary-color);
    padding: 16px 24px 18px;
    border: 1px solid var(--primary-color);
}

.core-button.cta-button+.core-button.cta-button {
    color: #fff;
    border: 1px solid var(--primary-color);
    background: transparent;
}

.primary-button:hover {
    color: #fff;
    background-color: var(--button-hover-color);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.core-button.cta-button:hover {
    background-color: var(--button-hover-color);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.core-button.cta-button+.core-button.cta-button:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.secondary-button {
    color: #fff;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.secondary-button:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    margin: 0;
    color: var(--heading-color);
}

h1 {
    font-size: var(--h1-font);
    font-weight: 600;
    line-height: 114.99%;
    letter-spacing: 0%;
}

h2 {
    font-size: var(--h2-font);
    font-weight: 600;
    line-height: 114.99%;
    letter-spacing: 0;
}

h3 {
    font-size: var(--h3-font);
    font-weight: 600;
    line-height: 114.99%;
    letter-spacing: 0;
}

h3.small {
    font-size: var(--h3-small);
    font-weight: 600;
    line-height: 114.99%;
    letter-spacing: 0;
}

h4 {
    font-size: var(--h4-font);
}

h5 {
    font-size: var(--h5-font);
}

h6 {
    font-size: var(--h6-font);
}

h1.large {
    font-size: var(--h1-large);
}

h2.large {
    font-size: var(--h2-large);
}

h3.large {
    font-size: var(--h3-large);
}

h4.large {
    font-size: var(--h4-large);
}

h5.large {
    font-size: var(--h5-large);
}

h6.large {
    font-size: var(--h6-large);
}

.skip-to-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 0.75rem 1rem;
    background: #eee;
    color: #0e0e0e;
    text-decoration: none;
    font-weight: 400;
    transform: translateY(-120%);
    /* transition: transform 0.2s ease; */
}

.skip-to-content:focus,
.skip-to-content:focus-visible {
    transform: translateY(0);
}



.review-summary {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 0;
}

span.review-total,
span.review-score {
    font-weight: 700;
}

span.review-text-after {}





.acf-small-editor iframe {
    height: 60px !important;
    min-height: 60px !important;
}

.acf-small-editor .wp-editor-area {
    height: 60px !important;
    min-height: 60px !important;
}



/**** Garfity Forms ***/
.gform_wrapper {
    margin: 0;
}

.gform_wrapper .gform-field-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 0%;
    font-family: var(--font-family);
    color: var(--dark);
}

.gform_wrapper .gform-field-label.gfield_consent_label {
    color: rgba(7, 43, 49, 1);
}

.gform_wrapper .gfield--type-choice .gchoice,
.gform-theme--framework .gfield--type-choice .ginput_container_consent {

    align-items: center;
}

.gform_fields {
    row-gap: 16px !important;
    margin-top: 0px !important;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper select,
.gform_wrapper textarea {
    background: rgba(253, 253, 253, 1);
    border: 1px solid rgba(226, 226, 226, 1);
    border-radius: 10px;
    padding: 14px 20px 16px 20px;
    font-size: var(--text-normal);
    font-family: var(--font-family);
    color: rgba(24, 47, 54, 0.6);
    width: 100%;
    min-height: 58px;
    box-shadow: none;
    outline: none;
}

.gform_wrapper textarea {
    min-block-size: 140px !important;
    resize: vertical;
}

.gform_wrapper .gform_button.button,
.gform_wrapper input.button {
    background: var(--primary-color) !important;
    color: var(--white) !important;
    border: none !important;
    border-radius: var(--border-radius-full) !important;
    padding: 16px 24px 18px !important;
    font-size: var(--text-normal) !important;
    font-family: var(--font-family) !important;
    font-weight: 500 !important;
    cursor: pointer;
    transition: background 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px;
    box-shadow: none !important;
    transition: all 0.3s ease;
    line-height: 100%;
}

.gform_wrapper .gform_button.button span.label {
    font-size: var(--text-normal) !important;
    font-family: var(--heading-font) !important;
    font-weight: 500 !important;
    line-height: 100% !important;
    color: var(--white) !important;
    transition: all 0.3s ease !important;
}

.gform_wrapper .gform_button:hover,
.gform_wrapper input.button:hover {
    background: var(--button-hover-color) !important;
}

.gform_wrapper .ginput_container_consent input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    color: rgba(252, 252, 252, 1);
    border: 1px solid rgba(210, 210, 210, 1);
    width: 18px;
    height: 18px;
}

.gform_wrapper .ginput_counter.gfield_description {
    display: none;
}

.gform_wrapper .gform-footer.gform_footer.top_label {
    margin-block-start: 20px;
}


.gform-field-label--type-inline a {
    text-decoration: none;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.gform-field-label--type-inline a:hover {
    text-decoration: underline;
    color: var(--button-hover-color);

}

.gform-field-label.gform-field-label--type-inline a {
    text-decoration: none;
    transition: all 0.3s ease;
}

.gform-field-label.gform-field-label--type-inline a:hover {
    text-decoration: underline;
    color: var(--button-hover-color);
}

.gform_wrapper .gform_button[type="submit"] span.icon {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url(/wp-content/themes/OX4/assets/images/arrow.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url(/wp-content/themes/OX4/assets/images/arrow.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    background: currentColor;
}





@media (max-width: 1024px) {
    :root {
        --section-padding: 40px;
        --section-padding-top: 40px;
        --section-padding-bottom: 40px;

        --h1-font: 46px;
        --h1-large: 54px;

        --h2-font: 36px;
        --h2-large: 46px;

        --h3-small: 18px;
        --h3-font: 22px;
        --h3-large: 32px;

        --h4-font: 16px;
        --h4-large: 22px;

        --h5-font: 16px;
        --h5-large: 22px;

        --h6-font: 16px;
    }
}

@media (max-width: 767px) {
    :root {
        --section-padding: 20px;
        --section-padding-top: 30px;
        --section-padding-bottom: 30px;

        --h1-font: 40px;
        --h1-large: 48px;

        --h2-font: 32px;
        --h2-large: 40px;

        --h3-small: 16px;
        --h3-font: 20px;
        --h3-large: 28px;

        --h4-font: 16px;
        --h4-large: 20px;

        --h5-font: 16px;
        --h5-large: 20px;

        --h6-font: 16px;
    }
}

/* Complianz */
#cmplz-document {
    max-width: 1440px;
    margin: 0 auto;
    padding: var(--section-padding-top) var(--section-padding) var(--section-padding-bottom);
    /* display: flex;
    flex-direction: column;
    gap: 32px; */
}

#cmplz-document h1,
#cmplz-document h2,
#cmplz-document h3,
#cmplz-document h4,
#cmplz-document h5,
#cmplz-document h6,
#cmplz-document p {
    color: rgba(0, 0, 0, 1);
}