main.single.special .in-asd-content iframe {
    margin-left: unset;
}
/* third party img 1x1 */
span img {
    height: 0px;
}
/* hero botom 3 */
.hero-bottom .col-3 .card .card-image {
    margin-bottom: 0;
}
.hero-bottom .bottom-articles {
	padding: 0;
	overflow: hidden;
}
.hero-bottom .bottom-articles .card {
    max-width: 500px;
    height: 100%;
}
.hero-bottom .bottom-articles .card.img-l .card-image {
    height: auto;
}
.hero-bottom .bottom-articles .card-info {
    justify-content: center;
}
.landing .hero-bottom h2.title {
    padding: 8px 0;
    line-height: 1.4rem;
}
/* latest */
/* @media screen and (min-width: 768px) { */
@media screen and (min-width: 1px) {
    .latest .section-top .title {
        font-size: 45px;
        line-height: 45px;
    }
}
.landing .section-header-main h2:after {
    content: url('../svg/carscoops_dot.svg');
    /* content: '.';
    color: var(--redColor); */
    margin-left: 10px;
    /* font-family: auto;
    font-size: 100px; */
    display: inline-block;
    height: 10px;
    width: 10px;
}

.landing .electric .section-header-main h2:after,
.landing .auto-shows .section-header-main h2:after {
    content: '';
}
.card-info .category {
    color: #e30000;
    font-size: 14px;
    font-weight: 900;
}
.landing .article-list .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 900;
}
.card-info .details {
    display: flex;
    color: #acb7c8;
    font-size: 13px;
    font-weight: 400;
}

/* Article */
@media screen and (min-width: 1200px) {
.article-wrapper,
.disqus-wrapper {
    max-width: calc(960px - 4rem);
}
.wrapper {
    max-width: 1420px;
    padding: 0 2rem;
    margin: 0 auto;
}
}
.article-header .title {
    font-weight: 900;
    line-height: 1.4em;
}
.article-header .lead {
	font-weight: 300;
	/* font-size: 22px; */
    font-size: 20px;
    width: 100%;
    line-height: 1.4em;
}
.special-article-header .details, .article-header .details {
    font-size: 14px;
    line-height: 20px;
    color: #ACB7C8;
}

.article-body,
.article-body > *:not(.wp-caption-text, h4, h3, h2),
.article-body div p:not(.wp-caption-text){
    font-size: 19px;
    /* line-height: 30px; */    
    letter-spacing: 0.008rem;
    /* line-height: 31px; */
    line-height: 1.6em;
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 400;
    /* color: #000; */
    color: #2f2f2f;
    text-rendering: geometricPrecision;
}
.article-wrapper .article-body ._ap_apex_ad {
    margin-bottom: 2rem!important;
}
@media screen and (min-width: 960px) {
.article-wrapper .article-body ._ap_apex_ad {
    /*max-width: 80%;*/
    margin-left: 0px!important;
}
}

.article-body.chbr,
.article-body.chbr > *:not(.wp-caption-text),
.article-body.chbr div p:not(.wp-caption-text) {
    color: #000;
}

.article-footer .tags a, .article-footer .tags span {
    font-size: 17px;
    font-weight: 700;
}
nav.navigation.post-navigation h2.screen-reader-text {
    display: none;
}

