/* ------------------------------- */
/* Single Post Page Styling Start */
/* ----------------------------- */

#single-post .container, #blog .container{
    max-width: 1250px !important
}

#post-section span{
    background-color: #02123a;
    padding: 6px 10px;
    font-size: 14px;
    color: white;
}

#post-section .featured-image{
    width: 100%;
}

.post-box img{
    width: 100%;
}

.post-box-title{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.post-box-button{
    color: #4770c2;
}

.postbox-button:hover{
    text-decoration: none;
    color: #02123a;
}