﻿* {
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: rgb(241 239 237 / 60%);
}

main {
    margin-top: 10px;
}

/* Common Styles */
a {
    text-decoration: none !important;
}
/*Title on pages*/
h1.t {
    font-size: 2em;
    font-weight: 700;
}

.fixed-top {
    padding: 0 !important;
}

    .fixed-top .container {
        padding: 0 10px;
        max-height: 50px;
    }

.scrollUp {
    transform: translateY(-80px);
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus, .btn:focus {
    box-shadow: none;
}

/* Zero Margin and Padding */
.z-m-p {
    margin: 0 !important;
    padding: 0 !important;
}

.m-only, .sm-m-only /* Mobile and Small-Mobile Only*/ {
    display: none;
}

.h-title h2 {
    font-weight: 900;
}

.h-title a {
    color: #000;
}

.share-wrap {
    border: solid 1px rgba(255, 255, 255, 0.3);
    background-color: rgb(250, 250, 250);
    box-shadow: rgba(124, 129, 134, 0.2) 0px 0px 15px, rgba(162, 162, 162, 0.15) 0px 0px 5px 1px;
    margin-top: -20px;
    margin-left: 10px;
    padding: 5px 0 10px;
    min-width: 140px;
}

    .share-wrap .dropdown-item {
        padding: 5px 0;
        color: #101010;
        max-width: 100%;
    }

    .share-wrap i {
        width: 20px;
    }

    .share-wrap .dropdown-item {
        margin: 0;
        padding: 5px 10px;
    }

        .share-wrap .dropdown-item:active {
            background-color: rgba(232, 227, 227, 0.45);
        }

.bg-health {
    background-color: #ebf4fb;
}

.bg-home-ad {
    background-color: rgb(224 216 216 / 22%);
}
/* Common Styles Ends Here */

/*Top Main Nav*/

.scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.flex {
    display: flex;
    flex-wrap: nowrap;
}


.nav-item {
    flex: 0 0 auto;
}

header {
    margin: 0 0 25px 0;
    padding: 0 0 10px 0;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.09);
    transition: all 0.5s;
}

.logo,
.nav-item {
    padding: 0 8px;
    max-height: 35px;
    margin-top: 18px;
    font-size: 0.82em;
    color: #000;
    font-weight: 600;
}

.logo {
    margin-top: 15px !important;
    margin-left: 10px;
}

    .logo img {
        height: 25px;
        margin-right: 15px;
    }

.scroll::-webkit-scrollbar {
    display: none;
}


.t-bar {
    margin: 5px 0 0 25px;
}

    .t-bar .nav-item {
        margin: 0px 5px 0 0;
    }

    .t-bar a {
        padding: 4px 5px 1px;
        border-radius: 8px;
        font-weight: 400;
        font-size: 0.75em;
        color: #545151;
        background-color: rgba(0,0,0,.012);
    }


span.nav-item {
    color: #E91E63;
    font-size: 1.2em;
}


.copied {
    color: orangered;
}
/* Top Right */
.t-rt {
    margin-left: auto !important;
}

    .t-rt ul {
        margin-top: 15px;
        list-style: none;
        display: flex;
    }

    .t-rt li {
        display: inline-block;
    }

    .t-rt .t-langs button {
        font-size: 0.75em;
    }


.t-langs {
    margin-top: -5px;
}

    .t-langs .dropdown .show {
        min-width: 105px;
        border: none;
        margin-left: -35px;
        font-size: 0.85em;
    }

    .t-langs .dropdown-item {
        padding: 5px 15px;
    }

.t-user {
    margin-right: 1px;
    margin-top: -2.5px;
}

    .t-user a {
        color: #31302f;
        font-size: 1.12em;
        position: relative;
    }

    .t-user i {
        font-size: .85em;
    }

    .t-user .dropdown-menu {
        min-width: 40px;
        padding: 0;
        margin-top: 5px;
        margin-left: -26px;
        border: solid 1px rgba(233, 236, 239, 0.65)
    }

    .t-user .dropdown-item {
        padding: 5px 10px;
        font-size: 0.85em;
        border-bottom: solid 1px rgba(233, 236, 239, 0.65);
    }

.s-notif {
    position: absolute;
    font-size: 0.5em;
    top: -2px;
    right: -4px;
    color: rgba(255, 0, 0, 0.8);
}
/* Add Carat */
.t-usert .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 27px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(233, 236, 239, 0.65);
    border-left: 7px solid transparent;
    border-bottom-color: rgba(233, 236, 239, 0.65);
    content: '';
}

.t-user .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 28px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(233, 236, 239, 0.65);
    border-left: 6px solid transparent;
    content: '';
}

.t-search {
    margin-top: -8px;
    margin-right: -20px;
}

    .t-search i {
        font-size: 0.9em;
        margin-right: 10px;
    }

/* Drawer */

.search-bx {
    margin: 5px 10px 10px;
    border: solid 1px rgba(195, 186, 186, 0.15);
    border-radius: 4px;
    width: 95%;
}

    .search-bx .input-group {
        margin: 0 !important;
    }

    .search-bx .input-group-text {
        background-color: rgb(246, 245, 245);
        border: none
    }

    .search-bx input {
        border: none;
        font-weight: lighter;
        background-color: rgba(195, 186, 186, 0.15);
    }

    .search-bx i {
        color: #646464;
    }

/* Drawer Trends */

.d-trends {
    padding: 1px 10px 0;
    border-bottom: solid 1px rgba(222, 222, 222, 0.33);
    background-color: #fff;
}

    .d-trends ul {
        margin: 5px 0;
        padding: 0;
        list-style: none;
    }

    .d-trends li {
        display: inline-block;
    }

        .d-trends li a {
            padding: 4px 5px 1px;
            border-radius: 8px;
            font-weight: 400;
            font-size: 0.72em;
            color: #545151;
            background-color: rgba(243, 218, 218, 0.28);
            margin: 4px;
            display: block;
        }

    .d-trends small {
        color: #E91E63;
        font-weight: 500;
    }

.d-nav {
    margin-top: 10px;
}

    .d-nav ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
    }

    .d-nav li {
        float: left;
        width: 100%;
        border-bottom: solid 1px rgba(222, 222, 222, 0.46);
        padding: 5px 15px;
    }

        .d-nav li:hover {
            background-color: rgba(222, 222, 222, 0.18);
        }

    .d-nav a {
        display: flex;
        padding: 7px 0;
        color: #000;
        font-size: 0.9em;
        font-weight: 500;
        width: 100%;
    }


    .d-nav figure {
        margin: 0 6.5px 0 0;
        text-align: center;
        padding: 0;
        font-size: 1.5em;
    }

    .d-nav .d-nav-item-info {
        margin-left: 10px;
    }

    .d-nav h2 {
        font-size: 1.05em;
        font-weight: 800;
        margin: 0;
        color: #2b2828;
    }

    .d-nav p {
        font-size: 0.8em;
        font-weight: 400;
        margin: 0;
        color: #1f1d1d;
    }

    .d-nav i.fa-images {
        color: #0770e2;
    }

    .d-nav i.fa-play {
        color: #E91E63;
    }

    .d-nav i.fa-rss {
        color: #ff5200;
    }

/* Drawer magazines */
.d-mags {
    padding: 20px;
    background-color: #212020;
    color: #fff;
}

    .d-mags h2 {
        font-size: 1.2em;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

    .d-mags p {
        font-size: 0.85em;
        font-weight: lighter;
        color: #aba9a9;
    }

    .d-mags .btn {
        border: solid 1px #d2cbcd;
        color: #fff;
        border-radius: 2px;
    }
/* D-Social */
.d-social {
    padding: 10px;
    border-bottom: solid 1px #eae7e8;
}

    .d-social p {
        font-size: 0.8em;
        font-weight: lighter;
        margin: 0 0 5px 10px;
    }

    .d-social ul {
        list-style: none;
        display: flex;
        justify-content: space-evenly;
    }

    .d-social li {
        font-size: 1em;
        margin: 0 10px;
        text-align: center;
    }

    .d-social a {
        color: #252323;
        font-size: 1.5em;
    }


/* d-links */
.d-links {
    padding: 10px;
    margin: 10px 10px 50px 10px;
}

    .d-links small {
        font-weight: 600;
    }

    .d-links ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
    }

    .d-links li {
        margin: 5px 7px 0 0;
    }

        .d-links li a {
            font-size: 0.75em;
            color: #524f4f;
        }

    .d-links a i {
        font-size: 0.75em;
    }


/* hide small screen settings*/

.m-base {
    display: none;
}

/* Right Side Feed */

.drawer--right .drawer__header-top {
    display: flex;
    justify-content: start;
}

.drawer--right .drawer__header {
    padding: 10px 10px;
}

.drawer--right .drawer__header-top h3 {
    margin: auto;
    font-size: 1em;
    font-weight: 700;
    width: 60%;
}

.drawer--right .drawer__header-top .drawer__close__bx {
    width: 30%;
}

/* Top Feed Setting */
.m-feed {
    padding: 0;
    background-color: #fff;
}

    .m-feed ul {
        list-style: none;
    }

    .m-feed li {
        padding: 15px;
    }

    .m-feed img {
        max-height: 150px;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }

    .m-feed h2 {
        margin: 5px 0;
        padding: 0;
        line-height: 13.5px;
    }

        .m-feed h2 a {
            color: #000;
            font-size: 0.445em;
            font-weight: 700;
        }

    .m-feed li {
        border-bottom: solid 1px rgba(221, 221, 221, 0.43);
    }

.m-feed-i {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

    .m-feed-i .t {
        font-size: 0.8em;
        font-weight: 400;
        color: #716767;
        display: flex;
        margin-top: 4px;
    }

    /* Author */
    .m-feed-i .n-auth {
    }

        .m-feed-i .n-auth img {
            height: 20px;
            width: 20px;
            border-radius: 50%;
        }

        .m-feed-i .n-auth span {
            font-size: 0.75em;
            font-weight: 500;
            margin-left: 5px;
        }

.m-feed-s {
    display: flex;
}

.m-f-item .m-feed-s {
    margin-top: 15px;
}

.m-feed-top .m-feed-s a {
    margin: 0 5px;
}

.m-feed-top .m-feed-i {
    margin-top: 15px;
}

.m-feed-i .t .spark {
    background-color: #03A9F4;
    height: 15px;
    width: 15px;
    text-align: center;
    border-radius: 50%;
    padding-top: 1.6px;
    margin-right: 6px;
    margin-top: 2.5px;
    font-size: 0.7em;
    color: #ffffff;
}

.m-feed-i a {
    margin: 5px 10px 0 5px;
    color: #716767;
}

.m-feed .story {
    display: flex;
}

    .m-feed .story .s-img {
        max-width: 30%;
    }


.m-feed .btn {
    margin: 10px 0;
    background-color: #007bff;
    color: #fff;
    font-size: 0.85em;
    font-weight: 500;
}


/* Homepage */

.home-top-wrap {
    display: flex;
    margin-bottom: 20px;
}

.home-top-l {
    width: 70%;
    margin-left: -8px;
}



.home-top-l {
    display: flex;
}

.home-top-l-1 {
    width: 55%;
    margin-right: 15px;
    border-radius: 4px;
}

.home-top-l-2 {
    width: 45%;
    border-radius: 4px;
}

    .home-top-l-2 .main-post-item:first-child .pst {
        border: none;
    }

.home-top-main-post {
    display: flex;
    flex-direction: column;
}

    .home-top-main-post h1 {
        padding: 15px;
        font-size: 1.05em;
        font-weight: 800;
        margin: 0;
    }

    .home-top-main-post a {
        color: #191818;
    }

    .home-top-main-post img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        object-position: top;
    }

