﻿:root {
    --primary-font: 'Greta', Tahoma, sans-serif;
    --secondary-font: 'Greta', Tahoma, sans-serif;
    --bold-font: 'GretaBold', sans-serif;
    --medium-font: 'GretaMedium', sans-serif;
    --primary-color: #1E8AD3;
    --grey-dark-one: #000;
    --grey-light-one: #F2F2F2;
    --brand-orange: #F36928;
    --primary-color: #F36928;
    --brand-blue: #5CBFC0;
    --brand-green: #007552;
    --brand-purple: #8151A7;
    --brand-darkblue: #1C3664;
    --grey-bg: #E1E1E1;
    --items-bg: #F2F2F2;
    --grey-col: #707070;
    --grey-col2: #989898;
    --grey-text: #1A1A1A;
    --separators-col: #C8C8C8;
    --read-col: #494E51;
    --direction: left;
    --antidirection: right;
    --videos-highlight: #5CBFC0;
    --marker-color: rgb(25,110,160);
    --nav-height: 85rem;
    --nav-fsize: 2.1rem;
    --widget-fsize: 4rem;
    --item-fsize: 2.6rem;
    --item-ft-fsize: 3.0rem;
    --tag-fsize: 1.6rem;
    --lineheihgt: 3.8px;
    --summary-fsize: 1.8rem;
    --section-color: #F36928;
    --submenu-bg: #f1f1f1;
    --live-color: #FF0000;
}


/**************** SECTIONS ****************/
body.read {
    --section-color: #5CBFC0;
    --items-bg: #F2F2F2;
    --submenu-bg: #5CBFC0;
}

body.sports {
    --section-color: var(--brand-green);
    --items-bg: #F2F2F2;
    --submenu-bg: var(--brand-green);
}

body.culture {
    --section-color: #F36928;
    --items-bg: #f3e4c2;
    --submenu-bg: #f3e4c2;
}

body.interactive {
    --section-color: #8151A7;
    --items-bg: #F2F2F2;
    --submenu-bg: #F2F2F2;
}

body.misc {
    /*--section-color: #8151A7;*/
    --items-bg: #f2f2f2;
    --submenu-bg: #f2f2f2;
}

body.go, body.dark {
    --section-color: #1C3664;
    --items-bg: #F2F2F2;
    --live-color: #5CBFC0;
}

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(--grey-text);
}

/*.post-cat-group .bg-color-politics, .post-cat-group .bg-color-analytics, .post-cat-group .bg-color-butterfly-effect, .post-cat-group .bg-color-opinion, .post-cat-group .bg-color-blog {
        background: var(--action-color);
    }
    .post-cat-group .bg-color-reports, .post-cat-group .bg-color-video, .post-cat-group .bg-color-episodes, .post-cat-group .bg-color-newscast, .post-cat-group .bg-color-promo {
        background: var(--primary-color);
    }
    .post-cat-group .bg-color-sports {
        background: var(--color-success);
    }
    .post-cat-group .bg-color-interactive {
        background: var(--color-yellow-one);
    }
    .post-cat-group .bg-color-art, .post-cat-group .bg-color-health, .post-cat-group .bg-color-misc, .post-cat-group .bg-color-cinema, .post-cat-group .bg-color-environment {
        background: var(--color-instagram);
    }
    .post-cat-group .bg-color-culture, .post-cat-group .bg-color-أدب {
        background: var(--color-purple-one);
    }
    .post-cat-group .bg-color-technology {
        background: var(--color-twitch);
    }*/

.inch .media-body {
    padding-top: 1rem;
}

.thumb-width {
    max-width: 25rem;
}

.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(--brand-darkblue);
}

[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;
    max-width: 100%;
}

.feed .post-block:not(:last-child) {
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--separators-col);
    padding-bottom: 2rem;
}

.feed .post-block img {
    min-width: 28.5rem;
    max-width: 28.5rem;
}

.feed.fill .post-block {
    padding-bottom: 0;
}

.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;
}

.post-block .post-summary {
    color: #fff;
}

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(--brand-darkblue);
        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: 50rem;
    }

    .axil-banner-sidebar-media-wrapper {
        max-height: 45rem;
    }

    .behind-the-wall .featured-section .media-grid {
        margin-top: 20rem;
    }
}

@media (max-width: 1200px) {
    html {
        font-size: 9px;
    }

    .featured-post .item-content {
        display: block !important;
    }

        .featured-post .item-content .info-block {
            width: 100% !important;
        }

    .featured-post.big .item-content .media-block {
        width: 100% !important;
    }

    .behind-the-wall .featured-section .media-grid {
        margin-top: 13rem;
    }
}

@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-box {
    background: #f1f1f1;
    padding: 10px 0 5px 0;
}

.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(--read-col);
    }

        .post-details p, .post-details p > span {
            font-size: var(--summary-fsize) !important;
        }

    .post-details h3 {
        text-align: var(--direction);
        margin: 0 0 3rem;
    }

    .post-details .p-content a {
        color: var(--brand-orange);
    }

.single-blog-wrapper h1 {
    font-size: 3.6rem !important;
    line-height: 6rem !important;
    color: var(--brand-darkblue);
    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(--brand-darkblue);
            color: #FFF;
        }

    .post-metas-wrapper .social-share a:hover {
        color: var(--brand-darkblue);
        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: 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(--brand-orange);
    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(--grey-light-one);
            font-size: 1.4rem;
        }

.page-footer .col-lg-1 {
    padding: 0 !important;
}

.page-footer .footer-nav {
    padding-right: 1rem !important;
}

.footer-nav li:first-child {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 5px;
}

.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(--brand-darkblue);
}

    .read .header-top__social-share li a, .sports .header-top__social-share li a:hover {
        color: var(--grey-text);
    }


.breadcrumb-wrapper {
    padding: 1rem 0;
    background-color: #F1F1F1;
}

