@media screen and (max-width: 860px) {
    .home .welcome-acc .card .card-info .title {
        font-size: 24px;
    }
}

.fixed-anchor {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    cursor: none;
}

/* in-article ul/ol styling */
.main-article .content ul,
.main-article .content ol {
    margin-bottom: 38px;
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.36px;
    list-style: disc;
    list-style-position: inside;
}

.main-article .content li > p {
    display: inline;
}

@media screen and (max-width: 1420px) {
    .main-article .content ul,
    .main-article .content ol {
        margin-bottom: 25px;
        font-size: 20px;
        line-height: 28px;
    }
}

@media screen and (max-width: 1080px) {
    .main-article .content ul,
    .main-article .content ol {
        margin-bottom: 25px;
        font-size: 18px;
        line-height: 25px;
    }
}

@media screen and (max-width: 860px) {
    .main-article .content ul,
    .main-article .content ol {
        margin-bottom: 24px;
        font-size: 20px;
        line-height: 27px;
    }

    .full-width-article .card {
        flex-direction: column;
    }

    .full-width-article .card-image-container, .full-width-article .card-info {
        width: 100%;
        flex: 0 0 100%;
    }
}

/* search page */

.more-btn-search {
    padding: 14px 38px;
    border-radius: 41px;
    border: 0.2px solid #525252;
    background: #f7f7f7;
    cursor: pointer;
}

@media screen and (max-width: 1080px) {
    .archive.search .main-body .right-area .article-wrapper .card {
        flex: 0 0 calc((100% / 2) - 12px);
    }
}

@media screen and (max-width: 860px) {
    .search .post-side-adv .right-area {
        left: 0;
    }
}

.search .main-title.search-results {
    color: #9C9C9C;
    font-size: 30px
}

@media screen and (max-width: 580px) {
    .search .main-title.search-results {
        font-size: 20px;
    }
}

/* footer */

.footer__img_caption {
    font-size: 15px;
    margin-top: 10px;
    padding-left: 5px;
    color: white;
}

/* home slider overflow */

.home .swiper {
    overflow: hidden;
}

.home .opinion,
.home .podcast,
.home .sports-center,
.home .videos  {
    overflow: hidden;
}

/* sports-center overflow */

.sports-category .welcome-slider {
    overflow: hidden;
}

.sports-category .swiper {
    overflow: hidden;
}

/* podcast overflow */

.podcast-category .welcome {
    overflow: hidden;
}

.podcast-category .swiper {
    overflow: hidden;
}

@media screen and (min-width:1080px) {
    .home .wrapper {
        /*overflow: hidden;*/
    }
}


/* page template */

.main-article.page-template .adv-content-side .content {
    margin-right: 30px;
    width: calc(100% - 0px);
    flex: 0 0 calc(100% - 0px);
}

/* front-page votes */

.vote__container {
    position: relative;
}

.vote-percentage {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    height: 56%;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    transition: all 0.5s;
}

.vote-percentage.full {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.vote-percentage-value {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    color: white;
}

.vote-item.has-results {
    align-items: flex-start;
    position: relative;
}

.vote-response-msg-box {
    position: absolute;
    width: 100%;
    bottom: -60px;
    left: 0;
    background-color: transparent;
    color: #AADD68;
    padding: 22px 35px 22px 0;
    font-weight: 700;
    border-radius: 0;
    transition: all 0.4s;
    font-size: 15px;
}

.vote-item .vote-percent {
    font-weight: 600;
    margin-left: 5px;
}

/* homepage bold titles */

.home .welcome .card .card-info .title,
.full-width-article .card-info .title,
.post-side-adv .right-area .article-wrapper .card .card-info .title {
    /* font-weight: 700; */
    font-family: 'AeonikPro-Bold';
}

/* homepage ads */

.home .adverisment-box.horizontal {
    background-color: #EDEDED;
    width: 316px;
}

.home .adverisment-box.vertical:not(.lg) {
    background-color: #D9D9D9;
    height: 128px;
    width: 750px;
    padding: 0 8px;
}

.home .adverisment-box.vertical.lg {
    background-color: #D9D9D9;
    height: 250px;
    max-width: 970px;
    width: 95%;
}

.home .wrapper.lg-adv-box {
    background-color: #F6F6F6;
    padding-block: 7%;
    padding-inline: 0;
    margin: 2% auto;
}

@media screen and (max-width: 860px) {
    .no-860 {
        display: none;
    }

    .home .wrapper.lg-adv-box.no-860 {
        display: none;
    }

    .home .adverisment-box.vertical:not(.lg) {
        width: 100%;
    }

    .home .adverisment-box.vertical.lg {
        width: 0;
        height: 0;
    }

    .adv-box-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 1% 0;
        background-color: rgba(217, 217, 217, 0.20);
        aspect-ratio: 1;
        margin: 10% 0;
    }

    .adv-box {
        width: 316px;
        height: 250px;
        background-color: #EDEDED;
    }

    .adv-box::before {
        content: "Advertisement";
        font-family: 'AeonikPro-Regural', sans-serif;
        font-size: 13px;
        padding: 8px 0 5px;
        display: block;
        text-align: left;
        color: #000;
        line-height: 1;
    }
}