.extra-articles__container {
    /* width: 83%;
    margin: 8% 0 3% 0; */
    width: 85%;
    margin: 3% auto 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.extra-articles__item {
    flex: 0 0 49.5%;
    max-width: 49.5%;
    margin-bottom: 1%;
    /* background-color: #F7F7F7; */
    background-color: #eff5fbb0;
    /* padding: 16px 30px; */
    padding: 10px 20px;
    position: relative;
}

.extra-articles__item:hover {
    box-shadow: #00000029 5px 5px 4px;
}

.hoverbox {
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 4px solid var(--redColor);
    width: 0%;
    transition: width 0.3s;
    z-index: 5;
}

.extra-articles__item:hover .hoverbox {
    width: 100%;
}

/* .card-info .extra-article__cat {
    font-size: 19px;
} */

.card-info .extra-articles__title {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-size: 17px;
    font-weight: 700;
    min-height: 49px;
    margin-bottom: 10px;
}

.category.extra-article__cat {
    margin-bottom: 5px;
}

.card-info .details .extra-articles__date {
    font-size: 16px;
    line-height: 20px;
}

.wrapper.wrapper-landing {
    /* max-width: 1550px; */
    max-width: 1500px;
}

@media screen and (max-width: 1024px) {
    .extra-articles__container {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .extra-articles__item {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 3%;
        padding: 4px 15px 4px 8px;
    }

    .extra-articles__container {
        width: 100%;
        margin: 5% auto 0 auto;
    }

    .card-info .title.extra-articles__title {
        font-size: 16px;
        line-height: 20px;
    }

    .card-info .category.extra-article__cat {
        font-size: 13px;
    }

    .card-info .details .extra-articles__date {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (min-width: 1800px) {
    .wrapper.wrapper-landing {
        padding: 0;
    }

}

@media screen and (min-width: 1400px) {
    .wrapper.wraper-landing-tips {
        padding: 0;
    }
}

.section.editors .section-wrapper {
    max-width: 1651px;
}

@media screen and (max-width: 620px) {
    .wrapper, .landing .wrapper.wrapper-landing {
        padding: 0 13px;
    }

    .single .wrapper {
        padding: 0 18px;
    }
}

/* .latest .section-header-main h2::after {
    content: '';
} */

.landing .article-list {
    margin-left: 0px;
}

.hero-bottom .bottom-articles .card.img-l .card-image {
    height: 100%;
}

@media screen and (max-width: 500px) {
    .bottom-articles h2.title {
        font-size: 18px;
    }

    .landing .hero .right-side .category {
        font-size: 14px;
    }

    .landing .hero-bottom h2.title {
        padding: 0;
        line-height: 1.4em;
    }
}

@media screen and (min-width: 720px) {
    .bottom-articles {
        background-color: #02121c;
    }

}

.full .full-info,
.footer-wrapper,
.section.dark {
    background-color: #02121c;
}

/* .section.bg-img {
    background-color: rgba(2, 18, 28, 0.9);
} */

@media screen and (max-width: 780px){
    .section.breaking {
        background-color: #02121c;
    }
}

.card-info .details .comments {
    margin-left: 2%;
}

.wraper-landing-tips {
    max-width: 1550px;
}

.header-wrapper .search-input input,
.header-wrapper .search-wrapper {
    background: #02121c;
}

/* diorthoseis 30-09-2022 */

.header-wrapper {
    padding: 15px 60px 15px 23px;
}

.header-wrapper nav .nav-item{
    font-size: 0.93rem;
}

.card.cv .card-info {
    background-color: rgba(2, 18, 28, 0.6);
}

/* @media screen and (min-width: 1240px) { */
    .hero .left-side .title {
        /* font-size: 30px; */
        font-weight: 700;
        font-size: 29px;
    }

    .hero .right-side .title{
        /* font-size: 20px; */
        font-weight: 700;
        line-height: 1.4em;
        font-size: 19px;
    }
/* } */

.hero .left-side .card-info .lead{
    font-weight: 300;
    font-size: 18px;
}

.hero-bottom .bottom-articles .card.img-l .card-image picture {
    padding: 10px 0 4px 0;
}

.bottom-articles h2.title{
    font-size: 17px;
    font-weight: 700;
}

/* @media screen and (min-width: 620px) { */
    .section-header-main h2{
        font-size: 52px;
        font-weight: 100;
    }

    .electric .section-header-main h2,
    .auto-shows .section-header-main h2 {
        /* font-size: 35px;
        font-weight: 900; */
        font-size: 45px;
        font-weight: 900;
    }
/* } */

/* @media screen and (min-width: 768px) { */
    .latest .section-top .title {
        font-size: 22px;
        line-height: 31px;
        font-weight: 900;
        
    }

    .latest .section-top .title,
    .landing .reviews .title,
    .category .top-articles .title {
        max-width: 100%;
    }

    .category .top-articles .card .card-info {
        max-width: 100%;
    }
/* } */

@media screen and (min-width: 680px) {
    .latest .section-top .lead,
    .landing .reviews .lead,
    .category .top-articles .lead {
        max-width: 100%;
    }
}


/* .latest .section-top .card .lead,
.latest .section-top .title {
    max-width: 540px;
} */

.latest .card-info .lead {
    font-weight: 300;
    /* font-size: 1.1rem; */
    font-size: 18px;
    line-height: 1.4em;
}

.latest .article-list .lead,
.latest .article-list .title {
    /* max-width: 500px; */
    font-size: 18px;
    max-width: 450px;
}

.latest .article-list .lead {
    font-size: 1.085rem;
}

.landing .article-list .title {
    font-size: 23px;
}

.latest .article-list .details .date {
    text-transform: uppercase;
}

.breaking h3.category {
    /* font-size: 30px;
    font-weight: 500; */
    font-size: 45px;
    font-weight: 700;
}

.editors .wrapper-landing .title {
    /* font-size: 23px;
    font-weight: 700; */
    font-size: 20px;
    font-weight: 900;
}

.editors .bottom-articles .title {
    font-size: 17px;
    font-weight: 700;
}

.electric .title {
    font-size: 20px;
    font-weight: 300;
}

.auto-shows .title {
    font-size: 20px;
    font-weight: 300;
}

/* .front__ads-panel {
    background-color: #d3cfcf;
} */

.reviews .section-wrapper {
    flex-wrap: wrap;
}

.reviews .section-wrapper .card-wrapper:is(:nth-of-type(3), :nth-of-type(4)) {
    margin-top: 30px;
}

@media screen and (max-width: 820px) {
    .reviews .section-wrapper .card-wrapper:is(:nth-of-type(3), :nth-of-type(4)) {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 720px) {
    .reviews .section-wrapper .card-wrapper:is(:nth-of-type(3), :nth-of-type(4)) {
        margin-top: 0;
    }
}

/* .landing .reviews .card-wrapper:not(:nth-of-type(3), :nth-of-type(4)) .title  */
.landing .reviews .card-wrapper .title{
    font-size: 22px;
    font-weight: 900;
}

.more-news .lead {
    font-size: 1.085rem;
    font-weight: 300;
    /* font-size: 18px; */
    /* line-height: 31px; */
    line-height: 1.4em;
    font-size: 1.085rem;
}

.more-news .right-col .title {
    font-size: 20px;
    font-weight: 300;
    /* line-height: 25px; */
    line-height: 1.5em;
}

.more-news .highlighted-header {
    background: #02121c;
}

.special-article-header .details, 
.article-header .details {
    font-size: 13px;
    font-weight: 400;
}

.article-body img {
    margin-bottom: 3%;
}

.article-body .wp-caption-text, 
.article-body figcaption{
    /* font-size: 0.91rem; */
    font-size: 13px;
    color: #838591;
    /* color: #7c7e88; */
    letter-spacing: -0.0009em;
    border-bottom: 1px solid #EDF0F2;
    padding: 10px 0 15px;
    line-height: 1.5em;
}

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

.article-footer .tags a::after {
    content: '';
}

.article-footer .tags a:first-of-type {
    margin-left: 3%;
}

.article-footer .tags a {
    margin-left: 1%;
}

.article-footer .related h5 {
    font-size: 20px;
    font-weight: 900;
}

.article-footer .rel-article {
    font-size: 20px;
    font-weight: 300;
}

.single-related-section {
    background-color: #02121c;
    padding: 62px 0 2% 0;
}

.single-related-section .card-info .title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
}

/* @media screen and (min-width: 768px) {
    .category .top-articles .title {
        font-size: 25px;
        line-height: 37px;
        font-weight: 900;
        min-height: 111px;
    }
} */
.category .top-articles .title {
    font-size: 22px;
    line-height: 31px;
    font-weight: 900;
    min-height: 81px;
}

.category .top-articles .lead,
.category .article-list .lead {
    font-weight: 300;
    /* font-size: 1.1rem; */
    font-size: 18px;
    line-height: 1.5em;
}

.category .article-list {
    margin-left: 0px;
}

.burger-menu .menu-article-list .title {
    font-weight: 300;
}

/* .burger-menu .menu-articles-wrapper .editor .title {
    font-weight: 500;
} */

.burger-menu .menu-article-list.editor .menu-articles {
    max-width: 487px;
}

.burger-menu .menu-articles-wrapper .editor .card .card-image{
    width: 234px;
}

.burger-menu .menu-articles-wrapper .editor .card .card-info {
    width: 253px;
    padding-left: 23px;
}


.bg-panel.active {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.bg-panel .img-container {
    margin-top: 2%;
}

.bg-panel .swiper__main {
    width: 75%;
}

/* .main__swiper-size {
    max-width: 80%;
} */

.bg-panel .swiper__main--sec {
    max-width: 95%;
    width: 0%;
    height: 20%;
}

.bg-panel.active .swiper__main {
    /* width: 75%; */
    width: 85%;
    transition: width ease-in-out 0.5s;
}

.bg-panel.active .swiper__main--sec {
    /* width: 95%; */
    transition: width ease-in-out 0.5s;
    width: 0%;
    height: 0%;
}

.bg-panel.active .swiper__main.thumbson {
    width: 75%
}

.bg-panel.active .swiper__main--sec.thumbson {
    width: 95%;
    height: 15%;
}


.bg-panel.active .main__swiper-full {
    width: 95%;
    height: 100%;
    transition: width ease-in-out 0.5s;
}

.bg-panel.active.phg {
    background-color: rgba(0, 0, 0, 1);
    width: 100%;
    /* height: 100%; */
    cursor: pointer;
}

.close-button-container,
.zi-button-container,
.zo-button-container,
.dlb-button-container,
.ppb-button-container,
.thumb-button-container {
    position: absolute;
    top: 1%;
    right: 0.5%;
    width: 38px;
    height: 38px;
    cursor: pointer;
    transition: all ease-in-out 0.6s;
}

.zi-button-container {
    top: calc(1% + 50px);
}

.zo-button-container {
    top: calc(1% + 100px);
}

.dlb-button-container {
    top: calc(1% + 150px);
}

.ppb-button-container {
    top: calc(1% + 200px);
}

.thumb-button-container {
    top: calc(1% + 250px);
}

.phg-icon {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
}

.close-button-container.zoomed,
.zi-button-container.zoomed,
.zo-button-container.zoomed,
.dlb-button-container.zoomed,
.ppb-button-container.zoomed,
.thumb-button-container.zoomed {
    top: 10px;
    right: 5px;
    width: 32px;
    height: 32px;
    transition: all ease-in-out 0.6s;
}

.zi-button-container.zoomed {
    top: 58px;
    right: 5px;
    transition: all ease-in-out 0.6s;
}

.zo-button-container.zoomed {
    top: 104px;
    right: 5px;
    transition: all ease-in-out 0.6s;
}

.dlb-button-container.zoomed {
    top: 150px;
    right: 5px;
    transition: all ease-in-out 0.6s;
}

.ppb-button-container.zoomed {
    top: 200px;
    right: 5px;
    transition: all ease-in-out 0.6s;
}

.thumb-button-container.zoomed {
    top: 250px;
    right: 5px;
    transition: all ease-in-out 0.6s;
}

.mySwiper .swiper-slide-thumb-active::after {
    height: 4px;
}

@media screen and (max-width: 1024px) {
    .bg-panel.active .swiper__main {
        width: 95%;
    }

    .bg-panel.active .swiper__main.thumbson {
        width: 95%;
    }

    .bg-panel.active {
        justify-content: flex-start;
        padding-top: 10%;
    }

    .close-button-container,
    .zi-button-container,
    .zo-button-container,
    .dlb-button-container,
    .ppb-button-container,
    .thumb-button-container {
        top: 10px;
        left: 35%;
    }

    .zi-button-container {
        top: 10px;
        left: calc(35% + 50px);
    }

    .zo-button-container {
        top: 10px;
        left: calc(35% + 100px);
    }

    .dlb-button-container {
        top: 10px;
        left: calc(35% + 150px);
    }

    .ppb-button-container {
        top: 10px;
        left: calc(35% + 200px);
    }

    .thumb-button-container {
        top: 10px;
        left: calc(35% + 250px);
    }

    .close-button-container.zoomed,
    .zi-button-container.zoomed,
    .zo-button-container.zoomed,
    .dlb-button-container.zoomed,
    .ppb-button-container.zoomed,
    .thumb-button-container.zoomed {
        left: 35%;
    }

    .close-button-container.zoomed,
    .zi-button-container.zoomed,
    .zo-button-container.zoomed,
    .dlb-button-container.zoomed,
    .ppb-button-container.zoomed,
    .thumb-button-container.zoomed {
        top: 10px;
    }

    .zi-button-container.zoomed {
        top: 10px;
    }

    .zo-button-container.zoomed {
        top: 10px;
        /* right: 5px; */
        transition: all ease-in-out 0.6s;
    }

    .dlb-button-container.zoomed {
        top: 10px;
        /* right: 5px; */
        transition: all ease-in-out 0.6s;
    }

    .ppb-button-container.zoomed {
        top: 10px;
        /* right: 5px; */
        transition: all ease-in-out 0.6s;
    }

    .thumb-button-container.zoomed {
        top: 10px;
        /* right: 5px; */
        transition: all ease-in-out 0.6s;
    }

}

@media screen and (max-width: 768px) { 
    .bg-panel.active {
        justify-content: flex-start;
        padding-top: 25%;
    }

    .bg-panel.active .swiper__main {
        width: 95%;
    }

    .close-button-container,
    .zi-button-container,
    .zo-button-container,
    .dlb-button-container,
    .ppb-button-container,
    .thumb-button-container {
        position: absolute;
        top: 1%;
        left: 20%;
        width: 38px;
        height: 38px;
        cursor: pointer;
        transition: all ease-in-out 0.6s;
    }

    .zi-button-container {
        left: calc(20% + 50px);
    }

    .zo-button-container {
        left: calc(20% + 100px);
    }

    .dlb-button-container {
        left: calc(20% + 150px);
    }

    .ppb-button-container {
        left: calc(20% + 200px);
    }

    .thumb-button-container {
        left: calc(20% + 250px);
    }

    .phg-icon {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 20px;
    }

    .close-button-container.zoomed,
    .zi-button-container.zoomed,
    .zo-button-container.zoomed,
    .dlb-button-container.zoomed,
    .ppb-button-container.zoomed,
    .thumb-button-container.zoomed {
        top: 10px;
        left: 20%;
        width: 32px;
        height: 32px;
        transition: all ease-in-out 0.6s;
    }

    .zi-button-container.zoomed {
        top: 10px;
        /* right: 5px; */
        transition: all ease-in-out 0.6s;
        left: calc(20% + 50px);
    }

    .zo-button-container.zoomed {
        top: 10px;
        /* right: 5px; */
        transition: all ease-in-out 0.6s;
        left: calc(20% + 100px);
    }

    .dlb-button-container.zoomed {
        top: 10px;
        /* right: 5px; */
        transition: all ease-in-out 0.6s;
        left: calc(20% + 150px);
    }

    .ppb-button-container.zoomed {
        top: 10px;
        /* right: 5px; */
        transition: all ease-in-out 0.6s;
        left: calc(20% + 200px);
    }

    .thumb-button-container.zoomed {
        top: 10px;
        /* right: 5px; */
        transition: all ease-in-out 0.6s;
        left: calc(20% + 250px);
    }
}

.bgbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #BABABA;
    border-radius: 50%;
    opacity: 0.3;
    visibility: visible;
}

.close__line {
    border-top: 6px solid #365CC5;
    border-radius: 5px;
    width: 65%;
    margin-bottom: 15%;
    transition: all ease-in-out 0.7s;
}

.close__line:nth-of-type(1) {
    margin-top: 0;
    transform: rotate(45deg);
    position: absolute;
    top: 45%;
    left: 17%;
    transform-origin: center;
    border-top: 4px solid white;
}

.close__line:nth-of-type(2) {
    margin-top: 0;
    transform: rotate(-45deg);
    position: absolute;
    top: 45%;
    left: 17%;
    transform-origin: center;
    border-top: 4px solid white;
}

.zoomed .close__line:nth-of-type(1),
.close__line:nth-of-type(2) {
    left: 17%;
}

.hero .left-side {
    padding-right: 7.5px;
}

.hero .right-side {
    padding-left: 7.5px;
}

.hero .right-side .card-wrapper:first-of-type {
    padding-bottom: 7.5px;
}

.hero .right-side .card-wrapper:last-of-type {
    padding-top: 7.5px;
}

.hero {
    padding-bottom: 5px;
    background-color: #02121c;
}

.reviews .lead {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4em;
}

.reviews .title {
    line-height: 31px;
}

.landing .card-info .details .date {
    font-weight: 400;
    font-size: 0.72rem;
    text-transform: uppercase;
}

.landing .card-info .details .comments .icon {
    width: 15px;
}

.landing .full .info h2.title {
    font-weight: 500;
}

/* @media screen and (min-width: 980px) { */
    .offbeat .title {
        font-size: 20px;
        font-weight: 900;
    }
/* } */

.landing .highlighted-header h3 {
    text-transform: uppercase;
}

.single article,
.more-grid {
    border-bottom: 1px solid #ACB7C8;
}

/* @media screen and (min-width: 1280px) { */
    .section-header h2,
    .section-header h1 {
        /* font-size: 45px; */
        font-weight: 900;
        font-size: 36px;
    }
/* } */
@media screen and (max-width: 480px) {
    .category .section-header h2, .category .section-header h1 {
        /* line-height: 45px; */
        font-size: 36px;
    }
}

/* @media screen and (min-width: 580px) { */
    .article-list .card .title{
        font-size: 22px;
        font-weight: 900;
        /* line-height: 30px; */
        line-height: 33px;
    }
/* } */

.category .details .date {
    font-size: 0.72rem;
    font-weight: 400;
}

.single .article-body a {
    cursor: pointer;
}

.bg-panel.active .swiper-pagination,
.single .swiper-pagination {
    color: #ffffff;
    text-shadow: 0 2px 2px black;
}

.landing .lead p {
    font-weight: 300;
    line-height: 1.4em;
}

.single.special :is(.image-gallery) {
    cursor: pointer;
}

.bg-panel .swiper:hover {
    cursor: grab;
}

.footer-wrapper .bottom a {
    font-size: 15px;
}

.special-article-header .article-header-bottom .lead {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4em;
}


@media screen and (max-width: 768px) {
    .hero {
        padding-bottom: 0px;
        background-color: #fff;
    }

    .hero .left-side {
        padding-right: 0px;
    }

    .hero .right-side {
        padding-left: 0px;
    }

    .hero .right-side .card-wrapper:first-of-type {
        padding-bottom: 0px;
    }
    
    .hero .right-side .card-wrapper:last-of-type {
        padding-top: 0px;
    }
}

.article-body > :is(h4) {
    color: #838591;
    font-size: 13px;
    font-weight: 300;

    /* font-size: 22px;
    font-weight: 700;
    line-height: 2.0em;

    font-size: 26px;
    font-weight: 700;
    line-height: 2.5em; */
}

.article-body > :is(h3) {
    font-size: 22px;
    font-weight: 700;
    line-height: 2.0em;
}

.article-body > :is(h2) {
    font-size: 26px;
    font-weight: 700;
    line-height: 2.5em;
}


.authors .name,
.author .name {
    font-size: 25px;
    line-height: 31px;
    font-weight: 900;
}

.authors .role {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
}

.author .title {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.4em;
}

.author-wrapper .bio {
    font-size: 19px;
    line-height: 1.6em;
}

.header-wrapper .logo {
    transform: translateY(5%);
}

.nav-item.nav-item--newsletter {
    color: var(--redColor);
}

.single .comments {
    margin-left: 10px;
}

.single .comments:hover {
    cursor: pointer;
}

.single .article-body .wp-caption img,
.single .article-body figure.wp-block-image img {
    margin-bottom: 3px;
}

/* .newsletter {
    padding-block: 45px 70px;
}

@media screen and (max-width: 768px) {
    .newsletter {
        padding-block: 40px 100px;
    }

    .newsletter input[type="submit"] {
        top: calc(100% + 1rem);
        left: 50%;
        transform: translateX(-50%);
    }
     
} */



.comments .disqus-comment-count {
    font-size: 13px;
    line-height: 13px;
}

.comments img {
    width: 15px;
    height: 15px;
}

.article-footer .tags a {
    line-height: 25px;
}

.single .swiper-pagination .pgbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5%;
    height: calc(100% - 12px);
    background-color: rgba(0,0,0,0.4);
}

.article-footer .tags span:before {
    line-height: 25px;
}

.single.special .newsletter-article {
    margin-left: 10%;
}

@media screen and (max-width: 768px) {
    .hero .left-side .title {
        font-size: 21px;
        line-height: 26px;
        font-weight: 900;
    }

    .hero .right-side .title,
    .bottom-articles h2.title {
        /* font-size: 18px; */
        font-weight: 300;
        /* line-height: 23px; */
        font-size: 16px;
        line-height: 1.4em;
    }

    .card-info .category {
        font-size: 13px;
    }

    .latest .section-top .title,
    .landing .latest .article-list .title {
        font-size: 20px;
        line-height: 26px;
        font-weight: 900;
    }

    .more-news .article-list .card-wrapper .card .title {
        font-size: 20px;
        line-height: 26px;
        font-weight: 900;
    }

    .section-header-main h2 {
        letter-spacing: -2px;
        font-size: 40px;
    }

    .breaking .section-header-main h2 {
        font-weight: 900;
        letter-spacing: -1px;
    }

    .electric .section-header-main h2, .auto-shows .section-header-main h2 {
        letter-spacing: -2px;
        font-size: 40px;
    }

    .landing .reviews .card-wrapper .title {
        font-size: 20px;
        line-height: 26px;
    }

    .landing .section-wrapper.col-3 .card-info .title {
        line-height: 31px;
        font-size: 22px;
    }

    section.offbeat .card-info .category {
        display: none;
    }

    section.offbeat .section-wrapper .card .card-info .title {
        line-height: 1.4em;
        font-size: 16px;
    }

    .electric .section-wrapper.col-3 .card-info .title,
    .auto-shows .section-wrapper.col-3 .card-info .title{
        font-size: 20px;
        line-height: 26px;
    }

    .article-header .lead {
        /* font-size: 20px; */
        font-size: 1.08rem;
        line-height: 1.4em;
    }

    /* .article-body > :is(p, blockquote, ul, ol) {
        font-weight: 300;
        font-size: 19px;
        line-height: 26px;
    } */

    .article-body > :is(p, blockquote, ul, ol),
    .article-body,
    .article-body div p {
        font-weight: 400;
        font-size: 18px;
        line-height: 1.6em;
    }

    .article-body p strong, .article-body strong {
        font-weight: 650;
    }

    .landing .hero .right-side .category, 
    .landing .hero-bottom .category {
        display: none;
    } 

    .article-footer .tags a:first-of-type {
        margin-left: 0;
    }

    .article-footer .tags a {
        background-color: transparent;
        padding: 0;
        margin-left: 0;
    }

    .article-footer .tags a::before {
        color: var(--redColor);
    }

    .category .top-articles .card .title {
        /* font-size: 22px; */
        font-size: 20px;
        line-height: 26px;
        min-height: 80px;
    }

    .category .article-list .card .category {
        display: none;
    }

    .category .article-list .card .title {
        /* font-size: 18px;
        line-height: 22px; */
        font-size: 17px;
        line-height: 1.4em;
        font-weight: 700;
    }

    .section.latest .card-info .lead {
        display: block;
        margin-bottom: 14px;
        font-size: 16px;
    }

    .special-article-header .article-header-top .title h2 {
        font-size: 28px;
        line-height: 33px;
        font-weight: 900;
    }

    .special-article-header .article-header-bottom .lead {
        font-size: 22px;
        font-weight: 300;
        line-height: 28px;
    }

    .full .info h2.title {
        font-size: 21px;
    }

    .editors .section-wrapper .card .card-info .title {
        font-size: 20px;
        line-height: 26px;
    }
    
    .editors .bottom-articles .title {
        font-size: 16px;
        line-height: 1.4em;
    }

    .article-header .title {
        line-height: 36px;
        line-height: 1.3em;
    }

    .single-related-section .card-info .title {
        font-size: 16px;
        font-weight: 700;
    }

    .more-grid {
        padding-top: 20px;
    }

    .category h2 {
        font-size: 27px;
    }

    .article-header .author-mob {
        order: unset;
        margin-bottom: 2%;
    }

    .article-header .details.red-line::before {
        content: "";
        width: 0;
        border: 0;
        position: unset;
        left: 0;
        top: 0;
        transform: unset;
    }

    .article-header .details.red-line {
        padding-left: 0;
    }

    .authors .section-header h2,
    .author .section-header h2,
    .authors .section-header h1,
    .author .section-header h1 {
        font-size: 27px;
        font-weight: 900;
        line-height: 29px;
    }

    .authors .name,
    .author .name {
        font-size: 20px;
        line-height: 26px;
        font-weight: 900;
    }

    .authors .role {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.4em;
    }

    .author .more-grid .title {
        font-size: 17px;
        line-height: 1.4em;
        font-weight: 700;
    }

    .author .more-grid .category {
        display: none;
    }

    .author-wrapper .bio {
        font-size: 18px;
    }


    .header-wrapper .search-btn {
        width: 25px;
    }

    .breaking .section-header-main,
    .electric .section-header-main,
    .auto-shows .section-header-main {
        padding: 20px 0 30px;
    }

    .section.electric,
    .section.auto-shows {
        padding-top: 15px;
    }

    /* .landing .section-header-main {
        padding: 0 0 30px; 
    } */

    .special-article-header .article-header-bottom .lead {
        font-size: 1.085rem;
    }

    .single.special .article-body blockquote > p {
        font-weight: 600;
        font-size: 1.1em;
    }

    .bg-panel.active.menu__open {
        top: 5%;
    }

    .author-mob .author-name {
        font-size: 13px;
    }

    .single .red-line::before {
        width: 37px;
    }

    .single .red-line {
        padding-left: 50px;
    }

    .single .comments {
        margin-left: 10px;
    }
}

@media screen and (max-width: 767px) {
    .header-wrapper .logo {
        transform: translateY(5%);
        margin-left: 5%;
    }
}

@media screen and (max-width: 450px) {
    .header-wrapper .logo {
        transform: translateY(10%);
        margin-left: 10.5%;
    }
}

@media screen and (max-width: 420px) {
    .header-wrapper .logo {
        transform: translateY(5%);
        margin-left: 10.5%;
    }
}

@media screen and (max-width: 400px) {
    .header-wrapper .logo {
        margin-left: 11%;
        transform: translateY(20%);
    }

    .header-wrapper .logo a {
        display: block;
        margin-bottom: 12px;
    }

    .article-footer .tags a {
        margin-bottom: 5px;
    }

    .single .swiper-pagination .pgbox {
        width: 15%;
    }

    .article-footer .tags span:before {
        line-height: 21px;
    }

    .article-footer .tags span {
        padding-left: 1ch;
    }
}

@media screen and (max-width: 380px) {
    .header-wrapper .logo {
        transform: translateY(20%);
    }

    .header-wrapper .logo {
        margin-left: 14.5%;
    }
}

.article-body .image-gallery:hover {
    cursor: pointer;
}

.authors .card:hover .card-image::after,
.author .card:hover .card-image::after {
    width: 0;
}

/* newsletter */

.newsletter{
    /* background-image: url(../assets/images/engine.jpg);   
    background-position: center;
    background-size: cover; */
    /* padding: 108px 269px 139px 75px;  */
    padding-block: 45px 70px; 
    padding-inline: 75px 2rem;
    position: absolute;
    top: -100vh;
    /* right: 0; */
    left: 50%;
    transform: translateX(-50%);
    margin-block: 0;
    transition: all ease-in 0.3s;
    z-index: -1;
    width: 1000px;
    opacity: 0;
    pointer-events: none;
}

.newsletter-article{
    padding-block: 45px 70px; 
    padding-inline: 75px 2rem;
    margin-block: 2rem;
    max-width: 1035px;  
    position: relative;  
}

.newsletter.active{
    z-index: 2;
}
.newsletter.on{
    top: 107px;
    opacity: 1;
    pointer-events: initial;
}

.newsletter .close-btn{
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    padding: 0.75rem;
    cursor: pointer;
}

.newsletter .close-btn-wrapper{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.newsletter .close-btn .line{
    width: 100%;
    border-top: 2px solid #fff;
    border-radius: 5px;
    top: calc(50% - 1px);
    left: 0;
    transform-origin: center;
    transform: rotate(45deg);
    position: absolute;
}

.newsletter .close-btn .line:last-of-type{
    transform: rotate(-45deg);
}

.newsletter-article .back-img,
.newsletter .back-img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.newsletter-article::before,
.newsletter::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(255,0,0);
    /* background: linear-gradient(170deg, rgba(255,0,0, 0.97) 0%, rgba(255,0,0,0.85) 86%, rgba(255,0,0,0.6) 100%); */
    mix-blend-mode: multiply;
    z-index: 2;
}

.newsletter-wrapper{
    position: relative;
    z-index: 2;
    max-width: 755px;
    width:100%;
    /* padding-inline: 269px 75px;  */

}

.newsletter-header{
    margin-bottom: 25px;
    color: #fff;
    font-size: 25px;
    line-height: 30px;  
    text-shadow: 2px 2px 3px #000;   
}

.newsletter-wrapper .input-wrapper{
    padding: 19px 29px 19px 18px;
    position: relative;
    background-color: #fff;
}

.newsletter-article input,
.newsletter input{
    border: none;
    outline: none;
}
.newsletter-article input[type="email"],
.newsletter input[type="email"]{
    width: 100%; 
    border-left: 2px solid red;
    font-size: 20px;
    line-height: 24px;
    padding: 6px 150px 6px 17px;
    color: #000;
}

.newsletter-article input[type="email"]::placeholder,
.newsletter input[type="email"]::placeholder{
    color: #000;
    font-weight: 600;
}

.newsletter-article input[type="submit"],
.newsletter input[type="submit"]{
    font-size: 18px;
    line-height: 21px;
    padding: 15px 37px 17px;
    background-color: #D12B1E;
    border-radius: 36px;
    position: absolute;
    right: 18px;
    top: 10px;
    color: #fff;
    cursor: pointer;
}

@media screen and (max-width: 1420px) {
    .newsletter{
        height: 100vh;
        width: 100%;
        position: fixed;
        top: -100vh;
        left: 0;
        opacity: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(255, 0, 0, 0.9);
    }
    .newsletter.active{
        top: 0;
        z-index: 100;
    }
    .newsletter.on{
        opacity: 1;
        top: 0;
        pointer-events: initial;
    }
    .newsletter-outer{
        max-width: 1000px;
        width: 100%;
        position: relative;
        padding: 200px 2rem;
    }
    .newsletter-article .newsletter-outer{
        max-width: unset;
        width: 100%;
        position: unset;
        padding: 0;
    }

    .single.special .newsletter-article {
        margin: 0 4rem;
    }
}

@media screen and (max-width: 1280px) {
    .single.special .newsletter-article {
        margin: 0 2rem;
    }
}


@media screen and (max-width: 920px) {
    .newsletter{
        padding-inline: 2rem;
        /* margin-block: 4rem; */
    }
    .newsletter-header{
        font-size: 21px;
        line-height: 25px;  
    }
    .newsletter-article{
        padding-inline: 2rem;
    }
    .newsletter-article .newsletter-wrapper{
        max-width: unset;
    }

    
}
@media screen and (max-width: 760px) {
    .newsletter-article,
    .newsletter{
        padding-inline: 1rem;
        /* margin-block: 3rem; */
    }
}
@media screen and (max-width: 680px) {
    .newsletter-article{
        padding-bottom: 6rem;
    }
    .newsletter-article input[type="email"],
    .newsletter input[type="email"]{
        padding-right: 0;
    }    
    .newsletter-article input[type="submit"],
    .newsletter input[type="submit"]{
        top: calc(100% + 1rem);
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }    
}
@media screen and (max-width: 620px) {
    .newsletter-article,
    .newsletter{
        padding-inline: 1rem;
        /* margin-block: 3rem; */
        width: calc(100% + 36px);
        margin-inline: -18px;
    }
    .newsletter-outer{
        padding-inline: 20px;
    }

    .single.special .newsletter-article {
        margin-left: 0%;
        width: 100%;
    }
}
@media screen and (max-width: 520px) {
    .newsletter-wrapper .input-wrapper{
        padding-inline: 8px;
    }
    .newsletter input[type="email"]{
        padding-left: 5px;
    } 
}

.single-yt-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: opacity ease-in 0.5s;
}

.single-yt-playbtn {
    position: absolute;
    max-width: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    transition: opacity ease-in 0.5s;
}

.single-yt-overlay.playing,
.single-yt-playbtn.playing {
    opacity: 0;
    visibility: hidden;
    transition: all ease-in 0.5s;
}

@media screen and (max-width:440px) {
    .single-yt-playbtn {
        max-width: 70px;
    }
}

.single.special .article-image iframe {
    max-width: 100%;
    padding: 0;
}

/* ads */
.in-asd-content {
    padding: 20px 0;
    border-top: 1px solid #EDF0F2;
    border-bottom: 1px solid #EDF0F2;
}
.in-asd-content > div {
    text-align: center;
}
.in-asd-content h6 {
    text-align: center;
    margin-top: -20px;
    color: #838591;
}
.sidebar {
    --gap: 35px;
    width: calc(300px + var(--gap));
    padding-left: var(--gap);
}
.latest .sidebar {
    padding-left: 0;
    text-align: center;
    height: 100%;
    padding-top: 20px;
}

.asd-column .asd-row .asd-group {
    position: sticky;
    top: 8px;
    margin-bottom: 15px;
}

.asd-column .asd-row:not(:last-of-type) {
    padding-bottom: 1rem;
}

.asd-column .asd-row {
    height: calc(100% / var(--rows));
}

@media screen and (min-width: 760px) {
    #div-gpt-ad-crs-long-1>div, #div-gpt-ad-crs-long-2>div {
        display: block!important;
        margin-left: 10%;
    }
    #div-gpt-ad-crs-long-1 iframe, #div-gpt-ad-crs-long-2 iframe {
        margin-left: unset;
    }
}

