
.wt_job_meta {
    color: #000;
    padding: 3px 0px;
    font-size: 14px;
}

.wt_job_meta_content h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    padding: 20px 0;
}

.wt_job_filter_list ul {
    list-style: none !important;
    padding: 0 !important;
}

.filter_job_results_container {
    display: flex;
    padding-bottom: 40px;
}

.all_job_posts_container {
    flex-basis: 80%;
}

.all_filter_list_sidebar {
    flex-basis: 20%;
    padding: 10px;
    padding-top: 0;
}

.wt_job_wrap {
    width: 31%;
    height: 300px;
    float: left;
    margin: 20px 10px;
    border: 1px grey solid;
    padding: 10px;
    margin-bottom: 0;
    /*overflow: hidden;*/
    overflow: scroll;
}

.wt_job_image_bg {
    width: 100%;
    min-height: 200px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 20px;
}

.wt_job_searchandfilter input[type=radio] {
    cursor: pointer;
}

#filter_by_full_part label {
    cursor: pointer;
}

.wt_job_wrap:hover {
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 20px;
}

input#wt_job_btn_search {
    display: none;
}

.all_job_posts_container #wt_job_overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.all_job_posts_container .cvspinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.all_job_posts_container .spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.all_job_posts_container .is-hide {
    display: none;
}

.single-wt22_pnenj_jobs #main-content .container:before {
    width: 0px;
    height: 0;
}

.single-wt22_pnenj_jobs .single_wt_job_wrap {
    margin-top: 15px;
}

/* Gyura Edits */

body.single-wt22_pnenj_jobs .post-meta {
    display: none;
}

.wt_job_wrap .wt_job_meta_content p.wt_church_name {
    font-size: 14px;
    padding-top: 0;
    margin-top: 0;
    line-height: 16px;
}

#filter_by_presbytery li,
#filter_by_position li {
    padding: 7px 0;
}

.wt_job_wrap .wt_job_meta_content span.wt_read_more {
    font-size: 11px;
    text-decoration: underline;
    color: #1c3f95;
}

.wt_job_wrap .wt_job_meta_content p.wt_brief_descript {
    line-height: 22px;
}

.boldgrid-section input[type=password] {
    background-color: #eee;
    border: none !important;
    width: 100% !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: #999 !important;
    padding: 16px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.boldgrid-section .button-primary {
    color: #1c3f95;
    font-family: inherit;
    display: block;
    float: right;
    margin: 8px auto 40px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em !important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
    position: relative;
}

.wt23_job_logo {
    max-width: 400px;
    margin: 30px 0;
}

/* Publications Search */
.search_input.wt_seach_box input#search_text {
    margin: 10px auto;
    display: block;
    width: 50%;
    height: 50px;
    padding: 20px;
    border: 1px solid;
}

.search_input {
    margin-top: 20px;
}

.ajax_response{
    margin: 30px 0;
}

/* Header Fix */
body.WT026201716 .et-l--header .et_pb_image .et_pb_image_wrap {
    max-width: 380px;
}

.wt_clear {
    clear: both;
}

@media only screen and (max-width: 1349px) {
    body .all_job_posts_container .wt_job_wrap {
        width: 46%;
    }
}

@media only screen and (max-width: 991px) {
    .filter_job_results_container {
        display: block;
    }

    .filter_job_results_container .all_filter_list_sidebar {
        margin-bottom: 15px;
    }

    .all_job_posts_container {
        flex-basis: unset;
        display: flex;
        flex-wrap: wrap;
    }

    .wt_job_wrap {
        width: 46%;
    }
}

@media only screen and (max-width: 833px) {
    body .all_job_posts_container .wt_job_wrap {
        width: 100%;
    }
}

@media only screen and (max-width: 636px) {
    body .all_job_posts_container .wt_job_wrap {
        width: 100%;
    }
}