/*
 Theme Name:   Tubecare
 Theme URI:    https://www.techbrein.com
 Description:  Theme for Tubecare
 Author:       TechBrein
 Author URI:   https://www.techbrein.com
 Template:     industrial
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  industrial-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */

.job_filters {
    margin-bottom: 40px;
}

div.job_listings ul.job_listings {
    margin-bottom: 40px;
}

ul.job_listings .job_listing.job-grid.job-item {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 40px;
}

ul.job_listings .job_listing.job-grid.job-item .job-content-wrapper {
    border: 1px solid #e3e3e3;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    z-index: 1;
}

ul.job_listings .job_listing.job-grid.job-item_1 .job-content-wrapper:hover {
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}

ul.job_listings .job_listing.job-grid.job-item.job_position_featured .job-content-wrapper .featured-badge {
    background: #a74bce;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    left: -15px;
    line-height: 12px;
    padding: 10px;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
    z-index: 2;
}

ul.job_listings li.job_listing.job_position_featured a, ul.job_listings li.job_listing a
{
    background: #fff;
    padding:0;
}

ul.job_listings .job_listing.job-grid.job-item .list-job-header .job-company {
    background-color: #f0f0f0;
    background-size: cover;
    height: 300px;
    position: relative;
    width: 100%;
}

ul.job_listings .job_listing.job-grid.job-item .list-job-header .job-company .job-image, ul.job_listings .job_listing.job-grid.job-item .list-job-header .job-company .company_logo {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100px;
}

ul.job_listings .job_listing.job-grid.job-item .list-job-header .tags {
    bottom: 10px;
    position: absolute;
    right: 10px;
}

ul.job_listings .job_listing.job-grid.job-item .list-job-header .tags span {
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
}

ul.job_listings .job_listing.job-grid.job-item .list-job-header .job-category {
    position: absolute;
    right: 10px;
    top: 15px;
}

ul.job_listings .job_listing.job-grid.job-item .list-job-body {
    background: #fff;
    padding: 30px 20px;
}

ul.job_listings .job_listing.job-grid.job-item .list-job-body .job-title h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: capitalize;
    color: #333;
}

ul.job_listings .job_listing.job-grid.job-item .list-job-body .job-info span {
    display: block;
    font-size: 14px;
    padding-bottom: 5px;
}

.job-manager .temporary, .job-type.temporary, .job-types .temporary, .job_listing .temporary, .job-item .meta .temporary {
    background: #dc7f5a;
}

.job-manager .full-time, .job-type.full-time, .job-types .full-time, .job_listing .full-time, .job-item .meta .full-time {
    background: #2ecc71;
}

.job-manager .part-time, .job-type.part-time, .job-types .part-time, .job_listing .part-time, .job-item .meta .part-time {
    background: #443088;
}

.job-manager .internship, .job-type.internship, .job-types .internship, .job_listing .internship, .job-item .meta .internship {
    background: #e69d29;
}

ul.job_listings .job_listing.job-grid.job-item .list-job-body .view-job-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

ul.job_listings .job_listing.job-grid.job-item .list-job-body .view-job-btn  a {
    padding: 0 25px;
    border-width: 2px;
    line-height: 36px;
    border-style: solid;
    border-color: rgb(0, 188, 212);
    border-radius: 36px;
    color: rgb(0, 188, 212);
    background: transparent;
    text-transform: uppercase;
    text-align: center;
    width:auto;
}

.job_listings .load_more_jobs {
    border: 0;
    display: inline-block;
    margin-top: 40px;
}

.col-md-4 {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px)
{
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    }
}