/*
Theme Name: slot
Text Domain: slot
*/
* {box-sizing:border-box;}
body {
    margin: 0;
    padding: 0;
  
	font-size:15px;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: rgba(255,255,255,0.8);
	background:#1b2b38;
	font-weight:400;
	line-height:1.6;
	overflow-x:hidden!important;
}
img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    height: auto;
}
section img {
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    padding: 0;
	line-height:1.3;
	color:#fff;
	font-weight: 700;
}
h1 {font-size:28px;}
h2 {font-size:25px;}
h3 {font-size:22px;}
h4 {font-size:19px;}
h5 {font-size:17px;}
h6 {font-size:15px;}
p {
    margin: 0 0 15px;
    padding: 0;
}
table {border-collapse: collapse;width:100%;text-align:center;border:1px solid rgba(255,255,255,0.1);margin:0 0 15px;}

table td, table th {border:1px solid rgba(255,255,255,0.1); padding:10px 15px;}
@media screen and (max-width: 767px) {
    .scd {
        width: 100%;
        overflow: auto!important;
        table td
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .scd table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
blockquote {border-left:5px solid #cbfe02;padding-left:15px;font-size:17px;color:#fff;font-style:italic;margin:0 0 15px;}
blockquote p {margin:0;}
a {
    color: #ff7a00;
	text-decoration: none;
}
a:hover {
    text-decoration: none;
   color:#fff;
}
ul, ol {
    margin: 0 0 15px 15px;
    padding: 0;
}
.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;
    padding: 0;
    font-size: 13px;
    max-width: 100%;
}
.wp-caption-text {
    margin: 0;
    padding: 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;
}


.toggleMenu {
    display: none;
}

.home h2, .home h1, .section-title {font-size: 22px;font-weight:700;color:#fff;margin:0 0 15px;line-height:1.3;}
.home h3 {font-size: 18px;}
/* ------- Slider -------- */

#section_welcome_bonus {padding:30px 30px 0;position:relative;height:300px;background:url(/wp-content/uploads/2023/09/banner.jpg) no-repeat right top;background-size:cover;border-radius:10px;overflow:hidden;margin:30px 0;}

.swb {position:absolute;left:0;top:0;width:100%;height:100%;}
.welcome_title {color:#fff;font-size:30px;font-weight:700;}
.welcome_promo {color:#fff;font-weight:700;position:relative;z-index:9;}
#section_welcome_bonus a.link-reg {display:block;max-width:180px;padding:10px;margin:30px 0;}
.welcome_promo span { 
position:relative;
margin-right:22px;
cursor:pointer;display:inline-block;
color: #fe7c01;
}

.welcome_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: #fe7c01;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
@media (max-width:991px) {
#section_welcome_bonus {height:auto;padding:30px 20px;}
}
@media (max-width:767px) {
#section_welcome_bonus {background-position:left center;}
}
@media (max-width:380px) {
.welcome_title {font-size:25px;}
}
.toggle {
    display: none;
}
#header {
    width: 100%;
    position:relative;
	background:#13212d;
}
.header-inner {
    position: relative;
	padding:15px 0;
	display: flex;
	justify-content: space-between;
	align-items:center;
}
button.dropdown-toggle{
	display:none;
}


/* = Navigation css
-------------------------------------------------------------- */
#navigation{
	text-align: right;
}
.toggle{
	display: block;
}
.toggle a{
	width:auto; 
	color:#ffffff; 
	background:url(images/mobile_nav_right.png) no-repeat right center #1b2b38; 
	padding:10px 25px; 
	margin-top:5px; 
	font-size:16px; 
	text-align:left;
}
.toggle a:hover{
	color:#ffffff !important;
}
.sitenav{ 
	position:relative; 
	z-index:9999; 
}
.sitenav ul {
	margin:0; 
	padding:0; 
	
}
.sitenav ul li{ 
	display:inline-block; 
	position:relative; 
	
}
.sitenav ul li a{
	padding:10px 15px; 
	display:block; 
	color: #fff; 
	position:relative; 
	border-radius:5px;
	text-decoration: none;
	font-weight:700;
	
}

.sitenav ul li a:hover{
	
	color:#ff7a00;
}



/* ===== Top Header ========= */

.top-header {
    background-color: #000000;
    color: #ffffff;
	padding: 5px 20px;
	position: relative;
}

.flex-element {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.top-header-left {
    margin-right: auto;
}

.flex-element {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.top-header-col {
    position: relative;
    padding-right: 20px;
    margin-right: 20px;

}

.top-header-col:last-child {
    margin: 0;
    padding: 0;
}

.top-header-left .social-icons {
    display: table;
	white-space: nowrap;
}

.top-header a, .top-header .social-icons a {
    color: #ffffff;
	height: 35px;
	line-height: 35px;
	width: 35px;
	position: relative;
	border: none;
	margin: 0 0 0 5px;
	font-size: 14px;
	overflow: hidden;
	z-index: 1;
	border-radius: 0;
	display: table-cell;
}

.top-header-right {
    margin-left: auto;
}

/* = section Services css
-------------------------------------------------------------- */
.section_head{
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	padding-bottom: 40px;
}

.section_head span {
    display: block;
    width: 300px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.section_head span:before, .section_head span:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 4px;
    border-bottom: 2px dashed #bb8e4b;
    bottom: 0;
}
.section_head span:before {
    left: 50px;
}
.section_head span:after {
    right: 50px;
}
.section_head:before {
    content: '\f0c4';
    font-family: 'FontAwesome';
    font-weight: 400;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    font-size: 22px;
    width: 100px;
    margin: 0 auto;
    
    text-align: center;

}
#homepage-services{
	padding:0 0 60px;
}
.three_column{
	width: 32%;
	margin-right:2%;
	float: left;
	margin-bottom: 20px;
	position: relative;
}
.last_column {
    clear:right;
    margin-right:0 !important;
}
.ser-icon{
	width: 80px;
	height: 80px;
	margin: 0 auto 20px;
}
.serbox{
	text-align:center;
}
.ser-content h2{
	
	font-size: 22px;
	font-style: normal;
	
	margin-bottom:25px;
}


/* = section first css
-------------------------------------------------------------- */
section#pagearea { 
	width:100%; 
	position:relative; 
}
.pagearea-inner { 
	z-index:99; 
	width:100%;
	margin-bottom:50px;
	display: flex;
}
.one_half{
	flex: 2;
	margin-right:30px; 
}

.one_half h5{
	
	text-transform: uppercase;

	font-size: 35px;
	
	margin-bottom: 20px;
}
.one_half .wel-read{
	text-transform: uppercase;

    background-color: #1c1f26;
    padding: 14px 25px;
  
    display: inline-block;
 
	margin-top: 20px;
	text-decoration: none;
}


/* --------- Pages ------- */


.page-wrapper {
    width: 100%;
    margin: 0 auto;
    padding:0;
}
.primary-wrapper {
    width: 100%;
	max-width:900px;
    margin: 0 auto;
    padding: 0;
  
}


/* -------- Footer ------- */

.copyright{ 
	font-size:13px;
	text-align:center; 
	padding:0 0 15px; 
}

.copyright img {margin:5px 15px;}

.copyright p {margin:0 0 10px;}
.copyright ul {margin:20px 0 5px;list-style:none;}
.copyright ul li {display:inline-block;margin:5px 10px;}
#contact input[type="submit"] {
 
    margin: 25px 0 0 0;
    padding: 10px 30px;
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
    background-color: #000000;
	color:#ffffff;
}
.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;
}
.nav-links {
   
    clear: both;
    margin: 10px 0;
    width: 100%;
}
.nav-previous {
    float: left;
}
.nav-next {
    float: right;
}
.nav-links a,
.nav-links .page-numbers {
    background: #344a5c;
    color: #fff;
	font-weight:700;
    padding: 5px 13px;
    display: inline-block;
	text-decoration: none;
	border-radius:4px;
}
.nav-links .current,
.nav-links a:hover {
    background: #ff7a00;
	color:#fff;
}

article img {
    height: auto;
}

.h2 {font-weight:700;font-size:25px;margin-bottom:15px;}

form.search-form {
    margin-bottom: 15px;
}
input.search-field,
.post-password-form input[type=password] {
    border: none;
    padding: 10px;
	display: inline-block;
}
input.search-submit {
    border: none;
    color: #ffffff;
 
    cursor: pointer;
	text-transform:uppercase;
	font-weight:700;
}
input.search-field {min-width:300px;}
#sidebar ul li {
    margin: 5px 0;
	list-style:none;
	background:url(images/nav_right.png) no-repeat left center;
	padding:0 0 0 25px;
}

