body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin:0;padding:0;
    font-size: 16px;
    line-height: 1.5;
	background: #0a0d0e url(/wp-content/uploads/2024/05/bg.png);
	color: rgba(255,255,255,0.75);
}
h1, h2, .h2, h3, h4, h5, h6 {
    margin:0 0 15px;
    font-weight: 700;
    color:#fff;line-height:1.3;
}
h1 {font-size:27px;}
h2 {font-size:25px;}
h3 {font-size:23px;}
h4 {font-size:21px;}
h5 {font-size:18px;}
h6 {font-size:16px;}

a{
	
text-decoration:none;
    color: #edc97f;
}
a:hover{
    color:#fff;
}
img {
    max-width: 100%;
    height: auto;
}

input[type="search"],
input[type="email"],
input[type="url"],
input[type="text"] {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
   outline: 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
   
}
label {display:block;}
input[type="search"]:focus, 
input[type="email"]:focus,
input[type="url"]:focus,
input[type="text"]:focus
 {
    color: #212529;
    background-color: #fff;
    border:none;
    outline: 0;
    box-shadow: none;
}
.search-form input[type="submit"] {
display:none;
}
.search-form {margin-bottom:30px;}
p {margin:0 0 15px;}
ul, ol {padding:0;margin:0 0 15px 15px;}

.modal.show .modal-dialog {
    margin-bottom: 80px;
}
table {border-collapse: collapse;width:100%;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: 767px) {
    .mobi {
        width: 100%;
        overflow: auto!important;
        border:1px solid rgba(0,0,0,0.1);
       
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .mobi table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}



.bgshadow {margin: 0 auto;
  padding: 30px 0;
  width: 100%;
  height: 100%;
  max-width: 1550px;
  background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 7%,rgba(0,0,0,1) 10%,rgba(0,0,0,1) 90%,rgba(0,0,0,1) 93%,rgba(0,0,0,0) 100%);}
@media (max-width:767px) {
.bgshadow {background:#000;}
}
#masthead {background: #1e1e1e;padding:15px 0;}
.xhub-head-flex {display: flex;
 justify-content: space-between;
 align-items: center;}
.site-branding.brand-logo img {
    max-width: 140px;
  
}

.brand-text .site-title {
    text-transform: uppercase;
}

.brand-text .site-description {
    font-size: 17px;
    font-style: italic;
}

/* Main Menu style */
.slicknav_menu{ 
    display:none;
}
.menu-bar {
    position: relative;
 
 }
 
 div#xhub-menu ul {
     margin: 0;
 }
 .main-navigation ul {
     list-style: none;
     padding: 0;
     margin: 0;
 }

 .main-navigation ul li {margin:0 10px;display:inline-block;} 
 .main-navigation ul li a {
    color: #a9a9a9;
    display: block;
   font-weight:700;
}