.main-post-item {
    display: flex;
    flex-direction: column;
}

    .main-post-item .pst {
        display: flex;
        flex-direction: row;
        padding: 15px 15px 0;
        border-top: solid 1px #e2dfdb;
    }

    .main-post-item h2 {
        font-size: 0.95em;
        font-weight: 700;
        width: 75%;
        margin-right: 8px;
    }

        .main-post-item h2 a {
            color: #000;
        }

    .main-post-item figure {
        width: 25%;
    }

        .main-post-item figure img {
            border-radius: 4px;
        }

.home-top-r {
    width: 30%;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
}

    .home-top-r .ad {
        margin-bottom: auto;
        flex-grow: 1;
    }

.home-trending-list {
    background-color: #fff;
    padding: 4px 15px;
    margin-top: auto;
    border-radius: 4px;
}

/* Home Top Wrap Desktop*/

.home-top-bx {
    display: flex;
    flex-wrap: wrap;
}

.main-post {
    position: relative;
    border-radius: 4px;
}

    .main-post img {
        border-radius: 4px 4px 0 0;
        height: 380px;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }

.img-o {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.7));
}

.main-post h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 1.85em;
    color: #fff;
    line-height: normal;
    font-weight: 900;
    padding: 10px 25px 0;
}


.top-2 {
    background-image: linear-gradient(100deg, rgb(33, 64, 154) 50%, rgb(0, 124, 189) 100%);
    border-radius: 0 0 4px 4px;
}

    .top-2 ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
    }

    .top-2 li {
        padding: 15px 25px;
        display: flex !important;
        flex-direction: column !important;
    }

    .top-2 .post {
        display: flex;
        flex-direction: row-reverse;
    }

    .top-2 h2 {
        margin: 0;
        padding: 0;
        font-weight: 700;
        font-size: 0.95em;
    }

        .top-2 h2 a {
            color: #fff;
        }

    .top-2 .m-feed-i {
        margin: 10px 0;
        display: flex;
        flex-direction: row-reverse;
    }

    .top-2 .m-feed-s .dropdown {
        margin-top: 5px;
    }

    .top-2 .m-feed-i .share-wrap {
        margin-left: -110px;
    }

    .top-2 .post {
        margin-bottom: auto;
    }

    .top-2 .m-feed-i {
        margin-top: auto;
    }

    .top-2 .share-wrap {
        box-shadow: none;
        border: none;
    }

        .top-2 .share-wrap .dropdown-item {
            color: #000;
        }

    .top-2 .m-feed-i a {
        color: #fff;
    }
/* Home Top 4 */