.breadcrumb li.active, .breadcrumb a.active, .breadcrumb li:hover, .breadcrumb a:hover {
    color: var(--brand-darkblue)
}
/****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(--textcolor);
        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(--grey-bg);
    color: var(--textcolor);
    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;
    z-index: 1000;
}

    .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(--section-color);
}

.blue .post-metas li:not(:last-child):after {
    border-color: white;
}
/**********************************25******************************************/
/**************** General ****************/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: var(--brand-darkblue)
}

.section-gap.full .container {
    max-width: none;
}

.section-gap.compact {
    padding-top: 0;
    padding-bottom: 0;
}

.related-post {
    margin-top: 0 !important;
}

    .related-post.full-height .d-block {
        width: max-content;
        /*width: -moz-max-content;
            width: -webkit-max-content;
            width: -o-max-content;
            width: -ms-max-content;*/
        margin: 0 0 0 -400px;
    }

.text-list .item h4 {
    font-size: 2rem;
    color: var(--brand-darkblue);
}

.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 {
    margin-bottom: 1rem;
}

.section-title h2, .widget-title h3 {
    font-size: 4rem;
    line-height: 5rem !important;
    padding-right: 15px;
    border-right: 7px solid var(--brand-orange);
    color: var(--brand-darkblue);
}

.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(--separators-col);
        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(--separators-col);
    width: 100%;
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 2.5rem;
    margin-bottom: 5.5rem;
}

.section-gap {
    padding-top: 0;
}

    .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(--brand-darkblue);
    width: 6rem;
    height: 6rem;
}

    .main-nav-toggler .toggler-inner {
        bottom: 3.7rem;
        right: 4.1rem;
    }

.items-grid .post-block img,
.items-grid .post-block img,
items-list .post-block img {
    max-width: 15rem;
    min-width: 15rem;
}

.sports-section {
    background-image: url("//cdn.almayadeen.tv/images/covers/back-stadium.png");
    padding-top: 4rem;
    margin-bottom: 4rem;
}

    .sports-section h2, .sports-section .more-link {
        color: white;
    }

    .sports-section .media-grid .owl-carousel .owl-nav button.owl-next, .sports-section .media-grid .owl-carousel .owl-nav button.owl-prev {
        background: #f36929;
    }

.more-link {
    /*position: absolute;*/
    left: 30px;
    top: 30px;
    font-family: var(--medium-font);
    font-size: 1.75rem;
    line-height: 2.2rem;
    color: var(--grey-col);
    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%;
}


/************** Breadcrumbs *******************/
ol.breadcrumb li.breadcrumb-item a:not(:last-child):after {
    content: " | ";
    padding: 0 0.5rem;
}
/************** Item List *******************/
.theme-bg .media-body {
    padding: 8px 8px 8px 2px;
}


.theme-bg .post-block h3 {
    font-size: 2rem;
    line-height: 3.5rem;
    margin-bottom: .7rem;
}

.theme-bg .post-block > a, .theme-bg .post-block figure > a {
    margin-left: 0;
}

/**************** Dark Section ****************/
.section-gap.dark {
    background: var(--brand-darkblue)
}

    .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 :not(.smooth):not(.fill) .post-tag a {
        color: #FFF;
    }

    .section-gap.dark .darkText :not(.smooth):not(.fill) .post-tag a {
        color: var(--brand-darkblue);
    }

    .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(--brand-darkblue);
    }

/**************** Light Section ****************/
.section-gap.light {
    background: var(--items-bg)
}

/**************** Dark Page ****************/

body.dark {
    background: var(--brand-darkblue)
}

    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(--brand-blue);
            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;
    }

/**************** Newsticker ************/
.top-one {
    padding-top: 4rem !important;
}

/**************** Footer ****************/


.page-footer {
    background-color: var(--grey-bg);
    padding: 2rem;
}

    .page-footer .section-gap {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .page-footer a, .page-footer p {
        color: var(--textcolor);
    }

    .page-footer a {
        font-size: 1.6rem;
    }

    .page-footer .social-share__with-bg li a {
        background: var(--brand-orange);
    }

    .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;
}
/**************** Category tag ****************/
.post-tag {
    margin: 0;
    margin: 0 0 0.5rem 0;
}

    .post-tag a {
        color: var(--brand-darkblue);
        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(--brand-darkblue);
        content: "";
        height: 1.5rem;
        border-left: 0.1rem solid var(--brand-darkblue);
        display: inline-block;
        vertical-align: middle;
    }

.rtl .post-tag:before {
    border-right: 1px solid var(--brand-darkblue);
    border-left: none;
}
/**************** Pills ****************/

.nav-pills .nav-link {
    border-radius: 0;
    border: 1px solid var(--separators-col);
    text-align: center;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        background-color: var(--brand-orange);
        border: 1px solid var(--brand-orange);
    }

.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;
    margin-bottom: 0.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;
    margin: 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(--separators-col);
            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(--separators-col);
    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(--grey-col2);
    }

#go.main-navigation a:hover::before {
    width: 0;
}


.navbar-inner .separator {
    height: 2.4rem;
    background: var(--separators-col);
    width: 0.1rem;
    margin: 0 2rem;
}

.header-top {
    background-color: var(--brand-orange);
    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(--grey-col)
}

#special-menu a {
    color: var(--live-color);
    border-top: 2px solid var(--live-color);
    border-bottom: 2px solid var(--live-color);
    background: transparent;
    padding: 0 0.3rem;
    display: block;
    font-size: 2.1rem;
}


/**************** Section Menu ****************/
.sub-nav-wrapper {
    background: var(--items-bg);
    padding: 2.5rem 0;
}

.read .sub-nav-wrapper {
    background: var(--brand-blue) !important;
}

.interactive .sub-nav-wrapper {
    background: var(--items-bg) !important;
}

.culture .sub-nav-wrapper {
    background: #f3e4c2 !important;
}

.dark .sub-nav-wrapper {
    background: var(--brand-darkblue);
}

.sub-nav-wrapper ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    line-height: 5rem;
}

