﻿:root {
    --primary-font: "bahij", Tahoma, sans-serif;
    --secondary-font: "bahij", Tahoma, sans-serif;
    --bold-font: "bahij", sans-serif;
    --medium-font: "bahij", sans-serif;
    --primary-color: #ffa603;
    --secondary-color: #3c3e47;
    --dark-color: #3c3e47;
    --dark-color2: #707070;
    --light-color: #f2f2f2;
    --items-bg: #f2f2f2;
    --dark-text-color: #3c3e47;
    --color-on-dark: #707070;
    --separator-color: #efc85b;
    --direction: left;
    --antidirection: right;
    --nav-fsize: 2rem;
    --item-fsize: 2.3rem;
    --item-ft-fsize: 2.6rem;
    --tag-fsize: 1.4rem;
    --summary-fsize: 1.8rem;
}

@font-face {
    font-family: "bahij";
    src: url("../../../shared/fonts/bahij/bahij.ttf") format("truetype");
}



html {
    font-size: 10px;
}

    html[dir="rtl"] body {
        --direction: right;
        --antidirection: left;
    }

.post-cat-group [class*="tag-"],
.btn-group [class*="tag-"] {
    background: #e1e1e1;
    color: var(--dark-text-color);
}

.items-grid.simple .media {
    display: block;
}

.items-grid.simple .media-body {
    background-color: #f1f1f1;
    padding: 8px 13px;
    min-height: 115px;
}

.items-grid.simple .post-block > a {
    margin: 0;
}

.items-grid.simple .post-block img {
    max-width: 100%;
}

.axil-recent-news {
    margin-top: 0;
}

.dark p {
    color: var(--dark-color);
}

[class^="col-"] [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}

[class^="col-"] .row [class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

.post-block .post-cat {
    margin: 0 0 0.7rem 0.7rem;
}

img.optimal {
    height: auto !important;
}

.feed .post-block img {
    min-width: 28.5rem;
    max-width: 28.5rem;
}

.feed h3 {
    font-size: 2.6rem;
}

.feed .summary {
    margin-bottom: 1.5rem;
}

.feed .post-metas ul {
    color: #7b7b7b;
}

.navbar-search .navbar-search-btn i,
.navbar-search .navbar-search-btn span {
    font-weight: 900;
}

.post-block .axil-post-title {
    margin-bottom: 0.5rem;
}

p.summary {
    font-size: var(--summary-fsize);
}

#octiSearch .post-metas section.list-inline {
    font-family: var(--primary-font);
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: var(--grey-dark-four);
    font-weight: var(--p-light);
    margin: 0;
}

#octiSearch .post-block__mid img {
    max-width: 20.5rem;
}

.bg-color-green-three {
    background-color: var(--color-green-three);
}

#octiSearch .post-cat {
    font-size: 10px;
}

#octiSearch .post-block__mid .axil-post-title {
    margin-bottom: 1.2rem;
}

#octiSearch h4 {
    font-weight: normal;
}

#octiSearch .loadspinner {
    position: absolute;
    left: 30px;
    top: 81px;
}

#octiSearch .media-body {
    position: relative;
}

#octiSearch .post-metas {
    position: absolute;
    top: 0;
    left: 0;
}

#octiSearch .filters a.btn,
#octiSearch .categories a.btn {
    background-color: #e9ecef;
}

#octiSearch .filters a span,
#octiSearch .filters .dropdown-toggle::after,
#octiSearch .categories a span,
#octiSearch .categories .dropdown-toggle::after {
    color: #6c757d;
}

#octiSearch div.searchGroups,
#octiSearch .categories .dropdown-menu {
    width: 93%;
}

    #octiSearch div.searchGroups a,
    #octiSearch .categories .dropdown-menu a {
        font-size: 13px;
        padding: 10px 15px;
        margin: 0;
    }

#octiSearch .datalist {
    width: 100%;
}

#octiSearch .pagination a.previous_link:before {
    content: "\f054";
}

#octiSearch .pagination a.previous_link:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#octiSearch .pagination a.next_link:before {
    content: "\f053";
}

#octiSearch .pagination a.next_link:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#octiSearch .previous_link {
    margin-left: 20px;
}

#octiSearch .next_link {
    margin-right: 20px;
}

#octiSearch section.query {
    margin-top: 35px;
}

.navbar-search .navbar-search-btn i,
.navbar-search .navbar-search-btn span {
    font-weight: 900;
}

.bg-color-red-one {
    background-color: var(--color-red-one);
}

.no-padding {
    padding: 0;
}

.full-width {
    max-width: 100%;
}

.axil-team-block h3 {
    color: #fff;
}

.author-cover {
    min-width: 210px;
    min-height: 210px;
}

.author-details-block .post-metas {
    position: absolute;
    bottom: 28px;
}

.author-social-share {
    direction: ltr;
}

.about-author a img {
    border-radius: 100%;
}

.embed-placeholder img,
.embed-placeholder {
    display: block;
    width: 100%;
}

.embed-load-btn {
    bottom: 0;
    right: 0;
    -webkit-transform: translate(-2rem, -2rem);
    -ms-transform: translate(-2rem, -2rem);
    transform: translate(-2rem, -2rem);
    pointer-events: none;
    position: absolute !important;
    display: inline-flex !important;
    z-index: 9;
    width: 10rem;
    height: 10rem;
    background: #fff;
    border-radius: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    content: " ";
}

    .embed-load-btn:after {
        border-top: 1.5rem solid transparent;
        border-left: 2.5rem solid var(--dark-color);
        border-bottom: 1.5rem solid transparent;
        content: " ";
        width: 0;
        height: 0;
        margin-left: 0.4rem;
    }

.axil-banner-sidebar {
    padding: 5.5rem 6.5rem 0;
}

.compact.axil-banner-sidebar .post-block {
    padding: 1rem 1rem;
    margin-bottom: 0 !important;
}

.axil-banner-sidebar-media-wrapper {
    padding-top: 1rem;
    background-color: rgba(0, 0, 0, 0.02);
}

@media (min-width: 1600px) {
    .axil-banner-sidebar-media-wrapper {
        max-height: 60rem;
    }

    .axil-banner-sidebar-media-wrapper {
        max-height: 45rem;
    }
}

@media (min-width: 1200px) {
    .axil-banner-sidebar-media-wrapper {
        max-height: 30rem;
    }
}

.axil-scroll-up-down {
    z-index: 999;
    bottom: 2.5rem;
}

.player-wrapper {
    background: #000;
}

.gallery .media-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    padding: 2rem 3rem;
}

blockquote,
.blockquote {
    background: transparent;
    border: 0.5px solid var(--primary-color);
    position: relative;
    padding: 4rem;
}

    blockquote:before,
    blockquote:after,
    .blockquote:before,
    .blockquote:after {
        position: absolute;
        top: -1px;
        left: 4rem;
        line-height: 1px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 1rem;
        content: "\f0c8";
        color: var(--primary-color);
        transform: rotate(45deg);
    }

.rtl blockquote:before,
.rtl blockquote:after,
.rtl .blockquote:before,
.rtl .blockquote:after {
    left: auto;
    right: 4rem;
}

blockquote:after,
.blockquote:after {
    margin: 0 1rem;
}

blockquote p::before,
.blockquote p::before {
    content: "";
}

.post-details-header {
    text-align: inherit;
}

    .post-details-header .post-metas {
        float: left;
    }

    .post-details-header .social-share {
        float: right;
    }

.rtl .post-details-header .post-metas {
    float: right;
}

.rtl .post-details-header .social-share {
    float: left;
}

.post-details-header .author-meta-thumb {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin-right: 1rem;
}

.rtl .post-details-header .author-meta-thumb {
    margin-left: 1rem;
    margin-right: auto;
}

.post-details-header .post-media {
    margin-top: 3rem;
}

.post-details {
    text-align: justify;
    font-kerning: none;
    -webkit-font-kerning: none;
    mso-font-kerning: none;
}

    .post-details iframe,
    .post-details img {
        max-width: 100%;
        width: 100%;
    }

    .post-details h3,
    .post-details p {
        color: var(--dark-text-color);
    }

    .post-details p {
        font-size: var(--summary-fsize) !important;
    }

    .post-details h3 {
        text-align: var(--direction);
    }

.single-blog-wrapper h2 {
    font-size: 3.6rem !important;
    line-height: 6rem !important;
    color: var(--dark-color);
    text-align: var(--direction);
}

.post-metas-wrapper {
    display: flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.post-country {
    white-space: nowrap;
}

    .post-country img,
    .owl-carousel .owl-item .post-metas img {
        max-width: 2rem !important;
        min-width: 2rem !important;
        height: 2rem !important;
        display: inline-block;
        object-fit: cover;
        border-radius: 0;
    }

.post-metas-wrapper .social-share {
    justify-content: center !important;
}

    .post-metas-wrapper .social-share li {
        text-align: center;
    }

        .post-metas-wrapper .social-share li a {
            font-size: 1.4rem !important;
            line-height: 0.5rem;
            text-align: center;
            border-radius: 100%;
            height: 3rem;
            width: 3rem;
            line-height: 3.3rem;
            display: block;
            background: var(--dark-color);
            color: #fff;
        }

    .post-metas-wrapper .social-share a:hover {
        color: var(--dark-color);
        background: #fff;
    }

.simple-list ul {
    padding-right: 1rem;
}

.simple-list li {
    margin-bottom: 15px;
    list-style: none;
}

.simple-list .info {
    font-size: 1.7rem !important;
}

#octiSearch .datalist .bg-color-blue-three {
    background-color: #1446c8;
}

.slick-slider-for .page-title {
    font-size: 3.2rem !important;
    line-height: 4rem !important;
}

.post-author-with-img {
    display: inline-block;
    white-space: nowrap;
}

    .post-author-with-img img {
        max-width: 3rem !important;
        min-width: 3rem !important;
        height: 3rem !important;
        display: inline-block !important;
    }

.post-details .post-author-with-img img {
    max-width: 6rem !important;
    min-width: 6rem !important;
    height: 6rem !important;
}

.article .post-author-with-img img {
    max-width: 6rem !important;
    min-width: 6rem !important;
    height: 6rem !important;
}

@media (max-width: 991px) {
    footer .social-share {
        margin: auto;
    }
}

@media (max-width: 1300px) {
    .axil-banner-sidebar {
        padding: 1.5rem 2.5rem 0;
    }
}

@media (max-width: 767px) {
    .axil-banner-sidebar {
        padding: 2.5rem 0.5rem 0;
    }
}

.loadmoresection {
    text-align: center;
}

.loadmore-label {
    display: none;
}

.loadmore-icon {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: var(--primary-color);
    font-size: 6rem;
}

    .loadmore-icon:before {
        content: "\f141";
    }

.loadspinner:before {
    content: "\f51f";
}

.under-construction-banner {
    background-image: url(../img/error.jpg);
}

.banner__home-with-slider-overlay {
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}

.owl-carousel.wide-slider .owl-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 0;
    margin-right: 0;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .owl-carousel.wide-slider .owl-nav button {
        background-color: transparent;
        padding: 3rem !important;
        cursor: pointer;
        height: 100%;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        position: relative;
        z-index: 2;
    }

        .owl-carousel.wide-slider .owl-nav button i {
            padding: 0.7rem 1rem;
            border: 0.1rem solid var(--light-color);
            font-size: 1.4rem;
        }

.content-media-wrapper,
.content-media-wrapper img,
.content-media-wrapper iframe {
    max-width: 100%;
}
/*.sub-medias {
    width: 100%;
}

    .sub-medias .sub-media {
        width: 33% !important;
        float: left;
    }

    .sub-medias.media-1 .sub-media {
        width: 100% !important
    }

    .sub-medias.media-2 .sub-media {
        width: 50% !important
    }

    .sub-medias.media-3 .sub-media {
        width: 33.33% !important
    }

    .sub-medias.media-4 .sub-media {
        width: 25% !important
    }*/

.widget-title {
    border-bottom: none;
}

.axil-latest-post .post-metas {
    margin-bottom: 10px;
}

.custom-fluid-container {
    padding-right: 0;
    padding-left: 0;
}

.axil-title {
    font-size: 3.5rem !important;
    line-height: 5.5rem !important;
}

.header-top li,
.header-top .current-date {
    color: #fff;
}

.header-top__social-share li a,
.header-top__social-share li a:hover {
    color: #fff;
}

.sports .header-top__social-share li a,
.sports .header-top__social-share li a:hover {
    color: var(--dark-color);
}

    .read .header-top__social-share li a,
    .sports .header-top__social-share li a:hover {
        color: var(--dark-text-color);
    }

.breadcrumb-wrapper {
    padding: 1rem 0;
    background-color: #f0f0f0 !important;
}

.breadcrumb li.active,
.breadcrumb a.active,
.breadcrumb li:hover,
.breadcrumb a:hover {
    color: var(--dark-color);
}
/****Details Slick *****/
.content-media-wrapper {
    padding-right: 0;
}

    .content-media-wrapper .slick-arrow {
        position: absolute;
        top: 1rem;
        left: 1rem;
        height: 5rem;
        width: 5rem;
        background: rgba(255, 255, 255, 0.5);
        color: var(--secondary-color);
        border: none;
        z-index: 9;
        cursor: pointer;
        border-radius: 100%;
        -moz-box-shadow: inset 0 0 1rem #fff;
        -webkit-box-shadow: inset 0 0 1rem #fff;
        box-shadow: inset 0 0 1rem #fff;
    }

    .content-media-wrapper .slick-next {
        left: 1rem;
    }

    .content-media-wrapper .slick-prev {
        left: 7rem;
    }

    .content-media-wrapper .slick-arrow i {
        line-height: 5rem;
    }