/* diorthoseis 03-07-2024 */

/* homepage */

.live-news-btn.footer-reached {
    display: none;
}

.home .welcome .card-image {
    max-height: 650px;
    margin: 0 auto;
    position: relative;
}

/* .home section.welcome {
    margin-bottom: 0 !important;
}

.home .welcome .card .card-info {
    max-width: 100%;
    
.home .welcome .card .card-info .excerpt {
    max-width: 100%;
}
} */

/* @media screen and (min-width: 860px) {
    .home .full-width-article .card .card-image {
        aspect-ratio: 1.9;
    }
} */

.home .opinion .opinion .opinion-main-swiper .card.row {
    aspect-ratio: 1;
    /* max-height: 330px; */
}

.card .post-info .category span:first-child {
    color: #FFF;
}

.home .adverisment-box::before {
    content: "Advertisement";
    font-family: 'AeonikPro-Regural', sans-serif;
    font-size: 13px;
    padding: 8px 0 5px;
    display: block;
    text-align: left;
    color: #000;
    line-height: 1;
}

.post-side-adv .left-area, 
.opinion .left-area, 
.tv-news .left-area {
    width: 320px;
    margin-right: 36px; 
}

/* single */

.main-article .adverisment-box.horizontal {
    background-color: #EDEDED;
    width: 316px;
}

.main-article .adv-content-side .adv-container {
    width: 320px;
    margin-left: 14px;
}

.main-article .adverisment-box::before {
    content: "Advertisement";
    font-family: 'AeonikPro-Regural', sans-serif;
    font-size: 13px;
    padding: 8px 0 5px;
    display: block;
    text-align: left;
    color: #000;
    line-height: 1;
}

.adv-container .adv-wrapper:first-child {
    height: 30%;
    background: rgba(217, 217, 217, 0.20);
}
.adv-container .adv-wrapper:not(:first-child) {
    margin-top: 0;
    height: 70%;
}

.related-articles .card-wrapper .card .card-image {
    position: relative;
}

@media screen and (max-width: 1580px) {
    .home .opinion .opinion .opinion-main-swiper .card.row {
        aspect-ratio: 0.9;
        /* max-height: 330px; */
    }
}

@media screen and (min-width: 860px) {
    .related-articles .card-wrapper .card .card-info .title {
        font-size: 18px;
    }
    
    .related-articles .card-wrapper .card .card-image {
        flex: 0 0 calc(50% - 46px);
        aspect-ratio: 1.92;
    }
    
    .related-articles .card-wrapper .card {
        width: 520px;
    }

    .home section.opinion {
        margin-bottom: 50px !important;
    }
}

@media screen and (max-width: 860px) {
    .related-articles .card-wrapper .card {
        width: 100%;
    }
}

.adv-place-mob, .ad-place-art {
    display: block;
    height: fit-content;
    width: 100%;
    max-width: 1000px;
    margin-inline: auto;
    padding-inline: 5px;
    background: rgba(217, 217, 217, 0.20);
    margin: 0 auto;
}

.ad {
    width: 100%;
    height: fit-content;
    padding-bottom: 26px;
    max-width: 1000px;
    margin-inline: auto;
    padding-inline: 5px;
    background: rgba(217, 217, 217, 0.20);
    position: sticky;
    top: 76px;
}

.ad-placeholder {
    width: 300px;
    background-color: #f4f4f4;
    margin-inline: auto;
    padding: 8px 0 5px;
    font-family: 'AeonikPro-Regural', sans-serif;
    font-size: 13px;
    color: #000;
    line-height: 1;
    text-align: center;
}

.ad-place-art.mob-ad,
.mob-ad .ad-placeholder {
    display: none;
}