.sub-nav-wrapper li {
    color: #FFF;
    font-size: 2.6rem;
    margin-left: 4rem;
    font-weight: bold;
}

    .sub-nav-wrapper li a {
        white-space: nowrap;
    }

.interactive .sub-nav-wrapper li {
    color: var(--brand-purple);
}

body.culture .sub-nav-wrapper li {
    color: #000;
}

.sub-nav-wrapper li.special {
    font-family: var(--bold-font);
    font-size: 4rem;
}

.read .sub-nav-wrapper li.special {
    padding-right: 1.5rem;
    border-right: 7px solid var(--brand-darkblue);
}

.sports .sub-nav-wrapper {
    background: var(--brand-darkblue);
}

    .sports .sub-nav-wrapper li {
        color: #FFF;
    }
/**************** 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;
    background-color: #f2f2f2;
}

.home-top {
    margin-bottom: 1rem;
}

    .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  ****************/
.videos-section.big {
    padding-top: 5rem;
    padding-bottom: 0;
    position: relative;
    background-color: var(--brand-darkblue);
    background-image: url(//cdn.almayadeen.tv/images/icons/go_graphic.png);
    background-repeat: no-repeat;
    background-position: 20rem 7rem;
}

    .videos-section.big:before {
        content: " ";
        position: absolute;
        left: 10rem;
        top: 0;
        border-top: 6rem solid #FFF;
        border-left: 6rem solid transparent;
        border-right: 6rem solid transparent;
    }

    .videos-section.big:after {
        content: " ";
        position: absolute;
        right: 10rem;
        bottom: 0;
        border-bottom: 6rem solid #FFF;
        border-left: 6rem solid transparent;
        border-right: 6rem solid transparent;
    }

.videos-section.appendix {
    padding-top: 0 !important;
    padding-bottom: 6rem !important;
}

    .videos-section.appendix .ow-container {
        background-color: var(--brand-darkblue);
    }

.featured-video {
    position: relative;
    margin-top: 11rem;
    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(--brand-darkblue);
        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: #FFF;
        color: #1C3664;
        position: absolute;
        top: calc(100% - 13rem);
        left: 5rem;
    }

.health-videomain {
    margin-top: 0 !important;
    margin-bottom: 1rem;
}

.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;
    }

.videos-section .nav-item {
    flex-grow: unset;
    color: #FFF;
    margin-right: 2rem;
    margin-left: 0.2rem;
    white-space: nowrap;
}

.rtl .videos-section .nav-item {
    margin-left: 3rem;
    margin-right: 0.2rem;
}

.videos-section .nav-item .nav-link {
    color: #FFF;
    font-size: 2.8rem;
    border-radius: 0;
    border: none;
    font-family: var(--bold-font);
    border-bottom: 0.4rem solid transparent;
}

    .videos-section .nav-item .nav-link.active {
        border-color: var(--videos-highlight);
        background: transparent;
    }

.videos-section .tab-content {
    margin: 0;
}

.videos-section .tab-pane {
    padding: 0 2.5rem;
}

.videos-section h3 {
    color: #FFF !important;
}

.videos-section .items-grid .post-block > a {
    margin-right: 1.5rem;
}

.rtl .videos-section .items-grid .post-block > a {
    margin-left: 1.5rem;
    margin-right: auto;
}

.videos-section .post-tag a {
    color: #FFF;
}

.videos-section .post-tag:before {
    border-color: #FFF;
}
/*body.fullscreen .main-navigation img {
        height: 5rem;
    }*/
/**************** 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: auto;
    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(--grey-col);
        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(--brand-darkblue);
            }



/**************** Media Grid ****************/

.media-grid {
    margin-top: 0;
}

    .media-grid .grid-item {
        margin-bottom: 3rem;
    }

        .media-grid .grid-item h3 {
            margin-bottom: 1rem;
        }

.items-list h3 {
    margin-bottom: 1rem;
}

.items-list.fill h3 {
    font-size: 2rem;
    margin-top: 1rem;
}

.media-grid .content-block {
    display: block;
    /*height: 100%;*/
}

.media-grid.fill .media-caption {
    padding: 15px 18px;
    background: var(--items-bg);
}


.media-grid.fill:not(.fullheight) .media-caption {
    height: 15rem;
    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(--grey-text);
    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;
}



.content-block:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.media-grid .owl-nav {
    position: absolute;
    top: -4.5rem;
    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(--grey-col2);
    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(--brand-darkblue);
        background: #FFF;
    }

.dark .media-grid:not(.fill):not(.smooth) .caption-content h3 {
    color: #FFF;
    max-height: 105px;
    height: 105px;
    overflow: hidden;
    position: relative;
    margin-bottom: .8rem;
}

.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(--brand-darkblue);
}

.slider .more-link {
    right: 10rem;
}

.rtl .slider .more-link {
    position: relative;
    left: 10rem;
    right: unset;
    top: unset;
}

.videos-section.appendix .media-icon {
    display: block;
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
    background: rgba(28, 54, 100,0.6);
    color: #FFF;
    font-size: 1.5rem;
    height: 4rem;
    width: 4rem;
    line-height: 4.75rem;
    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 #707070 solid;
}
/** Carousel Style (use in interactive ****/
.media-grid.sub {
    padding: 1rem;
    padding-top: 3rem;
    border-top: 1px solid var(--separators-col);
}

    .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.border-bottom .media-caption {
    border-bottom: 2px solid #5d6e8f;
}

.media-grid.smooth .caption-content h3 {
    max-height: 105px;
    height: 105px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0.8rem;
}

    .media-grid.smooth .caption-content h3 a:after {
        display: none;
        content: '';
        position: absolute;
        height: 50%;
        width: 100%;
        left: 0;
        bottom: 0;
        background: linear-gradient(to bottom, transparent, rgb(242, 242, 242));
    }

.fill-bg .media-grid.smooth .caption-content h3 a:after {
    background: linear-gradient(to bottom, transparent, rgb(255, 255, 255));
}