.content-media-item figcaption {
    background: var(--dark-color);
    color: var(--color-on-dark);
    margin: 0;
    padding: 0;
    padding: 0.5rem;
}

.content-media-item .embed-placeholder {
    position: relative;
}

    .content-media-item .embed-placeholder img {
        height: 100% !important;
    }

hr {
    background: #777;
    height: 1px;
}

.small h1,
.small h2,
.small h3,
.small h4,
.small h5,
h6,
.small p,
.small div {
    font-size: 1.6rem !important;
}

.footer-bottom ul,
.footer-bottom .axil-copyright-txt {
    font-size: 1.4rem !important;
}

.side-nav {
    padding: 7rem 10.5rem;
}

.side-nav-content .section-gap {
    padding-top: 0;
    padding-bottom: 0;
}

.side-nav-inner {
    padding: 1.5rem;
}

.side-nav .side-navigation li {
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 4rem;
}

    .side-nav .side-navigation li a {
        font-size: 2.2rem;
        line-height: 4rem;
    }

.side-nav .side-navigation .sub-list {
    margin-left: 2rem;
    margin-right: 2rem;
}

    .side-nav .side-navigation .sub-list li {
        margin-bottom: 0;
        font-size: 2rem;
        line-height: 3rem;
        width: 100%;
    }

.sub-list li a {
    font-weight: normal;
}

.side-nav .side-navigation .sub-list li a {
    font-weight: normal;
    font-size: 1.8rem;
}

.social-bar {
    width: 200px;
    height: auto;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 50%;
    right: 0;
    transition: left 300ms ease-out;
}

    .social-bar.hidden {
        left: -58px;
    }

        .social-bar.hidden li.hide-button a {
            margin-left: 28px;
            border-radius: 5px 0 0 5px;
            text-align: left;
            -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
        }

    .social-bar li {
        list-style-type: none;
    }

        .social-bar li a {
            display: block;
            width: 42px;
            height: 42px;
            font: normal 16px/21px "FontAwesome", "Source Sans Pro", Helvetica, Arial, sans-serif;
            color: #fff;
            -webkit-font-smoothing: antialiased;
            padding: 10px;
            text-decoration: none;
            text-align: center;
            transition: width 300ms ease-out, background 300ms ease-out;
        }

            .social-bar li a span {
                display: block;
                line-height: 1;
                font-size: 13px;
                font-weight: 700;
            }

            .social-bar li a:hover {
                width: 62px;
            }

        .social-bar li:first-child a {
            border-radius: 5px 0 0 0;
        }

        .social-bar li:last-child a {
            border-radius: 0 0 0 5px;
        }

        .social-bar li.facebook a {
            background: #3b5998;
        }

            .social-bar li.facebook a:hover,
            .social-bar li.facebook a:focus {
                background: #344e86;
            }

        .social-bar li.twitter a {
            background: #00acee;
        }

            .social-bar li.twitter a:hover,
            .social-bar li.twitter a:focus {
                background: #009ad5;
            }

        .social-bar li.pinterest a {
            background: #cc2127;
        }

            .social-bar li.pinterest a:hover,
            .social-bar li.pinterest a:focus {
                background: #b61d23;
            }

        .social-bar li.instagram a {
            background: #e1306c;
        }

            .social-bar li.instagram a:hover,
            .social-bar li.instagram a:focus {
                background: #c13584;
            }

        .social-bar li.whatsapp a {
            background: #09d261;
        }

            .social-bar li.whatsapp a:hover,
            .social-bar li.whatsapp a:focus {
                background: #07bc56;
            }

        .social-bar li.telegram a {
            background: #32afed;
        }

            .social-bar li.telegram a:hover,
            .social-bar li.telegram a:focus {
                background: #309bd0;
            }

        .social-bar li.buffer a {
            background: #323b43;
        }

            .social-bar li.buffer a:hover,
            .social-bar li.buffer a:focus {
                background: #272e34;
            }

        .social-bar li.hide-button a {
            height: 24px;
            padding: 0 10px;
            background: #dedede;
            font-size: 13px;
            line-height: 24px;
            color: #888;
            transition: width 300ms ease-out, background 300ms ease-out, color 300ms ease-out, -webkit-transform 300ms ease-out;
            transition: width 300ms ease-out, background 300ms ease-out, color 300ms ease-out, transform 300ms ease-out;
            transition: width 300ms ease-out, background 300ms ease-out, color 300ms ease-out, transform 300ms ease-out, -webkit-transform 300ms ease-out;
        }

            .social-bar li.hide-button a:hover {
                background: #d1d1d1;
                color: #666;
            }

.ad-div .ad-inner > div {
    margin: 2rem auto;
}

@media only screen and (max-width: 767px) {
    .social-bar {
        display: none;
    }
}

.category-list-wrapper li .list-inner {
    background-color: transparent;
}

.post-metas i {
    display: none;
}

.post-metas li:not(:last-child):after {
    content: " ";
    height: 1rem;
    margin: 0 0.7rem;
    display: inline-block;
    border-left: 1px solid var(--primary-color);
}

.blue .post-metas li:not(:last-child):after {
    border-color: white;
}
/**********************************25******************************************/
/**************** General ****************/
.section-gap.compact {
    padding-top: 0;
    padding-bottom: 0;
}

.section-gap.full .container {
    max-width: none;
}

.related-post {
    margin-top: 0 !important;
}

.items-grid h3,
.media-grid h3,
.items-list h3,
.feed h3,
.sidebar-post-widget h3,
.axil-latest-post h3,
.single-player .video-info h2 {
    color: var(--dark-color);
}

.text-list .item h4 {
    font-size: 2rem;
    color: var(--dark-color);
}

.asyncwidget,
.livewidget {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.widgetloader {
    display: none;
    opacity: 0;
    height: 0;
}

.section-title h2 {
    padding-bottom: 1rem;
}

.section-title h2,
.widget-title h3 {
    font-size: 4rem;
    line-height: 5rem !important;
    padding-right: 15px;
    border-right: 7px solid var(--primary-color);
    color: var(--dark-color);
}

.section-gap.spearator,
.section-gap.separator {
    padding-top: 0;
}

    .section-gap.spearator .container:before,
    .section-gap.separator .container:before {
        content: " ";
        border-top: 1px solid var(--separator-color);
        width: 100%;
        display: block;
        text-align: center;
        margin: auto;
        margin-top: 0.5rem;
        margin-bottom: 2.5rem;
    }

div[class^="col-"].separator .ow-container:not(:first-child):before {
    content: " ";
    border-top: 1px solid var(--separator-color);
    width: 100%;
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 2.5rem;
    margin-bottom: 5.5rem;
}

.section-gap {
    padding-top: 4rem;
}

    .section-gap.has-bg {
        background-repeat: no-repeat;
        background-position: top left;
        background-size: auto;
    }

aside .ow-container:not(:empty) {
    margin-bottom: 3rem;
}

.main-nav-toggler {
    background: var(--dark-color);
    width: 6rem;
    height: 6rem;
}

    .main-nav-toggler .toggler-inner {
        bottom: 3.7rem;
        right: 4.1rem;
    }

.items-grid .post-block img,
items-list .post-block img {
    max-width: 15rem;
    min-width: 15rem;
}

.more-link {
    position: relative;
    font-family: var(--primary-font);
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--dark-color);
    font-weight: var(--p-semi-bold);
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.post-block h3 a {
    position: relative;
    display: inline;
    background-image: -webkit-gradient( linear, left top, right top, from(currentColor), to(currentColor) );
    background-image: -webkit-linear-gradient( left, currentColor 0%, currentColor 100% );
    background-image: -o-linear-gradient( left, currentColor 0%, currentColor 100% );
    background-image: linear-gradient( to right, currentColor 0%, currentColor 100% );
    background-size: 0px 2px;
    background-position: 0px 95%;
    background-position-x: 0px;
    background-position-y: 95%;
    -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    transition-property: background-size;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-delay: 0s;
    padding: 0.1% 0px;
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    color: inherit;
}

    .post-block h3 a:hover,
    .post-block:hover h3 a {
        background-size: 100% 2px;
    }

.social-share__with-bg li a {
    line-height: 3.7rem;
}

.read .header-top,
.sports .header-top {
    background: #f2f2f2;
}

.bg-item {
    background: var(--items-bg);
}

.mini-player:before {
    padding-top: 56.25%;
}
/**************** Sub menu ****************/
.has-dropdown > a .submenu-toggler:after {
    content: "\f107";
    position: absolute;
    top: 0.8rem;
    left: -2rem;
    right: auto;
    line-height: 2rem;
    font-family: var(--font-awesome);
    font-size: 1.4rem;
    color: inherit;
    margin-left: 0.5rem;
    width: auto;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 900;
}

.has-dropdown > a::after {
    display: none;
}

.submenu {
    background: var(--primary-color);
    min-width: auto;
    padding: 1rem 0;
    white-space: nowrap;
}

    .submenu li a {
        white-space: nowrap;
        line-height: 4rem;
        display: block;
    }

        .submenu li a:hover {
            color: #fff;
            font-weight: bold;
        }
/*.submenu li:not(:last-child) {
        border-bottom: 1px solid var(--dark-color)
    }*/
.main-navigation li {
    text-decoration: none;
}

    .main-navigation li.active > a {
        color: var(--primary-color);
        text-decoration: none;
    }

.rtl .main-navigation .submenu li {
    margin-left: 0;
}

.rtl .main-navigation li.has-dropdown {
    margin-right: 0;
    margin-left: 2rem;
}

.main-navigation a::before {
    content: none;
}
/**************** Dark Section ****************/
.section-gap.dark {
    background: var(--dark-color);
}

    .section-gap.dark .section-title h2,
    .section-gap.dark .more-link,
    .section-gap.dark .widget-title h3,
    .section-gap.dark .post-block h3 a,
    .section-gap.dark .post-tag a {
        color: #fff;
    }

    .section-gap.dark .media-grid .owl-carousel .owl-nav button.owl-next,
    .section-gap.dark .media-grid .owl-carousel .owl-nav button.owl-prev {
        background: #fff;
        color: var(--dark-color);
    }

/**************** Light Section ****************/
.section-gap.light {
    background: var(--items-bg);
}

/**************** Dark Page ****************/

body.dark {
    background: var(--dark-color);
}

    body.dark .header-top,
    body.dark .breadcrumb-wrapper {
        background: transparent;
    }

    body.dark .main-navigation li {
        color: #fff;
    }

        body.dark .main-navigation li img {
            filter: brightness(0) invert(1);
        }

    body.dark .page-header:before {
        position: absolute;
        top: 0;
        width: 100%;
        content: " ";
        height: 10rem;
        background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    }

    body.dark .breadcrumb-wrapper {
        padding: 0;
    }

        body.dark .breadcrumb-wrapper .container {
            border-top: 1px solid var(--secondary-color);
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

    body.dark .nav-search-field-toggler {
        color: #fff;
    }

    body.dark .breadcrumb li a,
    body.dark .breadcrumb li.active,
    body.dark .breadcrumb a.active,
    body.dark .breadcrumb li:hover,
    body.dark .breadcrumb a:hover {
        color: #fff;
    }
/**************** Footer ****************/

.page-footer {
    background-color: var(--dark-color);
    padding: 2rem;
}

    .page-footer .section-gap {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .page-footer a,
    .page-footer p {
        color: var(--color-on-dark);
    }

    .page-footer a {
        font-size: 1.6rem;
    }

    .page-footer .social-share__with-bg li a {
        background: var(--primary-color);
    }

    .page-footer .mobile-apps img {
        width: 150px;
    }

    .page-footer .site-description {
        font-size: 1.6rem !important;
    }

    .page-footer .social-share li:first-child {
        margin-right: 0;
    }

    .page-footer .mobile-apps {
        text-align: var(--antidirection);
    }

        .page-footer .mobile-apps .app-item {
            margin-bottom: 10px;
        }

    .page-footer .copyright {
        text-align: center;
        margin: 0;
    }

/**************** Font Size ****************/
.post-metas ul {
    font-size: 1.4rem;
    padding-inline-start: 5px;
    align-items: baseline;
}
/**************** Category tag ****************/
.post-tag {
    margin: 0;
    margin: 0 0 0.5rem 0;
}

    .post-tag a {
        color: var(--dark-color);
        font-size: var(--tag-fsize);
        display: inline-block;
        line-height: 2rem;
        font-family: var(--medium-font);
        padding: 0 0.5rem;
    }

    .post-tag:before {
        color: var(--dark-color);
        content: "";
        height: 1.5rem;
        border-left: 0.1rem solid var(--dark-color);
        display: inline-block;
        vertical-align: middle;
    }

.rtl .post-tag:before {
    border-right: 1px solid var(--dark-color);
    border-left: none;
}
/**************** Pills ****************/

.nav-pills .nav-link {
    border-radius: 0;
    border: 1px solid var(--separator-color);
    text-align: center;
}

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        background-color: var(--primary-color);
        border: 1px solid var(--primary-color);
    }

.nav-pills > li + li {
    margin: 0;
}

.tab-content {
    margin-top: 2rem;
}

/**************** Featured Item ****************/
.axil-latest-post .media-body {
    width: 100%;
    background: var(--items-bg);
    padding: 0.7rem 2rem;
}

.axil-latest-post .post-block figure > a {
    margin: 0;
}

.axil-latest-post h3 {
    font-size: var(--item-ft-fsize);
    margin-bottom: 1rem;
}

/**************** Sidebarlist ****************/
.sidebar-post-widget h3 {
    font-size: 2.2rem;
}

.sidebar-post-widget .post-block img {
    max-width: 10.5rem;
    min-width: 10.5rem;
}

.post-sidebar .container {
    padding-right: 0;
    padding-left: 0;
}

.sidebar-post-widget.fill {
    background: #f2f2f2;
    padding: 1rem 0;
    margin-bottom: 3rem;
}

    .sidebar-post-widget.fill a.thumb {
        padding: 0 2rem;
        margin: 0;
    }

    .sidebar-post-widget.fill .more-link {
        margin: 0 2rem;
    }

.widget-separator .post-block {
    position: relative;
    padding: 2rem 0;
}

    .widget-separator .post-block:not(:last-child) {
        margin-bottom: 4rem;
    }

        .widget-separator .post-block:not(:last-child):after {
            content: " ";
            border-bottom: 1px solid var(--separator-color);
            width: 100%;
            display: block;
            position: absolute;
            bottom: -2rem;
            text-align: center;
            margin: 0;
        }

.sports .sidebar-post-widget .media.post-block {
    background: var(--items-bg);
    background: var(--items-bg);
    border-bottom: 1px solid var(--separator-color);
    margin-bottom: 0;
    padding: 1rem;
}
/**************** Header / Main Menu ****************/
.main-navigation {
    padding: 0;
}

    .main-navigation li {
        font-size: var(--nav-fsize);
        font-family: var(--medium-font);
        color: var(--dark-text-color);
    }

#go.main-navigation a:hover::before {
    width: 0;
}

.navbar-inner .separator {
    height: 2.4rem;
    background: var(--separator-color);
    width: 0.1rem;
    margin: 0 2rem;
}

.header-top {
    background-color: var(--primary-color);
    padding: 0;
    height: 3.4rem;
}

.header-top__social-share li a,
.header-top__social-share li {
    font-size: 1.4rem;
}

/*body.dark .brand-logo {
    filter: brightness(0) invert(1);
}*/

.nav-search-field-toggler {
    color: var(--dark-text-color);
}

/**************** Section Menu ****************/
.sub-nav-wrapper {
    background: var(--items-bg);
    padding: 2.5rem 0;
}

.dark .sub-nav-wrapper {
    background: var(--dark-color);
}

.sub-nav-wrapper ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    white-space: nowrap;
    -ms-overflow-style: none;
    overflow-x: auto;
    scrollbar-width: thin;
    line-height: 5rem;
    margin: 0;
}

