﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

font-face {
    font-family: 'HelveticaNeueLTProLight';
    src: url('../../../shared/fonts/HelveticaNeueLTPro/HELVETICANEUELTPRO-LT.OTF');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTProBold';
    src: url('../../../shared/fonts/HelveticaNeueLTPro/HELVETICANEUELTPRO-BD.OTF');
    font-weight: normal;
    font-style: normal;
}

:root {
    --brand-orange: #F17B21;
    --primary-font: 'HelveticaNeueLTProLight', 'Montserrat', sans-serif;
    --secondary-font: 'HelveticaNeueLTProLight', 'Montserrat', sans-serif;
    --bold-font: 'HelveticaNeueLTProBold', 'MontserratExtraBold', sans-serif;
    --medium-font: 'HelveticaNeueLTProBold', 'MontserratBold', sans-serif;
    --read-col: #000;
    --nav-fsize: 1.5rem;
    --item-fsize: 2.5rem;
    --live-color: #FF0505;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1230px;
    }
}

/**************** SECTIONS ****************/
.section-gap:not(.videos-section) .ow-container ~ .ow-container {
    margin-top: 7.5rem;
    padding-top: 0;
}

.crop-min-height {
    min-height: 10rem;
    max-height: 10rem;
}

.featured-min-height {
    min-height: 35.9rem;
}

.topless .ow-container {
    margin-top: 3.5rem !important;
    margin-bottom: 7rem;
}

.no-container-margin {
    margin-top: -7.5rem !important;
}

.shrinked-container-margin {
    margin-top: .5rem !important;
}

@media(min-width: 576px) {
    .half-placement {
        max-width: calc(50% - 15px);
        padding-inline-end: 30px;
        float: var(--direction);
        background-color: #fff;
    }

    .half-placement-complement .mixed-list-item.end-half-placement {
        clear: both;
    }
}

@media(min-width: 992px) {
    .half-placement-start {
        max-width: calc(50% - 15px);
        float: var(--direction);
    }

    .half-placement-end {
        max-width: calc(50% - 15px);
        float: var(--antidirection);
    }
}

.title-replace-margin {
    margin-top: 4rem;
}

.moreArticlesList .post-block {
    background-color: #FFF;
}

.moreArticlesList .axil-recent-news {
    padding: 0 !important;
}

.moreArticlesList .post-block a {
    padding: 1rem !important;
}

.navbar-search .navbar-search-btn i, .navbar-search .navbar-search-btn span {
    font-weight: 900;
}

.title-over .col-lg-4 .media-caption, .title-over .col-lg-12 .media-caption {
    background-color: transparent !important;
}

.section-tabs {
    padding-top: 0px !important;
    margin-top: -3rem;
}

.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-details-block.coverage .media-body {
        margin-left: 2rem;
    }

.tabs-en-top-margin {
    margin-top: 38px;
}

    .tabs-en-top-margin .tab-content {
        overflow: hidden;
    }

.single-player {
    background: transparent;
    padding: 0;
}

    .single-player .video-info {
        padding: 2.4rem 0 0;
    }

        .single-player .video-info h1 {
            font-size: 2.8rem;
            line-height: 1.07;
        }

        .single-player .video-info .summary {
            line-height: 1.17;
        }

        .single-player .video-info :is(h1, .summary) {
            max-width: 80%;
        }

.post-tag:before {
    display: none;
}

.post-tag a {
    padding: 0;
    color: var(--brand-orange);
    font-family: var(--primary-font);
}

.post-details {
    text-align: left;
}

    .post-details .single-blog-wrapper h1 {
        font-size: 4rem;
        line-height: 1.15;
        margin-bottom: 1.5rem;
    }

    .post-details .single-blog-wrapper .p-summary {
        margin-bottom: 1.5rem;
        color: var(--grey-dark-four);
        font-size: 2rem;
        line-height: 1.2;
        font-weight: bold;
    }

    .post-details .single-blog-wrapper .post-cover-content,
    .single-player .post-player-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1.5rem;
    }

        .post-details .single-blog-wrapper .post-cover-content .social-share li,
        .single-player .post-player-content .social-share li {
            margin: 0;
            margin-inline-start: 2rem;
        }

            .post-details .single-blog-wrapper .post-cover-content .social-share li a,
            .single-player .post-player-content .social-share li a {
                color: var(--grey-dark-four);
                font-size: 1.3rem;
                line-height: 1.3rem;
            }

    .post-details figure {
        margin-bottom: 2rem;
    }

    .post-details p {
        font-size: 2.2rem;
        line-height: 2.9rem;
        margin-bottom: 3rem;
        text-align: var(--direction);
    }

img.optimal {
    height: auto !important;
}

.story-appendix > div:first-child {
    border: none;
    padding: 0;
}

.section-tabs .media-grid .row {
    padding: 0 !important;
}

.title-over .col-lg-4 .media-caption, .title-over .col-lg-12 .media-caption {
    height: 4rem;
    position: absolute;
    top: 80%;
    left: 3rem;
}

.title-over .col-lg-6 .media-caption h3 {
    height: 4rem;
    position: absolute;
    top: 67.5%;
    left: 4rem;
}

.content-block .grad-overlay {
    position: absolute;
    top: unset;
    bottom: 0;
    left: 0;
    max-width: -webkit-fill-available;
    height: 50%;
}

.post-metas {
    margin: 1.5rem 0 0.5rem;
}

    .post-metas li:not(:last-child)::after {
        border-left-color: var(--grey-dark-four);
    }

.meta-item [class^="tag-"] {
    color: var(--brand-orange);
}

