﻿:root {
    --primary-font: 'Montserrat', sans-serif;
    --secondary-font: 'Montserrat', sans-serif;
    --bold-font: 'MontserratExtraBold', sans-serif;
    --medium-font: 'MontserratBold', sans-serif;
    --primary-color: #1E8AD3;
    --grey-dark-one: #000;
    --grey-light-one: #F2F2F2;
    --brand-orange: #F36928;
    --primary-color: #F36928;
    --brand-blue: #5CBFC0;
    --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.4rem;
    --item-ft-fsize: 3.0rem;
    --tag-fsize: 1.3rem;
    --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: #1C3664;
    --items-bg: #F2F2F2;
    --submenu-bg: #1C3664;
}

body.culture {
    --section-color: #F36928;
    --items-bg: #F3E4C2;
    --submenu-bg: #F3E4C2;
}

body.interactive {
    --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);
}*/
.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;
    width: 100%;
}

.feed .post-block img {
    min-width: 28.5rem;
    max-width: 28.5rem;
}

.feed h3 {
    font-size: var(--item-fsize);
}

.feed .summary {
    margin-bottom: 1.5rem;
}

.feed .post-metas ul {
    color: #7B7B7B;
}

.navbar-search .navbar-search-btn i, .navbar-search .navbar-search-btn span {
    font-weight: 900;
}

.post-block .axil-post-title {
    margin-bottom: 0.5rem;
}

p.summary {
    font-size: var(--summary-fsize)
}

#octiSearch .post-metas section.list-inline {
    font-family: var(--primary-font);
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: var(--grey-dark-four);
    font-weight: var(--p-light);
    margin: 0;
}

#octiSearch .post-block__mid img {
    max-width: 20.5rem;
}

.bg-color-green-three {
    background-color: var(--color-green-three);
}

#octiSearch .post-cat {
    font-size: 10px;
}

#octiSearch .post-block__mid .axil-post-title {
    margin-bottom: 1.2rem;
}

#octiSearch h4 {
    font-weight: normal;
}

#octiSearch .loadspinner {
    position: absolute;
    left: 30px;
    top: 81px;
}

#octiSearch .media-body {
    position: relative;
}

#octiSearch .post-metas {
    position: absolute;
    top: 0;
    left: 0;
}

#octiSearch .filters a.btn, #octiSearch .categories a.btn {
    background-color: #E9ECEF;
}

#octiSearch .filters a span, #octiSearch .filters .dropdown-toggle::after,
#octiSearch .categories a span, #octiSearch .categories .dropdown-toggle::after {
    color: #6C757D;
}

#octiSearch div.searchGroups, #octiSearch .categories .dropdown-menu {
    width: 93%;
}

    #octiSearch div.searchGroups a, #octiSearch .categories .dropdown-menu a {
        font-size: 13px;
        padding: 10px 15px;
        margin: 0;
    }

#octiSearch .datalist {
    width: 100%;
}

#octiSearch .pagination a.previous_link:before {
    content: "\f054";
}

#octiSearch .pagination a.previous_link:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

#octiSearch .pagination a.next_link:before {
    content: "\f053";
}

#octiSearch .pagination a.next_link:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

#octiSearch .previous_link {
    margin-left: 20px;
}

#octiSearch .next_link {
    margin-right: 20px;
}

#octiSearch section.query {
    margin-top: 35px;
}

.navbar-search .navbar-search-btn i, .navbar-search .navbar-search-btn span {
    font-weight: 900;
}

.bg-color-red-one {
    background-color: var(--color-red-one);
}

.no-padding {
    padding: 0;
}

.full-width {
    max-width: 100%;
}

.axil-team-block h3 {
    color: #FFF;
    font-size: 20px;
}

.author-cover {
    min-width: 210px;
    min-height: 210px;
}

.author-details-block .post-metas {
    position: absolute;
    bottom: 28px;
}

.author-details-block.coverage .post-block__mid img {
    max-width: initial;
    min-width: 35rem;
}
.author-details-block.coverage {
    background: var(--items-bg);
    padding: 0;
}


.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: 60rem;
    }

    .axil-banner-sidebar-media-wrapper {
        max-height: 45rem;
    }
}

