/*
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.   ***************/



@font-face {
    font-family: 'SVN';
    src: url(fonts/SVN-Gilroy-Regular.otf);
} 

@font-face {
    font-family: 'SVN-Bold';
    src: url(fonts/SVN-Gilroy-Bold.otf);
}



:root{
    --family :'SVN' !important;
    --family-bold :'SVN-Bold' !important;
    --color: #25aae1;
    --color-hover:#ffa302;
}



body{
    font-size: 15px !important;
    font-family: var(--family) !important;
    overflow: hidden;
    color: #000;
}
h1,h2,h3,h4,h5,h6,p,ul,li,a{
    color: #000;
    font-family: var(--family) !important;
}


p.category.uppercase.is-smaller.no-text-overflow.product-cat.op-7,
.is-divider,
.entry-category,
.display-product a.quick-view,
a.quick-view.quick-view-added {
    display: none;
}



/****************************************/
.btn-top {
    background-color: #0d6efd;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,.8));
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin-left: 10px;
    min-width: 120px;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    user-select: none;
    vertical-align: middle;
}
.btn-top:hover {
    background-color: #0b5ed7;
    color: #fff;
}
.btn-top.red:hover {
    background: linear-gradient(90deg,#f7ba22,#f49a25 50%,#f7ba22) 100%/200%;
    color: #fff;
}
.btn-top.red {
    background: linear-gradient(90deg,#f7ba22,#f49a25 50%,#f7ba22) 0/200%;
}

.banner-top {
    margin-bottom: -20px;
}

a.woocommerce-store-notice__dismiss-link-left {
    position: absolute;
    left: 10px;
    top: 0;
    background-color: rgba(51,51,51,.9);
    border-radius: 12px;
    box-shadow: 0 0 2px rgb(0 0 0 / 90%);
    color: #fff;
    font-size: 16px;
    padding: 5px; 
}

/************************************/

.home-date {
    -webkit-box-ordinal-group: 3;
    -webkit-box-pack: end;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    margin: 2px 10px 2px 0;
    order: 2;
    font-size: 20px;
    font-family: var(--family-bold) !important;
}


.header:not(.transparent) .header-bottom-nav > li {
    padding: 0px 15px;
}
.header:not(.transparent) .header-bottom-nav > li a {
  font-size: 16px;
  color: #fff;
  font-family: var(--family) !important;
}
.header:not(.transparent) .header-bottom-nav > li.active,
.header:not(.transparent) .header-bottom-nav > li:hover{
    background: linear-gradient(90deg,#f7ba22,#f49a25 50%,#f7ba22) 0/200%;
    padding: 5px 15px;
}
.header:not(.transparent) .header-bottom-nav > li.active a,
.header:not(.transparent) .header-bottom-nav > li:hover a {
    color: #fff !important;
    font-family: var(--family-bold) !important;
}


.nav-dropdown-default {
    padding: 0px;
    border: 0px;
}
.nav-dropdown  li {
   border-bottom: 1px solid #eaeaea;
   padding: 5px 0px;

}
.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a { 
    padding: 5px 10px;
    display: block;
    border-bottom: 0px;
    font-weight: 500;
    color: #000 !important;
    font-family: var(--family) !important;
}



.nav-dropdown-default .nav-column li:hover>a,
.nav-dropdown.nav-dropdown-default>li:hover>a {
    color: var(--color) !important;
}


.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
    display: none;
}

.nav-dropdown>li.nav-dropdown-col{display:block}

.nav-dropdown{border:1px solid #ddd; padding:0;margin-top: 5px;}

.nav-column.nav-dropdown-default>li>a,
.nav-dropdown .nav-dropdown-col>a,
.nav-dropdown li a{
    font-weight:normal !important;
    text-transform:none !important;
    font-size:15px;
    font-weight:500;
    color: var(--color) !important;
}


.nav-dropdown .nav-dropdown-col>ul{
    border: 1px solid #d2d2d2;
    margin-top:-34px;
    box-shadow: 2px 2px 5px #828282;
    display:none;
    position: absolute;
    left: 100%;z-index: 9;
    background: white;
    min-width: 240px;
}

.nav-dropdown>li.nav-dropdown-col{width:100%;border-right:0}

.nav-dropdown .nav-dropdown-col .menu-item-has-children {
   margin-top: 0px;
}

.nav-dropdown .nav-dropdown-col>ul li a{
    padding:10px;  text-transform: none;color:black
}

.nav-column.nav-dropdown-default li.menu-item-has-children 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: 240px;
}
.nav-column.nav-dropdown-default li.menu-item-has-children:hover >ul,
.header-nav li.nav-dropdown-col:hover >ul{display:block !important}

.header-button a {
    background: var(--color-hover) !important;
    color: #fff;
    font-weight: bold;
}
.sidebar-menu.no-scrollbar {
    background: var(--color);
}

.sidebar-menu.no-scrollbar ul li a{
    font-weight: 500;
    color: #fff;
    font-family: var(--family) !important;
}

/*******************************************************/

.title-betting h2 {
    color: #fff;
}

.home-type .item {
    backface-visibility: hidden;
    background-color: #fff;
    padding: 10px;
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
    transition: .3s;
    border-radius: 5px;
}

.home-type .type-title {
    align-items: center;
    background: var(--color);
    color: #fff;
    font-size: 19px;
    justify-content: center;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.home-type .type-title img {
    margin-right: 5px;
    width: 24px;
    height: 24px;
    float: left;
}

.home-type .item:hover {
    background: var(--color);
}
.home-type .item:hover .type-title {
    background: #fff;
    color: var(---color) !important;
}

.home-type .act-btn {
    background: linear-gradient(180deg,#fff,#fdbb2d);
    bottom: 0;
    color: #000;
    cursor: pointer;
    font-weight: 700;
    height: 50px;
    left: 0;
    opacity: 0;
    padding-top: 14px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease-in-out;
    width: 100%;
}

.home-type .item:hover .act-btn {
    opacity: 1;
}

.main-title {
    color: var(--color);
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 20px;
    padding: 15px 0 4px;
    position: relative;
    text-transform: uppercase;
}
.main-title:before {
    background-color: var(--color);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px;
}
.home-jackpot .jackpot-item {
    background: #ffb600d6;
    cursor: pointer;
    height: 122px;
    margin-bottom: 14px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}
.home-jackpot .jackpot-item:before {
    background: rgba(254,228,104,.3);
    border-radius: 100%;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: 1s;
    width: 0;
    z-index: 2;
}
.home-jackpot .jackpot-item .img {
    background-position: 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
}
.home-jackpot .jackpot-item .text {
    align-items: flex-end;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 900;
    height: 100%;
    justify-content: center;
    right: 0;
    line-height: 1.3;
    padding: 10px 20px;
    position: absolute;
    text-shadow: 0 1px 0 rgb(100 72 30 / 50%);
    top: 0;
}
.home-jackpot .jackpot-item .text h5 {
    font-size: 25px;
    line-height: 23px;
    margin-bottom: 9px;
    color: #fff;
    text-transform: uppercase;
}
.home-jackpot .jackpot-item .text span {
    font-size: 20px;
}
.champions-box .champions-header {
    align-items: center;
    animation: lightAnimation 3s ease 0s infinite normal none running;
    background: var(--color);
    box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
    display: flex;
    height: 45px;
    justify-content: center;
    padding: 0 30px;
}
.champions-box .champions-header span {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 26px;
    text-shadow: 0 2px 4px rgb(0 0 0 / 25%);
    text-transform: uppercase;
}

.champions-box .champions-list {
    background-color: #37353b;
    height: 214px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

.champions-box .champions-list::-webkit-scrollbar-track{
    background-color: #000;
}

.champions-box .champions-list::-webkit-scrollbar{
    width: 8px;
    background-color: #000;
}

.champions-box .champions-list::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #eaeaea;
    height:150px;
}

.champions-box .champions-list li {
    list-style: none;
    margin: 0px;
}

.champions-box .champions-list .winner-item {
    align-items: center;
    background: linear-gradient(180deg,#2b2a2e,#252326);
    cursor: pointer;
    display: flex;
    height: 46px;
    justify-content: space-between;
    margin-bottom: 1px;
    padding: 0 80px;
    transition: all .5s ease;
}
.champions-box .champions-list .winner-item:hover {
    background: linear-gradient(180deg,#2f2f31,#09060d);
    transition: all .5s ease;
}
.champions-box .champions-list .winner-item .item-image {
    border: 1px solid #6f6f70;
    border-radius: 50%;
    height: 32px;
    margin-right: 16px;
    overflow: hidden;
    width: 32px;
}
.champions-box .champions-list .winner-item .item-name {
    color: #ccc;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 120px;
}
.champions-box .champions-list .winner-item .item-coin {
    align-items: center;
    background: #1f1f1f;
    border-radius: 4px;
    box-shadow: inset 0 2px 4px rgb(4 4 4 / 40%);
    color: #ffcd57;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    height: 24px;
    justify-content: flex-start;
    line-height: 20px;
    padding: 0 8px;
    text-transform: uppercase;
    width: 184px;
}
.champions-box .champions-list .winner-item .item-coin .img-coin {
    display: block;
    height: 15px;
    margin-right: 9px;
    width: 15px;
}
.nav-line>li:hover>a:before,
.nav-line>li.active>a:before {
    opacity: 0;
}

.home-news .nav-line>li.active>a {
    color: var(--color);
}
.home-news .nav-line>li {
    padding-right: 20px;
}
.home-news .nav-line>li a {
    color: #000;
    font-size: 16px;
    font-family: var(--family) !important;
}
.home-news .nav-line>li:nth-child(1) a span:before{
    content: "\f24e";
    margin-right: 5px;
    font-family: FontAwesome;
}
.home-news .nav-line>li:nth-child(2) a span:before{
    content: "\f1e3";
    margin-right: 5px;
    font-family: FontAwesome;
}
.home-news .nav-line>li:nth-child(3) a span:before{
    content: "\f008";
    margin-right: 5px;
    font-family: FontAwesome;
}


.home-news .col.post-item {
    padding: 0px 15px 10px;
}

.home-news .col.post-item .box-vertical h5 {
    margin-bottom: 10px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
}

.home-news .col.post-item .box-vertical h5:hover{
    color: var(--color);
}


.home-news .box-badge {
    margin-top: 5px;
}
.home-news .box-badge .box-text {
    background: #27376b !important;
    bottom: 0% !important;
}

.home-news .box-badge .box-text h4 {
    font-size: 13px;
    color: #fff;
}

.tutorial-box-list .tutorial-box-item {
    margin-bottom: 15px;
}
.tutorial-box-list .tutorial-box-item a {
    align-items: center;
    background: linear-gradient(180deg,#fff,#fdbb2d);
    color: #000;
    display: flex;
    flex-direction: column;
    font-size: 25px;
    height: 129px;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s;
}
.tutorial-box-list .tutorial-box-item a:hover {
    background: #fcb913;
}
.tutorial-box-list .tutorial-box-item a i {
    font-size: 20px;
}
.tutorial-box-list .tutorial-box-item a p {
    text-transform: uppercase;
    font-size: 20px;
}

.home-content,
.website-question {
    padding: 40px 50px 40px;
    background: #fff;
    box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    -webkit-box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    border-radius: 10px;
}

.website-question .accordion-title {
    border-top:0px;
    background-color: transparent;
    border: none;
    position: relative;
    color: var(--optionalColor);
    font-size: 18px;
    font-weight: 700;
    padding-left: 10px;
    font-family: var(--family) !important;
}

.website-question .accordion {
    text-align: left;
    margin-bottom: 20px;
    border: solid 1px var(--color);
    border-radius: 10px;
    padding: 7px;
}

.website-question .accordion .toggle{
        left: auto;
    right: 0 !important;
}

.website-question .accordion-inner,
.website-question .accordion-inner p {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 0;
    color: var(--optionalColor);
    margin-bottom: 10px;
    text-align: justify;
    display: none;
    padding: 0 20px 0 20px;
}
.website-question i {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    background: var(--childColor);
    color: var(--whiteColor);
    line-height: 30px;
    font-size: 16px;
}


.website-question .accordion-title.active i.fa.fa-plus,
.website-question i.fa.fa-minus {
    display: none;
}

.website-question .accordion-title.active i.fa.fa-minus {
    display: block;
}

/***************************************************/

.blog-wrapper {
    padding-top: 0px;
}
.post-sidebar.large-3.col {
    padding: 0px;
}



.col-divided {
    border-right: 0px solid #ececec;
}
.row-divided>.col+.col:not(.large-12) {
    border-left: 0px solid #ececec;
}


.blog-archive .image-cover {
    padding-top: 75% !important;
}

.post_related .box-blog-post,
.blog-archive .box-blog-post {
    border: 1px solid #eaeaea;
}

.post_related .box-blog-post .box-text,
.blog-archive .box-blog-post .box-text {
    padding: 10px;
}
.post_related .box-blog-post h5,
.blog-archive .box-blog-post h5 {
    color: #000;
    margin: 10px 0px;
    height: 60px;
    overflow: hidden;
    font-weight: 500;
}
.box-blog-post h5:hover {
    color: var(--color);
}

h1.entry-title {
    font-size: 23px;
    line-height: 28px;
    color: #000;
    font-weight: 600;
}


.shop-page-title.category-page-title.page-title,
.page-title.shop-page-title.product-page-title {
    background-color: #f0f0f0;
    margin-bottom: 20px;
}
.single .page-title.shop-page-title.product-page-title {
    margin-bottom: 30px;
}

.page-title.shop-page-title .page-title-inner {
    padding-top: 0px;
    min-height: 0px;
}

.breadcrumbs a,
.woocommerce-breadcrumb a {
    color: var(--color);
    font-weight: 300;
    text-transform: none;
}
.breadcrumbs {
    color: #000;
    font-weight: 300;
    padding: 10px;
    text-transform: none;
    font-family: var(--family) !important;
 }

.widget-title {
    display: block;
    text-transform: uppercase;
    padding: 15px;
    font-size: 16px !important;
    font-family: var(--family-bold) !important;
    background: var(--color);
    color: #fff;
}

.flatsome_recent_posts ul,
.widget_categories {
    border:1px solid #eaeaea;
}
.flatsome_recent_posts ul li,
.widget_categories li {
    padding-left: 10px;
}




/***************************************************/

.footer-1 {
    background-repeat: no-repeat;
    background-position: bottom;
}

.title-footer {
    text-align: left;
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.logo-footer img {
    width: 128px;
    height: 65px;
}
.content-footer {
    color: #fff;
    font-size: 16px;
    text-align: justify;
}


.content-footer p {
    margin: 20px 0px;
    color: #fff;
}

.menu-footer {
    margin-top: 55px;
}

.menu-footer li {
    margin-bottom: 15px;
}
.menu-footer li a {
    font-size: 16px;
    color: #fff !important;
}
.menu-footer li:hover a{
    color: #faa011; !important;
}


.absolute-footer {
    display: none;
}

.nav-social {
    position: fixed;
    right: 10px;
    top: 200px;
    width: 70px;
    z-index: 25;
}
.nav-social li {
    list-style: none;
}
.nav-social li a {
    background-image: linear-gradient(90deg,#f8e72b,#f0a21c);
    border-radius: 25px;
    box-shadow: inset 0 0 0 1px #ffdd4b, 0 2px 5px 0 rgb(0 0 0 / 60%);
    color: rgba(255,255,255,.9);
    display: block;
    font-size: 12px;
    height: 70px;
    line-height: 1.4;
    overflow: initial;
    text-decoration: none;
    transform: translateZ(0);
    transition: transform .3s linear;
    transition: .3s ease;
    width: 70px;
    margin-bottom: -8px;
}
.nav-social li a:hover {
    background-image: linear-gradient(90deg,#f0a21c,#cc850a);
    box-shadow: inset 0 0 0 1px #cc850a, 0 0 3px 0 rgb(0 0 0 / 30%);
    height: 70px;
    transform: translateX(0);
}

.nav-social li a>img {
    height: 40px !important;
    width: 40px !important;
    margin-top: 5px;
}
.nav-social li a>h2 {
    align-items: center;
    color: #e6001d;
    display: flex;
    font-size: 11px;
    font-weight: 700;
    font-weight: 400;
    height: 24px;
    justify-content: center;
    line-height: 1.2;
    text-align: center;
    transform: scale(.75);
    width: 100%;
}

.event-qmenu {
    animation: aqm 1.8s ease infinite;
    bottom: 10px;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,.8));
    left: 0;
    min-height: auto!important;
    position: fixed;
    transition: .3s ease;
    width: 110px;
    z-index: 21;
}

.event-qmenu.menu-close {
  transform: translateX(-83px);
}


.event-qmenu .handle {
    bottom: 5px;
    cursor: pointer;
    position: absolute;
    right: 2px;
    width: 30px;
}

.event-qmenu .handle::after {
    speak: none;
    color: rgb(255, 255, 255);
    content: "\f0d9";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    left: -5px;
    line-height: 1;
    position: absolute;
    text-align: center;
    text-shadow: rgb(203, 141, 0) 0px -1px 3px;
    text-transform: none;
    top: 30%;  
    width: 30px;
    font-family: FontAwesome;
    font-variant: normal;
}
.event-qmenu .handle path {
    fill: #feb000;
}

.event-qmenu .cont {
    align-items: center;
    background-color: rgba(0,0,0,.8);
    border: 3px solid #feb000;
    border-bottom-right-radius: 15px;
    border-left: 0;
    border-top-right-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    min-height: 103px;
    padding: 10px;
    width: 80px;
}

.event-qmenu .cont .event-item {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 60px;
    justify-content: center;
    margin: 5px 0;
    position: relative;
    transition: .3s ease;
    width: 60px;
}
.event-qmenu .cont .event-item:hover {
    transform: scale(1.2);
}
.event-qmenu .cont .event-item img {
    display: block;
    max-height: 100%;
    max-width: 100%;
}


.mobile .btn-top {
    min-width: 50%;
    margin: 0px;
    float: left;
    border-radius: 0px;
    background: #cc001b;
    font-size: 20px;
    filter: drop-shadow(0px 0px 0px black);
}
.mobile .btn-top.red {
    background-color: #f89c21;
}


.owl-next,
.owl-prev {
  position: absolute;
  top: 40%;
}
.owl-next i, .owl-prev i {
    color: #fff;
    font-size: 17px;
    background: var(--color);
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 51%;
    line-height: 30px;
}
.owl-next {
    right: -15px;
}
.owl-prev {
    left: -15px;
}


.bottom-contact-mobile {
    display: block;
    position: fixed;
    bottom: 0;
    background: white;
    width: 100%;
    z-index: 99;
    box-shadow: 2px 1px 9px #dedede;
    border-top: 1px solid #eaeaea;
    background: #000;
}
.bottom-contact-mobile ul li {
    width: 20%;
    float: left;
    list-style: none;
    text-align: center;
    font-size: 13.5px;
}
.bottom-contact-mobile ul li  img {
    height: 23px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.bottom-contact-mobile ul li span {
    color: #fff;
    font-size: 12px;
}

.menu-footer-mobile {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0px;
}
.menu-footer-mobile a {
    color: #fb0;
    font-size: 12px;
    line-height: 1.2;
    padding: 5px 2px;
    transform: scale(.95);
    width: 33.333%;
}


@media (min-width: 992px) {
    .mobile{display: none;}
}


@media only screen and (max-width: 991px) {
   
   .PC{display: none;}

}

@media only screen and (max-width: 767px) {
   
    .home-content,.website-question {
        padding: 25px 15px;
    }
    .menu-footer {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 500px) { 
    
    .home-type .type-title {
        font-size: 14px;
    }
    
}




@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

