.blog-post-section {
    background-color: #f7f7f7;
    margin-top: 27.4%;
}

.blog-post-section .post-content {
    background: #fff;
    padding-top: 30px;
    margin-right: 20px;
    border-radius: 5px;
}

.blog-post-section .post-content.no-margin {
    margin-top: 0;
}

.blog-post-section .tab-title {
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-post-section hr {
    color: #cacaca;
    margin: 1.25rem auto;
}

.blog-post-section .blog-info-list {
    height: 43px;
}

.blog-post-section .blog-post-category {
    padding: 10px 0 10px 5px !important;
}

.blog-post-section .blog-post-category li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}

.blog-post-section .blog-post-category li:first-child a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.blog-post-section .blog-post-category li:last-child a:hover {
    color: #005972;
}

.blog-post-section .blog-post-category a:link {
    text-decoration: none;
}

.blog-post-section .blog-info-list {
    margin-top: 80px;
    padding: 0;
    background-color: transparent;
}

.blog-post-section .gpb-subtitle--author {
    font-size: 14px;
    margin: 1.5rem 0px;
    font-weight: bold;
    letter-spacing: 1.2px;
    color: #000000;
}

.blog-post-section .info-box {
    border-radius: 5px;
}

.blog-post-section .share-buttons {
    margin-right: -10px;
}

@media only screen and (min-width: 1024px) {
    .banner-blog-post figure {
        background-attachment: fixed;
    }
    .blog-post-section .post-content {
        margin-top: -125px;
    }
    .blog-post-section .post-content.with-sidebar {
        width: 66.66667%;
    }
}

@media only screen and (max-width: 1023px) {
    .blog-post-section {
        background-color: #fff;
        margin: 0px !important;
    }
    
    .blog-post-section .post-content {
        width: 100%;
        margin-top: 0;
        padding-top: 0;
    }
}