.grad-overlay {
    background: linear-gradient(180deg, rgba(18, 18, 19, 0) 0%, #121213 150%);
}

.title-over .col-lg-6 .media-caption .summary, .title-over .col-lg-6 .media-caption .post-metas {
    margin-left: 1.5rem;
}

.title-over h3 {
    color: #FFF !important;
}

/* home most read*/
.home-mostread {
    margin-bottom: -4rem;
}

.padding-top {
    padding-top: 2.3rem;
}

.home-mostread:not(.no-items-separator) .grid-wrapper > div:not(:last-child) .post-block {
    border-bottom: 1px solid var(--separators-col);
}

.home-mostread .post-block img, .home-mostread .post-block img, .top-videos .post-block img, .top-videos .post-block img {
    max-width: 9rem !important;
    min-width: 9rem !important;
}

.home-mostread .datalist .media {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

.home-mostread .post-block > a, .no-border .post-block figure > a {
    margin-inline-end: 1.4rem !important;
}

.home-mostread .media-body h3, .top-videos .media-body h3 {
    font-size: var(--summary-fsize);
    line-height: 2.2rem;
}

.top-videos .datalist {
    background-color: #1C3664;
    margin: 0 .9rem;
    border-radius: 3px;
}

    .top-videos .datalist .media {
        padding: 0 !important;
        margin-top: 1.5rem !important;
        background-color: #1c3664 !important;
        border-bottom: 1px solid white;
        border-radius: 0 !important;
    }

.top-videos .axil-recent-news {
    margin-top: 0 !important;
    padding: 1rem 0;
}

.top-videos .post-block {
    margin-bottom: 1.15rem !important;
}

    .top-videos .post-block > a, .top-videos .post-block figure > a {
        margin-right: 1rem !important;
        padding-bottom: 2.5rem;
    }

.top-videos .media-body h3 {
    color: #FFF !important;
}

.top-videos .post-metas ul {
    color: #FFF;
}

.featured-watchit {
    margin-bottom: 7.5rem;
}

    .featured-watchit .bg-navy .media-grid .content-block, .featured-watchit .bg-navy .media-caption {
        background-color: #1C3664;
    }

    .featured-watchit .bg-navy .post-tag a, .featured-watchit .bg-navy .caption-content h3, .featured-watchit .bg-navy .summary, .featured-watchit .bg-navy .post-metas li {
        color: #FFF;
    }

    .featured-watchit .summary {
        font-weight: 100;
        font-size: 1.6rem;
        margin-bottom: 1rem;
        height: 8rem;
        overflow: hidden;
    }

    .featured-watchit .more-watchit-bottom .datalist {
        margin-bottom: 3rem !important;
    }

.no-top-padding {
    padding-top: 0rem !important;
}

.more-space-right .media-grid .grid-item {
    margin-bottom: 3rem;
}

@media(max-width: 480px) {
    .more-space-right .media-grid .row {
        padding: 0 2rem !important;
    }

    .grid-item.col-lg-4 {
        max-width: 100% !important;
    }

    .more-space-right-small .title-over .row {
        padding: 0 2rem !important;
    }

    .grid-item.col-lg-6 {
        max-width: 100% !important;
    }

    .more-posts .media-grid .row {
        padding: 0 2rem !important;
    }

    .grid-item h3 {
        height: 85px !important;
    }

    .title-over .col-lg-6 .media-caption h3 {
        position: absolute;
        top: 27.5rem;
        left: 3.5rem;
    }

    .items-list .post-block {
        display: flex;
        flex-direction: column;
    }

        .items-list .post-block img {
            margin: 0 0 1.5rem !important;
            max-width: 100% !important;
        }

    .home-mostread .post-block > a, .post-block figure > a {
        width: 30% !important;
    }

    .section-tabs .items-grid .col-lg-12 {
        padding: 0 !important;
    }
}

/************ Article Page *************/
.axil-edit .media-grid .grid-item {
    padding: 0;
}

.axil-edit .axil-recent-news {
    margin-top: 0 !important;
}

    .axil-edit .axil-recent-news .post-block {
        background-color: #fff !important;
        border-radius: 3px;
    }

        .axil-edit .axil-recent-news .post-block > a, .axil-edit .axil-recent-news .post-block figure > a {
            padding: 1rem;
        }

    .axil-edit .axil-recent-news .media-body h3 {
        height: 9.2rem;
        overflow: hidden;
    }

.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;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1.5rem;
}

    .post-metas-wrapper .post-metas {
        margin: 0;
    }

    .post-metas-wrapper li {
        margin-bottom: 0;
    }

    .single-player .video-info .social-share a,
    .post-metas-wrapper .social-share li a {
        background: transparent;
        color: var(--brand-orange);
        width: 2rem;
    }

.post-country img {
    max-width: 3rem !important;
    min-width: 3rem !important;
    height: 3rem !important;
    display: inline-block;
    object-fit: cover;
    border-radius: 100%;
}

@media(max-width: 1300px) {
    .axil-banner-sidebar {
        padding: 1.5rem 2.5rem 0;
    }
}

.btn {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.2;
    font-family: var(--bold-font);
    color: #FFFFFF;
    background-color: var(--brand-orange);
    padding: 0 .5rem;
}

.loadmorebtn.btn {
    text-transform: capitalize;
}

.loadmoresection {
    text-align: center;
    margin: 4rem 0;
}

.breadcrumb-wrapper {
    padding: 1rem 0;
    background-color: #F1F1F1;
}

/****Details Slick *****/
.post-media figcaption,
.content-media-item figcaption {
    color: var(--grey-dark-four);
    background: transparent;
    padding: 0.9rem 0 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--bold-font);
    color: black;
    font-weight: normal;
    margin-bottom: 0;
}

