.game-card {
    background: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.05);
}

.game-date {
    font-weight: bold;
    margin: 10px auto;
}

.game-competition {
    font-size: 120%;
    font-weight: bold;
    color: #f8b133;
}

.game-countries .game-country {
    display: inline-block;
    width: calc(50% - 20px);
    box-sizing: border-box;
    padding: 10px;
    font-weight: bold;
}

.game-countries .game-country img {
    width: 46px;
    display: block;
    height: auto;
    margin: 0px auto 10px auto;
}

.game-card img.company-logo {
    height: 50px;
    display: inline-block;
    width: auto;
    border-radius: 5px;
}

.game-bet-wrapper {
    background: #f7f7f7;
    padding: 10px;
    border-radius: 5px;
}

.game-odds {
    font-weight: bold;
    font-size: 150%;
    height: 100%;
    line-height: 40px;
}

.game-cta {
    display: block;
    color: white;
    background-color: #f8b133;
    font-weight: bold;
    padding: 10px 10px;
    border-radius: 5px;
    /* margin-top: 5px; */
    transition: all 0.3s ease;
}

.game-cta:hover {
    opacity: 0.8;
    text-decoration: none;
    color: white;
}

.game-bet-wrapper div[class*="col-"]:not(:last-of-type) {
    border-right: 1px solid #eee;
}

.game-text-2 {
    margin: 15px auto 25px auto;
    display: block;
}

.game-text-2 p {
    margin-bottom: 5px;
}

.game-text-2 h4 {
    font-size: 150%;
}

.game-text-3 {
    margin-top: 20px;
}

.game-text-3 strong {
    font-weight: bold;
    font-size: 120%;
    vertical-align: bottom;
    color: #f8b133;
    margin-left: 5px;
}

.game-card-wrapper {
    width: 100%;
    max-width: 370px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
}

.extra-text {
    margin: 60px 20px;
}

.extra-text h2 {
    margin-bottom: 20px;
}

.p-0 {
    padding: 0px !important;
}

.highlight-day {
    border: 1px solid #00000014;
    margin-bottom: 20px;
}

.highlight-day h2 {
    margin-top: 20px;
}

.highlight-day h2 a,
.highlight-day h2 a:hover {
    text-decoration: none;
    color: #000;
}

.smaller-day {
    border: 1px solid #00000014;
    margin-bottom: 20px;
    width: 100%;
    max-width: 296px;
    float: left;
    margin-right: 20px;
}

.smaller-days-wrapper .smaller-day:nth-child(3),
.smaller-days-wrapper .smaller-day:nth-child(6) {
    margin-right: 0px;
}

.smaller-day h2 {
    margin-top: 0px;
}

.smaller-day-inner {
    padding: 15px;
}

.smaller-day h2 a,
.smaller-day h2 a:hover {
    text-decoration: none;
    color: #000;
}

.smaller-day-inner p {
    height: 75px;
    overflow: hidden;
}


/*changes for yiannis*/

.up-down-inner {
    background: #fff;
}

.up-down-inner {
    min-height: 253px;
}

.single-bonus_page .single-bonus-page-wrapper .review-main {
    max-height: 64px;
    overflow: hidden;
}

.player-reviews .slider-for {
    padding-bottom: 0px !important;
    margin-bottom: -30px !important;
}

.single-bonus_page .single-bonus-page-wrapper .info-box .info-box-content span,
.single-bonus_page .single-bonus-page-wrapper .info-box .info-box-content span+p {
    /* font-weight: 700 !important; */
    /* font-size:150%; */
}

.up-down-inner span,
.up-down-inner p {
    text-align: center;
    margin: 0 auto;
    font-size: 120%;
    margin-bottom: 10px;
    font-weight: bold;
}

.up-down-inner.ud-success {
    background: #daf9e8;
}

.up-down-inner.ud-success * {
    background: none !important;
}

.up-down-inner.ud-fail {
    background: #f9dada;
}

.up-down-inner.ud-fail * {
    background: none !important;
}

.ls-step.step-counter {
    color: #ce4d4d !important;
    font-weight: 900;
    font-size: 300%;
}

.ls-description {
    vertical-align: middle;
}

.ls-step {
    margin-bottom: 10px;
    margin-right: 10px;
}


/*end changes for yiannis*/

.game-bookmaker-logo {
    height: 50px;
}

@media screen and (max-width: 768px) {
    .smaller-day {
        max-width: 100% !important;
        margin-right: 0px !important;
    }
    .highlight-day-inner {
        padding: 15px;
    }
    .highlight-day {
        background: #f9f9f9;
    }
    /*start changes for yiannis*/
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .company-presentation .info-box {
        height: auto !important;
    }
    .single-bonus_page .single-bonus-page-wrapper .company-presentation .info-box .info-box-content.bonuses .col {
        background: #f2f2f2;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
        padding-bottom: 16px;
    }
    .single-bonus_page .col.step .btn {
        display: inline-block !important;
    }
    /*end changes for yiannis*/
}

@media (min-width: 992px) {
    .single-day .col-lg-4 {
        margin: auto;
    }
}