@media(min-width:1200px) {
    .axil-banner-sidebar-media-wrapper {
        max-height: 30rem;
    }
}

.axil-scroll-up-down {
    z-index: 999;
    bottom: 2.5rem;
}

.player-wrapper {
    background: #000;
}

.gallery .media-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    padding: 2rem 3rem;
}

blockquote, .blockquote {
    background: transparent;
    border: 0.5px solid var(--primary-color);
    position: relative;
    padding: 4rem;
}

    blockquote:before, blockquote:after, .blockquote:before, .blockquote:after {
        position: absolute;
        top: -1px;
        line-height: 1px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 1rem;
        content: "\f0c8";
        color: var(--primary-color);
        transform: rotate(45deg);
    }

    blockquote:after, .blockquote:after {
        margin: 0 1rem;
    }

    blockquote p::before, .blockquote p::before {
        content: "";
    }

.post-details-header {
    text-align: inherit;
}

    .post-details-header .post-metas {
        float: left;
    }

    .post-details-header .social-share {
        float: right;
    }

.rtl .post-details-header .post-metas {
    float: right;
}

.rtl .post-details-header .social-share {
    float: left;
}


.post-details-header .author-meta-thumb {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin-right: 1rem;
}

.rtl .post-details-header .author-meta-thumb {
    margin-left: 1rem;
    margin-right: auto;
}

.post-details-header .post-media {
    margin-top: 3rem;
}

.post-details {
    text-align: justify;
    font-kerning: none;
    -webkit-font-kerning: none;
    mso-font-kerning: none;
}

    .post-details iframe, .post-details img {
        max-width: 100%;
        width: 100%;
    }

    .post-details h3, .post-details p {
        color: var(--read-col);
    }

    .post-details p, .p-summary{
        font-weight: 700;
    }

.single-blog-wrapper h2 {
    font-size: 3.6rem !important;
    line-height: 6rem !important;
    color: var(--brand-darkblue);
    text-align: left;
}

.post-metas-wrapper {
    display: flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.post-country img {
    max-width: 3rem !important;
    min-width: 3rem !important;
    height: 3rem !important;
    display: inline-block;
    object-fit: cover;
    border-radius: 100%;
}

.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;
}

    .post-author-with-img img {
        max-width: 3rem !important;
        min-width: 3rem !important;
        height: 3rem !important;
        display: inline-block;
    }

.article .post-author-with-img img {
    max-width: 6rem !important;
    min-width: 6rem !important;
    height: 6rem !important;
}

@media(max-width: 991px) {
    footer .social-share {
        margin: auto
    }
}

@media(max-width: 1300px) {
    .axil-banner-sidebar {
        padding: 1.5rem 2.5rem 0;
    }
}

@media(max-width: 767px) {
    .axil-banner-sidebar {
        padding: 2.5rem 0.5rem 0;
    }
}




.loadmoresection {
    text-align: center;
}

.loadmore-label {
    display: none;
}

.loadmore-icon {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: var(--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;
        }

.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;
}


.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;
}

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%;
    left: 0;
    transition: left 300ms ease-out;
}

    .social-bar.hidden {
        left: -58px;
    }

        .social-bar.hidden li.hide-button a {
            margin-left: 28px;
            border-radius: 5px 0 0 5px;
            text-align: left;
            -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
        }

    .social-bar li {
        list-style-type: none;
    }

        .social-bar li a {
            display: block;
            width: 42px;
            height: 42px;
            font: normal 16px/21px 'FontAwesome', 'Source Sans Pro', Helvetica, Arial, sans-serif;
            color: #fff;
            -webkit-font-smoothing: antialiased;
            padding: 10px;
            text-decoration: none;
            text-align: center;
            transition: width 300ms ease-out, background 300ms ease-out;
        }

            .social-bar li a span {
                display: block;
                line-height: 1;
                font-size: 13px;
                font-weight: 700;
            }

            .social-bar li a:hover {
                width: 62px;
            }

        .social-bar li:first-child a {
            border-radius:0 5px 0 0;
        }

        .social-bar li:last-child a {
            border-radius: 0 0 5px 0;
        }

        .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: 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 ****************/