.sub-nav-wrapper li {
    font-size: 2.6rem;
    margin-left: 5rem;
    font-weight: bold;
}

    .sub-nav-wrapper li a {
        white-space: nowrap;
    }

    .sub-nav-wrapper li.special {
        font-family: var(--bold-font);
        font-size: 4rem;
    }

/**************** Items Grid ****************/
.items-grid h3 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin-bottom: 0.7rem;
}
/** fill: with grey bg **/
.items-grid.fill .post-block > a,
.items-grid.fill .post-block figure > a {
    margin: 0;
}

.items-grid.fill .media-body {
    width: 100%;
    background: var(--items-bg);
    padding: 0.5rem 2rem;
}

.items-grid.fill .media {
    margin-bottom: 1.5rem;
}

.items-grid.fill .post-block {
    align-items: normal;
}

.home-top .post-block {
    margin-bottom: 1rem;
}

.home-top {
    margin-bottom: 5rem;
}

    .home-top .axil-latest-post .post-block {
        margin-bottom: 0;
    }

    .home-top .items-grid .row {
        align-content: space-between;
        height: 100%;
    }

    .home-top .items-grid [class*="col-"]:last-child .post-block {
        margin-bottom: 0;
    }

/**************** VIDEOS SECTION  ****************/
.featured-video {
    position: relative;
    z-index: 2;
}

    .featured-video h3 {
        font-size: 4rem;
        line-height: 3.5rem;
    }

    .featured-video .title-go {
        position: absolute;
        top: -5.2rem;
        right: 0;
        z-index: 99;
        padding: 1.5rem;
        background: var(--dark-color);
        border-bottom: 0.7rem solid #ffffff;
    }

        .featured-video .title-go img {
            height: 9rem;
        }

    .featured-video .video-info {
        position: absolute;
        bottom: 0;
        right: 17rem;
        width: calc(100% - 17rem);
    }

        .featured-video .video-info h3 {
            color: #fff;
            margin-bottom: 1rem;
        }

        .featured-video .video-info .summary {
            color: #fff;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .featured-video .vjs-poster:after {
        content: " ";
        height: 30%;
        width: 100%;
        display: block;
        position: absolute;
        bottom: 0;
    }

    .featured-video .video-js .vjs-big-play-button {
        border-radius: 0;
        height: 10rem;
        width: 10rem;
        line-height: 10rem;
        background-color: var(--primary-color);
        color: var(--dark-color);
        position: absolute;
        top: calc(100% - 13rem);
        left: 5rem;
    }

.videos-section.appendix .tabs-widget {
    margin: 0;
    padding: 3rem 0 2rem 0;
}

.videos-section .nav {
    align-content: space-between;
    align-content: flex-start;
    border: none;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-color: #e1e1e1 transparent;
    scrollbar-width: thin;
    -ms-overflow-style: none;
}

    .videos-section .nav::-webkit-scrollbar {
        width: 0;
        background: transparent;
        height: 0;
        display: none;
    }

.tabs-widget .nav-item {
    flex-grow: unset;
    color: #fff;
    margin-right: 2rem;
    margin-left: 0.2rem;
    white-space: nowrap;
}

    .tabs-widget .nav-item .nav-link {
        color: var(--dark-color);
        font-size: 2.8rem;
        border-radius: 0;
        border: none;
        font-family: var(--bold-font);
        border-bottom: 0.4rem solid transparent;
    }

        .tabs-widget .nav-item .nav-link.active {
            border-color: var(--primary-color);
            background: transparent;
        }

@media (min-width: 1200px) {
    .section-go .col-lg-8 {
        padding: 0 !important;
    }

    .section-go .col-lg-4 {
        padding: 0 !important;
    }
}

.videos-section .caption-content h3 {
    font-size: 2rem;
    line-height: 3.5rem;
}

.videos-section .scrollable .caption-content h3 {
    line-height: 2.5rem !important;
}

.section-go .featured-video {
    margin-top: 0;
}

.section-go .embed-responsive-21by9::before {
    padding-top: 52%;
}

.section-go p.summary {
    font-size: 3rem;
    color: var(--grey-dark-one);
    padding-top: 1rem;
    padding-right: 0.5rem;
}

.section-go .video-info .post-tag {
    padding-top: 1rem;
    padding-right: 0.5rem;
}

.section-go .media-grid .grid-item {
    margin: 1rem 0 !important;
}

.section-go .media-grid .content-block {
    width: 40%;
    display: inline-block;
}

.section-go .media-caption {
    width: 58%;
    float: var(--antidirection);
}

.videos-section .tab-content {
    margin: 0;
    margin-bottom: 3rem;
    border-style: none !important;
    padding: 0 !important;
    height: 58.55rem;
    background-color: var(--dark-color);
    overflow-y: auto;
}

.videos-section .tab-pane {
    padding: 0 2.5rem;
}

.videos-section h3 {
    color: #fff;
}

.videos-section .items-grid .post-block > a {
    margin-right: 1.5rem;
}

.videos-section .post-tag a {
    color: #fff;
}

.videos-section .post-tag:before {
    border-color: #fff;
}

.featured-video .video-info {
    right: 17rem;
    left: auto;
}

.health-videomain {
    margin-top: 0 !important;
    margin-bottom: 1rem;
}

.rtl .videos-section .nav-item {
    margin-left: 3rem;
    margin-right: 0.2rem;
}

.rtl .videos-section .items-grid .post-block > a {
    margin-left: 1.5rem;
    margin-right: auto;
}

.nav-go .post-tag {
    margin-top: 0 !important;
}

.nav-go h2 {
    float: var(--direction);
    margin-inline-end: 31%;
    padding-top: 0.5rem;
}

    .nav-go h2 a {
        margin-inline-start: 1rem;
    }

.nav-go .section-go .video-info {
    height: 12.5rem;
    background-color: var(--primary-color);
    margin-bottom: 3rem;
}

    .nav-go .section-go .video-info h3 {
        color: var(--dark-color);
        padding: 2rem;
    }

.nav-go li {
    margin: 0 !important;
    text-align: center;
    padding: 0 2rem 0 0;
}

.nav-go .videos-section .post-tag:before {
    border-color: #fff;
}

.nav-go .videos-section .post-tag a {
    border-color: #fff;
}

@media (min-width: 992px) {
    .videos-section .featured-left {
        padding-left: 15px !important;
    }

    .section-go .col-lg-8 {
        padding-inline-end: 0 !important;
    }

    .section-go .col-lg-4 {
        padding-inline-start: 0 !important;
    }
}

/**************** Top Bar ****************/
.bar-wrapper {
    background: #f1f1f1;
}

.bar-items {
    padding: 1rem 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-x: scroll;
    height: 4.5rem;
    scrollbar-color: transparent transparent;
    scrollbar-width: none;
}

    .bar-items::-webkit-scrollbar,
    .sub-navigation::-webkit-scrollbar {
        width: 0;
        background: transparent;
        height: 0;
        display: none;
    }

    .bar-items .bar-item {
        margin: 0;
        color: var(--dark-text-color);
        font-family: var(--bold-font);
        white-space: nowrap;
    }

        .bar-items .bar-item:after {
            content: " ";
            width: 3rem;
            display: inline-block;
        }

        .bar-items .bar-item a {
            font-size: 2.2rem;
            line-height: 2.2rem;
        }

            .bar-items .bar-item a:hover,
            .bar-items .bar-item a.active {
                color: var(--dark-color);
            }

/**************** Media Grid ****************/

.media-grid {
    margin-top: 0;
}

    .media-grid .grid-item {
        margin-bottom: 3rem;
    }

    .media-grid .content-block {
        display: block;
        /*height: 100%;*/
    }

    .media-grid.fill .media-caption {
        padding: 15px 18px;
        background: var(--items-bg);
    }

.light .media-grid.fill .media-caption {
    background: #fff;
}

.light .media-grid.smooth .caption-content h3 a:after {
    background: linear-gradient(to bottom, transparent, #fff);
}

.media-grid.fill:not(.fullheight) .media-caption {
    height: 10rem;
    overflow: hidden;
    padding: 0.5rem;
}

.media-grid .grad-overlay {
    display: none;
}

.media-grid .content-block .media-caption {
    position: static;
    display: block;
    padding: 1rem;
}

.media-grid .content-block h3 {
    color: var(--dark-text-color);
    font-size: var(--item-fsize);
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

.media-grid .content-block:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.media-grid .content-block:hover .caption-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.media-grid h3 {
    font-size: var(--item-fsize);
}

.content-block:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.media-grid .owl-nav {
    position: absolute;
    top: -6rem;
    right: 0;
}

.media-grid .owl-nav {
    right: auto;
    left: 0;
}

.media-grid .owl-carousel .owl-nav button.owl-next,
.media-grid .owl-carousel .owl-nav button.owl-prev {
    background: var(--primary-color);
    border: none;
    color: #fff;
    margin-right: 1rem;
    text-align: center;
    line-height: 1.5rem;
    height: 3rem;
    width: 3rem;
    text-align: center;
}

    .media-grid .owl-carousel .owl-nav button.owl-next:hover,
    .media-grid .owl-carousel .owl-nav button.owl-prev:hover {
        color: var(--dark-color);
        background: #fff;
    }

.dark .media-grid:not(.fill) .caption-content h3 {
    color: #fff;
}

.media-grid.light .grid-wrapper {
    background: var(--items-bg);
    padding: 1.2rem 1.8rem 0 1.8rem;
}

.media-grid.mini .grid-item {
    margin-bottom: 0;
}

.media-grid.mini .content-block h3 {
    font-size: 2rem;
    color: var(--dark-color);
}

.slider .more-link {
    right: 10rem;
}

.rtl .slider .more-link {
    left: 10rem;
    right: unset;
}

.media-icon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--primary-color);
    color: var(--secondary-color);
    font-size: 1.5rem;
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
    text-align: center;
}

.media-grid .video-js .vjs-big-play-button {
    bottom: 0;
    left: 0;
    top: auto;
}

.rtl .media-grid .video-js .vjs-big-play-button {
    right: 0;
    left: unset;
}