.mid-banner.mob-ad {
    background-color: transparent;
}

@media screen and (max-width: 769px) {
    .ad-place-art.mob-ad,
    .mob-ad .ad-placeholder {
        display: block;
    }

    /* .ad-place-art:not(.mob-ad, .combo) {
        visibility: hidden;
        opacity: 0;
	    display:none;
    } */
}

.ad-place-art.out-of-body {
    margin-bottom: 3%;
}

.ad-place-art.out-of-body.under_content__ad {
    margin-top: 1%;
}

/* .main-article .adv-content-side .content {
    width: calc(100% - 220px);
} */

/* hide live news on footer */

footer.site-footer {
    position: relative;
    padding-bottom: 50px;
}

footer.site-footer .live-news-entry-point {
    position: absolute;
    top: -300px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
}

footer.site-footer .live-news-exit-point {
    position: absolute;
    top: -500px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
}

.live-news-btn.over__footer {
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

/* fix footer image-of-the-day */

@media screen and (max-width: 860px) {
    footer .wrapper.top__container {
        flex-wrap: wrap;
    }

    footer .left-side {
        width: calc(100% - 40px);
        flex: 0 0 calc(100% - 40px);
    }
}

/* homepage new welcome article */

.home .card-info .category a {
    color: #a2a2a2;
}

.home .card-info .category {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.6px;
    margin: 18px auto 22px auto;
}

.home .card-info .category > :last-child {
    color: #9C9C9C;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.6px;
    margin-left: 6px;
}

.home .welcome .card-image {
    aspect-ratio: 1310/650;
}

.home .card.card__welcome {
    position: relative;
}

.home .welcome .card .card-info {
    max-width: 1000px;
    /* position: absolute; */
    position: relative;
    /* bottom: -25%; */
    background-color: white;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    width: 100%;
    margin-top: -10%;
    padding-top: 5%;
}

.home .card-image-container.cover .category {
    bottom: 15%;
    z-index: 1;
}

.home .card-image-container.cover .category a:first-child {
    color: #c6c6c6;
}

.home .welcome .card-info .title {
    max-width: 90%;
    margin: 0 auto 22px auto;
}

.home .welcome .card .card-info .excerpt {
    max-width: 55%;
    margin: 0 auto 10px auto;
}

.home section.welcome {
    margin-bottom: 5% !important;
}

.oikonomia-sec.wrapper__oikonomia {
    background-color: #E9E0CF;
    margin-bottom: 46px;
}

.psychagogia-sec.wrapper__psychagogia {
    background-color: #EEEAFF;
}

@media screen and (max-width: 860px) {
    .home .welcome .card-image {
        aspect-ratio: 1.4;
    } 

    .home .welcome .card .card-info {
        position: relative;
        margin-top: 0;
    }

    .home .welcome .card-info .title {
        max-width: 100%;
    }

    .home .welcome .card .card-info .excerpt {
        max-width: 84%;
    }

    .home .card-image-container.cover .category {
        bottom: 17px;
    }

    /* .post-side-adv .right-area{
        width: calc(100% + 1rem);
        left: -0.5rem;
    } */

    .videos .right-side {
        width: calc(100% + 1rem);
        left: -0.5rem;
    }

    .post-side-adv.tv-news .right-area {
        width: calc(100% + 1rem);
        left: -0.5rem;
    }

    .home .welcome-acc {
        /*width: calc(100% + 1rem);
        left: -0.5rem;*/
        width: 100%;
        left: 0;
    }

    .home .welcome {
        /*width: calc(100% + 1rem);
        left: -0.5rem;*/
        width: 100%;
        left: 0;
    }

    .home .podcast {
        width: calc(100% + 0rem);
        /* display: none; */
    }
    .home .opinion {
        width: calc(100% + 0rem);
        /* display: none; */
    }
    .home .sports-center {
        width: calc(100%);
        /* display: none; */
    }
    /* .adv-wrapper.on-860 {
        display: none;
    } */
}

@media screen and (max-width: 1080px) {
    .home .wrapper {
        width: calc(100% - 2rem);
        padding-inline: 2px;
    }
    .home .wrapper.featured-top {
        width: 100%;
        padding-inline: 0px;
    }
}

.adv-wrapper.wlcm_acc_ad {
    min-height: 600px;
}

/* homepage polls >>> reduce vote size */

.vote-container .vote .main-area .vote-item {
    width: 141px;
    flex: 0 0 141px;
}

@media screen and (max-width: 1420px) {
    .vote-container .vote .main-area .vote-item {
        width: 142px;
        height: 142px;
        flex: 0 0 142px;
    }
}

@media screen and (max-width: 1180px) {
    .vote-container .vote .main-area .vote-item {
        width: 102px;
        height: 102px;
        flex: 0 0 102px;
    }
}

@media screen and (max-width: 1180px) {
    .vote-container .vote .main-area .vote-item {
        width: calc((100% / 3) - 7px);
        height: 81px;
        flex: 0 0 calc((100% / 3) - 7px);
    }
}

@media screen and (max-width: 860px) {
    .vote-container .vote .main-area .vote-item {
        width: 150px;
        height: 150px;
        flex: 0 0 150px;
    }
}

@media screen and (max-width: 520px) {
    .vote-container .vote .main-area .vote-item {
        width: calc((100% / 3) - 7px);
        height: 82px;
        flex: 0 0 calc((100% / 3) - 7px);
    }
}

/* single article share buttons */

.main-article .main-body .actions .share.btn {
    background: transparent;
    padding: 0;
    border: none;
    gap: 5px;
}

.share__holder {
    padding: 5px 10px;
    border-radius: 50%;
    border: 0.2px solid #525252;
    background: #f7f7f7;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    /* transition: opacity 0.8s ease-in, top 0.8s ease-in; */
}

/* .share__holder:hover {
    top: -10px;
    opacity: 0.8;
} */

.main-article .main-body .actions .share.btn .share__holder img {
    margin-right: 0;
}

/* home videos swiper images */
.home .video-container-swiper .video .img img {
    aspect-ratio: 1.5;
}

.gallery-container .swiper .gallery-container-swiper {
    overflow: unset;
}

/* make welcome-accompanying articles' titles bold */
.home .welcome-acc .card .card-info .title {
    font-family: 'AeonikPro-Bold';
}

/* make archive top articles' titles bold */
.archive .latest-news .card-wrapper .card .card-info .title {
    font-family: 'AeonikPro-Bold';
}

/* fix padding issue with sports archive sliders */
.sports-category .row.card.swiper-slide {
    padding-inline: 0;
}

/* add correct font-family to single.php */
.main-article .adv-content-side .content:not(.content .related-articles) {
    font-family: 'ABCGintoNormalGreek-Regular';
}

.main-article .adv-content-side .content .related-articles {
    font-family: 'AeonikPro-Regular', sans-serif;
}


@media screen and (max-width: 460px) {
    /* make search box on mobile devices take all the width of the parent element */
    .header--search.on input[name="s"] {
        width: 80vw;
        height: 40px;
    }

    /* make excerpts in homepage hidden when visiting from mobile devices (phones) */
    .home .excerpt {
        display: none;
    }

    /* make excerpts (.quote) in archive pages hidden in mobile devices  */
    .archive .quote {
        display: none;
    }
}


/* add bottom margin to index welcome accompanying articles */
.welcome-acc {
    margin-bottom: 3%;
}


@media screen and (max-width: 860px) {
    .home .card.is_sponsored_article .category:first-of-type {
        bottom: 35px;
    }
}

@media screen and (max-width: 860px) {
    .rankings__page .tbody-header .row.flex {
        border-right: 1.5px solid black;
    }

    .matches__page .rankings .bot-area .table-container .table.matchday .tbody-header {
        border-right: 1.5px solid black;
    }
} 

.home .card.video .card-image-container,
.home .card.video .play-btn {
    cursor: pointer;
}

/* add extra margin to the article info element of READ MORE articles at the bottom of the single article template */
@media screen and (max-width: 860px) {
    .main-article .read-more .card .card-info {
      margin-top: 16px;
    }
}

/* sponsored articles in homepage */
.home .card-image-container.cover .category.category--sponsoredwlcc {
    bottom: 1%;
    opacity: 1;
}

.home .card-image-container.cover .category.category--sponsored {
    bottom: 1%;
    opacity: 1;
    position: absolute;
    left: 8px;
    z-index: 1;
    width: 100%;
    display: block;
}

.home .card-image-container.cover .category.category--sponsoredwlcc > span {
    color: #fff;
    font-weight: bold;
}

.home .card-image-container.cover .category.category--sponsored > span {
    color: #9C9C9C;
    font-weight: bold;
}

.home .card-image-container.cover .category {
    width: 80%;
    text-align: center;
}

/* fix captions not showing in article photo gallery for firefox and safari */
/* .gallery-container-swiper {
    overflow: unset;
} */

/* add rankings and matches pages as sub-categories in sports-category archive template */
.sports-category .top-wrapper .tags {
    margin-top: 50px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.sports-category .top-wrapper .tags .item {
    margin-bottom: 10px;
}

.sports-category .top-wrapper .tags .item:not(:last-child) {
    margin-right: 8px;
}

.sports-category .top-wrapper .tags .item a {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.5px;
    letter-spacing: -0.14px;
    padding: 15px 40px;
    border-radius: 39px;
    border: 0.2px solid #525252;
    background: #F7F7F7;
}

@media screen and (max-width: 860px) {
    .sports-category .top-wrapper .tags {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
    .sports-category .top-wrapper .tags .item a {
        font-size: 12px;
        line-height: 15px;
        padding: 10px 30px;
    }
}

/* Style the custom audio player */
.custom-audio {
    display: flex;
    align-items: center;
    background-color: #f1f1f1;
    border-radius: 50px;
    padding: 10px;
    width: 750px;
    margin-top: 45px;
    height: 55px;   
}

/* Hide default controls */
audio {
    display: none;
}

.custom-audio .play-button {
    position: relative;
    width: 33px;
    height: 33px;
    padding: 10px;
    margin-right: 6px;
}

.custom-audio:not(.pause) .play-button img.pause,
.custom-audio.pause .play-button img.play {
    transform: scale(1);
    z-index: 10;
}

.custom-audio .play-button img {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 13px;
    transform: scale(0);
    z-index: -1;
    transition: all .5s ease-in-out;
}

.custom-audio .range-container-volume {
    margin-left: 0;
    width: 0;
    flex: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.custom-audio.inc-dec-mode .range-container-volume {
    width: 110px;
    flex: 0 0 110px;
    margin-left: 6px;
    opacity: 1;
    height: 4px;
}

.custom-audio .volume-button {
    padding: 10px;
}

.custom-audio .volume-button .image-container {
    width: 17px;
    height: 17px;
    margin-left: 6px;
}

.custom-audio.muted .volume-button .image-container img.no-sound,
.custom-audio:not(.muted) .volume-button .image-container img.sound {
    transform: scale(1);
    z-index: 10;
}

.custom-audio .volume-button .image-container img {
    position: absolute;
    inset: 0;
    transform: scale(0);
    z-index: -1;
    transition: all .5s ease-in-out;
}

.custom-audio .play-button, 
.custom-audio .volume-button {
    cursor: pointer;
}

.range-container {
    position: relative;
    display: flex;
    width: calc(100% - 142px);
    flex: 0 1 calc(100% - 142px);
    transition: all .5s ease-in-out;
}

.custom-audio.inc-dec-mode .range-container {
    flex: 0 0 calc(100% - 252px);
    width: calc(100% - 252px);
}

.follow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #000;
    border-radius: 10px;
    max-width: 100%;
}

.progress-bar {
    -webkit-appearance: none;  /* Remove default styling */
    appearance: none;
    width: 100%;               /* Full width */
    height: 4px;               /* Height of the track */
    background: #ccc;          /* Background color of the track (light gray) */
    border-radius: 10px;       /* Rounded corners for the track */
    outline: none;             /* Remove outline on focus */
    margin: 0;
}

/* Style for Webkit browsers (Chrome, Safari) */
.progress-bar::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    background: #ccc;          /* Gray background of the progress bar */
    border-radius: 10px;       /* Rounded track corners */
}

/* Style for the thumb (draggable part) */
.progress-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    top: -6px;
    position: relative;
    background: #000;         /* Thumb color */
    border-radius: 50%;        /* Make the thumb circular */
    cursor: pointer;           /* Show pointer on hover */
    transition: all .5s ease-in-out;
}

/* For Firefox */
.progress-bar::-moz-range-track {
    width: 100%;
    height: 4px;
    background: #ccc;          /* Gray background */
    border-radius: 10px;
}

.progress-bar::-moz-range-thumb {
    width: 16px;
    height: 16px;
    top: -6px;
    position: relative;
    background: #000;         /* Thumb color */
    border-radius: 50%;        /* Make the thumb circular */
    cursor: pointer;           /* Show pointer on hover */
    transition: all .5s ease-in-out;
}


.progress {
background-color: #007bff;
height: 100%;
width: 0;
border-radius: 50px;
}

.time {
    width: 40px;
    color: #000;
    font-size: 13px;
    margin-right: 16px;
    flex: 0 1 40px;
    align-items: center;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1280px) {
    .custom-audio {
        width: 100%;
    }
}

/* decrease image darken filter GG */
.card-image::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, black 100%);
}