.fill-bg .media-grid.smooth .media-caption {
    background: #ffffff;
}

.items-grid.smooth .media-body h3 {
    max-height: 90px;
    height: 90px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0.8rem;
}

.elements .aside-element, .elements .featured-element .media-caption {
    border: 1px solid var(--items-bg);
    padding: 10px 15px;
    margin-bottom: 20px;
}

.grey-bg {
    background: #f2f2f2;
}

.bg-color .media-caption {
    border: 1px solid var(--items-bg);
    background: var(--items-bg);
    padding: 4px 10px;
}

.title-overlay .media-caption {
    left: 30px;
    position: absolute;
    bottom: -10px;
}

.title-overlay .caption-content h3 {
    color: #fff;
}

/**************** GO ****************/
.videos-section.full {
    padding: 0;
    margin: 0;
    background: var(--brand-darkblue);
}

    .videos-section.full .featured-video {
        margin-top: 0;
    }

.videos-section .featured-left {
    padding-left: 0 !important;
}

.bg-misc {
    background-color: #F2F2F2;
}

    .bg-misc .media-caption {
        padding: 2px;
        background-color: #FFF;
    }

        .bg-misc .media-caption h3 {
            color: var(--brand-darkblue) !important;
        }

.go-page .med-playbutton .media-icon {
    display: block;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    background: rgb(169 169 169 / 28%);
    color: #FFF;
    font-size: 3rem;
    height: 8rem;
    width: 8rem;
    line-height: 9rem;
    text-align: center;
}

/**************** 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;
}

.media-icon {
    display: block;
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
    background: rgba(28, 54, 100,0.6);
    color: #FFF;
    font-size: 1.5rem;
    height: 4rem;
    width: 4rem;
    line-height: 4.75rem;
    text-align: center;
}

.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(--videos-highlight);
        white-space: nowrap;
        margin-left: 1.5rem;
        font-size: 3.3rem;
        color: var(--videos-highlight);
        font-weight: bold;
        font-family: var(--bold-font);
        line-height: 5rem;
    }

        .filter-options .filter-option:hover, .filter-options .filter-option.active {
            background: var(--videos-highlight);
            color: #FFF;
        }

    .filter-options::-webkit-scrollbar {
        width: 3px;
        height: 3px;
    }

    .filter-options::-webkit-scrollbar-track {
        background: transparent;
    }

    .filter-options::-webkit-scrollbar-thumb {
        background: var(--grey-bg);
        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(--brand-darkblue)
}

    .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;
    }

.date-padding ul.list-inline {
    padding: .5rem;
}

.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(--brand-darkblue);
            background: #FFF;
        }

    .media-header .social-share a:hover {
        background: var(--brand-darkblue);
        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(--brand-orange);
    border-radius: 0;
    font-size: 1.5rem;
    color: #949494;
}

.read .tag-list-wrapper li a {
    border: 0.1rem solid var(--brand-blue);
    background: #FFF;
}

    .read .tag-list-wrapper li a:hover {
        background: var(--brand-blue);
        color: #FFF;
    }

.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(--grey-col2);
            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: 2rem;
        right: 1rem;
    }

    .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(--brand-darkblue);
    padding: 0.5rem 0;
    color: #FFF;
    margin: 0;
    white-space: nowrap;
}

/**************** New CSS *************/
.read-section {
    margin-bottom: 4rem;
}

    .read-section .section-title h2 {
        border-right: 7px solid #5CBFC0;
    }

    .read-section .main-navigation {
        position: absolute;
        top: -1.25rem;
        left: 5rem;
    }

    .read-section .m.d {
        color: #5CBFC0;
    }

    .read-section .more-link {
        color: #494e51 !important;
    }

    .read-section a:hover {
        color: #5CBFC0;
    }

    .read-section .col-lg-6 {
        background-color: white;
    }

    .read-section .datalist {
        background-color: #F2F2F2;
        padding: .75rem;
    }

    .read-section .media-body {
        padding: 1rem;
    }

@media(min-width: 1200px) {
    .read-section .col-lg-6 {
        max-width: 47.25%;
        background-color: white;
        padding: 0 !important;
        margin: 1rem;
    }
}

@media(max-width: 480px) {
    .read-section .col-lg-6 {
        margin: 1rem;
    }
}

.sub-nav-wrapper {
    background: #1c3664;
    padding: 2.5rem 0;
    margin-top: 2rem;
    height: 10rem;
}

.nav-go {
    background-color: #1c3664;
    margin-bottom: 2rem;
    padding: 0;
}

    .nav-go li {
        color: #5CBFC0 !important;
        margin: 0 !important;
        text-align: center;
        padding: 0 2rem 0 0;
    }

        .nav-go li a:hover {
            color: #FFF;
        }

        .nav-go li .nav-link.active {
            color: white;
        }

    .nav-go .videos-section .post-tag:before {
        border-color: #5cbfc0;
    }

    .nav-go .videos-section .post-tag a {
        color: #5cbfc0;
    }

.section-go .section-title h2 {
    color: white;
    border-right: 7px solid #5cbfc0;
    float: right;
    margin-left: 30%;
}

.nav-go .post-tag {
    margin-top: 0 !important;
}

.nav-go h2 {
    color: white;
    float: right;
    margin-left: 31%;
    padding-top: .5rem;
    border-right: 7px solid #5cbfc0;
}

    .nav-go h2 a {
        margin-right: 1rem;
    }

.nav-go .section-go .video-info {
    height: 12.5rem;
    background-color: #f2f2f2;
    margin-bottom: 3rem;
}

.section-go {
    background-color: #1c3664;
}

    .section-go .container {
        padding: 1px;
    }

@media(min-width: 1200px) {
    .section-go .col-lg-8 {
        padding: 0 15px 0 0 !important;
    }

    .section-go .col-lg-4 {
        padding: 0 0 0 15px !important;
    }
}

