/*
Theme Name: bet
Text Domain: bet
*/

body {
    margin: 0;
    padding: 0;
  
    font-size:15px;
	line-height:1.6;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
   color: rgba(0,0,0,0.8);
	background:#f7f7f7;
}

*{ 
	-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;
}
section img {
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    padding: 0;
	
	line-height:1.3;
	color: #000;
	font-weight:700;
}
h1 {font-size:25px;}
h2 {font-size:23px;}
h3 {font-size:21px;}
h4 {font-size:19px;}
h5 {font-size:17px;}
h6 {font-size:15px;}
p {
    margin: 0 0 15px;
    padding: 0;
}
a {
    color: #0e50ef;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #000;
}
ul, ol {
    margin: 0 0 15px 15px;
    padding: 0;
}
blockquote {line-height:1.4;margin:0 0 15px;font-style:italic;font-size:18px;border-left:4px solid #0e50ef;padding-left:15px;}
table {border-collapse: collapse;width:100%;margin:0 0 15px;border:1px solid rgba(0,0,0,0.1);}


table td, table th {border:1px solid rgba(0,0,0,0.1);padding:10px 15px;}
@media screen and (max-width: 767px) {
    .pdt {
        width: 100%;
        overflow: auto!important;
        border:1px solid rgba(0,0,0,0.1);
        
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .pdt table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
.clear::after {
  display: block;
  clear: both;
  content: "";
}
.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;
}
.middle-align {
   background: #f5f5f5;
    padding: 15px;
}
.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;
}

.main-container ol {
    list-style-position: outside;
}
.main-container ol li {
    margin: 5px 0;
}
.toggle {
    display: none;
}


a.paw-effect{ overflow:hidden; position:relative; }
a.paw-effect span{ position:absolute; transition:transform 0.4s ease-in-out; opacity:0.25; }
a.paw-effect span.paw1{ left:5%; top:5px; transition-delay:0.1s; }
a.paw-effect span.paw2{ left:15%; top:30px; transition-delay:0.15s; }
a.paw-effect span.paw3{ left:40%; top:5px; transition-delay:0.25s; }
a.paw-effect span.paw4{ left:52%; top:30px;transition-delay:0.35s; }
a.paw-effect span.paw5{ right:25px; top:5px; transition-delay:0.45s; }
a.paw-effect span.paw6{ right:5px; top:30px;transition-delay:0.55s; }
a.paw-effect:hover span{ transform:translate(8px,5px); color:#000000; }

.main-container {
    margin: 15px 0;
    padding: 0;
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
/* = Top Header css
-------------------------------------------------------------- */
.top-bar{
	background-color: #f15958;
	position: relative;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 0.5px;
	padding: 10px 0;
}
.top-bar a{
	color: #ffffff;
}
.top-bar-left{
	margin-right: auto;
}
.top-bar-left .top-bar-col{
	padding: 0 10px 0 0;
	margin-right: 10px;
	position: relative;
}
.top-bar-left .top-bar-col i{
	margin-right: 5px;
}
.top-bar-left .top-bar-col:after {
    content: '';
    width: 1px;
    height: 70%;
    position: absolute;
    right: 0;
    top: 50%;
    border-right: 1px solid;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.top-bar-left .top-bar-col:last-child::after{
	content: none;
}
.top-bar-right{
	margin-left: auto;
}
.top-bar-right .social-icons a{
	display: inline-block;
	width: 30px;
}

/* = Header css
-------------------------------------------------------------- */
.logo img {

max-width:180px;
}


#header {
    width: 100%;
    position: relative;
	background: #000;
	padding:15px 0 10px;
}

.left-header-box{
	width:20%;float:left;
}
.right-header-box{
	padding-top:7px;
	width:40%;float:left;
}
.header-button{
	width:40%;float:left;
	text-align:right;
	padding-top:5px;
}

button.dropdown-toggle{
	display:none;
}


.sitenav { 
	position:relative; 
	z-index:99; 
}

.sitenav ul {
	margin:0; 
	padding:0; 

	
	
}
.sitenav ul li{ 
	display:inline-block; 
	position:relative; 
	line-height:normal;
	margin-right:30px;
}
.sitenav ul li:last-child {margin-right:0;}
.sitenav ul li a {
	
	display:block; 
	font-weight:700;
	color:#999; 
	position:relative; 
	
}

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



/* = section first css
-------------------------------------------------------------- */
.bonuses{
  position:relative;
  margin: 0 0 30px 0; 
  padding:182px 12px 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{
    max-width: 1130px;
    margin: 30px auto;
    padding:60px;
  }
  .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;
  }
}

.welcome{
background:url(/wp-content/uploads/2023/05/100.jpg) no-repeat left center;height:300px;
margin:30px auto;
max-width:1130px;
padding:40px;
position:relative;
font-weight:700;
color:#fff;
}
.bonus {font-size:27px;}
.promo {position:relative;z-index:9;display:inline-block;}
.intro-overlay {position:absolute;left:0;top:0;width:100%;height:100%;}
.welcome a.main-button {display:block;margin:30px 0;max-width:200px;padding:10px;}
.welcome a.secondary-button {display:none;margin:15px auto;max-width:240px;padding:10px;}
.new-promo {position:absolute;color:#ccc;z-index:8;right:30px;top:50px;background:rgba(0,0,0,0.7);padding:20px;max-width:280px;}
.new-promo b {display:block;color:#fff;}
.welcome .new-promo a.main-button {margin:20px auto 0;max-width:240px;}
.promo span { 
position:relative;
margin-right:22px;
cursor:pointer;
color: #2eff70;
display:inline-block;
}

.promo span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/bet/images/copy.svg);
    mask: url(/wp-content/themes/bet/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #2eff70;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
.bottomgo img {width:170px;}
.bottomgo {display:none;padding:15px;text-align:center;background: linear-gradient(to left, #171022 0%,#1524a8 100%);position:fixed;bottom:0;left:0;width:100%;}
@media (max-width:1150px) {
.welcome {margin:0 0 30px;max-width:100%;width:100%;}
}
@media (max-width:767px) {
.welcome {height:auto;text-align:center;padding:30px 15px;background: linear-gradient(to right, #171022 0%,#1524a8 100%);}
.welcome a.main-button {margin:15px auto;max-width:240px;}
.welcome a.secondary-button {display:block;}
.bonus {font-size:24px;}
.right-header-box, .header-button, .intro-overlay {display:none;}
.bottomgo {display: flex;
 justify-content: space-between;
	align-items: center;}
.new-promo {position:static;margin:20px auto 0;max-width:500px;background:rgba(0,0,0,0.2);}
}
@media (max-width:380px) {
.bottomgo img {width:120px;}
}
@media (max-width:330px) {
.bottomgo img {display:none;}
.bottomgo {display:block;padding:20px;}
}
/* = section second css
-------------------------------------------------------------- */

.col_box {margin-right:-15px;margin-left:-15px;}

.third_col {
    width: 33.333333%;
	float:left;
	padding-left:15px;
	padding-right:15px;
}
.fourth_col {
    width: 25%;
	float:left;
	padding-left:15px;
	padding-right:15px;
}
.half_col {
    width: 50%;
	float:left;
	padding-left:15px;
	padding-right:15px;
}



a.main-button {
    font-weight: 700;
	
	color: #fff;
	background: #5919d2;
	padding: 10px 30px;
	border-radius:5px;
	text-align:center;
}

a.secondary-button {text-align:center;font-weight: 700;
	
	color: #ffffff;
	background: #2ecc71;
	padding: 10px 30px;border-radius:5px;}

.header-button a.main-button {margin-right:5px;}
/* --------- Pages ------- */

.content-area, .container {
    width: 100%;
    margin: 0 auto;
    padding-left:15px;
	padding-right:15px;
	position:relative;
}
@media (min-width:576px) {
.content-area, .container {max-width:540px;}
}
@media (min-width:768px) {
.content-area, .container {max-width:740px;}
}
@media (min-width:992px) {
.content-area, .container {max-width:960px;}
}
@media (min-width:1200px) {
.content-area, .container {max-width:1160px;}
}
.site-main {
    width: 70%;
    margin: 0;
    padding-right:30px;
    float: left;
}
#sitefull {
    width: auto !important;
}
#nosidebar {
    width: 80%;
    margin: 0 auto;
    float: none;
    text-align: center;
}
#sidebar {
    width: 30%;
    margin: 0;
    padding: 15px;
	
    float: left;
	background:#fff;
}


.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;
}

form.search-form {
    margin-bottom: 15px;
}
input.search-field,
.post-password-form input[type=password] {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 10px;
	
	width:100%;
}
input.search-field:hover, input.search-field:focus, input.search-field:active {border: 1px solid rgba(0,0,0,0.1);}
input.search-submit,
.post-password-form input[type=submit] {
   display:none;
}

#sidebar .widget-title {color: #28343a;font-weight:700;font-size:20px;margin-bottom:15px;}
#sidebar ul {list-style:none;margin:0 0 30px;}
#sidebar ul li {
border-bottom:1px solid rgba(0,0,0,0.05);
padding-bottom:10px;
margin-bottom:10px;

}
#sidebar ul li a {display:block;line-height:1.3;font-weight:700;}

p.form-submit {margin:0;}
ol.comment-list {
    list-style: none;
	margin:0;
	padding:0;
}
ol.comment-list ol {margin:0;list-style: none;padding-left:30px;}
.comment-author img {float:left;margin-right:15px;}
.comment-date {font-size:13px;opacity:0.7;}
.comments-title, .comment-reply-title {font-size:20px;margin-bottom:15px;font-weight:700;color: #28343a;}
.comment-content {padding-bottom:20px;}
a.comment-reply-link {font-weight:700;}
.commentmetadata {font-size:14px;}
#comments label {
    display: block;
	font-size:14px;opacity:0.7;
	margin-bottom:7px;
}
input:hover, input:focus, input:active, textarea:focus, textarea:hover, textarea:active {border:none;outline:0;box-shadow:none;}
#commentform input#email,
#commentform input#url,
#commentform input#author,
#commentform textarea,
#commentform input#eazycfc_captcha {
    max-width: 400px;
	width:100%;
    border: none;
    padding: 10px;
}
#commentform textarea {max-width: 100%;}
#commentform input#submit {
  background:#344249;
    border: none;
    padding: 10px 20px;
    color: #fff;
	text-transform:uppercase;
	font-weight:700;
   cursor: pointer;
   border-radius:4px;
   font-family:inherit;
}
#commentform input#submit:hover {
   background:#3d4d55;  
}
.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:#000000;
	color:#ffffff;
	padding:11px 20px;
}

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

