:root {
    --main-color: #fd5900;
    --sub-color: #214790;
}
a{color:f0f0f0;}
.text-primary{
    color: var(--main-color) !important;
}
.text-secondary{
    color: var(--sub-color) !important;
}
.bg-primary{
    background-color: var(--main-color) !important;
}
.bg-secondary{
    background-color: var(--sub-color) !important;
}
.bg-striped{
    background-color: rgb(247, 249, 251)
}
.dark, .dark p, .dark td, .absolute-footer.dark{
    color: #ffffff;
}

strong, .strong{
    font-weight: bold;
}

.text-justify{
    text-align: justify;
}

.entry-title{
    color: var(--main-color);
}
.space-block-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    color: #6c757d;
    width: 100%;
    text-align: center;
	margin-top: 15px;
	line-height: 40px;
    background: #ededed;
	border-radius:5px;
	
}
.space-block-title:after {
    display: block;
    content: "";
    height: 2px;
    background-color:#c9c9c9;
}
.blog-post-inner .is-divider{
    display: none;
}
.rank-math-breadcrumb a, .rank-math-breadcrumb span, .rank-math-breadcrumb .last {
    color: #7f8c8d;
    font-size: 13px;
}
.wp-block-image{
    text-align: center;
}
/*top game*/
.top-game-heading {
    background-color: #fff;
    padding: 10px 0;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 20%);
    margin-bottom: 15px;
    border-radius: 10px;
}
.d-flex {
    display: flex!important;
}
.column-20 {
    flex-basis: 20%;
    width: 20%;
    max-width: 20%;
}
.column-30 {
    flex-basis: 30%;
    width: 30%;
    max-width: 30%;
}
.top-game {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.top-game > li {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
    margin-left: 0 !important;
    margin-bottom: 15px;
    border-radius: 10px;
}
.top-game .position {
    flex-basis: 5%;
    width: 5%;
    max-width: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ececec;
}
.top-game .position span {
    font-size: 20px;
    font-weight: 700;
    color: var(--main-color);
    border: 4px solid var(--main-color);
    border-radius: 100%;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
}
.top-game .game-logo {
    width: 15%;
    max-width: 15%;
    flex-basis: 15%;
    padding: 10px 0;
    text-align: center;
    border-right: 1px solid #ececec;
}
.top-game .game-logo img {
    max-width: 80px;
    border-radius: 10px;
}
.top-game .desc {
    flex-basis: 30%;
    width: 30%;
    max-width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: 1px solid #ececec;
}
.top-game .desc h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
}
.top-game .desc p {
    margin-bottom: 0;
    font-weight: 700;
}
.top-game .vote {
    flex-basis: 30%;
    width: 30%;
    max-width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    border-right: 1px solid #ececec;
}
.top-game .review {
    flex-basis: 20%;
    max-width: 20%;
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}
.top-game .review a {
    display: inline-block;
    padding: 7px 10px;
    min-width: 140px;
    text-align: center;
    font-weight: 700;
    color: #fff;
}
.top-game .review .link-review {
    background-color: var(--main-color);
}
.top-game .review .link-game {
    background-color: var(--sub-color);
}
@media (min-width: 320px) and (max-width: 768px){
    .top-game .position {
        flex-basis: 20%;
        width: 20%;
        max-width: 20%;
    }
    .top-game .game-logo {
        flex-basis: 80%;
        width: 80%;
        max-width: 80%;
        border-right: 0;
    }
    .top-game .desc {
        padding: 15px 0;
        border-top: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
    }
    .top-game .vote {
        padding: 10px 0;
        border-bottom: 1px solid #ececec;
    }
    .top-game .review {
        padding: 15px 0;
        flex-direction: row;
    }
    .top-game .vote,
    .top-game .desc,
    .top-game .review {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }
}
.section h2{position: relative; margin: 6px 0; padding-left: 10px; line-height: 1.2; border-left: 4px solid #fc5531;}
.content-top-game .top-game-heading,
.content-top-game .position,
.content-top-game .vote{
    display: none;
}
.content-top-game .game-logo{
    width: 20%;
    max-width: 20%;
    flex-basis: 20%;
}
.content-top-game .review{
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
    flex-direction: row;
}
/*end top game*/
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.top_game {
    border-radius: 5px;
    padding: 2px 0;
    margin: 0 2px 15px;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.2);
    transition: all .5s ease-in-out;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center
}