.media-grid.integrated {
    background: var(--items-bg);
    padding: 6rem 2rem 2rem 2rem;
    margin: 0;
    border-top: 1px solid var(--color-on-dark);
}
/** Carousel Style (use in interactive ****/
.media-grid.sub {
    padding: 1rem;
    padding-top: 3rem;
    border-top: 1px solid var(--separator-color);
}

    .media-grid.sub .section-title h2 {
        font-size: 2rem;
        line-height: 3rem !important;
    }

.media-grid.smooth .media-caption {
    padding: 0.5rem;
    background: var(--items-bg);
}

.media-grid.smooth .caption-content h3 {
    max-height: 90px;
    height: 90px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0.8rem;
}

    .media-grid.smooth .caption-content h3 a:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        bottom: 0;
        background: linear-gradient(to bottom, transparent, rgb(242, 242, 242));
    }

.elements .aside-element,
.elements .featured-element .media-caption {
    border: 1px solid var(--items-bg);
    padding: 10px 15px;
    margin-bottom: 20px;
}

.dark-color2 {
    background: #f2f2f2;
}

.bg-color .media-caption {
    border: 1px solid var(--items-bg);
    background: var(--items-bg);
    padding: 4px 10px;
}

.title-overlay .media-caption {
    position: absolute;
    bottom: 0.5rem;
}

.media-grid.title-overlay .caption-content h3 {
    color: #fff;
}

.media-grid.title-overlay .content-block .grad-overlay {
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
}

/**************** GO ****************/
.videos-section.full {
    padding: 0;
    margin: 0;
    background: var(--dark-color);
}

    .videos-section.full .featured-video {
        margin-top: 0;
    }
/**************** Videos Masonry ****************/
.isotope-grid .post-block > a {
    margin: 0;
}

.isotope-grid .media-body {
    padding: 2rem 1rem;
    background: var(--items-bg);
}

    .isotope-grid .media-body h3 {
        font-size: 2.6rem;
        margin-bottom: 0;
        line-height: 3.5rem;
    }

.custom-fluid-container .row [class*="col-"] {
    padding: 0 1.5rem;
}

.custom-fluid-container .row {
    margin: 0 -1.5rem;
}

.masonry-grid-wrapper .media-figure {
    position: relative;
}

.filter-options {
    display: flex;
    margin-bottom: 6rem;
    margin-bottom: 2rem;
    overflow-x: scroll;
    padding-bottom: 10px;
    scrollbar-color: #e1e1e1 transparent;
    scrollbar-width: none;
}

    .filter-options .filter-option {
        padding: 0 1.5rem;
        border: 6px solid var(--primary-color);
        white-space: nowrap;
        margin-left: 1.5rem;
        font-size: 3.3rem;
        color: var(--primary-color);
        font-weight: bold;
        font-family: var(--bold-font);
        line-height: 5rem;
    }

        .filter-options .filter-option:hover,
        .filter-options .filter-option.active {
            background: var(--primary-color);
            color: #fff;
        }

    .filter-options::-webkit-scrollbar {
        width: 3px;
        height: 3px;
    }

    .filter-options::-webkit-scrollbar-track {
        background: transparent;
    }

    .filter-options::-webkit-scrollbar-thumb {
        background: var(--dark-color2);
        border-radius: 50px;
    }

.has-overlay .post-tag {
    display: none;
}

.has-overlay .media-body,
.has-overlay .media-caption {
    position: absolute !important;
    top: 3.5rem;
    background: none;
    left: 0.5rem;
    width: 45%;
    padding: 1rem;
    overflow: hidden;
}

    .has-overlay .media-body h3,
    .has-overlay .media-caption h3 {
        font-size: 2.2rem;
        line-height: 3rem;
        color: #fff;
        max-height: 15rem;
        overflow: hidden;
        text-align: center;
    }

.has-overlay .media-figure {
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

/**************** Story Details ****************/
/**************** Media Header ****************/
.media-header {
    background-repeat: no-repeat;
    background-image: none !important;
    background-color: var(--dark-color);
}

    .media-header .post-tag a,
    .media-header h2,
    .media-header p,
    .media-header .post-metas li {
        color: #fff;
    }

    .media-header .post-tag:before {
        border-color: #fff;
    }

    .media-header .post-metas ul {
        justify-content: center !important;
    }

    .media-header .social-share {
        justify-content: center !important;
        margin-top: 2rem;
    }

        .media-header .social-share li {
            text-align: center;
        }

            .media-header .social-share li a {
                font-size: 1.4rem !important;
                line-height: 0.5rem;
                text-align: center;
                border-radius: 100%;
                height: 3rem;
                width: 3rem;
                line-height: 3.3rem;
                display: block;
                color: var(--dark-color);
                background: #fff;
            }

        .media-header .social-share a:hover {
            background: var(--dark-color);
            color: #fff;
        }

/**************** Appendix ****************/
.story-appendix {
    margin: 2rem 0;
    border-top: 1px #70707080 solid;
    margin-bottom: 1rem;
}

    .story-appendix > div {
        border-bottom: 1px #70707080 solid;
        padding: 4rem 0;
    }

.post_disclaimer {
    font-size: 1.7rem !important;
    font-weight: bold;
    color: #777777;
    margin-bottom: 0;
    padding: 2.5rem 0 !important;
}

.tag-list-wrapper li a {
    border: 0.1rem solid var(--primary-color);
    border-radius: 0;
    font-size: 1.5rem;
    color: #949494;
}

.story-appendix .about-author a img {
    margin: 0;
}

.about-author .media-body {
    margin: 0 2rem;
}

/**************** Custom Slider ****************/
.slider-nav-thumbnails {
    position: relative;
}

    .slider-nav-thumbnails img {
        cursor: pointer;
        opacity: 0.5;
    }

    .slider-nav-thumbnails .slick-current img {
        opacity: 1;
    }

.custom-slider {
    position: relative;
}

    .custom-slider .slider-main {
        position: relative;
    }

    .custom-slider .slider-arrows {
        position: absolute;
        margin-top: -50px;
        left: 0;
    }

        .custom-slider .slider-arrows .slick-arrow {
            background: var(--primary-color);
            color: #fff;
            border: none;
            margin-right: 1rem;
            height: 3rem;
            width: 3rem;
            line-height: 3rem;
            text-align: center;
            cursor: pointer;
        }

            .custom-slider .slider-arrows .slick-arrow .fa {
                line-height: 3rem;
            }

    .custom-slider .slide-info {
        padding: 0 2rem;
    }

        .custom-slider .slide-info h3 {
            font-size: 4rem;
            margin-top: 1rem;
        }

    .custom-slider .slider-nav-thumbnails .item-thumb img {
        width: calc(100% - 2rem);
        margin: auto;
    }
    /**************** Wide Slider ****************/
    .custom-slider.wide .slider-arrows {
        position: absolute;
        bottom: 1rem;
        right: 2rem;
    }

    .custom-slider.wide .item-slide {
        background: var(--items-bg);
    }

    .custom-slider.wide .slide-info {
        padding: 2rem;
    }
/**************** Categories Grid ****************/
.categories-grid .category-list {
    position: relative;
}

.categories-grid .list-inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}

.categories-grid .cat-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    background-color: var(--dark-color);
    padding: 0.5rem 0;
    color: #fff;
    margin: 0;
    white-space: nowrap;
}

/**************** LIVE ****************/
.single-player {
    padding: 1rem;
    background: #f2f2f2;
}

    .single-player .video-info {
        padding: 1rem 1rem 0 1rem;
    }

.live-player .video-info {
    display: flex;
    align-content: flex-start;
}

.single-player .video-info h2 {
    margin-bottom: 0;
    margin-top: 1rem;
}

.live-player .video-info h2 {
    margin: 0;
    align-self: center;
    white-space: nowrap;
    margin-right: 1rem;
}

.rtl .live-player .video-info h2 {
    margin-right: 0;
    margin-left: 1rem;
}

.live-player .video-info .video-metas {
    line-height: 6rem;
    margin: 0 4rem;
    color: var(--color-on-dark);
    font-size: 3rem;
}

.single-player .video-info .video-metas .fa {
    display: none;
}

.video-metas > span:not(:last-child):after {
    content: " ";
    height: 1rem;
    margin: 0 0.7rem;
    display: inline-block;
    border-left: 1px solid var(--primary-color);
}

.single-player .video-info .social-share {
    float: var(--antidirection);
    align-content: center;
}

.rtl .single-player .video-info .social-share {
    margin-right: auto;
    margin-left: unset;
}

.single-player .video-info .social-share a {
    height: 3rem;
    width: 3rem;
    color: #fff;
    background: var(--dark-color);
    border-radius: 100%;
    display: block;
    text-align: center;
    font-size: 1.3rem;
    line-height: 3.3rem;
}

body.dark .single-player .tag-list-wrapper li a {
    border: none;
    background: var(--dark-color);
    color: #fff;
}

.single-player.details {
    padding-bottom: 6rem;
}

.single-player.episode {
    margin-top: 2rem;
    padding: 0;
    background: transparent;
}

    .single-player.episode .video-info {
        background: #f2f2f2;
        padding-bottom: 3rem;
        margin-bottom: 2rem;
    }

.video-with-parts {
    background-color: var(--dark-color);
    color: #fff;
}

    .video-with-parts .video-parts-wrapper,
    .video-with-parts .video {
        padding: 0 !important;
    }
/*.video-with-parts > div {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }*/
ul.video-markers {
    list-style: none;
    padding-right: 0;
    margin-top: 2rem;
}

    ul.video-markers li {
        padding: 2rem 0.5rem;
        cursor: pointer;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin-bottom: 0;
    }

        ul.video-markers li:hover {
            background: rgba(255, 255, 255, 0.1);
        }

        ul.video-markers li.active {
            background: rgba(255, 255, 255, 0.2);
        }

    ul.video-markers h5 {
        color: #fff;
        display: inline-block;
        margin-bottom: 0;
    }

    ul.video-markers i {
        font-size: 1.2rem;
    }

    ul.video-markers .duration {
        float: var(--antidirection);
    }

.video-markers .share-link {
    color: var(--primary-color);
}

#partsSocial .modal-dialog {
    margin-top: 10%;
}

#partsSocial .modal-header {
    margin: -2rem 0 1rem;
    border: none;
    padding: 1.5rem;
    text-align: center;
    background: var(--primary-color);
    color: #fff !important;
}

    #partsSocial .modal-header .title {
        margin-bottom: 0;
        color: white;
    }

    #partsSocial .modal-header .close {
        margin: -1rem auto -1rem -1rem;
    }

#partsSocial .modal-body {
    margin-bottom: 10px;
}

#partsSocial .btn-floating {
    display: inline-block;
    color: #fff;
    width: 47px;
    height: 47px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    margin: 10px;
    padding: 0;
    cursor: pointer;
}

    #partsSocial .btn-floating i {
        display: inline-block;
        width: inherit;
        text-align: center;
        font-size: 1.75rem;
        line-height: 47px;
    }

.btn-facebook {
    background: #4c66a4;
}

.btn-twitter {
    background: #5dd7fc;
}

.btn-telegram {
    background: #0088cc;
}

.btn-whatsapp {
    background: #09d261;
}

.border-around .content-block {
    border: 1px solid var(--items-bg);
}

.related-post .row div.featured-media {
    display: grid;
}

.featured-post.big {
    width: 100%;
}

.featured-post .item-content {
    /*padding: 1.5rem;*/
    height: 100%;
    display: flex;
}

    .featured-post .item-content .info-block {
        width: 36%;
    }

    .featured-post .item-content .info-block {
        padding: 20px;
        background: white;
        height: inherit;
    }

.featured-post.big .item-content .media-block {
    width: 64%;
}

