/*
Theme Name: slot
Text Domain: slot
*/
html{
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;

font-size: 15px;
line-height: 1.5;
background: #f5f5f5;
  color: rgba(0,0,0,0.8);
    box-sizing: border-box;
	font-family:-apple-system,BlinkMacSystemFont,Arial,"Helvetica Neue",Helvetica,sans-serif;
}
*{ 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after { 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}
img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    height: auto;
}
table {

 width:100%;
 border:1px solid rgba(0,0,0,0.1);
 margin:0 0 15px;
 border-collapse: collapse;
}
table td, table th {
 border:1px solid rgba(0,0,0,0.1);
 padding:5px 10px 10px
}

@media screen and (max-width: 767px) {
    .xtable {
        width: 100%;
        overflow: auto!important;
        border:1px solid rgba(0,0,0,0.1);
        
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .xtable table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
section img {
    max-width: 100%;
}
h1,
h2,
.h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    padding: 0;
line-height:1.3;
	color: #000;
	font-weight: 700;
}
h1 {font-size:26px;}
h2 {font-size:23px;}
h3 {font-size:20px;}
h4 {font-size:18px;}
h5 {font-size:17px;}
h6 {font-size:16px;}
p {
    margin: 0 0 15px;
    padding: 0;
}
a {
   color: #2ecc71;
   
	text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #000;
}
ul, ol {
    margin: 0 0 15px 15px;
    padding: 0;
}
ul {list-style:disc;}
ol {list-style:decimal;}
blockquote {font-size:17px;margin:0 0 15px;color:#000;padding-left:15px;border-left:4px solid #7200ff;}
.clear {
    clear: both;
}
.center {
    text-align: center;
    margin-bottom: 40px;
}
pre {
    border: 1px solid #d1d1d1;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    overflow-wrap: break-word;
    padding: 1.75em;
    white-space: pre-wrap;
}

.wp-caption {
    margin: 0 0 15px;
    padding: 0;
    font-size: 14px;
    max-width: 100%;
}
.wp-caption-text {
   text-align:center; font-style:italic; opacity:0.8;
    padding: 6px 0 0;
}
.sticky {
    margin: 0;
    padding: 0;
}
.screen-reader-text,
.bypostauthor,
.gallery-caption {
    margin: 0;
    padding: 0;
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 45px;
    margin-top: 4px;
    margin-bottom: 20px;
    padding: 0;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
#reply-title, .comments-title {font-size:20px;font-weight:700;color:#000;margin-bottom:15px;}
.gamescat ul {margin:10px 0 0;list-style:none;}
.gamescat ul li {display:inline-block;margin-right:5px;margin-bottom:25px;}
.gamescat ul li a {color:#fff;background:#7200ff;border-radius:30px;padding:10px 20px;font-weight:700;}
.main-container ol {
    list-style-position: outside;
}
.main-container ol li {
    margin: 5px 0;
}
.toggleMenu {
    display: none;
}
section {
    padding:0;
    position: relative;
}
.section_head{
    margin-bottom:50px;
}


.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.main-container {
    margin: 15px 0;
    padding: 0;
}
.container {
    width: 1160px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.entry-header {padding:15px 0;background: #fff;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);}
.entry-header h1 {font-size:23px;margin:0;line-height:1.3;}
.header-left { 
width:30%;float:left;
}
.header-center { 
width:35%;float:left;
padding-top:6px;

}
.header-center a.first {margin-right:10px;}
.header-right { 
width:35%;float:left; 
text-align:right;
padding-top:8px;
}


/* ===== Main Header ========= */
#header { 
    position:relative; 
    width:100%;
	height:auto;
	clear:both;
	
background:#000;
	padding:15px 0 12px;
   
}
a.custom-logo-link {display:inline-block;}
.logo img {width:170px;display:block;}

/********************************
** Navigation Menu Css
********************************/

.sitenav{ 
    position:relative; 
    z-index:9; 
}
.sitenav ul {
    margin:0;
    padding:0;
 
    
   
}
.sitenav ul li{
    display:inline-block;
    position:relative;
    line-height:normal;
    margin-left:30px;
}
.sitenav ul li a{
   
    font-weight:700;
    text-transform:uppercase;
    display:block;
    text-align:center;
    color:#999;
    position:relative;
    
	text-decoration: none;
}
.sitenav ul li.current_page_item a, .sitenav ul li a:hover {
    color: #fff;
}

.bonuses{
  position:relative;
  margin: 0 0 30px; 
  padding:182px 0 24px;
  color:#fff;
}
.bonuses__content{
  position:relative;
  z-index:2;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  gap:12px;
  -webkit-box-align:start;
      -ms-flex-align:start;
          align-items:flex-start;
}
.bonuses__bg{
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  width:100%;
  height:100%;
}
.bonuses__bg img{
  width:100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  -o-object-position:80% 50%;
     object-position:80% 50%;
}
.bonuses .box{
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  gap:12px;
  width:100%;
  padding:12px 12px 66px;
  font-weight:bold;
  font-size:12px;
  line-height:1.2;
  text-transform:uppercase;
  border-radius:8px;
}
.bonuses .box__header{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  gap:4px;
}
.bonuses .box__text{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  gap:6px;
  min-width:47%;
  font-weight:bold;
  font-size: 10px;
  white-space:nowrap;
  text-transform:uppercase;
}
.bonuses .box__text span{
  color:#f7d540;
  font-size:24px;
  text-align:right;
  text-shadow:0 2px 0 #e75700;
}
.bonuses .box__footer{
  position:absolute;
  right:12px;
  bottom:12px;
  left:12px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  gap:12px;
}
.bonuses .box__button{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  gap:12px;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  width:100%;
  max-width:396px;
  padding:8px 6px;
  color:#fff;
  font-weight:bold;
  line-height:24px;
  text-align:center;
  text-transform:uppercase;
  border:1px dashed;
  cursor:pointer;
}
.bonuses .box__button:hover{
  text-decoration:none;
}
.bonuses .box--casino{
  background:-webkit-gradient(linear, left top, left bottom, from(#09B505), to(#004B40));
  background:linear-gradient(180deg, #09B505 0%, #004B40 100%);
}
.bonuses .box--casino .box__button:last-child{
  background:#05D100;
  border-color:#05D100;
  border-style:solid;
}
.bonuses .box--casino .box__button:last-child:hover{
  background:#05ab00;
  border-color:#05ab00;
}
.bonuses .box--poker{
  background:-webkit-gradient(linear, left top, left bottom, from(#FF642E), to(#5F0203));
  background:linear-gradient(180deg, #FF642E 0%, #5F0203 100%);
}
.bonuses .box--poker .box__button:last-child{
  background:#FF2E2E;
  border-color:#FF2E2E;
  border-style:solid;
}
.bonuses .box--poker .box__button:last-child:hover{
  background:#d52424;
  border-color:#d52424;
}

.scrolling .box__footer{
  position:fixed;
}
.scrolling .box__footer .box__button:first-child{
  background-color:rgba(0, 0, 0, 0.7);
}
.scrolling .box--casino .box__footer{
  bottom:60px;
}

@media only screen and (min-width: 480px){
  .bonuses .box{
    font-size:14px;
  }
  .bonuses .box__text span{
    width:40%;
  }
}

@media only screen and (min-width: 768px){
  .bonuses{
    padding:60px 0;
  }
  .bonuses__content{
    gap:24px;
    max-width:500px;
  }
  .bonuses__bg img{
    -o-object-position:50%;
       object-position:50%;
  }
  .bonuses .box{
    font-size:16px;
  }
  .bonuses .box__header{
    gap:16px;
  }
  .bonuses .box__text{
    min-width:0;
	font-size: 12px;
  }
  .bonuses .box__text span{
    width:auto;
    font-size:36px;
    text-align:left;
  }
}

#bonuses .content-area {position:relative;}
#home_slider {font-weight:700;color:#fff;margin:0 0 30px;padding:60px 0 0;height:300px;width:100%;
background: url(/wp-content/uploads/2024/07/cards.jpg) no-repeat center center;background-size:cover;position:relative;overflow:hidden;}
.slider_text {text-transform:uppercase;font-weight:400;}
.slider_welcome {font-size:27px;text-shadow:2px 2px 2px #000;}
.slider_welcome span {color:#2dc53a;}
.s-overlay {position:absolute;left:0;top:0;width:100%;height:100%;}
.slider_promo {display:inline-block;position:relative;z-index:9;text-shadow:2px 2px 2px #000;}
.sleft {max-width:400px;}
.sright {padding:30px 20px;color:#ccc;max-width:280px;background: url(/wp-content/uploads/2024/07/bgn.jpg) no-repeat left center;
position:absolute;right:30px;top:-20px;background-size:cover;z-index:9;border-radius:15px;overflow:hidden;}
.sright b {display:block;color:#fff;}
#home_slider a.second {display:block;margin:30px 0;max-width:210px;padding:10px;}
#home_slider a.first {display:none;margin:15px auto;max-width:250px;padding:10px;color:#fff;border:1px solid #fff;}
#home_slider .sright a.second {max-width:250px;margin:20px auto 0;}
.slider_promo span { 
position:relative;
margin-right:22px;display:inline-block;
cursor:pointer;
color: #f9d501;
}
.slider_promo span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/slot/images/copy.svg);
    mask: url(/wp-content/themes/slot/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #f9d501;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
#home_slider a.second {display:block;margin:20px 0;max-width:200px;padding:10px;}

@media (max-width:767px) {
#home_slider {height:auto;text-align:center;background-position:left center;padding:30px 0;}
#home_slider a.second {margin:15px auto;max-width:250px;}
#home_slider a.first {display:block;}
.home .header-center, .home .header-right {display:none;}
.sleft {max-width:100%;}
.sright {margin-top:30px;display: block;text-align:center;padding:20px;max-width:500px;
position:static;height:auto;background-position:left top;}
.slider_welcome {font-size:24px;}
}

button.dropdown-toggle{
    display:none;
}
a.first {
  color: #999;
  border: 1px solid #999;
  font-weight: 700;
  border-radius: 30px;
  text-align: center;
  padding: 9px 30px;
}
a.second {
background: #2ecc71;
 
  color: #fff;
  font-weight: 700;
  border-radius: 30px;
  text-align: center;
  padding: 10px 30px;
}




.sbar {padding-top:15px;}
.sbar a {display:block!important;}
.sbar a.first {margin-bottom:15px;}

@media screen and (min-width: 992px) {
/* = Navigation 2nd level css
-------------------------------------------------------------- */
.sitenav ul li ul {
    color: #fff;
    opacity: 0;
    padding:0;
    position: absolute;
    right: 9999rem;
    top: calc(100% + 2rem);
    transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
    transform: translateY(0.6rem);
    width: 20rem;
    z-index: 1;
}
.sitenav ul li.menu-item-has-children:hover > ul,
.sitenav ul li.menu-item-has-children:focus > ul,
.sitenav ul li.menu-item-has-children.focus > ul {
    left: 0;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.15s linear, transform 0.15s linear;
    background-color:#2e2e2e;
    top:100%;
}

.sitenav ul li ul li{
    display:block; 
    position:relative; 
    float:none; 
    top:1px; 
    line-height:18px; 
    margin-left:0;
    margin-right:0; 
}
.sitenav ul li ul li a{
    display:block; 
    padding:10px; 
    position:relative; 
    top:0; 
    text-align:left;
}

/* = Navigation 3rd level css
-------------------------------------------------------------- */
.sitenav ul li:hover ul li:hover > ul,
.sitenav ul li:hover ul li:focus > ul{
    display:block; 
    position:absolute; 
    left:200px; 
    top:-1px; 
    -moz-animation: fadeInRight .3s ease-in-out; 
    -webkit-animation: fadeInRight .3s ease-in-out; 
    animation:fadeInRight .3s ease-in-out; 
}
.sitenav ul li.menu-item-has-children.focus ul li.menu-item-has-children.focus ul {
    left:inherit !important; 
    top:-1px !important;
    right: -174px !important;
}
}

/********************************
** Slider Css
********************************/


.separator { 
    position:relative;
    display:block;
    font-size:40px;
    font-weight:600;
    width:50px;
    height:40px;
    margin: 0 auto 10px;
}
.separator::before { 
    position:absolute;
    right:100%;
    top:12px;
    content:"";
    box-sizing: content-box;
    padding:2px 0 2px 7px;
    border-top:1px solid #b2b2b2;
    border-bottom:1px solid #b2b2b2;
    width:115px;
}
.separator::after { 
    position:absolute;
    left:100%;
    top:12px;
    content:"";
    box-sizing: content-box;
    padding:2px 7px 2px 0;
    border-top:1px solid #b2b2b2;
    border-bottom:1px solid #b2b2b2;
    width:115px;
}
.separator div.sep-icon { 
    position:relative;
    display:block;
    text-align:center;
}
.separator div.sep-icon::before { 
    content:"\f06c";
    font-family:'FontAwesome';
    color:#61a734;
    font-weight:100;
    font-size: 25px;
}
#slider p {
    color: #ffffff;
    margin: 0 0 10px 0;
    padding: 5px 0 25px;
    font: 400 17px 'Rajdhani';
    line-height: 25px;
}
#slider a.slide-button{
    padding:14px 30px;
    font:700 15px/20px 'Rajdhani';
    color:#ffffff;
    background-color: #61a734;
    text-transform: uppercase;
    border-radius:5px;
    display: inline-block;
	text-decoration: none;
}

/********************************
** Welcome Section Css
********************************/
#welcome-boxes{ 
    margin-bottom:50px;
 }
.welcome-box{
    position: relative;
    margin: 0 0 46px 0;
    border: 1px solid #cccccc;
    padding: 6px;
    background-color: #f2f2f2;
}
.welcome-content {
    padding: 24px;
    text-align: left;
    background-color: rgba(255, 255, 255, .9);
    position: relative;
}
.welcome-content h4 {
    font-size: 22px;
    margin: 0 0 16px;
    text-transform: uppercase;
    position: relative;
}
.welcome-content a{
    text-decoration: none;
}
.welcome-content h4::after {
    position: absolute;
    content: '';
    bottom: -12px;
    left: 0;
    display: block;
    width: 24px;
    height: 2px;
    margin-left: 0;
    background-color: #61a734;
}
.welcome-content p {
    margin-top: 24px;
}
.read-more{
    display: inline-block;
    margin-top: 15px;
    border-bottom: 2px solid;
    color: #61a734;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}

.read-more a:hover{
    color: #61a734;
}

/********************************
** Service Section Css
********************************/
#service-boxes{ margin-bottom:50px; }
.service-box{ position:relative; margin-bottom:30px; }
.service-box-content h3{
    font-size: 35px;
    margin: 0 0 20px;
}

/********************************
** Footer Css
********************************/
.footer-wrapper {padding-top:30px;
background: #000;}
.footer-wrapper .widget-title {
    font-size: 18px;
    color:#ffffff;
    font-weight: 700;
	margin-bottom:15px;
}
.footer-wrapper .widget ul {list-style:none;margin:0 0 15px;}
.footer-wrapper .widget ul li {margin-bottom:10px;}
.footer-wrapper .widget ul li:last-child {margin-bottom:0;}
.footer-wrapper .widget ul li a {color: #999;}
.footer-wrapper .widget ul li a:hover {color: #fff;}
.copyright-wrapper { 
    margin:0; 
    text-align:center; 
    padding:30px 0 15px; 
   color:rgba(255,255,255,0.6);
   
}
.copyright ul {list-style:none;}
.copyright ul li {font-size:13px;display:inline-block;margin:0 10px;}
.copyright ul li a:hover {color:#fff;}
.copyright-wrapper p {font-size:13px;}
.games {text-align:center;padding:20px 0;border-top:1px solid rgba(255,255,255,0.1);border-bottom:1px solid rgba(255,255,255,0.1);}
.pays {text-align:center;padding:20px 0;border-bottom:1px solid rgba(255,255,255,0.1);}
.buttons {text-align:center;padding:10px 0 30px;}
.buttons a.first {margin-right:15px;}
.games img {max-width:110px;margin:10px 15px;filter: grayscale(1) contrast(0.6) brightness(1.5);}
.games img:hover {filter:none;}
.pays img {max-width:110px;margin:10px 15px;filter: grayscale(1) contrast(0.6) brightness(1.5);}
.pays img:hover {filter:none;}

.content-area {
    width: 100%;
    margin: 0 auto;
    padding:0 15px;
}

@media (min-width:576px) {
.content-area {max-width: 540px;}
}
@media (min-width:768px) {
.content-area {max-width: 740px;}
}
@media (min-width:992px) {
.content-area {max-width: 960px;}
}
@media (min-width:1200px) {
.content-area {max-width: 1160px;}
}
#sidebar {

background: #fff;
box-shadow: 0 1px 4px 0 rgba(0,0,0,0.07);
padding: 15px;
border-radius:10px;
}


.error_msg {
    padding: 10px;
    background: #ffd3ce;
    color: #e00;
    border: 1px #e00 solid;
    margin: 15px 0;
}
.success_msg {
    padding: 10px;
    background: #dcffc5;
    color: #070;
    border: 1px #070 solid;
    margin: 15px 0;
}
.spacer20 {
    height: 20px;
    clear: both;
}

/********************************
** Navigation links Css
********************************/
.nav-links {
    display: table;
    clear: both;
    margin: 15px 0;
    width: 100%;
}
.nav-previous {
    float: left;
}
.nav-next {
    float: right;
}
.nav-links a,
.nav-links .page-numbers {
    background: #fff;
    color: #000;
    padding: 5px 13px;
    display: inline-block;
	text-decoration: none;
	font-weight:700;
}
.nav-links .current,
.nav-links a:hover {
    background: #2ecc71;
    color:#fff !important;
	font-weight:700;
}
.not-found {font-size:25px;margin:0 0 15px;color:#000;font-weight:700;} 
/********************************
** Inner Page Title Css
********************************/
.post-thumb {width:45%;float:left;margin-right:20px;margin-bottom:15px;}
.post-thumb img {width:100%;}
article img {
    height: auto;
}

form.search-form {
    margin-bottom: 15px;
}
input.search-field {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 10px 12px;
    display: inline-block;
	width:100%;
}
input.search-field:hover, input.search-field:active, input.search-field:focus {border: 1px solid rgba(0,0,0,0.2);box-shadow:none;outline:0;}
input.search-submit  {
display:none;
}
aside.widget {
    margin-bottom: 30px;
}


#sidebar ul {
    margin: 0;
    list-style:none;
 
    padding:0;
}
#sidebar .widget-title {font-size:20px;font-weight:700;color:#000;margin:0 0 15px;}
#sidebar ul li {padding-bottom:10px;margin-bottom:10px;border-bottom: 1px solid rgba(0,0,0,0.1);}
#sidebar ul li a {
display:block;
font-weight:700;
}
.comment-list,
ol.comment-list {
    list-style: none;
    margin: 0;
    padding:0;
}
ol.comment-list ol.children {list-style: none;padding-left:30px;}
.comment-date {font-size:13px;opacity:0.6);}
.middle-align {margin:30px 0;}
.blog-post-repeat {
    border-bottom: 1px solid rgba(255,255,255,0.06);
    
}
.entry-title a {display:block;font-weight:700;margin-bottom:10px;}


/*------- COMMENT STYLES --------*/

.comment-author.vcard img {
    float:left;
    margin-right: 20px;
}

.comment-content {padding-bottom:30px;}

.hrule {
    border-top: 1px #dbdbdb solid;
    margin-top: 15px;
    padding-bottom: 15px;
}
#comments textarea {width:100%;font-size:15px;border:1px solid rgba(0,0,0,0.1);box-shadow:none;outline:0;padding:10px;}
#comments input[type=text], #comments input[type=text], #comments input[type=text] {font-size:15px;border:1px solid rgba(0,0,0,0.1);box-shadow:none;outline:0;padding:10px;}
#comments textarea:hover, #comments textarea:focus, #comments textarea:active {border:1px solid rgba(0,0,0,0.1);box-shadow:none;outline:0;}
#comments input[type=text]:hover, #comments input[type=text]:focus, #comments input[type=text]:active,
#comments input[type=email]:hover, #comments input[type=email]:focus, #comments input[type=email]:active
{border:1px solid rgba(0,0,0,0.1);box-shadow:none;outline:0;}
#commentform p {
    margin: 5px 0;
}
.submit {font-family:inherit;font-weight:700;border-radius:30px;border:none;padding:10px 20px;color:#fff;background:#7200ff;}
#commentform label {
    display: block;font-size:14px;opacity:0.6);margin-bottom:5px;
}


#commentform input#submit:hover {
    cursor: pointer;
}
.form-allowed-tags {
    display: none;
}
ul.errormsg {
    background: #ffe4e4;
}
ul.errormsg li {
    padding: 5px;
}


select{
    padding:10px;
    width:100%;
}

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
#home_text {padding:0 0 30px;}
#home_text a {
  font-weight: 700;
  display:block;max-width:230px;margin:15px auto;
  padding: 10px;
  background: #7200ff;
  color: #fff;
  border-radius: 30px;
  text-align: center;}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#sitemain[tabindex="-1"]:focus {
  outline: 0;
}
.error-404 {
    text-align: center;
    margin: 0;
	padding:50px 0;
}
.error-404 h1{
    font-size: 30px;
 
}
p.text-404{
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 30px;
}


.slot_box img {width:100%;display:block;}
.slot_box:hover img {opacity:0.3;}

.slot_box .slot_btn {width:100%;text-align:center;display:none;position:absolute;top:20%;}
.slot_box:hover .slot_btn {display:block;}
.slot_box span {font-size:14px;color:#fff;}
.slot_box {background: #000;text-align:center;position:relative;margin-bottom:30px;border-radius:10px;overflow:hidden;}
.slot_box a.second {padding:7px;width:160px;font-size:14px;display:block;margin:10px auto;}
.slot_box a.demo {font-weight:700;font-size:14px;text-transform:uppercase;color:#fff;}
.home h1, .home h2, .home .h2 {font-size:23px;}
.home h3 {font-size:18px;}


.breadcrumbs {font-size:13px;}

.breadcrumbs a:hover {color:#fff;}
.news_box {background:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);border-radius:10px;overflow:hidden;margin-bottom:30px;}
.news_title {padding:8px 15px 15px;}
.news_title a {font-weight:700;display:block;line-height:1.3;font-size:15px;}


.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content ul, .entry-content ol, .entry-content blockquote, .entry-content p {clear:both;}
.entry-content p:first-of-type {clear:none;}


.archive-description {padding-top:15px;}
.play-btn {text-align:center;padding:30px 0;}
.entry-content iframe {width:100%;height:500px;}
.news_img img {width:100%;}
.section-btn {text-align:center;padding:0 0 15px;}
.promo {border:1px dashed rgba(252,228,168,0.4);text-align:center;color:#fff;padding:20px;margin:0 0 15px;}
.promo2 {text-align:center;margin:30px 0 30px;}
.promo2 p {margin:0;padding:15px;}
.promo2 strong {color:#fff;display:block;margin:0 0 15px;}
.text1, .text2, .text3 {float:left;width:33.3333%;padding:0 15px;}
.text1 p {background:#2543b0;color:#fff;}
.text2 p {background:#0aaa61;color:#fff;}
.text3 p {background:#bb2a58;color:#fff;}
@media (max-width:767px) {
.promo {padding:15px;}
}

.slider-wrapper .promo {position:relative;z-index:9;background:rgba(0,0,0,0.4);margin:20px 0 0;padding:15px!important;text-align:left;}
span.promocode { font-weight:700;
position:relative;
margin-right:25px;
color:#ff3c00;
cursor:pointer;
}
span.promocode:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/slot/images/copy.svg);
    mask: url(/wp-content/themes/slot/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #ff3c00;
    position:absolute;
    width: 18px;
    height: 18px;
    top:-1px;
	right:-22px;
}

#cf_alert_div {display:none!important;}
.header-promo, .headerpromo {padding:15px;color:#fff;font-weight:700;text-align:center;background:#ff3c00;}
.headerpromo {position:fixed;z-index:99;top:0;left:0;right:0;}
.header-promo span.promocode, .headerpromo span.promocode {color:#000;}
.header-promo span.promocode:after, .headerpromo span.promocode:after { background-color: #000;}
.text2 span.promocode, .text3 span.promocode, .text1 span.promocode {color:#f7dc9c;}
.text2 span.promocode:after, .text3 span.promocode:after, .text1 span.promocode:after { background-color: #f7dc9c;}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width:992px) {
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
}
@media (min-width:992px) and (max-width:1199px) {
.header-center a.first {display:none;}
}
@media (max-width:1199px) {
.slot_box .slot_btn {top:15%;}
.entry-content iframe {height:450px;}
#home_slots ul li {width:33.3333%;}
.home-container .content-area section ol li {padding-bottom:15px;}
.home-container .content-area section ol li:last-child {padding-bottom:0;}
.slider-wrapper {width:55%;}
}
@media (max-width:991px) {
.text1, .text2, .text3 {width:100%;}
.header-left {width:100%;text-align:center;}
.header-center {width:100%;text-align:center; padding-top:15px;}
.header-right {width:100%;text-align:center;padding-top:0;padding-bottom:10px;}
.footer-wrapper .col-3, #home_slots .col-3, .gms .col-3, #home_news .col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
#home_add ul li {width:33.3333%;}

.slider-wrapper {width:60%;}
.entry-content iframe {height:400px;}
.slot_box .slot_btn {top:30%;}
#home_available ul li {width:50%;}
}
@media (max-width:767px) {

.post-thumb {width: 100%;margin-right: 0;}
.slot_box .slot_btn {top:20%;}
.entry-content iframe {height:250px;}

.slider-wrapper {width:100%;}

}
@media (max-width:575px) {

.footer-wrapper .col-3, #home_news .col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
}
@media (max-width:500px) {

.entry-content iframe {height:250px;}
#home_slots .col-3, .gms .col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.slot_box .slot_btn {top:30%;}
}


@media (max-width:365px) {
	.entry-content iframe {height:200px;}
.header-center a.first, .buttons a.first {margin-right:0;margin-bottom:15px;}
.header-center a, .buttons a {display:block;}
}
@media (max-width:340px) {

.slot_box .slot_btn {top:20%;}
}
.tg {position:absolute;z-index:10;right:30px;bottom:10px;}
.tg a {font-weight:700;padding:15px 65px 15px 20px;color:#fff;border-radius:8px;background:#37aee2 url(/wp-content/uploads/2025/04/telegram.svg) no-repeat 92% center;box-shadow: 0 1px 4px 0 rgba(0,0,0,0.07);background-size:40px;}
@media (max-width:991px) {
.tg {text-align:center;left:calc(50% - 130px);right:auto;bottom:-55px;}

.bonuses {padding: 150px 0 90px;}

}