.cnt_asd {
    display: none;
}

@media screen and (max-width: 767px) {
    .cnt_asd > div, .cnt_asd ._ap_apex_ad > div {
        margin: auto;
        position: sticky!important;
        top: 8px;
    }
    
    .cnt_asd {
        /*background: rgb(118,118,118);
        background: -moz-linear-gradient(0deg, rgba(118,118,118,1) 1%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(118,118,118,1) 1%, rgba(255,255,255,1) 100%);
        background: linear-gradient(180deg, rgba(232,233,235,1) 1%, rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#767676",endColorstr="#ffffff",GradientType=1);
        padding-bottom: 25px;*/
        text-align: center;
        display: block;
        min-height: 650px;
        padding: 8px 0;
        border-top: 1px solid #EDF0F2;
        border-bottom: 1px solid #EDF0F2;
    }
    .section.breaking .cnt_asd {
        background: rgb(2,18,28);
        background: -moz-linear-gradient(0deg, rgba(2,18,28,1) 1%, rgba(2,18,28,1) 100%);
        background: -webkit-linear-gradient(180deg, rgb(2 18 46) 1%, rgba(2,18,28,1) 100%);
        background: linear-gradient(180deg, rgb(2 18 46) 1%, rgba(2,18,28,1) 100%);
    }
    .cnt_asd:before {
        content: 'advertisement scroll to continue';
        margin: 2px auto;
        display: block;
        text-align: center;
        color: #888;
        font-size: 0.67em;
    }
    .in-asd-content {
        display: none;
    }
}

