/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
    --star-size: 20px;
    --star-color: #ccc;
    --star-background: #fc0;
}
h1.entry-title {
    font-size: 42px;
}
.article-inner  {
    background-color: #fff;
    padding: 20px;
}
.home-iconbox .icon-box p {
	margin-bottom: 0;
}
.home-iconbox .icon-box p strong {
	color: rgb(246, 233, 101);
}
.pdb > .col {
	padding-bottom: 0;
}
a.btn-pri {
	padding: 6px 0px;
    width: 100%;
    color: #000 !important;
    margin-bottom: 45px;
}
a.button {
	letter-spacing: 0;
}
.block-scroll-home > .col-inner {
	padding: 20px 20px 20px 20px;
    background-color: rgb(20, 20, 20);
    border-radius: 10px;
	height: 500px;
    overflow: scroll;
    overflow-x: hidden;
}

.post-item .from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

h5.post-title.is-large {
    font-size: 15px;
    text-transform: uppercase;
}
.rank-math-breadcrumb {
    color: #222;
    font-weight: bold;
    letter-spacing: 0;
    padding: 0;
}
.flatsome_recent_posts {
    background: rgb(50, 47, 45);
    padding: 15px;
    border-radius: 5px;
}

.flatsome_recent_posts .widget-title {
    color: #ff0;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}
.flatsome_recent_posts .is-divider {
    display: block;
    max-width: 100%;
    background: var(--primary-color);
}
.flatsome_recent_posts .flex-grow a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}.flatsome_recent_posts a {
    color: var(--mautrang);
    font-size: 14.5px;
}
.author-box  {
	border:1px solid #fff;
	padding: 15px;
}
.related {
	margin-top: 40px;
}
.title-related-posts {
    color: var(--primary-color);
}.all-post {
    margin-left: 20px;
}.all-post li {
    padding: 5px;
    margin: 0px;
    border-bottom: 1px dashed #CCC;
    list-style: disc;
    margin-left: 30px;
}.all-post li a {
    color: #fff;
}
h1.title-archive, .page-title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
}.taxonomy-description {
        overflow: hidden;
    position: relative;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 2px 3px 1px #ccc;
    margin-bottom: 25px;
    clear: both;
}
.taxonomy-description ul {
    margin-left: 15px;
}
.taxonomy-description {
    overflow: hidden;
    transition: max-height 0.3s ease;
}

ul.header-nav-main >li:hover > a:before, ul.header-nav-main >li li:hover > a:before {
    opacity: 1;
    visibility: visible;
    width: calc(100% - 10px);
}
ul.header-nav-main >li > a:before, ul.header-nav-main >li li > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(calc(-50% - 4px));
    transform: translate(calc(-50% - 4px));
    height: 3.5px;
    background: #f3f300;
    width: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease !important;
}


.title__game  {
    margin: 0;
    border: 1px solid #53050c !important;
    padding: 5px 0;
}
.title__game * {
    margin: 0;
}
.img.mg0 {
    margin-bottom: 0 !important;
}

.row-main > .col > .col-inner {
    background-color: #fff;
    padding: 20px;
}


.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: 22px;
    content: '★★★★★';
    letter-spacing: 0px;
    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
}

#toplist {
    color: #eee;
    margin: 20px auto
}

.list-item {
    margin-top: 10px;
    background: #f0f0f0;
    -webkit-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%);
    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: 5px
}

.logo-brand {
    float: left;
    width: 100px;
    margin-right: 10px
}

.logo-brand img {
    width: 100%
}

.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);
    color: #000
}

.top-info span {
    display: block;
    font-size: 18px;
    color: #000
}

.top-action a {
    display: block
}

.top {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background: #ff5722;
    color: #fff;
    border-radius: 0 0 23px;
    padding-left: 5px
}

span.brand-name {
    font-size: 20px;
    font-weight: 700;
    color: #ff3e00
}

a.odds-now,a.review {
    width: 100%;
    padding: 4px 0;
    border: 1px solid;
    text-decoration: none;
    text-align: center;
    margin: 5px auto;
    border-radius: 5px;
    font-weight: 700
}

