*{margin:0;padding:0}

:root{
 --worldred:#AC133C;
 --secondcolor:#0D0D0F;
 --blue:#2572E4;
}

@font-face {
    font-family: 'Arial-Black';
    src: url('../fonts/Arial-Black.woff2') format('woff2'),
        url('../fonts/Arial-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html{font-size:10px}
body{font-family: 'Inter', sans-serif;font-size:10px;background-color:#f3f3f3;}

#Identity {
    background-color: #1d1f21;
    padding-top: 0;
    z-index: 2;
    position: relative;
    font-family: 'Fira Sans Condensed';
    font-size: 10px;
}

.arial-black{font-family: 'Arial-Black'}

.widegridrow{max-width:1680px;padding:0 15px;width:100%;margin:0 auto}
.uppercase{text-transform:uppercase}

.pure-white{color:#FFFFFF}
.pure-black{color:#000000}

.text-link,
.text-link:hover,
.text-link:visited{color:#000;text-decoration:none}

.font-normal{font-weight:400}
.font-medium{font-weight:600}
.font-bold{font-weight:700}

.line-height-1 {line-height: 1.1}

.z-index-2{z-index:2}

.thumb-holder {width: 100%;position: relative;height: 0;padding-bottom: 62%}
.thumb-holder img {position: absolute;top: 0;left: 0}

.imagefit{
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 20%;
  object-position: center 20%;
  width: 100%;
  height: 100%;
}

.thumb-holder.ratio-70 {padding-bottom: 70%}
.thumb-holder.ratio-80 {padding-bottom: 80%}
.thumb-holder.ratio-100 {padding-bottom: 100%}
.thumb-holder.ratio-110 {padding-bottom: 110%}
.thumb-holder.ratio-120 {padding-bottom: 120%}
.thumb-holder.ratio-160 {padding-bottom: 160%}

.post--tile {display: block;white-space: normal}


#page {
    border:2px solid var(--secondcolor);
    background-color:var(--blue);
    margin: 0 auto;
    max-width: 1430px;
    padding: 0;
}

.date-section {
    width: 100%;
    margin: 2rem auto;
    border-bottom: 1px solid #DDD;
    padding-bottom: 3rem;
}

.date-section:last-child{
  border:none;
  padding-bottom:0;
}

.date-text {
    font-family:'Consolas', Courier New;
    font-size: 1.8rem;
    line-height: 1;
    color:#FFFFFF;
    font-weight: 300;
    display: block;
    padding-right:15px;
}

.date-label {
    padding-left:15px;
    font-size: 3rem;
    font-weight: 800;
    color:#FFFFFF;
    line-height: 0.8;
}
/* .date-label:before {
    content: attr(data-title);
    display: block;
    -webkit-text-stroke: 1.5px var(--secondcolor);
    z-index: 0;
    position: absolute;
    top: 0.1em;
    left: 0.1em;
    width: 100%;
    color: transparent;
} */

.date-sep {
    height: 2px;
    background-color:#FFFFFF;
    margin-top: 1rem;
}

.wrap-date-rows{padding:15px;background-color: var(--blue);}


.game-row {
    transition:all 0.3s ease;
    padding: 0;
    border: 2px solid #FFF;
    border-bottom: none;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.game-row:hover {
    background-color: #FFF;
}
.game-figure {
    line-height: 0;
    width: 30%;
    border: 3px solid #FFF;
    margin: 15px;
    position:relative;
    padding: 5px;
}.game-figure:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    background-image: url(imgs/logo+s.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.4);
    right: 5px;
}
.game-row:last-child {
    border-bottom: 2px solid #FFFFFF;
}

.game-link a {
    display: block;
    width: 100%;
}
.game-link {
    line-height: 0;
    width: 70px;
    display: flex;
    align-self: flex-end;
}
.game-link img {
      transition:all 0.3s ease;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.game-link img {
    filter: invert(1);
}

.game-row:hover .game-link img {
  filter:initial;
}

.game-d {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.game-d .game-time {
    font-size: 3.5rem;
    font-family: Teko;
    color: #FFF;
    line-height:0.8;
}

.game-row .game-title {
    font-size: 25px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 15px;
}


.game-row:hover .game-title,
.game-row:hover .game-time{color:var(--blue)}

.inner-column {display:block;width:330px;height:100%}
.live-text-wrap {
    display: block;
    width: 33px;
    height: 100%;
    position: relative;
    padding: 0 5px;
}
.live-text-wrap img {
    position: sticky;
    -webkit-position: sticky;
    top: 20px;
    filter:grayscale(1) brightness(0) invert(1);
}

.provlepseis-text-wrap{
    display: block;
    width: 40px;
    height: 100%;
    position: relative;
    padding: 0 5px;
}.provlepseis-text-wrap img {
    position: sticky;
    -webkit-position: sticky;
    top: 20px;
    filter:grayscale(1) brightness(0) invert(1);
}

.provlepseis-block {
    position: sticky;
    top: 1rem;
}.provlepseis-block .post--tile {
    padding: 10px;
}.post-date {
    font-size: 12px;
    color: #999;
}
.provlepseis-block .post--tile * {
    color: #FFF;
}
.sponsored-logo img {
    filter: grayscale(1) brightness(0) invert(1);
}

.sponsored-row {
    padding: 2rem 0;
    background-color: VAR(--BLUE);
    border-bottom: 2px solid #FFF;
}
.sponsored-logo {
    line-height: 1;
    display: block;
    width: 90%;
    margin: 0 auto;
    max-width:380px;
}

.is-live{
box-shadow:#e50000 0 0 0 2px;
animation-name:liveAnimation;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear
}

@keyframes liveAnimation{
    0% {box-shadow:0 0 0 2px; }
    70% {box-shadow:0 0 0 3px rgba(26, 105, 209,1);}
    100%{box-shadow:0 0 0 0 rgba(26, 105, 209,1);}
}


@media screen and (max-width:700px) {
.game-row .game-title {
    font-size: 16px;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 0;
}.game-link {
    width: 40px;
}.game-d .game-time {
    font-size: 2.8rem;
    line-height: 1.3;
}.game-figure {
    margin: 8px;
}.game-d {
    width: 70%;
}.live-text-wrap {
    padding: 0;
    max-width: 100%;
}.provlepseis-text-wrap {
    max-width: 100%;
    padding: 0;
}.inner-column {
    width: 100%;
}
}