.small.normal-font h1, .small.normal-font h2, .small.normal-font h3, .small.normal-font h4, .small.normal-font h5 {
    font-size: 2.6rem !important
}

/**************** General ****************/
.hide-title .section-title {
    display: none;
}

.section-title {
    margin: 0 0 1rem;
}

    .section-title h2, .widget-title h3 {
        color: var(--brand-orange);
        font-family: var(--primary-font);
        font-size: 2.6rem;
        line-height: 3rem;
        border: none;
        padding: 0;
        display: flex;
        align-items: baseline;
        width: 100%;
        white-space: nowrap;
    }

        .section-title h2::after, .widget-title h3::after {
            content: '';
            display: block;
            border-top: 1px solid var(--brand-orange);
            flex-grow: 1;
            width: 100%;
            margin-inline-start: 1rem;
        }

.section-gap:first-of-type {
    padding-top: 1.5rem;
}

.section-gap:last-of-type {
    padding-bottom: 3.5rem;
}

.section-gap {
    padding-bottom: 3.5rem;
}

    .section-gap.light {
        padding: 7.5rem 0;
        margin-bottom: 7.5rem;
    }

.items-list:not(.banner) .post-block {
    padding-bottom: 3rem;
    border-bottom: 1px solid var(--separators-col);
}

.items-grid .post-block img,
.items-list .post-block img {
    max-width: 28.5rem;
    min-width: 28.5rem;
}

.items-list:not(.home-mostread) .post-block img {
    margin-inline-end: 3rem !important;
}

.items-list:not(.home-mostread) .post-block h3 {
    font-family: var(--bold-font);
}

.items-list .post-block .summary {
    margin-top: 0.7rem;
}

.banner img {
    width: 100%;
}

.items-list.banner {
    background: none;
}

    .items-list.banner .post-block .thumb {
        width: calc(66.66666% - 15px);
    }

    .items-list.banner .post-block img {
        min-width: 100%;
    }

    .items-list.banner .post-block .media-body {
        margin-inline-start: 30px;
        display: flex;
        flex-direction: column;
        align-self: flex-end;
    }

.post-block > a, .post-block figure > a {
    margin-right: 0rem !important;
    padding: 0;
}

.navbar {
    background-color: #F2F2F2;
}

.more-link {
    display: none;
}

/**************** Footer ****************/
.page-footer {
    padding: 5rem 0 12.6rem;
}

    .page-footer .section-gap {
        padding: 0;
    }

    .page-footer .social-share__with-bg li a {
        background: transparent;
        color: var(--brand-orange);
    }

    .page-footer .site-description {
        margin: 0;
        font-weight: 600;
    }

        .page-footer .site-description.site-copyrights {
            font-weight: 100;
        }

    .page-footer .mobile-apps {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
    }

.footer-widget .footer-nav li {
    width: 10rem;
    display: inline-block;
    margin-bottom: 1rem;
}

.footer-social-share .social-share li {
    margin: 0;
}

.social-colored .ow-container > div {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto;
    grid-column-gap: 3.6rem;
    grid-row-gap: 1.9rem;
}

.page-footer .footer-logo {
    grid-row-start: 1;
    grid-row-end: 4;
    margin: auto;
}

.footer-social-share-wrapper {
    grid-row-start: 1;
    grid-row-end: 2;
}

}

.nav li .nav-link.active {
    color: var(--navy-blue);
}

.nav.sub-navigation.list-inline {
    border-bottom: 2px solid #989898;
}

/**************** 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 > a, .sidebar-post-widget.post-block figure > a {
    margin-right: 1rem;
}

/**************** Header / Main Menu ****************/
.main-navigation li {
    line-height: 1.2;
    padding: 2.6rem 0;
    margin-inline-end: 2.3rem;
}

.header-top {
    height: 3rem;
}

.header-top__social-share li {
    margin: 0 0 0 0.7rem;
}

    .header-top__social-share li a, .header-top__social-share li {
        font-size: 1.3rem;
        line-height: 2rem;
    }

.mega-nav-toggler {
    color: var(--grey-dark-four);
}

.brand-logo-container {
    margin-inline-end: 1rem;
}

.navbar-extra-features {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}


@media(min-width: 768px) {
    .nav-search-field-toggler {
        margin-inline-end: 6.3rem;
    }
}

#special-menu a {
    border: none;
    font-size: 1.7rem;
    font-family: var(--bold-font);
}

/**************** Section Menu ****************/
.sub-nav-wrapper {
    padding: 2.5rem 0 2rem;
}

    .sub-nav-wrapper li {
        color: #B4B4B4;
        font-family: var(--bold-font);
        margin-inline-start: 2.5rem;
        font-size: 2rem;
    }

        .sub-nav-wrapper li.special {
            /* flex: auto; */
            margin: 0;
            font-family: var(--primary-font);
            font-size: 3rem;
            color: var(--brand-orange);
        }

header .sub-nav-wrapper ul {
    padding-bottom: 2.7rem;
    border-bottom: 1px solid var(--grey-col2);
    overflow-x: scroll;
}

/**************** Items Grid ****************/
.items-grid h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin: 0;
}

.items-grid.separator {
    border-top: 1px solid var(--separators-col);
    padding-top: 2.1rem;
}

    .items-grid.separator.no-container-margin {
        margin-top: -3.3rem !important;
    }

.items-grid.no-items-separator .post-block {
    border-bottom: none !important;
}