.related-post {
    margin-top: 0 !important;
}

.hide-title .section-title {
    display: none;
}

.section-title h2 {
    padding-bottom: 1rem;
}

.section-title h2, .widget-title h3 {
    font-size: 3rem;
    line-height: 5rem !important;
    padding-left: 15px;
    border-left: 7px solid var(--brand-orange);
}

.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: 2.5rem;
        margin-bottom: 5.5rem;
    }

.section-gap.light {
    background: var(--items-bg);
}

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: 4rem;
}

    .section-gap.has-bg {
        background-repeat: no-repeat;
        background-position: top left;
        background-size: auto;
    }

aside .ow-container:not(:empty), .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-list .post-block img {
    max-width: 15rem;
    min-width: 15rem;
}


.more-link {
    position: relative;
    font-family: var(--primary-font);
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--grey-dark-one);
    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;
    }

.media-icon {
    display: none;
}

.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%;
}
/**************** 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 {
        color: #FFF;
    }

    .section-gap.dark .media-grid .owl-carousel .owl-nav button.owl-next,
    .section-gap.dark .media-grid .owl-carousel .owl-nav button.owl-prev {
        background: #FFF;
        color: var(--brand-darkblue);
    }

/**************** 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 .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 #F2F2F2;
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

    body.dark .nav-search-field-toggler {
        color: #FFF;
    }

    body.dark .breadcrumb li a, body.dark .breadcrumb li.active, body.dark .breadcrumb a.active, body.dark .breadcrumb li:hover, body.dark .breadcrumb a:hover {
        color: #FFF;
    }
/**************** Footer ****************/


.page-footer {
    background-color: var(--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-fsize);
    margin-bottom: 1rem;
}

/**************** Sidebarlist ****************/
.sidebar-post-widget h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}
.sidebar-post-widget .post-tag {
    margin: 0;
}

.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;
    }
.sidebar-post-widget .post-block > a, .sidebar-post-widget.post-block figure > a {
    margin-right: 1rem;
}
.widget-separator .post-block {
    position: relative;
    padding: 2rem 0;
}

    .widget-separator .post-block:not(:last-child) {
        margin-bottom: 4rem;
    }

        .widget-separator .post-block:not(:last-child):after {
            content: " ";
            border-bottom: 1px solid var(--separators-col);
            width: 100%;
            display: block;
            position: absolute;
            bottom: -2rem;
            text-align: center;
            margin: 0;
        }

/**************** 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: 1px solid var(--live-color);
    border-bottom: 1px 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);
}

.sub-nav-wrapper ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: scroll;
    line-height: 5rem;
}

.sub-nav-wrapper li {
    color: #FFF;
    font-size: var(--item-fsize);
    margin-right: 5rem;
    font-weight: bold;
}

.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-left: 1.5rem;
    border-left: 7px solid var(--brand-darkblue);
}
/**************** Items Grid ****************/
.items-grid h3 {
    font-size: 18px;
    line-height: 3rem;
    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 .ow-container, .home-top .items-grid, .home-top .items-grid .axil-recent-news {
    height: 100%;
}

.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(http://cdn.almayadeen.tv/images/icons/go_graphic.png);
    background-repeat: no-repeat;
    background-position: 20rem 7rem;
}

    .videos-section.big:before {
        content: " ";
        position: absolute;
        right: 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;
        left: 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;
}

    .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;
        left: 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;
        background: linear-gradient(rgba(255,255,255, 0), var(--brand-darkblue));
    }

    .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;
    }

.videos-section.appendix .tabs-widget {
    margin: 0;
    padding: 3rem 0 2rem 0;
}

.videos-section .nav {
    align-content: space-between;
    align-content: flex-start;
    margin-bottom: 0;
    border: none;
    margin-bottom: 0;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: scroll;
    scrollbar-color: #E1E1E1 transparent;
    scrollbar-width: thin;
}

    .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.4rem;
    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;
    padding-top: 2rem;
    border-top: 1px solid var(--videos-highlight);
}

