.featured-section {
    margin-top: 25px;
}
.post-title {
    margin-top: 30px;
    font-size: 30px;
    color: #000;
}
.top_game {
	position: relative;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 20%);
    transition: all .5s ease-in-out;
}
.top_game .game_position {
    position: absolute;
    top: -20px;
    left: 12px;
    width: 30px;
    height: 30px;
    background-color: #DA0037;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}
.top_game .game_position.top-1, .top_game .game_position.top-2, .top_game .game_position.top-3 {
    background-color: unset;
    background: url(images/medal_orange.png);
    height: 38px;
    z-index: 9;
}
.top_game .game_position.top-4, .top_game .game_position.top-5, .top_game .game_position.top-6, .top_game .game_position.top-7, .top_game .game_position.top-8, .top_game .game_position.top-9, .top_game .game_position.top-10 {
    background-color: unset;
    background: url(images/medal_blue.png);
    height: 38px;
    z-index: 9;
}
.top_game .card-contents {
    padding: 5px 0px;
    width: 100%;
}
.top_game .row {
    margin-bottom: 0px;
}
.card-contents .row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
}
.top_game .col .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}
.top_game .row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}
/*.top_game .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
}*/
.top_game .row .col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 1px;
}
.game_logo {
    padding-left: 15px;
}
.game_logo img {
    width: 100%;
    max-width: 100px;
    display: block;
    margin: 0 auto;
}
@media only screen and (min-width: 993px) {
    .game_logo img {
        width: 100%;
        max-width: 100px;
    }
}

.top_game .logo-game {
	border-right: 1px solid #ccc;
}
.top_game .gift-code {
	border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.top_game .game_meta {
    text-align: center;
}
.top_game .game_meta p {
	margin-bottom: 0;
}
.top_game .game_star {
    text-align: center;
}
.star-color {
    color: #ffd32a;
}
.icon-star-full:before {
    content: "";
    background: url(images/star.png) center no-repeat;
    background-size: cover;
    width: 12px;
    height: 12px;
    display: inline-block;
}
.top_game .game_star .gift_code {
    margin-top: 0px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_game .game_star .gift_code a {
    font-size: 15px;
    font-weight: 700;
    color: #de1219;
    text-decoration: none;
    margin-right: 5px;
}
.top_game .game_button {
    text-align: center;
    margin-left: 0px;
    padding-left: 0px;
}
.btn-bet {
    margin: 10px 5px;
}
.top_game .game_button .btn-bet, .top_game .game_button .btn-review {
    text-decoration: none;
    display: inline-block;
    min-width: 120px;
    padding: 10px 0px;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.25em;
    color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px 0 rgb(255 255 255 / 35%);
    text-align: center;
    padding-left: 8px;
}
.top_game .game_button .btn-bet {
    margin-bottom: 5px;
    background-color: #5137d4;
}
@media only screen and (min-width: 993px) {
    .top_game .game_button .btn-bet, .top_game .game_button .btn-review {
        display: block;
        max-width: 142px;
        margin: 5px auto;
    }
}

.top_game .game_button .btn-bet span, .top_game .game_button .btn-review span {
    padding-right: 5px;
    position: relative;
}
.icon-check-circle-o:before {
    content: "";
    background: url(images/play_now.png) center no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    left: -15px;
}
.top_game .game_button .btn-review {
    background-color: #d45c37;
}
.icon-arrow-circle-o-right:before {
    content: "";
    background: url(images/review.png) center no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    left: -15px;
}
.game_name {
    font-size: 19px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
}

/*sidebar*/
#sidebar .post-title {
    display: none;
}
#sidebar .game_meta .game_desc {
    display: none;
}
#sidebar .featured-section {
    padding: 0px;
    margin-top: 35px;
}
#sidebar .card-contents .row .col.m3 {
    width: 100%;
}
#sidebar .card-contents .row .col.m3:nth-child(1) {
    width: 30%;
    margin-top: 15px;
}
#sidebar .game_logo, .game_logo {
    padding-left: 15px;
}
@media only screen and (min-width: 993px){
    #sidebar .game_logo, .game_logo {
        padding-right: 15px;
        text-align: center;
    }
    #sidebar .top_game .game_button .btn-bet, #sidebar .top_game .game_button .btn-review {
        display: inline-block;
    }
}
#sidebar .top_game .game_meta, #sidebar .top_game .game_star {
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
}
#sidebar .top_game .game_meta {
    text-align: left;
}
#sidebar .card-contents .row .col.m3:nth-child(2) {
    width: 70%;
}
#sidebar .top_game .game_meta p {
    padding: 20px 30px 0;
}
#sidebar .top_game .game_meta p {
    margin: 0px;
}
#sidebar .col.m3.s12.game_button {
    margin-left: 10px;
}
#sidebar .top_game .gift-code, #sidebar .top_game .logo-game{
    border: none;
}

.sidebar-wrapper .widget_media_image {
    text-align: center;
}
@media only screen and (max-width: 992px){
    #sidebar .card-contents .row .col.m3:nth-child(1) {
        width: 100%;
    }
}
@media only screen and (min-width: 601px) {
    .top_game .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
}
@media only screen and (max-width: 768px) {
    .top_game .card-contents {
        padding: 15px 0;
    }
    .top_game .card-contents .row {
        margin: 0px;
    }
    #sidebar .game_logo, .game_logo {
        padding-right: 15px;
    }
    .game_logo img {
        width: 100%;
    }
    .top_game .game_star, .top_game .game_meta, .top_game .logo-game, .top_game .gift-code {
        border-left: 0px solid #fff;
        border-right: 0px solid #fff;
    }
    .top_game .game_meta p.game_desc {
        font-size: 13px;
        line-height: 18px;
    }
    .btn-bet {
        margin: 0;
    }
    .top_game .row .game_button {
        padding-left: 0;
    }
    .top_game .game_button .btn-bet, .top_game .game_button .btn-review {
        min-width: 100px;
        font-size: 14px;
    }
    #sidebar .top_game .game_meta p {
        padding: 20px 0 0;
    }
}
@media only screen and (max-width: 480px) {
    #sidebar .card-contents .row .col.m3:nth-child(2) {
        width: 100%;
        text-align: center;
    }
    .top_game .game_meta p.game_desc {
        margin: 15px 0;
    }
    .top_game .game_button .btn-bet, .top_game .game_button .btn-review {
        min-width: 120px;
        font-size: 15px;
    }
}