.hide{
    display: none;
}

.show{
    display: block;
}

.active-link{
    color: #944e81 !important;
    font-weight: 600;
}

.link{
    cursor: pointer;
}
.inline-radio{
    display: inline !important;
}

select.select-filter{
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    font-size: 16px; 
    border: 1px solid #E1E1E1;
    height: 48px;
}

.department p{
    font-size: 16px !important; 
}

.roles_title p{
    font-size: 16px !important; 
}

.title_job{
    font-size: 20px; 
    font-weight: 600;
    
}

.title_job a  {
    text-decoration: none;
}

.location{
    font-size: 16px;
    font-weight: 400;
}

#container-jobs{
    border-left: 1px solid #E1E1E1;
    padding-left: 18px;
}

#department_container, .location_container{
    width: 25% !important;
}

.icon_arrow{
    float: right;
    margin-top: -5%;
}
select#department{
    display: none;
}
/* Responsive */
/* phone */
@media only screen and (max-width: 575px){
    #container-jobs{
        border-left: 0px;
        padding-left: 18px;
    }
    #department_container, .location_container{
        width: 100% !important;
    }
    #label_location p{
        font-size: 24px !important;
        margin-left: 2px;
        margin-bottom: 15px;
    }

    div#row_filter, div#row_location, div#container{
        padding-left: 0px;
        padding-right: 0px;
    }

    .location{
        font-size: 16px;
        font-weight: 400;
    }

    .roles_title p{
        display: none;
    }

    select#department{
        display: block;
    }
    #menu_departments{
       display: none; 
    }
    #space_location{
        display: none;
    }
    .location_container .wpb_wrapper #filter_location{
        margin-bottom: 10px !important;
    }
}