.n-item {
    padding: 0;
    padding: 0 0 5px 0;
    min-height: 242px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.m-img img {
    max-height: 120px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 4px 4px 0 0 !important;
}

.n-item h2 {
    font-size: 0.9em;
    font-weight: 700;
    padding: 10px 5px 0 10px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* number of lines to show */
}

    .n-item h2 a {
        color: #000;
    }

.home-top-4 {
    margin: 15px 0 10px;
}

    .home-top-4 .m-feed-i {
        padding: 10px 0 0 !important;
        margin-top: 0px !important;
        margin-bottom: 0 !important;
    }

    .home-top-4 .dropdown {
        margin-top: 5px;
    }

    .home-top-4 .share-wrap {
        margin-left: -115px;
    }

    .home-top-4 .n-item {
        height: 100%;
        max-height: 255px !important;
        padding-bottom: 0;
    }

    .home-top-4 .m-feed-i {
        margin-top: auto !important;
        margin-bottom: 10px !important;
    }


.n-cat {
    padding: 0 0 10px 10px;
    font-size: 0.5em;
    text-transform: uppercase;
    color: #a09c9c;
}

.n-item .m-feed-i {
    margin-left: 10px;
    margin-top: auto;
}


/* Home Trends List  */


.home-trending-list span {
    color: #E91E63;
    font-size: 0.8em;
    font-weight: 600;
}

.home-trending-list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.home-trending-list li {
    margin: 4px 3px 4px 0;
}

.home-trending-list a {
    font-size: 0.75em;
    padding: 6px;
    background-color: rgba(221, 221, 221, 0.37);
    border-radius: 4px;
}

    .home-trending-list a:before {
        content: '#';
        margin-right: 4px;
    }

.top-14 .col-lg-4 {
    display: flex;
    flex-direction: column;
}

.top-14 .nl-bx {
    margin-bottom: auto;
    flex-grow: 1;
}
/* Hme top 20*/
.home-top-20-wrap {
    margin: 40px 0;
    padding: 25px 0;
}

.home-top-news-lst {
    margin-left: 12px;
    display: flex;
}

.home-top-news-lst-lft {
    margin-right: 15px;
    background-color: #fff;
    width: 50%;
}

.home-top-news-lst-rt {
    background-color: #fff;
    width: 50%;
}

.h-t-20 {
    display: flex;
}

    .h-t-20 ul {
        list-style: none;
    }

    .h-t-20 li {
        padding: 6px 0;
    }

        .h-t-20 li h2 {
            font-weight: 700;
            font-size: 0.9em;
            margin-top: 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4; /* number of lines to show */
        }

        .h-t-20 li a {
            color: #000;
        }

    .h-t-20 .n-cat {
        font-size: 0.65em;
        padding: 0;
        color: #5f5a58;
    }

.top-story {
    border-bottom: solid 1px rgba(221, 221, 221, 0.47);
}

    .top-story img {
        width: 100%;
        border-radius: 4px 4px 0 0;
        max-height: 180px;
        object-fit: cover;
        object-position: top;
    }

    .top-story h2 {
        padding: 10px 15px;
        font-size: 1.15em;
        font-weight: 900 !important;
        line-height: 1.2em;
    }

        .top-story h2 a {
            color: #000;
        }

    .top-story .m-feed-i {
        margin-top: 10px;
        padding-bottom: 10px;
        flex-direction: row-reverse;
        margin: 0 12px;
    }

    .top-story .dropdown {
        margin-top: 5px;
    }

    .top-story .share-wrap {
        margin-left: -115px;
    }

.news-list {
    margin-top: 25px;
}

    .news-list .m-feed-s .dropdown {
        margin-top: 5px;
    }

    .news-list .share-wrap {
        margin-left: -115px;
    }

.news-item {
    display: flex;
    flex-direction: column;
    padding: 15px 12px;
    border-bottom: solid 1px rgb(230 220 220 / 57%);
    flex: 1 1 0 !important;
}

    .news-item:first-child {
        margin-top: -25px;
    }

    .news-item .news-item-p {
        display: flex;
        flex-direction: row-reverse;
    }

    .news-item .news-img {
        width: 35%;
        border-radius: 4px;
    }

    .news-item:last-child {
        border: none;
        margin-bottom: 0;
    }

.news-img img {
    border-radius: 4px;
    max-height: 80px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.news-item .news-h {
    width: 65%;
    padding: 0 10px 0 0;
    margin: 0;
}

.news-item h2 {
    font-size: 0.95em;
    font-weight: 700 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* number of lines to show */
}

    .news-item h2 a {
        color: #000;
    }

.news-list .m-feed-i {
    margin: 5px 0;
    flex-direction: row-reverse;
}

.three-boxes {
    display: flex;
}

    .three-boxes .first {
        width: 40%;
        background-color: #fff;
        margin-right: 15px;
        border-radius: 4px;
    }

        .three-boxes .first .top {
            display: flex;
            flex-direction: column;
        }

            .three-boxes .first .top img {
                height: 240px;
                width: 100%;
                object-fit: cover;
                object-position: top;
                border-radius: 4px 4px 0 0;
            }

            .three-boxes .first .top h2 {
                padding: 15px 20px 5px;
                font-size: 1.25em;
                font-weight: 800 !important;
                line-height: 1.2em;
            }

    .three-boxes ul li {
        padding: 16px 17px;
        border-top: solid 1px rgb(230 220 220 / 57%);
    }

    .three-boxes li h2 {
        padding: 0;
        margin: 0;
        font-size: 0.95em;
        font-weight: 700;
    }


    .three-boxes .mid {
        width: 35%;
        background-color: #fff;
        margin-right: 15px;
        border-radius: 4px;
    }

.mid ul {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

.mid li {
    flex: 1 1 0px !important;
}

    .mid li:first-child {
        border: none;
    }

    .mid li:last-child {
        border-top: solid 1px rgb(230 220 220 / 57%) !important;
    }

.last {
    width: 25%;
    background-color: #fff;
    border-radius: 4px;
}

    .last ul {
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }

    .last li {
        flex: 1 1 0px;
        margin-bottom: 0;
    }

    .last img {
        margin-bottom: 15px;
        height: 150px;
        width: 100%;
        object-fit: cover;
        object-position: top;
        border-radius: 4px;
    }

/* Normal Categories Sections */
.home-cat {
    padding: 10px 0 30px 0;
}

    .home-cat h2.cat-h {
        font-size: 1.8em;
        font-weight: 800;
        margin-bottom: 20px;
    }


        .home-cat h2.cat-h a {
            color: #000;
        }

    .home-cat .news-item {
        margin-right: 10px;
        border-radius: 4px;
        padding: 10px 0;
    }

.first-post {
    display: flex;
    margin-bottom: 20px;
    border-radius: 4p0x;
}

    .first-post .post-img {
        width: 42%;
    }

        .first-post .post-img img {
            border-radius: 4px;
            width: 100%;
            max-height: 250px;
            object-fit: cover;
            object-position: top;
        }

    .first-post .post-detail {
        padding-left: 15px;
        width: 58%;
    }

        .first-post .post-detail h2 {
            font-weight: 700;
            font-size: 1.45em;
        }

            .first-post .post-detail h2 a {
                color: #000;
            }

        .first-post .post-detail a p {
            font-size: 0.9em;
            color: #5d5555;
        }

        .first-post .post-detail span {
            color: #5d5555;
            font-size: 0.8em;
        }

    .first-post .dropdown {
        margin-top: 5px;
    }

    .first-post .m-feed-s .share-wrap {
        margin-left: -115px;
    }


/*Category Posts */
.cat-posts {
    display: flex;
    flex-wrap: wrap;
}

    .cat-posts .news-item {
        width: 48%;
        margin-top: 15px;
        padding-right: 20px;
        margin-bottom: 20px !important;
    }

        .cat-posts .news-item .news-h h2 {
            overflow: hidden;
        }


.home-cat .first-post .m-feed-i {
    flex-direction: row-reverse;
}

.cat-posts .news-item {
    display: flex;
    flex-direction: column !important;
}

    .cat-posts .news-item .news-h {
        padding-left: 10px;
    }

.cat-posts .m-feed-i {
    flex-direction: row-reverse;
    margin: 10px 0;
}

.cat-posts .dropdown {
    margin-top: 5px;
}

.cat-posts .m-feed-s .share-wrap {
    margin-left: -115px;
}

.h-slide-scroll .n-item {
    max-width: 320px;
    margin-right: 25px;
    min-height: 320px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column !important;
}

.h-slide-scroll .owl-nav {
    position: relative;
    margin-top: -20%;
}

    .h-slide-scroll .owl-nav .s-btn {
        background-color: rgba(64, 65, 66, 0.8);
        padding: 10px;
        height: 35px;
        width: 35px;
        border-radius: 50%;
        padding: 3px 0 12px;
        text-align: center;
        font-size: 1.25em;
        color: #fff;
    }

.h-slide-scroll .m-feed-i .n-auth a {
    display: flex;
    flex-direction: row;
}

.h-slide-scroll .owl-next {
    right: 0;
    position: absolute;
}

.h-slide-scroll .m-img img {
    min-height: 155px !important;
}

.h-slide-scroll button {
    background-color: #ffffff;
    font-size: 1.2em;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-top: 30px;
    overflow: hidden;
}

.h-slide-scroll .glider-next {
    margin-right: 5.5%;
}

.h-slide-scroll .glider-prev {
    margin-left: 5.5%;
}

.h-slide-scroll button.disabled {
    display: none;
}

.h-slide-scroll .m-feed-i .dropdown {
    margin-top: 5px;
}

.h-slide-scroll .share-wrap {
    margin-left: -115px;
}

/* Global Search */
.drawer--top .drawer__content {
    display: flex;
    flex-direction: column;
}

.g-search-bx {
    padding: 5px 10px;
    z-index: 9999;
}

    .g-search-bx input {
        border: solid 1px rgba(222, 222, 222, 0.15);
    }

.drawer--top .d-trends {
    padding: 15px 12px;
}

.drawer--top .foot {
    padding: 0 10px;
    margin-top: auto;
}

.drawer--top .drawer__close__bx {
    margin-right: 60px;
    margin-bottom: 10px;
}

.drawer--top .foot button {
    font-weight: 600;
    background-image: none;
    font-size: .8em;
}

.drawer--top button span {
    border: solid 1px #dedede;
    border-radius: 2px;
    padding: 8px;
}
/* Containers */
.container {
}

/* DarkTheme */

.dark,
.dark .home-top-20-wrap,
.dark .bg-health {
    background-color: black !important;
}


    .dark .m-feed-i a {
        color: #fff;
    }

    .dark .top-2 li,
    .dark .home-top-4 .n-item,
    .dark .home-top-20-wrap .top-story,
    .dark .home-top-20-wrap .news-list .news-item,
    .dark .h-t-20 ul,
    .dark .home-cat .first-post,
    .dark .cat-posts .news-item,
    .dark .bg-health,
    .dark .n-item {
        background-color: #211e1e;
    }

        .dark .top-2 a,
        .dark .home-trending-list a,
        .dark .home-top-20-wrap a,
        .dark .home-cat .first-post a,
        .dark .first-post .post-detail a p,
        .dark .cat-posts .news-item a,
        .dark .bg-health h2 a {
            color: #fff !important;
        }

    .dark .home-trending-list li a {
        background-color: #211e1e;
    }

    .dark .home-top-4 a {
        color: #fff !important;
    }

    .dark .home-top-20-wrap .top-story h2 {
        padding: 5px;
    }

    .dark .home-top-20-wrap .news-list .news-item {
        background-color: #211e1e;
        padding: 5px;
        border-radius: 4px;
    }

    .dark .h-t-20 li {
        border-top: solid 1px #232222;
    }

    .dark .share-wrap {
        background-color: #000;
    }

        .dark .share-wrap .dropdown-item:active {
            background-color: #232222;
        }


/* Home page left Block */

.lft-cat h2 a {
    color: #000;
}

.left-block {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 20px;
    min-height: 390px;
}

    .left-block img {
        height: 220px;
        max-height: 250px;
        width: 100%;
        object-fit: cover;
        object-position: top;
        border-radius: 4px 4px 0 0;
    }

    .left-block h2 {
        font-size: 1.15em;
        font-weight: 800;
        margin: 10px 0;
        padding: 0 10px;
    }

    .left-block .m-feed-i {
        margin: 0 15px;
        margin-top: auto;
    }

.lft-items {
    display: flex;
    flex-direction: row;
    margin-top: 12px;
    flex-wrap: wrap;
    align-content: space-between;
    justify-items: self-end;
    margin-left: -10px;
}

.lft-item {
    flex: 1 auto;
    margin-bottom: 20px;
    border-radius: 4px;
    background-color: #fff;
    width: 46.5%;
    margin-left: 10px;
}

    .lft-item:nth-child(even) {
    }

    .lft-item img {
        border-radius: 4px 4px 0 0;
        height: 150px;
        width: 100%;
        object-fit: cover;
        object-position: top;
        margin-bottom: 10px;
    }

    .lft-item h2 {
        font-size: 0.95em;
        font-weight: 700;
        padding: 10px;
        overflow: hidden;
        text-overflow: clip;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; /* number of lines to show */
        max-height: 65px;
    }

    .lft-item .m-feed-i {
        margin: 10px 5px;
        margin-top: auto;
    }

.lft-cat .m-feed-i .dropdown {
    margin-top: 5px;
}

.lft-cat .share-wrap {
    margin-left: -100px;
}

.lft-item .share-wrap {
    margin-left: -110px;
}


.h-interviews {
    background-color: #0f5499;
}

.h-int-lst {
    display: flex;
}

.h-interviews h2.cat-h a {
    color: #fff;
}

.h-interviews .h-slide-scroll button {
    background-color: #545b62;
    color: #fff;
}



.h-int-lst h2 {
    margin: 10px 0 20px;
    font-size: 1.05em;
    font-weight: 700;
    text-align: center;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* number of lines to show */
    max-height: 80px;
}

    .h-int-lst h2 a {
        color: #443f3f;
    }

.h-int-lst .m-img {
    display: flex;
    justify-content: center;
}

.h-int-lst img {
    border-radius: 50% !important;
    width: 165px;
}

.h-int-lst h3 {
    font-size: 1em;
    text-align: center;
    margin: 10px 0;
    font-weight: 600;
}

    .h-int-lst h3 a {
        color: #03A9F4;
    }

.h-int-lst p {
    margin: 0 20px 20px 20px;
    font-size: 0.82em;
    line-height: initial;
}

    .h-int-lst p a {
        color: #423f3f;
    }


/* Home Cat List */

.cat-flex {
    display: flex;
}

.h-cat-lst {
    background-color: #fff;
    border-radius: 4px !important;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.h-cat-l h2.cat-h {
    padding: 18px 15px;
    margin: 0;
}

.h-cat-l h2.cat-h {
    font-size: 1.15em;
}

.h-cat-l ul img {
    height: 180px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.h-cat-lst li {
    padding: 5px 0;
    border-bottom: solid 1px rgba(222, 222, 222, 0.47);
}

    .h-cat-lst li:last-child {
        border: none;
    }

    .h-cat-lst li:hover {
        background-color: rgba(222, 222, 222, 0.3);
    }

.h-cat-lst h2 {
    padding: 10px 15px;
    font-size: 0.9em;
    font-weight: 700;
}

    .h-cat-lst h2 a {
        color: #0e0e0e;
    }

.h-cat-lst a.btn {
    border: solid 1px #e6e6e6;
    margin: 10px 15px;
    margin-top: auto;
    width: 90%;
    font-size: 0.9em;
    font-weight: 600;
    color: #0f5499;
}

/* Home Mags List */
.m-mags {
    max-height: 860px;
    overflow: hidden;
    background-color: #191818 !important;
}

    .m-mags p {
        color: #fff;
    }

    .m-mags h2 {
        font-weight: 800;
        font-size: 2.6em;
        margin: 35px 0 20px;
    }

        .m-mags h2 a {
            color: #fff;
        }

.mags-list .mag {
    margin-right: 15px;
    background-color: #fff;
    text-align: center;
    border-radius: 4px;
}

    .mags-list .mag h2 {
        font-size: 1.35em;
        margin: 12px 12px 8px;
        color: #181819;
        font-weight: 800;
        margin: 20px 0 10px;
    }

    .mags-list .mag p {
        margin: 0 12px;
        color: #323538;
        font-size: 0.95em;
    }

.mags-list img {
    max-height: 380px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}


/* Home Videos */
.h-vid h2 a {
    color: #fff;
    font-weight: 800;
}

.h-videos {
    display: flex;
}

.v-player {
    width: 65%;
}

    .v-player iframe {
        width: 100% !important;
        height: 420px;
    }

.v-list {
    width: 35%;
    border: solid 1px green;
}
/* Home Videos Ends Here */
/* Homepage Photo Gallery */
.h-gal {
    background-color: #000;
}

.h-gal-wrap {
    width: 100%;
    display: flex;
    margin-top: 40px;
}

.h-gal .cat-h {
    text-align: center;
}

    .h-gal .cat-h h2 {
        font-weight: 900;
        font-size: 2.5em;
    }

    .h-gal .cat-h p {
        color: #fbf3f3;
        font-size: 1em;
        font-weight: lighter;
    }

.h-gal * {
    color: #fff;
}

.h-gal img {
    border-radius: 4px;
}

.h-gal-lft {
    width: 40%;
}

.h-gal-rt {
    width: 67%;
    padding-left: 25px;
    display: flex;
    flex-direction: column;
}

.h-gal-lft li {
    display: flex;
    margin-bottom: 15px;
}

    .h-gal-lft li > .gal-img {
        width: 35%;
    }

        .h-gal-lft li > .gal-img img {
            max-height: 90px;
            width: 100%;
            object-fit: cover;
            object-position: top;
        }

    .h-gal-lft li > h2 {
        width: 65%;
        padding-left: 10px;
        font-size: 0.95em;
        font-weight: 800;
    }

.gal-top {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

    .gal-top img {
        height: 350px;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }

    .gal-top h2 {
        font-size: 1.6em;
        font-weight: 800;
        margin: 15px 0;
        line-height: 1.15em;
    }

.gal-top-2 {
    display: flex;
}

    .gal-top-2 li:first-child {
        padding-right: 10px;
    }

    .gal-top-2 li:last-child {
        padding-left: 10px;
    }

    .gal-top-2 img {
        height: 220px;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }

    .gal-top-2 h2 {
        font-size: 1.2em;
        font-weight: 700;
        margin: 10px 0;
    }

.h-gal-rt a.btn {
    background-color: yellow;
    color: #000;
    padding: 10px 20px;
    font-size: 0.9em;
    font-weight: 600;
    margin-top: 20px;
}

.h-gal-rt a i {
    color: #232319;
    margin-left: 10px;
    font-size: 0.8em;
}


/* Home Most Discussed */
.h-most-discussed {
    background-color: #e4ebfe;
}

    .h-most-discussed h2 {
        font-size: 2em;
        font-weight: 800;
        margin: 0;
    }

    .h-most-discussed a {
        color: #000;
    }

    .h-most-discussed p {
        color: #696565;
    }

#discussion-list, #t-articles-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    #discussion-list .d-item, #t-articles-list .d-item {
        width: 32%;
        display: flex;
        margin-bottom: 15px;
        background-color: #fff;
        border-radius: 4px;
        margin-right: 10px;
        padding: 10px;
        flex-direction: column;
    }

.d-item .d-post {
    display: flex;
}

.d-item .m-feed-i {
    margin: 10px 0;
}

#discussion-list .d-item h2, #t-articles-list .d-item h2 {
    font-size: 0.9em;
    font-weight: 700;
    max-width: 70%;
    margin-right: 10px;
}

#discussion-list img, #t-articles-list img {
    height: 65px;
    border-radius: 4px !important;
}

#discussion-list .m-feed-i, #t-articles-list .m-feed-i {
    margin-top: auto;
    padding-top: 10px;
    margin-bottom: 0;
}

#discussion-list .spark {
    color: #ababab;
    background-color: transparent;
    border: solid 1px #fff;
    font-size: .95em;
}

#discussion-list span {
    color: #ababab;
    font-weight: 500;
    margin-top: 3px;
    margin-left: -2px;
}


/* Home Feaured */

.h-featured {
    background-color: rgb(76 175 80 / 27%);
}

    .h-featured .cat-h a {
        color: #171616;
        font-size: 1em;
        font-weight: 700;
    }

.f-posts {
    display: flex;
}

.f-post {
    width: 33.3%;
    margin: 10px;
    border-radius: 4px;
    background-color: #fff;
}

    .f-post img {
        border-radius: 4px 4px 0 0;
        height: 150px;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }

    .f-post:first-child {
        margin-left: 0;
    }

    .f-post h2 {
        font-size: 1em;
        margin: 15px 10px;
        font-weight: 800;
    }

        .f-post h2 a {
            color: #1b1919;
        }
/* Home mag */
.home-mag {
    background-color: #fff;
}

.h-mag-bg {
    display: flex;
    align-items: center;
}

.h-mag-s-block {
    background-color: #ffc107;
    padding: 45px;
    border-radius: 0 4px 4px 0;
    display: flex;
    color: #101010;
}

    .h-mag-s-block span {
        font-weight: 700;
        color: #f90000;
        font-size: 1.2em;
    }

    .h-mag-s-block .btn {
        background-color: #bd2130;
        color: #efe5e5;
        margin: 10px;
        font-weight: 700;
    }



