.overlay {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 0;
    background-color: rgba(0, 0, 0, .4);
    overflow: hidden;
    width: calc(100% - 30px);
    height: 100%;
    opacity: 0;
    transition: .5s ease;
    cursor: pointer
}
.row-flex{
    display:flex;justify-content:space-between
}
.overlay-view-more {
    color: #fff;
    font-size: 13px;
    position: absolute;
    font-weight: 800;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.overlay-view-total {
    color: #fff;
    font-size: 10px;
    position: absolute;
    font-weight: 800;
    top: 110%;
    width: 80%;
    border-top: .01em solid rgba(255, 255, 255, .5);
    border-width: .01em;
    padding-top: 10px;
    transition: .25s;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.article-img-cover-container:hover .overlay-view-total {
    top: 80%
}

.article-img-cover-container:hover .overlay {
    opacity: 1
}

.article-img-cover-container {
    overflow: hidden
}

.article-img-cover-container>picture>img {
    width: 100%
}

.trending-post-cover-div>picture>img {
    width: 100%
}

.trending-post-cover-div:hover>.trending-posts-overlay {
    opacity: 1
}

.article-content-div {
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7
}
.article-content-div:last-child{
    border:0;
}
.category-a-link {
    color: #000;
    border: 1px solid #000;
    display: inline-block;
    font-size: 12px;
    padding: 7px 10px 5px;
    text-decoration: none;
    -webkit-transition: color .2s
}

.category-a-link:hover {
    color: #fff;
    background-color: #000
}

.article-title-h4 {
    cursor: pointer;
    color: #000;
    transition: .25s;
    font-size: 17px;
    line-height: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.article-title-h4:hover {
    color: grey;
    text-decoration: none
}

.article-ul {
    list-style: none;
    padding: 0
}

.article-li {
    display: inline;
    cursor: pointer;
    margin-right: 10px;
    color: #000
}

.follow-us-h5 {
    font-weight: 500
}

.follow-us-container {
    margin-top: 30px
}

.instagram-h5 {
    text-align: center;
    font-weight: 700;
    font-size: 12px
}

.instagram-container {
    margin-top: 30px
}

.follow-us-ul {
    padding: 15px 10px;
    list-style: none
}

.follow-us-li {
    display: inline;
    cursor: pointer;
    margin-right: 18px
}

.follow-us-li>a {
    font-size: 18px;
    transition: .25s;
    color: #000;
    text-decoration: none
}

.trending-posts-container {
    padding-top: 10px;
    padding-bottom: 20px;
    overflow: hidden
}

@media(min-width:1200px) {
    .trending-posts-container {
        height: 188px
    }
}

.trending-post-content-div {
    margin-top: 15px
}

.trending-posts-overlay {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 0;
    background-color: rgba(0, 0, 0, .4);
    overflow: hidden;
    width: calc(100% - 30px);
    height: 100%;
    opacity: 0;
    transition: .5s ease;
    cursor: pointer
}

.trending-posts-number {
    color: #fff;
    background-color: #000;
    position: absolute;
    height: 30px;
    width: 35px;
    text-align: center;
    overflow: hidden;
    padding: 5px 10px 10px
}

.trending-posts-number-span {
    transition: .25s
}

.trending-post-cover-div:hover>.trending-posts-number>.trending-posts-number-count {
    margin-top: -21px
}

.trending-posts-number-count {
    transition: .25s
}

.trending-posts-number-arrow {
    transition: .25s
}

.block-img {
    width: 100%
}

.block-container {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e7e7e7
}

.video-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .5s ease;
    cursor: pointer
}

.video-container {
    padding-top: 30px;
    padding-bottom: 50px
}

#instagram-logo {
    border-radius: 50%;
    width: 50px;
    height: 50px
}

#instagram-logo-div {
    text-align: center;
    margin-bottom: 20px
}

#instagram-username>a {
    text-decoration: none;
    color: #000;
    font-weight: 700
}

.instagram-feed-img {
    transition: .25s;
    cursor: pointer;
    width: 100%;
    object-fit: cover;
    height: 270px
}