.comment-content {clear:both;padding-bottom:30px;}
.comment-head img {float:left;margin-right:15px;margin-bottom:15px;border-radius:4px;}
.comment-date {font-size:13px;color:#8d8d8d;clear:none;}
a.comment-reply-link {font-weight:700;text-transform:uppercase;font-size:14px;}
ol.comment-list, ol.comment-list ol {
    list-style: none;
	margin:0;
}
ol.comment-list ol {padding-left:30px;}
.comments-title {margin:0 0 15px;}
.comments-title, .comment-reply-title {font-weight:700;font-size:25px;color:#fff;}
.footer-widgets .widget-title {
    font-size: 18px;
    margin-bottom: 15px;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;

}
.blog-post-repeat {
   
    margin-bottom: 30px;
}
.entry-thumb img {
    width: 100%;
}

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

.comment-author.vcard {
    display: inline-block;
    margin-right: 15px;
}
.comment-author img {
    display: block;
}
.comment-meta {
float:right; font-size:13px;

}
.comment-meta a {color:#8d8d8d;text-decoration:inderline;}
.comment-meta a:hover {color:#fff;}
#commentform p {
    margin: 5px 0;
}
#commentform label {
    display: block;
	margin-bottom:5px;
}
#commentform input#email,
#commentform input#url,
#commentform input#author,
#commentform textarea,
#commentform input#eazycfc_captcha {
    border-radius:4px;
    border: none;
    padding: 10px;
}
#commentform textarea {width:100%;}
#commentform input#submit {
 background:#344a5c;
 text-transform:none;
 font-weight:700;
 border-radius:30px;
 font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    border: none;
    padding: 10px 20px;
    color: #fff;
	margin-top:5px;
    display: inline-block;
}
#commentform input#submit:hover {
    cursor: pointer;
	color:#fff;
	background:#344a5c;
}
.form-allowed-tags {
    display: none;
}
ul.errormsg {
    background: #ffe4e4;
}
ul.errormsg li {
    padding: 5px;
}