/* amp carousel */

.i-amphtml-carousel-scroll[horizontal="true"][mixed-length="false"] > .i-amphtml-carousel-slotted {
    background-color: white;
}

.amp-wp-article-content amp-carousel amp-img {
    background-color: white;
}

.amp-carousel-button {
    border-radius: 50%;
}

.amp-carousel {
    background: #fff;
}

.wp-block-table table {
    width: 100%;
}

.article-body .blue table {
    border-collapse: unset;
    border-spacing: 0 3px;
    font-size: 0.9375rem;
    font-weight: 300;
    line-height: 1em;
}

.article-body .blue table tr {
    background-color: #eaeef3;
}

.article-body .blue table thead tr{
    color: #79dbf9;
    background-color: #121e28 !important;
    font-weight: 700;
    font-size: 1.375rem;
}

.article-body .blue table tr th:first-of-type {
    color: #79dbf9;
}

.article-body .blue table thead tr th {
    padding: 15px;
}

.article-body .blue table tr td {
    padding: 15px 1.4rem 15px 15px;
}

.article-body table {
    font-size: 0.9375rem;
}

@media screen and (min-width: 1590px) {
    .header-wrapper .logo {
        margin-left: 35px;
    }
}

.article-body a figure {
    margin-bottom: 2rem;
}