.videos-section .caption-content h3 {
    font-size: 2rem;
}

.nav-go .col-xs-1,
.nav-go .col-sm-1,
.nav-go .col-md-1,
.nav-go .col-lg-1,
.nav-go .col-xs-2,
.nav-go .col-sm-2,
.nav-go .col-md-2,
.nav-go .col-lg-2,
.nav-go .col-xs-3,
.nav-go .col-sm-3,
.nav-go .col-md-3,
.nav-go .col-lg-3,
.nav-go .col-xs-4,
.nav-go .col-sm-4,
.nav-go .col-md-4,
.nav-go .col-lg-4,
.nav-go .col-xs-5,
.nav-go .col-sm-5,
.nav-go .col-md-5,
.nav-go .col-lg-5,
.nav-go .col-xs-6,
.nav-go .col-sm-6,
.nav-go .col-md-6,
.nav-go .col-lg-6,
.nav-go .col-xs-7,
.nav-go .col-sm-7,
.nav-go .col-md-7,
.nav-go .col-lg-7,
.nav-go .col-xs-8,
.nav-go .col-sm-8,
.nav-go .col-md-8,
.nav-go .col-lg-8,
.nav-go .col-xs-9,
.nav-go .col-sm-9,
.nav-go .col-md-9,
.nav-go .col-lg-9,
.nav-go .col-xs-10,
.nav-go .col-sm-10,
.nav-go .col-md-10,
.nav-go .col-lg-10,
.nav-go .col-xs-11,
.nav-go .col-sm-11,
.nav-go .col-md-11,
.nav-go .col-lg-11,
.nav-go .col-xs-12,
.nav-go .col-sm-12,
.nav-go .col-md-12,
.nav-go .col-lg-12 {
}

.section-go .featured-video {
    margin-top: 0;
}

.section-go .embed-responsive-21by9::before {
    padding-top: 52%;
}

.section-go p.summary {
    font-size: 3rem;
    color: #1c3664;
    padding-top: 1rem;
    padding-right: .5rem;
}

.section-go .video-info .post-tag {
    padding-top: 1rem;
    padding-right: .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: left;
}

.videos-section .tab-content {
    margin-bottom: 3rem;
    border-style: none !important;
    padding: 0 !important;
    height: 55.5rem;
    background-color: #0D224A;
    overflow-y: scroll;
}

/**************** Go ******************/
.go-page {
    background-image: url(//cdn.almayadeen.tv/images/go/go-back-2.png) !important;
    background-repeat: no-repeat !important;
}

    .go-page.dark .sub-nav-wrapper {
        background-color: transparent !important;
    }

    .go-page .sub-nav-wrapper ul {
        float: left;
        position: relative;
        z-index: 1;
    }

    .go-page .sub-nav-wrapper li {
        margin-left: 0;
        margin-right: 4rem;
    }

    .go-page .featured-top .section-title h2, .go-page .widget-title h3 {
        color: white;
    }

    .go-page .videos-section .caption-content h3 {
        font-size: 2.6rem;
    }

    .go-page .media-grid.smooth .media-caption {
        background-color: transparent;
        background-image: linear-gradient(to bottom, rgba(0,0,128,0), rgba(0,0,64,.15));
    }

    .go-page .featured-top {
        margin-top: -7.5rem;
    }

        .go-page .featured-top .section-title {
            margin-bottom: 1.5rem;
        }

            .go-page .featured-top .section-title .more-link {
                display: none;
            }

    .go-page .big-playbutton .media-icon {
        display: block;
        position: absolute;
        right: 3rem;
        bottom: 3rem;
        background: rgb(169 169 169 / 28%);
        color: #FFF;
        font-size: 4rem;
        height: 10rem;
        width: 10rem;
        line-height: 11rem;
        text-align: center;
    }

    .go-page .section-gap.spearator .container:before, .section-gap.separator .container:before {
        margin-bottom: 8rem;
    }

    .go-page .section-gap {
        padding-bottom: 3rem;
    }

@media(max-width: 480px) {
    .go-page .featured-top {
        margin-top: 0;
    }

        .go-page .featured-top .section-title {
            margin-bottom: 0;
        }

    .go-page .sub-nav-wrapper ul {
        float: none;
    }

    .nav-go h2 {
        margin-left: 5%;
        margin-top: 1rem;
    }
	
    .videos-section .featured-left {
        padding-left: 15px !important;
    }
}

@media(min-width: 992px) {
    .videos-section .featured-left {
        padding-left: 15px !important;
    }

    .go-page .sub-nav-wrapper ul {
        margin-left: 15px;
    }

    .section-go .col-lg-8 {
        padding-left: 0 !important;
    }

    .section-go .col-lg-4 {
        padding-right: 0 !important;
    }

    .read-section .col-lg-8 {
        margin-right: 1rem;
        max-width: 65%;
    }

    .read-section .col-lg-6 {
        margin: .5rem;
        max-width: 48.4%;
        padding: 0 !important;
    }
}

.sub-nav-wrapper .container {
    padding: 0 !important;
}

/**************** LIVE ****************/
.single-player {
    padding: 1rem;
    background: #F2F2F2;
}

    .single-player .sharelinks {
        min-width: 160px
    }

    .single-player .video-info {
        padding: 1rem 1rem 0 1rem;
    }

.live-player .embed-responsive iframe.embed-responsive-item {
    width: 99% !important;
    left: 0.5%;
    right: 0.5%;
}

.live-player .video-info {
    display: flex;
    align-content: flex-start;
}

.single-player .video-info h1 {
    margin-bottom: 0;
    margin-top: 1rem;
}

.live-player .video-info h1 {
    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: #707070;
    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(--section-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(--brand-darkblue);
    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(--brand-darkblue);
    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(--brand-darkblue);
    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;
	height: 460px;
	overflow-y: scroll;
}

    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(--brand-orange);
}

#partsSocial .modal-dialog {
    margin-top: 10%;
}