.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: scroll;
    height: 4.5rem;
    scrollbar-color: transparent transparent;
    scrollbar-width: none;
}

    .bar-items::-webkit-scrollbar, .sub-navigation::-webkit-scrollbar {
        width: 0;
        background: transparent;
        height: 0;
        display: none;
    }

    .bar-items .bar-item {
        margin: 0;
        color: var(--grey-col);
        font-family: var(--medium-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;
        }



        /************** News Ticker  *******************/

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.ticker-wrap {
    direction: ltr;
    width: 100%;
    overflow: hidden;
    height: 5rem;
    background-color: #F1F1F1;
    padding-left: 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;
        padding-right: 100%;
    }

    .ticker-wrap .ticker__item {
        display: inline-block;
        padding: 0 4rem;
        font-size: 2rem;
        color: var(--grey-col2);
    }

        .ticker-wrap .ticker__item:after {
            background: url(http://cdn.almayadeen.tv/images/logo/logo-red.png) no-repeat;
            height: 30px;
            width: 30px;
            position: absolute;
            margin-left: 3rem;
            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: 17rem;
        height: 5rem;
        line-height: 5rem;
        font-size: 2rem;
        font-weight: normal;
        color: #ffffff;
        text-align: center;
        left: 1rem;
        z-index: 1;
    }

    .ticker-wrap .ticker-overlay {
        position: absolute;
        top: 0;
        right: 1rem;
        left: 85%;
        bottom: 0;
        background: linear-gradient(270deg,rgba(255,255,255,0.82) 0%,rgba(255,255,255,0) 100%);
    }

    .ticker-wrap .time {
        font-size: 1.5rem;
        margin-right: 2rem;
    }



/**************** Media Grid ****************/

.media-grid {
    margin-top: 0;
}

    .media-grid .grid-item {
        margin-bottom: 3rem;
    }

    .media-grid .content-block {
        display: block;
    }

    .media-grid.fill .media-caption {
        padding: 0;
        background: var(--items-bg);
    }

    .media-grid.fill:not(.fullheight) .media-caption {
        height: 15rem;
        overflow: hidden;
        padding: .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;
    }

    .media-grid.smooth .caption-content h3 a:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        bottom: 0;
        background: linear-gradient(to bottom,transparent,rgb(242,242,242));
    }

    .media-grid.smooth .caption-content h3 {
        max-height: 75px;
        height: 75px;
        overflow: hidden;
        position: relative;
        margin-bottom: .8rem;
    }

    .media-grid.smooth .media-caption {
        padding: .5rem;
        background: var(--items-bg);
    }


.content-block:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.media-grid .owl-nav {
    position: absolute;
    top: -6rem;
    right: 0;
}

.media-grid .owl-nav {
    right: auto;
    left: 0;
}

.media-grid .owl-carousel .owl-nav button.owl-next,
.media-grid .owl-carousel .owl-nav button.owl-prev {
    background: var(--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) .content-block h3 {
    color: #FFF;
}

.media-grid.light .grid-wrapper {
    background: var(--items-bg);
    padding: 1.2rem 1.8rem 0 1.8rem;
}

.media-grid.mini .grid-item {
    margin-bottom: 0;
}

.media-grid.mini .content-block h3 {
    font-size: 2rem;
    color: var(--brand-darkblue);
}

.slider .more-link {
    right: 10rem;
}

.rtl .slider .more-link {
    left: 10rem;
    right: unset;
}

.videos-section.appendix .media-icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: #FFF;
    color: var(--brand-darkblue);
    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;
    }

/**************** Responsive ****************/
@media(max-width: 1600px) {
    .big-video {
        background-position: 8rem 8rem;
    }

        .big-video:before {
            left: 3rem;
        }

        .big-video:after {
            right: 3rem;
        }
}

@media(max-width: 1024px) {
    .main-navigation li {
        margin-right: 1rem;
        margin-left: 0;
    }
}

@media(max-width: 992px) {
    .post-block .axil-post-title {
        font-size: 1.8rem;
    }

    html {
        font-size: 9px;
    }

    .featured-video {
        margin-top: 3rem;
    }

    .big-video {
        background-position: 2rem 2rem;
    }

        .big-video:before {
            border-top: 4rem solid #FFF;
            border-left: 4rem solid transparent;
            border-right: 4rem solid transparent;
        }

        .big-video:after {
            border-bottom: 4rem solid #FFF;
            border-left: 4rem solid transparent;
            border-right: 4rem solid transparent;
        }
}

}

