/*#================================================================================================
OVERIDES
================================================================================================*/
#default_hero, #breadcrumbs{
    display: none;
}
#breadcrumbs2 a{
    text-decoration: none;
    color: #324758;
  }
  
#breadcrumbs2{
    margin-bottom: 10px;
}



#breadcrumbs2 {
    margin: 20px 0;
}
.post-feature-image img {
    width: 100%;
    max-height: 550px;
    object-fit: cover;
    margin: 0 0 50px;
}
h1 {
    font-weight: 600;
    margin-bottom: 50px;
}
h2,
h3,
h4 {
    font-weight: 600;
}
.nav-links {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 50px 0;
}
.nav-links a {
    border-radius: 0;
    border: 2px solid #F98805;
    color: #F98805;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    width: 200px;
    text-align: center;
    display: block;
    transition: 0.3s all ease;
}

@media(max-width: 1200px){
    .post-feature-image img {
        height: 300px;
        max-height: 100%;
    }
    
    #post-navigation{
        background: none;
    }
}

@media(max-width: 767px){
    .nav-links {
        flex-direction: column;
        align-items: center;
    }  
    .nav-links a {
        margin: 10px auto;
    }
}