/* 
Theme Name: CodePix Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Een website door CodePix
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-codepix
Version: 1.0.2
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Hide recaptcha */
.grecaptcha-badge {
    visibility: hidden;
}

form .elementor-field-type-recaptcha_v3 {
    height: 0;
    margin-bottom: 0 !important;
}

.elementor-form .elementor-form-fields-wrapper small {
    line-height: 1.3em;
    display: block;
    text-wrap: balance;
}

.elementor-form .elementor-form-fields-wrapper small a {
    color: inherit;
    text-decoration: underline;
}

/* Elementor form messages */
.elementor-form .elementor-message {
    background-color: #f8f8f8;
    border-radius: 0px;
    padding: 15px;
    line-height: 1.5;
    border: 1px solid #bdbdbd;
}

.elementor-form .elementor-message.elementor-message-success {
    border-bottom: 3px solid var(--e-global-color-primary);
}

/* Hide hidden form fields */
.elementor-form .elementor-field-type-hidden {
    margin-bottom: 0 !important;
    height: 0 !important;
}

/* CPX form checkboxes and radio buttons */
.cpx-form .elementor-field-type-checkbox .elementor-field-option,
.cpx-form .elementor-field-type-acceptance .elementor-field-option,
.cpx-form .elementor-field-type-radio .elementor-field-option {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.cpx-form .elementor-field-type-checkbox .elementor-field-option label,
.cpx-form .elementor-field-type-acceptance .elementor-field-option label,
.cpx-form .elementor-field-type-radio .elementor-field-option label {
    padding-left: 1.75em;
    position: relative;
    font-weight: 400;
    font-size: var(--e-global-typography-text-font-size);
    line-height: 1.2;
}

.cpx-form .elementor-field-type-checkbox .elementor-field-option label:hover,
.cpx-form .elementor-field-type-acceptance .elementor-field-option label:hover,
.cpx-form .elementor-field-type-radio .elementor-field-option label:hover {
    cursor: pointer;
}

.cpx-form .elementor-field-type-checkbox .elementor-field-option input[type="checkbox"],
.cpx-form .elementor-field-type-acceptance .elementor-field-option input[type="checkbox"],
.cpx-form .elementor-field-type-radio .elementor-field-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.cpx-form .elementor-field-type-checkbox .elementor-field-option label:before,
.cpx-form .elementor-field-type-acceptance .elementor-field-option label:before,
.cpx-form .elementor-field-type-radio .elementor-field-option label:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 21px;
    height: 21px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #b6b6b6;
    transition: background-color .2s ease-in-out;
    line-height: 0;
}

/* Make the radio buttons round */
.cpx-form .elementor-field-type-radio .elementor-field-option label:before {
    border-radius: 100%;
}

.cpx-form .elementor-field-type-checkbox .elementor-field-option label:after,
.cpx-form .elementor-field-type-acceptance .elementor-field-option label:after,
.cpx-form .elementor-field-type-radio .elementor-field-option label:after {
    content: '';
    color: #fff;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 17px;
    height: 17px;
    border-radius: 5px;
    background-color: var(--e-global-color-primary);
    transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    line-height: 0;

    opacity: 0;
    transform: scale(0);
}

/* Make the radio buttons round */
.cpx-form .elementor-field-type-radio .elementor-field-option label:after {
    border-radius: 100%;
}

.cpx-form .elementor-field-type-checkbox .elementor-field-option:hover label:after,
.cpx-form .elementor-field-type-acceptance .elementor-field-option:hover label:after,
.cpx-form .elementor-field-type-radio .elementor-field-option:hover label:after {
    opacity: 1;
    transform: scale(0.6);
}

.cpx-form .elementor-field-type-checkbox .elementor-field-option input[type="checkbox"]:checked+label:after,
.cpx-form .elementor-field-type-acceptance .elementor-field-option input[type="checkbox"]:checked+label:after,
.cpx-form .elementor-field-type-radio .elementor-field-option input[type="radio"]:checked+label:after {
    opacity: 1;
    transform: none;
}

