/*
Theme Name: GoXbet
Author: GoXbet team
Description: Our GoXbet default theme
Version: 0.1
*/
*{
    box-sizing: border-box;
}
body{
    margin: 0;
    padding-top: 155px;
    font-family: 'Roboto', sans-serif;
    color: white;
    background-color: #0C0B0B;
}
img{
    max-width:100%;
    height: auto;
}
.content table {
  border-collapse: collapse;
  width: 100%;
}

.content table td, .content table th {
  border: 1px solid #ddd;
  padding: 8px;
}
.content table tr{
    transition: all .1s ease-in;
}
/*.content table tr:nth-child(even){color: #000;background-color: #f2f2f2;}*/

.content table tr:hover {color: #000;background-color: #ddd;}

.content table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}

.content{
    margin-top: 25px;
    margin-bottom: 35px;
}
.content ul,.content ol{
    padding-left: 0;
    margin: 15px 0;
    list-style: none;
}
.content ul li:before{
    content: "";
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 8px;
    margin-right: 14px;
    margin-bottom: 2px;
    background: #fe284a;
    border-radius: 8px;
}
.content ol {
    counter-reset: section;
}
.content li{
    margin-bottom: 5px;
}
.content ol li:before{
    counter-increment: section;
    content: counter(section)".";
    position: relative;
    display: inline-block;
    width: 18px;
    height: 6px;
    margin-right: 10px;
    text-align: right;
    color: #fe284a;
}
.content{
    width: 100%;
}
.demo-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 450px;
    height: auto;
    overflow: hidden
}
.demo-container>img,
.demo-container>picture,
.demo-container>picture img {
    width: 100%;
    height: 450px;
    position: absolute;
    z-index: 1;
    object-fit: cover;
    object-position: center;
    filter: blur(5px);
}
.wrapper-demo-game {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}
.wrapper-demo-game>*:not(.play-demo-game) {
    width: 100%;
    height: 100%
}
.wrapper-demo-game iframe{
    border: none;
}
.wrapper-demo-game>svg {
    width: 50px;
    height: 50px;
    cursor: pointer
}

.action-referral-link{
    cursor: pointer;
}
.container {
    width: 100%;
    max-width: 1370px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;*/
    /*margin-left: -15px;*/
}
.space-beetwen{
    justify-content: space-between;
}
.text-center{
    text-align: center;
}

