/*
Theme Name: alm
Text Domain: alm
*/

body {
    margin: 0;
    padding: 0;
  
    font-size:15px;
	line-height:1.6;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
   color: #ffffffa6;
	background: linear-gradient(218deg, #091E0C 0%, #0D250F 8.22%, #041105 29.66%, #031004 33.55%, #0F2811 67.93%, #031104 89.18%, #021404 100%);
	}


*{ 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
 }
*:before, *:after { 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    height: auto;
}
section img {
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    padding: 0;
	
	line-height:1.3;
	color: #fff;
	font-weight:700;
}
h1 {font-size:25px;}
h2 {font-size:23px;}
h3 {font-size:21px;}
h4 {font-size:19px;}
h5 {font-size:17px;}
h6 {font-size:15px;}
p {
    margin: 0 0 15px;
    padding: 0;
}
a {
    color: #e26700;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #fff;
}
ul, ol {
    margin: 0 0 15px 15px;
    padding: 0;
}
blockquote {line-height:1.4;margin:0 0 15px;font-style:italic;color:#fff;font-size:18px;border-left:4px solid #2dc53a;padding-left:15px;}
table {border-collapse: collapse;width:100%;margin:0 0 15px;border:1px solid rgba(255,255,255,0.1);}


table td, table th {border:1px solid rgba(255,255,255,0.1);padding:10px 15px;}
@media screen and (max-width: 767px) {
    .btab {
        width: 100%;
        overflow: auto!important;
        border:1px solid rgba(255,255,255,0.1);
        
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .btab table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
.clear::after {
  display: block;
  clear: both;
  content: "";
}
.center {
    text-align: center;
    margin-bottom: 40px;
}
pre {
    border: 1px solid #d1d1d1;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    overflow-wrap: break-word;
    padding: 1.75em;
    white-space: pre-wrap;
}
.middle-align {
   background: rgba(255,255,255,0.07);
    padding: 15px;
}
.wp-caption {
    margin: 0;
    padding: 0;
    font-size: 13px;
    max-width: 100%;
}
.wp-caption-text {
    margin: 0;
    padding: 0;
}
.sticky {
    margin: 0;
    padding: 0;
}
.screen-reader-text,
.bypostauthor,
.gallery-caption {
    margin: 0;
    padding: 0;
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 45px;
    margin-top: 4px;
    margin-bottom: 20px;
    padding: 0;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

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


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

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

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

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

max-width:120px;
}


#header {
    width: 100%;
    position: relative;
	
	padding:15px 0 8px;
}

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

button.dropdown-toggle{
	display:none;
}


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

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

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

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



/* = section first css
-------------------------------------------------------------- */
.intro-section {
background:url(/wp-content/uploads/2025/01/ra.jpg) no-repeat left center;height:320px;
margin:0 auto 30px;font-weight:700;color:#fff;background-size:cover;
position:relative;padding:30px 30px 0;overflow:hidden;width:100%;max-width:1140px;
}
.intro-img {display:block;width:100%;max-width:560px;}
.intro-link {position:absolute;left:0;top:0;width:100%;height:100%;}
.intro-desc {font-weight:400;text-transform:uppercase;}
.intro-bonus {font-size:24px;}
.intro-desc span, .intro-bonus span {color:#2dc53a;}
.intro-promo {display:inline-block;position:relative;z-index:9;}
.intro-promo span { 
position:relative;
margin-right:22px;display:inline-block;
cursor:pointer;
color: #d3a540;
}
.intro-section a.secondary-button {display:block;max-width:200px;padding:10px;margin:30px 0;}
.intro-section a.main-button {display:none;max-width:200px;padding:10px;margin:15px auto;}
.intro-promo span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/alm/images/copy.svg);
    mask: url(/wp-content/themes/alm/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #d3a540;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
@media (max-width:1170px) {
.intro-section {max-width:100%;margin:0 0 30px;}
}
@media (max-width:767px) {
.intro-section {height:auto;padding:30px 15px;text-align:center;}

.home .header-button {display:none;}
.intro-section a.secondary-button {margin:15px auto;}
.intro-section a.main-button {display:block;}
.intro-img {max-width:400px;margin:0 auto;}
}

/* = section second css
-------------------------------------------------------------- */

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

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



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

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

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

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


.error_msg {
    padding: 10px;
    background: #ffd3ce;
    color: #e00;
    border: 1px #e00 solid;
    margin: 15px 0;
}
.success_msg {
    padding: 10px;
    background: #dcffc5;
    color: #070;
    border: 1px #070 solid;
    margin: 15px 0;
}
.spacer20 {
    height: 20px;
    clear: both;
}

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

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

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

p.form-submit {margin:0;}
ol.comment-list {
    list-style: none;
	margin:0;
	padding:0;
}
ol.comment-list ol {margin:0;list-style: none;padding-left:30px;}
.comment-author img {float:left;margin-right:15px;}
.comment-date {font-size:13px;opacity:0.7;}
.comments-title, .comment-reply-title {font-size:20px;margin-bottom:15px;font-weight:700;color: #fff;}
.comment-content {padding-bottom:20px;}
a.comment-reply-link {font-weight:700;}
.commentmetadata {font-size:14px;}
#comments label {
    display: block;
	font-size:14px;opacity:0.7;
	margin-bottom:7px;
}
input:hover, input:focus, input:active, textarea:focus, textarea:hover, textarea:active {border:none;outline:0;box-shadow:none;}
#commentform input#email,
#commentform input#url,
#commentform input#author,
#commentform textarea,
#commentform input#eazycfc_captcha {
    max-width: 400px;
	width:100%;
    border: none;
    padding: 10px;
}
#commentform textarea {max-width: 100%;}
#commentform input#submit {
  background:#1070e3;
    border: none;
    padding: 10px 20px;
    color: #fff;
	text-transform:none;
	font-weight:700;
   cursor: pointer;
   border-radius:5px;
   font-family:inherit;
}
#commentform input#submit:hover {
   background:#1070e3;  
}
.form-allowed-tags {
    display: none;
}
ul.errormsg {
    background: #ffe4e4;
}
ul.errormsg li {
    padding: 5px;
}


select{
	padding:10px;
	width:100%;
}
footer.entry-meta {
    clear: left;
}
p.form-submit input[type="submit"]{
	color:#ffffff !important;
}
input[type="submit"].search-submit{
	background-color:#000000;
	color:#ffffff;
	padding:11px 20px;
}

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#sitemain[tabindex="-1"]:focus {
  outline: 0;
}

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

