body{
    position: relative;
    font-family: 'AeonikPro-Regular', sans-serif;
    font-weight: 400;
    max-width: 2500px;
    margin:0 auto;
    background-color: transparent;
}

body.menu-on {
    overflow: hidden;
}

body::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 46%);
    z-index: -1;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

body.menu-on::after {
    z-index: 3;
    opacity: 1;
}

body.podcast {
    background-color: #050505;
}

body.podcast .podcast-slider  {
    width: calc(100% + (100vw - 100%) / 2);
}

.home main {
    overflow: hidden;
}

.podcast-slider .card .card-image {
    aspect-ratio: 1.3;
}

.no-found {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 30px;
    line-height: 35px;
    padding: 10%;
}

.no-found .home-line {
    font-weight: bold;
    FONT-SIZE: 26px;
    line-height: 32px;
    margin-top: 10px;
}

.cyprus-championship-section .card-wrapper .top .cyprus-members .item {
    margin-bottom: 10px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.no-image {
    object-fit: contain;
    background-color: #fff;
    padding: 20%;
    box-shadow: inset 0px 0px 52px #121a50;
}

html {
    scroll-behavior: smooth;
}
img{
    width: 100%;
    height: auto;
    display: block;
}

a{
    text-decoration: none;
    color: inherit;
}

ul, ol{
    list-style: none;
}

input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

address{
    font-style: normal;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: bordaler-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}


[style*="--aspect-ratio"] > :first-child {
    width: 100%;
}
[style*="--aspect-ratio"] > img {
    height: auto;
}
@supports (--custom:property) {
    [style*="--aspect-ratio"] {
        position: relative;
    }
    [style*="--aspect-ratio"]::before {
        content: "";
        display: block;
        padding-bottom: calc(100% / (var(--aspect-ratio)));
    }
    [style*="--aspect-ratio"] > :first-child {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
}

/*  containers */

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.flex.nowrap {
    flex-wrap: nowrap;
}

.flex.align-center {
    align-items: center;
}

.flex.align-start {
    align-items: start;
}

.flex.flex-wrap,
.flex.wrap {
    flex-wrap: wrap;
}

.flex.col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.flex.row-reverse {
    flex-direction: row-reverse;
}

.flex.just-center {
    justify-content: center;
}

.flex.just-between {
    justify-content: space-between;
}

.flex.just-around {
    justify-content: space-around;
}

.relative {
    position: relative;
}


/*  κλείδωμα του scroll στο background
    σε περίπτωση που έχουμε ένα στοιχείο
    που καλύπτει όλη την οθόνη */
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
    
    
    
/*  κεντράρισμα εικόνας*/
.img-center{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
    
    
/*  κρύψιμο οριζόντιας μπάρας κύλισης*/
.scrollbar-hide{
    overflow-x: scroll;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.full-width-article .card-image-container,
.full-width-article .card-info {
    width: 50%;
    flex: 0 0 50%;
}

.full-width-article .card-info {
    background-color: #350806;
}

.full-width-article .card-info {
    padding: 25px;
    text-align: center;
}

.full-width-article .card-info .category {
    color: #EF4144;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1.20px;
    word-wrap: break-word;
}

.full-width-article .card-info .title {
    color: #EBEBEB;
    line-height: 44px;
    letter-spacing: 0.20px;
    word-wrap: break-word;
    font-size: 40px
}

.full-width-article .card-info .dt-cont {
    color: #EF4144;
    font-size: 13px;
    line-height: 16.25px;
    letter-spacing: 0.65px;
    word-wrap: break-word;
    font-weight: 500;
}

.full-width-article .card-info .excerpt {
    color: rgba(235, 235, 235, 0.80);
    font-size: 17px;
    line-height: 21.25px;
    letter-spacing: 0.09px;
    word-wrap: break-word;
    margin-top: 20px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.full-width-article .card .card-info {
    margin-top: 0;
}

.full-width-article .card-info .dt-cont .delemiter {
    width: 6px;
    height: 6px;
    background-color: #EF4144;
    border-radius: 50%;
    flex: 0 0 6px;
    align-self: center;
    margin-left: 6px;
    margin-right: 6px;
}

.full-width-article .card-info .te-c {
    max-width: 684px;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
}

.read-more > .title {
    width: 180px;
    flex: 0 0 180px;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 18.75px;
    letter-spacing: 0.75px;
    margin-right: calc(((100% - 982px) / 2) - 180px);
}

.read-more .card-wrapper .card .card-image-container .category {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.6px;
    margin-bottom: 4px;
}

.read-more .card-wrapper .card .dt-cont {
    color: #EF4144;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.25px;
    letter-spacing: 0.65px;
    margin-bottom: 5px;
}

.read-more .card-wrapper .card .card-info .title {
    color: #000;
    font-family: 'AeonikPro-Bold';
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.15px;
    letter-spacing: 0.21px;
}

.read-more .card-wrapper .card .dt-cont .date {
    margin-right: 10px;
}

.read-more .card-wrapper .card .card-image-container .category .first {
    font-family: 'AeonikPro-Bold';
}

.read-more .card-wrapper .card .card-image-container .category .last {
    color: #9C9C9C;
}

.read-more .card-wrapper .card {
    width: calc((100% / 3) - 11px);
    margin-bottom: 50px;
}

.read-more .card-wrapper .card:nth-child(3n + 1) {
    margin-right: 8px;
}

.read-more .card-wrapper .card:nth-child(3n + 2) {
    margin-inline: 8px;
}

.read-more .card-wrapper .card:nth-child(3n + 3) {
    margin-left: 8px;
}

/*******************************************************************************************/
/**************************************** VIDEO CSS ****************************************/
/*******************************************************************************************/
.video-btn{
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    transition: all 0.3s;
}

.video-btn:hover{
    background-color: rgba(0,0,0,0.5);
}

.video-btn .icon{
    background-color: #fff;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
}

.video-btn .icon:hover{
    width: 52px;
    height: 52px;
}

.video-btn .icon img{
    width: 12px;
    display: block;
}


.video-container{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    transition: width 0.3s;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

 .video-container .close{
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 1rem;
    filter: invert(1);
    cursor: pointer;
}

.video-container.active{
    width: 100%;
}

.video-container #player{
    margin: 0 auto;
}
/*******************************************************************************************/
/**************************************** VIDEO CSS ****************************************/
/*******************************************************************************************/

.on-progress {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 10px 20px 10px 17px;
    border-radius: 34px;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(15px);
}

.new-episode {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 10px 20px 10px 17px;
    border-radius: 34px;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(15px);
    z-index: 2;
}

.on-progress .box,
.new-episode .box {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #30DF41;
    margin-right: 15px;
}

.on-progress .text,
.new-episode .text {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.84px;
    text-transform: uppercase;
}


/*****************************************************************************************/
/************************************** ANIMATE CSS **************************************/
/*****************************************************************************************/
.animate-letters, .animate-words, .animate-lines, .animate-opacity, .animate-up, .animate-down, .animate-right, .animate-left, .animate-zoomout, .animate-zoomin, .animate-opacity {
    opacity: 0;
    will-change: transform, opacity;
    transition: 1.3s cubic-bezier(0.73, 0.01, 0.16, 0.99);
}

.animate-up {
    transition: 1.3s cubic-bezier(0.73, 0.01, 0.16, 0.99);
    transition-property: transform, opacity;
    transform: translate3d(0, 80px, 0);
}

.animate-down {
    transition: 1.3s cubic-bezier(0.73, 0.01, 0.16, 0.99);
    transition-property: transform, opacity;
    transform: translate3d(0, -80px, 0)
}

.animate-right {
    transition: 1.3s cubic-bezier(0.73, 0.01, 0.16, 0.99);
    transform: translate3d(-150px, 0, 0);
    transition-property: transform, opacity
}

.animate-left {
    transition: 1.3s cubic-bezier(0.73, 0.01, 0.16, 0.99);
    transform: translate3d(150px, 0, 0);
    transition-property: transform, opacity
}

.animate-zoomout {
    transition: 1.3s cubic-bezier(0.73, 0.01, 0.16, 0.99);
    transform: scale(1.1);
    transition-property: transform, opacity
}

.animate-zoomin {
    transition: 1.3s cubic-bezier(0.73, 0.01, 0.16, 0.99);
    transform: scale(0.9);
    transition-property: transform, opacity
}

.animated {
    transform: translate3d(0, 0, 0) scale(1) !important;
    opacity: 1 !important;
}
/*****************************************************************************************/
/************************************** ANIMATE CSS **************************************/
/*****************************************************************************************/

.pagination {
    margin-bottom: 35px;
    font-size: 18px;
}

.new-episode {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 10px 20px 10px 17px;
    border-radius: 34px;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(15px);
    z-index: 2;
}

.on-progress .box,
.new-episode .box {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #30DF41;
    margin-right: 15px;
}

.slide-btn {
    border-radius: 20px;
    background: rgba(151, 151, 151, 0.50);
    backdrop-filter: blur(5px);
    padding: 12px 31px;
    top: 0;
    z-index: 10;
    left: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    font-family: 'GT America Medium', sans-serif;
    position: absolute;
    pointer-events: none;
    display: none;
}

.on-progress .text,
.new-episode .text {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.84px;
    text-transform: uppercase;
}

.header-wrapper,
.wrapper {
    max-width: 1680px;
    padding-inline: 2rem;
    margin: 0 auto;
}

.weather-widget .top-area .icon {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    margin-right: 8px;
}

.weather-widget .top-area .degrees {
    letter-spacing: 0.28px;
    color: #000;
}

.weather-widget .bot-area {
    margin-top: 11px;
}

.weather-widget .top-area .degreesm
.weather-widget .bot-area .day,
.weather-widget .bot-area .date-time .date,
.weather-widget .bot-area .date-time .time {
    font-size: 14px;
}

.weather-widget .bot-area .day,
.weather-widget .bot-area .date-time .date {
    letter-spacing: 0.7px;
    color: #000;
}

.weather-widget .bot-area .date-time .time {
    letter-spacing: 0.7px;
    color: #9C9C9C;
    margin-left: 6px;
}

.card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
    opacity: .7;
}

.home section[class="4-wheels"] .card-image::after {
    content: none;
}

.home section[class="4-wheels"] .card-image > a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, black 100%);
    opacity: .7;
}

.card .post-info {
    position: absolute;
    bottom: 17px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 100%;
    padding-inline: 10px;
    box-sizing: border-box;
}

.card .post-info .category {
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.24px;
}

.card .post-info .category a:first-child {
    color: #FFF;
    margin-right: 4px;
}

.card .post-info .category a:last-child {
    color: #9C9C9C;
    margin-left: 4px;
}

.full-h {
    height: 100% !important;
}

.card.adv {
    background-color: rgba(217, 217, 217, 0.20) !important;
}

.card .card-info {
    margin-top: 12px;
}

.dashed-line {
    margin-bottom: 14px;
    width: 100%;
    border: 1px dashed rgba(0, 0, 0, 0.20);
    position: relative;
}

.adverisment-box.vertical:not(.lg) {
    width: 728px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-inline: auto;
}

.adverisment-box.vertical:not(.lg) .adv-box {
    width: 100%;
    background: #EDEDED;
    height: 90px;
}

.adverisment-box.vertical.lg {
    width: 970px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-inline: auto;
}



.adverisment-box.horizontal {
    background: #9a9a9a;
    width: 300px;
    min-height: 250px;
    position: sticky;
    top: 10px;
    align-self: baseline;
}

.adverisment-box {
    margin-left: auto;
    margin-right: auto;
}

.vote-container .vote {
    margin-top: 72px;
}

.vote-container .vote .title {
    color: #000;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 39.6px;
    letter-spacing: -0.33px;
    margin-right: 25px;
    max-width: 489px;
}

.vote-container .vote .main-area {
    margin-left: 25px;
}

.vote-container .container-title {
    margin-top: 10px;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 18.75px;
    letter-spacing: 0.75px;
}

.swiper {
    cursor: none;
}

.vote-container .container-title .strong {
    color: #EF4144;
}

.vote-container .vote .main-area .vote-item {
    width: 171px;
    padding: 15px;
    flex: 0 0 171px;
    height: 122px;
    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;
}

.vote-container .vote .main-area .vote-item:not(:last-child) {
    margin-right: 10px;
}

section {
    margin-bottom: 100px !important;
}

.podcast-series .breadcrumb {
    color: #9C9C9C;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.5px;
    letter-spacing: 0.7px;
    margin-bottom: 62px;
}

.podcast-series .card .details .c-path,
.podcast-series .card .details > .text {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.24px;
}

.podcast-series {
    max-width: 1308px;
    margin-inline: auto;
}
.podcast-series .card .details .c-path .text:first-child {
    color: #fff;
    font-family: 'AeonikPro-Bold';
}

.podcast-series .card .card-info,
.podcast-episodes-shows .card .card-info {
    margin-top: 0;
}

.podcast-episodes-shows .card .card-image {
    width: 118px;
    flex: 0 0 118px;
    margin-left: 37px;
    align-self: baseline;
}

.podcast-episodes-shows .card-info .title {
    color: #9C9C9C;
    font-size: 29px;
    font-style: normal;
    font-weight: 500;
    line-height: 36.25px;
    letter-spacing: 1.45px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.podcast-episodes-shows .breadcrumb {
    width: 16%;
    flex: 0 0 16%;
}

.podcast-episodes-shows .card-wrapper {
    margin-right: calc((100% - 1308px) / 2);
    margin-left: calc((84% - ((100% - 1308px) / 2)) - 1047px);
}

.podcast-episodes-shows .card-wrapper > .col .card:not(:last-child) {
    margin-bottom: 110px;
}

.podcast-episodes-shows .card-wrapper > .col {
    width: calc(50% - 40px);
    flex: 0 0 calc(50% - 40px);
}

.podcast-episodes-shows .card-wrapper > .col:not(:last-child) {
    margin-right: 50px;

}

.podcast-episodes-shows .card-info .excerpt {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.2px;
    letter-spacing: 0.24px;
}

.podcast-episodes-shows .card .card-image,
.podcast-episodes-shows .card .card-image * {
    border-radius: 36px;
}

.podcast-series .card .card-info .title {
    color: #E8E8E8;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 33.6px;
    letter-spacing: 0.56px;
    margin-bottom: 20px;
    font-family: 'AeonikPro-Bold';
}

.podcast-series .card .card-info .excerpt {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.2px;
    letter-spacing: 0.24px;
    width: 70%;
}

.podcast-series .card .card-image-container {
    width: calc(35% - 120px);
    flex: 0 0 calc(35% - 120px);
    margin-left: 120px;
}

.podcast-series .card-wrapper {
    margin-bottom: 62px;
}

.podcast-series .card .card-image-container .last {
    text-align: right;
    color: #9C9C9C;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0.6px;
}

.podcast-episodes-shows {
    margin-bottom: 240px;
}

.podcast-series .card .card-image-container .card-image {
    flex: 1;
    margin-left: 15px;
}

.podcast-series .card .cat-info {
    width: 20%;
    flex: 0 0 20%;
}

.podcast-series .card:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.20);
}

.podcast-series .card .cat-info .dot {
    margin-right: 5px;
}

.podcast-series .card .cat-info .dot,
.podcast-episodes-shows .card .dot {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    background-color: #30DF41;
    border-radius: 50%;
}

.podcast-episodes-shows .card .dot {
    margin-right: 28px;
    position: relative;
    top: 8px;
}

.podcast-series .card .details .c-path .text:last-child,
.podcast-series .card .details > .text {
    color: #9C9C9C;
}

.podcast-episodes-shows .breadcrumb .item {
    color: #9C9C9C;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.5px;
    letter-spacing: 0.7px;
}

.podcast-section .item:not(:last-child) {
    margin-right: 25px;
}

.champion-ship-section .item:not(:last-child) {
    margin-right: 30px;
}

.live-news-btn {
    position: fixed;
    bottom: 21px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 49px;
    border: 0.2px solid #525252;
    background: rgba(247, 247, 247, 0.60);
    backdrop-filter: blur(17.5px);
    z-index: 2;
}

.live-news-btn > img {
    width: 16px;
    flex: 0 0 16px;
    height: 19px;
}

.live-news-btn .text {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.5px;
    letter-spacing: -0.14px;
}

.live-news {
    border-radius: 33px;
    background: rgba(239, 239, 239, 0.85);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    width: 668px;
    max-height: 830px;
    height: calc(100vh - 115px);
    bottom: -100%;
    left: 50%;
    position: fixed;
    transform: translateX(-50%);
    padding: 40px 30px;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: 2;
}

/* .live-news .card-wrapper {
    height: calc(80vh - 155px);
} */

.live-news .more {
    position: relative;
    display: inline-block;
    left: 50%;
    z-index: 2;
    margin-top: 16px;
    padding: 10px 40px;
    border-radius: 49px;
    border: 0.2px solid #525252;
    background: rgba(247, 247, 247, 0.60);
    transform: translateX(-50%);
}

.live-news::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    border-radius: inherit;
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    pointer-events: none;
}

