/*
Theme Name: play
Text Domain: play
*/

/* Basic Style */
*{
  outline:none;
}
body{
background-color: #141414;
	color: #fff;
	font-family: "Montserrat", "Open Sans", "Lato", "Helvetica Neue", Helvetica, sans-serif;
  padding:0;
  margin:0;
  font-size:15px;
  line-height:1.5;
  overflow-x: hidden;
}

img{
  border:none;
  height:auto;
}
section img, img{
  max-width:100%;
}
h1,h2,h3,h4,h5,h6{
  margin:0 0 15px;
font-weight:700;
  color: #fff;
  line-height:1.3;
}
h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:23px;}
h4 {font-size:21px;}
h5 {font-size:19px;}
h6 {font-size:17px;}
p{
  margin:0 0 15px;

}
a{
  text-decoration:none;
  color: #edc97f;
}
a:hover{
 color:#fff;
}
a:focus,a:hover{
 outline: 0;
}
a:focus, .toggle-menu button:focus, textarea:focus, .closepop:focus, input:focus, button:focus, input:focus{
  outline: 0;
  border: 0;
}

ul, ol {
  margin:0 0 15px 15px;
  padding:0;
}

select{
  width:100%;
}
.clear, article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{
  clear:both;
}
.mtable table {
  width: 100%;
  border-collapse: collapse;
  margin:30px 0;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;
}
/* ref */
.footer-links {
  margin: 30px auto 20px;
  gap: 20px;
  justify-content: center;
	display:flex;
  padding: 12px 25px;
}


.footer-links a {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
}

.footer-links a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #ffcc5c;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: left;
}

.footer-links a:hover {
  color: #ffcc5c;
}

.footer-links a:hover::after {
  transform: scaleX(1);
}
/*refEnd  */
.mtable {
  border-collapse: collapse;
  width: 100%;
  background-color: #1e1e1e;
  color: #e7c77d;
  font-family: sans-serif;
}

.mtable th {
  background-color: #2a2a2a;
  color: #f5d97a;
  text-align: left;
  padding: 14px 18px;
  font-weight: 600;
  font-size: 15px;
  border-bottom: 1px solid #3a3a3a;
}

.mtable td {
  padding: 14px 18px;
  border-bottom: 1px solid #2d2d2d;
  color: #f0e3b5;
  font-size: 15px;
}

.mtable tr:last-child td {
  border-bottom: none;
}

.mtable tr:hover td {
  background-color: #2c2c2c;
}

