/* * {
    box-sizing: border-box;
    font-size: 62.5%;
    padding: 0;
    margin: 0;
} */

body {
    font-size: var(--wp--preset--font-size--xs);
    font-family: var(--wp--preset--font-family--proxima);
}

main .container {
    margin: 10rem auto;
    width: 1400px;

}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    color: rgb(0, 0, 0);
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: rgb(0, 0, 0);
}

#syn_page_winkelmand main .container,
#syn_page_afrekenen main .container {
    padding-top: 18rem;
}

#syn_page_deelnemergegevens main .container,
#syn_page_mijn-account main .container {
    margin: 11rem auto;
    padding-top: 10px;
}

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content p:last-child {
    display: none;
}

@media (max-width: 600px) {
    main .container {
        margin: 2rem auto;
        width: 100%;
    }
}

#main {
    font-size: var(--wp--preset--font-size--sm);
}

.hidden {
    display: none !important;
}

.icon,
.far {
    width: auto;
    margin-right: 0.8rem;
}

.icon path {
    fill: var(--wp--preset--color--accent-color);
}

/* h1 {
    font-size: var(--wp--preset--font-size--xl);
}

h2 {
    font-size: var(--wp--preset--font-size--lg);
}

h3 {
    font-size: var(--wp--preset--font-size--md);
}

p, a, li, strong, span, label, input, em, b, select, option, img, table, thead, tbody, tr, td, th, bdi {
    font-size: var(--wp--preset--font-size--sm);
}

a {
    text-decoration: none;
} */

.col-12.js-pa-col h1 {
    margin-bottom: 1rem !important;
}

strong {
    font-weight: 700;
}

.accent-text {
    color: var(--wp--preset--color--accent-color);
}

.accent-text:hover {
    color: var(--wp--preset--color--accent-color-light);
}


.woocommerce a.button,
span.add_to_cart_button {
    background-color: var(--wp--preset--color--accent-color);
    color: white;
    font-weight: 400;
    width: 100%;
    height: 42px;
    border-radius: 3px;
}

span.add_to_cart_button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--wp--preset--color--text-color);
    background-color: var(--wp--preset--color--primary-color);
    border: 1px solid black;
    font-size: var(--wp--preset--font-size--sm);
}

.button-primary,
.woocommerce a.button.alt,
.woocommerce-form-login__submit,
.gform_button,
.gform_previous_button,
.gform_next_button,
.tribe-common button,
.tribe-common-c-btn {
    display: inline-block;
    padding: 1rem 3rem;
    min-width: 16rem;
    text-align: center;
    background-color: transparent;
    border: 0;
    transition: outline-offset .2s linear;
    outline: none;
    outline: 0.2rem solid transparent;
    outline-offset: 0.5rem;
    color: #fff;
    line-height: 1.7;
    background-color: #e40429;
    border: thin solid #e40429;
    border-radius: 0.5rem;
}

.button-primary:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce-form-login__submit:hover,
.gform_button:hover,
.woocommerce button.button.alt,
.woocommerce button.button {
    cursor: pointer;
    background-color: var(--wp--preset--color--accent-color-light);
    color: var(--wp--preset--color--text-color-light);
}

.button-secondary {
    transition: all 0.2s ease;
    padding: 1.5rem 2rem;
    width: 100%;
    color: var(--wp--preset--color--text-color);
    background-color: var(--wp--preset--color--primary-color);
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    border: 1px solid black;
    border-radius: 5px;
}

.button-secondary:hover,
span.add_to_cart_button:hover {
    transition: all 0.2s ease;
    cursor: pointer;
    color: var(--wp--preset--color--accent-color);
    border-color: var(--wp--preset--color--accent-color);
    text-decoration: none;
}

.button-secondary.fill {
    background-color: #333;
    color: var(--wp--preset--color--text-color-light);
    border-color: #1d1d1b;
}

.button-secondary.fill:hover {
    background-color: #1d1d1b;
    color: var(--wp--preset--color--text-color-light);
}

.woocommerce-message {
    font-size: var(--wp--preset--font-size--sm);
}

.woocommerce-message a.button {
    background-color: var(--wp--preset--color--accent-color);
    color: white;
    font-weight: 400;
    height: 42px;
    margin: 0 10px;
    width: 30%;
    border-radius: 3px;
}

.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme .gfield select,
.gform_wrapper.gravity-theme .gfield textarea,
.gform_wrapper.gravity-theme .chosen-choices {
    width: 100%;
    min-height: 5rem;
    padding: 1rem;
    color: #666;
    border-radius: 0.5rem;
    border: thin solid #666;
    background-color: #fff;
}

.spotlighted--item .spotlighted__content .read-more {
    min-height: 15rem !important;
    max-height: 15rem !important;
    margin-bottom: 3rem !important;
    overflow: visible !important;
}