.live-news.on {
    bottom: 85px;
}

.live-news .top-area .title {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.42px;
}

.live-news .top-area {
    margin-bottom: 9vh;
}

.live-news .bot-area .card-wrapper .card {
    padding-right: 14px;
}

.live-news .bot-area .card-wrapper .card:not(:last-child) {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);;
}

.live-news .right-side .card-image {
    width: 142px;
    flex: 0 0 142px;
    height: 94px;
    margin-right: 14px;
}

.live-news .right-side .card-info {
    margin-top: 0;
}

.live-news .card.card-no-image .right-side .card-info .title {
    margin-bottom: 16px;
}

.live-news .card.card-no-image .right-side .card-info .category {
    margin-bottom: 2px;
}

.live-news .card.card-no-image .right-side .card-info .category .square {
    width: 6px;
    flex: 0 0 6px;
    height: 6px;
    background-color: #000;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
 
.live-news .right-side .card-info .title {
    color: #000;
    font-family: 'AeonikPro-Bold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: -0.2px;
    margin-bottom: 6px;
}

.live-news .right-side .card-info .category {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.6px;
}

.live-news .bot-area .card-wrapper .card .left-side {
    width: 80px;
    flex: 0 0 80px;
    margin-right: 20px;
}

.live-news .bot-area .card-wrapper .simplebar-track.simplebar-vertical {
    width: 7px;
}

.live-news .top-area .icon .text {
    color: #9C9C9C;
    font-family: "Aeonik Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%; /* 17.5px */
    letter-spacing: 0.42px;
    margin-right: 6px;
}

.live-news .top-area .icon img {
    width: 138px;
    flex: 0 0 138px;
    height: 30px;
} 

/* CSS to style placeholder text */
::-webkit-input-placeholder { /* WebKit browsers */
    color: #000; /* Placeholder text color */
    font-size: 14px;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000; /* Placeholder text color */
    font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000; /* Placeholder text color */
    font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000; /* Placeholder text color */
    font-size: 14px;
}

::placeholder { /* Most modern browsers */
    color: #000; /* Placeholder text color */
    font-size: 14px;
}

body.black-skin {
    background-color: #050505;
}

body.podcast .weather-widget .top-area .degrees,
body.black-skin .weather-widget .bot-area .day, 
body.black-skin .weather-widget .bot-area .date-time .date,
body.black-skin .weather-widget .top-area .degrees,
body.black-skin .sports-category .welcome-slider .title-wrapper .title,
body.black-skin .sports-category .cyprus-championship-section .title-wrapper .title {
    color: #9C9C9C;
}

body.podcast .weather-widget .top-area .icon svg {
    filter: brightness(0) saturate(100%) invert(70%) sepia(0%) saturate(404%) hue-rotate(143deg) brightness(90%) contrast(88%);
}

.champion-ship-section .item {
    margin-bottom: 10px;
}

body.black-skin .header--search,
body.black-skin .header--podcast,
body.black-skin .menu > ul > li,
body.black-skin .header--search input[name="s"],
body.black-skin .header--search input[name="s"]::placeholder {
    color: #f7f7f7;
}

.main-article .full-width-article .dt-cont .time {
    color: rgba(235, 235, 235, 0.80);
}

body.black-skin .header--search .search--icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(34%) saturate(348%) hue-rotate(214deg) brightness(119%) contrast(94%);
}

