.job-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.job-title {
    line-height: 1.1;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 700;
}

.job-subtitle {
    margin-bottom: 20px;
    font-size: 32px;
}

.job-meta {
    background: #f6f7f8;
    padding: 10px 20px 15px;
    margin-bottom: 20px;
}

.job-meta-item {
    display: inline-block;
    padding-left: 20px;
    padding-right: 15px;
    background-repeat: no-repeat;
    background-size: 15px;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 15px;
    background-position: 0 2px;
}

.job-meta-posted {
    background-image: url(img/posted.svg);
}

.job-meta-salary {
    background-image: url(img/salary.svg);
}

.job-meta-type {
    background-image: url(img/job-type.svg);
}

.job-meta-expire {
    background-image: url(img/expire-on.svg);
}

.job-meta-benefit {
    background-image: url(img/benefit.svg);
    display: block;
    margin-bottom: 0;
}

.job-meta-item span {
    font-weight: bold;
}

.job-body-inner {
    min-height: 390px;
    max-height: calc(100vh - 346px);
    overflow-y: auto;
    box-shadow: 0 -1px 1px rgb(0 0 0 / 5%), 0 3px 6px rgb(0 0 0 / 10%);
    margin: 30px 0;
    padding: 20px;
    background: #fff;
}

.job-body-inner ul {
    padding-left: 20px;
}

.job-body-inner h1 {
    font-size: 40px;
    font-weight: 700;
}

.job-body-inner h2 {
    font-size: 32px;
    font-weight: 700;
}

.job-body-inner h3 {
    font-size: 26px;
    font-weight: 700;
}

.job-business-details {
    text-align: left;
}

.job-business-phone,
.job-business-phone a {
    color: rgb(var(--job-sidebar));
}

.job-business-details {
    display: flex;
    align-items: center;
}

.job-business-details-left img {
    max-width: 280px;
}

.job-business-details-right {
    padding-left: 30px;
}

.job-footer-strip {
    background-color: rgb(var(--job-sidebar));
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.job-footer-strip span {
    color: #fff;
    margin-right: 30px;
}

.job-footer-strip > div {
    min-width: 250px;
    text-align: right;
}

.job-form-wrap {
    background-color: #364D7E;
    padding: 25px 30px 5px;
    margin-top: 30px;
}

.job-form-heading {
    color: #fff;
    font-size: 32px;
    margin-bottom: 25px;
}

/*Sidebar */

body.post-type-archive .entry-content img[class*=wp-image-] {
    margin-bottom: 20px;
}

.job-widget {
    background-color: rgba(var(--job-sidebar));
    padding: 30px 30px 30px;
}

.job-widget-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 15px;
}


.job-widget * {
    color: #fff;
}

.job-widget ul {
    padding: 0;
    margin-bottom: 30px;
}

.job-widget ul li {
    list-style: none;
    position: relative;
    padding-left: 22px;
    color: #fff;
    margin-bottom: 8px;
}

.job-widget ul li:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 20px;
    left: 0;
    top: 8px;
}

/*End Sidebar */



/*Start Archive*/
.c20-job-card {
    box-shadow: 0 -1px 1px rgb(0, 0, 0, .05), 0 3px 6px rgb(0, 0, 0, .1);
    background: #fff;
    display: flex;
    align-items: flex-start;
    padding: 25px 25px 20px;
    flex-wrap: wrap;
}

.c20-job-thumb {
    max-width: 150px;
}
.c20-job-thumb img {
    height: auto;
}

.c20-job-content {
    padding-left: 50px;
    width: calc( 100% - 150px);
}

.c20-job-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c20-job-title h2 {
    font-size: 32px;
}
.c20-job-title h2,
.c20-job-title h2 a {
    color: #000;
}

.c20-job-content p {
    margin-bottom: 10px;
    color: #000;
}

.c20-job-content .job-xs-btn {
    display: none;
}

.c20-job-content p:last-child {
    margin-bottom: 0;
}

/*End Archive*/

.job-widget {
    position: sticky;
    /*top: 170px;*/
}


@media screen and (max-width: 991px) {
    .c20-job-content {
        padding-left: 30px;
    }

    .c20-job-title .btn {
        
    }
}


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

    .job-footer-strip {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        padding: 20px 30px 25px;
    }

    .job-footer-strip span {
        margin-right: 0;
    }

    .job-footer-strip > div {
        min-width: initial;
        text-align: center;
        margin-top: 20px;
    }

    .job-business-details {
        flex-wrap: wrap;
        justify-content: center;
    }

    .job-business-details > div {
        padding-left: 0;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .c20-job-content {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
        text-align: center;
    }

    .c20-job-title {
        justify-content: center;
    }

    .c20-job-thumb {
        margin: auto;
    }

    .c20-job-title .btn {
        display: none;
    }

    .c20-job-content .job-xs-btn {
        display: block;
        padding: 15px 0;
    }
}



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


}