.elementor-1173 .elementor-element.elementor-element-a466c11{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS */.job_filters {
    width: 100%;
    margin: auto;
    padding: 120px 50px;
    position: relative;
    overflow: hidden;
    justify-content: center;
    display: grid;
}

.job_filters:before{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    content: url("http://www.elmenit.be/wp-content/uploads/2024/07/banner-building.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background: #000;
    top: 0;
    z-index: -1;
}

.search_jobs{
    width: 1140px;
    max-width: 100%;
    /* max-width: 1140px; */
    margin: auto;
    justify-content: center;
}

.job_types{
    width: 1140px;
    max-width: 100%;
    margin: 0px auto;
    align-self: center;
    display: grid;
    display: flex;
    justify-content: center;
    padding: 30px 0px;
}

.showing_jobs{
    width: 1140px;
    max-width: 100%;
    margin: auto;
    justify-content: center; 
    color: #fff;   
}

label {
    color: #fff;
}

.list{
    width: 1140px;
    max-width: 100%;
    margin: auto;
    padding: 120px 50px;
}

.job-listing-heading h1{
    color: #fff;
    text-align: center;
}



@media only screen and (max-width: 1024px) and (min-width: 768px){
    .job_filters {
        padding: 75px 50px;
    }  

    .list {
        padding: 75px 50px;
    }  
    
    .search_jobs {
        width: 940px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 200px){
    .job_filters {
        padding: 60px 20px;
    }  

    .list {
        padding: 60px 20px;
    }  
    
    .search_jobs {
        width: 320px;
    }

    .search_keywords{
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .search_location{
        max-width: 100% !important;    
        flex: 0 0 100% !important;
    }

    .job_types{
        flex-direction: column;    
    }
    
    .job_types li{
        justify-content: center;
        display: flex;
    }
}/* End custom CSS */