a.review {
    border-color: red;
    color: #040404;
    font-weight: 400
}

a.odds-now {
    color: white!important;
    background: red
}

a.odds-now:hover {
    background: #222695
}

a.review:hover {
    background: #222695;
    color: #fff
}

.gift-text span {
    display: block;
    text-align: center
}

span.gift-number {
    font-size: 20px;
    font-weight: 700;
    color: red
}

div.list-review {
    color: #000;
    padding: 10px;
    border: 1px solid #ccc;
    -webkit-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%);
    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%)
}

@media(max-width: 570px) {
    .list-content {
        height:189px
    }

    .gift-text {
        width: 95%;
        position: absolute;
        bottom: 5px;
        border-top: 1px solid #cccccc5e
    }

    .top-action a {
        display: block;
        font-size: 13px
    }
}

.first .top {
    background: red
}

.closex:hover {
    background-position: 99% 0;
    transition: all .4s ease-in-out
}

.closex {
    font-size: 13px;
    position: absolute;
    padding: 0 4px;
    margin: 0;
    top: 0;
    right: 0;
    background: #ed5809;
    border-radius: 100%;
    margin-left: 0;
    z-index: 10;
    color: #fff;
    transition: all .4s ease-in-out;
    text-decoration: none;
    cursor: pointer
}

.container_aux {
    max-width: 1240px;
    margin: 0 auto
}

#catfx {
    margin-top: -30px
}

.mb-catfx {
    display: block;
    margin: 0 auto
}

@media (min-width: 801px) {
    .catfx-img {
        height:70px;
        padding-right: 5px
    }

    .container_aux {
        display: inline-flex
    }

    .fixed .closex {
        top: 0
    }
}

@media (max-width: 800px) {
    .catfx-img {
        height:70px;
        padding-top: .2em
    }
}

@media (max-width: 700px) {
    .catfx-img {
        height:60px;
        padding-top: .2em
    }

    .closex {
        top: 0 !important;
        right: 0 !important
    }

    .fixed {
        position: fixed;
        top: 75px;
        left: 0
    }
}

@media (max-width: 600px) {
    .catfx-img {
        height:50px;
        padding-top: .2em
    }
}

@media (max-width: 500px) {
    .catfx-img {
        height:40px;
        max-width: 300px !important;
        padding-top: .2em
    }
}

@media (max-width: 430px) {
    .closex {
        top:0 !important;
        right: 0 !important
    }

    .fixed .closex {
        top: 0 !important;
        right: 0 !important
    }
}

@media (max-width: 400px) {
    .catfx-img {
        height:55px;
        max-width: 100% !important;
        padding-top: .2em
    }

    .fixed .catfx-img {
        max-width: 300px !important
    }
}

@media (max-width: 393px) {
    .closex {
        top:0 !important;
        right: 1% !important
    }
}

@media (max-width: 300px) {
    .catfx-img {
        height:40px;
        max-width: 300px !important;
        padding-top: .2em
    }
}

@media (max-width: 200px) {
    .catfx-img {
        height:40px;
        max-width: 300px !important;
        padding-top: .2em
    }
}
}

.closecf:hover {
    background-position: 99% 0;
    transition: all .4s ease-in-out
}

.closecf {
    font-size: 10px;
    height: 24px;
    position: absolute;
    top: -23px;
    color: #fff;
    background: linear-gradient(to right,#c02425 0%,#f0cb35 50%,#c02425 100%);
    background-size: 300% 100%;
    transition: all .4s ease-in-out;
    text-decoration: none;
    cursor: pointer
}

.gb-button-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    clear: both;
}
.gb-button-wrapper a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: #0366d6;
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(0, 0, 0, .3));
}

footer li {
    list-style: none;
    margin-left: 0 !important;
}
footer p {
    margin-bottom: 0.8em;
}
.copyright-bar a {
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
}
.row-banner {
    padding: 0 !important;
}
.row-banner.fixed {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.row-banner.fixed .row {
    margin: auto !important;
}