/* Trending Page */
.trend-h h1 {
    font-size: 1.5em;
    font-weight: 800;
}

    .trend-h h1:before {
        content: '#';
        color: #dc3545;
    }

.t-lst {
    margin-top: 20px;
}

    .t-lst li {
        display: inline-block;
        margin-bottom: 5px;
    }

    .t-lst a {
        background-color: #0062cc;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 0.75em;
        color: #fff;
    }

        .t-lst a:hover {
            background-color: #bd2130;
            padding: 4px 8px;
            border-radius: 4px;
            font-size: 0.75em;
            color: #fff;
        }

        .t-lst a:before {
            content: '#';
            margin-right: 2px;
        }


.btn-more-trends {
    border: none;
    padding: 2px 10px;
    font-weight: 600;
    background-color: #dc3545;
    color: #fff;
    font-size: 0.85em;
}

    .btn-more-trends i {
        font-size: 0.8em;
        margin-left: 5px;
    }

/* Top Articles */
.top-articles {
    background-color: #fff;
}

#t-articles-list .d-item {
    background-color: #212529;
}

#t-articles-list h2 a, #t-articles-list i {
    color: #fff;
}

/* Feeds page */
.feeds-h {
    background-color: rgba(232, 241, 251, 0.13);
    margin-top: -30px;
}

    .feeds-h h1 {
        font-size: 2em;
        font-weight: 800;
    }

        .feeds-h h1 i {
            font-size: 0.85em;
            margin-right: 6px;
            color: #0062cc;
        }

.f-b { /* Feeds Block*/
    display: flex;
}

.f-item {
    width: 50%;
    margin: 10px 5px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
}

    .f-item img {
        height: 150px;
        width: 100%;
        object-fit: cover;
        object-position: top;
        border-radius: 4px 4px 0 0;
    }

    .f-item h2.c {
        font-size: 0.73em;
        margin: 10px 12px 0 12px;
        text-transform: uppercase;
    }

        .f-item h2.c a {
            color: #bd2130;
        }

    .f-item h2.t {
        font-size: 0.9em;
        font-weight: 700;
        padding: 5px 12px 10px 12px;
        margin: 0;
    }

    .f-item h2 a {
        color: #343a40;
    }

.f-b .m-feed-i {
    margin: 0 10px;
    margin-top: auto;
}

.f-b .dropdown {
    margin-top: 5px;
}

.f-item .m-feed-i .spark {
    background-color: transparent;
}

.f-item .m-feed-i i.fa-clock {
    color: #bd2130;
    margin-right: 5px;
    margin-top: 3px;
}

.nl-bx {
    background-color: #e91e6333;
    border-radius: 4px;
    margin: 15px 0;
}

    .nl-bx h3 {
        font-size: 1.1em;
        color: #000;
    }

    .nl-bx p, .wa-bx p {
        font-size: 0.9em;
        line-height: normal;
    }

    .nl-bx input {
        border: solid 1px #e88bab;
        font-size: 0.9em;
    }

    .nl-bx .btn {
        border: solid 1px #FF9800;
        margin: 10px 0 0;
        background-color: #FF9800;
        color: #fff;
    }
/* WhatsApp Join */
.wa-bx {
    background-color: #8bc34a52;
}

.all-topics {
    display: flex;
    flex-wrap: wrap;
}

    .all-topics a {
        background-color: #fff;
        margin: 2px 5px;
        padding: 5px;
        border-radius: 4px;
        font-size: 0.75em;
        font-weight: 600;
        color: #252525;
    }


/* Daily newswrap */
.d-nw .container {
    max-width: 768px;
}

.d-nw-dt {
    font-weight: 600;
    font-size: 0.9em;
    color: #909090;
}

.d-nw h1 {
    font-size: 1.5em;
    font-weight: 800;
}

.d-nw-list {
    display: flex;
    flex-direction: column;
    z-index: 999 !important;
}

    .d-nw-list ul {
        margin: 0 0 20px 0;
        padding: 0;
        display: flex;
        list-style: none;
        border-left: solid 1px #2196F3;
        flex-direction: column;
    }

    .d-nw-list li {
        margin-bottom: 20px;
        z-index: 90 !important;
        margin-bottom: 12px;
        margin-left: 30px;
        position: relative;
    }

        .d-nw-list li i {
            color: #3F51B5;
            position: absolute;
            margin-left: -36.2px;
            top: 30px;
            font-size: 0.75em;
        }

.d-nw-nws ul {
    border-left: solid 1px #bfb7a9;
}

.d-nw-nws i {
    color: #907c5d !important;
}

    .d-nw-nws i.fa-smile {
        color: orangered !important;
    }

.d-nw-item {
    padding: 25px 10px 10px 40px;
    border-radius: 4px;
    margin-left: -50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

    .d-nw-item h2 {
        font-size: 1.05em !important;
        font-weight: 700;
    }

        .d-nw-item h2 a {
            color: #130000;
        }

    .d-nw-item p {
        color: #403a3a;
        margin: 10px 0 10px 0;
        font-family: "PTSerif",Georgia,serif;
        line-height: 20px;
    }


.d-nw-nws label {
    margin: 0 0 2px;
    font-size: 0.8em;
}

.d-nw img {
    border-radius: 4px;
    margin: 10px 0 0;
}

.d-nw-h {
    font-size: 2em;
    font-weight: 700;
}
/* bg colors for  daily-wrapup*/
._f8bbd0 {
    background-color: rgba(248, 187, 208, 0.40);
}

._e1bee7 {
    background-color: rgba(225, 190, 231, 0.40);
}

._ff8a80 {
    background-color: rgba(255, 138, 128, 0.40);
}

._ff80ab {
    background-color: rgba(255, 128, 171, 0.40);
}

._ff8a80 {
    background-color: rgba(255, 138, 128, 0.40);
}

._ff80ab {
    background-color: rgba(255, 128, 171, 0.40);
}

._d1c4e9 {
    background-color: rgba(209, 196, 233, 0.40);
}

._c5cae9 {
    background-color: rgba(197, 202, 233, .40);
}

._bbdefb {
    background-color: rgba(187, 222, 251, 0.40);
}

._8c9eff {
    background-color: rgba(140, 158, 255, 0.40);
}

._82b1ff {
    background-color: rgba(130, 177, 255, 0.40);
}

._b2ebf2 {
    background-color: rgba(178, 235, 242, 0.40);
}

._b2dfdb {
    background-color: rgba(178, 223, 219, 0.40);
}

._dcedc8 {
    background-color: rgba(220, 237, 200, 0.40);
}

._f0f4c3 {
    background-color: rgba(240, 244, 195, 0.40);
}
/* bg colors for  daily-wrapup ends here*/


.d-nw-news {
    background-color: #fff;
    margin-left: -25px;
    border-radius: 4px;
    padding-top: 10px;
}

    .d-nw-news li {
        margin: 5px 0;
        border-bottom: solid 1px rgba(238, 238, 238, 0.51);
        padding: 6px 20px;
    }

    .d-nw-news h2 {
        font-size: 1em;
        font-weight: 600;
    }

    .d-nw-news a {
        color: #000;
    }

/* Events*/


.btn-evt-global, .btn-evt-india {
    background-color: #e8e1e1;
    color: #000;
}

.active-event {
    background-color: #4caf50;
    color: #fff
}

.evt-filters {
    background-color: #fff;
    padding: 12px;
    border-radius: 4px;
}

    .evt-filters a.btn {
        font-size: 0.8em;
        font-weight: 600;
        padding: 4px;
        color: #171515;
        margin-bottom: 5px;
    }

.evt-loc a {
    background-color: #dfe5e6;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 0.8em;
    color: #443f3f;
}


.evt-date a {
    color: #868282
}

.evt-venue a {
    color: #868282;
    font-weight: 700
}

.event-item i {
    font-size: .75em
}

.more-events h2 {
    font-weight: 600;
    color: #000;
    margin-bottom: 0
}

.evt-list li {
    display: flex;
    flex-direction: column;
    margin: 5px 0 10px;
    padding: 14px 20px;
    background-color: rgba(253, 224, 215, 0.21);
    border-radius: 4px;
}

.evt-list h2 {
    font-size: 1em;
    margin: 0;
}

    .evt-list h2 a {
        color: #000;
    }

.evt-list i {
    font-size: 0.75em;
}

.evt-list span, .evt-venue span {
    font-size: 0.8em;
    font-weight: 400;
    color: #908888;
}

/* Story on Desktop*/

.story h1, .story h2, .story h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
}

.story h1 {
    font-size: 2em;
    font-weight: 900;
}

.story h2 {
    font-size: 1.4em;
}

.story h3 {
    font-size: 1.25em;
}

.h h2 {
    font-size: 0.75em;
}

.n-cat {
    font-weight: 600;
    font-size: 0.75em;
    margin: 0 0 10px;
    padding: 0;
}

    .n-cat a {
        color: #bd2130;
    }

.story {
    background-color: #fff;
    padding: 25px 25px 5px;
    border-radius: 4px;
}

.n-meta {
    margin: 15px 0;
    display: flex;
}

.auth-dt {
    display: flex;
}

.n-meta a {
    color: #737070;
}

.n-auth {
    display: flex;
}

    .n-auth img {
        height: 20px;
        width: 20px;
        border-radius: 50%;
    }

    .n-auth span {
        font-size: 0.75em;
        font-weight: 500;
        margin-left: 5px;
    }

.pub-date {
    color: #8e8484;
    font-size: 0.8em;
    margin: 4px 0 0 10px;
}

.n-share {
    margin-left: auto !important;
    padding: 2px 10px !important;
}

    .n-share a {
        color: #8e8484;
    }

.story-actions {
    margin-left: auto !important;
}

    .story-actions .wrap {
        border: solid 1px #dedede;
        border-radius: 4px;
        display: flex;
    }

.story-comment {
    padding: 2px 10px;
    border-right: solid 1px #dedede;
    color: #8e8484;
}


/* Article */