.cpx-form .elementor-field-type-radio .elementor-field-subgroup,
.cpx-form .elementor-field-type-checkbox .elementor-field-subgroup,
.cpx-form .elementor-field-type-acceptance .elementor-field-subgroup {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cpx-form .elementor-field-type-checkbox .elementor-field-label,
.cpx-form .elementor-field-type-acceptance .elementor-field-label,
.cpx-form .elementor-field-type-radio .elementor-field-label {
    margin-bottom: .5rem;
}

.cpx-form .elementor-field-type-checkbox,
.cpx-form .elementor-field-type-acceptance,
.cpx-form .elementor-field-type-radio {
    margin-bottom: 30px !important;
}

/* End CPX form checkboxes */

/* Fix icons not having auto width defined on ipad */
.elementor-widget-icon svg {
    width: auto !important;
}

/* Elementor animation overwrites */
@keyframes cpx_fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -30px, 0) scale(1.02);
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: cpx_fadeInDown !important;
}

@keyframes cpx_fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px, 0, 0) scale(1.02);
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: cpx_fadeInLeft !important;
}

@keyframes cpx_fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(30px, 0, 0) scale(1.02);
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: cpx_fadeInRight !important
}

@keyframes cpx_fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 30px, 0) scale(1.02);
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: cpx_fadeInUp !important;
}