.article-body video {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .landing .hero-bottom .bottom-articles-inner {
        background-color: #02121c;
        color: white;
        padding: 10px 0;
    }

    .landing .hero-bottom .bottom-articles h2.title {
        color:white;
        font-weight:370;
    }
}

@media screen and (min-width: 840px) {
    .article-body .table-container {
        max-width: 100%;
    }
    main.single.special .article-body .table-container {
        max-width: 1098px;
        width: 80%;
        /* margin-left: 5%; */
    }
}

@media screen and (min-width: 1380px) {
    .hero-bottom .bottom-articles .card-wrapper:nth-of-type(3) {
        padding-left: 16px;
    }
}

@media screen and (min-width: 1460px) {
    .hero-bottom .bottom-articles .card-wrapper:nth-of-type(3) {
        padding-left: 10px;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1500px) {
    .latest .article-list {
        max-width: calc(100% - 300px);
    }

    .latest .front__ads-panel {
        margin-right: 15px;
    }
}

.hero {
    /* max-height: 680px;  */
    max-height: 580px;
}

@media screen and (max-width: 768px) {
    .hero {
        max-height: 680px;
    } 
}

@media screen and (max-width: 820px) {
    .hero {
        max-height: 700px;
    }

    .hero .left-side {
        padding-right: 0px;
    }

    .hero .right-side {
        padding-left: 0px;
    }

    .hero .right-side .card-wrapper:last-of-type {
        padding-top: 0px;
    }

    .hero .right-side .card-wrapper:first-of-type {
        padding-bottom: 0;
    }
}

#disqus_thread {
    margin: 60px 5px;
}