/* make gallery fullscreen again MGFSA for short */

.gallery__wrapper {
    position: fixed;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.4s ease-in;
    transition-delay: 0.3s;
}

.gallery__wrapper.on {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: opacity 0.4s ease-in;
    transition-delay: 0.3s;
    z-index: 2;
}

.gallery__wrapper--inner {
    width: 100%;
    height: 100%;
}

.gallery__wrapper.on .gallery-container.on {
    left: 0;
}

.gallery__wrapper.on .gallery-container.on .swiper {
    overflow: unset;
}

@media screen and (max-width: 760px) {
    .post-side-adv .right-area .article-wrapper.row-inline .card {
        width: 100%;
        flex: 0 0 100%;
        display: flex;
    }
    .row-inline .card-image-container.relative {
        flex: 0 0 calc((100% / 3) - -4px);
        order: 1;
    }
    .post-side-adv .right-area .article-wrapper.row-inline .card .card-info .title {
        margin-top: 4px;
    }
    /*footer .wrapper:last-child {
        padding-bottom: 150px;
    }*/
}

/* Copyrights */
.developer.flex .flex {
    flex: 1 1 100%;
    align-items: center;
}
.developer.flex .flex span {
    flex: 0 0 auto;
    font-size: 18px;
    /* justify-self: baseline; */
    display: block;
}
.developer.flex .flex img {
    max-width: 140px;
}
@media screen and (max-width: 760px) {
    .developer.flex .flex span {
        font-size: 16px;
    }
}

