.wp-block-file .wp-block-file__button{
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    background-color: #E1001A;
    border-color: #E1001A;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #FFFFFF;
    font-family: "effra", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    height: 42px;
    text-transform: uppercase;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 40px;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.wp-block-file .wp-block-file__button:after{
    content:'';
    display: inline-block;
    width: 10px;
    height: 15px;
    top: 12px;
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    right: 15px;
    background-image: url(../img/angle_left_white.svg);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.wp-block-file .wp-block-file__button:hover:after{
    right: 12px;
    background-image: url(../img/angle_left.svg);
}
.wp-block-file .wp-block-file__button:hover{
    background-color: #FED100;
    border-color: #FED100;
    color: #000 !important;
}
/* Terms */
.terms{
    max-width: 100% !important;
}
.term{
    margin: 0 15px;
}
.term a,
.term span{
    padding: 10px 20px;
}
#nav-tab{
    flex-wrap: unset !important;
}
@media(max-width: 992px){
    #nav-tab{
        flex-wrap: wrap !important;
    }
}
.footer-mob-menu b{
    margin-top: 0 !important;
}
/* Vacatures content */
.vacatures-content{
    margin-top: 50px;
}
.post-type-archive-vacatures .container.background-shield,
.tax-vacatures_categorie .container.background-shield{
    position: relative;
}
.post-type-archive-vacatures .container.background-shield::before,
.tax-vacatures_categorie .container.background-shield::before {
    content: " ";
    position: absolute;
    height: 796px;
    width: 662px;
    left: -255px;
    top: 800px;
    z-index: -1;
    background-image: url(../img/shield_bg.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

/* Main menu */
.main-nav ul.mega-menu-horizontal > li.mega-menu-item > a.mega-menu-link{
    margin: 0 25px !important;
}
.mega-menu-item .mega-menu-row .mega-sub-menu h4.mega-block-title{
    font-size: 19px !important;
}
.main-nav ul.mega-menu-horizontal > li.mega-menu-item > .mega-sub-menu .menu .menu-item{
    align-items: flex-start;
}
.main-nav ul.mega-menu-horizontal > li.mega-menu-item > .mega-sub-menu .menu .menu-item:before{
    margin-top: 3px;
}


/* Job Form */
.job-form{
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 64px;
    display: block;
    background-color: #f4f4f4;
    padding: 33px 24px;
}
.job-form .gform_heading{
    margin-bottom: 20px;
}
.job-form ul li{
    display: block !important;
}
.job-form ul li:before{
    display: none !important;
}
.job-form .gform_fields{
    margin-bottom: 0 !important;

}
.job-form .gfield_label{
        color: #E1001A;
        font-family: "effra", sans-serif;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0.09px;
        line-height: 24px;
        display: block;
}
.job-form input,
.job-form textarea{
    width: 100%;
    border: 1px solid #D8D8D8;
    margin-bottom: 20px;
}
.job-form .gform_title{
    font-size: 18px;
}
.job-form .gform_description{
    font-size: 18px;
}
.job-form input[type="file"]{
    margin-bottom: 0;
}

.job-form .gform_drop_area{
    position: relative;
}
.job-form .ginput_container_fileupload{
    margin-bottom: 20px;
}
.job-form .gform_button_select_files{
    background-color: #DBDBDB;
    box-shadow: none;
    border-radius: 0 !Important;
    position: relative;
    height: 35px;
    text-align: left;
}
.job-form .gform_drop_instructions{
    display: none;
}
.job-form .gform_drop_area:after{
    content:'';
    display: inline-block;
    width: 16px;
    height: 20px;
    background-image: url(../img/upload-btn.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 24px;
    top: 7px;
    z-index: 99;
}
.job-form .gform_footer{
    display: flex;
    justify-content: flex-end;
}
.job-form .ginput_preview{
    margin-bottom: 20px;
}
.job-form .gform_drop_area .gform_button_select_files{
    margin-bottom: 0;
}
.job-form .validation_message ul{
    margin-bottom: 0 !important;
}
.job-form img{
    width: 13px !important;
    height: 13px !important;
}

/* Menu items */
.mega-menu-item-44 .mega-menu-column{
    /*width: 20% !important;*/
}


/* right side single */
.right-side{
    margin-bottom: 20px;
}

.project_slider .container .slider-container ul.project-slider .slick-slide li.project-slider-item a .project-slider-img-wrap .project-slider-img,
.archive-item a .archive-img-wrap .archive-img{
    top: 0;
}
#searchmodal{
    z-index: 1050000 !important;
}

@media screen and (min-width:0\0) { 
    body{
        overflow-x: hidden !important;
    }
    .mega-menu-wrap{
        position: static !important;

    }
    .main-nav ul.mega-menu-horizontal{
        position: static !important;
    }
    .main-nav ul.mega-menu-horizontal > li.mega-menu-item{
        position: static !important;
    }
    
    body .main-nav .container ul.mega-menu-horizontal  > li.mega-menu-megamenu.mega-menu-item{
        position: static !important;
    }
    /* body .main-nav .container ul.mega-menu-horizontal > li.mega-menu-item > .mega-sub-menu{
        left: -100% !important; 
        width: 100vw !important; 
        display: block !important;
    } */
    .page_header .container{
        margin-left: inherit;
        margin-right: inherit;
    }
}

textarea{
     -webkit-appearance: none !important;
     border-radius: 0 !important;
     box-shadow: none !important;
}
.hidden_label label{
    display: none !important;
}

/* Vacature Contactblokken */
.job-contact-block{
    /* background-color: #f4f4f4; */
}
.job-contact-block > .row{
    height: 100%;
}
.job-contact{
    background-color: #f4f4f4;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.14);
    width: 100%;
    margin-bottom: 30px;
    white-space: normal;
    height: calc(100% - 30px);
    padding: 15px;
    position: relative;
}
.job-contact:before{
    content: '';
    display: block;
    height: 145px;
    width: 100%;
    background-color: #FED100;
    position: absolute;
    z-index: 0;
    top: 0;
}
.job-contact h2{
    font-family: "effra", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 34px;
    padding-bottom: 20px;
    z-index: 1;
    color: #212529;
    text-transform: uppercase;
}
.job-contact .job-contact-img{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    z-index: 1;
    border: 2px solid #FED100;
}
.job-contact h3{
    font-family: "effra", sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 34px;
    margin-bottom: 20px;
    z-index: 1;
}

.page_header h1{
    text-shadow: #0a0a0a 1px 0 12px;
}