body.black-skin footer .wrapper:first-child {
    padding-top: 100px;
    border-top: 1px dashed #9c9c9c;
}

body.black-skin .header--search,
body.black-skin .header--podcast,
body.black-skin .menu > ul > li {
    border: 0.2px solid #262626;
    background: #262626;
}

body.black-skin .logo img:not(.invert) {
    display: none;
}

body:not(.black-skin) .logo img.invert {
    display: none;
}

body.black-skin .sports-category .welcome-slider .bot.slider .card .card-info .title,
body.black-skin .sports-category .cyprus-championship-section .bot .cards-grid .card .card-info .title {
    color: #E8E8E8;
}

body.black-skin .dashed-line {
    background-color: #9C9C9C;
}

.live-news .card.card-no-image .right-side .card-info .excerpt {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.08px;
    margin-top: 5px;
}

.podcast .adv-wrapper.on-860 {
    background-color: rgba(217, 217, 217, 0.20);
}

.no-after::after {
    content: none;
}

@media screen and (max-width: 1024px) {
    .full-width-article .card-info .dt-cont {
        margin-top: 12px;
    }
}

@media screen and (max-width: 1420px) {
    .podcast-episodes-shows .card-wrapper {
        margin-right: 0;
        margin-left: 20px;
        width: calc(84% - 20px);
    }

    .podcast-episodes-shows .card .dot {
        margin-right: 18px;
    }

    .podcast-episodes-shows .card .dot {
        width: 8px;
        height: 8px;
        flex: 0 0 8px;
    }

    .podcast-episodes-shows .card-info .title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 6px;
    }

    .podcast-episodes-shows .card-wrapper > .col .card:not(:last-child) {
        margin-bottom: 80px;
    }

    .podcast-series {
        max-width: 100%;
        margin-inline: auto;
    }

    .podcast-series .card .cat-info {
        width: 16%;
        flex: 0 0 16%;
    }

    .podcast-series .card .details > .text {
        margin-top: 12px;
    }

    .podcast-series .card .details .c-path {
        display: flex;
        flex-direction: column;
    }

    .podcast-episodes-shows .card .card-image {
        width: 100px;
        flex: 0 0 100px;
        margin-left: 30px;
    }   

    .podcast-series .card .card-info {
        width: calc(42% - 20px);
        margin-left: 20px;
    }
    
    .podcast-series .card .card-info .title {
        font-size: 23px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .podcast-series .card .card-info .excerpt {
        font-size: 14px;
        line-height: 17px;
        width: 75%;
    }
    
    .podcast-episodes-shows .card-info .excerpt {
        font-size: 14px;
        line-height: 17px;
    }

    .podcast-series .card .card-image-container {
        width: calc(42% - 120px);
        flex: 0 0 calc(42% - 120px);
        margin-left: 120px;
    }

    .podcast-series .card .card-image-container .last {
        font-size: 11px;
        line-height: 14px;
    }

    .card .card-info {
        margin-top: 8px;
    }

    .read-more {
        flex-direction: column;
    }

    .read-more > .title {
        width: 100%;
        flex: 0 0 100%;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 46px;
        font-family: 'AeonikPro-Bold';
    }    

    .vote-container .container-title {
        font-size: 13px;
        line-height: 16px;
    }

    .vote-container .vote {
        margin-top: 50px;
        align-items: center;
    }

    .vote-container .vote .title {
        font-size: 24px;
        line-height: 30.6px;
        margin-right: 15px;
        max-width: calc(40% - 15px);
    }

    .vote-container .vote .main-area {
        margin-left: 15px;
    }

    .vote-container .vote form > div {
        width: 100%;
        flex: 0 0 100%;
        justify-content: center;
    }

    .vote-container .vote form {
        width: calc(60% - 15px);
    }

    .vote-container .vote .main-area .vote-item {
        aspect-ratio: 1;
        width: 142px;
        height: 142px;
        flex: 0 0 142px;
        padding: 8px;
        font-size: 13px;
        line-height: 17px;
    }
}

