@charset "UTF-8";







body {
padding:0;
margin:0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  font-family: -apple-system,BlinkMacSystemFont,Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: rgba(0,0,0,0.7);
  background:#e0e9f0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
 line-height:1.3;
 font-weight:700;
 margin:0 0 15px;
 color:#000;
}
h1 {font-size:30px;}
h2 {font-size:27px;}
h3 {font-size:24px;}
h4 {font-size:21px;}
h5 {font-size:19px;}
h6 {font-size:17px;}
ul {
  list-style: disc;
}
ol {list-style:decimal;}
ul, ol {margin:0 0 15px 15px;padding:0;}
button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}
p {margin:0 0 15px;padding:0;}
img,
video {
  height: auto;
  max-width: 100%;
}

.content iframe {
  border: 0;
  width:100%;
  height:500px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin:0 0 15px;
  border:1px solid rgba(0,0,0,0.1);
  clear:both;
  width:100%;
  text-align:left;
}

td,
th {
  padding: 10px 15px;
  border:1px solid rgba(0,0,0,0.1);
}
@media screen and (max-width: 767px) {
    .smt {
        width: 100%;
        overflow: auto!important;
        border:1px solid rgba(0,0,0,0.1);
        
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .smt table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
blockquote {margin:0 0 15px;padding-left:15px;border-left:4px solid #cf09ba;color:#000;font-style:italic;font-size:17px;}
html {

  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;

  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}



code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}
a {
  color: #2979ff;
  
  text-decoration: none;
}

a:hover {
color:#000;
}

code {
 
  color: #da1039;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {

  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

img {
  height: auto;
  max-width: 100%;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}
input, textarea {border:1px solid rgba(0,0,0,0.07);padding:10px;border-radius:0;}
textarea {width:100%;height:120px;}
input:hover, textarea:hover, input:focus, input:active, textarea:hover, textarea:focus, textarea:active {border:1px solid rgba(0,0,0,0.09);outline:0;box-shadow:none;}
.search-form input {width:100%;margin:0 0 30px;}
small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
 
  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #4a4a4a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}


.container {

  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-left:15px;
  padding-right:15px;
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1160px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.title.is-4 {font-size:20px;color:#000;margin:0 0 15px;font-weight:700;}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width:992px) {
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

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

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

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

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

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

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

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

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

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

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

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.header {padding:8px 0 1px;background:#000;}
.navbar-brand img {max-width:190px;display:block;}
.navbar-menu {padding-top:13px;}
.top-ss {padding-top:13px;text-align:right;}
.navbar-menu ul {margin:0;list-style:none;}
.navbar-menu ul li {display:inline-block;margin-right:20px;}
.navbar-menu ul li:last-child {margin-right:0;}
.navbar-menu ul li a {font-size:15px;color: #fff;font-weight:700;}
.navbar-menu ul li a:hover {color: #a27e32;}
a.ss_1 {text-align:center;padding:10px 30px;font-weight:700;border-radius:30px;color:#fff;background: linear-gradient(to right,  #0037ff 0%,#2979ff 100%);}
a.ss_2 {text-align:center;padding:10px 30px;font-weight:700;border-radius:30px;color:#fff;
background: linear-gradient(269.68deg, #ef008f 0.26%, #a815ed 99.72%);}
.section.banner {color:#fff;font-weight:700;margin:30px auto;max-width:1130px;border-radius:15px;overflow:hidden;position:relative;padding:40px 30px 0;
background:url(/wp-content/uploads/2025/05/ra.jpg) no-repeat left center;height:300px;background-size:cover;}
.go_link {position:absolute;left:0;top:0;width:100%;height:100%;}
.section.banner a.ss_2 {padding:10px;display:block;max-width:200px;margin:30px 0;}
.section.banner a.ss_1 {padding:10px;display:none;max-width:200px;margin:15px auto;}
.bt {font-size:27px;}
.bp {display:inline-block;position:relative;z-index:9;}
.bp span { 
position:relative;
margin-right:22px;display:inline-block;
cursor:pointer;
color: #fbbf13;
}

.bp span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/sc/images/copy.svg);
    mask: url(/wp-content/themes/sc/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #fbbf13;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
.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 {
padding:6px 0 0;font-size:14px;font-style:italic;opacity:0.8;
}
.wp-caption-text {
	text-align: center;
}
.slot-cats ul {list-style:none;margin:0;}
.slot-cats ul li {display:inline-block;margin-right:5px;margin-bottom:25px;}
.slot-cats ul li a {text-align: center;
  padding: 10px 30px;
  font-weight: 700;
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(to right,#0037ff 0%,#2979ff 100%);}
@media (max-width:1180px) {
.section.banner {max-width:100%;border-radius:0;margin:0 0 30px;}
}
@media (max-width:767px) {
.section.banner {height:auto;padding:30px 15px;text-align:center;}
.bt {font-size:23px;}
.home .navbar-menu, .home .top-ss {display:none;}
.section.banner a.ss_2 {margin:20px auto;}
.section.banner a.ss_1 {display:block;}
}
.footer {padding:35px 0 15px;text-align:center;background: #fff;}
.footer-menu ul {margin:0;list-style:none;}
.footer-menu ul li {display:inline-block;margin:0 15px 7px;}
.footer-menu ul li a {color: #576771;font-weight:700;}
.footer-menu ul li a:hover {color: #000;}
.bottom-info {font-size:13px;}
.bottom-info ul {margin:0 0 10px;list-style:none;}
.bottom-info ul li {display:inline-block;margin:0 10px 5px;}

.footer-ss {padding:30px 0;}
.footer-images {margin:10px 0 20px;padding:20px 0;border-top: 1px solid rgba(0,0,0,0.1);border-bottom: 1px solid rgba(0,0,0,0.1);}
.footer-ss a.ss_1, .top-ss a.ss_1 {margin-right:10px;}
.footer-images img {margin:10px 15px;vertical-align:middle;filter: opacity(.7);}
.list-thumb {float:left;width:45%;margin-right:20px;}
.content-thumb {float:left;width:45%;margin-bottom:15px;margin-right:20px;}
#sidebar {background:#fff;padding:15px;height:100%;}
.section.wrapper {margin:30px 0;}
.list-content {padding-bottom:20px;}
.list-title a {font-weight:700;font-size:18px;display:block;line-height:1.3;margin-bottom:10px;}
.left-ss a {display:block;}
.left-ss a.ss_1 {margin-bottom:15px;}
#sidebar ul {margin:0 0 30px;list-style:none;}
#sidebar ul li {border-bottom:1px solid rgba(0,0,0,0.07);padding-bottom:10px;margin-bottom:10px;}
#sidebar .title {font-size:20px;font-weight:700;margin-bottom:15px;color:#000;}
.breadcrumbs {font-size:13px;}
.pageheader h1 {font-size:22px;}
#sidebar ul li a {display:block;line-height:1.3;}
.wp-pagenavi {
	clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	background:#fff;
	padding: 5px 10px;
	margin-right:5px;
	font-weight:700;
	color:#000;
	border-radius:4px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
background:#2979ff;
color:#fff;
}
#comments input[type=submit] {background:#2979ff;cursor:pointer;font-size:14px;font-weight:700;color:#fff;border:none;border-radius:30px;padding:10px 20px;}
.comments-title, .comment-reply-title {font-weight:700;font-size:20px;margin:0 0 15px;color:#000;}
.content ul, .content ol, .content blockquote, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p {clear:both;}
.content p:first-of-type {clear:none;}
ol.comment-list {list-style:none;margin:0;}
ol.comment-list ol {list-style:none;margin:0;padding-left:30px;}
#comments label {display:block;font-size:14px;opacity:0.7;margin:0 0 6px;}
.comment-author img {float:left;margin-right:15px;}
.comment-date {font-size:14px;opacity:0.7;}
.comment-content {padding-bottom:20px;}
a.comment-reply-link {font-weight:700;}
.slotgame {background:rgba(0,0,0,0.9);border-radius:15px;overflow:hidden;position:relative;margin:0 0 30px;text-align:center;}
.slotgame span {color:rgba(255,255,255,0.7);font-size:14px;}
.slotgame img {width:100%;display:block;}
.slotgame:hover img {opacity:0.2;}
.hiddenhover {position:absolute;left:0;top:22%;width:100%;display:none;}
.slotgame:hover .hiddenhover {display:block;}
a.demo {font-size:14px;text-transform:uppercase;font-weight:700;color:#fff;}
a.demo:hover {border-bottom:1px solid #fff;}
.slotgame a.ss_2 {display:block;padding:6px;margin:10px auto;max-width:170px;font-size:15px;}
.hometitle, .home h1, .home h2 {font-size:20px;font-weight:700;margin:0 0 15px;color:#000;}
.home h3 {font-size:18px;}
.section.about {padding-bottom:30px;}
.section.about a {text-align: center;
  padding: 10px;display:block;max-width:230px;margin:15px auto;
  font-weight: 700;
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(to right, #0037ff 0%,#2979ff 100%);}
.post_inner {border-radius:15px;overflow:hidden;margin:0 0 30px;background:#fff;}
.post_inner img {width:100%;display:block;}
.post_title a {font-weight:700;display:block;line-height:1.3;padding:10px 15px;}
.taxonomy-description {padding-top:15px;}
.content-btn {text-align:center;padding:30px 0;}
#cf_alert_div {display:none!important;}
.error404-page {text-align:center;padding:100px 0;}
a.navbar-item {display:inline-block;}
.center-link {text-align:center;padding:10px 0 20px;}
.center-link a {border-radius:30px;font-weight:700;color:#ffcf86;border:1px solid #ffcf86;padding:10px 20px;}
.center-link a:hover {color:#fff;border:1px solid #fff;}
@media (max-width:1199px) {
.content iframe {height:400px;}
.hiddenhover {top:17%;}
}
@media (min-width:992px) and (max-width:1199px) {
.top-ss a.ss_1 {display:none;}
}
@media (max-width:991px) {
.navbar-brand img {margin:0 auto;}
.navbar-menu {padding:10px 0;}
.slots .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.hiddenhover {top:24%;}
.header {text-align:center;}
.top-ss {padding-top:20px;text-align:center;padding-bottom:25px;}
#sidebar {margin-top:30px;height:auto;}
}
@media (max-width:767px) {
.footer-images img {margin:5px 7px;max-width:100px;}
.hiddenhover {top:20%;}
.list-thumb {width: 100%;margin-right: 0;margin-bottom:10px;}
.content-thumb {width:100%;margin-right:0;}
.content iframe {height:300px;}


}
@media (max-width:500px) {
.slots .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.hiddenhover {top:30%;}
}
@media (max-width:400px) {
.content iframe {height:250px;}
.top-ss a, .footer-ss a {display:block;}
.top-ss a.ss_1, .footer-ss a.ss_1 {margin-bottom:15px;margin-right:0;}
}
@media (max-width:320px) {

.hiddenhover {top:25%;}
}

.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(/wp-content/uploads/2025/07/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/07/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;}
}