@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 {
        left: 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;
    }
}

@media(max-width: 576px) {
    .section-gap {
        padding-top: 1rem;
    }

    html {
        font-size: 8.2px;
    }

    .feed .post-block {
        display: block;
    }

        .feed .post-block img {
            min-width: 100%;
            max-width: 100%;
            margin-bottom: 2rem !important;
        }
}

@media(max-width: 480px) {
    .section-gap {
        padding-top: 0;
    }

    .featured-video {
        margin-top: 5rem;
    }

        .featured-video .title-go img {
            height: 6rem;
        }

        .featured-video .title-go {
            top: -4rem;
        }

    html {
        font-size: 8px;
    }
}
/**************** GO ****************/
.videos-section.full {
    padding: 0;
    margin: 0;
    background: var(--brand-darkblue);
}

    .videos-section.full .featured-video {
        margin-top: 0;
    }
/**************** Videos Masonry ****************/
.isotope-grid .post-block > a {
    margin: 0;
}

.isotope-grid .media-body {
    padding: 2rem 1rem;
    background: var(--items-bg);
}

    .isotope-grid .media-body h3 {
        font-size: var(--item-fsize);
        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;
}

.media-icon {
    display: none;
}

.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;
    }

    .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-arrows {
        position: absolute;
        bottom: 14rem;
        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: 1rem;
        right: 2rem;
    }

    .custom-slider.wide .item-slide {
        background: var(--items-bg);
    }

    .custom-slider.wide .slide-info {
        padding: 2rem;
    }
/**************** Categories Grid ****************/
.categories-grid .category-list {
    position: relative;
}

.categories-grid .list-inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}

.categories-grid .cat-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    background-color: var(--brand-darkblue);
    padding: 0.5rem 0;
    color: #FFF;
    margin: 0;
    white-space: nowrap;
}

/**************** LIVE ****************/
.single-player {
    padding: 1rem;
    background: #F2F2F2;
}

    .single-player .video-info {
        padding: 1rem 1rem 0 1rem;
    }

.live-player .video-info {
    display: flex;
    align-content: flex-start;
}

.single-player .video-info h2 {
    margin-bottom: 0;
    margin-top: 1rem;
}

.live-player .video-info h2 {
    margin: 0;
    align-self: center;
    white-space: nowrap;
    margin-right: 1rem;
}

.rtl .live-player .video-info h2 {
    margin-right: 0;
    margin-left: 1rem;
}

.live-player .video-info .video-metas {
    line-height: 6rem;
    margin: 0 4rem;
    color: #707070;
    font-size: 3rem;
}

.single-player .video-info .video-metas .fa {
    display: none;
}

.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;
}

    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;
}
/**************** Text List ****************/
.text-list.limited .items {
    max-height: 45rem;
}

.text-list .item {
    background: #F2F2F2;
    padding: 1.5rem 1rem;
    border-bottom: 1px solid var(--grey-col)
}

    .text-list .item h4 {
        font-size: 2rem;
        margin-bottom: 0;
        clear: both;
    }