.spotlighted--item .spotlighted__content .read-more:after {
    bottom: -10px !important;
}

.spotlighted--item .spotlighted__content .read-more div {
    max-height: 14rem !important;
}

#syn_page_home .glide__slides {
    justify-content: space-between;
}

#syn_page_home .educations-spotlight-block .glide__slide {
    margin: 0 !important;
    width: 32.5% !important;
}

#syn_page_home .educations-spotlight-block .glide__slide h3 {
    min-height: 8rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

#syn_page_opleidingen main {
    background: linear-gradient(180deg, transparent 25rem, #f7f7f7 0);
}

@media (max-width: 1000px) and (min-width: 768px) {
    #syn_page_home .educations-spotlight-block .spotlighted--item .spotlighted__content .read-more {
        min-height: 14rem !important;
    }

    #syn_page_home .educations-spotlight-block .spotlighted--item .btn--primary {
        line-height: 1;
    }
}

.gform_ajax_spinner {
    width: 50px;
    height: 50px;
}

.grecaptcha-badge {
    visibility: hidden;
}

.gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_radio label,
.gform_wrapper.gravity-theme .gfield_label,
.gf_progressbar_title,
.gform_wrapper.gravity-theme .gf_progressbar_percentage span {
    font-size: 1.8rem !important;
}

.gform_wrapper .gquiz-correct-response img,
.gform_wrapper .gquiz-incorrect-response img,
.gform_wrapper .gquiz-indicator {
    width: 25px;
}

.gchoice {
    margin-bottom: 15px;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
    background-color: #596bb2 !important;
    color: #fff;
}

.quiz_fin_main {
    display: flex;
}

.quiz_fin_right {
    align-content: center;
    width: 80%;
    margin-left: 50px;
}

.quiz_fin_btn {
    padding: 20px 10px;
    background-color: #FBB900;
    border-radius: 10px;
    color: black;
    font-size: 16px;

}

a:hover.quiz_fin_btn {
    color: white;
    font-size: 20px;
}

@media (max-width: 800px) {
    .quiz_fin_main {
        flex-direction: column;
    }
}


.gform_wrapper.gravity-theme .gfield-choice-input {
    display: inline-block;
    margin-top: 8px !important;
    top: 0;
    vertical-align: top !important;
}

.gform_confirmation_wrapper .gquiz-field-label,
.gform_wrapper .gquiz-correct-choice {
    font-weight: 700;
    background: #5bca5b;
    padding: 0 10px;
    border-radius: 10px;
    color: white !important;
}

.quiz_antwoord {
    padding: 20px 20px 20px 20px;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #596bb2;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}


.tooltip-opl-field:hover span,
.tooltip-opl-field:focus span {
    opacity: 1 !important;
    visibility: visible !important;
}

.tooltip-opl-field span:after {
    right: 1.5rem !important;
    bottom: -.5rem !important;
    z-index: -1000 !important;
    width: 1.5rem !important;
    height: 1.5rem;
    transform: rotate(45deg) !important;
    box-shadow: 0 .3rem .5rem rgba(51, 5, 8, .1) !important;
}

.tooltip-opl-field {
    position: relative !important;
    color: #999 !important;
    background-color: transparent !important;
    border: 0 !important;
    transition: outline-offset .2s linear !important;
    outline: 0 !important;
    outline: .2rem solid transparent !important;
    outline-offset: .5rem !important;
    padding: 0 !important;
    min-width: auto !important;
    top: -1rem;
}

.tooltip-opl-field span {
    position: absolute !important;
    top: -2.5rem !important;
    right: -20rem !important;
    width: 25rem !important;
    padding: .5rem 1rem !important;
    color: #ffffff !important;
    text-align: left !important;
    text-transform: none !important;
    border-radius: .5rem !important;
    background-color: #000000;
    box-shadow: 0 .3rem .5rem rgba(51, 5, 8, .1) !important;
    visibility: hidden !important;
    opacity: 0 !important;
    transform: translateY(-100%) translateY(1rem) !important;
    transition: opacity .2s ease-in-out, transform .2s ease-in-out, visibility 0s .3s !important;
}

.tooltip-opl-field i {
    font-size: 1.4rem !important;
    color: black;
}


@media (max-width: 770px) {
    #filter-hide {
        display: none;
        margin-left: 0px;
        margin: 2rem auto;
        width: 100%;
        padding-right: 2rem;
        padding-left: 2rem;
        font-size: 18px;
    }

    .tooltip-opl-field span {
        right: -12rem !important;
    }
}

@media (min-width: 771px) {
    #filter-toggle-id {
        display: none;
        margin-left: 0px;
    }
}