.top_game .game_position {
    position: absolute;
    top: -6px;
    left: 30px;
    width: 30px;
    height: 35px;
    background-color: #be2edd;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-weight: 700
}

.top_game .game_logo,.top_game .game_meta,.top_game .game_star,.top_game .game_button {
    width: 25%;
    flex-basis: 23%;
    max-width: 25%
}

.top_game .game_logo {
    padding: 10px 30px
}

.top_game .game_logo img {
    display: block;
    margin: 0 auto;
    max-width: 100px
}

.top_game .game_meta {
    text-align: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.top_game .game_meta h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
	margin:0px;
}

.top_game .game_meta p {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0
}

.top_game .game_star {
    text-align: center;
    border-right: 1px solid #ccc
}
.top_game .game_star .vote_star{display:inline-flex;}
.top_game .game_star .gift_code {
    margin-top: 10px
}

.top_game .game_star .gift_code a {
    font-size: 15px;
    font-weight: 700;
    color: #de1219;
    text-decoration: none
}

.top_game .game_button {
    text-align: center
}

.top_game .game_button .btn-bet,.top_game .game_button .btn-review {
    text-decoration: none;
    display: inline-block;
    min-width: 130px;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.25em;
    color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px 0 rgba(255,255,255,.35);
    text-align: center
}

.top_game .game_button .btn-bet span,.top_game .game_button .btn-review span {
    padding-right: 5px
}

.top_game .game_button .btn-review {
    background-color: #00692c
}

.top_game .game_button .btn-bet {
    margin-bottom: 10px;
    background-color: #be2edd
}
@media (min-width: 320px) and (max-width:768px) {


    .top_game .game_logo {
        flex-basis: 40%;
        max-width: 33%;
        width: 40%;
        padding: 10px
    }

    .top_game .game_meta {
        flex-basis: 60%;
        max-width: 60%;
        width: 60%;
        border-left: none;
        border-right: none
    }

    .top_game .game_star,.top_game .game_button {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%
    }

    .top_game .game_star {
        margin-bottom: 10px;
        border-right: none
    }

    .top_game .game_star .gift_code {
        margin-top: 0
    }

}
.kk-star-ratings{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.kk-star-ratings.kksr-valign-top{margin-bottom:2rem;display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.kk-star-ratings.kksr-valign-bottom{margin-top:2rem;display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.kk-star-ratings.kksr-align-left{-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}.kk-star-ratings.kksr-align-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.kk-star-ratings.kksr-align-right{-webkit-box-pack:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end}.kk-star-ratings .kksr-muted{opacity:.5}.kk-star-ratings .kksr-stars{position:relative}.kk-star-ratings .kksr-stars .kksr-stars-active,.kk-star-ratings .kksr-stars .kksr-stars-inactive{display:flex}.kk-star-ratings .kksr-stars .kksr-stars-active{overflow:hidden;position:absolute;top:0;left:0}.kk-star-ratings .kksr-stars .kksr-star{cursor:pointer;padding-right:0}.kk-star-ratings.kksr-disabled .kksr-stars .kksr-star{cursor:default}.kk-star-ratings .kksr-stars .kksr-star .kksr-icon{transition:.3s all}.kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-stars-active{width:0!important}.kk-star-ratings .kksr-stars .kksr-star .kksr-icon,.kk-star-ratings:not(.kksr-disabled) .kksr-stars .kksr-star:hover~.kksr-star .kksr-icon{background-image:url(/img/inactive.svg)}.kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon{background-image:url(/img/active.svg)}.kk-star-ratings.kksr-disabled .kksr-stars .kksr-stars-active .kksr-star .kksr-icon,.kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star .kksr-icon{background-image:url(/img/selected.svg)}.kk-star-ratings .kksr-legend{margin-left:.75rem;margin-right:.75rem}[dir=rtl] .kk-star-ratings .kksr-stars .kksr-stars-active{left:auto;right:0}