.article-footer .tags {
    margin-bottom: 72px;
}

.bgStrip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    /* background-color: rgba(255,255,255, 0.2); */
    display: flex;
    flex-flow: row;
    /* justify-content: flex-start; */
    justify-content: flex-end;
    align-items: center;
    z-index: 1;
}

.bgStrip .dlb-button-container,
.bgStrip .zo-button-container,
.bgStrip .zi-button-container,
.bgStrip .close-button-container,
.bgStrip .thumb-button-container,
.bgStrip .ppb-button-container {
    position: relative;
    top: unset;
    margin-left: 10px;
}

@media screen and (min-width:1300px) {
    .bgStrip .thumb-button-container {
        margin-right: 20px;
    }
}

.bgStrip .close-button-container {
    order: 1;
    margin-left: 15px;
}

.bgStrip .zi-button-container {
    order: 2;
}

.bgStrip .zo-button-container {
    order: 3;
}

.bgStrip .dlb-button-container {
    order: 4;
}

.bgStrip .ppb-button-container {
    order: 5;
}

.bgStrip .thumb-button-container {
    order: 6;
}

@media screen and (min-width:1200px) {
    .single .wrapper {
        max-width: 1330px;
    }
}

.bg-panel .mySwiper {
    padding-bottom: 0;
}

