a:visited, aside h2.widget-title {
    color: #134297;
}
article .entry-title a, article .entry-title a:visited{
    color: #2f3846;
}

.site-content .front-page-ad > div{
	height: 380px;
}

#secondary {
    display: block !important;
}

@media only screen and (max-width:1200px) {
    #primary,
    #secondary {
        max-width: 100% !important;
        padding: 0 !important;
    }
}


.postcat {
    position: absolute;
    top: 0;
    left: 0;
}

.column {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    /* border: 1px solid; */
}

.front-page-after {
    width: 100%;
    clear: both;
}

@media only screen and (min-width:480px) {
    .latest, .news {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
    .recommend {
        display: grid;
        grid-template-columns: repeat(4, 1fr);    
    }

    .mobile-two-column {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-auto-flow: column;
    }

    .mobile-four-column {
        display: grid;
        grid-template-columns: 25% 25%;
        grid-auto-flow: column;
    }

    .mobile-two-column.row-4 {
        grid-template-rows: repeat(4, auto);
    }

    .mobile-two-column.row-6 {
        grid-template-rows: repeat(6, auto);        
    }
    .mobile-four-column.row-4 {
        grid-template-rows: repeat(4, auto);
    }

    .mobile-four-column.row-6 {
        grid-template-rows: repeat(6, auto);        
    }

    .discover {
        display: grid;
        grid-template-columns: repeat(3, 1fr);     
        /* grid-template-rows: repeat(2, 1fr); */
    }
}

.news .post-thumb img, .discover .post-thumb img {
    height: 200px;
}

.mobile-two-column .post-thumb {
    display: none;
}

.site-content section {
    padding-bottom: 30px;
}

.mobile-two-column .post-thumb.show-image, 
.mobile-two-column h2+article .post-thumb{
    display: block;
}
.latest .column, .recommend .column, .mobile-two-column {
    text-align: center;
}

.latest h3, .recommend h3, .mobile-two-column h3 {
    font-size: 24px;
    padding: 0 14px;
    font-weight: 700;
    line-height: normal;
}

.latest span, .recommend span, .mobile-two-column span {
    font-size: 13px;
}

.top-stories .article-list {
    display: grid;
    grid-template-columns: 38% 1fr;
    grid-gap: 2%
}

.buying-guides-title {
    width: 100%;
}

.top-stories span.category a {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.5;
    display: block;
    font-weight: 500;
}

.top-stories h3 {
    margin-bottom: 0px;
}

.front-page-rev-cont {
    display: flex;
    flex-wrap: wrap;
}

.front-page-3col {
    width: 33.33%;
    padding: 0 10px;
}

.front-page-3col > .column > .post-thumb {
    overflow: unset;
}

.front-page-3col > .column > .article-postimg {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.front-page-3col, .entry-content {
    font-size: 14px;
}

.front-page-3col, .entry-content > .cat-title {
    color: #185fc1;
    text-transform: uppercase;
    font-weight: bold;
}

.front-page-3col > .nothumbnail-articles {
    border-top: 2px solid #e6e6e6;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    height: 82px;
}
.front-page-3col > .more-links {
    text-align: end;
    border-top: 2px solid;
    margin-top: 10px;
    padding: 10px 0;
}
.nothumbnail-articles-title-span {
    box-shadow: none;
    color: #2f3846;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: none;
}
.nothumbnail-articles-title-cont {
    padding: 29px 0;
    margin-top: -33px;
    z-index: 10;
    position: relative;
}
.front-page-rev-mostpopular-list {
    display: flex;
    flex-wrap: wrap;
}
.mostpopular-list {
    width: 30%;
    border-bottom: 1px solid #e6e6e6;
    margin: 10px 10px;
}
.mostpopular-list > .article-body > .author-date > .category {
    text-transform: uppercase;
    color: #185fc1;
    font-weight: bold;
}
.mostpopular-list > .article-body > .author-date, .mostpopular-list > .article-body > .entry-title-small {
    font-size: 14px;
}
.revamp-widget-title {
    font-size: 28px;
    font-weight: 700;
    margin: 0 auto 30px;
    padding-bottom: 15px;
    position: relative;
    text-transform: capitalize;
}

.revamp-widget-title {
    border-bottom: 5px solid #e6e6e6;
}
.revamp-widget-title:after {
    background: #185fc1;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100px;
    transition: width .3s;
}
.revamp-widget-title:hover:after,
.revamp-widget-title:focus:after {
    width: 100%;
}
.buying-guides-section {
    background-color: #1a365d;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    /* height: 100px; */
    /* margin-top: 100px; */
    left: 50%;
    padding-top: 10px;
}
.buying-guides-container {
    display: flex;
    flex-wrap: wrap;
}
.bg-article-list-cont {
    width: 23%;
    background-color: #FFF;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
}
.bg-article-list-item-container {
    padding: 0 20px;
}
.bg-article-list-cont > .bg-article-list-item-container > .bg-article-list-item > .article-body > .entry-title-small {
    font-size: 14px;
}
.entry-title-small-2line {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.buying-guides-title > a {
    color: #FFF;
}
.buying-guides-content {
    max-width: 1140px;
    margin: auto;
}
.more-btn {
    background-color: #195fc1;
    text-align: center;
    margin-top: auto;
}
.more-btn > a {
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
}
@media only screen and (max-width:767px) {
    .front-page-3col {
        width: 100%;
        padding: 0;
    }
    .mostpopular-list {
        width: 100%;
    }
    .bg-article-list-cont {
        width: 95%;
        margin-bottom: 25px;
    }
    .buying-guides-title > a {
        margin-left: 10px;
    }
}
.front-page-3col .column {
    height: 310px;
}
.front-page-3col .column .entry-title .entry-title-cont {
    position: relative;
    padding-top: 200px;
    margin-top: -206px;
    padding-bottom: 42px;
    margin-bottom: -52px;
}
.front-page-3col .column .entry-title .entry-title-cont .entry-title-span {
    box-shadow: none;
    color: #2f3846;
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cn-wallpapers-article-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.frontpage-cn-wallpapers .cn-wallpapers-article-cont article {
    width: 25%;
}
@media only screen and (max-width:767px) {
    .frontpage-cn-wallpapers .cn-wallpapers-article-cont article {
        width: 50%;
    }
}