/*
File Name: 		custom.css
Description:  You can add your custom CSS here and it will overwrite template styles
*/

@media (min-width: 1200px) {
    .container {
        width: 1300px !important;
    }

    .hero-slider,
    .hero-slider__item {
        height: 660px;
    }
}

body {
    color: #525252 !important;
}

.vs-result-back-hover:hover {
    box-shadow: 0 0 25px #1b1b1b;
}

a.icon-block {
    display:inline-block;
    float:left;
    text-align:center;
}

a.icon-block i,
a.icon-block span {
    display:block;
    width:100%;
    clear:both;
}

.header-logo {
    bottom: 64px;
}

/* Widget: Social */
.widget-social--condensed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
}

.widget-social--condensed .vs-btn-social-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    width: 33.3%;
    max-width: 33.3%;
}

.widget-social--condensed .vs-btn-social-counter + .vs-btn-social-counter {
    margin-top: 0;
}

.widget-social--condensed .vs-btn-social-counter__icon {
    position: relative;
    width: 100%;
    padding: 35px 0 10px 0;
    background-color: transparent !important;
}

.widget-social--condensed .vs-btn-social-counter__title {
    font-size: 10px;
    padding: 0 12px 10px 12px;
}

.widget-social--condensed .vs-btn-social-counter__add-icon {
    position: relative;
    right: auto;
    top: 0;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.widget-social--condensed .vs-btn-social-counter__count {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
    padding: 10px 5px;
}

.widget-social--grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    margin-bottom: 5px;
}

.widget-social--grid .vs-btn-social-counter {
    padding: 0;
    text-align: center;
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
    max-width: calc(50% - 5px);
    margin-bottom: 10px;
    text-align: left;
    padding-left: 46px;
    padding-top: 20px;
    padding-right: 38px;
}

.widget-social--grid .vs-btn-social-counter + .vs-btn-social-counter {
    margin-top: 0;
}

.widget-social--grid .vs-btn-social-counter .vs-btn-social-counter__icon {
    background-color: transparent;
    width: 46px;
    text-indent: 8px;
}

.widget-social--grid .vs-btn-social-counter .vs-btn-social-counter__title {
    font-size: 12px;
    line-height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget-social--grid .vs-btn-social-counter .vs-btn-social-counter__count {
    font-size: 10px;
    line-height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget-social--grid .vs-btn-social-counter .vs-btn-social-counter__add-icon {
    border: none;
    width: 34px;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
    margin: 0;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.1);
}

.vs-btn-social-counter--fb .btn-social-counter__name {
    text-transform: lowercase;
}

.vs-btn-social-counter:hover .btn-social-counter__add-icon::before, .vs-btn-social-counter:hover .btn-social-counter__add-icon::after {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}

.widget-social--grid .vs-btn-social-counter .btn-social-counter__add-icon {
    border: none;
    width: 34px;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
    margin: 0;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.1);
}

/* Social Buttons Styles */
.vs-btn-social-counter--fb {
    background-color: #4d6baa;
}

.vs-btn-social-counter--fb .btn-social-counter__icon {
    background-color: #43609c;
}

.vs-btn-social-counter--fb:hover {
    background-color: #5c78b5;
}

.widget-social--condensed .vs-btn-social-counter--fb {
    background-color: #43609c;
}

.widget-social--condensed .vs-btn-social-counter--fb .btn-social-counter__count {
    background-color: #4d6baa;
}

.widget-social--grid .vs-btn-social-counter--fb {
    background-color: #43609c;
}

.widget-social--grid .vs-btn-social-counter--fb:hover {
    background-color: #4e6cac;
}

.widget-social--grid .vs-btn-social-counter--fb .btn-social-counter__add-icon {
    background-color: #4e6cac;
}

/*---------------------------------------------*/
.vs-small {
    font-size: 11px !important;
}

.vs-border-rounded-postponed {
    border-radius: 15px;
    background: #f1be4b;
    color: #fff;
    padding: 2px 8px 2px 12px;
    margin: 0 0 0 0;
}

.vs-border-rounded-suspended {
    border-radius: 15px;
    background: red;
    color: #fff;
    padding: 2px 8px 2px 12px;
    margin: 0 0 0 0;
}

.vs-match-completed {
    background: #bdf5bd !important;
}

.vs-match-in-progress {
    background: #ffd600 !important;
}

.vs-breadcrumb-padding {
    padding: 34px 0 34px 0 !important;
}

@media (min-width: 992px) {
    .vs-widget-game-result__team-name {
        font-size: 12px;
        max-width: 190px;
    }

    .main-nav__list > li {
        margin-left: -1.45em; /* Added 11/09/2024 for hellas cup menu because of the button width on menu */
    }
}

.vs-card__content {
    padding: 15px 24px;
}

.vs-champion-button {
    color: #fff !important;
}

.vs-champion-button:hover {
    color: greenyellow !important;
}

.vs-page-heading--overlay::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: none;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 1;
}

.vs-link-white {
    color: #fff !important;
}

.vs-link-white:hover {
    color: #c2ff1f !important;
}

.main-nav__list > li > a {
    padding: 0 30px;
}

.hero-slider__item::before {
    opacity: 0.1;
}

.btn-social-counter--tiktok {
    background-color: #231f2a;
}
.btn-social-counter--tiktok .btn-social-counter__icon {
    background-color: #171123;
}
.btn-social-counter--tiktok:hover {
    background-color: #312e36;
}
.widget-social--condensed .btn-social-counter--tiktok {
    background-color: #231f2a;
}
.widget-social--condensed .btn-social-counter--tiktok .btn-social-counter__count {
    background-color: #312e36;