.bg-panel .mySwiper .swiper-slide-thumb-active::after {
    width: 0%;
}

.bg-panel .mySwiper.thumbson .swiper-slide-thumb-active::after {
    width: 100%;
}

.popup-img-container {
    width: 95%;
    height: 95%;
}

.article-body sup {
    line-height: 1.6em;
}
/*
.single .wrapper-taboola {
    padding: 0 2rem 0 0;
}

.single.special .wrapper-taboola {
    max-width: 1130px;
    margin-left: 10%;
}

@media screen and (max-width: 768px) {
    .single.special .wrapper-taboola {
        max-width: 1130px;
        margin-left: 0%;
        padding: 0;
    }
}

@media screen and (max-width: 1100px) {
    .single.special .wrapper-taboola {
        margin-left: 0%;
        padding: 0 2rem;
    }
}

@media screen and (max-width: 1280px) {
    .single.special .wrapper-taboola {
        max-width: 1170px;
        margin-left: 0%;
        padding: 0 2rem;
    }
}

@media screen and (max-width: 1400px) {
    .single.special .wrapper-taboola {
        max-width: 1130px;
        margin-left: 5%;
        padding: 0;
    }
}
*/
img[width="1"],
img[width="0"] {
    width: 0px;
    height: 0px;
    display: none;
}
/*
span:not(main span, footer span, header span, .bg-panel span, .videoCube .video-label.span) {
    width: 0px;
    height: 0px;
    display: none;
}*/

.single-image-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 38px;
    height: 38px;
    z-index: 1;
    cursor: pointer;
}

.bg-panel.single-image-bg {
    background-color: rgba(0, 0, 0, 1);
}

@media screen and (max-width: 768px){
    .bg-panel.single-image-bg {
        padding-top: 0%;
    }

    .popup-img-container {
        height: 100%;
    }
}

.bg-panel .swiper__main .swiper-slide img {
    object-fit: contain;
}

.popup-img-container img {
    object-fit: contain;
}

.article-automakers {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.article-body table strong {
    font-weight: 700;
}

@media screen and (min-width: 1080px) {
    .card.img-l .card-info {
        padding-left: 35px !important;
    }

    .header-wrapper .logo {
        transform: translateY(0%);
    }
}

@media screen and (max-width: 580px) {
    body[page="search"] .category .section-header h2, 
    body[page="search"] .category .section-header h1 {
        font-size: 28px;
        line-height: 36px;
    }
}

.send__tips {
    color: var(--redColor);
}

.header__rss-feed {
    position: absolute;
    top: 100%;
}

.form-error {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    width: calc(100% - 18px);
    height: 25px;
    background-color: rgba(255, 255, 255, 0.3);
    color: #8e1c1c;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    opacity: 0;
}

.form-error span {
    padding-left: 5px;
}

.form-error-show {
    opacity: 1;
    transition: opacity ease-in-out 0.5s;
}

.form-response-container {
    width: 100%;
    position: absolute;
    height: 50px;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.65);
    visibility: hidden;
}

.form-response-container-show {
    visibility: visible;
    transition: all ease-in 0.3s;
}

.form-response-holder {
    width: 81%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Roboto-Bold';
    opacity: 0;
    transition: opacity ease-in-out 0.3s;
}

.form-response-error {
    color: #8e1c1c;
    opacity: 1;
    transition: opacity ease-in-out 0.3s;
}

.form-response-success {
    color: #1d6d00;
    opacity: 1;
    transition: opacity ease-in-out 0.3s;
}

.alert__container {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0 0 16px 16px;
    transition: opacity 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.alert__container--show {
    z-index: 1001;
    opacity: 1;
}

.alert__message {
    width: 600px;
    height: 300px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(232, 232, 232, 1);
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 16px;
}

@media screen and (max-width: 1299px) {
    .alert__message {
        width: 350px;
        height: 350px;
    }

    .alert--txt {
        font-size: 21px;
    }
}

@media screen and (max-width: 767px) {
    .alert__message {
        width: 300px;
        height: 300px;
    }
    .sidebar.asd-column {
        display: none;
    }
}

@media screen and (max-width: 365px) {
    .alert__message {
        width: 270px;
        height: 270px;
    }
          
    .alert--txt {
        font-size: 20px;
    }
}

.alert--txt {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0;
    opacity: 1;
    color: #000;
    text-align: center;
    font-family: 'Roboto-Regular', sans-serif;
    border-radius: 16px;
    padding: 10px;
}

.verification__icon {
    width: 100px;
    height: 100px;
    margin-bottom: 5%;
}

.form__inp.invalid::placeholder {
    color: red;
}

@media screen and (min-width:1024px) {
    .author-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .author-wrapper .card {
        flex: 0 0 50%;
        width: 50%;
    }

    .author-wrapper .bio {
        margin-left: 0px;
    }
}

.article-body > .table-heading {
    padding: 5px 15px;
    margin: 0 auto;
    text-align: left;
    white-space: nowrap;
    color: #79dbf9;
    background-color: #121e28 !important;
    font-weight: 700;
    font-size: 22px;
    width: calc(100% - 0.5rem);
}

.article-body > .table-heading.striped {
    padding: 5px 15px 5px 5px;
    margin: 0 auto;
    text-align: left;
    white-space: nowrap;
    color: var(--redColor);
    background-color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    width: calc(100% - 0.5rem);
    line-height: 35px;
}

.article-body table thead tr th {
    display: none;
}

@media screen and (max-width: 520px) {
    .article-body > .table-heading { 
        padding: 5px 15px 5px;
    }
}

.author-name a:hover {
    color: var(--redColor);
}

div#taboola-mid-article, div#taboola-mid-article-thumbnails-organic {
    max-width: 700px;
}
main.single.special #taboola-mid-article,
main.single.special #taboola-mid-article-thumbnails-organic {
    /* width: 80%; */
    /* max-width: 700px; */
    margin-left: 10%;
}
div#taboola-mid-article a {
    border: unset;
}
main.single.special .in-asd-content {
    width: 80%;
    max-width: 824px;
    margin-left: 10%;
}
@media screen and (max-width: 620px) {
    main.single.special #taboola-mid-article,
    main.single.special #taboola-mid-article-thumbnails-organic {
        padding: 0 18px;
        margin-left: 0;
    }
}

.follow-carscoops {
    display: flex;
    align-items: center;
    padding-block: 8.5px;
    border-top: 0.5px solid #BEBEBE;
    border-bottom: 0.5px solid #BEBEBE;
    margin-block: 5%;
}
.follow-carscoops-img {
    width: auto;
    height: 29px;
}
.follow-carsccops-txt {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 18px;
    line-height: 29px;
    margin-left: 10px;
}

.follow-carsccops-txt span, 
.follow-carsccops-txt a {
    font-family: 'Roboto-Bold', sans-serif;
    font-weight: bold;
}

.follow-carsccops-txt a {
    text-decoration: underline;
    text-decoration-color: #e30000;
}

.follow-carscoops:hover a {
    /* color: #C13C2B; */
    color: #e30000;
    text-decoration-color: transparent;
}

@media screen and (max-width:380px) {
    .follow-carsccops-txt {
        font-size: 16px;
    }
}

