/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .single-job .site-content, 
 .post-type-archive-job .site-content{
    padding-top: 250px ;
 }

 @media screen and (min-width: 768px){
    .single-job .container.page-content, 
    .post-type-archive-job .container.page-content{
       width: 83.33333333%;
       margin: 0 auto ;
    }
 }

 .single-job h1, 
 .post-type-archive-job h1{
    font-family: 'Saira', sans-serif;
    text-transform: uppercase;
    font-weight: var(--heading--font-weight-strong) !important ;
    font-size: 2em!important;
    letter-spacing: 2px;
    color: #004680 ;
 }
 .single-job h1:after, 
 .post-type-archive-job h1:after{
   content : '';
   display: block ;
   border-top: 5px solid #77ba5d;
   width: 157px ;
 }

 .single-job h2, 
 .post-type-archive-job h2{
    font-family: 'Saira', sans-serif;
    text-transform: uppercase;
    font-weight: var(--heading--font-weight-strong) !important ;
    font-size: 1.5em!important;
    letter-spacing: 2px;
    color: #004680 ;
 }
 .single-job h2:after, 
 .post-type-archive-job h2:after{
   content : '';
   display: block ;
   border-top: 5px solid #77ba5d;
   width: 157px ;
 }

 .single-job h3, 
 .post-type-archive-job h3{
   color : #77ba5d ;
 }

 .text-center{text-align:center !important}
 .mb-1{margin-bottom: .25rem !important}
 .mt-3{margin-top: 1rem !important}
 .mb-3{margin-bottom: 1rem !important}
 .mt-5 { margin-top: 3rem !important; }
 .mb-5 { margin-bottom: 3rem !important; }
 .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
 .post-type-archive-job .row,
 .single-job .row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0 ;
    margin-right: -15px;
    margin-left: -15px;
}

.post-type-archive-job  .row > *,
.single-job  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px){
    .post-type-archive-job .col-sm-6,
    .single-job .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

.post-type-archive-job input,
.single-job input,
.post-type-archive-job textarea,
.single-job textarea
{
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    border: 1px solid #ccc !important;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3;
}

.post-type-archive-job textarea,
.single-job textarea
{
    height: auto;
}
.post-type-archive-job input[type="submit"],
.single-job input[type="submit"]
{
    max-width: 290px ;
    background: #77BA5D !important;
    height: auto;
}