/* small */
.items-grid.small .axil-recent-news .row > div {
    padding-left: 7.5px;
}

.items-grid.small .post-block {
    margin-bottom: 0;
    padding: 2.1rem 0;
    border-bottom: 1px solid var(--separators-col);
}

    .items-grid.small .post-block h3 {
        font-size: var(--summary-fsize) !important;
        line-height: 2.1rem;
        margin: 0;
    }

    .items-grid.small .post-block img {
        max-width: 9rem;
        min-width: 9rem;
        margin-inline-end: 1.5rem !important;
    }

.home-top .ow-container, .home-top .items-grid, .home-top .items-grid .axil-recent-news {
    height: 100%;
}

/**************** VIDEOS SECTION  ****************/
.featured-video .video-js .vjs-big-play-button {
    color: #1C3664;
}

.videos-section .nav-item .nav-link {
    font-size: 2.4rem;
}

.videos-section .tab-content {
    padding-top: 2rem;
    border-top: 1px solid var(--videos-highlight);
}

/**************** Media Grid ****************/
.media-grid.half-placement .grid-item .summary {
    height: auto;
    margin-bottom: 0.7rem;
}

.media-grid {
    margin-bottom: -4rem;
}

    .media-grid .grid-item {
        margin-bottom: 4rem;
        display: flex;
        flex-direction: column;
    }

        .media-grid .grid-item .media-caption {
            flex-grow: 1;
            padding-top: 1.6rem;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .media-grid .grid-item .summary {
            margin: 0 0 0.6rem;
        }

    .media-grid .content-block {
        background: #FFF;
    }

    .media-grid.fill .media-caption {
        padding: 0;
    }

    .media-grid.fill:not(.fullheight) .media-caption {
        padding: .5rem;
    }

.title-over .grad-overlay {
    display: unset;
}

.media-grid .content-block .media-caption {
    padding: 1rem;
}

.media-grid.smooth .caption-content h3 {
    max-height: 75px;
    height: 75px;
}

    .media-grid.smooth .caption-content h3 a:after {
        height: 100%;
    }

.media-grid.smooth .media-caption {
    padding: .5rem;
}

.content-block:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.media-grid .owl-nav {
    top: -6rem;
}

.post-metas li {
    margin: 0 !important;
}

.embed-load-btn, .media-icon {
    width: 13%;
    height: 20%;
    top: 0;
    background: var(--brand-orange);
}

    .media-icon .fa-play {
        display: none;
    }

.embed-load-btn {
    display: initial !important;
    left: 0;
    right: 0;
}

    .embed-load-btn::after {
        border: none;
        height: auto;
        width: auto;
    }

    .embed-load-btn::after,
    .media-icon:after {
        content: '';
        display: block;
        background-image: url(../../img/Polygon.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        padding: 50% 0;
        margin: 0 30% 0 33%;
    }

@media(min-width: 992px) {
    .grid-item h3 {
        font-size: 2.4rem;
    }
}

/* bordered items */
.media-grid.bordered-items {
    margin-bottom: -2rem;
}

    .media-grid.bordered-items .grid-item {
        /*border-bottom: 1px solid var(--separators-col);
        padding: 0 0 2rem;
        margin: 0 15px 2rem;*/
    }

/**************** 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: 4rem;
    }

    .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);
    }

    .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: 4rem;
    }

    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;
    }

    .slider-custom {
        margin-top: 2rem;
    }

    .slider-nav-thumbnails {
        display: none;
    }

    .featured-watchit .more-watchit-bottom .section-title {
        display: none;
    }
}

/**************** Appendix ****************/
.story-appendix .about-author a img {
    margin: 0;
}

.about-author .media-body {
    margin: 0 2rem;
}

/**************** Text List ****************/
.text-list.limited .items {
    max-height: 45rem;
}

.text-list .item {
    border-bottom: 1px solid var(--grey-col)
}

.items-summary .metas .record .key {
    width: 15rem;
}

/**************** MIXED List ****************/
.mixed-list .mixed-list-wrapper {
    display: grid;
    grid-row-gap: 2rem;
    grid-column-gap: 3rem;
}

.mixed-list .mixed-list-item {
    padding-bottom: 0;
    margin-bottom: 0;
}

    .mixed-list .mixed-list-item .thumb-wrapper {
        border: none;
    }

    .mixed-list .mixed-list-item .item-content {
        min-height: unset !important;
        height: auto;
        padding: 0;
    }

        .mixed-list .mixed-list-item .item-content .info-block {
            padding: 0;
            background-color: transparent;
            display: flex;
            flex-direction: column;
        }

    .mixed-list .mixed-list-item:not(.small):not(.big) .item-content .thumb-wrapper {
        margin-bottom: 1.5rem;
    }

    .mixed-list .mixed-list-item .item-content .info-block .summary {
        margin: 1rem 0 0;
        line-height: 2.1rem;
    }

/* with border bottom */
.border-bottom {
    border-color: var(--separators-col);
    padding-bottom: 1.5rem !important;
}

/* small items with small thumb */
.mixed-list.small-items .mixed-list-item.small .item-content .thumb-wrapper {
    max-width: 9rem;
    min-width: 9rem;
}

/* main posts */
/*.mixed-list.main-featured .mixed-list-item:not(.featured) .summary {
    display: none;
}*/

@media(min-width: 992px) {
    /* main posts */
    .mixed-list:is(.main-featured, .secondary-featured) .mixed-list-wrapper {
        grid-template-columns: calc(50% - 15px) calc(50% - 15px);
    }

    .mixed-list:is(.main-featured, .secondary-featured) .mixed-list-item {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .mixed-list.secondary-featured .mixed-list-item.featured {
        grid-row-start: 1;
        grid-row-end: 5;
    }

    .mixed-list.secondary-featured:not(.secondary-featured-double) .mixed-list-item:not(.featured) {
        grid-column-start: 2;
    }

    .mixed-list.secondary-featured-double .mixed-list-wrapper {
        grid-template-columns: calc(33.333333% - 15px) calc(33.333333% - 15px) calc(33.333333% - 15px);
    }

    .mixed-list.secondary-featured .mixed-list-item.featured h3 {
        font-size: 2.4rem;
    }

    .mixed-list.main-featured .mixed-list-item.featured {
        grid-row-start: 1;
        grid-row-end: 4;
    }

        .mixed-list.main-featured .mixed-list-item.featured h3 {
            font-size: 2.8rem;
        }

    .mixed-list.main-focused-featured .mixed-list-wrapper {
        grid-template-columns: calc(66.666666% - 15px) calc(33.333333% - 15px);
    }

    .mixed-list.main-focused-featured .mixed-list-item.featured:first-of-type {
        grid-row-start: 1;
        grid-row-end: 4;
    }
}

/* no summary */
.mixed-list.no-summary .mixed-list-item:not(.featured) .item-content .info-block .summary {
    display: none;
}

/* small style */
.mixed-list .mixed-list-item.small .item-content {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

    .mixed-list .mixed-list-item.small .item-content .thumb-wrapper {
        max-width: 18rem;
        min-width: 18rem;
        margin-inline-end: 1.5rem;
    }

.mixed-list .mixed-list-item.small:not(.normal-font) .item-content .info-block h3 {
    font-size: var(--summary-fsize) !important;
    line-height: 2.1rem
}

@media(max-width: 575.98px) {
    .mixed-list .mixed-list-item.small.normal-font .item-content .info-block h3 {
        font-size: var(--summary-fsize) !important;
        line-height: 2.1rem
    }
}

.mixed-list .mixed-list-item.big:not(:last-of-type) {
    border-bottom: 1px solid var(--separators-col);
    padding-bottom: 2rem;
}

/* big style */
@media (min-width: 567px) {
    .mixed-list .mixed-list-item.big .item-content {
        display: flex;
    }

        .mixed-list .mixed-list-item.big .item-content .thumb-wrapper {
            max-width: calc(50% - 15px);
            min-width: calc(50% - 15px);
            margin-inline-end: 3rem;
        }
}

@media (max-width: 767.98px) and (min-width: 567px) {
    .mixed-list .mixed-list-item.big .item-content .info-block .summary {
        display: none;
    }
}

/* minimal */
.minimal-home .minimal {
    margin-top: 4rem;
}

.mixed-list.minimal {
    grid-row-gap: 1.6rem;
}

    .mixed-list.minimal .mixed-list-item:not(:last-of-type) {
        border-bottom: 1px solid var(--live-color) !important;
        padding-bottom: 1.1rem;
    }

    .mixed-list.minimal .mixed-list-item .item-content .info-block {
        position: relative;
        padding-top: 2.5rem;
    }

        .mixed-list.minimal .mixed-list-item .item-content .info-block h3 {
            font-family: var(--primary-font);
            font-size: var(--summary-fsize);
            line-height: 2.1rem
        }

        .mixed-list.minimal .mixed-list-item .item-content .info-block .post-metas {
            position: absolute;
            top: 0;
            margin-top: 0;
        }

            .mixed-list.minimal .mixed-list-item .item-content .info-block .post-metas ul {
                color: var(--live-color);
                font-size: 2rem;
                font-family: var(--bold-font);
            }

@media (max-width: 991.98px) {
    .mixed-list.minimal {
        margin-top: 7.5rem;
    }
}

/**************** xxxx ****************/
@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;
    }
}

.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: 2rem;
}

.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;
}