.text-list .post-tag {
    display: inline-block;
}

    .text-list .post-tag.date {
        margin: 0 2rem;
    }

        .text-list .post-tag.date a {
            color: #7B7B7B;
        }

        .text-list .post-tag.date:before {
            border-color: var(--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 .metas .record {
    display: flex;
}

    .items-summary .metas .record .key {
        width: 15rem;
        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;
}
/**************** MIXED GRID ****************/
.read .section-gap {
    background-color: var(--items-bg);
}

.read .page-footer .section-gap {
    background-color: var(--grey-bg);
}

.mixed-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mixed-grid-item {
    background-color: #FFF;
    margin-bottom: 3rem;
    position: relative;
}

    .mixed-grid-item .item-content {
        padding: 1.5rem;
        height: 100%;
        display: flex;
    }

        .mixed-grid-item .item-content .media-block {
            background-position: center;
            background-size: cover;
            position: absolute;
            background-repeat: no-repeat;
            height: 100%;
            right: 0;
            top: 0;
        }

        .mixed-grid-item .item-content .info-block {
            padding-left: 2rem;
        }

    .mixed-grid-item.blue {
        background-color: var(--brand-blue);
    }

    .mixed-grid-item.dark {
        background-color: var(--brand-darkblue);
    }

    .mixed-grid-item.color {
        background-color: var(--items-bg);
    }

    .mixed-grid-item.blue h3, .mixed-grid-item.blue p, .mixed-grid-item.blue a, .mixed-grid-item.blue ul {
        color: #FFF;
    }

    .mixed-grid-item.blue .post-tag a {
        color: var(--brand-darkblue);
    }

    .mixed-grid-item.dark .post-tag a, .mixed-grid-item.dark h3 {
        color: white;
    }

    .mixed-grid-item.dark .post-tag:before {
        border-color: white;
    }

    /*** DEFAULT ***/
    .mixed-grid-item.default {
        width: 49%;
    }

        .mixed-grid-item.default .item-content .media-block {
            width: 40%;
        }

            .mixed-grid-item.default .item-content .media-block:hover {
                width: 100%;
                position: absolute;
            }

        .mixed-grid-item.default .item-content .info-block {
            width: 60%;
        }

    /*** BIG ***/
    .mixed-grid-item.big {
        width: 100%;
    }

        .mixed-grid-item.big .item-content .media-block {
            width: 50%;
        }

        .mixed-grid-item.big .item-content .info-block {
            width: 50%;
        }
    /*** Video ***/
    .mixed-grid-item.video {
        width: 100%;
    }

        .mixed-grid-item.video .item-content .media-block {
            width: 56%;
        }

        .mixed-grid-item.video .item-content .info-block {
            width: 44%;
        }
    /*** SMALL ***/
    .mixed-grid-item.mini {
        width: 32%;
    }
    /*** WIDE ***/
    .mixed-grid-item.wide {
        width: 100%;
    }

        .mixed-grid-item.wide .item-content .media-block {
            width: 20%;
        }

        .mixed-grid-item.wide .item-content .info-block {
            width: 80%;
        }


    .mixed-grid-item.textonly .item-content .info-block {
        width: 100%;
    }
/***VIDEO***/
@media(min-width: 767px) {
    .mixed-grid.video-item-grid .mixed-grid-item.big {
        height: 270px;
    }

        .mixed-grid.video-item-grid .mixed-grid-item.big .item-content .media-block {
            margin: 1rem;
            width: 40%;
            height: calc(100% - 2rem);
        }
}

.mixed-grid.video-item-grid .mixed-grid-item.big .item-content .media-block:after {
    content: "";
    width: 15px;
    height: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #F2F2F2;
    background-color: transparent;
    box-shadow: none;
    position: absolute;
    top: calc(50% - 7.5px);
    left: calc(50% - 5px);
}

.mixed-grid.video-item-grid .mixed-grid-item.big .item-content .media-block:before {
    content: "";
    width: 57px;
    height: 57px;
    background: #1C3664AD 0% 0% no-repeat padding-box;
    border: 0.5px solid #1C3664;
    position: absolute;
    top: calc(50% - 28.5px);
    left: calc(50% - 28.5px);
    box-shadow: 0px 3px 6px #00000029;
}

@media(max-width: 1024px) {
    .mixed-grid-item.default {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .mixed-grid-item.mini {
        width: 100%;
    }

    .mixed-grid-item .item-content .media-block {
        width: 100% !important;
        position: static;
        display: block;
        height: 20rem;
    }

    .mixed-grid-item .item-content .info-block {
        width: 100% !important;
        padding: 0 0 2rem 0;
    }

    .mixed-grid-item .item-content {
        display: block;
    }

        .mixed-grid-item .item-content .media-block:hover {
            position: static !important;
        }
}

/**************** 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;
    }
/*** nav ***/
.mega-nav {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: all .5s ease-in-out;
}

    .mega-nav.opened {
        height: auto;
        overflow: visible
    }

.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: #707070;
    font-weight: bold;
    white-space: nowrap;
}

.mega-nav ul.sub-menu {
    list-style: none;
    padding: 3rem 0;
}

    .mega-nav ul.sub-menu a {
        font-size: 1.8rem;
        color: #979797;
        white-space: nowrap;
        line-height: 4rem;
    }

/**************** 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 .section-gap.slider {
    background: linear-gradient(to bottom, #1C3664 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;
    }

.media-slider .item-slide {
    position: relative;
}

.media-slider .slide-info {
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3rem 4rem;
}

    .media-slider .slide-info h3, .media-slider .slide-info a, .media-slider .slide-info p, .media-slider .slide-info ul {
        color: #FFF;
    }

.media-slider figure {
    width: 100%;
    overflow-y: hidden;
}

.media-slider .slider-nav-thumbnails {
    margin-bottom: 1rem;
}

    .media-slider .slider-main .item-slide img,
    .media-slider .slider-nav-thumbnails .item-thumb img {
        width: calc(100% - 2rem);
        margin: auto;
    }

.media-slider .slider-main {
    position: relative;
}

    .media-slider .slider-main .post-tag {
        margin-bottom: 1rem;
    }

    .media-slider .slider-main .grad-overlay {
        position: absolute;
        top: 0;
        left: 1rem;
        right: 50%;
        bottom: 0;
        background: linear-gradient(270deg, rgba(18, 18, 19, 0) 0%, #121213cf 100%);
    }

.rtl .media-slider .slider-main .grad-overlay {
    background: linear-gradient(90deg, rgba(18, 18, 19, 0) 0%, #121213cf 100%);
    left: 50%;
    right: 1rem;
}

.media-slider .slider-arrows {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.rtl .media-slider .slider-arrows {
    left: 2rem;
    right: auto;
}

.media-slider .slider-arrows .slick-arrow {
    background: var(--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);
}



/**************** CULTURE ****************/

.culture .mixed-grid-item {
    border: 1px #F2F2F2 solid;
}

.culture .media-grid:not(.fill) .media-caption {
    position: absolute;
    text-align: var(--antidirection);
}

.culture .media-grid:not(.fill) .grad-overlay {
    display: block;
}

.culture .media-grid:not(.fill) .content-block h3,
.culture .media-grid:not(.fill) .content-block a,
.culture .media-grid:not(.fill) .content-block ul {
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/******Featured List******/
.featured-list .axil-img-container .media-body__big {
    padding: 2rem 3rem;
    text-align: right;
}

.rtl .featured-list .axil-img-container .media-body__big {
    text-align: left;
}

.featured-list .post-block img {
    max-width: 12.75rem;
}

/**************** xxxx ****************/
/**************** xxxx ****************/

.optimal.vid-youtube .embed-responsive-item {
    height: 100%;
}

.grid-wrapper .owl-nav {
    left: auto !important;
}



@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
}

.grid-item h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 76px;
    font-size: 2.5rem;
}

.owl-carousel .post-metas img {
    max-width: 2rem !important;
    min-width: 2rem !important;
    height: 2rem !important;
    display: inline-block;
    object-fit: cover;
    border-radius: 0;
    float: left;
}

.post-metas ul.list-inline {
    direction: ltr;
}

.tabs-widget a.nav-link {
    font-size: 16px;
}

.post-sidebar {
    padding-right: 0;
    padding-left: 0;
}

.section-gap.articles {
    background-color: var(--items-bg);
}

aside .ow-container:not(:empty) {
    margin-bottom: 3rem;
}

.search_form button.btn {
    background-color: #e9ecef;
}

.search_form button.btn font font {
    color: #6c757d;
}

.items-summary .metas .record .value {
    text-overflow: ellipsis;
    overflow: hidden;
}

.category-widget .owl-nav {
    direction:  rtl;
}

.sports .section-title h2, .widget-title h3 {
    border-color: #14b5df;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: MontserratBold,Tahoma,Helvetica,Arial,sans-serif;
}

.dark .sub-nav-wrapper {
    background: var(--brand-darkblue);
}


.axil-team-block .axil-team-inner-content {
    bottom: 0;
}

#go li:first-child{
    direction: rtl;
}

.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);
}