/* add extra entry to top menu */

.menu > ul > li {
    padding: 14px 24px;
    text-align: center;
}

@media screen and (max-width: 1280px) {
    .header-wrapper .bot-area .menu > ul > li {
        padding: 12px 20px;
        min-width: 85px;
    }
}

/* add cyta logo in "oikonomia" section of homepage */
.cyta__logo {
    margin-top: 10%;
}

.cyta__logo img {
    max-width: 160px;
}

@media screen and (max-width: 768px) {
    .wrapper__oikonomia .post-side-adv .left-area .top-area {
        flex-wrap: wrap;
    }

    .wrapper__oikonomia .post-side-adv .left-area .top-area .cat-show-rest {
        max-width: 350px;
    }

    .cyta__logo {
        flex-basis: 100%;
    }
}

@media screen and (max-width: 500px) {
    .wrapper__oikonomia .post-side-adv .left-area .top-area .cat-show-rest {
        max-width: 250px;
    }
}

/* add cyta logo in business news archive */

.cyta__container .cyta__logo {
    /* background-color: #E9E0CF; */
    padding: 10px;
}

.logo__ecomm {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 140px;
    width: 10%;
    height: auto;
    /* margin-left: 50%; */
    position: absolute;
    /* opacity: 0; */
    transition: all 0.5s ease-in;
    left: 68.5%;
}