#partsSocial .modal-header {
    margin: -2rem 0 1rem;
    border: none;
    padding: 1.5rem;
    text-align: center;
    background: var(--brand-orange);
    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 .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;
}

.related-post .featured-media .d-block {
    width: max-content;
    /*width: auto;*/
    white-space: nowrap;
    margin: 0 0 0 -300px;
    /*width: -moz-max-content;
        width: -webkit-max-content;
        width: -o-max-content;
        width: -ms-max-content;*/
}

.featured-post.big {
    width: 100%;
}

.featured-post .item-content {
    /*padding: 1.5rem;*/
    height: 100%;
    display: flex;
    background: #fff;
}

    .featured-post .item-content .info-block {
        width: 35%;
    }

    .featured-post .item-content .info-block {
        padding: 20px;
    }

.featured-post.big .item-content .media-block img {
    width: 100%;
}

.featured-post.big .item-content .media-block {
    width: 65%;
}

.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;
}

/*************  Vertical List *************/

.vertical-list {
    margin-top: 0;
}

    .vertical-list .grid-item {
        margin-bottom: 3rem;
    }

    .vertical-list .content-block {
        display: block;
    }

    .vertical-list .grad-overlay {
        display: none;
    }

    .vertical-list .media-caption, .vertical-list .media-body {
        padding: 8px 8px 8px 2px;
    }

    .vertical-list .post-block, .vertical-list .grid-item {
        background: var(--items-bg);
    }

        .vertical-list .post-block > a, .vertical-list .post-block figure > a {
            margin-left: 0;
            width: 30rem;
        }

        .vertical-list .post-block h3 {
            font-size: 2rem;
            line-height: 3.5rem;
            margin-bottom: .2rem;
        }

/**************** Text List ****************/
.text-list.limited .items {
    max-height: 65rem;
}

.text-list .item {
    background: #F2F2F2;
    padding: 1.5rem 1rem;
}

    .text-list .item:not(:last-child) {
        border-bottom: 1px solid var(--separators-col)
    }

    .text-list .item h4 {
        font-size: 2rem;
        margin-bottom: 0;
        clear: both;
    }

.text-list .post-tag {
    display: inline-block;
}

.text-list.top-margin {
    margin-top: 80px;
}

/*.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(--brand-orange);
    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(--grey-bg);
        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.episode .details img {
    border-radius: 0;
}

.items-summary .metas .record {
    display: flex;
}

    .items-summary .metas .record .key {
        width: 6rem;
        color: #707070;
        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: #707070;
    font-size: 1.4rem;
}

.items-summary hr {
    background: #707070;
    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(--grey-bg);
}

.section-gap.dark.gradient {
    /*background: linear-gradient(180deg, var(--brand-darkblue) 50%, #f2f2f2 50%);*/
    background: linear-gradient(180deg,#1C3664, #1C3664 25%, #f2f2f2 0%, #f2f2f2 75%);
    background: linear-gradient(180deg, #1C3664, #1C3664 17%, #f2f2f2 0%, #f2f2f2 73%,#1C3664 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;
}

.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.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%;
    }

    .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%;
    }

    .sub-nav-wrapper li {
        font-size: 2.5rem;
        margin-left: 4rem;
    }

    .ticker-wrap .ticker-label {
        right: 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%;
    }

        .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);
        }

    .mixed-list-item .thumb-wrapper {
        position: relative;
    }
    /*** LARGE ***/
    .mixed-list-item.large {
        width: 100%;
    }
    /*** SMALL ***/
    .mixed-list-item.medium {
        width: 50%;
    }

@media(max-width: 600px) {
    .mixed-list-item.medium {
        width: 100%;
    }
}

.mixed-grid.smooth .info-block,
.mixed-list.smooth .info-block {
    padding: 0.5rem;
    background: var(--items-bg);
}

    .mixed-grid.smooth .info-block h3,
    .mixed-list.smooth .info-block h3 {
        max-height: 90px;
        height: 90px;
        overflow: hidden;
        position: relative;
        margin-bottom: 0.8rem;
    }

        .mixed-grid.smooth .info-block h3 a:after,
        .mixed-list.smooth .info-block h3 a:after {
            content: '';
            position: absolute;
            height: 100%;
            width: 100%;
            left: 0;
            bottom: 0;
            background: linear-gradient(to bottom, transparent, rgb(242, 242, 242));
        }

/**************** 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(--brand-orange);
}

    .mega-nav-toggler:hover {
        color: var(--brand-orange);
    }


    .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;
    }

.dark .mega-nav-toggler {
    background: var(--brand-blue);
    color: #FFF;
}
/*** 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(--brand-darkblue);
    font-weight: bold;
    white-space: nowrap;
}

    .mega-nav .menu-title:hover {
        color: var(--brand-blue)
    }

.mega-nav ul.sub-menu {
    list-style: none;
    padding: 3rem 0;
}

    .mega-nav ul.sub-menu a {
        font-size: 1.8rem;
        color: #707070;
        white-space: nowrap;
        line-height: 4rem;
        font-weight: bold;
    }

        .mega-nav ul.sub-menu a:hover {
            color: var(--brand-blue);
        }
/**************** 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;
}

.interactive .media-grid.carousel .owl-carousel .owl-dots .owl-dot.active {
    background: var(--brand-purple);
}

.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: var(--brand-darkblue);
}

    .sports .sub-nav-wrapper li {
        color: #FFF;
    }

    .sports .sub-nav-wrapper .sub-navigation {
        border-right: 7px solid #14B5DF;
        padding-right: 2rem
    }

.sports .section-title h2, .widget-title h3 {
    border-color: #14B5DF;
}

.section-gap.half {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#14b5df+0,14b5df+10,240141+89,ffffff+90,ffffff+100 */
    background: transparent;
    background-image: -moz-linear-gradient(top, #1C3664 0, #1C3664 30rem, rgba(255,255,255,0) 30.1rem); /* FF3.6-15 */
    background-image: -webkit-linear-gradient(top, #1C3664 0, #1C3664 30rem, rgba(255,255,255,0) 30.1rem); /* Chrome10-25,Safari5.1-6 */
    background-image: linear-gradient(to bottom, #1C3664 0, #1C3664 30rem, rgba(255,255,255,0) 30.1rem); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-position: top center;
    padding: 0;
    padding-top: 4rem;
}

.sports .framed {
    background: #FFF;
    padding: 1.5rem;
}

.sports .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);
    max-height: 120px;
}