a.post_link {display:block;font-weight:700;line-height:1.3;padding:8px 15px 12px;}
.slot_content {position:relative;margin-bottom:30px;text-align:center;background-color: rgba(0,0,0,.8);}
.slot_content img {display:block;width:100%;}
.slot_content:hover img {opacity:0.25;}
.slot_content span {color:rgba(255,255,255,0.8);font-size:14px;}
.slot_button {position:absolute;left:0;top:16%;width:100%;display:none;}
.slot_content:hover .slot_button {display:block;}
.slot_button a.secondary-button {margin:10px auto;display:block;max-width:180px;padding:8px;}
a.demo_link {text-transform:uppercase;color:#fff;font-weight:700;font-size:14px;}
a.demo_link:hover {text-decoration:underline;}
.title-container {background: #142716;padding:15px;margin-bottom:1px;}
.title-container h1 {font-size:20px;margin:0;}
.post_thumb img {width:100%;}
.post_thumb {width:43%;float:left;margin-right:20px;margin-bottom:10px;}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content ul, .entry-content ol, .entry-content blockquote, .entry-content p {clear:both;}
.entry-content p:first-of-type {clear:none;}
.entry-content a {font-weight:700;}
.sbtn a {display:block;margin-bottom:15px;}
.breadcrumbs {font-size:13px;}
.blog-post-repeat .entry-title {font-weight:700;font-size:17px;line-height:1.3;display:block;margin-bottom:10px;}
.blog-post-repeat {padding-bottom:15px;}
.nav-links span {background:#e26700;border-radius:4px;color:#fff;font-weight:700;padding:7px 14px;}
.nav-links span.dots {border-radius:4px;background:#353535;}
.nav-links a {border-radius:4px;background:#353535;color:#fff;font-weight:700;padding:7px 14px;}
.nav-links a:hover {background:#e26700;}
.nav-links {padding:5px 0 10px;}
.taxonomy-description {padding:20px 0 5px;}
.nothing {font-weight:700;margin-bottom:15px;color: #fff;font-size:23px;}
.not-found {text-align:center;padding:100px 0;}
.category_slots ul {margin:5px 0 0;list-style:none;}
.category_slots ul li {display:inline-block;margin-right:10px;margin-bottom:25px;}
.category_slots ul li:last-child {margin-right:0;}
.category_slots ul li a {font-weight:700;border-radius:5px;padding:7px 15px;color:#fff;background:#1070e3;}

.entry-content iframe {width:100%;height:450px;border:none;padding:0;}
.slot_btn {text-align:center;padding:20px 0;}
.about-section {padding:0 0 30px;}
.about-section a {font-weight: 700;
  color: #fff;margin:15px auto;max-width:230px;
  background: #1070e3;display:block;
  padding: 10px;
  border-radius: 5px;
  text-align: center;}

.front-button {text-align:center;padding:10px 0 20px;}
.front-button a {background:#3d474d;color:#fff;font-weight:700;padding:7px 20px;border-radius: 5px;}
@media screen and (max-width: 1199px) {
a.slot_link {margin:5px auto;}
.slot_button {top:5%;}
}
@media screen and (max-width: 991px) {
    * {
        box-sizing: border-box;
    }
.footer-images-wrapper img {margin:10px 10px;max-height:35px;}
.slots .fourth_col, .slots-section .fourth_col, .posts-section .fourth_col {
    width: 50%;
}
a.slot_link {margin:10px auto;}
.slot_button {top:23%;}
    .toggle {
        display: block;
		position:absolute;
		right:15px;
		top:0;
    }
    .toggle a {
        
        color: #ffffff;
       
        padding: 0;
        
        font-size: 20px;
    }
    .toggle a:hover {
        color: #ffffff !important;
    }
    .toggle a.active {
        color: #ffffff;
    }

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


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

}

#sidebar {
    width: 100%;
	margin-top:20px;
}
#custom_html-3 {display:none;}
.footer-widget-wrapper .fourth_col {width: 50%;}
}
@media (max-width:767px) {
.post_thumb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}
.slot_button {top:10%;}
.blog-post-repeat {
    padding-bottom: 30px;
}

}
@media (max-width:520px) {
.slots .fourth_col, .slots-section .fourth_col, .posts-section .fourth_col {
    width: 100%;
}

.slot_button {top:30%;}
.footer-images-wrapper img {margin:7px;max-height:30px;}
}
@media (max-width:500px) {

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

.slot_button {top:25%;}

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

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


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