@media screen and (max-width: 1180px) {
    .vote-container .vote .main-area .vote-item {
        width: 102px;
        height: 102px;
        flex: 0 0 102px;
    }
}

.on-1280.flex { display: none; }
.no-1280.flex { display: flex; }
@media screen and (max-width: 1280px) {
    .on-1280.flex { display: flex; }
    .no-1280.flex { display: none; }

    .full-width-article .card-image {
        --aspect-ratio: 1.14 !important;
    }

    .full-width-article .card-info .title {
        line-height: 35px;
        font-size: 32px;
    }

    .full-width-article .card-info .excerpt {
        font-size: 15px;
        line-height: 19px;
    }

    .full-width-article .card-info .dt-cont {
        font-size: 12px;
        line-height: 15px;
    }
}

.on-1080.flex { display: none; }
.no-1080.flex { display: flex; }
@media screen and (max-width: 1080px) {
    .on-1080.flex { display: flex; }
    .no-1080.flex { display: none; }

    .header-wrapper, .wrapper {
        padding-inline: 1rem;
    }

    .weather-widget .top-area .icon {
        width: 12px;
        height: 12px;
        flex: 0 0 12px;
        margin-right: 6px;
        position: relative;
        top: -3px;
    }

    .weather-widget .top-area .degrees {
        font-size: 14px;
    }

    .weather-widget .bot-area {
        margin-top: 8px;
        font-size: 13px;
    }


    .weather-widget .top-area .degreesm .weather-widget .bot-area .day, 
    .weather-widget .bot-area .date-time .date, 
    .weather-widget .bot-area .date-time .time {
        font-size: 13px;
    }
    
}

