/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.uk-navbar-nav > li > a {
    padding: 0 10px;
}

.uk-grid .list-article {
    min-height: 440px;
}

/* Match Type */
.match-list-wrap .match-list-item .match-type {
    font-size: 14px;
    color: #fff;
}

.match-list-wrap .match-list-item.alt .date {
    width: 1%;
}

/* Responcive fixes */
.player-article .img-wrap a img {
    width: 100%;
}

.player-single .avatar img {
    width: 100%;
}

.main-next-match-title {
    line-height: 1;
}
img.responsive-img {
    max-width: 100%;
    height: auto;
    display: block;
}
.uk-position-cover {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .uk-position-cover {
        min-height: 250px; /* ή όσο χρειάζεσαι */
    }
}