article {
    margin: 25px 0;
    /*font-family: 'Chivo', sans-serif;*/
    /*font-family: 'Work Sans', sans-serif;*/
    /*font-family: 'Cormorant', serif;*/
    /*font-family: 'Eczar', serif;*/
    /*font-family: 'Neuton', serif;*/
    font-family: "PTSerif",Georgia,serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    article img {
        width: 100%;
    }

    article figcaption {
        text-align: center;
        font-size: 0.95em;
        margin: 5px 0;
        color: #847b7b;
    }

    article p, article li {
        font-family: Georgia, serif;
        font-size: 1.1em;
        margin-bottom: 30px;
    }


        article p a {
            color: #0062cc;
        }

    article figure {
        margin-left: -25px;
        margin-right: -25px;
    }

    article td {
        border: solid 1px #ddd;
        padding: 5px;
    }

.tags {
    margin: 10px 0;
    background-color: #daf4ff;
    padding: 10px 20px;
    border-radius: 4px;
    clear: both;
}

    .tags h2 {
        margin: 0 0 15px 0;
        font-weight: 700 !important;
        font-size: 1em;
    }

    .tags .t-list {
        padding: 0;
        background-color: transparent;
    }

    .tags h2 a {
        color: #013873;
    }


    .tags .t {
        display: inline-block;
        background-color: #fff;
        border-radius: 4px;
        margin: 3px 5px 5px 0;
        color: #262a2b;
        font-size: 0.8em;
        font-weight: 500;
    }

        .tags .t:hover {
            background-color: rgba(245, 242, 242, 0.71);
        }


.m-t-n i {
    font-size: 0.9em;
    color: #FF5722;
    margin: 0 4px;
}

.m-t-n:before {
    color: #fff;
    content: none !important;
}


.r-l {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 8px 0 0;
    margin: 0;
}

    .r-l .container {
        background-color: #ddd;
        padding: 0;
        border-radius: 4px 4px 0 0 !important;
    }

    .r-l ul {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 5px 10px;
        border: solid 1px #ddd;
        border-radius: 4px 4px 0 0 !important;
    }

    .r-l li {
        display: flex;
    }

        .r-l li img {
            max-width: 60px;
            border-radius: 4px;
            height: 35px;
        }

    .r-l h2 {
        font-size: 0.75em;
        margin: 0 5px;
        ;
        width: 80%;
        font-weight: 700;
    }

    .r-l a {
        color: #000000;
    }


/* Related Posts */
.related {
    margin: 15px 0;
    padding: 5px;
    border-radius: 4px;
}

    .related a {
        color: #000;
    }

.r-h {
    margin: 0 15px 0 0;
    font-size: 1em;
}

    .r-h a {
        color: #2d2b2c;
    }


.story .share-wrap {
    margin-left: -98px;
    margin-top: -25px;
}


.related-links {
    float: left;
    border-radius: 4px;
    max-width: 220px;
    background-color: #F6F6F6;
    margin: 0 10px 15px 0 !important;
}

    .related-links h3 {
        margin: 10px 15px 0 15px;
        font-size: 1.2em;
        color: #bd2130;
    }

    .related-links ul {
        margin: -5px 0 0 0;
        padding: 0;
        list-style: none;
        font-family: 'Inter', sans-serif;
    }

    .related-links li {
        padding: 5px;
        border-bottom: solid 1px rgba(232, 231, 231, 0.75);
        margin-bottom: 5px;
    }

        .related-links li:last-child {
            border: none;
        }

    .related-links h2 {
        font-size: .82em;
        font-weight: 700;
        margin: 0;
        padding: 5px 10px 5px;
    }

    .related-links a {
        color: #000;
    }

.rel-ads {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding-bottom: 10px;
    border-radius: 4px;
}

    .rel-ads img {
        border-radius: 4px 4px 0 0;
        ;
    }

    .rel-ads h3 {
        margin: 0;
        font-size: 0.8em;
        font-weight: 500;
        color: #FF5722;
        background-color: #e24f20;
        padding: 8px 6px;
        border-radius: 4px;
        margin: 0 5px;
        color: #fff;
        text-align: center;
    }

/* Trending List */

.t-list {
    margin: 10px 0;
    background-color: white;
    padding: 10px;
    border-radius: 4px;
}

    .t-list span {
        color: #E91E63;
        font-size: 0.8em;
        font-weight: 600;
    }

    .t-list ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .t-list li {
        margin: 4px 3px 4px 0;
    }

    .t-list a {
        font-size: 0.7em;
        padding: 6px;
        background-color: #daf4ff;
        border-radius: 4px;
    }

        .t-list a:before {
            content: '#';
            color: #7d7878;
            margin-right: 4px;
        }

/* Top Stories on Right */
.t-stories {
    padding: 10px 0 1px;
    border-radius: 4px;
}

    .t-stories .h {
        margin: 5px 0 10px 5px;
        font-size: 1em;
    }

        .t-stories .h a {
            color: #e91e63;
        }

    .t-stories ul li {
        display: flex;
        flex-direction: column;
        margin: 5px 0 10px 5px;
        background-color: #fff;
        padding: 15px 8px;
        border-radius: 4px;
    }

    .t-stories li .t-post {
        display: flex;
        flex-direction: row-reverse;
    }

    .t-stories .m-feed-i {
        margin: 0 0 0 5px;
    }

    .t-stories .dropdown {
        margin-top: 5px;
    }

    .t-stories ul h2 {
        font-size: 0.85em;
        font-weight: 600;
        width: 68%;
        margin-right: 6px;
    }

    .t-stories h2 a {
        color: #000;
    }

    .t-stories li .p-img {
        width: 30%;
    }

    .t-stories img {
        border-radius: 4px;
    }

.h-author {
    padding: 15px 25px;
    background-color: rgba(204, 0, 140, 0.09);
    margin: 10px 0;
    border-radius: 4px;
    font-size: 0.95em;
}

    .h-author .fa-coffee {
        color: brown;
    }


    .h-author .btn {
        background-color: #e47e1c;
        color: #fff;
    }

.h-auth-name {
    color: orangered;
    font-weight: 600;
}

/* Right side News Story List */
.rt-n-lst {
    background-color: #fff;
    border-radius: 4px;
    padding-bottom: 10px;
}

    .rt-n-lst h2.t {
        padding: 10px 10px 0 10px;
        font-size: 1.2em;
    }

        .rt-n-lst h2.t a {
            color: #f12511;
        }

    .rt-n-lst li {
        border-bottom: solid 1px rgba(222, 222, 222, 0.4);
        padding: 10px 10px 5px 10px;
    }

        .rt-n-lst li:hover {
            background-color: rgba(222, 222, 222, 0.19);
        }

        .rt-n-lst li:first-child {
            padding-top: 0;
        }

        .rt-n-lst li:last-child {
            border: none;
        }


    .rt-n-lst h2 {
        font-size: 0.8em;
        font-weight: 700;
    }

        .rt-n-lst h2 a {
            color: #000;
        }

    .rt-n-lst a.cat {
        color: #607D8B;
        text-transform: uppercase;
        font-size: 0.65em;
        font-weight: 500;
    }

    .rt-n-lst .btn {
        width: 90%;
        margin: 0 auto;
        background-color: #212529;
        border: none;
    }
/* Story on Desktop Ends Here*/

/* Author Page */
.auth-profile {
    display: flex;
    background-color: hsla(14, 100%, 57%, 0.09);
    padding: 10px;
    border-radius: 4px;
}

.auth-img {
    width: 150px;
    margin-right: 10px;
}

    .auth-img img {
        border-radius: 10%;
        max-height: 120px;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }

.auth-profile h1 {
    font-size: 1.45em;
    font-weight: 700;
    margin: 5px 0 5px;
}

.auth-bio p {
    font-size: 0.9em;
    line-height: normal;
    color: #5f5d5d;
}

.auth-bio a {
    color: #5d5656;
    margin-right: 10px;
}

.auth-posts {
}

.auth-post {
    margin: 10px 0;
    display: flex;
    padding: 15px;
    border-radius: 4px;
    background-color: #fff
}

    .auth-post h2 {
        font-size: 1.1em;
        font-weight: 800;
    }

        .auth-post h2 a {
            color: #272525;
        }

    .auth-post .post-info {
        width: 70%;
    }

    .auth-post .post-img {
        margin-left: 10px;
        width: 30%;
    }

        .auth-post .post-img img {
            border-radius: 4px;
            width: 100%;
            height: 95px;
            object-fit: cover;
            object-position: top;
        }

    .auth-post .post-info p {
        font-size: 0.85em;
        color: #655f5f;
    }

/* Authors page ends here*/

/* Authors List */
.authors-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

    .authors-list .author {
        margin: 10px 15px 20px;
        text-align: center;
    }

        .authors-list .author img {
            border-radius: 50% !important;
            height: 150px;
            width: 150px;
            border: solid 5px #f3f2ea;
            object-fit: cover;
            object-position: top;
        }

    .authors-list h2 {
        font-weight: 600;
        font-size: 1em;
    }

        .authors-list h2 a {
            color: #000;
        }

/* Authors List Ends Here*/
/* Events List on Event page */
.more-events {
    border-radius: 4px;
    padding-top: 5px;
}

    .more-events h3 {
        margin: 12px 20px 0;
        font-size: 1.5em;
        font-weight: 700;
    }

    .more-events li {
        padding: 12px 20px;
        border-bottom: solid 1px #e3ebf1;
        display: flex;
        flex-direction: column;
    }

    .more-events h2 {
        font-size: 1.2em;
    }

        .more-events h2 a {
            color: #022d40;
        }

    .more-events label {
        margin: 0;
        font-size: 0.9em;
    }


/* Events List on Event page ends here*/


/* Categories page */
.inner-wrap {
    margin-top: 80px;
}

.top-2 .n-auth span {
    color: #fff;
}

.n-cat-items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -25px;
}

    .n-cat-items div {
        display: flex;
        flex-direction: column;
        flex: 0 0 46%;
        margin: 10px;
        background-color: #fff;
        border-radius: 4px;
    }


    .n-cat-items h2 {
        padding: 15px 12px;
        font-size: 0.92em;
        font-weight: 700;
    }

        .n-cat-items h2 a {
            color: #1f1c1c;
        }

    .n-cat-items img {
        height: 180px;
        width: 100%;
        object-fit: cover;
        object-position: top;
        border-radius: 4px 4px 0 0;
    }



/* News Feeds */
.news-feed {
    display: flex;
    flex-direction: column;
}

.n-f-item {
    display: flex;
    margin: 10px 8px;
    background-color: #fff;
    border-radius: 4px;
}

    .n-f-item .img {
        width: 32%;
    }


    .n-f-item img {
        border-radius: 4px 0 0 4px;
        max-height: 150px;
        object-fit: cover;
        object-position: top;
        width: 100%;
    }

.n-f-info {
    display: flex;
    flex-direction: column;
    padding: 10px 10px 10px 25px;
    width: 68%;
}

.n-f-item a.n-f-cat {
    margin-top: auto;
    font-size: 0.7em;
    font-weight: 600;
    color: #9E9E9E;
    text-transform: uppercase;
}

.n-f-info h2 {
    font-size: 1em;
    font-weight: 700;
    display: flex;
    margin-left: -10px;
}

.n-f-item h2 a {
    color: #1d1c1c;
    margin: 10px;
}

.n-f-info .m-feed-i {
    margin-bottom: 5px;
}

    .n-f-info .m-feed-i a span {
        color: #656161;
    }

.news-feed .share-wrap {
    margin-left: -98px;
}

/* Categories page ends here*/

/* Photo Gallery */
.album {
    background-color: #fff;
    border-radius: 4px;
}

.album-head {
    padding: 15px;
}

.album a {
    color: #9c9797;
    text-transform: uppercase;
    font-size: 0.8em;
}

.album h1 {
    font-size: 2em;
    font-weight: 880;
    margin: 5px 0;
}

.photographer, .photo-date {
    color: #969090;
    font-size: 0.75em;
    text-transform: uppercase;
}

.slides {
    display: flex;
    flex-direction: column;
}

.slide {
    position: relative;
    margin-bottom: 25px;
    text-align: center;
    background-color: rgb(0, 0, 0);
}

    .slide label {
        position: absolute;
        color: #E91E63;
        background-color: rgba(0, 0, 0, 0.52);
        left: 20px;
        top: 20px;
        padding: 4px 10px;
        border-radius: 15px;
        font-weight: 900;
    }

        .slide label span {
            color: #b7aeae;
            font-weight: lighter;
        }

.slide-desc {
    padding: 5px;
    color: #fff;
    font-size: 0.9em;
}

.album-wrap {
    display: flex;
    margin: 15px 0;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
}

