/*
  Moina Theme css
*/ 

/* Gobal Css */
.screen-reader-text {
  visibility: visible;
}
.skip-link.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;
}
.skip-link.screen-reader-text:focus {
  background-color: #f2f2f2;
  border: 1px solid #21759b;
  border-radius: 3px;
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.screen-reader-text.menu-close {
  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;
  background-color: transparent;
  border: 1px solid #000;
  bottom: 5px;
}
.screen-reader-text.menu-close:focus {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 5px;
  clip: auto !important;
  clip-path: none;
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 35px;
  line-height: normal;
  padding: 5px 15px;
  text-decoration: none;
  bottom: -30px;
  width: auto;
  z-index: 100000;
}
#primary[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.widget {
  margin: 0 0 30px;
}


.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}

/* Default CSS */
body {
  font-size: 15px;
  line-height: 1.6;
 
 color: rgba(0,0,0,0.8);
  
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  background: #e0e9f0;


}

h1,h2,h3,h4,h5,h6 {
  color: #000;
  margin:0 0 15px;
 line-height:1.3;
  font-weight: 700;
}
h1 {font-size:24px;}
h2 {font-size:22px;}
h3 {font-size:20px;}
h4 {font-size:18px;}
h5 {font-size:16px;}
h6 {font-size:15px;}
p {
  margin:0 0 15px;
  
}
img{
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}
a {
  text-decoration: none;
 
  color: #0037ff;
}
a:hover {
  color: #000;
  text-decoration: none;
  outline: none;
  background:none;
  
}
a:focus {
  color: #000 ;outline:0;
}
table {display:table;width:100%;border-collapse: collapse;margin:0 0 15px;border:1px solid rgba(0,0,0,0.1);}
table td, table th {padding:10px 15px;border:1px solid rgba(0,0,0,0.1);}
@media screen and (max-width: 768px) {
    .tabl {
        width: 100%;
        overflow: auto!important;
        border:1px solid rgba(0,0,0,0.1);
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .tabl table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
blockquote {margin:0 0 15px;font-size:17px;font-style:italic;color:#000;padding-left:15px;border-left:4px solid #0037ff;}
ul, ol {
  margin: 0 0 15px 15px;
  padding: 0;
  
}
ul {list-style:disc;}
ol {list-style:decimal;}
/* Header CSS */


.header-area {
 
  padding:15px 0 15px;
 
}
.home .header-area {background:#fff;}
.header-area .row {align-items: center;}
.site-branding img {width:160px;}
.mainmenu ul {margin:0;padding:0;}
.mainmenu ul li{
  float: left;
  position: relative;
  display: block;
  margin-right: 25px;
}
.mainmenu li a {
  color: #576771;
  
  text-decoration: none;
  
  font-weight: 700;
  
  position: relative;
  display: block;

}
.mainmenu li a:hover {color:#000;}

.top-nav-collapse {
  background: #ffffff;
  box-shadow: 0 40px 100px rgba(0,0,0,.2);
  transition: 0.5s;
}
.moina-responsive-menu  {
  display: none;
}
.screen-reader-text.menu-close{
  display: none;
}
.slicknav_btn {
 right:0;
  
  top: 0;
}
.slicknav_menu .slicknav_menutxt {
  display: none;
}
.slicknav_btn {
  background: transparent;
  padding: 0px;
  margin: 0px;
}
.slicknav_menu {
  padding: 0;
  background: none;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
  box-shadow: 0 0 0;
}
.slicknav_nav {
  background: #fff;
  width: 100%;
  position: relative;
 padding:0 15px;
 margin:0 0 20px;
}



.slicknav_menu .slicknav_icon {
  width: 35px;
  height: 35px;
  margin: 0px;
}
.slicknav_btn {
  line-height: 5px;
    cursor: pointer;
  -webkit-transition: all ease-in-out 500ms;
       -moz-transition: all ease-in-out 500ms;
        -ms-transition: all ease-in-out 500ms;
       -o-transition: all ease-in-out 500ms;
          transition: all ease-in-out 500ms;
}
.slicknav_icon span.slicknav_icon-bar {
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #000;
  -webkit-transition: all ease-in-out 500ms;
       -moz-transition: all ease-in-out 500ms;
        -ms-transition: all ease-in-out 500ms;
       -o-transition: all ease-in-out 500ms;
          transition: all ease-in-out 500ms;
}
.slicknav_btn.slicknav_open span.slicknav_icon-bar:first-child{
  -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
        transform: rotate(45deg);
  -webkit-transform-origin: 11px 50%;
    -moz-transform-origin: 11px 50%;
      -ms-transform-origin: 11px 50%;
       -o-transform-origin: 11px 50%;
        transform-origin: 11px 50%; 
}
.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(2) {
    display: none;
}
.slicknav_btn.slicknav_open span.slicknav_icon-bar:last-child{
  -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
  -webkit-transform-origin: 12px 50%;
    -moz-transform-origin: 12px 50%;
      -ms-transform-origin: 12px 50%;
       -o-transform-origin: 12px 50%;
        transform-origin: 12px 50%; 
}



.nav-links{
  overflow: hidden;
}
.nav-previous{
  float: left;
  width: 50%;
  text-align: left;
}
.nav-next{
  text-align: right;
  width: 50%;
  float: right;
}
.nav-links a{
  display: inline-block;
  color: #7086a1;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 15px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s;
}
.page-links{
  margin-top: 10px;
}
.page-links a{
  display: inline-block;
  border: 1px solid #252525;
  color: #252525;
  padding: 0px 10px;
  transition: 0.5s;
  margin: 0px 5px;
}
.nav-links a:hover,
.page-links a:hover{
  color: #fff;
  transition: 0.5s;
  border-color: #FFB81F;
  background-color: #FFB81F;
}
.search-results article.page .entry-summary {
  display: none;
}

/* Comments CSS */
.comments-area {
  margin-top: 30px;
}
.comments-title, .comment-reply-title {
  font-size: 18px;
  margin-bottom: 15px;
  
  font-weight:700;
  color:#000;
}


.comment-author.vcard img {
float:left;margin-right:15px;
}
.comment-date {
 font-size:13px;opacity:0.6;
}
a.comment-reply-link {background:#fde4a5;color: #46433f;border-radius:5px;font-weight:700;padding:3px 10px;}
.comment-content {padding-bottom:30px;}
#comments ol {margin:0; list-style:none;}
.commentmetadata {font-size:13px;}
#comments ol.children {padding-left:30px;margin:0; list-style:none;}
.comment-form label {opacity:0.6;display:block;}
.comment-form input[type="checkbox"]{
  width: 2%;
  border:1px solid #bbb;
  margin-top: 0px;
  margin-right: 5px;
}
.comment-form textarea{
  width: 100%;
  border:0;
  background:#fff;
  padding:10px;
  
}
.comment-form input[type="text"]:hover,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:hover,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:hover,
.comment-form input[type="url"]:focus,
.comment-form textarea:hover,
.comment-form textarea:focus, 
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  border: none;outline:none;box-shadow:none;
  padding:10px;
}
.comment-form input[type="submit"]{
  
 font-weight:700;
  border: 0;
  color: #fff;
  background:#0037ff;
 padding:5px 15px;

  text-transform: none;
  margin: 0;
 border-radius:5px;
}
.comment-form input[type="submit"]:hover{
 
  
}



/* Search CSS */
.search-form label {width:100%;}
.search-form .screen-reader-text {display:none;}
.search-form input[type="search"] {
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(0,0,0,0.1);
  padding: 10px;
 
}
.widget .search-form {margin-bottom:20px;}
.search-form input:hover, .search-form input:focus, .search-form input:active {border: 1px solid rgba(0,0,0,0.1);outline:0;box-shadow:none;}
.search-form input[type="submit"] {
 display:none;
}
.page-title {font-size:23px;color:#000;font-weight:700;margin:0 0 15px;} 
/* Breadcurmb CSS */
.breadcrumbs-area {
 
  padding: 15px 0;
  background:#fff;
 
}

/* Footer CSS */
.footer-area {

background: #fff;
  margin: 0;
  padding: 30px 0 20px;

 
}
.footer-area .widget-title {color:#fff;font-weight:700;margin:0 0 15px;font-size:16px;}
.footer-area .widget ul {list-style:none;margin:0;}
.footer-area .widget ul li {margin:0 0 5px;}
.footer-area .widget ul li a {color: #576771;font-weight:700;font-size:14px;}
.footer-area .widget ul li a:hover { color:#000;}
.copyright p {margin:10px 0 0;font-size:13px;}

.copyright {text-align:center;padding:15px 0;}
.copyright ul {list-style:none;margin:0 0 15px;}
.copyright ul li {display:inline-block;margin:0 10px;font-size:13px;}

.home-page-area h1, .home-page-area h2, .home-page-area .h2 {font-size:22px;font-weight:700;color:#000;margin:0 0 15px;line-height:1.3;}
.home-page-area h3 {font-size:18px;}
.home-page-area h4 {font-size:16px;}
.front-games {margin-top:30px;}
.play-slot {border-radius:10px;overflow:hidden;position:relative;text-align:center;margin-bottom:30px;}
.play-slot span {font-weight:700;}
.play-box {position:absolute;width:100%;left:0;top:15%;display:none;}
.play-slot:hover .play-box {display:block;}
.play-slot:hover img {opacity:0.2;}
.play-slot img {display:block;width:100%;}
.play-slot a.xsl-btn-2 {display:block;margin:10px auto;font-size:14px;max-width:170px;padding: 7px;}
.play-slot a.xsl-btn-1 {display:block;margin:0 auto;font-size:14px;max-width:170px;padding: 7px;}
a.xsl-demo {text-transform:uppercase;font-weight:700;font-size:13px;}
.post-box {border-radius:10px;overflow:hidden;padding:30px;min-height:315px;margin-bottom:30px;}
.grid-news .post-box {min-height:150px;padding:15px;}
.article-title a {display:block;font-size:25px;color:#fff;line-height:1.2;font-weight:700;text-shadow: 2px 2px 2px #000;}
.article-title a:hover {text-decoration:underline;}
.grid-news .article-title a {font-size:16px;}
.site-foot-links {text-align:center;border-bottom:1px solid rgba(0,0,0,0.1);padding-top:5px;padding-bottom:30px;}
.site-foot-links a.xsl-btn-1 {margin-right:20px;}
.site-right-links {padding-bottom:15px;}
.site-right-links a {display:block!important;}
.site-right-links a.xsl-btn-1 {margin-bottom:15px;}
.error-page {padding:100px 0;} 
#sidebar {background:#fff;padding:15px;height:calc(100% - 14px);}
#sidebar ul {margin:0 0 30px;list-style:none;}
#sidebar ul li {margin-bottom:15px;}
#sidebar ul li a {font-weight:700;display:block;line-height:1.3;}
#sidebar .widget {margin:0;}
#sidebar .widget-title {border-bottom:1px solid rgba(0,0,0,0.1);padding-bottom:10px;font-weight:700;font-size:18px;margin:0 0 15px;color:#000;}
.post-image {width:45%;float:left;margin-right:20px;}
.single .post-image {margin-bottom:15px;}
.post-image img {width:100%;}
.post-content .entry-title a {font-weight:700;font-size:18px;display:block;line-height:1.3;margin-bottom:10px;}
#content {padding:30px 0;}
.home #content {padding:0;}
.breadcrumbs-area {font-size:13px;}
.breadcrumbs-area h1 {margin:0;font-size:23px;}
.listcat ul {margin:5px 0 0;}
.listcat ul li {display:inline-block;margin-right:10px;margin-bottom:20px;}
.listcat ul li a {border-radius:8px;background:#0037ff;color:#fff;padding:7px 15px;font-weight:700;}

.post-content {padding:0 0 30px;}
.single .entry-content h1, .single .entry-content h2, .single .entry-content h3, .single .entry-content h4, .single .entry-content h5, .single .entry-content h6, .single .entry-content ul, .single .entry-content ol, .single .entry-content blockquote, .single .entry-content p {clear:both;}
.single .entry-content p:first-of-type {clear:none;}
.slot-play {text-align:center;padding:20px 0;}
.entry-content iframe {border:none;padding:0;width:100%;height:450px;}
.front-title {padding:0 0 30px;}
.front-title a {font-weight: 700;
  padding: 10px;display:block;max-width:230px;margin:15px auto;
  background: linear-gradient(to right, #0037ff 0%,#2979ff 100%);
  color: #fff;
  border-radius: 10px;
  text-align: center;}

.wp-pagenavi {
	clear: both;
	
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	background:#fff;
	padding: 5px 10px;
	margin-right:5px;
	color:#000;
	border-radius:5px;
	font-weight:700;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color:#fff;
	background:#0037ff;
}


a.xsl-btn-1 {

font-weight: 700;

padding: 10px 30px;
background: #27ae60;
color: #fff;
border-radius: 10px;

text-align: center;	
}
a.xsl-btn-2 {text-align: center;
position: relative;
font-weight: 700;

padding: 10px 30px;
border-radius: 10px;

background: #edc97f;
color: #000;
}
a.xsl-btn-3 {text-align: center;
position: relative;
font-weight: 700;
text-transform: uppercase;
padding: 10px 30px;
border-radius: 10px;
overflow: hidden;
color: #fff;
background:#c700cb;
}


.site-head-links a.xsl-btn-1 {margin-right:10px;}
.site-head-links {text-align:right;}
.front-banner {font-weight:700;color:#fff;margin:30px auto;width:100%;max-width:1110px;position:relative;padding:40px 30px 0;
background:url(/wp-content/uploads/2024/12/welcome.jpg) no-repeat left center;height:300px;background-size:cover;border-radius:15px;overflow:hidden;}
.fbt {font-size:24px;}
.fbp {position:relative;display:inline-block;z-index:9;text-shadow:2px 2px 2px #000;}
.overlay {position:absolute;left:0;top:0;width:100%;height:100%;}
.front-banner a.xsl-btn-2 {padding:10px;display:block;max-width:200px;margin:30px 0;}
.front-banner a.xsl-btn-1 {padding:10px;display:none;max-width:200px;margin:15px auto;}
.fbp span { 
position:relative;
margin-right:22px;display:inline-block;
cursor:pointer;
color: #f9b410;
}

.fbp span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/online/images/copy.svg);
    mask: url(/wp-content/themes/online/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #f9b410;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
@media (max-width:1160px) {
.front-banner {margin:0 0 30px;border-radius:0;max-width:100%;}
}
@media (max-width:767px) {
.front-banner {text-align:center;height:auto;padding:30px 15px;}
.front-banner a.xsl-btn-2 {margin:15px auto;}
.front-banner a.xsl-btn-1 {display:block;}
.fbt {font-size:22px;}
.home .site-head-links, .home .moina-responsive-menu {display:none;}
}

.front-registration .col-lg-12 p, .front-functions .col-lg-12 p, .front-games .col-lg-12 p {position:relative;padding-left:18px;margin:0 0 5px;}
.front-registration .col-lg-12:last-child p, .front-functions .col-lg-12:last-child p, .front-games .col-lg-12:last-child p {margin:0 0 15px;}
.front-registration .col-lg-12 p:before, .front-functions .col-lg-12 p:before, .front-games .col-lg-12 p:before {content:"";position:absolute;left:0;top:8px;width:8px;height:8px;background:#0bb366;}
.front-registration ul, .front-pluses ul, .front-develop ul {margin:0 -15px 15px 0;list-style:none;}
.front-registration ul li, .front-develop ul li {position:relative;padding-left:17px;padding-right:15px;float:left;width:33.3333%;}
.front-pluses ul li {position:relative;padding-left:17px;padding-right:15px;float:left;width:50%;}
.front-registration ul li:last-child, .front-pluses ul li:last-child, .front-develop ul li:last-child {padding-bottom:15px;}
.front-registration ul li:before, .front-pluses ul li:before, .front-develop ul li:before {content:"";position:absolute;left:0;top:10px;width:7px;height:7px;border-radius:50%;background:#fee5a5;}
.front-comments b {display:block;margin:0 0 10px;color:#fde4a5;}
.commentbox {margin-bottom:15px;padding:15px;background:rgba(0,0,0,0.13);}
.commentbox p {margin:0;}
.front-bonus img {margin-bottom:15px;}
.xsl-center {text-align:center;padding:0 0 15px;} 
/* Responsive */
/* Desktop Layout: 1200px */
@media (min-width:992px) and (max-width:1199px) {
.site-head-links a.xsl-btn-1 {display:none;}
}
@media (max-width:1199px) {
.entry-content iframe {height:350px;}
.play-box {top: 7%;}

.front-pluses ul li {width:100%;}
}

/* Tablet Layout: 768px */
@media (max-width: 991px) {
.post-box {padding:15px;background-size:cover;min-height:200px;}
.grid-news .post-box {min-height:200px;}
.article-title a, .grid-news .article-title a {font-size:20px;}

#sidebar {margin-top:30px;height:auto;}
.site-inner {padding:15px 15px 17px;}
.slot-area .site-inner, .home .site-inner {padding:15px 15px 1px;}
.entry-content iframe {height:450px;}
.mainmenu{display: none;}
.moina-responsive-menu{display: block;}
.screen-reader-text.menu-close{display: block;}
.site-branding {text-align:center;}

.site-head-links {text-align:center;padding-bottom:15px;}
.footer-area .col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
.slot-area .col-lg-3, .front-games .col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
.play-box {top: 25%;}

}

@media (max-width:767px) {

.front-registration ul li, .front-develop ul li {width:50%;}
.entry-content iframe {height:300px;}
.post-image {width: 100%;margin-right: 0;margin-bottom:15px;}

.play-box {top: 15%;}

}
@media (max-width:575px) {
.entry-content iframe {height:250px;}
.footer-area .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width:500px) {
.front-registration ul li, .front-develop ul li {width:100%;}
.slot-area .col-lg-3, .front-games .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
.play-box {top: 30%;}
}
@media (max-width:440px) {
.entry-content iframe {height:200px;}
.slicknav_btn {top:-20px;}
}
@media (max-width:360px) {

.play-box {top: 20%;}
.site-head-links a.xsl-btn-1, .site-foot-links a.xsl-btn-1 {margin-right:0;margin-bottom:15px;}
.site-head-links a, .site-foot-links a {display:block;}
}

.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, "Segoe UI", "Roboto", "Helvetica Neue", 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;}
}