.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% - 0);
        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-image: linear-gradient(90deg, rgba(18, 18, 19, 0) 0%, #121213cf 100%);
    background-image: -webkit-linear-gradient(360deg, rgba(18, 18, 19, 0) 0%, rgb(18, 18, 19) 100%);
    background-image: -ms-linear-gradient(360deg, rgba(18, 18, 19, 0) 0%, rgb(18, 18, 19) 100%);
    background-image: -o-linear-gradient(360deg, rgba(18, 18, 19, 0) 0%, rgb(18, 18, 19) 100%);
    background-image: -moz-linear-gradient(360deg, rgba(18, 18, 19, 0) 0%, rgb(18, 18, 19) 100%);
    left: 50%;
    right: 0rem;
}

.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(--grey-col2);
    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(--brand-orange);
}

.sports .slider-nav-thumbnails img {
    opacity: 1;
}




/**************** CULTURE ****************/

.culture .mixed-grid-item {
    border: 1px solid var(--items-bg);
}

.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;
}

.culture .media-grid.smooth .caption-content h3 a:after {
    background: linear-gradient(to bottom,transparent,rgb(243, 228, 194));
}

.culture .section-gap.light {
    padding: 1rem 0;
    background-color: #F2F2F2;
}

/*********** Behind the wall  ************/

.behind-the-wall .items-grid .post-tag {
    background: #fff;
    display: inline;
    padding-left: 1rem;
}

.behind-the-wall .section-gap {
    padding-bottom: 2.1rem;
}

.behind-the-wall .media-grid .media-caption {
    border-bottom: 2px solid var(--brand-orange);
}

.behind-the-wall h3 {
    font-size: 2.6rem;
}

.behind-the-wall .media-grid.smooth .caption-content h3 a:after {
    display: none;
}

.behind-the-wall .media-grid.smooth .caption-content h3 {
    max-height: 150px;
    height: 120px;
}

.behind-the-wall .sub-nav-wrapper{
	background-color: transparent !important;
}

.behind-the-wall .sub-nav-wrapper h2{
	border-right: 7px solid var(--brand-orange);
    padding-right: 1rem;
}

.behind-the-wall .section-go{
	background-color: transparent !important;
}

.behind-the-wall .video-info{
	height: 12.5rem;
    background: #d7d9da;
}

.behind-the-wall .section-go p.summary{
	padding-top: 3rem !important;
}

.behind-the-wall .tab-content .media-grid .media-caption{
	border: none !important;
}

