/*
Theme Name: nhacaiuytin
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.01111
*/
:root {
    /*--main-color: #029a71;
     --sub-color: #efe404;*/
	--main-color: #e22b87;
    --sub-color: #ffc104;
    --main-font: Roboto, Geneva, sans-serif;
}
body {
    font-family: var(--main-font) !important;
    font-size: 16px;
    line-height: 1.6;
}
#masthead{
	background-image: linear-gradient(135deg, #fff8c5 30%, #ffc104 100%)
}
#wide-nav{
	background-image: linear-gradient(135deg, #df5d99 0%, #e22b87 100%);
}
#main{
    /*background-image: url(/wp-content/themes/nhacaiuytin/assets/img/bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;*/
	/*background: transparent linear-gradient(0deg, #080F2B 0%, #080F00 100%) 0% 0% no-repeat padding-box;
    min-height: 100vh;*/
	background: #24262b;
}
#footer{
	background: linear-gradient(180deg, #ffc104 0%, #fff8c5 70%);
}
hr{
	border-top: 3px dashed var(--main-color) !important;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6{
    font-family: var(--main-font) !important;
}
h1, .h1{
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.5;
    color: #d23869;
}
h2, .h2{
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.5;
    color: #e22b87;
}
h3, .h3{
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.5;
    color: #ff6900;
}
h4, .h4{
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    color: #234a1c;
}
h5, .h5{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: #1f3831;
}
h6, .h6{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: #4A5568;
}
.header-bottom .nav > li.menu-item{
    margin: 0;
}
.header-bottom .nav > li > a {
    font-family: var(--main-font) !important;
    color: #ffffff !important;
    font-weight: normal !important;
    line-height: 38px !important;
    font-size: 16px;
}
.header-bottom .nav > li > a:after{
    content: '';
    width: calc( 100% - 2em);
    position: absolute;
    bottom: 0;
    height: 2px;
    right: 50%;
    background: currentColor;
    transform: scale(0, 0) translate(-50%, 0);
    transition: transform .2s ease-in-out, color .0s ease-in-out, -webkit-transform .2s ease-in-out;
}
.header-bottom .nav > li > a:hover{
    color: var(--sub-color) !important;	
}
.header-bottom .nav > li > a:hover:after{
    transform: scale(1, 1) translate(50%, 0);
}
.after-menu-image-icons{
    margin-top: -5px;
    margin-right: 10px;
}
.header-bottom .nav > li.current-menu-item > a:after {
    transform: scale(1, 1) translate(50%, 0);
}
.header-button-1 a,
.header-button-2 a{
    border: 2px solid #131212 !important;
    box-shadow: 0 0 0 -7px rgba(0,0,0,0);
    font-size: 110%;
    padding: 0.6em 1.2em;
    color: #ffffff !important;
    background-color: var(--main-color) !important;
    text-transform: none;
}
.header-button-1 a:hover,
.header-button-2 a:hover{
    background-color: #ff6900 !important;
    box-shadow: 0 15px 25px -7px #131212;
}
.header-search .icon-search{
    color: #4A5568;
}
@media screen and (min-width: 849px) {
    .header-bottom .nav > li > a {
        padding: 0 1em;
    }
}
@media screen and (max-width: 849px) {
    .header-main{
        background-color: var(--main-color);
    }
    .header-bottom{
        background-color: var(--sub-color) !important;
    }
    .header-button-1 a, .header-button-2 a{
        font-size: 80%;
    }
}
b, strong{
    font-weight: bold;
}
pre, blockquote, form, figure, p, dl, ul, ol {
    margin-bottom: 0.9em;
}
.pl-0 {
    padding-left: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.pd-half{
    padding: 15px;
}
.px-half{
    padding-left: 15px;
    padding-right: 15px;
}
.wp-block-image{
    text-align: center;
}
.wp-caption{
    text-align: center;
    max-width: 100% !important;
}
.text-main{
    color: var(--main-color) !important;
}
.text-sub{
    color: var(--sub-color) !important;
}
.text-justify{
    text-align: justify;
}
.article-inner p:not(.text-center){
    text-align: justify;
}
.article-inner .entry-header .entry-divider{
    display: none;
}
.article-inner .entry-header .entry-category{
    text-align: center;
}
.dark, .dark p, .dark td{
    color: #ffffff;
}
ul li{
    margin-bottom: 0;
}
.button.primary.linear{
    background: linear-gradient(135deg, #fcdff6 3%, #e22b87 100%) !important;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 12px;
    border: none;
}
#content ol li, #content ul li{
    margin-left: 1.3em;
}
.absolute-footer {
    /*background: linear-gradient(135deg,rgb(34,219,165) 1%,rgb(189,255,236) 100%);*/
	background: #1b1d21;
    font-size: 12px;
    color: #ffffff;
}
.footer-wrapper a{
    color: var(--main-color);
}
.footer-wrapper a:hover{
    color: #1f3831;
    text-decoration: underline;
}
.gap-element.divider{
    padding: 0 !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border-bottom: 1px dashed #000;
}
/*breadcrumb*/
.breadcrumb-ctn {
    border: 0 solid transparent;
    position: relative;
    transition: all .3s ease;
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-shadow: 0 0 14px 0 var(--main-color);
    border-bottom-right-radius: 70px;
    /*background-image: linear-gradient(135deg,rgb(29,221,169) 0%,rgb(255,244,169) 100%);*/
	background-image: linear-gradient(135deg, #ffc104 0%, #fff8c5 100%);
    text-align: center;
}
.breadcrumb-ctn h1{
    color: #1b1d21;
    font-size: 24px;
    margin-bottom: 0;
}
.breadcrumb-ctn a, .breadcrumb-ctn a:hover {
    color: #064937;
    text-decoration: underline;
}
/*end breadcrumb*/
/*table*/
table {
    margin: 0 0 15px;
    width: 100%;
    border-collapse: collapse;
}
table tr td {
    vertical-align: middle!important;
}
td {
    border: 1px solid #ccc;
    padding: 10px !important;
    color: #000000;
    line-height: 1.8;
    font-size: 15px;
}
/*end table*/
/*heading-box*/
.heading-box{
    padding: 2rem !important;
}
.heading-box .col-inner{
    background-color: rgba(255,255,255,0.71);
    border-top-left-radius: 20px;
    border-bottom-right-radius: 50px;
    padding: 10px !important;
}
/*end heading-box*/
/*accordion*/
.accordion-item{
    margin-bottom: 10px;
}
.accordion-title{
    padding: 14px 16px;
    line-height: 1;
    font-size: 100%;
    background-color: var(--sub-color) !important;
    padding-right: 45px;
    font-weight: bold !important;
    border-radius: 6px;
    color: #333333 !important;
}
.accordion-inner{
    padding: 20px;
    background-color: #fff;
}
.accordion-title.active{
    background-color: var(--main-color) !important;
    color: #ffffff !important;
}
.accordion-title .toggle{
    right: 0;
    left: unset;
    color: currentColor;
    opacity: 1;
}
.accordion-title .icon-angle-down{
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-size: 1em;
}
.accordion-title .icon-angle-down:before{
    content: "\f067";
}
.accordion-title.active .icon-angle-down:before{
    content: "\f068";
}
/*end accordion*/
/*tab*/
.tabbed-content .nav{
    flex-wrap: nowrap;
    text-align: center;
}
.tabbed-content .tab-panels{
    padding: 20px;
    border: 3px solid var(--main-color);
    border-radius: 10px;
}
.tabbed-content .nav .tab a{
    font-size: 1em;
    color: #131212;
    background-color: #EDF2F7;
    padding: 8px 20px;
    display: block;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: none;
}
.tabbed-content .nav-tabs>li{
    margin: 0;
    flex-grow: 1;
}
.tabbed-content .nav-tabs>li.active a{
    background-color: var(--main-color);
    color: #ffffff;
}
@media screen and (max-width: 549px){
    .tabbed-content .nav{
        flex-wrap: wrap;
    }
    .tabbed-content .nav .tab{
        max-width: 100%;
        flex-basis: 100%;
    }
    .tabbed-content .nav .tab a{
        display: block;
    }
}
/*end tab*/
/*sub menu*/
.nav-dropdown-has-border .nav-dropdown{
    border: none;
    box-shadow: none;
}
.nav-dropdown>li.nav-dropdown-col{display:block}
.nav-dropdown{
    background: var(--main-color);
    box-shadow: 0 2px 13px 0 rgba(0,0,0,0.1);
    padding:0;
}
.nav-dropdown .nav-dropdown-col>a, .nav-dropdown li a{
    width: 252px;
    padding: 1em 0.84em;
    color: #F7FAFC;
    font-size: 16px;
    text-transform: capitalize;
    transition: all .2s ease-in-out;
    transform: translate3d(0, 0, 0);
}
.nav-dropdown .nav-dropdown-col>a:after{
    content: "";
    font-family: "fl-icons" !important;
    margin-left: 5px;
}
.nav-dropdown .nav-dropdown-col, .nav-dropdown li{
    border-bottom: 2px dotted #F7FAFC;
}
.nav-dropdown li:last-child{
    border-bottom: none;
}
.nav-dropdown-default>li:hover{
    background-color: var(--sub-color);
}
.nav-dropdown-default>li:hover>a, .nav-dropdown .nav-dropdown-col>ul li:hover>a{
    color: #4A5568;
}
.nav-dropdown-default>li>a{border-bottom:0 !important}
.nav-dropdown-has-arrow li.has-dropdown:before{ border-width: 10px; margin-left: -10px;}
.nav-dropdown .nav-dropdown-col>ul{border: 1px solid #d2d2d2;margin-top:-40px;box-shadow: 2px 2px 5px #828282;display:none;position: absolute;
    left: 100%;z-index: 9;background: white;min-width: 200px;}
.nav-dropdown>li.nav-dropdown-col{width:100%;border-right:0}
.nav-dropdown .nav-dropdown-col>ul li a{padding:10px; color: #000;}
.header-nav li.nav-dropdown-col:hover >ul{display:block !important}
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before,
.nav-dropdown-has-arrow li.has-dropdown:after{
    display: none;
}
/*end sub menu*/
/*post*/
.page-right-sidebar #content,
.post-template-default #content.blog-single > .row > .large-9 > .col-inner{
    padding: 2rem;
    background-color: rgb(247, 250, 252);
    box-shadow: 0 14px 15px -10px rgba(0,0,0,0.05);
    border-radius: 0.25rem;
}
.blog-archive, .blog-single{
    padding-bottom: 0;
}
.post-template-default #content.blog-single > .row > .large-9 .entry-content{
    padding-top: 0;
    padding-bottom: 0;
}
.post-template-default #content.blog-single > .row > .large-9 .entry-content p:last-child,
.post-template-default #content.blog-single > .row > .large-9 article{
    margin-bottom: 0;
}
@media screen and (max-width: 849px) {
    .page-right-sidebar #content,
    .post-template-default #content.blog-single > .row > .large-9 > .col-inner{
        padding: 1rem;
    }
    .page-right-sidebar #content{
        margin-bottom: 30px;
    }
    .page-right-sidebar,
    .post-sidebar,
    .page-right-sidebar > .row > .large-3{
        padding-bottom: 0;
    }
}
.kb-is-ratio-image img{
    border-top-left-radius: 100px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 10px;
}
@media screen and (min-width: 550px){
    .heading{
        font-size: 3rem;
        line-height: 1.3;
        color: var(--main-color);
    }
}
.widget-title{
    color: var(--sub-color);
    margin-bottom: 20px;
    display: block;
}
#related_posts{
    margin-top: 30px;
}
.related_posts_title{
    color: #ffffff;
}
.post-item .col-inner{
    background: #EDF2F7;
    border-radius: 20px 0 20px 0;
    box-shadow: 0 15px 15px -10px rgba(0,0,0,0.05);
}
.widget  .is-divider,
.post-item .col-inner .is-divider{
    display: none;
}
.post-item a:hover{
    color: currentColor;
}
.post-item .post-title{
    color: var(--main-color);
    margin-bottom: 10px;
}
.post-item .box-text{
    padding: 1rem;
}
.taxonomy-description-ctn{
    /*background: linear-gradient(135deg,rgb(29,221,169) 0%,rgb(255,244,169) 100%);*/
	background: linear-gradient(135deg, #24262b 0%, #1b1d21 100%);
    padding-top: 30px;
}
.live-search-results{
    background: #fff;
    color: #333;
    font-size: 20px;
}
/*end post*/
/*box-icon*/
.box-icon .box-image{
    border-radius: 10px;
}
.box-icon .box-image:after{
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0.5;
    background-color: #ffffff;
}
.box-icon .box-text{
    background: transparent;
    margin: -10% auto 0;
    z-index: 2;
}
.box-icon .box-text svg{
    height: 3.5em;
    width: 3.5em;
    color: #718096;
}
/*end box-icon*/
/*box-desc*/
.box-desc.img-left,
.box-desc.img-right{
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    position: relative;
    z-index: 1;
    column-gap: 0;
    padding-top: 0;
    padding-bottom: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.box-desc.col-4-6{
    grid-template-columns: minmax(0, 39.2%) minmax(0, 60.8%);
}
.box-desc.col-6-4{
    grid-template-columns: minmax(0, 60.8%) minmax(0, 39.2%);
}
.box-desc.img-left .col,
.box-desc.img-right .col{
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    z-index: 1;
    max-width: unset;
    width: unset;
}
.box-desc.img-left > .col:last-child{
    margin-top: 32px;
    margin-left: -100px;
    z-index: 200;
}
.box-desc.img-right > .col:first-child{
    margin-top: 32px;
    margin-right: -100px;
    z-index: 200;
}
.box-desc.img-left > .col:first-child img{
    border-top-right-radius: 20px;
    border-bottom-left-radius: 50px;
}
.box-desc.img-right > .col:last-child img{
    border-top-left-radius: 20px;
    border-bottom-right-radius: 50px;
}
.box-desc.img-left > .col:last-child .col-inner,
.box-desc.img-right > .col:first-child .col-inner,
.box-desc .box-desc-text .col-inner{
    background-color: #EDF2F7;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 14px 0;
    border: 2px solid var(--main-color);
    padding: 2rem;
}
.box-desc .col-inner p:last-child{
    margin-bottom: 0;
}
@media screen and (max-width: 549px){
    .box-desc.img-left,
    .box-desc.img-right{
        display: flex;
    }
    .box-desc.img-left > .col:first-child,
    .box-desc.img-right > .col:last-child{
        padding-bottom: 0;
    }
    .box-desc.img-right{
        flex-direction: column-reverse;
    }
    .box-desc.img-left > .col:last-child,
    .box-desc.img-right > .col:first-child{
        margin-left: 0;
        margin-right: 0;
    }
}
/*end box-desc*/
/*box-intro*/
.box-intro{
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    position: relative;
    z-index: 1;
    column-gap: 0;
    padding-top: 0;
    padding-bottom: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.box-intro .col{
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    z-index: 1;
    max-width: unset;
    width: unset;
}
.box-intro > .col p:last-child{
    margin-bottom: 0;
}
.box-intro > .col:first-child{
    z-index: 200;
    margin-top: 24px;
    margin-right: -50px;
    margin-bottom: 24px;
    margin-left: 24px;
}
.box-intro > .col:first-child .col-inner{
    background-color: #EDF2F7;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 50px;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
}
.box-intro > .col:last-child img{
    border-radius: 5px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 50px;
}
@media screen and (max-width: 549px){
    .box-intro{
        display: flex;
        flex-direction: column-reverse;
    }
    .box-intro > .col:last-child{
        padding-bottom: 0;
    }
    .box-intro > .col:first-child{
        margin-left: 0;
        margin-right: 0;
    }

}
/*end box-intro*/
/*btn_group*/
.eb-button-group-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
}
.eb-button-group-wrapper .eb-button-parent {
    padding-top: 10px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 10px;
    width: 200px;
    margin: 0;
    text-align: center;
    cursor: pointer;
}
.eb-button-group-wrapper .eb-button-parent.eb-button-one {
    border-top-left-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 0;
	/*background-image: linear-gradient(45deg, rgba(180,255,235,1) 0% , rgba(2,154,113,1) 100%);*/
	background-image: linear-gradient(45deg, #e22b87 0% , #fcdff6 100%);
    transition: 0.5s;
}
.eb-button-group-wrapper .eb-button-parent.eb-button-two {
    border-top-left-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 15px;
    margin: 1px;
    background-color: #309bff;
    /*background-image: linear-gradient(45deg, rgba(255,248,197,1) 0% , rgba(247,202,0,1) 100%);*/
	background-image: linear-gradient(45deg, #ffd75e 0%, #ffc104 100%);
    transition: 0.5s;
    /*color: #029a71;*/
	color: #e22b87;
}
.eb-button-group__midldeInner {
    align-self: center;
    position: relative;
    width: 0;
}
.eb-button-group__midldeInner span {
    border-radius: 50%;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
    font-size: 14px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    background: #fff;
    color: #000;
}
/*end btn_group*/
/*topgame-1*/
.topgame-1{
    /*background-image: linear-gradient(135deg,#029a71 0%,rgb(223,252,242) 98%);*/
	background-image: linear-gradient(135deg, #e22b87 0%, #fcdff6 98%);
    padding-left: 0.5rem !important;
    padding-right: 5rem !important;
}
.topgame-1 .section-content > .row > .col:first-child .col-inner{
    margin-top: 100px;
    margin-right: -60px;
    padding-left: 10px;
    z-index: 1;
}
.topgame-1 .section-content > .row > .col:first-child .col-inner .img{
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 14px 0;
    border-radius: 5px;
    overflow: hidden;
}
.topgame-1 .section-content > .row > .col:last-child .col-inner{
    background-color: #F7FAFC;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 0;
    padding: 2rem 2rem 2rem 3rem;
}
.topgame-1 .section-content > .row > .col:last-child .col-inner p:last-child{
    margin-bottom: 0;
}
@media screen and (max-width: 549px) {
    .topgame-1{
        /*background-image: linear-gradient(135deg,#029a71 0%,rgb(223,252,242) 98%);*/
		background-image: linear-gradient(135deg, #e22b87 0%, #fcdff6 98%);
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .topgame-1 .section-content > .row > .col:first-child .col-inner{
        margin-top: 0;
        margin-right: 0;
        padding-left: 0;
        margin-bottom: 20px;
    }
}
/*end topgame-1*/
/*topgame-2*/
.topgame-2{
    /*background-image: linear-gradient(135deg,#029a71 0%,rgb(223,252,242) 98%);*/
	background-image: linear-gradient(135deg, #e22b87 0%, #fcdff6 98%);
    padding-left: 5rem !important;
    padding-right: 2rem !important;
}
.topgame-2 .section-content > .row{
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    align-content: start;
    column-gap: 2rem;
    grid-template-columns: minmax(0, 75%) minmax(0, 25%);
    padding: 0;
}
.topgame-2 .section-content > .row > .col{
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    z-index: 1;
    max-width: unset;
    width: unset;
    padding: 0;
}
.topgame-2 .section-content > .row > .col:first-child .col-inner{
    padding: 2rem;
    border-top-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 0;
    background-color: #F7FAFC;
}
.topgame-2 .section-content > .row > .col:last-child .img{
    margin-top: 100px;
    margin-left: -50px;
}
@media screen and (max-width: 549px) {
    .topgame-2{
        padding: 1rem !important;
    }
    .topgame-2 .section-content > .row{
        display: flex;
        flex-direction: column-reverse;
        padding: 1rem;
    }
    .topgame-2 .section-content > .row .col{
        padding: 0 15px 30px;
        width: 100%;
    }
    .topgame-2 .section-content > .row > .col:last-child .img{
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 30px;
        text-align: center;
    }
    .topgame-2 .section-content > .row > .col:last-child .img img{
        max-width: 50%;
    }
}
/*end topgame-2*/
/*topgame-3*/
.topgame-3 .row > .col:nth-child(2) img{
    border-radius: 5px;
}
.topgame-3 .row > .col:nth-child(3) .col-inner{
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
/*end topgame-3*/
/*topgame-4*/
.topgame-4{
    background-image: linear-gradient(135deg, #e22b87 0%, #fcdff6 100%);
    padding-left: 5rem !important;
    padding-right: 2rem !important;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 50px;
}
.topgame-4 .row > .col:nth-child(2) .col-inner{
    background-color: #e22b87;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 14px 0;
    padding: 1.5rem;
}
.topgame-4 .row > .col:nth-child(2) .img{
    text-align: center;
}
.topgame-4 .row > .col:nth-child(2) img{
    border-radius: 5px;
    max-width: 150px;
}
@media screen and (max-width: 549px) {
    .topgame-4{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
/*end topgame-4*/
/*Mike*/
.taxonomy-description{
    padding: 2rem;
    background-color: rgb(247, 250, 252);
    box-shadow: 0 14px 15px -10px rgba(0,0,0,0.05);
    border-radius: 0.25rem;
}
.back-to-top{
	bottom: 50px;	
}
/*toplist-game-1*/
.toplist-game-1 > .col > .col-inner{
    box-shadow: 0 5px 10px 0 rgba(170,170,170,.5);
    margin-bottom: 25px;
    border-radius: 15px;
    overflow: hidden;
}
.toplist-game-1 .col{
    padding-bottom: 0;
}
.toplist-game-1 .toplist-game-img-ctn .col-inner{
    display: flex;
    padding: 10px;
}
.toplist-game-1 .toplist-game-img-ctn .col-inner .img{
    align-self: center;
}
.toplist-game-1 .toplist-game-desc-ctn > .col-inner{
    padding: 20px;
    background-color: transparent;
    background-image: linear-gradient(180deg,#fff 0,#edf3ff 100%);
}
.toplist-game-1 .toplist-game-title{
    margin-bottom: 0;
    font-size: 29px !important;
    line-height: 29px;
}
.toplist-game-1 .toplist-game-title a{
    color: #000000 !important;
}
.toplist-game-1 .toplist-game-num{
    position: absolute;
    top: 0;
    left: 10px;
    padding: 9px;
    background-color: var(--main-color);
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
}
.toplist-game-1 .toplist-game-num.red{
    background-color: #ff3b3b;
}
.toplist-game-1 .toplist-game-num p{
    margin-bottom: 0;
}
.toplist-game-1 .toplist-game-img-ctn{
    max-width: 11%;
    flex-basis: 11%;
}
.toplist-game-1 .toplist-game-desc-ctn{
    max-width: 89%;
    flex-basis: 89%;
}
.toplist-game-1 .toplist-game-desc-ctn .row .col .row > .col:nth-child(1){
    max-width: 50%;
    flex-basis: 50%;
}
.toplist-game-1 .toplist-game-desc-ctn .row .col .row > .col:nth-child(2),
.toplist-game-1 .toplist-game-desc-ctn .row .col .row > .col:nth-child(3){
    max-width: 25%;
    flex-basis: 25%;
}
.toplist-game-1 .button{
    margin-bottom: 0.5em;
}
.toplist-game-1.des-2col .toplist-game-desc-ctn .row .col .row > .col:nth-child(1){
    max-width: 70%;
    flex-basis: 70%;
}
.toplist-game-1.des-2col .toplist-game-desc-ctn .row .col .row > .col:nth-child(2){
    max-width: 30%;
    flex-basis: 30%;
}
@media (max-width: 767px) {
    .toplist-game-1 .toplist-game-img-ctn{
        max-width: 28%;
        flex-basis: 28%;
    }
    .toplist-game-1 .toplist-game-desc-ctn{
        max-width: 72%;
        flex-basis: 72%;
    }
    .toplist-game-1 .toplist-game-desc-ctn .row .col .row > .col:nth-child(1),
    .toplist-game-1 .toplist-game-desc-ctn .row .col .row > .col:nth-child(2),
    .toplist-game-1 .toplist-game-desc-ctn .row .col .row > .col:nth-child(3){
        max-width: 100%;
        flex-basis: 100%;
        padding-bottom: 20px;
    }
    .toplist-game-1 .toplist-game-desc-ctn .row .col .row > .col:nth-child(3){
        padding-bottom: 0;
    }
    .toplist-game-1.des-2col .toplist-game-desc-ctn .row .col .row > .col:nth-child(1),
    .toplist-game-1.des-2col .toplist-game-desc-ctn .row .col .row > .col:nth-child(2){
        max-width: 100%;
        flex-basis: 100%;
    }
}
/*end toplist-game-1*/
/*star-rating*/
.star-rating-wrap.center{
    text-align: center;
}
.star-rating-wrap > span{
    margin-right: 5px;
}
.star-rating-container, .star-rating-stars {
    background-image: url(data:image/gif;base64,R0lGODlhEAAwAOYAAKE3N8XFxemzG8yADefCWtSEhNBzc97e3uSvr8BgYOO4Q/fsvMVSUtbW1uK2NOS9Zvb29urLRtqpqe7u7t2oKfHcmt66uuzPea1GRvfp6ey8Iu3CMOnGQevNmc1sbPbhYvTf3/TZWvHOU+fn58daWtmdJc97e9eSkvfrtb9CQsJKSt+vMefEcuzHx+nHTO/FKe/VTPz47+a9QvLVWMxmZszMzPv12Pv15ua/OeiwJfHbot2qRfHcf71KStOPIqo/P+S7Su7DS+WtOO3Sq////9iMjNN8fPTWQOrJgfHNL/LQRfXeXemzIPnu7vLWVe3QWu7DQdGLGenHbu3Ly+/IT+W2OO3OSe+9Ke/OKeq1K961MclgYOu9RO+1QvLcV/DLOffenOi6uuvOh9uUlOy/SLRMTNaZK/LfsLhERPfWSv///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEHAGoALAAAAAAQADAAAAf/gGqCg2oQE4SIiA0NiY0TiyONiouMkoIjDQcHmYkTmoublKAjEJuan6KpaqCiNa41izVEgqyxrrEQhK2vDTW5hJi9vJyIoa2LicapNYmUNZqvzIiukYMjNQGdkoeWIFOWiAY04IMtNDQI5Go0BgYk5Ag0RkZbRYktYwZbNCYeW+4MaBRAkKGfgXlGPDBgQMKDPxIMVKhxWIAGCYgRVaigEbGJoHNGMGpMwVGFx0H/SqpIQTJFBkQS/mlcedFEoiLnGOyLSCJBIgMe2l08R6JMooYMUhQ4gQYNgx+JNI4hJAEDgERhJFkAZ2OBOkFPInxdYMVKBXURnDjBQQ6MlRAhjDhcSISCxxMOb5V8EYHDARApOm48geFliWElL15soBKES5UVK9SIgPHhSJIkiTVoYMJFyIoYglxYWXL5hWYBZIRQAD1IxgzEpgUI4ELhBqIKHGaY1iCgSpUHiS5EiLABCpQsOarsSESAiggqMqpwcWwmkQIqVSiwQFKihJAoiSCLIdTBx4BEZyQNGRQIADs%3D);
}
.star-rating-container {
    width: 80px;
    background-position: 0 0;
    background-repeat: repeat-x;
    display: inline-block;
}
.star-rating-stars {
    height: 15px;
    background-position: 0 -32px;
    background-repeat: repeat-x;
    text-indent: -9001px;
}
/*end star-rating*/
/*author-description*/
.author-description{
    padding: 2rem;
	margin-bottom: 20px;
    background-color: rgb(247, 250, 252);
    box-shadow: 0 14px 15px -10px rgba(0,0,0,0.05);
    border-radius: 0.25rem;
}
.page-numbers{
	color: white;
}
/*game blog*/
:root {--star-size: 20px;--star-color: #ccc;--star-background: #fc0;}
.Stars {--percent:calc(var(--rating) / 100 * 100%);display: inline-block;font-size: var(--star-size);font-family: Times;line-height: 1}
.Stars::before {font-size: 16px;content: '★★★★★';letter-spacing: 0;background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));-webkit-background-clip: text;-webkit-text-fill-color: transparent}
.rating {display: flex;justify-content: left;align-items: center;height: auto}
.game_blog.style-top {
    color: #eee;
    margin: 20px auto;
    font-size: 17px;
}
.list-item {
     margin-top: 10px;
     background: #282828;
     box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);
 }
.list-content {
  display: flex;
  position: relative;
  padding:8px;
}
/*#masthead .list-content{
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(157,30,4,1) 30%, rgba(99,17,0,1) 63%);
    border: 1px solid #7d4410;
}*/
#masthead .list-item{
    margin-top: 0;
}
#masthead .game_blog.style-top{
    margin: 0;
}
#masthead a.odds-now{
    background: var(--main-color);
    color: #000;
}
.logo-brand {
   float: left;
   width: 88px;
   margin-right: 10px;
}
.logo-brand img {
    width: 100%;
    border-radius: 50%;
}
.top-info {
    width: 150px;
    float: left;
    margin-right: 10px;
}
.top-action {
    width: 150px;
    float: right;
    margin-left: 10px;
}
.gift-text {
    display: inline-block;
    width: calc(100% - 418px);
}
.top-info span {
    display: block;
    font-size: 14px;
}
.top-action a {
    display: block;
}
.top {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background: #ccc;
    color: #000;
    border-radius: 0 0 23px 0;
    padding-left: 5px;
}
span.brand-name {
    font-size: 23px;
    font-weight: bold;
}
a.odds-now, a.review {
    width: 90%;
    padding: 5px 0;
    text-decoration: none;
    text-align: center;
    margin: 5px auto;
    border-radius: 50px;
    font-weight: bold;
}
a.odds-now{
    background: var(--main-color);
    color: #fff;
    /*padding: 7px 0;*/
}
a.review {
    border-color: #ccc;
	background: #eeee22;
    color: #fb0d1c;
    /*font-weight: normal;*/
    border: none;
}
a.odds-now:hover {
    background: var(--main-color);
    color: #000;
}
a.review:hover {
    text-decoration: underline;
}
.gift-text span {
    display: block;
    text-align: center;
}
span.gift-number {
    font-size: 20px;
    font-weight: bold;
    color: #09d025;
}
div.list-review {
    color: #000;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);
}
.widget .list-content {
    height: 220px;
}
.widget .gift-text {
    width: 95%;
    position: absolute;
    bottom: 5px;
    border-top: 1px solid #cccccc5e;
}
.widget a.odds-now, .widget a.review{
    font-size: 70%;
}
span.widget-title {
    color: var(--main-color);
    font-size: 1.2rem;
    padding-bottom: 0.3rem;
    margin: 0.7rem 0;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 2px var(--main-color) solid;
    display: block;
}
@media(min-width:850px){
    .widget .logo-brand{
        width: 70px;
    }
    .widget span.brand-name{
        font-size: 15px;
    }
    .widget .top-info span{
        font-size: 14px;
    }
    .widget .gift-text span{
        font-size: 15px;
    }
    .widget span.gift-number{
        font-size: 16px;
    }
    .widget .top-action{
        width: 120px;
    }
}
@media(max-width:570px){
    .list-content {
        height: 189px;
    }
    .gift-text {
         width: 95%;
         position: absolute;
         bottom: 5px;
         border-top: 1px solid #cccccc5e;
     }
    a.odds-now, a.review{
        font-size: 70%;
    }
    .header-bottom .flex-row .flex-col:last-child{
        width: 100%;
    }
    .header-bottom .flex-row .flex-col:last-child ul.header-bottom-nav,
    .header-bottom .flex-row .flex-col:last-child ul.header-bottom-nav li.html{
        display: block;
    }
    span.brand-name{
        font-size: 20px;
    }
    .logo-brand{
        width: 70px;
    }
    .top-info span{
        font-size: 13px;
        line-height: 20px;
    }
    .gift-text span{
        font-size: 15px;
    }
    span.gift-number{
        font-size: 18px;
    }
    .top-action{
        width: 100px;
    }
}
/*end game blog*/