.main-navigation ul li a:hover {color: #fff;}


 /* Small menu. */
 .menu-toggle,
 .main-navigation.toggled ul {
     display: block;
 }
 html body .slicknav_menu {
     z-index: 999;
     background: #000;
 }
 html body .slicknav_menu .slicknav_menutxt{ 
     display:none;
 }
 html body .slicknav_menu .slicknav_nav {
     background: #000;
     min-width: 250px;
 }
 html body .slicknav_menu .slicknav_btn {
     border-radius:0;
     background:#000;
 }
 
 html body .slicknav_nav a:hover,
 html body .slicknav_menu .slicknav_nav a:focus,
 html body .slicknav_menu .slicknav_nav a:active {
     border-radius: 0;
     background: inherit;
     color: inherit;
     opacity: 0.8;
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 
 }
 ul.slicknav_nav {
     background: #000;
     min-width: 320px;
 }
 html body .slicknav_menu .slicknav_icon {
     margin: 0;
     width: 20px;
     height: 15px;
 }
 html body.admin-bar .slicknav_menu {
     top: 40px;
 }
 @media screen and (min-width: 37.5em) {
     .menu-toggle {
         display: none;
     }
     .main-navigation ul {
         display: block;
     }
 }



.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


 .pagination .nav-links {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px;
}

.pagination .nav-links a,.pagination .nav-links span {
    padding: 5px 10px;
    box-shadow: 0px 0.5rem 1rem rgba(0,0,0,.15)!important;
    margin-right: 10px;
}

.pagination .nav-links a:hover,
.pagination .nav-links span{
    color: #fff;
}




.navigation.post-navigation .nav-links {
    display: flex;
    flex-flow: row wrap;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding: 20px 10px;
    margin-bottom: 3rem;
}

.navigation.post-navigation .nav-links .nav-next {
    margin-left: auto;
}



.banner_block {width:1300px;position:relative;padding:70px 30px 0;border-radius:5px;overflow:hidden;margin:0 auto 30px;
background:url(/wp-content/uploads/2024/05/ra.jpg) no-repeat left center;height:340px;background-size:cover;}
.overlaybanner {position:absolute;left:0;top:0;width:100%;height:100%;}
.bonus {font-weight:700;font-size:24px;color:#fff;}
.promo {font-weight:700;display:inline-block;position:relative;z-index:9;color:#fff;}
.banner_block a.go2btn {display:block;max-width:200px;padding:10px;margin:30px 0;}
.banner_block a.go1btn {display:none;max-width:200px;padding:10px;margin:15px auto;}
img.banner_img {max-width:600px;}
.promo span { 
position:relative;
margin-right:22px;display:inline-block;
cursor:pointer;
color: #edc97f;
}

.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: #edc97f;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
@media (max-width:1330px) {
.banner_block {width:100%;border-radius:0;margin:0 0 30px;}
.bgshadow {padding:0 0 30px;}
}
@media (max-width:1199px) {
.banner_block {height:250px;padding:20px 30px 0;}
img.banner_img {max-width:400px;}
}
@media (max-width:767px) {
.banner_block {height:auto;padding:30px 15px;text-align:center;}
.overlaybanner {display:none;}
.banner_block a.go2btn {margin:15px auto;}
.banner_block a.go1btn {display:block;}
.bonus {font-size:23px;}
.home .link-bar, .home .menu-bar {display:none;}
}


a.go1btn {font-weight: 700;
  color: #000;
  background: #edc97f;
  border-radius: 5px;
  padding: 10px 25px;
  text-align: center;}
a.go2btn {font-weight: 700;
  background: #27ae60;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  text-align: center;}

.block_more {text-align:center;padding:15px 0 30px;}

.link-bar a.go1btn, .links-area a.go1btn {margin-right:10px;}
.site-info {font-size:14px;color:rgba(255,255,255,0.6);}
.site-info ul {margin:0 0 15px;list-style:none;}
.site-info ul li {display:inline-block;margin:5px 10px;}
.site-info ul li a:hover {color:#fff;}
#colophon {background:#101010;padding:15px 0 0;}
.footer-widget-area ul {margin:0;list-style:none;}
.footer-widget-area ul li {margin:5px 10px;display:inline-block;}
.footer-widget-area ul li a {color:#a9a9a9;font-weight:700;}
.footer-widget-area ul li a:hover {color:#fff;}
.links-area {padding:30px 0 20px;}
.payment-area img {margin:10px 20px;max-height:45px;}
.payment-area {padding:0 0 30px;}
.brand-area img {margin:10px 15px;}
.brand-area {padding:0 0 20px;}
.news_block article img {width:100%;margin-bottom:10px;border-radius:4px;}
.news_block article {padding:15px;background:#1e1e1e;border-radius:5px;margin-bottom:30px;}
.news_block article a {font-weight:700;display:block;line-height:1.3;}
.home h2, .home h1, .home .h2 {font-size:22px;}
.home h3 {font-size:18px;}
.slot_block article, .slotcat article {background:#1e1e1e;position:relative;border-radius:3px;overflow:hidden;margin-bottom:30px;text-align:center;}
.slotcat article {background:#1e1e1e;}
.slot-hover {padding:10px 10px 12px;}
.slot_block span, .slotcat span {font-size:14px;}
.slot-hover a.go2btn {padding:8px;display:block;margin:10px auto;max-width:170px;}
a.dm {color:#fff;font-size:14px;font-weight:700;text-transform:uppercase;}
a.dm:hover {color:#edc97f;}
.slot_block article img, .slotcat article img {width:100%;display:block;}

.main-wrap {background:#000;padding:20px;}
.xpost-img {width:45%;float:left;margin-right:20px;margin-bottom:15px;}
.xpost-img img {width:100%;}
.xpost-header h1 {font-size:22px;}
.breadcrumbs {font-size:14px;}
#secondary {border-radius:3px;background:#1e1e1e;padding:15px;height:100%;}
#secondary .widget-title {font-weight:700;color:#fff;font-size:20px;margin-bottom:15px;}
#secondary .widget ul li {margin-bottom:10px;border-bottom:1px solid rgba(255,255,255,0.1);padding-bottom:10px;}
#secondary .widget ul li a {display:block;line-height:1.3;}
.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;}
blockquote {margin:0 0 15px;color:#fff;font-style:italic;padding:0 0 0 15px;border-left:4px solid #27ae60;}
.link-sidebar a {display:block;margin:0 auto 15px;}
.link-sidebar {padding-top:30px;}
textarea {padding:10px;border:1px solid rgba(0,0,0,0.07);resize:both;max-height:140px;width:100%;}
textarea:focus {border:1px solid rgba(0,0,0,0.07);outline:0;box-shadow:none;}
#comments {padding-top:20px;}
#comments label {opacity:0.7;font-size:14px;margin-bottom:7px;}
.comments-title, .comment-reply-title {font-weight:700;color:#fff;font-size:20px;margin-bottom:15px;}
p.form-submit {margin:0;}
.comment-head img {float:left;margin-right:20px;}
.comment-date {opacity:0.7;font-size:13px;}
ol.comment-list, ol.comment-list ol {list-style:none;margin:0;}
ol.comment-list ol {padding-left:30px;}
.comment-meta {font-size:13px;opacity:0.7;}
a.comment-reply-link {font-weight:700;}
.comment-content {padding-bottom:20px;}
#comments input[type="submit"] {border:none;background:#0043da;color:#fff;font-size:14px;border-radius:5px;text-transform:none;font-weight:700;padding:8px 20px;}

.xhub-text-list {margin-bottom:30px;}
.xhub-text-list img {width:100%;}
.xhub-text-list .entry-title a {display:block;line-height:1.3;font-weight:700;margin-bottom:10px;font-size:18px;}

.home-box {padding:15px 15px 1px;background:#302d28;margin-bottom:15px;}
.live_block img {margin-bottom:15px;}
.slot_block ul, .deposit_block ul, .support_block ul {margin:0 -15px 15px 0!important;}
.slot_block ul li {padding-right:15px;width:25%;float:left;}
.deposit_block ul li, .support_block ul li {padding-right:15px;width:33.3333%;float:left;}
.slot_block ul li:last-child, .deposit_block ul li:last-child, .support_block ul li:last-child {padding-bottom:15px!important;}
.entry-content iframe {width:100%;height:500px;border:0;padding:0;}

.play_link {text-align:center;padding:30px 0;}
.wp-pagenavi {
	clear: both;
	padding-bottom:5px;
}
.wp-pagenavi a, .wp-pagenavi span {
	background:#1e1e1e;
	padding: 7px 14px;
	margin-right:5px;
	color:#fff;
	border-radius:3px;
	font-weight: 700;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background:#edc97f; color:#000;
}
.about_block {padding:0 0 1px;}
.about_block a {text-align: center;
  border-radius: 5px;
  font-weight: 700;
  background: #0043da;
  color: #fff;display:block;max-width:240px;margin:15px auto;
  padding: 10px;}
.taxonomy-description {padding-top:20px;}
.page-title {font-weight:700;font-size:22px;color:#fff;margin-bottom:15px;}
.xpot-cat ul {margin:0 0 5px;list-style:none;padding-top:10px;}
.xpot-cat ul li {display:inline-block;margin-right:5px;margin-bottom:20px;}
.xpot-cat ul li a {background:#0043da;font-weight:700;
	padding: 7px 14px;color:#fff;border-radius:5px;}
.xpot-cat ul li a:hover {background:#0043da; color:#fff;}

@media (max-width:1199px) {

.entry-content iframe {height:400px;}
}
@media (max-width:991px) {
#secondary {height: auto;margin-top:30px;}
#custom_html-2 {display:none;}
.xhub-text-list img {margin-bottom:15px;}
.slot_block .col-lg-3, .slotcat .col-lg-3 {
    flex: 0 0 auto;
    width: 50%;
}

}
@media (max-width:767px) {
.entry-content iframe {height:300px;}
.brand-area img {
margin: 10px 10px;max-height:25px;}

.xpost-img {width:100%;margin-right:0;}
.xhub-head-flex {
  display: block;
  text-align:center;
}
.link-bar {padding:30px 0;}
.main-wrap {padding:15px;}
}
@media (max-width:510px) {
.entry-content iframe {height:250px;}
.slot_block .col-lg-3, .slotcat .col-lg-3 {
    flex: 0 0 auto;
    width: 100%;
}

}
@media (max-width:430px) {
.entry-content iframe {height:200px;}
}
@media (max-width:400px) {

.link-bar a, .links-area a {display:block;}
.link-bar a.go1btn, .links-area a.go1btn {margin-right:0;margin-bottom:15px;}
.link-bar {padding:0 15px 30px;}
}


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