/*********
 Section table with job openings
**********/

.awsm-job-wrap {
    padding: 50px 0 30px 0;
}

.awsm-job-specification-wrapper {
    width: 100%;
}

.available-positions {
    margin-bottom: 25px;
}

.table-head {
    border-bottom: 1px solid var(--tablebottomborder);
}

.table-head h6 {
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 3px;
}

.table-body h3 {
    font-family: 'AvenirLTStd-Book';
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
}

.table-body h3 a {
    font-family: inherit;
    color: var(--black);
}

.table-body span {
    font-size: 16px;
}

.awsm-lists {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.awsm-job-listing-item.awsm-list-item {
    padding: 25px 0;
    border-bottom: 1px solid var(--tablebottomborder);
}

.awsm-job-more-container {
    vertical-align: inherit !important;
    display: flex !important;
    height: 18px;
    background-image: url("../images/icon-arrow-dx.svg");
    background-repeat: no-repeat;
    background-position: right;
    margin-top: 3px;
    margin-right: calc(var(--bs-gutter-x) * -.5);
}

.awsm-job-more-container .awsm-job-more {
    width: 100%;
}

.awsm-job-more-container .awsm-job-more span::before {
    content: none;
}

.wp-block-cover .wp-block-cover__inner-container > * {
    background: rgba(0, 0, 0, .01);
}

/***
 PAGINATION
****/

ul#pagination {
    padding-left: 0;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 0;
}

ul#pagination li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-bottom: 0;
    margin-right: 4px;
}

ul#pagination li::marker{
    display: none;
    content: "";
}

ul#pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-indent: -999px;
    background: #e6e6e6;
    border: none;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
    outline: none;
}

ul#pagination li a.current {
    background: #555;
}

.awsm-load-more-main {
    text-align: center;
    margin-top: 50px !important;
    margin-bottom: 20px;
}

.awsm-job-listings.awsm-lists .awsm-load-more-main a.awsm-load-more {
    display: inline;
    font-family: 'AvenirLTStd-Light';
    font-size: 14px;
    color: var(--black);
    text-transform: uppercase;
    padding-bottom: 5px;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid var(--linkbottomborder) !important;
    letter-spacing: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

/***
 JOB SPECIFICATION
****/

.awsm-job-specification-job-city {
    margin: 0 5px 0 0 !important;
}

.awsm-job-specification-job-city .awsm-job-specification-term::after {
    content: ", ";
}

.awsm-job-specification-job-city-country {
    margin: 0 8px 0 0 !important;
}


/*********
 RESPONSIVE
**********/

@media (min-width: 1600px) {
    /** Section table with job openings **/
    .container.table-head {
        max-width: 1500px;
        padding-right: var(--bs-gutter-x,2.75rem);
        padding-left: var(--bs-gutter-x,2.75rem);
    }
    .container.table-body {
        max-width: 1500px;
        padding: 0;
    }
    .container.table-body .awsm-job-listing-item {
        padding-right: var(--bs-gutter-x,2.75rem);
        padding-left: var(--bs-gutter-x,2.75rem);
    }
}

@media (min-width: 1501px) and (max-width: 1600px) {
    /** Section table with job openings **/
    .container.table-head,
    .container.table-body {
        max-width: 1400px;
    }
    .container.table-body {
        padding: 0;
    }
    .container.table-head,
    .container.table-body .awsm-job-listing-item {
        padding-right: var(--bs-gutter-x,2.75rem);
        padding-left: var(--bs-gutter-x,2.75rem);
    }
}

@media (min-width: 1400px) and (max-width: 1500px) {
    /** Section table with job openings **/
    .container.table-body {
        padding-right: 0;
        padding-left: 0;
    }
    .container.table-body .awsm-job-listing-item {
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
    }
}

@media screen and (min-width: 992px) {
    /** Section table with job openings **/
    .awsm-job-specification-job-city-country {
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    /** Section table with job openings **/
    .awsm-job-specification-job-city-country,
    .awsm-job-specification-job-team {
        width: 100%;
    }

    /*** Section table with job openings ***/
    .table-head {
        border-bottom: none;
    }

    .table-body {
        border-top: 1px solid var(--tablebottomborder);
        padding: 0;
    }
    .table-body .awsm-job-listing-item.awsm-list-item {
        padding: 25px 15px;
    }
    .awsm-list-item .awsm-job-specification-wrapper {
        padding-bottom: 0;
    }
    .awsm-job-listing-item.awsm-list-item {
        padding: 10px 20px;
    }
    .awsm-job-listings.awsm-lists .awsm-job-listing-item.awsm-list-item {
        height: auto;
        position: relative;
    }
    .awsm-job-more-container {
        margin-top: 0;
        height: 16px;
    }
    .awsm-job-listings.awsm-lists .awsm-job-listing-item.awsm-list-item .col-awsm-job-more {
        margin: 0;
        position: absolute;
        top: 40%;
        right: 3%;
    }
}

@media screen and (max-width: 767px) {
    /** Section "Cover" **/
    .wp-block-cover {
        min-height: auto !important;
        height: 400px;
        background-size: cover !important;
    }
    .wp-block-cover .has-text-align-center  {
        font-size: 30px;
    }
    /*** Section table with job openings ***/
    .table-head {
        width: auto;
    }
    .table-body h3,
    .table-body span {
        line-height: inherit;
    }
}

@media screen and (max-width: 576px) {
    /*** Section table with job openings ***/
    .awsm-job-wrap {
        padding: 50px 15px 30px 15px;
    }
}

@media screen and (max-width: 576px) {
    /** Section "Cover" **/
    .wp-block-cover {
        min-height: 300px !important;
        height: 300px;
    }
    .wp-block-cover img {
        object-position: 51% center;
    }
}

@media screen and (max-width: 480px) {
    /** Section "Cover" **/
    .wp-block-cover {
        min-height: 250px !important;
        height: 250px;
    }
}