.album-info {
    width: 60%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .album-info h2 {
        font-size: 1.25em;
        font-weight: 900;
    }

        .album-info h2 a {
            color: #2b2929;
        }

    .album-info a.label {
        color: #5d5959;
    }

.album-cover {
    width: 40%;
}

    .album-cover img {
        height: 150px;
        width: 100%;
        object-fit: cover;
        border-radius: 0 4px 4px 0;
    }
/* Photo Gallery Ends Here*/


/* Videos */

.vdo {
    display: flex;
    flex-direction: column;
}

.first-video {
    display: flex;
    flex-direction: column;
    padding: 0 0 10px 0 !important;
    margin-bottom: 25px;
    border-radius: 4px;
    background-color: #000;
}

    .first-video iframe {
        width: 100%;
        height: 380px;
        border-radius: 4px 4px 0 0;
    }

    .first-video h2 {
        margin: 5px 10px;
        font-weight: 800;
        font-size: 1.55em;
        color: #fff;
    }

.videos {
    border: solid 1px red;
}

.video-w {
    margin-top: 0;
    background-color: #060606;
}

    .video-w .postinfo {
        margin-top: 80px;
    }

.vdo-frame iframe {
    height: 420px;
    width: 100%;
    border-radius: 4px;
}

.vdo-uploaded {
    font-size: 0.9em;
    color: #aba6a6;
}

.video-w h1 {
    color: #fff;
    font-weight: 900;
}

.vdo-recent {
    margin: 65px 0;
    padding: 0;
}

    .vdo-recent li {
        display: flex;
        padding: 10px 0;
    }

    .vdo-recent a.vdo-img {
        width: 40%;
        margin-right: 12px;
    }

        .vdo-recent a.vdo-img img {
            border-radius: 4px;
        }

    .vdo-recent h2 {
        font-size: 1em;
        font-weight: 500;
        width: 60%;
    }

        .vdo-recent h2 a {
            color: #fff;
        }

/* Videos ends here*/
/* Tage page */
.tag-search-key {
    font-size: 0.8em;
    color: #928484;
}

    .tag-search-key:after {
        content: "''";
        color: #f75151;
    }

    .tag-search-key:before {
        content: "''";
        color: #f75151;
    }

.lst-sr {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .lst-sr h2 {
        font-size: 1em;
        font-weight: 700;
    }

        .lst-sr h2 a {
            color: #2b2e2f;
        }

    .lst-sr li {
        border-bottom: solid 1px rgb(222 222 222 / 59%);
        padding: 20px 0 5px;
    }

        .lst-sr li:last-child {
            border: none
        }

        .lst-sr li p {
            color: #827b7b;
            font-size: 0.85em;
        }
/* Tags page ends here *

/* Interviews */

.interview {
    display: flex;
    background-color: #fff;
    margin: 0 0 25px 0;
    border-radius: 4px;
    padding: 10px;
}

    .interview h2 {
        font-size: 1.15em;
        font-weight: 700;
    }

        .interview h2 a {
            color: #3a3636;
        }

    .interview p {
        font-size: 0.9em;
        margin: 0;
    }

        .interview p a {
            color: #6d6868;
        }

    .interview .i-img {
        width: 35%;
        margin-right: 15px;
    }

    .interview img {
        border-radius: 4px;
        max-height: 150px;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }

    .interview .i-info {
        width: 65%;
    }

    .interview h2 span {
        color: #c1251a;
        font-size: 0.9em;
    }
/* Interviews ends here*/

/* Footer */
footer {
    background-color: #282929;
    margin: 0;
    padding: 30px 0;
}

    footer h3 {
        color: #e6e2e2;
        font-size: 0.95em;
        margin-bottom: 0;
    }

    footer .f-l {
        padding: 10px 0;
    }

        footer .f-l a, footer .langs a {
            color: #e6e2e2;
            font-weight: 500;
            font-size: 0.8em;
            margin: 0;
        }

        footer .f-l .dots a:before {
            content: '•';
            margin-right: 4px;
        }

    footer .langs {
        margin-top: 20px;
    }

    footer .f-tags {
        margin-top: 10px;
    }

        footer .f-tags a {
            color: #e6e2e2;
            font-size: 0.8em;
        }

            footer .f-tags a:before {
                content: '#';
            }

    footer p {
        color: #e6e2e2;
        font-size: 0.85em;
    }

    footer .nl-bx {
        background-color: transparent;
        margin: 0;
    }

        footer .nl-bx h3 {
            color: #fff;
        }

        footer .nl-bx input {
            border-color: #282929;
        }

        footer .nl-bx p {
            font-weight: 600;
            font-size: 0.85em;
        }

.f-divider {
    background-color: #fff;
    height: 1px;
    opacity: .1;
    margin: 0.5em 0;
}

footer .gn img {
    border: solid 1px #363a3a;
    border-radius: 4px;
    margin-left: 8px;
    width: 50%;
}

footer .social ul {
    margin: 5px 0 15px 8px;
    padding: 0;
}

    footer .social ul li {
        display: inline-block;
        margin-right: 10px;
    }

footer .social a {
    color: #717575;
}

.f-bottom a, .f-bottom {
    color: #fff;
}

.f-bottom {
    font-size: 0.75em !important;
}
/* Footer Ends Here */


/* Search */
.gsc-control-cse {
    border-radius: 4px;
}

.gsc-result {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}


/* Search Ends */

/*Our Team */
.team {
    margin: 50px 0;
}

.team-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px 0;
}

    .team-list .member {
        margin: 10px;
        display: flex;
        flex-direction: column;
    }

        .team-list .member img {
            width: 150px;
            height: 150px;
            border-radius: 50%;
        }

.team h2 {
    font-size: 2em;
    font-weight: 600;
}

.team h3 {
    font-size: 1em;
    font-weight: 700;
    margin: 5px 0;
}
/*Our Team Ends Here*/

/* Homw Wiki */
.h-wiki {
    background-color: #ebf4fb;
    padding: 12px 12px 1px 12px;
}

    .h-wiki .t {
        font-size: 1.15em;
        font-weight: 600;
    }

        .h-wiki .t a {
            color: #312d2d;
        }

    .h-wiki ul {
        margin-bottom: 12px;
    }

        .h-wiki ul li {
            border-bottom: dotted 2px rgb(193 216 232);
            padding: 10px 0;
        }

            .h-wiki ul li:last-child {
                border: none;
            }

    .h-wiki h2 a {
        color: #484343;
    }

    .h-wiki h2 {
        font-size: 0.9em;
        font-weight: 600;
        margin: 0;
    }

/*Home Events */

.h-events {
    background-color: rgba(241, 237, 237, 0.48);
    margin: 10px 0;
    border-radius: 4px;
    padding-bottom: 2px;
}

    .h-events h2.t {
        padding: 10px;
        font-size: 1.2em;
        font-weight: 700;
        margin: 0;
    }

    .h-events li {
        border-bottom: solid 1px rgba(236, 224, 224, 0.74);
        padding: 10px;
    }

        .h-events li:last-child {
            border: none;
        }

        .h-events li h2 {
            font-size: 0.95em;
            margin: 0;
        }

    .h-events h2 a {
        color: #312e2e;
    }

/* Home Events Ends Here */

/* Comments */
.post-comments {
    background-color: #fff;
    padding: 20px 15px;
    border-radius: 4px;
    margin: 0 0 20px 0;
}

    .post-comments h4 {
        font-size: 1em;
        font-weight: 700;
    }

.taboola-feed {
    margin: 0 12px !important;
}
/* Comments ends */

/* Ads */
.top-ad-v {
    height: 280px;
    margin: 0 auto;
    margin-top: 65px;
    max-width: 1000px;
}

/* Ads */
/* modals */
#tl-modal .modal-content {
    max-width: 380px;
    border: none;
}

#tl-modal .modal-header {
    padding: 8px 12px;
    border: none;
}

#tl-modal h5 {
    font-size: 1em;
    font-weight: 700;
}

#tl-modal .modal-footer {
    padding: 5px 12px;
    border: none;
    margin-top: -20px;
}

#tl-modal ul {
    margin: -20px 0 0 0;
}

#tl-modal li {
    border: solid 1px rgba(236, 232, 232, 0.38);
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px;
}

#tl-modal .t-post {
    display: flex;
    padding: 5px 0;
    border-radius: 4px;
}

    #tl-modal .t-post h2 {
        font-size: 0.82em;
        font-weight: 600;
        width: 65%;
        margin: 0 4px 0 10px;
    }

    #tl-modal .t-post a {
        color: #232121;
    }

#tl-modal .p-img {
    width: 25%;
}

#tl-modal img {
    height: 50px;
    border-radius: 4px;
    width: 100%;
    object-fit: cover;
}
/* modals ends here */