.dark .sub-nav-wrapper {
    background: var(--brand-darkblue);
}


.axil-team-block .axil-team-inner-content {
    bottom: 0;
}

.without-border .section-title h2 {
    border: none;
    padding-bottom: 0;
    margin: 0;
}

/**************** Sticky Banners ****************/

.sticky .ow-container:last-child {
    position: sticky;
    top: 1rem;
}

/**************** Fix Banners Width ****************/
.fix-banner-width .banner img {
    width: 100%;
}

/**************** Image Border ****************/
.image-top-border .content-block a img {
    border-top: solid 3px #f17b21;
}

/**************** Remove Link ****************/
div#newsLink {
    pointer-events: none;
}

/**************** Article Links Color ****************/
article.post-details a {
    color: var(--brand-orange) !important;
}

.environment-banner .banner.banner-sidebar img {
    width: 100% !important;
}

.in-pic-arrows .content-media-wrapper .slick-next {
    left: 7rem !important;
}

.in-pic-arrows .content-media-wrapper .slick-prev {
    left: 1rem !important;
}
/*Footer design*/
.page-footer .footer-logo {
    margin-top: -3rem;
}

p.site-description {
    margin-top: -1.5rem !important;
}

    p.site-description.site-copyrights {
        font-size: 12px !important;
        margin-top: -2rem !important;
    }

.page-footer {
    padding-bottom: 0rem !important;
}

.social-share li a {
    font-size: 14px !important;
}
/*Top Header and Home Sub Menu*/
.home .header-top {
    background-color: #B4B4B4 !important;
}

.home .main-navigation li {
    color: black !important;
}

