.videos i, .video i {
    position: absolute;
    color: #FFF;
    font-size: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
}

.pagination .page-item {
    border: none;
}

#right-sidebar h3 {
    margin: 20px 0;
}

#right-sidebar .row {
    border-bottom: 1px dashed #afafaf;
    padding-bottom: 10px;
}

#right-sidebar .row:last-child {
    border: none;
}

#right-sidebar .row a {
    color: #db1f1f;
}

#right-sidebar .video {
    margin-bottom: 10px;
    position: relative;
}

.fb-share-button {
    vertical-align: super;
}

.toc {
    border: 2px dashed #efefef;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
    font-style: italic;
    color: #0a2240;
    width: fit-content;
}

.category .item a, #right-sidebar a {
    color: #0a2240;
}

.category .item h4 {
    font-size: 17px;
}

.article-detail .content a {
    color: #195298;
}

.article-detail .content h2 {
    font-size: 20px;
}

.article-detail .content h3 {
    font-size: 18px;
}

.article-detail .content iframe, .article-detail .content img {
    max-width: 100% !important;
}

.article-detail .ads .card {
    border: none;
    background: #F5F5F5;
}

.article-detail .ads h4 {
    background: #EE1C25;
    padding: 10px 5px;
}

.article-detail .ads h4 a {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
}

.article-detail .ads ul {

}

.article-detail .ads ul li {
    margin-bottom: 10px;
}

.article-detail .ads .detail a {
    display: inline;
    padding: 5px 12px;
    border-radius: 5px;
    background-color: #EE1C25;
    color: #fff;
}

.other-posts a {
    color: #195298;
    font-size: 16px;
}
