.blog .top-section {
    display: none;
}

body.com-content.view-article #sp-page-title {
    display: none;
}

.blog-list-wrapper .left-sidebar .sp-module-title, .blog-list-wrapper .right-sidebar .sp-module-title {
    padding-left: 0;
}

.article-list .article .article-body .article-info {
    margin-bottom: 10px;
}

.article-list .article .article-header h1, .article-list .article .article-header h2 {
    font-size: 28px;
}

@media (min-width: 992px) {
    .article-list .article .article-introtext>p {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 57px;
}
}

.pagination .page-item .page-link {
    color: #0d3e65;
    border-radius: 100%;
}

.pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span:hover, .pagination>.active>span:focus {
    opacity: 1;
    color: #fff !important;
}

.com-content.view-article #sp-main-body .article-body {
    max-width: 100%;
}

.article-details .article-ratings-social-share {
    max-width: 100%;
    padding: 0 15px;
}

.article-details .article-ratings-social-share .social-share-block {
    margin-top: 0;
}

.article-details .article-header h1, .article-details .article-header h2 {
    font-size: 42px;
    margin-bottom: 0;
}

.com-content.view-article #sp-main-body .article-info>span a:hover {
    color: #fff;
    opacity: 0.5;
}

.com-content.view-article #sp-main-body .article-info>span a {
    transition: 0.5s;
}

.com-content.view-article #sp-main-body .article-details-intro {
    padding-top: 150px;
}

.related-article-list-container .related-article-title {
    margin-left: 0;
    padding-bottom: 0;
    font-size: 26px;
    margin-bottom: 30px;
}

.bottom-section {
    display: none;
}

.related-article-list-container .article-list .article {
    margin-bottom: 30px;
}

.com-content.view-article #sp-main-body .article-body .sppb-addon-table-main thead p {
    color: #fff;
}

.com-content.view-article #sp-main-body .article-body .sppb-addon-table-main p {
    margin-bottom: 0;
    color: #212529;
}


@media (max-width: 991px) {
    .com-content.view-article #sp-main-body .article-details-intro { padding-top: 120px; }
    .article-details .article-header h1, .article-details .article-header h2 { font-size: 24px; }
    .article-details p { font-size: 14px; line-height: 1.7; }
    .com-content.view-article #sp-main-body .article-body .sppb-addon-table-main td,
    .com-content.view-article #sp-main-body .article-body .sppb-addon-table-main th { padding: 10px 15px; }
}