.home .page-header .sub-nav-wrapper {
    padding: 0;
    height: 44px !important;
    background-color: #F17B21 !important;
}

    .home .page-header .sub-nav-wrapper li a {
        font-size: 18px !important;
    }

    .home .page-header .sub-nav-wrapper li {
        color: #ffffff !important;
        font-family: var(--p-light);
    }

        .home .page-header .sub-nav-wrapper li::after {
            content: "";
            border-right: 1px solid white;
            padding-right: 1rem !important;
        }

.home header .sub-nav-wrapper ul {
    padding-left: 17rem;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.home .brand-logo-container + .separator {
    margin-inline-end: 1rem !important;
}

.home .mixed-list.half-placement-start.small-items.truncate-title-2 {
    max-width: none !important;
}

.home .section-title h2 {
    font-weight: bold;
    color: black !important;
}
/*First Widget */
.home .first-right .caption-content a {
    font-size: 26px !important;
}

.home .first-right .info-block h3 > a {
    font-size: 22px !important;
    font-weight: normal !important;
}

.home .first-left .caption-content a {
    font-size: 32px !important;
}

.home .first-left p.summary {
    font-size: 16px;
    padding-top: 1rem;
}

.home .first-left .media-body a {
    font-size: 2rem;
}

.home .first-right .ow-container:nth-child(2) {
    margin-top: 3rem !important;
}

.home .first-left .ow-container:nth-child(2) {
    margin-top: 3rem !important;
}

/*.home .first-left .media-caption {
    border-bottom: 1px solid #dee2e6 !important;
    padding-bottom: 1.5rem;
}*/

.home .first-left .media-body {
    border-bottom: 1px solid #dee2e6 !important;
    padding-bottom: 1.5rem;
}

.home .first-right .media-caption {
    border-bottom: 1px solid #dee2e6 !important;
    padding-bottom: 1.5rem;
}

.home .sub-navigation li.m.d:last-child::after {
    display: none !important;
}

/*.home .new-sports .post-metas {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 1rem;
}*/

.home .most-recent-vds .section-title h2::after {
    display: none !important;
}

.home .page-header .sub-nav-wrapper li a:hover {
    color: black !important;
}

.page-header .sub-nav-wrapper ul {
    line-height: 4.2rem;
}

.home header .sub-nav-wrapper ul {
    padding-left: 0px !important;
}

.home #home-submenu li.m.d {
    text-align: center;
}

.home .sub-nav-wrapper #home-submenu li {
    flex-grow: 1;
}

    .home .sub-nav-wrapper #home-submenu li::after {
        padding-right: 4.5rem !important;
    }

.featured-vd-home .media-grid .grid-item {
    display: inline-block;
}

    .featured-vd-home .media-grid .grid-item .media-caption {
        padding-top: 0rem !important;
    }

.featured-vd-home .container:first-of-type {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.featured-vd-home .nav.sub-navigation.list-inline {
    border-bottom: none;
}

.featured-vd-home .container:first-of-type > h2 {
    padding-top: 0rem;
    font-weight: bold;
    font-size: 3.6rem;
}

.featured-vd-home .section-go p.summary {
    padding-top: 0rem !important;
    color: #fff !important;
}

.featured-vd-home section.video-info {
    background-color: #2b2b2b;
}

.featured-vd-home .sub-nav-wrapper h2 {
    color: white !important;
}

.featured-vd-home .sub-nav-wrapper .tabs-widget li a {
    color: white !important;
}

.featured-vd-home {
    background-color: #151515 !important;
    margin-bottom: 4rem !important;
}

    .featured-vd-home .videos-section .tab-content {
        background-color: transparent !important;
    }


/*News sticker*/

.home .ticker-wrap .ticker-label {
    width: auto;
    font-size: 1.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    font-weight: bold;
}

.home .ticker-wrap .ticker-overlay {
    display: none;
}

.home .ticker-wrap .ticker-label:hover {
    cursor: pointer;
}

/*small list adjust*/


.home .right-list.items-grid h3 {
    margin: 0;
    font-size: 1.4rem !important;
    line-height: 1.7rem;
}

.home .right-list.items-grid .post-block img, .items-list .post-block img {
    max-width: 14rem;
    min-width: 14rem;
    /*margin-right: 0.5rem !important;*/
}


/*Video play button*/

.home button.vjs-big-play-button {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}


.home .first-left .media-body {
    border-bottom: none !important;
    padding: 0px !important;
}

.home .main-left-list .section-title h2::after, .widget-title h3::after {
    display: none;
}

.home .first-left .caption-content a {
    font-size: 2.55rem !important;
    font-weight: bold;
}

.home .main-left-list .post-block {
    margin-bottom: 0.8rem;
}


.home .section-gap:not(.videos-section) .ow-container ~ .ow-container {
    margin-top: 4.5rem;
}

.home .first-left p.summary {
    color: #5F5F5F;
    font-size: 1.6rem;
}

.home .first-right .caption-content a {
    font-size: 2rem !important;
    font-weight: bold;
}

.home .ed-pick .caption-content a {
    font-size: 2rem;
    font-weight: bold;
}

.home .m-read .info-block a {
    font-size: 1.5rem;
}

.home .featured-vd-home p.summary {
    font-size: 2rem;
    padding: 1rem;
    margin: 0;
}

.home .featured-vd-home .videos-section .post-tag a {
    padding-left: 1rem;
}

.home .column-list .caption-content a {
    font-size: 1.6rem;
}

.home .row-list .info-block h3 {
    font-size: 1.8rem;
}

.home .row-list .small a {
    font-size: 1.6rem;
}

/*.home .sports-home a {
    font-size: 1.8rem;
}*/

.home .environment-home .caption-content a {
    font-size: 1.6rem;
}

@media (min-width: 576px) {
    .flow-list .list-align-right.mixed-list .mixed-list-item.big .item-content {
        flex-direction: row !important;
    }
}

.featured-vd-home section.video-info {
    height: 14.2rem;
}

.videos-section .caption-content h3 {
    font-size: 1.38rem;
}

.home .featured-vd-home .sub-nav-wrapper li {
    margin-inline-start: 0rem;
    font-weight: bold;
}

.featured-vd-home .sub-nav-wrapper .tabs-widget li a {
    /*font-size: 1.6rem;*/
    font-size: 2rem;
}

.home .featured-vd-home .grid-wrapper .caption-content {
    margin: 0px !important;
}

.home .featured-vd-home .col-lg-12.col-sm-12.grid-item {
    padding: 0px;
}

.videos-section .scrollable .caption-content h3 {
    line-height: 1.2 !important;
}
/****************On Hover Dropdown***********************/
.home .row-list .mixed-list-item.featured.featured-min-height.border-bottom {
    border-bottom: none !important;
}

.home .row-list .mixed-list-item.small.crop-min-height.border-bottom {
    border-bottom: none !important;
}

/*.home .sports-home .section-title a {
    font-size: 2.6rem;
}*/

.videos-section .tab-content {
    height: 58.3rem;
}

@media (max-width: 1228px) {
    .featured-vd-home section.video-info {
        height: fit-content;
    }
}

.home .column-list .media-grid .grid-item {
    margin-bottom: 2rem;
}

.column-list .ow-container:last-child .media-grid {
    margin-bottom: -7rem;
}

.home .section-gap:first-of-type {
    padding-bottom: 0.4rem;
}

#mainmenu .has-dropdown:hover .submenu {
    visibility: visible !important;
    opacity: 1;
    transform: scale(1);
    padding-bottom: 0rem;
}