@media screen and (max-width: 767px) {
	.footer-links{
		flex-flow:column;
	}
    .mtable {
        width: 100%;
        overflow: auto!important;
        border: 1px solid rgba(255,255,255, 0.1);
        
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
	
    .mtable table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
input[type='submit']:hover{
  cursor: pointer;
}
.center{
  text-align:center;
  margin-bottom:40px;
}

.wp-caption{
  margin-bottom:15px;
  max-width:100%;
}
.bypostauthor, *, body, img, .sticky, .gallery-caption{
  margin:0;
  padding:0;
}
.wp-caption-text {font-size:14px;font-style:italic;padding:6px 0 0;text-align:center;opacity:0.8;}
.screen-reader-text {
  position: absolute;
  top:-9999em;
  left:-9999em;
}
/*wide block*/
.entry-content .alignwide {
  margin-left  : -80px;
  margin-right : -80px;
}
.entry-content .alignfull {
  margin-left  : calc( -100vw / 2 + 100% / 2 );
  margin-right : calc( -100vw / 2 + 100% / 2 );
  max-width    : 100vw;
}
blockquote {    font-size: 18px;font-style: italic;margin: 0 0 15px;border-left: 4px solid #F5A623;color: #333C57; background: #ffffff; padding: 15px 20px;border-radius: 8px;box-shadow: 0 4px 8px rgba(0,0,0,0.05);}
blockquote p{margin:0;}
.entry-content a {text-decoration:underline;}
.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 iframe {width:100%;height:500px;border:none;padding:0;}
.alignfull img {
  width: 100vw;
} 
.left-sidebar-page .entry-content .alignwide, .left-sidebar-page .entry-content .alignfull, .right-sidebar-page .entry-content .alignwide, .right-sidebar-page .entry-content .alignfull{
  margin-left  : 0;
  margin-right : 0;
}
/* 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;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
.alignleft,img.alignleft {
  display: inline;
  float: left;
  margin-right:20px;
  margin-top:4px;
  margin-bottom:10px;
  padding:0;
  border:1px solid #bbb;
  padding:5px;
}
.alignright,img.alignright {
  display: inline;
  float: right;
  border:1px solid #bbb;
  padding:5px;
  margin-bottom:10px;
  margin-left:25px;
}
.aligncenter,img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:0;
}
.comment-list .comment-content ul {
  list-style:none;
  margin-left:15px;
}
.comment-list .comment-content ul li{
  margin:5px;
}
#respond{
  clear:both;
}

small{
  font-size:14px !important;
}


a.closebtn.mobile-menu, #contact-info form.search-form, .toggle-menu, #category .owl-dots, a.closebtn, #sidebar ul.woocommerce-mini-cart.cart_list.product_list_widget li:before, .no-js #loader-wrapper, #menu-sidebar .social-icons, #menu-sidebar .mail, #menu-sidebar .book-btn, .elementor-html #loader,.elementor-html #loader-wrapper {
  display: none;
}



.logo img {width:80px;display:block;}
/* --------- MENUS CSS --------- */
* {box-sizing:border-box;}
.primary-navigation ul{
  list-style: none;
  margin: 9px 0 0;
}
.primary-navigation li{
  display: inline-block;
  position: relative;
  margin-right:20px;
}
.primary-navigation li:last-child {margin-right:0;}
.primary-navigation li a:hover,.primary-navigation li:hover a{
   color: #edc97f;
  
}
.primary-navigation a{
  display: block;
color: #fff;


  font-weight: 700;

}


/*--------------- SUPERFISH MENU ---------------------------*/
.sf-arrows .sf-with-ul:after{
  content: '\f067';
  position: absolute;
  font-weight: 600;
  font-family: 'Material Icons', 'Segoe UI Symbol', sans-serif;
  font-size: 10px;
  padding: 0px 6px;
}
.sf-arrows ul .sf-with-ul:after{
  right: 10px;
  color: #fff;
}
.sf-arrows ul li > .sf-with-ul:focus:after,.sf-arrows ul li:hover > .sf-with-ul:after,.sf-arrows .sfHover > .sf-with-ul:after{
  content: '\f068';
  font-weight: 600;
  font-family: 'Material Icons', 'Segoe UI Symbol', sans-serif;
  color: #fff;
}
.sf-arrows .sf-with-ul{
  padding-right: 30px;
}
/* --------- Main Menu--------- */

#header {padding:20px 15px;    border-bottom: 1px solid rgba(219, 219, 214, 0.3); background:#272828;
}
/*-----------------Search pop up----------------*/
.serach_inner{
  background: #fff;
  max-height: 150px;
  display: flex;
  justify-content: center;
  position: relative;
  box-shadow: 0px 0px 12px #c0bebe;
  transition: 1s height ease-in-out;
}
.search-close {
  position: absolute;
  top: 0;
  font-size: 40px;
  z-index: 9999;
  right: 50%;
  color: #575756;
  background: none;
  border:none;
  cursor: pointer;
  transition: 0.5s height ease-in-out;
}
.serach_inner form.search-form {
  width: calc(100% - 30px);
  color: #fff;
  border: none;
  border-bottom: 1px solid #eae6e6;
  position: absolute;
  bottom: 20px;
  display: table;
  padding: 0;
  border-radius: 0;
  background: #ffffff;
  max-width: 1200px;
  text-align: left;
}
.serach_inner form.search-form label {
  width: 95%;
}
.serach_inner input.search-field {
  padding: 10px;
  font-size: 20px;
  font-style: italic;
  font-weight: normal;
  color: #3a4d5e;
  max-height: 1200px;
  border: 0;
}
.serach_inner input.search-submit {
  padding: 8px 35px;
  margin: 5px 0;
  font-size: 20px;
}
.serach_inner input[type="submit"]{
  text-indent: -9999px;
  z-index: 9999;
  background: url(images/search.png) no-repeat 0 10px;
  position: absolute;
  margin:0;
  background-size: 30px;
}
.search-box button{
  background: transparent;
  border: 0;
}
.search-outer {
  background: rgb(0 0 0 / 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  text-align: center;
  height: 100%;
  transition: 1s height ease-in-out;
  z-index: 999;
}
body.search-focus .search-outer{
  visibility: visible;
  transition: 1s height ease-in-out;
}
body.admin-bar .serach_inner{
  margin-top: 32px;
}
body.admin-bar .search-close{
  top:30px;
}
button.search-submit {
 border: 0;
 background: transparent;
}
input.search-field {
 border: none;
 padding: 4px 0;
 background: transparent;
 width: 95%;
}
.search-box i {
  color: #0EC7DE;
}
.search-box button, .search-box i {
  background: none;
  border:none;
}
.serach_inner input[type="submit"]{
  text-indent: -9999px;
  z-index: 9999;
  background: url(images/search.png) no-repeat 0 10px;
  position: absolute;
  margin:0;
  background-size: 30px;
}
.modal-content{
  background: transparent;
  border: 0;
}
.modal-dialog{
  pointer-events: all;
}
.modal-body{
  padding: 0;
}
#myModal, .modal-open {
  padding: 0 !important;
}
.modal-open{
  overflow-y: scroll;
}
body.admin-bar .serach_inner{
  margin-top: 32px;
}
body.admin-bar .closepop{
  top:30px;
}
/* --------- Slider --------- */
#slider { 
margin:0 auto 30px;width:100%;max-width:1300px;
  background: url(/wp-content/uploads/2025/08/new-big-bg.jpg) no-repeat left center;
  background-size:cover;
  position:relative;
  height:330px;
  padding:50px 30px 0;
}
.slider-image {width:100%;max-width:500px;}
.slider-overlay {position:absolute;left:0;top:0;width:100%;height:100%;}
.slide-text {font-weight:700;color:#fff;font-size:24px;}
.slide-promo {font-weight:700;color:#fff;display:inline-block;position:relative;z-index:9;}
#slider a.button_2 {display:block;padding:10px;max-width:200px;margin:30px 0;background: #ffb400;}
#slider a.button_1 {display:none;padding:10px;max-width:200px;margin:15px auto;}
.slide-promo span { 
position:relative;
margin-right:22px;display:inline-block;
cursor:pointer;
color: #edc97f;
}

.slide-promo span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/play/images/copy.svg);
    mask: url(/wp-content/themes/play/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #edc97f;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
.blackbg {
  margin: 0 auto;
  padding: 30px 0;
  width: 100%;
  height: 100%;
  max-width: 1550px;
}

@media (max-width: 991px) {

}
@media (max-width:1340px) {
#slider { max-width:100%;margin:0 0 30px;}
.home .blackbg {
    padding: 20px 0 30px;
  }
}
@media (max-width:767px) {
#slider { height:auto;padding:30px 15px;text-align:center;}
.slide-text {font-size:23px;}
.slider-overlay, .home .top_buttons {display:none;}
#slider a.button_2 {margin:15px auto;}
#slider a.button_1 {display:block;}
.slider-image {max-width:400px;}
}
/*----------------- content page ----------------*/



.our-services img{
  width:100%;
}


#footer {
  background: #272828;padding:0 0 40px 0;clear: both;color: #333C57;box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05);
}

#footer .sidebar-column {
  text-align: center;
}

#footer .sidebar-column ul { margin: 0;padding: 0;list-style: none;
}