.alignright {
    max-width: 100%;
	float: right;
	/*margin: 10px;*/
}
.alignleft {
    max-width: 100%;
	float: left;
	/*margin: 10px;*/
}
.aligncenter {
    max-width: 100%;
	/*margin: 10px auto;*/
	margin: 0 auto;
	display: block;
	text-align: center;
}
header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #02151B;
    transform: translateX(0);
    transition: all .1s ease-in;
}
header .main-logo{
    max-width: 100%;
}
header .right{
    display: flex;
    align-items: center;
}
header .enter-form{
    margin-top: 20px;
    display: flex;
}
header .fast-registration{
    display: flex;
    align-items: center;
    height: 25px;
    margin-right: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: #18FF00;
}
header .fast-registration svg{
    margin-right: 6px;
}
header .form-main-container{
    display: flex;
    flex-wrap: wrap;
    max-width: 270px;
}
header .social-container{
    display: flex;
    align-items: center;
    width: 130px;
    margin-top: 10px;
    margin-right: 10px;
}
header .social-container span:not(:last-of-type){
    margin-right: 8px;
}
header .social-container span{
    cursor: pointer;
}
header .reestablish{
    width: 130px;
    margin-top: 10px;
    font-size: 10px;
    line-height: 12px;
    text-decoration-line: underline;
    color: #BBCCBB;
    cursor: pointer;
}
header .button-container{
    margin-left: 20px;
}
header .enter-form input:first-of-type{
    margin-right: 10px;
}
header .enter-form input {
    width: 130px;
    padding: 0 5px;
    font-size: 13px;
    line-height: 100%;
    color: #B4B4B4;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: #474646;
    border-radius: 2px;
}
header .enter-form input::placeholder{
    color: #B4B4B4
}
header .enter-form button,
.play-now{
    display: block;
    width: 110px;
    padding: 5px;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: linear-gradient(180deg, #FDCA0B 0%, #FFBA00 50.52%, #F04E23 100%);
    border: none;
    border-radius: 2px;
    outline: 0;
}
header .enter-form button:active,
.play-now:active{
    transform: translateY(1px);
}
header .enter-form button:last-of-type,
.play-now{
    margin-top: 10px;
    background: linear-gradient(180deg, #18FF00 0%, #24A916 100%);
}
.play-now{
    width: auto;
    max-width: 100%;
    margin: 20px auto;
    padding: 15px 30px;
    font-size: 20px;
    transition: transform 1s cubic-bezier(.1,.1,.2,.6);
}
.play-now:hover{
    transform: scale(1.2);
}

header .button-container svg,
header .hamburger{
    display: none;
}
header.fixed-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}
header.fixed-header .main-logo{
    width: auto;
    height: 60px;
}
header.fixed-header .fast-registration,
header.fixed-header .form-main-container input ,
header.fixed-header .form-main-container .reestablish {
    display: none;
}
header.fixed-header .social-container{
    margin-top: 0;
}
.social-container svg {
    display: block;
}
header.fixed-header .enter-form .button-container{
    display: flex;
}
header.fixed-header .enter-form button:last-of-type{
    margin-top: 0;
    margin-left: 10px;
}

header .header-navigation{
    flex-basis: 100%;
}
header .header-navigation ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
header .menu-header-container svg{
    display: none;
}
header .header-navigation ul li:not(:last-child){
    margin-right: 30px;
}
header .header-navigation ul li a{
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFFFFF;
}
.breadcrumbs .home{
    color: #FDCA0B;
    transition: all .15s ease-in;
}
.breadcrumbs .home:hover{
    color: #F04E23;
}
.banner-row{
    flex-wrap: nowrap;
}
.swiper-container{
    width: 853px;
    max-width: 100%;
    max-height: 341px;
}
.swiper-slide{
    max-width: 100%;
    height: auto;
}
.jackpots-winners-container{
    width: 100%;
    margin-left: 30px;
}
.jackpots-winners-container .title{
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFBA00;
}
.jackpots-winners-container .winners-block .title{
    color: #18FF00;
}
.jackpots-block{
    margin-bottom: 10px;
}
.jackpots-block,
.winners-block{
    padding: 0 10px 20px 10px;
    background: #02151B;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.jackpots-block .item,
.winners-block .item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #0C0B0B;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.jackpots-block .left-info,
.winners-block .left-info{
    display: flex;
    align-items: center;
}
.winners-block .left-info img{
    margin: 3px 10px 3px 15px;
}
.jackpots-block .item .left-info span:first-of-type{
    width: 90px;
    margin-right: 15px;
    padding: 10px 7px;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    text-transform: uppercase;
}
.jackpots-block .item .left-info span:last-of-type{
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: #B4B4B4;
}
.jackpots-block .item:nth-child(2) .left-info span:first-of-type{
    color: #5E1D1D;
    background: linear-gradient(180deg, #8D2020 69.23%, #0D0101 137.18%);
    text-shadow: 0px 1px 0px #A64444;
}
.jackpots-block .item:nth-child(3) .left-info span:first-of-type{
    color: #795E16;
    background: linear-gradient(180deg, #FFBA00 48.72%, #76590A 137.18%);
    text-shadow: 0px 1px 0px #D1C5A5;
}
.jackpots-block .item:nth-child(4) .left-info span:first-of-type{
    color: #686969;
    background: linear-gradient(180deg, #E1E1E1 48.72%, #858584 100%);
    text-shadow: 0px 1px 0px #F5F5F5;
}
.jackpots-block .item span:last-of-type,
.winners-block .item span:last-of-type{
    margin-right: 10px;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
}
h1{
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #18FF00;
}
.line{
    width: 100%;
    /*margin: 0 5px;*/
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.games-list-background{
    background: #02151B;
}
.games-list-container{
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.games-list-container .item{
    position: relative;
    padding: 5px;
    width: 20%;
    min-height: 180px;
    overflow: hidden;
}
.games-list-container .item .image{
    position: relative;
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: center;
    border: 1px solid #FFFFFF;
}
.games-list-container .item span.text-center,
.games-list-container .item a.text-center{
    display: inline-block;
    width: 100%;
    color: white;
    text-decoration: none;
}
.games-list-container .item .overlay-buttons{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    transform: scale(0);
    transition: transform .15s ease-in;
}
.games-list-container .item:hover .overlay-buttons{
    transform: scale(1);
}
.games-list-container .overlay-buttons button,
.games-list-container .overlay-buttons a{
    padding: 10px 32px;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    border: none;
    outline: none;
    border-radius: 2px;
    cursor: pointer;
}
.games-list-container .overlay-buttons button,
.games-list-container .overlay-buttons button:first-child{
    margin-bottom: 20px;
    background: linear-gradient(180deg, #00A81D 0%, #126A21 100%);
}
.games-list-container .overlay-buttons button:last-child,
.games-list-container .overlay-buttons a{
    background: linear-gradient(180deg, #C52828 0%, #701616 100%);
}
.games-list-container .item svg{
    position: absolute;
    width: 29px;
    top: 11px;
    left: -1px;
}
.games-list-container .more-games{
    display: block;
    margin: 30px auto;
    margin-bottom: 0;
    padding: 12px 36px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: linear-gradient(180deg, #C52828 0%, #701616 100%);
    border: none;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
}
.home .content{
    margin: 20px 0;
}
.go-home-url{
    display: block;
    margin-top: 35px;
    padding: 15px 30px;
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background: linear-gradient(180deg, #FDCA0B 0%, #FFBA00 50.52%, #F04E23 100%);
    border: none;
    border-radius: 2px;
}
.error404 .content{
    margin: 0 auto;
}
.error404 h1{
    font-size: 56px;
}
.error404 footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
footer{
    background: #0C0B0B;
}
.footer-logos-row{
    justify-content: center;
}
.copyright{
    margin: 20px 0 30px 0;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #B4B4B4;
}
@media (max-width: 1370px){
    .container{
        max-width: 100%;
    }
}
@media (max-width: 1200px){
    .banner-row {
         flex-wrap: wrap;
    }
    .banner{
        width: 100%;
    }
    .banner img{
        width: 100%;
        height: auto;
    }
    .jackpots-winners-container {
        display: flex;
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
        order: 0;
    }
    .jackpots-block, .winners-block {
        width: 100%;
    }
    .jackpots-block {
         margin-bottom: 0;
    }
    .games-list-container .item{
        width: 25%;
    }
}
@media (max-width: 991px){
    header .enter-form {
        align-items: center;
        margin-top: 0;
    }
    header .fast-registration,
    header .form-main-container input ,
    header .form-main-container .reestablish {
        display: none;
    }
    .games-list-container .item{
        width: 33%;
    }
    img.f-logo {
        height: 70px;
    }
}
@media (max-width: 767px){
    body {
        padding-top: 55px;
    }
    header,
    header .right,
    header .enter-form,
    header .form-main-container,
    header .social-container,
    header .button-container{
        height: 50px;
    }
    header .main-logo,
    header.fixed-header .main-logo{
        width: auto;
        height: 50px;
    }
    header .social-container {
         width: auto;
         margin-top: 0;
         margin-right: 0;
    }
    .social-container svg {
        width: 18px;
    }
    header .button-container {
        display: flex;
        align-items: center;
    }
    header .enter-form button {
        width: 100px;
        padding: 4px;
        font-size: 11px;
        line-height: 11px;
    }
    header .enter-form button:last-of-type {
        margin-top: 0;
        margin-left: 8px;
    }
    header .menu-header-container{
        display: none;
    }

    header .menu-header-container svg{
        position: absolute;
        right: 14px;
        top: 15px;
        display: block;
        width: 20px;
    }
    header .hamburger{
        display: block;
        width: 18px;
        margin-left: 20px;
        color: white;
    }
    header .menu-header-container.fixed{
        top: 0;
        left: 0;
        position: fixed;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        align-items: center;
        height: 100vh;
        min-width: 100%;
        min-height: 100vh;
        padding: 10px 0;
        overflow-y: auto;
        background: black;
        z-index: 10;
        scrollbar-width: none;
    }
    header .menu-header-container.fixed .header-menu{
        max-height: 100vh;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: none;
    }
    header .header-navigation ul li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .games-list-container .item{
        width: 50%;
    }
    .wp-block-image .alignright,
    .wp-block-image .alignleft{
        float: none;
        margin: 0 auto;
    }
    img.f-logo {
        height: 44px;
    }
}
@media (max-width: 567px){
    header,
    header .right,
    header .enter-form,
    header .form-main-container,
    header .social-container,
    header .button-container,
    header .main-logo,
    header.fixed-header .main-logo{
        height: 40px;
    }
    header .button-container {
        display: flex;
    }
    header .button-container button {
        display: none;
    }
    header .button-container svg{
        display: block;
        width: 18px;
        color: #FFBA00;
    }
    header .button-container svg:first-of-type{
        margin-right: 8px;
        color: #18FF00;
    }
    .jackpots-winners-container {
        flex-wrap: wrap;
    }
    .jackpots-block {
        margin-bottom: 20px;
    }
}
@media (max-width: 480px){
    .alignright,.alignleft,.aligncenter {
        width: 100%;
        height: auto;
    }
    .games-list-container .item{
        width: 100%;
    }
}
@media (max-width: 370px){
    header,
    header .right,
    header .enter-form,
    header .form-main-container,
    header .social-container,
    header .button-container,
    header .main-logo,
    header.fixed-header .main-logo{
        height: 35px;
    }
    .social-container svg,
    header .button-container svg,
    header .hamburger{
        width: 16px;
    }
}