.instagram-feed-img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.instagram-btn-container {
    text-align: center
}

#side-content-container {
    position: -webkit-sticky;
    position: sticky;
    top: -500px
}

.instagram-follow-container {
    padding-top: 20px;
    text-align: center
}

.instagram-follow-btn {
    width: 100px;
    outline: none;
    border: none;
    padding: 5px
}

.instagram-follow-btn-container {
    margin-top: 20px;
    padding: 7px;
    border: 1px solid #000;
    height: 28px;
    font-weight: 700;
    font-size: 10px;
    text-align: center;
    overflow: hidden;
    cursor: pointer
}

.instagram-follow-btn-container>p {
    transition: .25s
}

.instagram-follow-btn-container:hover>#instagram-follow-btn {
    margin-top: -25px
}

.row-no-padding {
    padding-left: 0;
    padding-right: 0
}

.article-share-li {
    color: rgba(0, 0, 0, .4);
    font-weight: 400;
    font-size: 14px
}

.social-twitter {
    color: #000;
    transition: .25s
}

.social-twitter:hover {
    text-decoration: none;
    color: #1da1f2
}

.social-facebook {
    transition: .25s;
    color: #000
}

.social-facebook:hover {
    text-decoration: none;
    color: #3578e5
}

.social-youtube {
    transition: .25s;
    color: #000
}

.social-youtube:hover {
    color: #db4437
}

.load-more-link {
    text-align: center;
    padding: 10px
}

.load-more-link>a>button {
    width: 60px;
    padding: 5px;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    outline: none;
    font-weight: 400;
    transition: .25s
}

.load-more-link>a>button:hover {
    background-color: #000;
    color: #fff
}

.trending-mind-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.trending-posts-div {
    float: left;
    transition: .25s;
    min-height: 198px
}

.slide-arrow-btn {
    border: none;
    outline: none;
    padding: 10px;
    font-weight: 400;
    transition: .25s
}

.slide-arrow-btn:hover {
    background-color: #000;
    color: #fff
}

.youtube-posts-div {
    float: left;
    transition: .25s;
    padding-bottom: 5px;
    min-height: 219px
}

.editor-name {
    color: grey
}

.wb-carousel {
    background: #eee;
    margin-bottom: 30px;
    overflow: hidden;
    max-height: 365px
}

.Subpage-Carousel {
    background: #eee;
    overflow: hidden;
    max-height: 540px
}

.Instagram-Carousel {
    overflow: hidden;
    max-height: 270px
}

.carousel-cell {
    width: 100%;
    margin-right: 10px;
    background: #eee;
    border-radius: 5px;
    counter-increment: carousel-cell
}

.flickity-page-dots {
    bottom: 10px
}

.giveaway-tags-active {
    color: #fff;
    background-color: rgba(212, 85, 85, .8);
    position: absolute;
    height: 30px;
    width: 80px;
    text-align: center;
    overflow: hidden;
    padding: 5px 10px 10px
}

.giveaway-tags-close {
    color: #fff;
    background-color: #000;
    position: absolute;
    height: 30px;
    width: 80px;
    text-align: center;
    overflow: hidden;
    padding: 5px 10px 10px
}

.slide-btn {
    background-color: #e5e5e5;
    color: #000;
    padding: 5px;
    z-index: 2;
    float: right;
    margin-left: 5px;
    cursor: pointer
}

.lastest-mind-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 39px;
    font-size: 12px;
    color: rgba(0, 0, 0, .4);
    padding-top: 5px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.flickity-page-dots .dot {
    background: #fff
}

.carousel-cell-image {
    transition: opacity .4s;
    opacity: 0
}

.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
    opacity: 1
}
.latest-recommend-title-div{width:207px;}
.article-content-container .row-flex > article {
    width: 63%;
}
@media screen and (max-width:768px) {
    .row-flex {
        display: flex;
        flex-direction: column;
    }
    footer{margin-top:30px;margin-bottom: -20px}
    .latest-recommend-title-div {
        width: 58.33333333%
    }
    .article-content-container .row-flex > article {
        width: 100%;
    }
}