@media screen and (max-width: 980px) {
    .podcast-episodes-shows .areas {
        flex-direction: column;
    }

    .podcast-episodes-shows .card-wrapper {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }

    .podcast-episodes-shows .card .card-image {
        width: 86px;
        flex: 0 0 86px;
        margin-left: 20px;
    }

    .podcast-episodes-shows .breadcrumb .item {
        font-size: 16px;
        line-height: 20px;
    }

    .podcast-episodes-shows .card .card-image, .podcast-episodes-shows .card .card-image * {
        border-radius: 20px;
    }

    .podcast-episodes-shows .card-info .excerpt {
        font-size: 16px;
        line-height: 19px;
    }

    .vote-container .vote {
        flex-direction: column;
    }

    .vote-container .vote .title {
        font-size: 25px;
        line-height: 30px;
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 32px;
    }

    .podcast-episodes-shows .breadcrumb {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 65px;
    }

    .vote-container .vote .main-area {
        margin-left: 0;
        width: 100%;
    }

    .vote-container .vote .main-area .vote-item {
        width: calc((100% / 3) - 7px);
        height: 81px;
        flex: 0 0 calc((100% / 3) - 7px);
    }

    .vote-container .container-title {
        font-size: 15px;
        line-height: 19px;
        margin-top: -11px;
    }
}