.logo__ecomm img {
    max-width: 140px;
}

.logo__ecomm.show__ecomm {
    opacity: 1;
    transition: all 0.5s ease-out;
}

.logo__ecomm span {
    font-size: 14px;
    font-family: 'AeonikPro-Regular', sans-serif;
    color: #9C9C9C;
    line-height: 0.5rem;
}

@media screen and (max-width: 1500px) {
    .logo__ecomm {
        left: 70%
    }
}

@media screen and (max-width: 1080px) {
    .logo__ecomm {
        left: 73%
    }
}

@media screen and (max-width: 1023px) {
    .logo__ecomm {
        flex-direction: row;
        top: 80%;
        width: 25%;
        max-width: 80vw;
        align-items: center;
    }

    .logo__ecomm img {
        width: auto;
        height: 25px;
    }
}

@media screen and (max-width: 1023px) {
    .logo__ecomm img {
        height: 20px;
    }
}

@media screen and (max-width: 900px) {
    .logo__ecomm {
        width: 22%;
        left: 25%;
    }
}

@media screen and (max-width: 768px) {
    .logo__ecomm {
        width: 25%;
    }
}

@media screen and (max-width: 500px) {
    .logo__ecomm {
        width: 50%;
    }
}


/* hide last six (6) article of the read-more widget under articles */