.featured-post .item-content .media-block {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.fill-bg {
    background: var(--items-bg);
}

    .fill-bg .text-list .item {
        background: #fff;
    }

    .fill-bg .items-grid.simple .media-body {
        background-color: #fff;
    }

.top-space {
    margin-top: 70px;
}

/**************** Text List ****************/
.text-list.limited .items {
    max-height: 40rem;
}

.text-list .item {
    background: #f2f2f2;
    padding: 1.5rem 1rem;
    border-bottom: 1px solid var(--dark-color);
}

    .text-list .item h4 {
        font-size: 2rem;
        margin-bottom: 0;
        clear: both;
    }

.text-list .post-tag {
    display: inline-block;
}

    .text-list .post-tag.date {
        margin: 0 2rem;
    }

        .text-list .post-tag.date a {
            color: #7b7b7b;
        }

        .text-list .post-tag.date:before {
            border-color: var(--primary-color);
            height: 1.2rem;
        }

/**************** scrollables ****************/
.scrollable {
    overflow-y: scroll;
    scrollbar-color: #e1e1e1 transparent;
    scrollbar-width: thin;
}

    .scrollable::-webkit-scrollbar {
        width: 5px;
        height: 3px;
    }

    .scrollable::-webkit-scrollbar-track {
        background: transparent;
    }

    .scrollable::-webkit-scrollbar-thumb {
        background: var(--dark-color2);
        border-radius: 50px;
    }

/**************** Summary Widget / Program ****************/
.items-summary .details {
    background: var(--items-bg);
    display: block;
    padding: 2rem;
}

    .items-summary .details img {
        border-radius: 100%;
        width: 8.5rem;
    }

.items-summary .metas .record {
    display: flex;
}

    .items-summary .metas .record .key {
        width: 6rem;
        color: var(--color-on-dark);
        font-weight: normal;
    }

    .items-summary .metas .record .value {
        color: #494e51;
        font-weight: bold;
    }

    .items-summary .metas .record .value {
        color: #494e51;
        font-weight: bold;
    }

.items-summary .item-relative img {
    float: var(--direction);
    margin-left: 1rem;
}

.items-summary .item-relative a {
    color: #494e51;
    font-size: 2rem;
}

.items-summary .item-relative .summary {
    color: var(--color-on-dark);
    font-size: 1.4rem;
}

.items-summary hr {
    background: var(--color-on-dark);
    height: 1px;
    width: 90%;
    margin: 2.5rem auto;
}

/******** Banners *********/

.banner {
    background-color: transparent;
}

/**************** MIXED GRID ****************/
.read .section-gap {
    background-color: var(--items-bg);
}

.read .page-footer .section-gap {
    background-color: var(--dark-color2);
}

.mixed-grid .media-icon {
    right: 0.5rem;
    left: unset;
}

.rtl .mixed-grid .media-icon {
    right: unset;
    left: 0.5rem;
}

.mixed-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mixed-grid-item {
    background-color: #fff;
    margin-bottom: 3rem;
    position: relative;
}

    .mixed-grid-item .item-content {
        padding: 1.5rem;
        height: 100%;
        display: flex;
    }

        .mixed-grid-item .item-content .media-block {
            background-position: center;
            background-size: cover;
            position: absolute;
            background-repeat: no-repeat;
            height: 100%;
            left: 0;
            top: 0;
        }

        .mixed-grid-item .item-content .info-block {
            padding-left: 2rem;
        }

    .mixed-grid-item.dark {
        background-color: var(--dark-color);
    }

    .mixed-grid-item.color {
        background-color: var(--items-bg);
    }

    .mixed-grid-item.blue h3,
    .mixed-grid-item.blue p,
    .mixed-grid-item.blue a,
    .mixed-grid-item.blue ul {
        color: #fff;
    }

    .mixed-grid-item.blue .post-tag a {
        color: var(--dark-color);
    }

    .mixed-grid-item.dark .post-tag a,
    .mixed-grid-item.dark h3 {
        color: white;
    }

    .mixed-grid-item.dark .post-tag:before {
        border-color: white;
    }

    /*** DEFAULT ***/
    .mixed-grid-item.default {
        width: 49%;
    }

        .mixed-grid-item.default .item-content .media-block {
            width: 40%;
        }

            .mixed-grid-item.default .item-content .media-block:hover {
                width: 100%;
                position: absolute;
            }

        .mixed-grid-item.default .item-content .info-block {
            width: 60%;
        }

    /*** BIG ***/
    .mixed-grid-item.big {
        width: 100%;
    }

        .mixed-grid-item.big .item-content .media-block {
            width: 50%;
        }

        .mixed-grid-item.big .item-content .info-block {
            width: 50%;
        }
    /*** SMALL ***/
    .mixed-grid-item.mini {
        width: 32%;
    }
    /*** WIDE ***/
    .mixed-grid-item.wide {
        width: 100%;
    }

        .mixed-grid-item.wide .item-content .media-block {
            width: 20%;
        }

        .mixed-grid-item.wide .item-content .info-block {
            width: 80%;
        }

    .mixed-grid-item.textonly .item-content .info-block {
        width: 100%;
    }

    .mixed-grid-item.video {
        width: 100%;
    }

        .mixed-grid-item.video .item-content .media-block {
            width: calc(54% + 1rem);
        }

        .mixed-grid-item.video .item-content .info-block {
            width: calc(46% - 1rem);
        }

        .mixed-grid-item.video .item-content .media-block {
            height: calc(100% - 2rem);
            left: 1rem;
            top: 1rem;
        }
/***VIDEO***/
@media (min-width: 767px) {
    .mixed-grid.video-item-grid .mixed-grid-item.big {
        height: 270px;
    }

        .mixed-grid.video-item-grid .mixed-grid-item.big .item-content .media-block {
            margin: 1rem;
            width: 40%;
            height: calc(100% - 2rem);
        }
}

.mixed-grid.video-item-grid
.mixed-grid-item.big
.item-content
.media-block:after {
    content: "";
    width: 15px;
    height: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #f2f2f2;
    background-color: transparent;
    box-shadow: none;
    position: absolute;
    top: calc(50% - 7.5px);
    left: calc(50% - 5px);
}

.mixed-grid.video-item-grid
.mixed-grid-item.big
.item-content
.media-block:before {
    content: "";
    width: 57px;
    height: 57px;
    background: #1c3664ad 0% 0% no-repeat padding-box;
    border: 0.5px solid #1c3664;
    position: absolute;
    top: calc(50% - 28.5px);
    left: calc(50% - 28.5px);
    box-shadow: 0px 3px 6px #00000029;
}

@media (max-width: 1024px) {
    .mixed-grid-item.default {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .mixed-grid-item.mini {
        width: 100%;
    }

    .mixed-grid-item .item-content .media-block {
        width: 100% !important;
        position: static;
        display: block;
        height: 20rem;
    }

    .mixed-grid-item .item-content .info-block {
        width: 100% !important;
        padding: 0 0 2rem 0;
    }

    .mixed-grid-item .item-content {
        display: block;
    }

        .mixed-grid-item .item-content .media-block:hover {
            position: static !important;
        }
}
/**************** MIXED List ****************/

.mixed-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mixed-list-item {
    background-color: #fff;
    margin-bottom: 3rem;
    position: relative;
}

    .mixed-list-item .item-content {
        padding: 1.5rem;
        height: 100%;
    }

        .mixed-list-item .item-content .media-block {
            height: 100%;
            width: 100%;
        }

            .mixed-list-item .item-content .media-block img {
                width: 100%;
            }

        .mixed-list-item .item-content .info-block {
            padding: 0.5rem 1rem;
            background: var(--items-bg);
        }

    /*** LARGE ***/
    .mixed-list-item.large {
        width: 100%;
    }
    /*** SMALL ***/
    .mixed-list-item.medium {
        width: 50%;
    }

@media (max-width: 600px) {
    .mixed-list-item.medium {
        width: 100%;
    }
}

/**************** Mega Menu ****************/
/*** toggler ***/
.mega-nav-toggler {
    margin: 0;
    padding: 1.5rem 0;
    background: #f2f2f2;
    height: 4.5rem;
    width: 4.5rem;
    text-align: center;
    line-height: 4.5rem;
    display: block;
    color: var(--primary-color);
}

    .mega-nav-toggler:hover {
        color: var(--primary-color);
    }

    .mega-nav-toggler .fa-times,
    .mega-nav-toggler.opened .fa-bars {
        display: none;
    }

    .mega-nav-toggler .fa-bars,
    .mega-nav-toggler.opened .fa-times {
        display: block;
    }

/*** nav ***/
.mega-nav {
    position: relative;
    overflow: hidden;
}

    .mega-nav.opened {
        overflow: visible;
    }

    .mega-nav .mega-menu-container {
        opacity: 0;
        height: auto;
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -ms-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    }

    .mega-nav.opened .mega-menu-container {
        opacity: 1;
    }

.mega-menu-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #f2f2f2;
    z-index: 99;
    box-shadow: 0px 3px 3px #00000029;
    padding-bottom: 8rem;
    padding-top: 5rem;
    box-shadow: 0px 3px 3px #00000029;
}

.mega-nav .menu-title {
    font-size: 2.1rem;
    color: var(--dark-color);
    font-weight: bold;
    white-space: nowrap;
}

    .mega-nav .menu-title:hover {
        color: var(--secondary-color);
    }

.mega-nav ul.sub-menu {
    list-style: none;
    padding: 3rem 0;
}

    .mega-nav ul.sub-menu a {
        font-size: 1.8rem;
        color: var(--color-on-dark);
        white-space: nowrap;
        line-height: 4rem;
        font-weight: bold;
    }

        .mega-nav ul.sub-menu a:hover {
            color: var(--secondary-color);
        }
/**************** Mobile menu ****************/
.main-menu-opened .main-navigation > li {
    opacity: 1;
}
/**************** Carousel ****************/
.media-grid.carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.media-grid.carousel .owl-carousel .owl-dots .owl-dot {
    height: 1rem;
    width: 1rem;
    background: #fff;
    border-radius: 100%;
    margin: 0 0.5rem;
}

.media-grid.carousel .owl-carousel .owl-item {
    opacity: 0.3;
}

    .media-grid.carousel .owl-carousel .owl-item.center {
        opacity: 1;
    }

/**************** Sports ****************/
.sports .sub-nav-wrapper {
    background: #fff;
}

    .sports .sub-nav-wrapper li {
        color: var(--dark-text-color);
    }

    .sports .sub-nav-wrapper .sub-navigation {
        border-right: 7px solid #14b5df;
        padding-right: 2rem;
    }

.sports .section-title h2,
.widget-title h3 {
    border-color: #14b5df;
}

.sports .section-gap.colored {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#14b5df+0,14b5df+10,240141+89,ffffff+90,ffffff+100 */
    background: #240141; /* Old browsers */
    background-image: -moz-linear-gradient( top, #14b5df 0%, #240141 10%, #240141 90%, #ffffff 90%, #ffffff 100% ); /* FF3.6-15 */
    background-image: -webkit-linear-gradient( top, #14b5df 0%, #240141 10%, #240141 90%, #ffffff 90%, #ffffff 100% ); /* Chrome10-25,Safari5.1-6 */
    background-image: linear-gradient( to bottom, #14b5df 0%, #240141 10%, #240141 90%, #ffffff 90%, #ffffff 100% ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-position: top center;
    padding: 0;
    padding-top: 4rem;
}

.sports .framed {
    background: #fff;
    padding: 1.5rem;
}

    .sports .framed .media-slider .slider-main .item-slide img {
        width: 100%;
    }

    .sports .framed .media-slider .slider-main .grad-overlay {
        left: 0;
        right: 0;
    }

.sports .media-slider .slider-nav-thumbnails .item-thumb img {
    width: 100%;
}

.sports .media-slider .slide-info {
    width: 40%;
}

.sports .media-slider .slider-arrows {
    bottom: 3rem;
    top: auto;
    left: 2rem;
}

.rtl.sports .media-slider .slider-arrows {
    right: 2rem;
    left: auto;
}

.sports .framed .media-grid .summary {
    display: none;
}

.sports .slider-nav-thumbnails .slick-track {
    display: flex;
    justify-content: space-between;
    width: 100% !important;
    height: 10rem;
}

.sports .section-gap.slider {
    background: linear-gradient(to bottom, #053828 50%, #ffffffff 50%);
    background-position: top center;
    padding: 0;
}

    .sports .section-gap.slider .container {
        padding-top: 4rem;
    }

    .sports .section-gap.slider:before {
        height: 23rem;
        content: " ";
        display: block;
        position: absolute;
        width: 100%;
        background: linear-gradient(to bottom, #000000, transparent);
        background-position: top center;
        opacity: 0.7;
    }

.sports .category-grid .cat-title {
    background: #14b5df;
}

.rounded .category-list-wrapper li {
    width: calc(12.5% - 2rem);
}

.rounded .category-list-wrapper .perfect-square {
    border-radius: 50%;
    border: 2px solid #5cbfc0;
    margin: 1rem;
}

    .rounded .category-list-wrapper .perfect-square .list-inner {
        border-radius: 50%;
        background-repeat: no-repeat;
    }

.rounded .post-info-wrapper {
    display: none;
    transition: all 1s ease-in-out;
}

.rounded .category-list-wrapper li .list-inner:hover .post-info-wrapper {
    background-color: rgba(92, 191, 192, 0.6);
    display: flex;
}

.media-slider .item-slide {
    position: relative;
}

.media-slider .slide-info {
    width: 60%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3rem 4rem;
}

    .media-slider .slide-info h3,
    .media-slider .slide-info a,
    .media-slider .slide-info p,
    .media-slider .slide-info ul {
        color: #fff;
    }

.media-slider figure {
    width: 100%;
    overflow-y: hidden;
}

.media-slider .slider-nav-thumbnails {
    margin-bottom: 1rem;
}

    .media-slider .slider-main .item-slide img,
    .media-slider .slider-nav-thumbnails .item-thumb img {
        width: calc(100% - 2rem);
        margin: auto;
    }

.media-slider .slider-main {
    position: relative;
}

    .media-slider .slider-main .post-tag {
        margin-bottom: 1rem;
    }

    .media-slider .slider-main .grad-overlay {
        position: absolute;
        top: 0;
        left: 1rem;
        right: 50%;
        bottom: 0;
        background: linear-gradient(270deg, rgba(18, 18, 19, 0) 0%, #121213cf 100%);
    }

.rtl .media-slider .slider-main .grad-overlay {
    background: linear-gradient(90deg, rgba(18, 18, 19, 0) 0%, #121213cf 100%);
    left: 50%;
    right: 1rem;
}

.media-slider .slider-arrows {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.rtl .media-slider .slider-arrows {
    left: 2rem;
    right: auto;
}

.media-slider .slider-arrows .slick-arrow {
    background: var(--primary-color);
    color: #fff;
    border: none;
    margin-right: 1rem;
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
    text-align: center;
    cursor: pointer;
}

    .media-slider .slider-arrows .slick-arrow .fa {
        line-height: 3rem;
    }

.media-slider .slider-main .post-metas li:not(:last-child):after {
    border-color: var(--primary-color);
}

.sports .slider-nav-thumbnails img {
    opacity: 1;
}

/**************** CULTURE ****************/

.culture .mixed-grid-item {
    border: 1px solid var(--items-bg);
}

.culture .media-grid:not(.fill) .media-caption {
    text-align: var(--antidirection);
}

.culture .media-grid:not(.fill) .grad-overlay {
    display: block;
}

.culture .media-grid:not(.fill) .content-block h3,
.culture .media-grid:not(.fill) .content-block a,
.culture .media-grid:not(.fill) .content-block ul {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/******Featured List******/
.featured-list .axil-img-container .media-body__big {
    padding: 2rem 3rem;
    text-align: right;
}

.rtl .featured-list .axil-img-container .media-body__big {
    text-align: left;
}

.featured-list .post-block img {
    max-width: 12.75rem;
}

/**************** INFO BAR ****************/
.info-bar-wrapper {
    position: fixed;
    z-index: 99;
    overflow: hidden;
    bottom: 0;
    width: 100%;
    left: 0;
}

    .info-bar-wrapper .info-bar {
        background: var(--primary-color);
        color: #fff;
    }

    .info-bar-wrapper .close {
        color: var(--items-bg);
        background: var(--primary-color);
        height: 5rem;
        width: 5rem;
        text-align: center;
        line-height: 5rem;
        font-size: 2rem;
        opacity: 1;
    }

.info-bar h4 {
    color: #fff;
    display: none;
}

.info-bar-items {
    display: flex;
    line-height: 5rem;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .info-bar-items::-webkit-scrollbar {
        width: 0;
        background: transparent;
        height: 0;
        display: none;
    }

.info-bar-item {
    white-space: nowrap;
}

    .info-bar-item a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0 2rem;
        font-size: 1.8rem;
        font-weight: bold;
    }

        .info-bar-item a:hover {
            color: #fff;
        }
/**************** Category Grid ****************/
.category-grid .category-list-wrapper li {
    width: 100%;
    position: relative;
}

.category-grid .cat-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    background-color: var(--dark-color);
    padding: 0.5rem 0;
    color: #fff;
    margin: 0;
    white-space: nowrap;
}

@media (max-width: 992px) {
    .category-grid .category-list-wrapper li {
        width: auto;
    }

    .category-grid .category-list-wrapper {
        display: flex;
    }
}
/**************** FONT CONTROLS ****************/
.font-controls-wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
}

.rtl .font-controls-wrapper {
    right: unset;
    left: 0;
}

.font-controls {
    display: flex;
}

.font-controls-wrapper .bigger,
.font-controls-wrapper .smaller {
    background: var(--items-bg);
    color: var(--dark-color);
    border: none;
    margin-inline-end: 1px;
    padding: 10px;
    line-height: 1;
    cursor: pointer;
}

.font-controls-wrapper .bigger {
    font-size: 18px;
    font-weight: bold;
}

.font-controls-wrapper .smaller {
    font-size: 12px;
}
/**************** xxxx ****************/
/**************** xxxx ****************/
/**************** xxxx ****************/
/**************** xxxx ****************/
/**************** xxxx ****************/
/**************** xxxx ****************/
/**************** xxxx ****************/
/**************** MISC ****************/
.optimal.vid-youtube .embed-responsive-item {
    height: 100%;
}

.hide-title .section-title {
    display: none;
}

.author-details-block.coverage {
    background: var(--items-bg);
    padding: 0;
}

    .author-details-block.coverage .media-body {
        margin-top: 2rem;
    }

    .author-details-block.coverage .post-block__mid img {
        max-width: initial;
        min-width: 35rem;
    }

.page_loader {
    height: 100%;
    width: 100%;
    z-index: 100000;
    position: fixed;
    background-color: #fff;
}

    .page_loader .loader_item {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        height: 54px;
        width: 54px;
        bottom: 0;
        margin: auto;
        z-index: 1;
        font-size: 40px;
    }

body:not(.preloader) .page_loader {
    opacity: 0;
    visibility: hidden;
}

.page_loader i {
    color: var(--primary-color);
}

/******************* Audio Player ****************/

.audio-section .video-js div {
    display: none;
}

.audio-section .video-js .vjs-duration,
.audio-section .video-js .vjs-fullscreen-control,
.audio-section .video-js .vjs-duration span,
.audio-section .vjs-current-time,
.audio-section .vjs-current-time span,
.audio-section .vjs-audio.vjs-has-started .vjs-poster,
.audio-section .video-js .vjs-time-divider {
    display: none !important;
}

.audio-section .video-js .vjs-play-control:focus,
.audio-section .vjs-control-bar:focus {
    outline: none;
}

.audio-section .video-js .vjs-play-control {
    background: var(--secondary-color);
    display: block;
    width: 8em;
}

.audio-section .audio-container .video-js {
    height: auto !important;
}

.audio-section .audio-container {
    margin-bottom: 40px;
    width: 21%;
}

/*.audio-container, .audio-label {
    display: inline-block;
}*/

.audio-label {
    background: #f2f2f2;
    padding: 9.5px 0;
    width: 79%;
    font-size: 3.6rem;
    height: fit-content;
    text-align: center;
    color: var(--dark-color);
}

.audio-section {
    margin: 0;
}

    /*.video-js .vjs-play-control .vjs-icon-placeholder:before {
    content: "\f099" !important;
    font-family: FontAwesome;
}*/

    .audio-section
    .video-js
    .vjs-play-control.vjs-playing
    .vjs-icon-placeholder:before,
    .audio-section .vjs-icon-pause:before {
        content: "\f104" !important;
        font-size: 45px;
    }

    .audio-section .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
    .audio-section .video-js .vjs-play-control .vjs-icon-placeholder:before,
    .audio-section .vjs-icon-play:before {
        content: "\f107" !important;
        font-size: 45px;
    }

    .audio-section .video-js .vjs-control:focus,
    .video-js .vjs-control:focus:before,
    .video-js .vjs-control:hover:before {
        text-shadow: none !important;
    }

    .audio-section .audio-container .video-js .vjs-control-bar {
        height: 8em;
        background: none !important;
    }

.audio-container .vjs-button > .vjs-icon-placeholder:before {
    line-height: 1.9;
}

/**************** Responsive ****************/
@media (max-width: 1600px) {
    .big-video {
        background-position: 8rem 8rem;
    }

        .big-video:before {
            left: 3rem;
        }

        .big-video:after {
            right: 3rem;
        }
}

@media (max-width: 1024px) {
    .main-navigation li {
        margin-right: 1rem;
        margin-left: 0;
    }
}

@media (max-width: 992px) {
    .post-block .axil-post-title {
        font-size: 1.8rem;
    }

    html {
        font-size: 9px;
    }

    .featured-video {
        margin-top: 3rem;
    }

    .big-video {
        background-position: 2rem 2rem;
    }

        .big-video:before {
            border-top: 4rem solid #fff;
            border-left: 4rem solid transparent;
            border-right: 4rem solid transparent;
        }

        .big-video:after {
            border-bottom: 4rem solid #fff;
            border-left: 4rem solid transparent;
            border-right: 4rem solid transparent;
        }

    .aside {
        margin-top: 4rem;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 8.7px;
    }

    .section-gap {
        padding-top: 2rem;
    }

    .items-grid .media-figure {
        display: none;
    }

    .videos-section .items-grid .media-figure {
        display: block;
    }

    .featured-video .title-go img {
        height: 6rem;
    }

    .featured-video .title-go {
        top: -4rem;
    }

    .featured-video .video-js .vjs-big-play-button {
        height: 5rem;
        width: 5rem;
        line-height: 5rem;
    }

        .featured-video .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
            font-size: 4rem;
        }

    .featured-video .video-js .vjs-big-play-button {
        left: 2rem;
        top: calc(100% - 7rem);
    }

    .rtl .featured-video .video-js .vjs-big-play-button {
        right: 2rem;
        left: auto;
    }

    .featured-video .video-info {
        right: 8rem;
        width: calc(100% - 8rem);
    }

        .featured-video .video-info .summary {
            display: none;
        }

    .featured-video .embed-responsive-21by9::before {
        padding-top: 56.25%;
    }

    .videos-section.big:before {
        border-top: 4rem solid #fff;
        border-left: 4rem solid transparent;
        border-right: 4rem solid transparent;
    }

    .videos-section.big:after {
        border-top: 4rem solid #fff;
        border-left: 4rem solid transparent;
        border-right: 4rem solid transparent;
    }

    .feed .post-block {
        display: block;
    }

        .feed .post-block img {
            max-width: 100%;
        }

    .section-gap.spearator .container:before {
        margin-top: 1.5rem;
        margin-bottom: 4.5rem;
    }

    .slider-nav-thumbnails {
        display: none;
    }

    .custom-slider .slider-arrows {
        bottom: 0;
    }

    .post-block > a,
    .post-block figure > a {
        margin: 0;
    }

    .sidebar-post-widget .post-block > a,
    .feed .post-block figure > a {
        margin-right: 1rem;
        margin-left: auto;
    }

    .rtl .sidebar-post-widget .post-block > a,
    .rtl .feed .post-block figure > a {
        margin-left: 1rem;
        margin-right: auto;
    }

    .post-metas-wrapper {
        display: block;
    }

        .post-metas-wrapper .social-share {
            justify-content: flex-end;
        }
}

@media (max-width: 576px) {
    .section-gap {
        padding-top: 1rem;
    }

    html {
        font-size: 8.2px;
    }

    .feed .post-block {
        display: block;
    }

        .feed .post-block img {
            min-width: 100%;
            max-width: 100%;
            margin-bottom: 2rem !important;
        }
}

@media (max-width: 480px) {
    .section-gap {
        padding-top: 0;
    }

    .featured-video {
        margin-top: 5rem;
    }

        .featured-video .title-go img {
            height: 6rem;
        }

        .featured-video .title-go {
            top: -4rem;
        }

    .main-content-text {
        margin-top: 3rem;
    }

    html {
        font-size: 8px;
    }

    ul.nav.sub-navigation.list-inline {
        visibility: hidden;
    }

    .tab-content.scrollable {
        margin-top: -24px;
    }

    div#tab-recent-videos {
        padding-top: 64px;
    }

    .section-title {
        margin-top: 12px;
    }
}

.vjs-icon-cog {
    font-size: 2em !important;
    margin-top: 2px !important;
}

button.vjs-fullscreen-control.vjs-control.vjs-button {
    margin-right: 1em !important;
}

button.vjs-picture-in-picture-control.vjs-control.vjs-button {
    display: none;
}

.footer-social-share {
    position: absolute;
    top: 0px;
}

p.site-description {
    margin-top: 4em;
}

.site-description img {
    display: block;
}

.nav-go h2 {
    color: var(--dark-color);
    font-size: 4rem;
    float: var(--direction);
    margin-inline-end: 31%;
    padding-top: 0.5rem;
    line-height: 6rem !important;
    line-height: 6rem !important;
    border-right: 7px solid var(--primary-color);
}
/**************** Whatsapp Subscription Page ****************/
.whatsapp-service-container {
    text-align: center;
}

.whatsapp-service-title {
    background-color: var(--brand-grulio);
    color: #fff;
    padding: 3rem 0;
}

.whatsapp-service-grid {
    display: grid;
    max-width: 1170px;
    margin: auto;
}

.whatsapp-service-grid-item {
    padding: 3rem;
    margin: 2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

    .whatsapp-service-grid-item:hover {
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    }

    .whatsapp-service-grid-item p {
        margin-bottom: 1rem;
    }

    .whatsapp-service-grid-item a {
        color: var(--brand-grulio);
        text-decoration: underline;
    }

.whatsapp-service-subscription-icon {
    font-size: 15rem;
    color: var(--brand-grulio);
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .whatsapp-service-grid {
        grid-template-columns: 50% 50%;
    }
}

@media (min-width: 1024px) {
    .whatsapp-service-grid {
        grid-template-columns: 50% 50% 50%;
    }
}

.whatsapp-page .whatsapp-service-title {
    color: #42526b !important;
}

.whatsapp-page p {
    color: #42526b !important;
}

.whatsapp-page .whatsapp-service-grid-item a {
    color: #ffa603;
}

.whatsapp-page .whatsapp-service-grid-item h2 {
    color: #42526b !important;
}

.small h1,
.small h2,
.small h3,
.small h4,
.small h5,
h6,
.small p,
.small div {
    font-size: 1.6rem !important;
}

/**************** Categories Grid ****************/
.categories-grid .category-list {
    position: relative;
}

.categories-grid .list-inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}

.categories-grid .cat-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    background-color: var(--brand-darkblue);
    padding: 0.5rem 0;
    color: #fff;
    margin: 0;
    white-space: nowrap;
}

/**************** MIXED GRID ****************/
.read .section-gap {
    background-color: var(--items-bg);
}

.read .page-footer .section-gap {
    background-color: var(--grey-bg);
}

.section-gap.dark.gradient {
    background: linear-gradient( 180deg, var(--brand-darkblue), var(--brand-darkblue) 25%, #f2f2f2 0%, #f2f2f2 75% );
    background: linear-gradient( 180deg, var(--brand-darkblue), var(--brand-darkblue) 17%, #f2f2f2 0%, #f2f2f2 73%, var(--brand-darkblue) 10% );
}

    .section-gap.dark.gradient .media-grid .section-title h2 {
        color: var(--brand-darkblue);
    }

.single-player.white-border {
    background: #fff;
    border-bottom: 2px solid var(--brand-orange);
}

.mixed-grid .media-icon {
    right: 0.5rem;
    left: unset;
}

.mixed-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mixed-grid-item {
    background-color: #fff;
    margin-bottom: 3rem;
    position: relative;
}

    .mixed-grid-item .item-content {
        padding: 1.5rem;
        height: 100%;
        display: flex;
    }

        .mixed-grid-item .item-content .media-block {
            background-position: center;
            background-size: cover;
            position: absolute;
            background-repeat: no-repeat;
            height: 100%;
            right: 0;
            top: 0;
        }

        .mixed-grid-item .item-content .info-block {
            padding-left: 2rem;
        }

    .mixed-grid-item.blue {
        background-color: var(--brand-blue);
    }

    .mixed-grid-item.dark {
        background-color: var(--brand-darkblue);
    }

    .mixed-grid-item.color {
        background-color: var(--items-bg);
    }

    .mixed-grid-item.blue h3,
    .mixed-grid-item.blue p,
    .mixed-grid-item.blue a,
    .mixed-grid-item.blue ul {
        color: #fff;
    }

    .mixed-grid-item.blue .post-tag a {
        color: var(--brand-darkblue);
    }

    .mixed-grid-item.dark .post-tag a,
    .mixed-grid-item.dark h3 {
        color: white;
    }

    .mixed-grid-item.dark .post-tag:before {
        border-color: white;
    }

    /*** DEFAULT ***/
    .mixed-grid-item.default {
        width: 49%;
    }

        .mixed-grid-item.default .item-content .media-block {
            width: 40%;
        }

            .mixed-grid-item.default .item-content .media-block:hover {
                width: 100%;
                position: absolute;
            }

        .mixed-grid-item.default .item-content .info-block {
            width: 60%;
        }

    /*** BIG ***/
    .mixed-grid-item.big {
        width: 100%;
    }

        .mixed-grid-item.big .item-content .media-block {
            width: 50%;
        }

        .mixed-grid-item.big .item-content .info-block {
            width: 50%;
        }

    /*** SMALL ***/
    .mixed-grid-item.mini {
        width: 32%;
    }

    /*** WIDE ***/
    .mixed-grid-item.wide {
        width: 100%;
    }

        .mixed-grid-item.wide .item-content .media-block {
            width: 20%;
        }

        .mixed-grid-item.wide .item-content .info-block {
            width: 80%;
        }

    .mixed-grid-item.textonly .item-content .info-block {
        width: 100%;
    }

    /*** Video ***/
    .mixed-grid-item.video {
        width: 100%;
    }

        .mixed-grid-item.video .item-content .media-block {
            width: calc(54% + 1rem);
        }

        .mixed-grid-item.video .item-content .info-block {
            width: calc(46% - 1rem);
        }

        .mixed-grid-item.video .item-content .media-block {
            height: calc(100% - 2rem);
            left: 1rem;
            top: 1rem;
        }

@media (min-width: 767px) {
    .mixed-grid.video-item-grid .mixed-grid-item.big {
        height: 270px;
    }

        .mixed-grid.video-item-grid .mixed-grid-item.big .item-content .media-block {
            margin: 1rem;
            width: 40%;
            height: calc(100% - 2rem);
        }
}

.mixed-grid.video-item-grid
.mixed-grid-item.big
.item-content
.media-block:after {
    content: "";
    width: 15px;
    height: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #f2f2f2;
    background-color: transparent;
    box-shadow: none;
    position: absolute;
    top: calc(50% - 7.5px);
    left: calc(50% - 5px);
}

.mixed-grid.video-item-grid
.mixed-grid-item.big
.item-content
.media-block:before {
    content: "";
    width: 57px;
    height: 57px;
    background: #1c3664ad 0% 0% no-repeat padding-box;
    border: 0.5px solid var(--brand-darkblue);
    position: absolute;
    top: calc(50% - 28.5px);
    left: calc(50% - 28.5px);
    box-shadow: 0px 3px 6px #00000029;
}

@media (max-width: 1024px) {
    .mixed-grid-item.default {
        width: 100%;
    }

    .sub-nav-wrapper li {
        font-size: 2.5rem;
    }

    .ticker-wrap .ticker-label {
        left: 1.8rem;
    }
}

@media (max-width: 767px) {
    .mixed-grid-item.mini {
        width: 100%;
    }

    .mixed-grid-item .item-content .media-block {
        width: 100% !important;
        position: static;
        display: block;
        height: 20rem;
    }

    .mixed-grid-item .item-content .info-block {
        width: 100% !important;
        padding: 0 0 2rem 0;
    }

    .mixed-grid-item .item-content {
        display: block;
    }

        .mixed-grid-item .item-content .media-block:hover {
            position: static !important;
        }
}
/**************** MIXED List ****************/

.mixed-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mixed-list-item {
    background-color: #fff;
    margin-bottom: 3rem;
    position: relative;
}

    .mixed-list-item .item-content {
        padding: 1.5rem;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

        .mixed-list-item .item-content .media-block {
            height: 100%;
            width: 100%;
        }

            .mixed-list-item .item-content .media-block img {
                width: 100%;
            }

        .mixed-list-item .item-content .info-block {
            padding: 0.5rem 1rem;
            background: var(--items-bg);
            -webkit-flex-grow: 1;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .mixed-list-item .item-content .post-metas {
            flex-grow: 1;
            display: flex;
            flex-direction: column-reverse;
        }

    .mixed-list-item .thumb-wrapper {
        position: relative;
        border-bottom: 4px solid var(--image-border);
    }

    .mixed-list-item.border-around .thumb-wrapper {
        border: 9px solid var(--image-border);
    }

    .mixed-list-item.border-around .info-block {
        background: transparent;
    }

    /*** LARGE ***/
    .mixed-list-item.large {
        width: 100%;
    }
    /*** SMALL ***/
    .mixed-list-item.medium {
        width: 50%;
    }

/*********** News Ticker ***************/
* {
    box-sizing: border-box;
}

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.ticker-wrap {
    direction: ltr;
    width: 100%;
    overflow: hidden;
    height: 5rem;
    background-color: #f1f1f1;
    padding-right: 100%;
    box-sizing: border-box;
}

    .ticker-wrap .ticker {
        animation-direction: reverse !important;
        display: inline-block;
        height: 5rem;
        line-height: 5rem;
        white-space: nowrap;
        box-sizing: content-box;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-name: ticker;
        animation-name: ticker;
        -webkit-animation-duration: 100s;
        animation-duration: 100s;
    }

    .ticker-wrap .ticker__item {
        display: inline-block;
        padding: 0 4rem;
        font-size: 2rem;
        color: var(--brand-darkblue);
    }

        .ticker-wrap .ticker__item:after {
            background: url(//media.infoplusnetwork.com/uploads/logo.png) no-repeat;
            height: 30px;
            width: 30px;
            position: absolute;
            margin-left: 2rem;
            background-size: 20px;
            margin-top: 1.8rem;
            content: "";
        }

        .ticker-wrap .ticker__item:last-child:after {
            content: unset;
        }

    .ticker-wrap .ticker-label {
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        padding: 0;
        background: var(--live-color);
        width: 8rem;
        height: 5rem;
        line-height: 5rem;
        font-size: 2rem;
        font-weight: normal;
        color: #ffffff;
        text-align: center;
        left: 1rem;
        z-index: 1;
    }

    .ticker-wrap .ticker-overlay {
        position: absolute;
        top: 0;
        right: 1rem;
        left: 85%;
        bottom: 0;
        background: linear-gradient( 270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.82) 100% );
    }

    .ticker-wrap .time {
        font-size: 1.5rem;
        margin-right: 2rem;
    }

/**************** SECTIONS ****************/
@media (min-width: 576px) {
    .half-placement {
        max-width: calc(50% - 15px);
        padding-inline-end: 30px;
        float: var(--direction);
        background-color: #fff;
    }

    .half-placement-complement .mixed-list-item.end-half-placement {
        clear: both;
    }
}

@media (min-width: 992px) {
    .half-placement-start {
        max-width: calc(50% - 15px);
        float: var(--direction);
    }

    .half-placement-end {
        max-width: calc(50% - 15px);
        float: var(--antidirection);
    }
}

.title-replace-margin {
    margin-top: 4rem;
}

.moreArticlesList .post-block {
    background-color: #fff;
}

.moreArticlesList .axil-recent-news {
    padding: 0 !important;
}

.moreArticlesList .post-block a {
    padding: 1rem !important;
}

/**************** MIXED List ****************/
.mixed-list .mixed-list-wrapper {
    display: grid;
    grid-row-gap: 2rem;
    grid-column-gap: 3rem;
}

.mixed-list .mixed-list-item {
    padding-bottom: 0;
    margin-bottom: 0;
}

    .mixed-list .mixed-list-item .thumb-wrapper {
        border: none;
    }

    .mixed-list .mixed-list-item .item-content {
        min-height: unset !important;
        height: auto;
        padding: 0;
    }

        .mixed-list .mixed-list-item .item-content .info-block {
            padding: 0;
            background-color: transparent;
            display: flex;
            flex-direction: column;
        }

    .mixed-list
    .mixed-list-item:not(.small):not(.big)
    .item-content
    .thumb-wrapper {
        margin-bottom: 1.5rem;
    }

    .mixed-list .mixed-list-item .item-content .info-block .summary {
        margin: 2rem 0 0;
    }

/* with border bottom */
.border-bottom {
    border-color: var(--separators-col);
    padding-bottom: 1.5rem !important;
}

/* small items with small thumb */
.mixed-list.small-items .mixed-list-item.small .item-content .thumb-wrapper {
    max-width: 9rem;
    min-width: 9rem;
}

.mixed-list[class*="half-placement-"]
.mixed-list-item.small
.item-content
.post-metas {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (min-width: 992px) {
    /* main posts */
    .mixed-list:is(.main-featured, .secondary-featured) .mixed-list-wrapper {
        grid-template-columns: calc(50% - 15px) calc(50% - 15px);
    }

    .mixed-list:is(.main-featured, .secondary-featured) .mixed-list-item {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .mixed-list.secondary-featured .mixed-list-item.featured {
        grid-row-start: 1;
        grid-row-end: 5;
    }

    .mixed-list.secondary-featured:not(.secondary-featured-double)
    .mixed-list-item:not(.featured) {
        grid-column-start: 2;
    }

    .mixed-list.secondary-featured-double .mixed-list-wrapper {
        grid-template-columns: calc(33.333333% - 20px) calc(33.333333% - 20px) calc( 33.333333% - 20px );
    }

    .mixed-list.secondary-featured .mixed-list-item.featured h3 {
        font-size: 2.4rem;
    }

    .mixed-list.main-featured .mixed-list-item.featured {
        grid-row-start: 1;
        grid-row-end: 4;
    }

        .mixed-list.main-featured .mixed-list-item.featured h3 {
            font-size: 2.8rem;
        }

    .mixed-list.main-focused-featured .mixed-list-wrapper {
        grid-template-columns: calc(66.666666% - 15px) calc(33.333333% - 15px);
    }

    .mixed-list.main-focused-featured .mixed-list-item.featured:first-of-type {
        grid-row-start: 1;
        grid-row-end: 4;
    }
}

.navbar {
    padding: 0;
    z-index: auto;
}

.header-top {
    height: 0rem;
    background-color: white;
}

ul.ml-auto.social-share.header-top__social-share {
    position: absolute;
    top: 2.5rem;
    right: -22rem;
    z-index: 10;
    flex-wrap: nowrap;
}

i.fa.fa-search {
    border-left: 1px solid;
    padding-left: 6px;
    margin-left: 22rem;
}

.navbar-search .navbar-search-btn i,
.navbar-search .navbar-search-btn span {
    display: none;
}

/*MediaInfo Page*/
.section-go p.summary {
    font-size: 2.2rem;
    color: #ffffff;
    margin-top: -5rem;
}

/*News Page*/
.news-page .page-header .sub-nav-wrapper {
    background-color: #ffa603 !important;
}

.news-page .slick-slide .col-md-6 {
    width: 50%;
    margin: auto;
    text-align: center;
    float: none;
}

.news-page .custom-slider .slider-arrows {
    width: 100%;
}

.news-page .custom-slider .slick-next {
    position: absolute;
    left: 0;
}

/*Color for menu*/
.page-header .sub-nav-wrapper {
    background-color: var(--primary-color);
    color: white;
}

.breadcrumb-wrapper {
    background-color: #b9b9b9;
}

/*Most read widget adjusment*/
.most-read .item-content {
    flex-direction: row !important;
}

.most-read .info-block {
    margin-right: 20px;
}

/*six widget*/
.mixed-list-item.small .item-content {
    flex-direction: row !important;
}

    .mixed-list-item.small .item-content .info-block {
        margin-right: 20px;
    }

.six-widget .section-title {
    margin-top: 30px;
}

.mixed-list[class*="half-placement-"]
.mixed-list-item.small
.item-content
.post-metas {
    position: relative;
}

.page-header .sub-nav-wrapper ul {
    justify-content: right !important;
}

.mixed-list .section-title {
    background-color: white;
}

.six-widget .mixed-list-item.small .item-content {
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

/*Background color for widget space*/
.section-gap.six-widget {
    background-color: #f0f0f0 !important;
}

.mixed-list .mixed-list-wrapper {
    grid-row-gap: 0rem;
}

.six-widget a.more-link {
    display: none;
}

/*padding for six-widget sub-title*/

.mixed-list-item.featured.featured-min-height.border-bottom h3 {
    padding-right: 10px;
}

.mixed-list .section-title {
    padding-right: 20px;
    padding-top: 20px;
}

.mixed-list-item .item-content .media-block img {
    border-left: 10px solid white;
    border-right: 10px solid white;
}

/*Background for most read*/

section.section-gap.boxed.most-read {
    border: 50px solid #f0f0f0 !important;
}

/* main posts */
/*.mixed-list.main-featured .mixed-list-item:not(.featured) .summary {
    display: none;
}*/

/*Social icons*/

ul.ml-auto.social-share.header-top__social-share li > a > button {
    border: none;
    background-color: white;
    font-size: 20px;
    cursor: pointer;
    padding-top: 4px;
    padding-left: 0px;
}

/*Prevent search icon from disappearing on hover*/
.nav-search-field-toggler:hover {
    color: black;
}

/*Correction social icons footer*/
.page-footer .fab {
    display: block;
    padding-top: 10px;
}

.mixed-list-item.small.crop-min-height img {
    width: 105px;
    border: none;
    border-radius: 3px;
}

ul.ml-auto.social-share.header-top__social-share li > a > button:focus {
    outline: 0;
}

section.section-gap.from-memory {
    margin-top: -74px;
}

.nav-go h2 {
    margin-right: -13px !important;
}

@media (max-width: 1598px) {
    .tab-content.scrollable {
        height: 541px;
    }
}

/*For test page*/

.test-page .mixed-list-item.small .item-content {
    width: 290px;
}

.test-page .section-title {
    width: 290px !important;
}

    .test-page .section-title > h2 > a {
        font-size: 30px;
    }

    .test-page .section-title > h2 {
        height: 50px;
    }

.test-page .datalist h3 {
    font-size: 20px;
}

.test-page .crop-min-height a {
    font-size: 14px;
}

.test-page .crop-min-height img.optimal.noresize {
    width: 86px;
}

.test-page .crop-min-height {
    padding-top: 10px;
    padding-right: 10px;
}

.test-page a.more-link {
    display: none;
}

.test-page .row-2 {
    background-color: #f0f0f0;
}

.test-page .boxed {
    background-color: #f0f0f0;
}

.test-page .mixed-list-item.small.crop-min-height.border-bottom {
    padding-bottom: 0px !important;
}

/*3x3 widget*/
.news-page .mixed-list-item.small .item-content {
    width: 392px;
}

.news-page .section-title {
    width: 397px !important;
}

    .news-page .section-title > h2 > a {
        font-size: 30px;
    }

    .news-page .section-title > h2 {
        height: 50px;
    }

.news-page .datalist h3 {
    font-size: 20px;
}

.news-page .crop-min-height a {
    font-size: 14px;
}

.news-page .crop-min-height img.optimal.noresize {
    width: 86px;
}

/*
.news-page section.section-gap {
    background-color: #f0f0f0;
}

*/

.row-1 {
    padding-top: 10px;
    background-color: #f0f0f0;
}

.row-2 {
    padding-top: 0px;
    background-color: #f0f0f0;
    border-top: 10px solid #f0f0f0;
}

section.section-gap {
    padding-bottom: 0px;
}

.news-page .crop-min-height {
    padding-top: 10px;
    padding-right: 5px;
}

.news-page a.more-link {
    display: none;
}

/*newsTicker */
.ticker-wrap .ticker-label {
    right: 0px !important;
    font-size: 16px !important;
    background-color: red !important;
}

.ticker-wrap .ticker-overlay {
    background: none;
}
/*Quad grids */
.quad-grids .media-grid .content-block {
    text-align: center;
    position: relative;
    display: block;
}

.quad-grids a.more-link {
    padding: 2rem;
}

.quad-grids .media-grid .grid-item {
    padding-left: 0 !important;
    margin-bottom: 0.5rem;
    padding-right: 4px !important;
}

.quad-grids .grid-wrapper.row.datalist {
    margin: 1.4rem !important;
}

.quad-grids .section-title h2,
.widget-title h3 {
    border-right: none !important;
}

.quad-grids .content-block > a img {
    filter: brightness(70%);
    transform: scale(1.2);
}

.quad-grids .media-grid .section-title h2 {
    color: var(--dark-color);
    font-size: 3.6rem !important;
    line-height: 3rem !important;
}

.ribbon-top-right {
    top: 12px;
    right: -44px;
}

    .ribbon-top-right::before {
        top: 0;
        left: 0;
    }

    .ribbon-top-right::after {
        bottom: 0;
        right: 0;
    }

    .ribbon-top-right span {
        left: -171px;
        top: 30px;
        transform: rotate(45deg);
    }

.ribbon span {
    display: block;
    width: 160px;
    padding: 15px 0;
    background-color: #ffa009;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    font: 700 18px/1 "Lato", sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center;
}

.ribbon {
    overflow: visible;
    position: absolute;
}

.quad-grids .quad-media .ribbon span {
    background-color: #02325c !important;
}

.home .page-header .sub-nav-wrapper {
    background-color: #ffa009;
}
/*FAQ widget*/
.faq {
    padding-bottom: 7rem !important;
}

    .faq h2 {
        color: var(--dark-color);
    }

    .faq .fa-plus:before {
        content: "\f067";
        border: solid 1px #ffa603;
        border-radius: 1rem;
        margin-right: 0.438rem;
        padding: 2px;
        color: #ffa603;
    }

    .faq .fa-minus:before {
        content: "\f068";
        border: solid 1px #ffa603;
        border-radius: 1rem;
        margin-right: 0.438rem;
        padding: 2px;
        color: #ffa603;
    }

    .faq .mission-label {
        display: none;
    }

    .faq button.btn {
        width: 100%;
    }

    .faq .btn {
        justify-content: space-between !important;
    }

    .faq .card-header {
        padding-bottom: 3rem;
    }

    .faq button.btn.btn-link {
        font-size: 1.6rem;
    }
/*Design for Contribute Page*/
.form-footer button {
    font-size: 16px;
    padding: 1rem;
    background-color: #ffa009;
}

.cover-upload-btns label {
    font-size: 1.5rem !important;
}

.community-form label.custom-file-label::after {
    left: -1rem !important;
    border: 1px solid #ffa009 !important;
    font-size: 1.3rem !important;
    color: #838383 !important;
}

.community-participation-form .form-group.col-12 label {
    display: none;
}

.community-user-item.community-user-authorized {
    display: flex;
}

.community-user-image {
    width: inherit;
    height: inherit;
    display: block;
    background-position: center;
    background-size: cover;
}

.community-user-item-label {
    display: none;
}

.community-panel .modal-header .close {
    position: absolute;
    cursor: pointer;
    font-size: 1rem;
    top: 1.5rem;
    right: 1.5rem;
    border-radius: 50%;
    color: var(--alt-text-color);
    background-color: var(--primary);
    padding: 0.35rem 0.5rem;
}

    .community-panel .modal-header .close i {
        display: inline-block;
    }

.community-panel .modal-body .firebaseui-idp-list {
    text-align: center;
}

    .community-panel
    .modal-body
    .firebaseui-idp-list > .firebaseui-list-item:not(:first-child) {
        display: none;
    }

.community-panel .modal-body .firebaseui-idp-button {
    text-align: center;
}

.community-panel .modal-body .firebaseui-idp-text.firebaseui-idp-text-long {
    display: none;
}

.community-form form {
    background-color: white;
    padding: 1rem 3rem;
    position: relative;
}

.community-form .row ~ .row:not([class*="upload-btns"]):not(.form-footer) {
    border-top: 1px solid var(--light-grey);
    padding-top: 1rem;
    margin-top: 1rem;
}

.community-form label:not(.custom-file-label) {
    font-family: var(--strong-font-family);
    font-size: 0.8rem;
}

.community-form .custom-file {
    white-space: nowrap;
}

.community-form label.custom-file-label {
    font-size: 0.7rem;
    background-color: transparent !important;
    border: none;
}

    .community-form label.custom-file-label::after {
        left: 0;
        color: var(--primary);
        text-align: center;
        background-color: white;
        border: 1px solid var(--primary);
        border-radius: inherit;
    }

.community-form .custom-file-input:hover ~ .custom-file-label::after,
.community-form .custom-file-input:hover ~ .custom-file-label::after {
    background-color: var(--primary);
    color: var(--alt-text-color);
}

.community-form .custom-file-input:disabled ~ .custom-file-label::after,
.community-form .custom-file-input[disabled] ~ .custom-file-label::after {
    background-color: #e9ecef;
    color: var(--primary);
}

.community-form fieldset:not(:disabled),
.community-form fieldset:not([disabled]) {
    border-bottom: 1px solid var(--light-grey);
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.community-form fieldset:disabled ~ div.row,
.community-form fieldset[disabled] ~ div.row {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    z-index: 1;
    background-color: #00000055;
}

    .community-form fieldset:disabled ~ div.row .form-group,
    .community-form fieldset[disabled] ~ div.row .form-group {
        align-self: center;
        text-align: center;
    }

.community-user-item.community-login-btn {
    margin-top: 0.4rem;
}
/*Design for Contact Page*/
.contactpage-form-div button {
    background-color: #ffa603 !important;
}

.contactpage-form-div .input.text input::-webkit-input-placeholder {
    font-size: 15px;
}

.contactpage-form-div textarea::-webkit-input-placeholder {
    font-size: 15px;
}

.form-error-msg {
    display: none;
    color: #aa0000;
}

.sub-nav-wrapper li a:hover {
    color: white !important;
}

/*search bar on mobile*/
@media (max-width: 986px) {
    i.fa.fa-search {
        margin: auto;
        border-left: none;
    }
}

/* -----------Phase one------------- */

.has-dropdown .submenu {
    transform-origin: top left;
    background: #f1f1f1;
    min-width: 15rem;
    max-width: 14rem;
}

.has-dropdown a::before {
    background-color: transparent;
}

.has-dropdown:hover .submenu {
    visibility: visible !important;
    opacity: 1;
    transform: scale(1);
    padding-bottom: 0rem;
}

ul.submenu.submenu-tree {
    flex-direction: column;
    background: #ffa009;
    border: 1px solid black;
}

.sub-navigation .m.d {
    margin-bottom: 10px;
}

.sub-nav-wrapper ul {
    overflow: unset;
}

.sub-nav-wrapper li {
    margin-left: 0;
}

.sub-nav-wrapper ul {
    column-gap: 4rem;
}

.header-top-nav.list-inline.justify-content-center.justify-content-md-start {
    display: none;
}

ul.ml-auto.social-share.header-top__social-share {
    top: 16px;
}

.brand-logo-container {
    padding: 10px 0;
}

.has-dropdown > a .submenu-toggler:after {
    content: "\f107";
    position: absolute;
    top: 39%;
}

@media (max-width: 1200px) {
    .sub-nav-wrapper ul {
        overflow: scroll;
    }

    .has-dropdown > a .submenu-toggler:after {
        display: none;
    }

    ul.submenu.submenu-tree {
        display: none;
    }
}

.banner.banner-logo img {
    max-width: 100%;
}

.custom-slider .slider-arrows .slick-arrow .fa {
    line-height: 0;
}

.home .slide-info a {
    font-size: 26px;
}

.home .items-list a {
    font-size: 18px;
}

.home .media-grid .grid-item {
    padding: 0 !important;
    background-color: #f5f5f5;
}

    .home .media-grid .grid-item .media-caption {
        padding-right: 20px;
        padding-left: 5px;
        padding-top: 5px;
        padding-bottom: 10px;
    }

/* .home .media-grid .content-block:hover img {
  transform: scale(1.4) !important;
} */

/*custom animations for infoplus*/
@media (min-width: 992px) {
    .second:hover {
        width: 100%;
        transition: all 0.5s ease-in-out;
        border: 5px solid #ffa009;
    }

    .home .poster .content-block:hover {
        position: absolute;
        transform: scale(1.3);
        z-index: 9999;
        transition: 0.2s ease-in;
    }

    .grid-item {
        transition: all 0.2s ease;
    }

    .home .info-char .grid-item:hover {
        transform: translate(0);
    }

    .home .slider-main {
        margin-bottom: 33px;
    }
}

.home .ribbon.ribbon-top-right {
    display: none;
}

.left-of-slider h3 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 2.6em;
}

    .left-of-slider h3:hover {
        max-height: unset;
    }

.home .info-char .media-grid .grid-item {
    padding-left: 15px !important;
    padding-right: 15px !important;
    background-color: white;
}

.zoom .media-grid .content-block:hover img {
    transform: scale(1.4) !important;
}


/*******************DONT WRITE ANY CSS BELOW *********************/