.card.full {
    width: 100% !important;
    flex: 0 1 100% !important;
}

.on-860.flex { display: none; }
.no-860.flex { display: flex; }
@media screen and (max-width: 860px) {
    .on-860.flex { display: flex; }
    .no-860.flex { display: none; }
    .card.full-860 {
        width: 100% !important;
        flex: 0 1 100% !important;
    }

    .podcast-episodes-shows {
        margin-bottom: 100px;
    }

    body.podcast .header--search, body.podcast .menu > ul > li, body.podcast .header--podcast {
        border: 0.2px solid #969696;
        background: #969696;
    }

    .podcast-episodes-shows .card-wrapper > .col:not(:last-child) {
        margin-right: 25px;
    }

    .podcast-episodes-shows .card-wrapper > .col {
        width: calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
    }

    .podcast-series .card {
        flex-direction: column;
    }

    .podcast-series .card .details > .text {
        margin-top: 5px;
    }

    .podcast-series .card .cat-info {
        margin-bottom: 18px;
    }

    .podcast-series .card .cat-info {
        width: 100%;
        flex: 0 0 100%;
    }

    .podcast-series .card .card-info {
        width: 100%;
        margin-left: 0;
    }

    .podcast-series .card .card-image-container {
        width: 65%;
        flex: 0 0 65%;
        margin-left: 0;
    }

    .podcast-series .card .card-info .excerpt {
        font-size: 16px;
        line-height: 19px;
        width: 100%;
        margin-bottom: 18px;
    }

    .podcast-series .card:not(:last-child) {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    
    .podcast-series .card .card-info .title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 12px;
    }

    .podcast-series .card .details .c-path {
        display: flex;
        flex-direction: row;
        gap: 6px;
    }

    .on-progress .text, .new-episode .text {
        font-size: 10px;
    }

    .on-progress .box, .new-episode .box {
        width: 7px;
        height: 7px;
        border-radius: 7px;
        background-color: #30DF41;
        margin-right: 10px;
    }

    .welcome-slider > .top,
    .cyprus-championship-section .card-wrapper .top {
        flex-direction: column;
        align-items: start;
    }

    .vote-container .vote .main-area .vote-item {
        width: 150px;
        height: 150px;
        flex: 0 0 150px;
    }

    .vote-container {
        padding-inline: 1rem;
    }

    .cyprus-championship-section .card-wrapper .top .cyprus-members {
        margin-top: 44px;
    }

    .welcome-slider > .top > .champion-ship-section {
        margin-top: 25px;
    }

    .champion-ship-section .item:not(:last-child) {
        margin-right: 20px;
    }

    .sports-category .welcome-slider .bot.slider {
        margin-top: 50px;
    }

    .adv-wrapper,
    .adv-container,
    .read-more .card-wrapper .card .card-image-container .category {
        display: none;
    }

    .card .card-info {
        margin-top: 6px;
    }

    .full-width-article .card-info {
        padding: 35px 25px;
        text-align: center;
    }

    .full-width-article .card-info .excerpt {
        font-size: 17px;
        line-height: 21px;
        margin-top: 26px;
    }

    .read-more .card-wrapper .card {
        width: calc((100% / 2) - 4px);
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .read-more .card-wrapper .card:nth-child(2n + 1) {
        margin-right: 4px !important;
    }

    .read-more .card-wrapper .card:nth-child(2n + 2) {
        margin-left: 4px !important;
    }

    section {
        margin-bottom: 40px !important;
    }
    
}

@media screen and (max-width: 720px) {
    .live-news {
        width: 95%;
        padding: 20px;
    }

    .podcast-episodes-shows .card-wrapper {
        flex-wrap: wrap;
    }

    .podcast-episodes-shows .card-wrapper > .col:not(:last-child) {
        margin-right: 0;
    }

    .podcast-episodes-shows .card-wrapper > .col {
        width: 80%;
        flex: 0 0 80%;
        margin-right: auto !important;
        margin-left: auto;
    }

    .live-news .right-side .card-info .title {
        font-size: 16px;
        line-height: 18px;
    }

    .live-news .right-side .card-image {
        width: 118px;
        flex: 0 0 118px;
        height: 80px;
        margin-right: 10px;
    }

    .live-news .card:not(.card-no-image) .right-side .card-info {
        display: flex;
        flex-direction: column;
    }

    .live-news .right-side .card-info .category {
        font-size: 11px;
        line-height: 13px;
    }
    
    .live-news .card.card-no-image .right-side .card-info .excerpt {
        font-size: 14px;
        line-height: 16.1px;
    }

    .live-news .card:not(.card-no-image) .right-side .card-info .category {
        margin-top: auto;
    }

    .live-news .bot-area .card-wrapper .card .left-side {
        width: 60px;
        flex: 0 0 60px;
        margin-right: 15px;
        font-size: 11px;
        line-height: 14px;
    }

    .live-news .top-area .title {
        font-size: 13px;
        line-height: 16px;
    }

    .live-news .top-area .icon img {
        width: 104px;
        flex: 0 0 104px;
        height: 22px;
    }

    .live-news .top-area .icon .text {
        font-size: 11px;
        line-height: 13px;
        margin-right: 4px;
    }

    .card .post-info .category {
        font-size: 11px;
    }

    .card .post-info {
        bottom: 22px;
        padding-inline: 5px;
    }

    .on-progress {
        top: 12px;
        left: 12px;
        padding: 8px 16px 8px 14px;
    }

    .on-progress .box, 
    .new-episode .box {
        width: 6px;
        height: 6px;
        border-radius: 6px;
        background-color: #30DF41;
        margin-right: 8px;
    }

    .podcast-episodes-shows .card-wrapper > .col .card:not(:last-child),
    .podcast-episodes-shows .card-wrapper > .col:not(:last-child) .card:last-child {
        margin-bottom: 35px;
    }


    .champion-ship-section .item:not(:last-child) {
        margin-right: 15px;
    }

    .welcome-slider > .top > .champion-ship-section {
        flex-wrap: wrap;
    }

    .on-progress .text, .new-episode .text {
        font-size: 11px;
    }
    
    
}

@media screen and (max-width: 620px) {
    .cyprus-championship-section .card-wrapper .top .cyprus-members {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 580px) {
    .new-episode {
        bottom: 86%;
    }

    .btns.pagination .text {
        font-size: 16px;
    }

    .read-more > .title {
        font-size: 13px;
        line-height: 16px;
    }

    .read-more .card-wrapper .card .card-info .title {
        font-size: 16px;
        line-height: 19px;
    }

    .read-more .card-wrapper .card .dt-cont {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 2px;
        margin-top: -11px;
    }
}

@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);
    }

    .new-episode {
        bottom: 88%;
    }
}

