/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: DevTeam
Template: flatsome
Version: 1.0
*/

body{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.html.header-button-1 a{
    background-image: linear-gradient(to bottom, #fffa74, #d7aa32);
    border-radius: 5px !important;
    border: none;
    color: #000;
    line-height: 2.6;
}

.html.header-button-2 a{
    background-image: linear-gradient(to bottom, #fffa74, #d7aa32);
    border-radius: 5px !important;
    border: none;
    color: #000;
    line-height: 2.6;
}

#masthead .header-nav{
    gap: 5px;
}

#masthead .header-nav .nav-top-link{
    display: grid;
    justify-content: center;
    justify-items: center;
    gap: 5px;
    padding: 7px;
    margin: 0;
}

#masthead .header-nav li{
    margin: 0;
}

#masthead .header-nav .nav-top-link:hover,
.current-menu-item .nav-top-link{
    background: #333;
}

#masthead .header-nav .nav-top-link img{
    width: auto;
    height: 30px;
}

.icon-box-information h5{
    color: #f6e965;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}

.icon-box-information p{
    color: #fff;
    font-size: 12px;
    margin: 0;
    line-height: 1.2;
}

.icon-box-information .col{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.jackpot_home .jackpot_bg {
    position: relative;
}

.jackpot_home .jackpot_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 30%;
}

.jackpot_home .box-users p{
    margin: 0;
}

.jackpot_home .box-users .name{
    font-size: 14px;
    line-height: 1.1;
}

.jackpot_home .box-users .id{
    font-size: 18px;
    font-weight: bold;
    color: #f6e965 !important;
    line-height: 1.1;
} 

.jackpot_home .box-users .description{
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.1;
}

.jackpot_home .icon-box-center .icon-box-img{
    margin-bottom: 5px;
}

#number-money-total{
    color: #fff369;
    font-size: 85px;
    font-weight: bold;
}

footer .ux-menu .ux-menu-link__link{
    min-height: auto;
    padding: 5px 0;
}

footer .ux-menu .ux-menu-link__link:hover{
    color: #fff369 !important;
    padding-left: 10px;
}

#comments{
    display: none;
}

.item-box-game {
    /* border: 3px solid #272727; */
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
}

.item-box-game .item-body{
    border: 3px solid #272727;
    border-radius: 15px 15px 0 0;
    position: relative;
}

.item-box-game:hover .item-body{
    border: 3px solid #fffa74;
    border-radius: 15px 15px 0 0;
}

.item-box-game .item-body{
    text-align: center;
    padding: 15px;
}

.item-box-game .item-body img{
    max-width: 160px;
    max-height: 160px;
    width: 100%;
}

.item-box-game .item-bottom{
    padding: 5px 10px;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-color: #272727;
}

.item-box-game:hover .item-bottom{
    background: linear-gradient(to bottom, #fffa74, #d7aa32);
    color: #000;
}

.item-box-game .item-bottom p{
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
} 

.item-box-game .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a3;
    display: none;
    border-radius: 15px 15px 0 0;
}

.item-box-game:hover .icon{
    display: block;
}

.item-box-game .icon-plays {
    width: 50px;
    height: 50px;
    background: #eeee22;
    border-radius: 100px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.item-box-game .icon-plays svg{
    width: 40px;
    height: 40px;
}

@media screen and (max-width: 767px){
    .item-box-game .item-bottom p{
        font-size: 14px;
    }
}

.slider-items .flickity-slider>* {
    max-width: 70px !important;
}

.slider-items .flickity-slider .img{
    padding: 10px;
}

.slider-items .has-hover img{
    /* opacity: 0.4; */
}

.slider-items .has-hover.is-selected img{
    opacity: 1;
}

@media (max-width: 550px) {
    .slider-items .flickity-slider>* {
        max-width: 135px !important
    }
}

@media (min-width: 550px) {
    .slider-items .flickity-slider>* {
        max-width: 135px !important
    }
}

@media (min-width: 850px) {
    .slider-items .flickity-slider>* {
        max-width:125px!important
    }
}