/* FTB */
.top-nav .ftb {
    background-image: linear-gradient(45deg, #FFEB3B, green);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.ftb-parent-cat {
    background-image: linear-gradient(45deg, #FF5722, green);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.ftb .profile {
    background-color: #fff;
    border-radius: 4px;
    color: #fff;
    position: relative !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ftb .profile-img-round {
    height: 7.1em;
    width: 6.7em;
    background-image: linear-gradient(45deg, rgba(232, 109, 71, 0.68), rgba(233, 30, 99, 0.56));
    border-radius: 50%;
    padding: 4px;
    border: solid 1px red;
    margin: 0 auto;
}

.ftb .profile img {
    border-radius: 4px 4px 0 0;
    border-radius: 50%;
    height: 6.5em;
    width: 6.5em;
    object-fit: cover;
    object-position: top;
}

.ftb .profile h2 {
    padding: 0 10px 0 15px !important;
    font-size: 1.05em;
    font-weight: 800;
    margin: 8px 0 3px;
}

    .ftb .profile h2 a {
        color: black !important;
    }

.ftb .profile .loc {
    margin: -5px 0 0 10px;
    color: #000;
}

    .ftb .profile .loc span {
        font-size: 0.9em;
    }

.ftb .profile p {
    color: #6d6a6a;
    font-size: 0.85em;
    line-height: normal;
    margin: 5px;
}

.ftb .loc i {
    color: #FF5722;
    font-size: 0.8em;
}
/* FTB */

.wiki-h {
    font-size: 1.25em;
    font-weight: 700;
    margin: 0 0 10px;
}

.wiki-imp-links h3 {
    font-weight: 600;
    font-size: 1em;
}

.wiki-imp-links li h2 {
    font-size: 0.9em;
    font-weight: 500;
}

.wiki-imp-links ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wiki-imp-links li a {
    color: #2196F3;
}

.wiki-p-t {
    background-color: #fff;
    padding: 10px;
}

    .wiki-p-t ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-content: space-around !important;
    }

    .wiki-p-t li {
        width: 47%;
        border-bottom: solid 1px hsla(0, 17%, 92%, 0.67);
        flex-direction: row;
        margin: 10px;
        padding: 12px 0;
    }

    .wiki-p-t h2 {
        font-size: 0.95em;
        font-weight: 600;
    }

    .wiki-p-t li a {
        color: #615a5a;
        display: flex;
        justify-content: space-between;
    }

/* Live  Videos */
.live {
    background-color: rgb(179 15 3);
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 10px;
}

    .live a {
        display: flex;
    }

    .live h2 {
        font-size: 0.9em;
        color: #fff;
        font-weight: 700;
        margin: 0 12px 0 6px;
    }

    .live .icon {
        border-radius: 50%;
        border: solid 1px #a2180e;
        background-color: #fff;
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 20px;
        width: 20px;
        padding-left: 6px;
    }

    .live i {
        color: rgb(233 30 99);
        font-size: 0.7em;
    }

.f-bx {
    position: fixed;
    bottom: 0;
    left: 15px;
    width: 350px;
    background-color: #1f8a23;
    border-radius: 4px 4px 0 0;
}

    .f-bx .hidden {
        display: none;
    }

.f-bx-h {
    display: flex;
}

    .f-bx-h h2 {
        width: 90%;
    }

    .f-bx-h h2 {
        font-size: 1em;
        font-weight: 700;
        margin: 12px;
    }

    .f-bx-h a {
        color: #fff;
    }

    .f-bx-h button i {
        color: #fff;
    }

.f-bx-b {
    margin: 0;
    height: 250px;
    background-color: #040405;
}



    .f-bx-b iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.f-bx-f .btn {
    border-radius: 0;
    background-color: #2b2929;
    border: none;
    font-size: 0.95em;
}

/* FTB Stories */
.ftb-stories {
    background-color: hsla(0, 10%, 91%, 0.63);
}

.ftb-stories-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ftb-story {
    width: 30%;
    margin: 12px 8px;
    background-color: #fff;
    border-radius: 4px;
}

    .ftb-story img {
        height: 185px;
        width: 100%;
        border-radius: 4px 4px 0 0;
        object-fit: cover;
        object-position: top;
    }

    .ftb-story h2 {
        font-size: 1.1em;
        margin: 12px;
        font-weight: 700;
    }

        .ftb-story h2 a {
            color: #1f1d1d;
        }

.home-2-3 {
    display: flex;
}

    .home-2-3 h2.cat-h {
        margin-bottom: 0;
    }

    .home-2-3 .two {
        width: 65%;
        flex: 1;
    }

    .home-2-3 .three {
        width: 35%;
    }

.home-2-3-lst {
    display: flex;
    margin-left: -12px;
}

.home-2-3 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-2-3 .list {
    background-color: #fff;
    margin: 10px;
    border-radius: 4px;
    min-height: 625px;
}

.home-2-3 h2 {
    font-size: 0.95em;
    font-weight: 700;
    padding: 12px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6 /* number of lines to show */
}

    .home-2-3 h2 a {
        color: #000;
    }

.home-2-3 li {
    border-bottom: solid 1px rgb(230 220 220 / 57%);
}

    .home-2-3 li.first {
        padding-top: 0;
    }

        .home-2-3 li.first h2 {
            margin: 15px;
        }

        .home-2-3 li.first img {
            height: 180px;
            width: 100%;
            object-fit: cover;
            object-position: top;
            border-radius: 4px 4px 0 0;
        }


.sec-2 {
    display: flex;
    flex-direction: row-reverse;
    padding: 18px 12px !important;
}

    .sec-2 .img {
        width: 30%;
        margin-left: 12px;
    }

        .sec-2 .img img {
            border-radius: 4px;
            height: 60px;
            width: 100%;
            object-fit: cover;
            object-position: top
        }

    .sec-2 .n-info {
        width: 70%;
    }

    .sec-2:last-child {
        border: none;
    }

.ftb-s-list {
    background-color: #212529 !important;
    display: flex;
    flex-direction: column;
}

    .ftb-s-list a {
        color: #fff !important;
    }

    .ftb-s-list li {
        border-bottom: solid 1px rgb(50 54 58 / 79%) !important;
    }

        .ftb-s-list li:last-child {
            border: none !important;
        }

    .ftb-s-list .bottom {
        display: flex;
        margin-top: auto;
    }

        .ftb-s-list .bottom a {
            background-color: orangered;
            margin: 10px;
            padding: 8px;
            width: 100%;
            border-radius: 4px;
            text-align: center;
            font-weight: 800;
        }

.ftb-mahotsav {
    background-image: linear-gradient(100deg, #4CAF50 70%, #009688 100%);
    border-radius: 0 0 4px 4px;
    padding: 12px;
    border-radius: 4px;
    color: #fff;
    font-size: 0.96em;
    margin-left: -6px;
}

    .ftb-mahotsav .btn {
        background-color: #147d18;
        border: none;
        font-weight: 700;
    }
/* MEDIA QUERIES*/
@media only screen and (max-width: 768px) {
    /*  common  */
    .ad {
        text-align: center;
    }

    .h-title {
        margin-top: 10px;
    }

        .h-title h2 {
            font-weight: 800;
            font-size: 1.6em;
        }


    /* Mobile Only Elements*/

    .fixed-top .container {
        margin-left: 15px;
    }

    .m-only {
        display: block;
    }

    .d-only {
        display: none;
    }

    main {
        margin-top: 10px;
    }

    .container {
        margin: 0;
        padding: 0 20px;
        max-width: 768px;
        width: 100%;
    }

    .t-rt {
        margin-right: 15px !important;
    }

    .top-nav nav.scroll, .t-bar {
        margin-top: auto;
        position: absolute;
        border-top: solid 1px rgba(218, 207, 207, 0.33);
        margin-left: -25px;
        margin-top: 50px;
        width: 100%;
        padding: 8px 10px 8px 15px;
        background-color: #fff;
    }

    .top-nav .nav-item {
        margin: 0;
        font-size: 0.7em;
        font-weight: 700;
        color: #312f2f;
    }

    button.drawer-toggle {
        margin: 0;
        padding: 0;
    }

    .t-rt a i, .t-rt .t-search i, .t-langs {
        font-size: 1em;
    }

        .t-langs span {
            font-size: 1.15em;
            font-weight: 600;
        }



    /* Mobile Base Navigation */
    .m-base {
        display: block;
        background-color: rgb(250, 250, 250);
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px 0 1px;
        visibility: visible;
        z-index: 999;
        width: 100% !important;
    }

        .m-base ul {
            display: flex;
            margin: 0;
            padding: 0;
            justify-content: space-evenly;
            list-style: none;
        }

    .m-base-bx a {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .m-base-bx a {
        color: #272727;
        font-size: 0.8em;
    }

        .m-base-bx a i {
            font-size: 1.2em;
        }

    .m-base-bx label {
        font-size: 0.85em;
        padding: 2px;
        font-weight: 700;
    }

    /* Top navigation */

    .t-rt {
        margin-left: auto !important;
    }

    /* Homepage */
    .home-trending-list {
        margin-top: -5px;
    }

    .home-t-rt {
        display: flex;
        flex-direction: column-reverse;
    }

    .main-post img {
        height: 320px !important;
    }

    .main-post h1 {
        font-size: 0.95em;
    }


    .n-item {
        min-height: 310px;
        margin-bottom: 22px;
    }

    .m-img img {
        max-height: 190px;
        width: 100%;
        object-fit: cover;
        object-position: top;
        border-radius: 4px 4px 0 0 !important;
    }

    .home-top-4 {
        margin-bottom: 0;
    }

    .home-top-20-wrap {
        margin-top: 0;
        padding-top: 5px;
    }

    .h-t-20 {
        flex-direction: row-reverse
    }

        .h-t-20 li h2 {
            font-weight: 600;
        }

    .news-item {
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
        padding: 10px 10px 5px;
    }


        .news-item .news-h {
            -webkit-line-clamp: 5; /* number of lines to show */
        }

            .news-item .news-h h2 {
                font-weight: 600 !important;
            }

    .top-story {
        margin-top: 0;
        border: none;
    }

        .top-story h2 a {
            font-size: 0.8em;
            font-weight: 700;
        }

    .home-top-20-wrap {
        margin-bottom: 0;
    }
    /* Home Categories*/

    .home-cat {
        padding-bottom: 10px !important;
        padding-top: 20px !important;
    }

        .home-cat h2.cat-h {
            font-size: 1.15em;
        }

        .home-cat .first-post {
            background-color: #fff;
            padding: 10px;
            box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
            margin-bottom: 10px !important;
            border-radius: 4px;
        }

    .first-post .post-detail h2 {
        font-size: 1.15em;
    }

    .home-cat .news-item {
        background-color: #fff;
        margin-right: 10px;
        border-radius: 4px;
    }

    .left-block {
        min-height: auto;
    }

        .left-block h2 {
            font-size: 1em;
        }

    .cat-posts {
        margin-bottom: 0px !important;
    }

        .cat-posts .m-feed-i {
            margin-top: auto;
        }
    /* Slider */

    .h-slide-scroll img {
        height: 150px;
    }

    .int-top {
        display: flex;
        flex-direction: column-reverse;
    }

        .int-top h2 {
            margin-bottom: 0;
            font-size: 0.9em;
        }

    .h-int-lst p {
        display: none;
    }

    /* Home Gallery */



    .h-gal .cat-h h2 {
        font-weight: 900;
        font-size: 2em;
    }

    .h-gal .cat-h p {
        font-size: 1em;
    }


    .h-gal-lft {
        width: 35%;
    }

    .h-gal-rt {
        width: 65%;
    }

    .h-gal-lft li > h2 {
        font-size: 0.9em;
    }


    .gal-top img {
        height: 250px;
    }

    .gal-top h2 {
        font-size: 1.25em;
    }

    .gal-top-2 img {
        height: 145px;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }

    .gal-top-2 h2 {
        font-size: 1em;
    }

    /* Featured Homepage */
    .f-posts {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .f-post {
        width: 48.5%;
        margin: 0 10px 25px 0;
    }

        .f-post h2 {
            font-size: 0.9em;
        }

    /* Daily NewsWrap */
    .d-nw-dt {
        font-weight: 600;
        font-size: 0.75em;
        color: #909090;
        margin: 0 0 10px;
    }

    .d-nw h1 {
        font-size: 1.2em;
        font-weight: 800;
    }

    .d-nw-item {
        margin-left: -45px;
        padding-left: 27px;
    }

        .d-nw-item h2 {
            font-size: 0.85em !important;
        }

        .d-nw-item p {
            font-size: 0.90em !important;
        }

    .d-nw-list li i {
        font-size: 0.68em;
        margin-left: -36.5px;
    }

    /* Story Page*/
    .h h2 {
        font-weight: 500;
    }

    .story {
        background-color: #fafafa;
        padding: 10px;
        margin-left: -10px;
        margin-top: -15px;
    }

        .story h1 {
            font-size: 1.5em;
        }

    article p {
        font-size: 1em;
    }
    /*Story page ends here*/

    /* Authors List */
    .authors-list .author img {
        height: 95px;
        width: 95px;
    }

    .authors-list h2 {
        font-weight: 600;
        font-size: 0.9em;
    }

    /* Categories Page */
    .n-cat-items div {
        display: flex;
        flex-direction: column;
        flex: 0 0 45.5%;
        margin: 10px;
        background-color: #fff;
        border-radius: 4px;
    }

    .n-cat-items h2 {
        font-size: 0.95em;
        font-weight: 600;
    }

    .n-cat-items img {
        height: 140px;
    }
    /* Categories Page Ends Here*/


    /* Trends  Page */
    #discussion-list .d-item, #t-articles-list .d-item {
        width: 45%;
    }

    /* Trends  Page ends here*/


    /* Ads */
    .top-ad-v {
        max-height: 90px;
        margin-top: 95px;
    }

    /* Ads ends here*/

    /*FTB Stories*/
    .ftb-story {
        width: 48% !important;
    }

        .ftb-story img {
            height: 95px;
        }

        .ftb-story h2 {
            font-size: 0.8em !important;
        }


    footer .logo {
        margin-left: -10px;
    }

    .home-2-3 h2 {
        font-size: 0.85em;
        font-weight: 700;
    }
}

@media only screen and (max-width: 768px) {

    .wiki-h {
        margin-left: 10px;
    }

    .wiki-p-t li {
        width: 100%;
        padding: 5px;
    }

    /* Homepage */
    .home-top-wrap {
        flex-direction: column;
        margin-right: -15px;
    }

    .home-top-l {
        width: 100%;
    }

    .home-top-r {
        width: 100%;
        margin-left: -10px;
    }
}

@media only screen and (max-width: 576px) {
    .scroll {
        margin-left: -25px !important;
    }

    .home-trending-list {
        margin-top: -25px;
    }

    .main-post {
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
        border-radius: 4px;
        overflow-y: hidden;
    }

        .main-post img {
            height: 220px !important;
        }

        .main-post h1 {
            font-size: 1.05em;
            padding: 10px 10px 0 10px;
        }

    .top-2 {
        background-image: none;
        margin: 10px 0;
        border-radius: 4px;
    }

        .top-2 ul {
            flex-direction: column;
        }

        .top-2 li {
            border-radius: 4px;
            padding: 5px;
            box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
            display: flex;
            flex-direction: row-reverse;
            margin: 0 0 10px 0;
            background-color: #fff;
        }

        .top-2 h2 {
            font-size: 0.90em;
            font-weight: 600;
            margin-left: 10px;
        }

            .top-2 h2 a {
                color: #040303;
            }


        .top-2 .sm-m-only {
            display: block;
            width: 25%;
        }

        .top-2 h2 {
            width: 75%;
            padding-top: 5px;
            padding-right: 10px;
        }


        .top-2 .m-feed-i a {
            color: #393939;
        }


    .home-top-4 .n-item {
        height: 100%;
        max-height: 300px !important;
        padding-bottom: 0;
    }

    .sm-m-only img {
        border-radius: 4px;
    }

    .h-title h2, .home-cat h2.cat-h {
        font-size: 1.35em;
    }


    .h-t-20 {
        flex-direction: column-reverse;
    }

        .h-t-20 ul {
            margin-left: -20px !important;
            margin-right: -20px !important;
            margin-top: 20px !important;
            background-color: #fafafa;
            height: 350px;
            overflow-y: scroll;
        }

        .h-t-20 li:first-child {
            border: none;
            padding-top: 15px;
        }

        .h-t-20 li {
            padding: 8px 20px;
            border-top: solid 1px rgba(0,0,0,.075);
        }

            .h-t-20 li:hover {
                background-color: rgba(43, 40, 40, 0.04);
            }

        .h-t-20 h2 a {
            font-weight: 600;
            font-size: 0.9em;
        }

        .h-t-20 .m-only .btn {
            margin: 12px 0;
            font-size: 0.8em;
        }

    .top-story {
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
        border-radius: 4px;
        border: solid 1px rgba(0,0,0,.02875)
    }

        .top-story img {
            border-radius: 4px 4px 0 0
        }

        .top-story h2 {
            margin: 5px 7px;
            line-height: 0.81em;
            margin: 10px;
        }

            .top-story h2 a {
                font-size: 0.8em;
                font-weight: 700;
            }

    .top-2 .n-auth span {
        color: #676060;
    }

    .n-item {
        min-height: auto;
    }

        .n-item h2 {
            font-size: 0.85em;
            font-weight: 600;
        }

    .news-item:last-child {
        margin-bottom: 0;
        padding-bottom: 5px;
    }

    .n-item .m-feed-i {
        margin-top: 5px !important;
        margin-bottom: 5px;
    }

    .news-item .news-h {
        margin-right: 5px;
    }


    .news-item h2 {
        -webkit-line-clamp: none; /* number of lines to show */
        font-size: 0.9em;
    }

    /* Categories Section on Homepage */

    .first-post {
        flex-direction: column;
        margin-bottom: 0;
        margin-left: -12px;
        margin-right: -12px
    }

        .first-post .post-img, .first-post .post-detail {
            width: 100%;
        }

        .first-post .post-detail {
            margin-top: 10px !important;
            padding-left: 0;
            margin-bottom: 15px;
        }

        .first-post .post-img img {
            max-height: 200px;
            width: 100%;
            object-fit: cover;
            object-position: top;
        }

    .cat-posts {
        margin-bottom: 50px;
        margin-left: -12px;
        margin-right: -12px;
    }

        .cat-posts .news-item {
            width: 100%;
        }

        .cat-posts .news-item {
            flex-direction: row-reverse;
            margin: 0;
        }

            .cat-posts .news-item .news-h {
                padding-left: 10px;
            }


    .left-block h2 {
        font-size: 0.95em;
    }

    .left-block img.img-fluid {
        max-height: 200px;
        object-fit: cover;
        object-position: top;
    }

    .lft-item h2, .h-cat-lst h2 {
        font-size: 0.9em;
        font-weight: 600;
    }

    /* Scrolls */

    .h-slide-scroll .n-item {
        padding-top: -10px;
        overflow-y: hidden;
    }

    .h-slide-scroll .n-item-slide {
        margin-top: -31px;
        border-radius: 4px 4px 0 0;
    }

    .h-slide-scroll .m-img img {
        min-height: 165px !important;
        max-height: 165px;
        border-radius: 4px 4px 0 0 !important;
    }

    .h-slide-scroll .owl-nav {
        margin-top: -58%;
    }

    /* Home Gallery */
    .h-gal-wrap {
        display: flex;
        flex-direction: column-reverse;
    }

    .h-gal-lft, .h-gal-rt {
        width: 100%;
        padding: 0 15px;
        ;
    }

    .gal-top img {
        height: 165px;
    }

    .gal-top-2 img {
        height: 105px;
    }
    /* Homepage last Discussion  Section */
    #discussion-list .d-item {
        width: 100%;
    }

    /* Home mags */
    .h-mag-bg img {
        display: none;
    }

    .h-mag-s-block {
        width: 100%;
        font-size: 0.9em;
        flex-direction: column;
        padding: 20px;
        border-radius: 4px;
    }

    /* Featured */

    .f-posts {
        justify-content: space-between;
    }

    .f-post {
        width: 46%;
    }

        .f-post img {
            width: 100%;
            max-height: 150px;
            object-position: top;
            object-fit: cover;
        }

    /* Feeds Page */

    .feeds-h {
        padding-top: 25px !important;
    }

        .feeds-h h1 {
            font-size: 1.2em;
        }

    .f-b {
        flex-direction: column;
    }

    .f-item {
        min-width: 100%;
        margin: 10px 0;
    }

    /* Story Page*/
    .story h1 {
        font-size: 1.25em;
    }

    .story article h2 {
        font-size: 1em;
        margin: auto 15px 10px;
    }

    .story h3 {
        font-size: 0.95em;
        margin: auto 15px 10px;
    }

    .story-wrap, .story-wrap div {
        margin: 0;
        padding: 0;
    }

    .n-meta, .h {
        padding: 10px 15px !important;
    }

    .n-meta {
        margin-left: -15px !important;
        margin-top: 15px !important;
    }

    .auth-dt {
        flex-direction: column;
        position: relative !important;
    }

        .auth-dt .pub-date {
            margin-top: -1px;
            display: block;
        }

    .auth-name-dt {
        margin-left: 4px !important;
        margin-top: -10px !important;
    }

    .n-auth img {
        height: 24px;
        width: 24px;
    }

    .story article img {
        border-radius: 0;
    }

    .story figcaption {
        padding: 0 15px;
    }

    article {
        margin: 0;
        overflow: hidden;
    }

        article p {
            font-size: 1em;
            padding: 0 15px;
            margin: 0 0 20px !important;
        }

    .tags {
        padding: 15px !important;
        margin: 10px !important;
    }

    .t-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 10px !important;
    }

    .tags a.t {
        font-size: 0.75em;
        padding: 4px;
        margin-bottom: 5px;
    }

    .r-h {
        margin: 15px;
    }

    .related {
        margin-bottom: 10px !important;
    }

    .related-links {
        min-width: 95%;
        margin: 5px 10px 15px !important;
        background-color: rgba(255, 152, 0, 0.12);
        padding-top: 10px !important;
    }

        .related-links li {
            border-color: rgba(236, 213, 182, 0.71);
        }

            .related-links li h2 {
                font-size: 0.9em;
                margin: 0;
            }

    .t-stories {
        margin: 0 8px !important;
    }

        .t-stories h2.h {
            margin: 0;
        }

        .t-stories li .t-post h2 {
            margin-bottom: auto;
        }

        .t-stories li {
            margin: 8px 0 !important;
        }

            .t-stories li .t-post h2 {
                margin-left: 0;
            }

    .h-author {
        margin: 10px !important;
        padding: 10px !important
    }

        .h-author .btn {
            width: 100%
        }

    .related .lft-items {
        margin: 10px;
        flex-direction: column;
    }

    .related .lft-item {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        border-bottom: solid 1px rgba(234, 234, 234, 0.74);
        box-shadow: none;
        border-radius: 0;
        padding: 10px 10px 10px 0;
    }

    .related .img {
        width: 30%;
    }

        .related .img img {
            border-radius: 4px;
            height: 60px;
        }

    .related h2.h {
        width: 70%;
        margin: 0;
    }

    .nl-bx, .rt-n-lst {
        margin: 15px 5px !important;
    }

        .rt-n-lst li {
            padding: 5px 12px;
        }

    /*Story page ends here*/

    /* Author page */

    .auth-profile h1 {
        font-size: 1.15em;
    }

    .auth-profile p {
        font-size: 0.8em;
    }

    .auth-post .post-info h2 {
        font-size: 0.95em;
        font-weight: 700;
    }

    .auth-post .post-info p {
        font-size: 0.8em;
    }

    .auth-post .post-img img {
        height: 75px;
    }
    /* Author page ends here */

    /* Categories page*/

    .n-cat-items {
        flex-direction: column;
        margin-top: -20px;
        margin-left: -5px;
        margin-right: -5px;
    }


        .n-cat-items div {
            display: flex;
            flex-direction: row-reverse;
            margin: 10px 0 2px;
            background-color: #fff;
            border-radius: 4px;
        }

            .n-cat-items div h2 {
                width: 70%;
                margin: 0;
                font-size: 0.8em;
            }

        .n-cat-items a.img {
            width: 30%;
            padding: 5px;
        }

        .n-cat-items img {
            height: 60px;
            border-radius: 4px;
        }
    /* Categories page ends here*/
    /* Albums */
    .album-info h2 {
        font-size: 1.15em;
        font-weight: 700;
    }

    .album-info a.label {
        color: #5d5959;
        font-size: 0.8em;
    }

    /* Albums Ends Here */
    /* Interviews */

    .interview {
        flex-direction: column;
        padding: 0;
    }

        .interview .i-img {
            width: 100%;
        }

        .interview img {
            border-radius: 4px 4px 0 0;
            max-height: 180px !important;
        }

        .interview .i-info {
            width: 100%;
        }

        .interview .i-info {
            padding: 10px 15px;
        }

        .interview h2 {
            font-size: 1em;
        }
    /* Interviews ends here */



    /* Trends  Page */
    #discussion-list .d-item, #t-articles-list .d-item {
        width: 100%;
    }

    /* Trends  Page ends here*/


    footer .logo {
        margin-left: -10px;
    }

    .f-l {
        text-align: center;
    }

    footer .social {
        text-align: center;
    }

    .post-comments {
        margin: 12px !important;
        padding: 10px !important;
    }

    /*FTB STORIES*/
    .ftb-story {
        width: 45%;
    }

    .ftb-p-h {
        flex-direction: column;
    }

    .ftb-stories-list {
        margin: 15px !important;
    }

    .ftb-story {
        margin: 10px 0 !important;
    }

        .ftb-story h2 {
            font-size: 0.9em;
        }

    /*Home 2-3 */
    .home-2-3 {
        flex-direction: column;
    }

        .home-2-3 .two, .home-2-3 .three {
            width: 100%;
        }

    .home-2-3-lst {
        flex-direction: column;
    }

    /* Homepage */

    .home-top-l {
        flex-direction: column;
    }

    .home-top-l-1 {
        width: 100%;
        border-radius: 4px 4px 0 0;
    }

    .home-top-l-2 {
        width: 100%;
        border-top: solid 1px #ddd;
        border-radius: 0 0 4px 4px;
    }

    .home-top-news-lst {
        flex-direction: column;
    }

    .home-top-news-lst-lft, .home-top-news-lst-rt {
        width: 100%;
        background-color: #f6f5f4;
    }

    .home-top-news-lst .news-item {
        margin: 12px 0;
        background-color: #fff;
        border-radius: 4px;
    }

    .news-list {
        margin: 0;
    }

    .top-story {
        background-color: #fff;
    }

    .news-list .news-item:last-child {
        margin-bottom: 0;
    }

    .three-boxes {
        flex-direction: column;
    }

        .three-boxes .first, .three-boxes .mid, .three-boxes .last {
            width: 100%;
        }

    .f-post {
        width: 100%;
    }
}

@media only screen and (max-width: 410px) {
    .scroll {
        width: 105% !important;
    }

    .fixed-top .container {
        margin-left: 5px;
    }

    .t-rt {
        margin-right: -8px !important;
    }

    .logo img {
        margin-right: 0;
    }

    .t-rt a i, .t-rt .t-search i, .t-langs {
        font-size: 0.90em;
    }

    .t-langs {
        margin-top: -6px;
    }
}


/* support */
.support {
    background-color: #FFEB3B;
    color: #171717;
    font-size: 0.9em;
    padding: 10px;
}

    .support button {
        float: right;
    }

    .support a {
        color: #fff;
        padding: 5px 10px;
        background-color: #FF5722;
        font-weight: 600;
        border-radius: 4px;
    }

/* Sticky Ads on Desktop */

.d-sticky-ads {
    position: fixed;
    width: 165px;
    z-index: 99999;
    top: 65px;
    border: solid 1px red;
    display: none !important;
}

    .d-sticky-ads.right {
        right: 0;
    }