@media screen and (max-width: 860px) {
    .read-more .card-wrapper .card:nth-of-type(7),
    .read-more .card-wrapper .card:nth-of-type(8),
    .read-more .card-wrapper .card:nth-of-type(9) {
        display: none;
    }
}


.home .card .post-info .category.sports__title {
    margin-bottom: 30px;
    font-size: 20px;
    color: white;
}

/* fix under article tags overlapping with share buttons */

/* .main-article .main-body .actions .share.btn {
    flex-basis: 21%;
} */

.main-article .main-body .actions .tags {
    /* flex-basis: 60%; */
    gap: 5px;
}

.main-article .main-body .actions .prodcast.btn {
    margin-right: 36%;
}

@media screen and (max-width: 1360px) {
    .main-article .main-body .actions .prodcast.btn {
        margin-right: 33%;
    }
}

@media screen and (max-width: 500px) {
    .main-article .main-body .actions .prodcast.btn {
        margin-right: 0%;
    }
}

/* @media screen and (max-width: 860px) {
    .main-article .main-body .actions .share.btn {
        flex-basis: unset;
    }

    .main-article .main-body .actions .prodcast.btn {
        flex-basis: unset;
    }

    .main-article .main-body .actions .tags {
        flex-basis: 100%;
    }
} */

/* fix mobile menu not scrolling to the bottom */

.mobi-menu.on {
    overflow: scroll;
}

@media screen and (max-width: 860px) {
    .home .welcome-acc .card:nth-of-type(6) .card-info .title, 
    .home .welcome-acc .card:nth-of-type(7) .card-info .title {
        font-size: 17px;
    }
}

/* add margin-bottom to h2 elements inside article body */

.main-article h2 {
    margin-bottom: 38px;
}