#mainmenu .has-dropdown .submenu {
    transform-origin: top left;
    background: #f1f1f1;
    min-width: 15rem;
    max-width: 14rem;
}

.has-dropdown li.m.d {
    padding-left: 2rem;
    padding-top: 0px;
}

.main-navigation .has-dropdown a::before {
    background-color: transparent;
}

.featured-vd-home .sub-nav-wrapper .container {
    /*padding-right: 0;*/
    padding: 0;
}

.sports-home h3 {
    font-size: 1.6rem;
}

.home .right-list .media.post-block {
    column-gap: 3%;
}


@media (max-width: 767px) {
    .right-list.items-grid .media-figure {
        display: block
    }

    .home .grid-item h3 {
        height: fit-content !important;
    }
}


.home .topless.row-list .ow-container {
    margin-bottom: 0rem;
}

.row-list .featured-min-height {
    min-height: 30rem;
}

@media (max-width: 992px) {
    .home .new-sports {
        margin-bottom: 5rem;
    }

    .home .main-left-list {
        margin-bottom: 3rem;
    }
}

.featured-vd-home section.video-info {
    background-color: transparent;
    height: auto;
}


.featured-vd-home .row .col-lg-8 {
    background: #2b2b2b;
    padding: 0 !important;
}

.featured-vd-home .row .col-lg-4 {
    background: #4e4e4e;
}

.videos-section .tab-content {
    height: 50rem;
}

.featured-vd-home .loadmoresection {
    text-align: center;
    margin: 4rem 0 0;
}

@media (max-width: 480px) {
    .column-list .ow-container:nth-child(1) .col-lg-3.col-sm-6.grid-item:nth-child(3) {
        display: none;
    }

    .column-list .ow-container:nth-child(1) .col-lg-3.col-sm-6.grid-item:nth-child(4) {
        display: none;
    }

    .column-list .ow-container:nth-child(2) .col-lg-3.col-sm-6.grid-item:nth-child(3) {
        display: none;
    }

    .column-list .ow-container:nth-child(2) .col-lg-3.col-sm-6.grid-item:nth-child(4) {
        display: none;
    }

    .cl-two .col-lg-3.col-sm-6.grid-item {
        display: flex;
        flex-direction: row;
        column-gap: 3%;
    }

    .cl-two .content-block {
        min-width: 14rem;
        max-width: 14rem;
    }

    .column-list .media-grid .grid-item .media-caption {
        padding: 0;
    }

    .column-list .grid-wrapper .caption-content {
        margin: 0;
    }

    .row-list .thumb-wrapper {
        min-width: 14rem;
        max-width: 14rem;
    }

    .row-list .mixed-list-item .item-content {
        flex-direction: row;
        column-gap: 3%;
    }

    .row-list .featured-min-height {
        min-height: fit-content;
    }

    .transform-small.mixed-list.small-items .mixed-list-item.small .item-content .thumb-wrapper {
        max-width: 14rem;
        min-width: 14rem;
    }

    .transform-small .mixed-list-item.small.crop-min-height.border-bottom .thumb-wrapper {
        margin: 0;
    }

    .transform-small.mixed-list .mixed-list-item.small .item-content .thumb-wrapper {
        margin-inline-end: 0;
    }

    .new-sports .media-grid .grid-item {
        flex-direction: row;
        column-gap: 3%;
    }

    .new-sports .content-block {
        min-width: 14rem;
        max-width: 14rem;
    }

    .featured-vd-home .nav.sub-navigation.list-inline {
        display: none;
    }

    .featured-vd-home section.video-info {
        display: none;
    }

    .new-sports .media-grid .grid-item .media-caption {
        padding: 0;
    }

    .new-sports .caption-content {
        margin: 0;
    }
}