#footer .sidebar-column ul li {
  display: inline-block;margin: 6px 18px;
}

#footer .sidebar-column ul li a {
  color: #5F7DFF;text-decoration: underline;font-weight: 500;font-size: 14px;transition: color 0.2s ease;
}

#footer .sidebar-column ul li a:hover {
  color: #F5A623;text-decoration: none;
}

.copyright {
  margin-top: 20px;text-align: center;
}

.copyright p {
  font-size: 13px;color: #888ea3;margin: 0;
}


/* Comments BOX */
#comments {
  display: block;
}
#comments h2.comments-title{
  font-size:25px;
  font-weight:bold;
  border-top:2px dotted #7e7e7e;
}
#comments h3.comment-reply-title{
  font-size:20px;
  font-weight:bold;
  clear:both;
}  
#comments input[type="text"],#comments input[type="email"]{
border: 1px solid rgba(158, 103, 42, 0.5);
padding: 10px;
font-size: 15px;
color: #000;
width: 100%;
max-width:400px;
background: #fff;
}
#comments textarea {width:100%;height:130px;border: 1px solid rgba(0, 0, 0, 0.1);padding: 10px;}
#comments input[type="text"]:focus,#comments input[type="email"]:focus, #comments textarea:focus {border: 1px solid rgba(0, 0, 0, 0.1);outline;0;}
#comments input[type="submit"] {
  background:#27ae60;
  padding:10px 20px;
  border-radius:30px;
  font-weight:700;
  color: #fff;
  
  border: none;
}
#comments input[type="submit"]:hover {background:#27ae60;}