.footer-widget-wrapper {background:#000;padding:40px 0 30px;}
.footer-widget-wrapper .widget-title {font-weight:700;text-transform:uppercase;font-size:14px;color:#fff;margin-bottom:15px;}
.footer-widget-wrapper ul {list-style:none;margin:0;}
.footer-widget-wrapper ul li {margin-bottom:4px;}
.footer-widget-wrapper .widget {margin-bottom:30px;}
.footer-widget-wrapper ul li:last-child {margin-bottom:0;}
.footer-widget-wrapper ul li a {color:#d1d1d1;}
.footer-widget-wrapper ul li a:hover {color:#fff;text-decoration:underline;}
.footer-images-wrapper img {filter: grayscale(1) contrast(.5);vertical-align:middle;margin:10px 15px;max-height:50px;}
.footer-images-wrapper img:hover {filter: none;}
.footer-images-wrapper {background:#28343a;margin:0 10px 10px;text-align:center;padding:30px 0;}
.copyright {font-size:13px;border-top:1px solid rgba(255,255,255,0.08);padding-top:20px;text-align:center;color:rgba(255,255,255,0.6);}
.copyright ul {margin:0 0 15px;}
.copyright ul li {display:inline-block;margin:5px 10px;}
.footer-button {text-align:center;padding:10px 0 40px;}
.footer-button a.main-button {margin-right:10px;}
.home h2, .home h1, .stitle {text-transform:uppercase;font-size:20px;color: #000;margin:0 0 15px;font-weight:700;}
.home h3 {font-size:17px;}
.post_content {background: #fff;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);margin-bottom:30px;}
.post_content img {width:100%;}

a.post_link {display:block;font-weight:700;line-height:1.3;padding:8px 15px 12px;min-height:80px;}
.slot_content {position:relative;margin-bottom:30px;text-align:center;background-color: rgba(0,0,0,.8);}
.slot_content img {display:block;width:100%;}
.slot_content:hover img {opacity:0.25;}
.slot_content span {color:rgba(255,255,255,0.8);font-size:14px;}
.slot_button {position:absolute;left:0;top:16%;width:100%;display:none;}
.slot_content:hover .slot_button {display:block;}
.slot_button a.secondary-button {margin:10px auto;display:block;max-width:180px;padding:8px;}
a.demo_link {text-transform:uppercase;color:#fff;font-weight:700;font-size:14px;}
a.demo_link:hover {text-decoration:underline;}
.title-container {background: #f5f5f5;padding:15px;margin-bottom:1px;}
.title-container h1 {font-size:20px;margin:0;}
.post_thumb img {width:100%;}
.post_thumb {width:43%;float:left;margin-right:20px;margin-bottom:10px;}
.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;}
.entry-content a {font-weight:700;}
.sbtn a {display:block;margin-bottom:15px;}
.breadcrumbs {font-size:13px;}
.blog-post-repeat .entry-title {font-weight:700;font-size:17px;line-height:1.3;display:block;margin-bottom:10px;}
.blog-post-repeat {padding-bottom:15px;}
.nav-links span {background:#0e50ef;border-radius:4px;color:#fff;font-weight:700;padding:7px 14px;}
.nav-links span.dots {border-radius:4px;background:#fff;}
.nav-links a {border-radius:4px;background:#fff;color:#000;font-weight:700;padding:7px 14px;}
.nav-links a:hover {background:#0e50ef;color:#fff;}
.nav-links {padding:5px 0 10px;}
.taxonomy-description {padding:20px 0 5px;}
.nothing {font-weight:700;margin-bottom:15px;color: #28343a;font-size:23px;}
.not-found {text-align:center;padding:100px 0;}
.category_slots ul {margin:5px 0 0;list-style:none;}
.category_slots ul li {display:inline-block;margin-right:10px;margin-bottom:25px;}
.category_slots ul li:last-child {margin-right:0;}
.category_slots ul li a {font-weight:700;border-radius:4px;padding:7px 15px;color:#fff;background:#344249;}
.category_slots ul li a:hover {background: #28343a;}
.entry-content iframe {width:100%;height:450px;border:none;padding:0;}
.slot_btn {text-align:center;padding:20px 0;}
.about-section {padding:0 0 30px;}
.about-section a {font-weight: 700;
color: #fff;
background: #0e50ef;
padding: 10px;margin:15px auto;display:block;max-width:250px;
border-radius: 5px;
text-align: center;}
.slots-section {padding-top:30px;} 

.front-button {text-align:center;padding:10px 0 20px;}
.front-button a {background:#3d474d;color:#fff;font-weight:700;padding:7px 20px;border-radius: 5px;}
@media screen and (max-width: 1199px) {
a.slot_link {margin:5px auto;}
.slot_button {top:5%;}
}
@media screen and (max-width: 991px) {
    * {
        box-sizing: border-box;
    }

.slots .fourth_col, .slots-section .fourth_col, .posts-section .fourth_col {
    width: 50%;
}
a.slot_link {margin:10px auto;}
.slot_button {top:23%;}
    .toggle {
        display: block;
		position:absolute;
		right:15px;
		top:0;
    }
    .toggle a {
        
        color: #ffffff;
       
        padding: 0;
        
        font-size: 20px;
    }
    .toggle a:hover {
        color: #ffffff !important;
    }
    .toggle a.active {
        color: #ffffff;
    }

    .sitenav {
        display: none;
        float:none;
    }
    .sitenav ul {
        background: rgba(255,255,255,0.03);
        
        width: 100%;
        float: none;
        margin: 10px 0;
    }
    .sitenav ul li {
        border-bottom:1px solid rgba(255,255,255,0.07);
        display: block;
        float: none;
		margin-right:0;
        text-align: left;
    }
.sitenav ul li:last-child {border:none;}
    .sitenav ul li a {
        padding: 10px 15px;
        display: block;
        
        text-align:left;
		
    }


.left-header-box{
	width:100%;text-align:center;
}
.right-header-box{
	
	width:100%;text-align:center;
}
.header-button {
	width:100%;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
}
.site-main {
    width: 100%;
    padding-right:0;

}

#sidebar {
    width: 100%;
	margin-top:20px;
}
#custom_html-3 {display:none;}
.footer-widget-wrapper .fourth_col {width: 50%;}
}
@media (max-width:767px) {
.post_thumb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}
.slot_button {top:10%;}
.blog-post-repeat {
    padding-bottom: 30px;
}
.footer-images-wrapper img {margin:10px 10px;max-height:35px;}
}
@media (max-width:520px) {
.slots .fourth_col, .slots-section .fourth_col, .posts-section .fourth_col {
    width: 100%;
}
a.post_link {min-height:auto;}
.slot_button {top:30%;}
.footer-images-wrapper img {margin:7px;max-height:30px;}
}
@media (max-width:500px) {

.footer-widget-wrapper .fourth_col {width: 100%;}
}
@media (max-width:440px) {

.slot_button {top:25%;}

}
@media (max-width:360px) {
.slot_button {top:20%;}
a.slot_link {margin:5px auto;}
.header-button a.main-button, .footer-button a.main-button {margin-right:0;margin-bottom:15px;display:block;}
.header-button a.secondary-button, .footer-button a.secondary-button {display:block;}
}

@media (max-width:360px) {
.slot_button {top:15%;}
}

.tg {position:absolute;z-index:10;right:30px;bottom:70px;}
.tg a {font-weight:700;padding:15px 55px 15px 20px;color:#fff;border-radius:8px;background:#039be5 url(/wp-content/uploads/2025/04/telegram.png) no-repeat 97% 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:35px;}

.bonuses {padding: 140px 15px 90px;}

}