/* ALL THE CUSTOM CSS WILL BE HERE */

.white-bgBase .vacatures_listing_box {
    background: #000;
    color: #FFF;
}

.white-bgBase .vlb_header_left h6 a,
.white-bgBase .custom-pagination .prev.page-numbers,
.custom-pagination .next.page-numbers i {
    color: #FFF;
}

.white-bgBase .common-btn.common-btn-black-border:hover {
    background: var(--General-Color);
    color: #000;
}

.white-bgBase .custom-pagination.pagination-light a,
.custom-pagination.pagination-light span {
    color: #000;
}

.white-bgBase .custom-pagination.pagination-light span {
    color: #000;
}

.ncs-text-overlay a:active,
.ncs-text-overlay a:focus,
.ncs-text-overlay a:hover {
    color: #FFF;
}

section.page-banner {
    margin-bottom: 96px;
}

section.content-column-overlap-wrapper.has-mouse {
    padding-bottom: 100px !important;
}

.custom-radio-design .wpcf7-radio {
    display: flex;
    gap: 8px 20px;
    flex-wrap: wrap;
}

.custom-radio-design .wpcf7-radio .wpcf7-list-item {
    margin: 0;
    padding: 0;
}

.custom-radio-design .wpcf7-radio .wpcf7-list-item *:focus {
    outline: none;
    box-shadow: none;
}

.custom-radio-design .wpcf7-radio .wpcf7-list-item label {
    margin: 0;
}

.custom-radio-design .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    position: relative;
    display: inline-block;
    padding-left: 24px;
}

.custom-radio-design .wpcf7-radio .wpcf7-list-item label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-radio-design .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    left: 0;
    top: 4px;
    border-radius: 100%;
}

.custom-radio-design .wpcf7-radio .wpcf7-list-item input:checked+.wpcf7-list-item-label:before {
    border-width: 5px;
    border-color: var(--General-Color);
}


#loopbaanscan-content .cso-content {
    justify-content: start;
    padding: 0;
}

.banner-content-btn-wrapper {
    display: none;
}

.grecaptcha-badge {
    bottom: 90px !important;
}

div#loom-companion-mv3 {
    display: none !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-top: 0;
}

@media only screen and (max-width: 991px) {

    .post-type-archive-hier-kun-je-werken .image-squere-slider {
        display: none;
    }

    .banner-content-wrapper {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .banner-content-btn-wrapper {
        display: block;
    }

    .banner-content-wrapper.no-clamp {
        display: initial;
    }

    .banner-content-btn-wrapper a,
    .banner-content-btn-wrapper a:hover {
        color: #FFF;
        font-weight: 700;
        text-decoration: underline;
    }

    .banner-content-btn-wrapper .read-less {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .hide-mobile {
        display: none !important;
    }

    .row.row-reverse-mobile {
        flex-direction: column-reverse;
    }
}