.behind-the-wall {
    background: url(//media.almayadeen.tv/archive/image/2020/4/24/bf7474a6-7c1c-4ba5-aa42-10aac262a6c1.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

    .behind-the-wall .main-navigation li, .behind-the-wall .nav-search-field-toggler, .behind-the-wall .mega-nav-toggler {
        color: var(--brand-darkblue);
    }

    .behind-the-wall .header-top {
        background-color: transparent;
    }

    .behind-the-wall .mega-nav-toggler {
        background: #5CBFC0;
    }

    .behind-the-wall #special-menu a {
        color: #5CBFC0;
        border-top: 2px solid #5CBFC0;
        border-bottom: 2px solid #5CBFC0;
    }

    .behind-the-wall .main-content {
        background: -webkit-gradient(linear, left top, left bottom, from(#0006), to(#fff0), color-stop(0.15, #eee0));
    }
	
/******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: 99999;
    overflow: hidden;
    bottom: 0;
    width: 100%;
    left: 0;
}

    .info-bar-wrapper .info-bar {
        background: var(--brand-orange);
        color: #FFF;
    }

    .info-bar-wrapper .close {
        color: var(--items-bg);
        background: var(--brand-orange);
        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(--brand-darkblue);
    padding: 0.5rem 0;
    color: #FFF;
    margin: 0;
    white-space: nowrap;
}

@media(min-width: 992px) {
    .container {
        max-width: 1170px;
    }
}



@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: auto;
    left: 0;
}

.font-controls {
    display: flex;
}

.font-controls-wrapper .bigger, .font-controls-wrapper .smaller {
    background: var(--items-bg);
    color: var(--brand-darkblue);
    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(--brand-orange);
}

.misc .mixed-grid-item {
    border: 1px solid var(--brand-orange);
}


/*********** Featured Block *************/

.featured-block .featured-item {
    border-bottom: 1px solid #f2f2f2;
}

.featured-block .item {
    border-bottom: 1px solid #f2f2f2;
    margin-top: 4px;
}

.featured-block .featured-item .media-caption, .featured-block .item {
    padding: 10px 20px 0 20px;
}

.featured-block .top-space {
    margin-top: 100px;
}

.light .author-details-block.coverage {
    background: #fff;
}

/*********** 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: rtl;
    width: 100%;
    overflow: hidden;
    height: 5rem;
    background-color: #F1F1F1;
    padding-right: 100%;
    box-sizing: border-box;
}

    .ticker-wrap .ticker {
        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(//cdn.almayadeen.tv/images/logo/logo-red.png) no-repeat;
            height: 30px;
            width: 30px;
            position: absolute;
            margin-right: 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;
        right: 1rem;
        z-index: 1;
    }

    .ticker-wrap .ticker-overlay {
        position: absolute;
        top: 0;
        left: 1rem;
        right: 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-left: 2rem;
    }


/******************* Audio Player ****************/
.audio-section {
    display: flex;
}

    .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(--brand-blue);
        display: block;
        width: 8em;
    }

    .audio-section .audio-container .video-js {
        height: auto !important;
    }


/*.audio-container, .audio-label {
        display: inline-block;
    }*/

.audio-label {
    background: #f2f2f2;
    font-size: 3.6rem;
    display: block;
    line-height: 8rem;
    width: 100%;
    padding: 0 1rem;
}

.audio-section:hover .video-js .vjs-play-control {
    background: var(--brand-darkblue)
}

.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;
}

.feed-background .media-body {
    padding: 15px;
}

.feed-background .post-block > a, .feed-background .post-block figure > a {
    margin-left: 0;
}

.feed-background.widget-separator .post-block:not(:last-child) {
    margin-bottom: 0;
}

    .feed-background.widget-separator .post-block:not(:last-child):after {
        content: none;
    }

.items-list.fill .post-block {
    background: var(--items-bg);
}

.items-list.feed .media-body {
    padding: 15px 0 0 10px;
}

.small-margin .post-block {
    margin-bottom: 1.6rem;
}

.fill-bg .featured-post .content-block {
    background: #fff;
}

.fill-bg .featured-post .info-block {
    padding: 2rem;
}




/**************** Responsive ****************/
@media(max-width: 1600px) {
    .big-video {
        background-position: 8rem 8rem;
    }

        .big-video:before {
            left: 3rem;
        }

        .big-video:after {
            right: 3rem;
        }

    .featured-post.big .item-content .media-block {
        width: 68%;
    }

    .featured-post .item-content .info-block {
        width: 32%;
    }

    .text-list .item {
        padding: 1.2rem 1rem;
    }

    .behind-the-wall .featured-section .media-grid {
        margin-top: 20rem;
    }
}

@media(min-width: 1800px) {

    .behind-the-wall .featured-section .media-grid {
        margin-bottom: 10rem;
    }
}

@media(min-width: 1300px) and (max-width: 1400px) {

    .behind-the-wall .featured-section .media-grid {
        margin-top: 23rem;
    }
}

@media(max-width: 1300px) {
    .axil-banner-sidebar {
        padding: 1.5rem 2.5rem 0;
    }

    .behind-the-wall .featured-section .media-grid {
        margin-top: 18rem;
    }
}

@media(min-width: 1200px) and (max-width: 1300px) {

    .behind-the-wall .featured-section .media-grid {
        margin-top: 17rem;
    }
}

@media(min-width: 1024px) and (max-width: 1100px) {

    .behind-the-wall .featured-section .media-grid {
        margin-top: 12rem;
    }
}

@media(max-width: 1024px) {
    .main-navigation li {
        margin-right: 1rem;
        margin-left: 0;
    }

    .mixed-list-item {
        margin-bottom: 1rem;
    }

    .filter-options .filter-option {
        font-size: 2rem;
    }

    .behind-the-wall .featured-section .media-grid {
        margin-top: 11rem;
    }
}

@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;
        }

    .behind-the-wall .featured-section .media-grid {
        margin-top: 9rem;
    }
}

@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;
        }

    .vertical-list .post-metas {
        display: none;
    }

    .vertical-list .post-block h3 {
        font-size: 1.4rem;
    }

    .media-icon {
        bottom: 2.5rem;
    }

    .items-list .post-metas {
        display: none;
    }



    .featured-post .item-content {
        display: block;
    }

        .featured-post .item-content .info-block {
            width: 100%;
        }

    .featured-post.big .item-content .media-block {
        width: 100%;
    }
}

@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;
    }

    .media-slider {
        margin-bottom: 3rem;
    }

    .grid-wrapper .media-body {
        margin-right: 10px;
    }

    .post-tag {
        margin-top: 1rem;
    }

    .sports .media-slider .slide-info {
        width: 100%;
    }

    .section-title {
        margin-top: 2rem;
    }

    .navbar .separator {
        display: none;
    }

    #octiSearch {
        margin-top: 3rem;
    }

    .post-cat-group {
        margin-top: 1rem;
    }

    .single-blog-wrapper {
        margin-top: 2rem;
    }

    .post-metas-wrapper .social-share {
        justify-content: flex-end !important;
    }

    .masonry-grid-wrapper {
        margin-top: 2rem;
    }

    .grid-wrapper .caption-content {
        margin-top: 1rem;
    }

    .media-grid.smooth .caption-content h3 {
        max-height: 45px;
        height: 45px;
    }

    .author-details-block .media-body, .text-list {
        margin-top: 1rem;
    }

    .masonry-grid-wrapper .post-metas {
        margin-top: 1rem;
    }

    .media-icon {
        bottom: 0.5rem;
    }

    .items-list.fill h3 {
        margin-right: 1rem;
    }

    .live-player .video-info .video-metas {
        margin: 0 1rem;
    }

    .feed.fill .post-block img {
        margin-bottom: 0 !important;
    }

    .items-list.feed .media-body {
        padding: 1rem;
    }

    .mixed-grid.smooth .info-block, .mixed-list.smooth .info-block {
        padding: 1rem;
    }

        .mixed-grid.smooth .info-block h3, .mixed-list.smooth .info-block h3 {
            max-height: 30px;
            height: 30px;
        }

    .video-js .vjs-play-progress:before {
        line-height: 1.2rem !important;
    }

    .video-js .vjs-progress-control {
        height: 1rem !important;
    }

    .rtl .video-js .vjs-big-play-button {
        right: 2rem !important;
    }

    .video-js .vjs-big-play-button {
        height: 6rem !important;
        width: 6rem !important;
        line-height: 6rem !important;
        top: calc(100% - 8rem) !important;
    }

        .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
            font-size: 5rem !important;
        }

    .content-block {
        display: block;
    }

    .ticker-wrap {
        margin-top: 3rem;
    }

    .behind-the-wall .featured-section .media-grid {
        margin-top: 4rem;
    }
}
/*******************DONT WRITE ANY CSS BELOW *********************/