@media screen and (max-width: 490px) {
    .podcast-episodes-shows .card-wrapper > .col {
        width: 100%;
        flex: 0 0 100%;
        margin-right: auto !important;
        margin-left: auto;
    }
}

@media screen and (max-width: 390px) {
    .live-news .bot-area .card-wrapper .card {
        flex-direction: column;
    }

    .live-news .bot-area .card-wrapper .card .left-side {
        width: 100%;
        flex: 0 0 100%;
        margin-right: 0;
        font-size: 11px;
        line-height: 14px;
        margin-bottom: 13px;
    }

    .live-news {
        width: 100%;
        padding: 10px;
    }

    .live-news-btn {
        padding: 15px;
    }

    .live-news .right-side .card-image {
        width: 90px;
        flex: 0 0 90px;
        height: 60px;
        margin-right: 10px;
    }

    .live-news-btn .text {
        font-size: 11px;
        line-height: 15px;
    }

    .live-news-btn > img {
        width: 14px;
        flex: 0 0 14px;
        height: 16px;
    }
    
    
}

.card.video {
    position: relative;
}
.card.video .video-wrapper {
    position: absolute;
    inset: 0;
    aspect-ratio: 1.4;
    transform: scale(0);
    transition: all .5s ease-in-out;
}

.card.video.show-video .video-wrapper {
    transform: scale(1);
}