.comments-title, .comment-reply-title{
 margin-bottom:15px;
  font-size: 20px;
  font-weight:700;
  color:#fff;
}
#comments {padding-top:20px;}
ol.comment-list {list-style:none;margin:0;}
ol.comment-list ol {list-style:none;margin:0;padding-left:30px;}
.comment-date {font-size:14px;opacity:0.6;}
.comment-author img {float:left;margin-right:20px;}
a.comment-reply-link {font-size:16px;font-weight:700;}
.comment-content {padding-bottom:20px;}
a#cancel-comment-reply-link {margin-left:20px;}
.slots_wrap {background:#000;position:relative;text-align:center;margin-bottom:30px;}
.slots_wrap span {color:#fff;}


.slots_hidden {z-index:99;position:absolute;left:0;top:22%;display:none;width:100%;}
.slots_wrap:hover .slots_hidden {display:block;}
.slots_wrap img {width:100%;}
.slots_wrap:hover img {opacity:0.3;}
a.tlink {color: #fff;font-weight:700;text-transform:uppercase;}
a.tlink:hover {text-decoration:underline;}
.slots_wrap a.button_2 {margin:10px auto;display:block;width:200px;}


/*------------- Sidebar -------------*/
#sidebar {padding:15px;background: #131313;}
#sidebar .widget-title {
  font-weight: 700;
  font-size: 23px;
 margin-bottom:15px;
  color: #fff;

}
input[type="search"] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  font-size: 15px;
  color: #000;
  width: 100%;
  background:#fff;
}
form.search-form label{
  width:100%;
}

#sidebar input[type="submit"]{
  background: #0EC7DE;
  border: none;
  color: #fff;
  padding: 10px 0;
  letter-spacing: 2px;
  width: 100%;
  font-size: 18px;
  margin: 0;
}

#sidebar ul {
  list-style:none;
  margin:0;
 
}
#sidebar ul li{
margin-bottom:10px;padding-bottom:10px;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
#sidebar ul li a {
  display:block;font-weight:700;line-height:1.3;
 
}


.content-ts hr{
  clear:both;
}

.error404 .middle-align {padding:100px 0;text-align:center;}

/* Pagination */
.nav-previous {
  float: left;
  width: 50%;
  font-size: 15px;
}
.nav-next {
  text-align: right;
  font-size: 15px;
}
.pagination {
  clear:both;
 
  display:block;

}
.pagination span,.pagination a {
 
  margin-right:5px;
  padding:8px 15px;
  text-decoration:none;
background:#1b1b1b;
 font-weight:700;
 color: #fff;

}
.pagination a:hover{
 color: #000;
background:#edc97f;
}
.pagination .current{
 color: #000;
background:#edc97f;
}
iframe , .entry-audio audio{
  width: 100%;
}