.featured-vd-home .videos-section .caption-content h3 {
    font-size: 2rem;
}

.featured-vd-home li.nav-item.col {
    padding: 0;
}

.featured-vd-home .sub-nav-wrapper .tabs-widget li:last-child a {
    text-align: right;
}

*:not(.fa):not(.fab):not(.vjs-icon-placeholder) {
    font-family: 'Open Sans', sans-serif !important;
}

section.section-gap.topless.row-list {
    padding: 0;
}

.featured-vd-home .section-go .col-lg-4 {
    padding-inline-end: 0 !important;
}

@media (max-width: 480px) {
    .right-list h3 a {
        font-size: 2rem;
        line-height: 2.7rem;
    }

    .m-read h3 a {
        font-size: 2rem !important;
        line-height: 2.7rem;
    }

    .column-list h3 a {
        font-size: 2rem !important;
        line-height: 2.7rem;
    }

    .row-list h3 a {
        font-size: 2rem !important;
        line-height: 2.7rem;
    }

    .new-sports h3 a {
        font-size: 2rem !important;
        line-height: 2.7rem;
    }

    .media-grid.info-home .media-caption {
        display: none;
    }

    .in-pic-home .caption-content {
        display: none;
    }
}

section.section-gap.home-first-widget {
    padding: 0;
}


@media (min-width: 992px) {
    a#mega-nav-toggler {
        display: none;
    }
}

/*.main-left-list h3:before {
    content: "\2022";
}*/

@media (min-width: 992px) {
    .featured-news-listing .mixed-list .mixed-list-item .item-content .info-block {
        padding: 0;
        background-color: transparent;
        display: flex;
        flex-direction: column;
        min-height: 21.9rem;
    }
}

.short-stories-sidebar .media.post-block {
    column-gap: 1rem;
}

.main-left-list .media-body {
    display: list-item;
}

.in-pic-arrows button.slick-arrow.slick-prev {
    bottom: auto;
    top: 47%;
    transform: translate(0%, -46%);
}

.in-pic-arrows button.slick-arrow.slick-next {
    top: 47%;
    transform: translate(100%, -46%);
    left: auto !important;
    right: 5rem !important;
}

/*----------Home, Infograph coverage----------*/
.list-below .media-body.col-lg-6 h3 a {
  padding: 0 !important;
  font-size: 1.17em;
}

.list-below a.media-figure.col-lg-6 {
  max-width: fit-content;
}

.list-below p.summary {
  font-size: 1.6rem;
  padding-top: 1rem;
  margin: 0;
}
.m-read .optimal.noresize {
  height: 13rem !important;
}

@media (max-width: 992px) {
  .list-below .media-body.col-lg-6 {
    min-height: 25.7rem;
    display: flex;
    flex-direction: column;
  }
  .list-below .post-metas {
    margin-top: auto;
  }
}

@media (max-width: 767px) {
  .list-below .items-grid .media-figure {
    display: block;
  }
  .list-below .media.post-block {
    flex-direction: column;
  }
  .list-below .items-grid .post-block img,
  .items-list .post-block img {
    min-width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .list-below .media-body.col-lg-6 {
    display: none;
  }
  .featured-article-a .info-block h3 {
    font-size: 2.3rem;
  }
  .featured-article-a .summary {
    line-height: 2.5rem !important;
  }
}
@media (min-width: 992px) {
  .column-list .grid-wrapper.row.datalist:last-child {
    margin-bottom: 1rem;
  }
}

@media (max-width: 480px) {
  .row-list .row .col-lg-4:not(:first-child) {
    margin-top: -2.5rem;
  }
}
.row-list .owdgt.ow-container {
  margin-top: 4.5rem !important;
}

.section-gap.column-list {
  padding-bottom: 0;
}

@media (max-width: 480px) {
  .row-list .owdgt.ow-container {
    margin-top: 0rem !important;
  }
  .new-sports .ow-container:last-child {
    margin-top: 2rem !important;
  }
}

/*--------Moving css from jquery---------*/
.row-list .owdgt.ow-container {
    margin-top: 0 !important;
}

.column-list .ow-container:last-child .media-grid {
    margin-bottom: 0rem;
}

.row-list .crop-min-height {
    min-height: 7rem;
}

@media (max-width: 480px) {
    .row-list .row .col-lg-4:not(:first-child) {
        margin-top: 1rem;
    }
}

.main-left-list h2 {
    margin: 0;
}

.home .first-left .media-body a {
    font-size: 1.8rem;
}

.social-share.social-share__with-bg {
    display: none;
}

.main-left-list .grid-wrapper.row.datalist {
    flex-direction: column;
}

.main-left-list .col-lg-6 {
    max-width: 100%;
}

#news {
    align-items: baseline;
}


@media (min-width: 767px) {
    .list-below .item-content {
        flex-direction: row;
        column-gap: 3%;
    }

    .list-below .optimal.noresize {
        max-width: 28.5rem;
        min-width: 28.5rem;
    }

    .list-below .mixed-list .mixed-list-item.big .item-content .thumb-wrapper {
        max-width: 100%;
        min-width: auto;
    }

    .list-below .thumb-wrapper {
        margin-inline-end: 0 !important;
    }
}

.list-below .summary {
    font-size: 1.6rem;
    line-height: 3rem !important;
}

.list-below .mixed-list-item.big {
    border: none !important;
}

@media (max-width: 480px) {
    .list-below .summary {
        display: none;
    }

    .list-below .info-block h3 {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
}