.card.video .video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card.video .play-btn,
.card.video .close-btn {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 12px;
    transition: all .5s ease-in-out;
}

.card.video.full .play-btn {
    top: 10px;
    left: 10px;
    width: 27px;
}

.card.video.full .close-btn {
    top: 10px;
    left: 10px;
    height: 41px;
    width: 27px;
}

.card.video .close-btn {
    height: 18px;
}

.card.video .close-btn::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    width: 100%;
    left: 0;
    height: 2px;
    background-color: #fff;
    transform: rotate(45deg);
}

.card.video .close-btn::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    width: 100%;
    left: 0;
    height: 2px;
    background-color: #fff;
    transform: rotate(-45deg);
}

.card.video .close-btn,
.card.video.show-video .play-btn {
    transform: scale(0);
    z-index: -1;
}

.card.video .play-btn,
.card.video.show-video .close-btn {
    transform: scale(1);
    z-index: 1;
}

.wp-embed-aspect-16-9 {
    padding-top: 56.2%;
    position: relative;
}

.wp-embed-aspect-16-9 iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tv {
    background-color: #350806;
    display: flex;
    /* display: none; */
}

.tv .video.show-video .attach-video, 
.tv .video.show-video .close {
    opacity: 1;
    transform: scale(1);
}

.tv .video .close {
    position: absolute;
    top: 70px;
    right: 20px;
    width: 22px;
    height: 22px;
    opacity: 0;
    transform: scale(0);
    transition: all .3s ease-in-out;
}

.tv .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tv .left-side {
    width: 400px;
    flex: 0 0 400px;
    margin-left: 21px;
    margin-right: 50px;
    justify-content: space-between;
    padding-block: 32px;
}
.tv .right-side {
    position: relative;
    margin-inline: 100px;
    flex: 1;
    padding-bottom: 64px;
}

.tv .attach-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    opacity: 0;
    transition: all .3s ease-in-out;
}

.tv .right-side .vblock {
    position: relative;
    width: 977px;
    margin: auto;
}

.tv .top-area .text,
.tv .bot-area .more {
    color: #EF4144;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.8px;
}

.tv .middle-area .dt {
    color: #9C9C9C;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.25px;
    letter-spacing: 0.65px;
}

.tv .middle-area .title {
    margin-top: 12px;
    color: #FFF;
    font-family: 'AeonikPro-Bold';
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.1px;
    letter-spacing: 0.21px;
}

.tv .left-side .middle-area .right-side {
    display: none;
}

@media screen and (max-width: 1680px) {
    .tv .right-side .vblock {
        width: 100%;
    }

    .tv .play-btn img {
        width: 70px;
    }
}

@media screen and (max-width: 1280px) {
    .tv .right-side {
        margin-inline: 30px;
        padding-bottom: 44px;
    }
}

@media screen and (max-width: 1120px) {
    .tv {
        flex-direction: column;
    }

    .tv .left-side .middle-area .right-side {
        display: flex;
        margin-inline: 0;
        padding-bottom: 0;
        margin-top: 40px;
    }

    .tv .left-side .middle-area {
        margin-bottom: 25px;
    }

    .tv > .right-side {
        display: none;
    }

    .tv .left-side {
        width: calc(100% - 21px);
        flex: 0 0 calc(100% - 21px);
        max-width: 850px;
        margin-right: 0;
    }

    .tv .play-btn {
        position: absolute;
        top: unset;
        bottom: 20px;
        left: 20px;
        transform: none;
    }
}

@media screen and (max-width: 520px) {
    .tv .play-btn img {
        width: 12vw;
    }
}
