/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */




 .job-form-wrap label:not(.wpcf7-checkbox label) {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 16px;
}

:where(.job-form-wrap) :where(.required, .wpcf7-not-valid-tip) {
    color: #DC3545 !important;
}

.job-form-wrap .wpcf7-form-control-wrap,
.job-form-wrap label:not(.wpcf7-checkbox label) {
    width: 100%;
    display: block;
}

.job-form-wrap .wpcf7-form-control-wrap:not(.job-file .wpcf7-form-control-wrap),
.job-file {
    margin-bottom: 16px;
}

.job-form-wrap .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 5px;
}

.job-form-wrap input:not([type=submit], [type=checkbox], [type=radio]),
.job-form-wrap textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    transition: border-color 0.3s ease-in-out;
    outline: none;
    background-color: #fff;
    line-height: 1.2;
}

.job-form-wrap textarea {
    line-height: 1.4;
}

.job-form-wrap input:not([type=submit], [type=checkbox], [type=radio]):focus,
.job-form-wrap textarea:focus {
    border-color: #000;
}

.job-form-wrap .wpcf7-checkbox .wpcf7-list-item.first {
    margin-left: 0;
}

.job-form-wrap input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    flex: 0 0 auto;
}

.job-form-wrap .wpcf7-checkbox label,
.job-action {
    display: flex;
}

.job-action {
    align-items: center;
}

.job-form-wrap .wpcf7-submit,
.button-list .theme_btn,
.job-listings .load-more,
.job-listings .loader-parent {
    display: inline-block;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    transition: all 0.3s ease;
    text-align: center;
    line-height: 1;
}

.job-listings .loader-parent {
    color: #000;
    background-color: #fff;
}

.job-form-wrap .wpcf7-submit:hover,
.job-form-wrap .wpcf7-submit:focus,
.button-list .theme_btn:hover,
.button-list .theme_btn:focus,
.job-listings .load-more:hover,
.job-listings .load-more:focus,
.job-listings .pagination .currentpage .load-more {
    background-color: #fff;
    color: #000;
}

.job-form-wrap .wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 16px;
    line-height: 1.2;
}

.job-listings .job-list span,
.job-listings .pagination li::before {
    display: none;
}

.job-listings .job-list {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    background-color: #f1f1f1;
    align-items: center;
    margin-bottom: 30px;
}

.job-listings .job-list:last-child {
    margin-bottom: 0;
}

.job-listings .job-list strong {
    flex: 1;
    padding-right: 12px;
    font-size: 30px;
    line-height: 1.3;
}

.button-list .theme_btn,
.job-listings .load-more {
    text-transform: capitalize;
}

.job-listings .load-more,
.job-listings .loader-parent {
    margin-top: 30px;
}

.job-listings .pagination {
    margin: 30px 0 0;
    justify-content: center;
}

.job-listings .pagination li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.job-listings .pagination li:not(:last-child) {
    margin-right: 8px;
}

.job-listings .pagination .load-more {
    margin: 0;
}

.job-listings .pagination .load-more:not(.prev .load-more, .next .load-more) {
    padding-left: 6px;
    padding-right: 6px;
    width: 42px;
}

@media (max-width: 1199px) {
    .job-listings .job-list {
        padding: 25px;
    }

    .job-listings .job-list strong {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .job-listings .job-list {
        padding: 15px;
        margin-bottom: 20px;
    }

    .job-listings .job-list strong {
        font-size: 20px;
    }

    .job-listings .load-more,
    .job-listings .loader-parent,
    .job-listings .pagination {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .job-listings .job-list {
        flex-direction: column;
        align-items: flex-start;
    }

    .job-listings .job-list strong {
        padding-right: 0;
        margin-bottom: 10px;
    }
}