/* Balance out all headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    text-wrap: balance;
}

.text-balance {
    text-wrap: balance;
}

.text-pretty {
    text-wrap: pretty;
}

/* Fix elementor default line height for icons. Icons should not affect button height */
.elementor-widget-button .elementor-button-icon {
    line-height: 0;
    /* Flexbox to keep the icon in the middle if it's not big enough to fill height */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Backgrounds */
.cpx-background {
    height: 100%;
}

.cpx-background img {
    object-fit: cover;
    object-position: center;
}

/* ::selection {
    background: rgba(251, 80, 0, 0.3);
    color: #FFFFFF;
}
  
::-moz-selection {
    background: rgba(251, 80, 0, 0.3);
    color: #FFFFFF;
} */

/* Prevent focussing woo messages with ugly outline */
.woocommerce-message:focus {
    outline: none;
    box-shadow: none;
}

/* Turn elementor grids into centered flex layout using the gap variables from the grid */
.cpx-grid-to-flex .elementor-grid {
    display: flex;
    flex-wrap: wrap;
    row-gap: var(--grid-row-gap, 30px);
    column-gap: var(--grid-column-gap, 30px);
    justify-content: center;
}

/* Based on the variable --grid-columns (this is an int, say: 5) i need the items (.e-loop-item) to have the correct sizes. calculate the gaps so it doesnt overflow */
.cpx-grid-to-flex .elementor-grid .e-loop-item {
    flex: 0 1 calc(calc(100% / var(--grid-columns, 5)) - var(--grid-column-gap, 30px));
}

body.logged-in .hide-logged-in {
    display: none !important;
}

body:not(.logged-in) .hide-logged-out {
    display: none !important;
}

/* cpx mt auto */
.cpx-mt-auto {
    margin-top: auto;
}

/* Fix paragraph spacings */
.elementor-widget-text-editor p:not(:last-child) {
    margin-bottom: 1em;
}

/* Fix all icons */
.elementor-widget-container .elementor-icon-wrapper {
    line-height: 0;
}

.cpx-menu-dots {
    ul {
        li {
            padding-left: 20px;
            position: relative;

            &:after {
                content: '';
                width: 8px;
                height: 8px;
                border-radius: 100%;
                background-color: var(--e-global-color-primary);
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
            }
        }
    }

    &.cpx-menu-dots--blue ul li:after {
        background-color: var(--e-global-color-accent);
    }

    &.cpx-menu-dots--darkblue ul li:after {
        background-color: var(--e-global-color-40180a8);
    }

    &.cpx-menu-dots--purple ul li:after {
        background-color: var(--e-global-color-6251ede);
    }
}

.cpx-button-icon {
    .elementor-button-text {
        align-self: center;
    }

    .elementor-button-icon {
        border-radius: 100%;
        aspect-ratio: 1/1;
        min-width: 30px;
        background-color: #fff;
        padding: 5px;
        margin-top: -.1em;
        margin-bottom: -.1em;
        transition: background-color .2s ease-in-out;

        display: inline-flex;
        align-items: center;
        justify-content: center;
        align-self: center;

        svg {
            width: .7em !important;
            transition: transform .2s ease-in-out;
        }
    }

    a:hover,
    button:hover {
        .elementor-button-icon {
            background-color: var(--e-global-color-primary);

            svg {
                transform: translate(2px, -2px);
            }
        }
    }
}

.cpx-bel-mij-terug {
    .elementor-field-type-html {
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .elementor-field-type-submit {
        margin-top: 20px;
    }

    input[type="text"],
    select {
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.03);
    }
}

.cpx-breadcrumb__caret {
    display: inline-block;
    margin: 0 6px;
    width: 6px;
    height: 6px;
    border-top: 2px solid var(--e-global-color-primary);
    border-right: 2px solid var(--e-global-color-primary);
    transform: rotate(45deg) translate(-1px, -1px);
}

.cpx-peiler--hypotheken {

    .peiler-verzekeringen,
    .peiler-financieringen {
        display: none !important;
    }
}

.cpx-peiler--verzekeringen {

    .peiler-hypotheken,
    .peiler-financieringen {
        display: none !important;
    }
}

.cpx-peiler--financieringen {

    .peiler-hypotheken,
    .peiler-verzekeringen {
        display: none !important;
    }
}

.cpx-fix-swiper-shadow-clip {
    .swiper {
        padding: 40px;
        margin-left: -40px;
        margin-right: -40px;
    }
}

.cpx-swiper-pagination {
    .swiper-pagination {
        .swiper-pagination-bullet {
            width: 65px;
            transition: all .6s cubic-bezier(.19, 1, .22, 1) !important;
            transform-origin: center;
            border-radius: 10px;
            position: relative;

            &.swiper-pagination-bullet-active {
                width: 100px;
                background-color: var(--e-global-color-primary);
            }

            &:hover,
            &:focus {
                width: 75px;
            }

            &:before {
                content: '';
                position: absolute;
                top: -10px;
                left: -12px;
                right: -12px;
                bottom: -10px;
            }
        }
    }
}

@media screen and (max-width: 1024px) {
    .cpx-swiper-pagination {
        .swiper-pagination {
            .swiper-pagination-bullet {
                width: 30px;

                &.swiper-pagination-bullet-active {
                    width: 60px;
                }

                &:hover,
                &:focus {
                    width: 40px;
                }
            }
        }
    }
}

.cpx-aspect-4-3 img {
    aspect-ratio: 4/3;

    object-fit: cover;
    object-position: center;
}

.cpx-aspect-16-9 img {
    aspect-ratio: 16/9;

    object-fit: cover;
    object-position: center;
}

.cpx-aspect-16-10 img {
    aspect-ratio: 16/10;

    object-fit: cover;
    object-position: center;
}

.cpx-aspect-1-1 img {
    aspect-ratio: 1/1;

    object-fit: cover;
    object-position: center;
}

.cpx-fix-icon-ratio {
    svg {
        aspect-ratio: 1 / 1;
        object-fit: contain;
        object-position: center;
    }
}

.cpx-template-bg-white .e-con-boxed.e-parent {
    background-color: #fff !important;
}

header {
    .header__logo img {
        transition: all .6s cubic-bezier(.19, 1, .22, 1);
    }
}

header.scrolled-past {
    .elementor-sticky {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .header__logo img {
        height: 70px !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1290px) {
    .cpx-header__bottom {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1190px) {
    .cpx-header__bottom {
        .elementor-nav-menu--main>ul>li>a {
            --e-nav-menu-horizontal-menu-item-margin: 7px;
        }
    }

    .cpx-header__right {
        --column-gap: 10px !important;
    }

    .cpx-header__center {
        --width: 118px !important;

        img {
            height: 60px !important;
        }
    }
}

.cpx2_cookie-balk.cpx2_cookie-balk--v3 .cpx2_cookie-balk__acties button.cpx2_cookie-balk__v3__alles-toestaan,
.cpx2_cookie-balk.cpx2_cookie-balk--v3 .cpx2_cookie-balk__acties button.cpx2_cookie-balk__v3__alles-afwijzen,
.cpx2_cookie-balk.cpx2_cookie-balk--v3 .cpx2_cookie-balk__acties button.cpx2_cookie-balk__v3__selectie-toestaan {
    border-radius: 50px !important;
}