@media screen and (min-width: 1280px) {
    main.single.special ._ap_apex_ad {
        /* text-align: center; */
        /* margin: auto; */
        width: 100%;
        max-width: 824px;
        /* margin-left: 10%!important; */
    }
    main.single.special figcaption {
        max-width: 824px;
        margin-left: 10%!important;
    }
}
._ap_apex_ad iframe {
    padding: 0!important;
    margin-left: 0!important;
}

.swiper-slide figure figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.6);
    text-indent: 10px;
    color: #bdc0d7;
}

.bg-panel .swiper-slide figure figcaption {
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    letter-spacing: -0.0009em;
    border-bottom: 1px solid #EDF0F2;
    padding: 10px 5px;
    line-height: 1.5em;
    font-size: 13px;
}

/* Under Article Author Box */

.ua__wrapper {
    display: flex;
    padding: 20px 0;
    border-top: 1px solid #02121c;
    border-bottom: 1px solid #02121c;
    margin-bottom: 5%;
    gap: 10px;
}
.ua__img_holder {
    width: 120px;
    height: auto;
    aspect-ratio: 1;
}
.ua__img_holder img {
    width: 60px;
    height: auto;
    border-radius: 50%;
    aspect-ratio: 1;
}
.ua__author_name {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.ua__author_name:hover {
    color: #e30000;
    text-decoration-color: transparent;
}
.ua__author_title {
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
}
.ua__author_content {
    margin-top: 10px;
    font-size: 16px;
}
.ua__bio_link {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: #e30000;
    text-underline-offset: 4px;
    /* display: block; */
}
.ua__bio_link:hover {
    color: #e30000;
    text-decoration-color: transparent;
}

/* Under Article Google News and MSN links */

.follow-carscoops.fc__msn {
    background-color: white;
    border: 1px solid #02121c !important;
    color: black;
    padding-left: 1%;
}
.follow-carscoops-inner {
    display: flex;
    justify-content: space-between;
}
.follow-carscoops-inner .follow-container {
    flex: 0 0 49%;
    max-width: 50%;
}
.follow-container {
    display: flex;
    position: relative;
    justify-content: space-around;
    align-items: center;
}
.follow-carscoops-container h2 {
    font-weight: bold;
    font-size: 21px;
}
.follow-img {
    height: 100px;
    width: auto;
}
.follow-carscoops-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 50%;
    background-color: black;
    z-index: -1;
}
.msn .follow-carscoops-bg {
    background-color: white;
    border: 0.5px solid #02121c;
}
.follow-txt {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: black;
    max-width: 60px;
}
.gn .follow-txt {
    color: white;
}
.msn .follow-txt a {
    text-decoration: underline #e30000;
}

/* container for inline ads in articles */

.article-wrapper .article-body .ad-placement {
    max-width: 900px;
    width: 100%;
    background-color: #f3f6f9;
}

.single.special .article-body .ad-placement {
    max-width: 850px;
    width: 100%;
    margin: 0 auto 2rem 10%;
    background-color: #f3f6f9;
}

@media screen and (max-width: 1420px) {
    .single.special .article-body .ad-placement {
        margin: 0 auto 2rem 5%;
    }
}

@media screen and (max-width: 1240px) {
    .single.special .article-body .ad-placement {
        margin: 0 auto 2rem 2rem;
    }
}

@media screen and (max-width: 840px) {
    .single.special .article-body .ad-placement {
        margin: 2% 0 2% 2rem;
        padding: 10px 0 20px 0;
        max-width: calc(90% - 2rem);
    }
}

@media screen and (max-width: 520px) {
    .single.special .article-body .ad-placement {
        max-width: 90vw;
        margin: 2% 0 2% 1rem;
    }
}

/* DISQUS loadmore button */

#disqus_thread {
    max-height: 1000px;
    overflow: hidden;
    margin-bottom: 20px;
}

#disqus_thread.open {
    max-height: unset;
}

.disqus-button-more {
    width: 100%;
    border: 1px solid black;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
}

.disqus-button-more:hover {
    background-color: black;
    color: white;
}

@media screen and (max-width: 520px) {
    #disqus_thread {
        max-height: 1300px;
    }
}

/* special article tables */

main.single.special .article-body .table-container {
    margin-left: 10%; 
}

@media screen and (max-width: 1420px) {
    main.single.special .article-body .table-container {
        margin-left: 5%; 
    }
}

@media screen and (max-width: 1240px) {
    main.single.special .article-body .table-container {
        margin-left: 2rem; 
    }
}

@media screen and (max-width: 620px) {
    main.single.special .article-body .table-container {
        margin-left: 1rem; 
    }
}

/* special articles taboola */

main.single.special .image-gallery.wrapper-taboola {
    margin-left: 10%;
}
@media screen and (max-width: 1420px) {
    main.single.special .image-gallery.wrapper-taboola {
        margin-left: 8%;
    }
}
@media screen and (max-width: 1240px) {
    main.single.special .image-gallery.wrapper-taboola {
        margin-left: 2rem;
    }
}
@media screen and (max-width: 620px) {
    main.single.special .single.special .image-gallery.wrapper-taboola {
        padding: 0 18px;
    }
}

@media screen and (max-width: 620px) {
    .single.special :is(.image-gallery.wrapper-taboola) {
        padding: 0 18px;
    }

    .single.special .image-gallery.wrapper-taboola #taboola-below-article-thumbnails {
        padding: 0px;
        margin: 0;
    }
}

/* .article-wrapper .article-body .ad-placement ._ap_apex_ad div
.article-wrapper .article-body .ad-placement div div,
.article-wrapper .article-body .ad-placement ._ap_apex_ad,
.article-wrapper .article-body .ad-placement div,
.single.special .article-body .ad-placement ._ap_apex_ad div
.single.special .article-body .ad-placement div div,
.single.special .article-body .ad-placement ._ap_apex_ad,
.single.special .article-body .ad-placement div {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.article-wrapper .article-body ._ap_apex_ad { 
    margin-bottom: 0 !important;
}

@media screen and (max-width: 1280px) {
    .single.special .article-body .ad-placement {
        margin: 2rem auto 2rem 2rem;
    }
}

@media screen and (max-width: 1000px) {
    .single.special .article-body .ad-placement {
        max-width: 90vw;
        width: 100%;
        margin: 0 auto 2rem auto;
    }
} */

/* MAKE SPECIAL ARTICLES CONTENT MOVE TO THE RIGHT */

/* .single.special .article-body :is(p, ul, ol, h1, h2, h3, h4, h5, h6, blockquote, .image-gallery, iframe) {
    margin-left: 15%;
}

.single.special .article-footer{
    margin-left: 15%;
}

main.single.special .article-body .table-container {
    margin-left: 15%;
}

@media screen and (max-width: 1420px) {
    .single.special .article-body :is(p, ul, ol, h1, h2, h3, h4, h5, h6, blockquote, .image-gallery, iframe){
        margin-left: 8%;
    }

    .single.special .article-footer{
        margin-left: 8%;
    }   
    
    main.single.special .article-body .table-container {
        margin-left: 8%;
    }
}

@media screen and (max-width: 1240px) {
    .single.special .article-body :is(p, ul, ol, h1, h2, h3, h4, h5, h6, blockquote, .image-gallery, iframe){
        margin-left: 2rem;
    }

    .single.special .article-footer{
        margin-left: 2rem;
    }   
    
    main.single.special .article-body .table-container {
        margin-left: 2rem;
    }
} */