select{
	padding:10px;
	width:100%;
}
footer.entry-meta {
    clear: left;
}
p.form-submit input[type="submit"]{
	color:#ffffff !important;
}
input[type="submit"].search-submit{
	background-color:#303642;
	color:#ffffff;
	padding:11px 13px;
}

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

.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;
  height: auto;
  left: 5px;

  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. */
.playfortuna {padding:30px 0;text-align:center;}
.gamedev ul {list-style:none;margin:0;}
.gamedev ul li {margin-bottom:30px;margin-right:15px;display:inline-block;}
.gamedev ul li a {background:#344a5c;padding:10px 15px;border-radius:30px;color:#fff;font-weight:700;}
.gamedev ul li a:hover, .gamedev ul li.active a {color:#fff;background:#344a5c;}
.archive-description {padding-top:15px;}
.entry-header {padding:30px 0 15px;}
.entry-header h1 {font-size:22px;padding-top:15px;}
.entry-title a {display:block;font-weight:700;font-size:20px;line-height:1.2;margin:0 0 10px;}
.breadcrumbs {font-size:14px;color: #797979;border-bottom: 1px solid rgba(121,121,121,0.3);padding-bottom:5px;}
.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 blockqoute, .entry-content p {clear:both;}
.entry-content p:first-of-type {clear:none;}
.entry-content a {font-weight:700;text-decoration:underline;}
.entry-content a.link-reg {text-decoration:none;}
.entry-thumb {width:40%;float:left;margin-right:20px;margin-bottom:15px;}
.footer-developers {text-align:center;padding:30px 0 0px;}
.footer-developers img {margin:5px 15px;}
.footer-payments {display: flex;justify-content: space-between;align-items:center;padding:30px 0;}
.footer-payments img {max-height:40px;filter: invert(50%);}
.footer-widgets {background:#151a22;padding:30px 0 30px;margin-top:30px;}
.footer-widgets ul li {margin-bottom:10px;}
.footer-widgets ul {margin:0 0 15px!important;list-style:none!important;}
.footer-widgets ul li a {color: #fff;display:block;line-height:1.3;}
.footer-widgets ul li a:hover {color: #ff7a00;}
.game-inner {background:#13212d;border-radius:10px;overflow:hidden;padding:10px 10px 8px;text-align:center;position:relative;margin-bottom:30px;}
.game-button {display:none;position:absolute;width:100%;top:calc(50% - 25px);}
a.link-demo {font-weight:700;font-size:14px;text-transform:uppercase;color:#fff;}
a.link-demo:hover {color:#fff;}
.game-button a.link-reg {display:block;max-width:170px;font-size:14px;margin:0 auto 5px;padding:10px;}
.game-inner:hover .game-button {display:block;}
.game-inner:hover img {opacity:0.2;}
.game-img {position:relative;background: #000;border-radius:7px;overflow:hidden;margin-bottom:5px;}
.game-inner img {width:100%;display:block;}
.game-inner span {color:#fff;}

.news-inner p {margin:0;padding:15px;}
.news-inner {background:#13212d;border-radius:10px;overflow:hidden;margin-bottom:30px;}
.news-inner img {width:100%;display:block;}
.news-inner:hover img {opacity:0.7;}
.news-inner p a {display:block;line-height:1.2;font-weight:700;}

a.link-go {background:#7c5cfe;color:#fff;text-align:center;font-weight:700;padding:10px 30px;border-radius:30px;}

a.link-reg {background:#dafe31;color:#111;text-align:center;font-weight:700;padding:10px 30px;border-radius:30px;}

.footer-widgets a.link-go, .footer-widgets a.link-reg {display:block;}
.footer-widgets a.link-go {margin-bottom:15px;}
.logo img {max-width:140px;}

.header-button a.link-go {margin-right:5px;}

.entry-content iframe {width:100%;height:500px;}


#section_title a {background: #344a5c;
color: #fff;
margin:15px auto;display:block;max-width:240px;
text-align: center;
font-weight: 700;
padding: 10px;
border-radius: 30px;}
#sitemain[tabindex="-1"]:focus {
  outline: 0;
}
.error-404.not-found{
	text-align: center;
	margin: 0;
	padding:100px 0;
}
.error-404 h1{
	font-size: 30px;
	margin-bottom: 30px;
}

.left_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.p-col-1, .p-col-2, .p-col-3, .p-col-4, .p-col-5, .p-col-6, .p-col-7, .p-col-8, .p-col-9, .p-col-10, .p-col-11, .p-col-12, .l-col-1, .l-col-2, .l-col-3, .l-col-4, .l-col-5, .l-col-6, .l-col-7, .l-col-8, .l-col-9, .l-col-10, .l-col-11, .l-col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {

.p-col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
.p-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
.p-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

.p-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
.p-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
.p-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
.p-col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
.p-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
.p-col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
.p-col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
.p-col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
.p-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {

.l-col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
.l-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
.l-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

.l-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
.l-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
.l-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
.l-col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
.l-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
.l-col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
.l-col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
.l-col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
.l-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width:991px) {
#section_slots ul li, #section_signup ul li, #section_pay ul li {width:50%;}
#section_help ul li {width:100%;}
}
@media (max-width:767px) {
#section_games ul li {width:50%;}
.home h2, .home h1 {font-size: 20px;}
.home h3 {font-size: 18px;}
}
@media (max-width:500px) {
#section_slots ul li, #section_signup ul li, #section_games ul li, #section_pay ul li {width:100%;}
}