a.button_1 {font-weight: 700;
  text-align: center;
  padding: 10px 30px;
  border-radius: 30px;
  background: #1fa745;
  color: #fff;
}
a.button_2 {font-weight: 700;
  color: #000;
  text-align: center;
  padding: 10px 30px;
  border-radius: 30px;
  background: #f4d483;

}





.joy-btn {padding:30px 0;text-align:center;}
.joy-btn a {text-decoration:none;}
.down_button a.button_1, .down_button a.button_2 {display:inline-block;}
.down_button a.button_2 {margin-right:15px;}
.top_buttons {margin-top:10px;text-align:right;padding-right:20px;}
.sidebar-column {padding:10px 0 30px;}
.pays img {margin:10px 15px; filter: brightness(0) invert(1);}
.pays {border-top:1px solid rgba(255,255,255,0.1);border-bottom:1px solid rgba(255,255,255,0.1);padding:30px 0;margin-bottom:30px;}
.text-content {margin-bottom:30px;background:#1e1e1e;}
.text-content img {width:100%;}
.text-content p {margin:0;padding:10px 15px 15px;min-height:83px;}
.text-content p a {line-height:1.3;display:block;font-weight:700;}

.home h2, .home h1, .sec-title {font-size:24px;margin:0 0 15px;font-weight:700;color: #fff;}
.home h3 {font-size:20px;color:#444;}
.page-header {padding:15px 0;background: #1b1b1b;}
.page-header h1 {margin:0;font-size:25px;}
.box-img img {width:100%;}
.box-img {float:left;width:45%;margin-right:20px;margin-bottom:15px;}
.new-title a {display:block;line-height:1.3;display:block;margin-bottom:10px;font-size:18px;font-weight:700;}
.page-box {padding-bottom:15px;}
.taxonomy-description {padding-top:30px}
.side_button {text-align:center;}
.side_button a {display:block;margin:15px auto;}
#search-2 {padding-bottom:30px;}
.title-none {font-weight:700;margin-bottom:15px;color:#000;font-size:25px;}
.down_button {padding-bottom:40px;}
.copyright ul {margin:0 0 15px;list-style:none;}
.copyright ul li {display:inline-block;margin:0 10px;}
.copyright ul li a {font-size:14px;}
.copyright ul li a:hover {color: #fff;}
.licategory ul {list-style:none;margin:0 0 5px;}
.licategory ul li {display:inline-block;margin-right:7px;margin-bottom:15px;}
.licategory ul li a {background: #27ae60;
padding: 7px 16px;
border-radius: 30px;
font-weight: 700;
color: #fff;}

.container {position:relative;}

#texthome a {padding: 10px;
  border-radius: 30px;
  font-weight: 700;
  color: #fff;display:block;max-width:240px;margin:15px auto;
  text-align: center;
  background: #27ae60;}
a.mdl-btn {display:block;margin:10px auto 20px;max-width:200px;font-weight:700;color:#fff;padding:10px;border-radius:30px;background: linear-gradient(to right, rgba(240,127,31,1) 0%,rgba(246,105,0,1) 80%,rgba(194,74,3,1) 100%);}
span.bonuscode { 
position:relative;
margin-right:25px;
cursor:pointer;
color: #ed476d;
font-weight:700;
}
span.bonuscode:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/play/images/copy.svg);
    mask: url(/wp-content/themes/play/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #ed476d;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
.promo-title {color: #988b81;font-weight:700;display:block;margin:0 0 15px;}
.blogger span.bonuscode { color: #41c73c;}
.blogger span.bonuscode:after {background-color: #41c73c;}
.promo {text-align:center;padding:15px;font-weight:700;color:#fff;background: #1f53d9;margin:0 0 15px;}
.home .promo {background:none;border:1px dashed #41c73c;}
.blogger {text-align:center;color:#fff;}
.blogger p {border:1px dashed #ffe2b7;padding:15px;}
.fixedpromo, .fixed-promo {text-align:center;padding:15px;font-weight:700;color:#fff;background: #1f53d9;}
.fixed-promo {z-index:99;top:0;left:0;right:0;position:fixed;-webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.32);
-moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.32);
box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.32);}
@media (max-width:1199px) {
.entry-content iframe {height:400px;}
.slots_hidden {top:11%;}
}
@media screen and (max-width: 991px){
.slots .col-lg-3, #slots .col-lg-3, #category .col-lg-3 {
    flex: 0 0 auto;
    width: 50%;
}

.slots_hidden {top:25%;}
  .menubar .nav ul li a:focus,a.closebtn.mobile-menu:focus, .primary-navigation a:focus, .toggle-menu button:focus{
    outline: 0;
    border: none;
  }
  .toggle-menu {position:absolute;right:0;top:10px;}
  .toggle-menu i {
    font-size: 20px;
    color: #fff;
   
  }
  .toggle-menu button {
    background: transparent;
    border: none;
  }
  .sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
   transition: 0.5s;
    overflow-x: hidden;
    padding-top: 40px;
  visibility: hidden;
    
  }
  body.noscroll .sidebar{ 
    width: 100%; 
	
    visibility: visible;
  }
  .sidebar .closebtn {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 20px !important;
    display: block;
    color: #ffffff;
    border:none;
    background: transparent;
  }


  .toggle-menu, a.closebtn.mobile-menu{
    display: block;
  }

  .primary-navigation ul li a{
    padding: 10px 0;
    display:block;
    width:100%!important;
    border:none;
  }

.nav {width:100%!important;display:block!important;}
  .primary-navigation li{
    padding: 0;
	
	display:block;
	border-bottom:1px solid rgba(255,255,255,0.05);
	width:100%!important;
  }
  .primary-navigation ul {padding: 15px;}
  #menu-sidebar {
  background: #000;
   
  }


  nav#primary-site-navigation a.closebtn.mobile-menu i {
    color: #fff;
  }



.logo {text-align:center;}
.logo img {margin:0 auto;}
.top_buttons {
    margin: 20px 0 15px;
    text-align: center;
    padding-right: 0;
}

#sidebar {margin-top:20px;}
}
@media (max-width:767px) {
.entry-content iframe {height:300px;}
.slots_hidden {top:17%;}


}
@media (max-width:650px) {
.down_button a.button_1, .down_button a.button_2 {display:block;margin:10px auto;}

}
@media (max-width:575px) {
.toggle-menu {right:15px;}
.box-img {

    width: 100%;
    margin-right: 0;

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

.slots .col-lg-3, #slots .col-lg-3, #category .col-lg-3 {
    flex: 0 0 auto;
    width: 1000%;
}
.slots_hidden {top:30%;}
.text-content p {

    min-height: auto;
}
}
@media (max-width:470px) {
.entry-content iframe {height:250px;}
}
@media (max-width:410px) {
.entry-content iframe {height:200px;}
}
@media (max-width:380px) {

.slots_hidden {top:20%;}
.top_buttons a {display:block;margin:10px auto;}
}

.wpshop-event {
  --wpshop-event-color-bg: #111;
  --wpshop-event-color-text: #fff;
  --wpshop-event-border-radius: 8px;
  --wpshop-event-width: 200px;
  --wpshop-event-height: 100px;
  --wpshop-event-cta-bg: #ffcc00;
  --wpshop-event-cta-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: var(--wpshop-event-width);
  height: var(--wpshop-event-height);
  bottom: 20px;
  right: 30px;
  color: var(--wpshop-event-color-text);
  background: var(--wpshop-event-color-bg);
  border-radius: var(--wpshop-event-border-radius);
  font-family: -apple-system, BlinkMacSystemFont, "Ubuntu", "Cantarell", "Noto Sans", sans-serif;
  font-size: 15px;
  line-height: 1.3;
  word-break: break-word;
  overflow-wrap: break-word;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  z-index: 999999;
  transition: all 0.2s;
  box-sizing: border-box;
  cursor: pointer;
}

.wpshop-event *, .wpshop-event *:before, .wpshop-event *:after {
  box-sizing: border-box;
}

.wpshop-event:hover {
  transform: scale(1.05);
}
.wpshop-event:hover .wpshop-event__cta {
  background-color: #27ae60;
  color: #fff;
}

.wpshop-event.hide {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
}

.wpshop-event__close {
  position: absolute;
  top: -32px;
  right: 0;
  color: #000;
  font-size: 24px;
  opacity: 0.3;
  cursor: pointer;
}

/* .wpshop-event__close:hover {
	opacity: .5;
} */
.wpshop-event__header {
  font-weight: 800;
  font-size: 1.1em;
}

.wpshop-event__text p {
  margin: 5px 0;
}

.wpshop-event__cta {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 10px 15px;
  text-align: center;
  font-weight: 600;
  background: var(--wpshop-event-cta-bg);
  color: var(--wpshop-event-cta-color);
  border-radius: 4px;
  transition: all 0.2s;
}

.wpshop-event--expert-review-april {
  width: 180px;
  height: 310px;
  padding: 20px 10px;
  background-image: linear-gradient(#41b23b, #0a1f0c);
  box-shadow: 0 0 30px 2px rgba(2, 26, 37, 0.3);
  right: 40px;
}

.wpshop-event--expert-review-april .wpshop-event__decor {
  z-index: -3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.wpshop-event--expert-review-april .wpshop-event__header {
  overflow: hidden;
  width: 136px;
  height: 136px;
  color: #3c3744;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  text-indent: 1000px;
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #115417 url(images/riobet.svg) 50% 50% no-repeat;
  background-size: 68% auto;
  border-radius: 50%;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wpshop-event--expert-review-april .wpshop-event__header-svg {
  position: absolute;
  top: -60px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: wpshop-event-text-rotate 14s linear infinite;
  animation: wpshop-event-text-rotate 14s linear infinite;
}

.wpshop-event--expert-review-april .wpshop-event__svg-circle-text {
  display: inline-block;
  fill: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #333;
}

.wpshop-event--expert-review-april .wpshop-event__text {
  margin-top: 40px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wpshop-event--expert-review-april .wpshop-event__text p {
  margin: 0;
}

.wpshop-event--expert-review-april .wpshop-event__text span {
  font-size: 48px;
  font-weight: 800;
  line-height: 0.9;
}

.wpshop-event--expert-review-april .wpshop-event__text strong {
  font-size: 24px;
  font-weight: 800;
}

.wpshop-event--expert-review-april .wpshop-event__cta {
  background: #02a2f0 url(/wp-content/uploads/2025/04/tg3.png) no-repeat 94% center;
  background-size:33px;
  color: #fff;
  padding: 16px 10px 16px 15px;
  box-shadow: 1px 2px 16px 1px rgba(0, 0, 0, 0.3);
  width: 125%;
  text-shadow:2px 2px 2px rgba(0,0,0,0.5);
  text-align:left;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  overflow: hidden;
}
.wpshop-event__cta span {color:#ffc96c;}
.wpshop-event--expert-review-april .wpshop-event__cta:before {
  position: absolute;
  inset: 0;
  content: "";
}

.wpshop-event--expert-review-april .wpshop-event__cta::after {
  content: "";
  width: 40px;
  height: 100%;
  transform: skewX(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(244, 196, 66, 0.1), rgba(255, 255, 255, 0.2));
  animation: wpshop-event-btn-blick 2s linear infinite;
}

.wpshop-event--expert-review-april .wpshop-event__cta:hover::after {
  animation: none;
}

.wpshop-event--expert-review-april .wpshop-event__link {
  position: absolute;
  inset: 0;
}

@media screen and (max-width: 767px) {
.wpshop-event--expert-review-april .wpshop-event__cta {

  bottom: 10px;

}
  .wpshop-event--expert-review-april {
    width: 180px;
    height: 266px;
    padding: 20px 10px;
    right: 40px;
  }
  .wpshop-event--expert-review-april .wpshop-event__header {
    width: 116px;
    height: 116px;
    top: -48px;
  }
  .wpshop-event--expert-review-april .wpshop-event__header-svg {
    width: 116px;
    height: 116px;
    top: -48px;
  }
  .wpshop-event--expert-review-april .wpshop-event__svg-circle-text {
    font-size: 10px;
  }
  .wpshop-event--expert-review-april #wpshop-event-expert-review-april-svg-circle {
    transform: scale(0.85);
  }
  .wpshop-event--expert-review-april .wpshop-event__text {
    font-size: 14px;
  }
  .wpshop-event--expert-review-april .wpshop-event__text span {
    font-size: 40px;
  }

}
@media screen and (max-width: 575px) {
  .wpshop-event--expert-review-april {
    width: 270px;
    height: 170px;
    right: 22px;
  }
  .wpshop-event--expert-review-april .wpshop-event__decor {
    opacity: 0.12;
    height: 100%;
    overflow: hidden;
  }
  .wpshop-event--expert-review-april .wpshop-event__header {
    left: 65px;
    top: -14px;
  }
  .wpshop-event--expert-review-april .wpshop-event__header-svg {
    left: 8px;
    top: -14px;
  }
  .wpshop-event--expert-review-april .wpshop-event__text {
    margin-top: -60px;
    width: 100%;
    font-size: 14px;
    flex-direction: column;
    text-align: right;
    align-items: flex-end;
    gap: 3px;
  }
  .wpshop-event--expert-review-april .wpshop-event__text span {
    flex-shrink: 0;
  }
  .wpshop-event--expert-review-april .wpshop-event__text p {
    max-width: 60%;
  }
  .wpshop-event--expert-review-april .wpshop-event__cta {
    width: 93%;
    bottom: 10px;
	padding: 16px 10px 16px 25px;
   
  }
}
@media screen and (max-width: 400px) {
  .wpshop-event--expert-review-april {
    width: 240px;
    height: 150px;
    padding: 4px 8px;
  }
  .wpshop-event--expert-review-april .wpshop-event__decor {
    opacity: 0.08;
    height: 115%;
    top: -20px;
  }
  .wpshop-event--expert-review-april .wpshop-event__header {
    left: 65px;
    top: -36px;
  }
  .wpshop-event--expert-review-april .wpshop-event__header-svg {
    left: 8px;
    top: -36px;
  }
  .wpshop-event--expert-review-april .wpshop-event__text {
    font-size: 12px;
  }
  .wpshop-event--expert-review-april .wpshop-event__text span {
    font-size: 36px;
  }
  .wpshop-event--expert-review-april .wpshop-event__text p {
    max-width: 53%;
    width: 100%;
  }
  .wpshop-event--expert-review-april .wpshop-event__cta {

	padding: 16px 10px 16px 13px;
   
  }
}
@-webkit-keyframes wpshop-event-text-rotate {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes wpshop-event-text-rotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes wpshop-event-btn-blick {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}
@media (max-width:575px) {
.scrolling .wpshop-event--expert-review-april .wpshop-event__decor, .scrolling .wpshop-event--expert-review-april .wpshop-event__header, .scrolling .wpshop-event__header-svg,
.scrolling .wpshop-event__text {display:none;}
.scrolling .wpshop-event--expert-review-april {background:#02a2f0 ;box-shadow: none;height:auto;width:100%;right:auto;left:0;border-radius:0;padding:15px 15px 1px;}
.scrolling .wpshop-event--expert-review-april .wpshop-event__cta {position:static;width:230px;padding: 10px;box-shadow:none;}
.scrolling .wpshop-event--expert-review-april .wpshop-event__link {display:block;}
.scrolling .wpshop-event {bottom:0;padding: 10px 15px 10px;display: flex;}
.scrolling .wpshop-event:hover {transform: none;}
.scrolling .wpshop-event--expert-review-april .wpshop-event__cta::after {display:none;}
.scrolling .wpshop-event.hide {transform: none;}
.wpshop-event:hover .wpshop-event__cta {background-color: #02a2f0;}
.wpshop-event {display:none;}
}