@media screen and (max-width: 1420px) {
    .main-article h2 {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 1080px) {
    .main-article h2 {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 1080px) {
    .main-article h2 {
        margin-bottom: 24px;
    }
}

/* make desktop menu items clickable outside anchors */

.menu.no-860 > ul > li {
    padding: 0;
}

.menu.no-860 li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 14px 24px;
}

@media screen and (max-width: 1580px) {
    .menu.no-860 li a {
        padding: 0px;
    }
}

/* footer app download section  */

.app__download {
    margin: 15% auto 0 0;
    max-width: 300px;
}

.app__download h3 {
    color: #9C9C9C;
    margin-bottom: 2rem;
    font-size: 15px;
}

.app__logo img {
    width: 135px;
    height: auto;
}

@media screen and (max-width: 520px) {
    .app__download {
        margin: 10% auto;
    }
    
}

/* alphatv home section */

.tv .video .play-btn {
    cursor: pointer;
}

.tv .video.show-video .video-wrapper,
.tv .video.show-video .close {
    opacity: 1;
    transform: scale(1);
}

.tv .video.show-video .play-btn,
.tv .video.show-video .card-image {
    opacity: 0;
    transform: scale(0) translate(-50%, -50%);
}

.tv .video .close {
    position: absolute;
    top: 70px;
    right: 20px;
    width: 22px;
    height: 22px;
    opacity: 0;
    transform: scale(0);
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.tv .video .close > span {
    position: absolute;
    top: 50%;
    width: 80%;
    left: 50%;
    height: 2px;
    background-color: #fff;
}

.tv .video .close > span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
}

.tv .video .close > span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.tv .middle-area .excerpt {
    font-size: 16px;
    color: #C2C2C2;
    margin-top: 20px;
}

@media screen and (max-width: 460px) {
    .tv .middle-area .excerpt {
        display: block;
    }
}

/* make all links in article body the same */

.main-article .adv-content-side .content a {
    text-decoration: underline;
    text-decoration-color: #ef4144;
    text-decoration-thickness: 2px;
    text-decoration-style: solid;
    text-underline-offset: 4px;
}

/* homepage add alpha tv logo to section */

.tv .cat-disp img {
    max-width: 100px;
}

@media screen and (min-width: 1132px) {
    .tv .right-side .vblock {
        width: 700px;
        margin: auto;
    }

    .tv .right-side {
        padding-top: 64px;
    }
}

/* add author image in apopseis/editorial articles */

.main-body.main-body__apopseis .author.auhor--img,
.main-body.main-body__editorial .author.auhor--img,
.main-body .author.auhor--img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-body.main-body__apopseis .author__img img,
.main-body.main-body__editorial .author__img img,
.main-body .author__img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.main-body.main-body__apopseis .author.auhor--img p,
.main-body.main-body__editorial .author.auhor--img p,
.main-body .author.auhor--img p {
    margin-bottom: 0px;
    margin-left: 10px;
}

.main-body.main-body__editorial .author.auhor--img p {
    font-size: 13px;
}

/* add play icon to articles that contain video */

.video__article {
    width: 20px;
    height: auto;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1;
}

@media screen and (max-width: 500px) {
    .video__article {
        width: 15px;
    }
}


/* make article inline video elements fit content */

.main-article .content video {
    max-width: 100%;
}

/* make in-article table blocks have borders */

/* .content .wp-block-table tr td:first-of-type {
    padding-right: 5px;
    border-right: 1px solid black;
}

.content .wp-block-table tr td {
    padding-inline: 3px;
    border-right: 1px solid black;
    border-left: 1px solid black;
}

.content .wp-block-table tr:first-of-type {
    border-top: 1px solid black;
}

.content .wp-block-table tr {
    border-bottom: 1px solid black;
}

.content .wp-block-table {
    margin-bottom: 38px;
}

@media screen and (max-width: 1420px) {
    .content .wp-block-table {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 1080px) {
    .content .wp-block-table {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 860px) {
    .content .wp-block-table {
        margin-bottom: 24px;
    }
} */

/* votes section new design */

.politiki__undeside {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1rem;
}

.underside__container {
    background-color: black;
    padding: 1rem;
}

.underside__container:first-of-type {
    flex: 0 0 60%;
    max-width: calc(60% - 2rem);
}

.underside__container:last-of-type {
    flex: 0 0 40%;
}

.underside__container .container .container-title {
    color: white;
    font-size: 13px;
    line-height: 1.2;
    margin-top: 10px;
}

.underside__container .vote-container .vote {
    flex-direction: column;
}

.underside__container .container .title {
    color: white;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.underside__container .vote-container .vote .main-area {
    margin-left: 0px;
}

.underside__container .container .vote .main-area .vote-item {
    width: 120px;
    height: 100px;
    flex: 0 0 110px;
}

.container .container-title .strong {
    color: #EF4144;
}

.parapolitika-container.container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://www.alphanews.live/wp-content/themes/alphanews/assets/images/alpha-letter.svg');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    background-position-y: center;
}

@media screen and (max-width: 1400px) {
    .underside__container .container .title {
        width: 100%;
        max-width: 100%;
    }

    .underside__container .vote-container .vote .main-area {
        width: 100%;
    }

    .underside__container:first-of-type {
        flex: 0 0 50%;
        max-width: calc(50% - 1rem);
    }

    .underside__container:last-of-type {
        flex: 0 0 50%;
    }

    .underside__container .vote-container .vote .main-area .vote-item {
        font-size: 15px;
    }

    .underside__container .vote-container.container .vote__container {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 860px) {
    .politiki__undeside {
        flex-flow: column;
    }

    .underside__container:first-of-type {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .underside__container:last-of-type {
        flex: 0 0 100%;
    }

    .underside__container .parapolitika-container.container .title {
        margin-top: 100px;
    }

    .underside__container .vote .vote__container {
        justify-content: flex-start;
    }

    .vote-container.container {
        padding-inline: 0px;
    }
}

.vote-container.dark {
    background-color: #000;
    padding: 1rem;
}

.vote-container.dark .container-title {
    color: white;
}

.vote-container.dark .vote .title {
    color: white;
}

/* single polls */

.polls .subtitle {
    text-align: center;
}

.polls .subtitle .red {
    color: #ef4144;
}

.polls .main-area {
    width: 100%;
    margin-bottom: 5%;
}

.polls .vote__container {
    width: 100%;
    justify-content: center;
    gap: 1rem;
}

.polls .main-area .vote-item {
    width: 120px;
    padding: 15px;
    flex: 0 0 120px;
    height: 100px;
    border-radius: 18px;
    border: 0.2px solid #717171;
    background: #F3F3F3;
    cursor: pointer;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    transition: all .3s ease-in-out;
}

.polls .vote-response-msg-box {
    position: absolute;
    width: 100%;
    bottom: -60px;
    left: 0;
    background-color: transparent;
    color: #AADD68;
    padding: 22px 35px 22px 0;
    font-weight: 700;
    border-radius: 0;
    transition: all 0.4s;
    font-size: 15px;
    text-align: center;
}

#LB24 .lb24-component-content img {
    width: 100% !important;
}

iframe.vertical {
    aspect-ratio: 1 / 2;
    height: auto !important;
}