/*
Theme Name: pfp
Text Domain: pfp
*/
body{
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:15px;
color: rgba(255,255,255,0.8);
background: #0a0d0e url(/wp-content/uploads/2024/06/bg.png);

line-height:1.5;
margin:0;
padding:0;
}

*{ 
outline:none;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
margin:0;
padding:0;
}

hr {-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible;
}

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

table td, table th {padding:10px 15px;border:1px solid rgba(255,255,255,0.1);}
@media screen and (max-width: 768px) {
    .at {
        width: 100%;
        overflow: auto!important;
      border:1px solid rgba(255,255,255,0.1);
        
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .at table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
img{ 
border:none;
margin:0;
padding:0;
height:auto;
max-width:100%;
}
/*image align css*/
.alignnone{ 
width:100%;
}
img.alignleft, .alignleft{ 
float:left;
margin:0 15px 0 0;

}
img.alignright, .alignright{ 
float:right;
margin:0 0 0 15px;

}

.wp-caption, 
.wp-caption-text, 
.sticky, 
.gallery-caption, 
.aligncenter{ 
margin:0;
padding:0;
max-width:100% !important;
}
.aligncenter, img.aligncenter { 
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-top:0;
height:auto;
}
.wp-caption-text {text-align:center;font-style:italic;font-size:14px;color:rgba(255,255,255,0.5);padding:0 0 15px;} 
p { 
margin:0 0 15px;
padding:0;
}
a { 
text-decoration:none;
color: #edc97f;
}
a:hover { 
color:#fff;
}
.left{ 
float:left;
}
.right{ 
float:right;
}
.clear{ 
clear:both;
}
figcaption,figure{	
display: block;
}
figure {
margin: 1em 0;
}



blockquote{
  font-size: 18px; 
  margin:0 0 15px;
  font-style:italic;
  position: relative;
  border-left:5px solid #27ae60;
 padding-left:15px;
 color:#fff;
}


/* = Heading tags
--------------------------------------------- */
h1,h2,.h2,h3,h4,h5,h6{ 
line-height:1.3;
color:#fff;font-weight:700;
margin:0 0 15px;
padding:0;

}

h1{ font-size:27px;}
h2, .h2{ font-size:24px;}
h3{ font-size:21px;}
h4{ font-size:19px;}
h5{ font-size:17px;}
h6{ font-size:15px;}
/*
Lists style CSS
-------------------------------------------------------------*/
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
}
audio:not([controls]) {	
display: none;
height: 0;
}
img {
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}

b, strong {	
font-weight: bold;
}
pre {
background: #ddd;
font-size: 14px;
font-size: 0.9375rem;
line-height: 1.4;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding:20px;
}
ol,ul{ 
margin:0 0 15px 15px;
padding:0;
}

ul {
list-style: disc;
}
ol {
list-style: decimal;
}


iframe{
max-width:100%;
}

nav.pagination{ 
clear:both;
padding-top:10px;
}

nav.pagination .page-numbers{ 
background:#1e1e1e;
font-weight:700;
color:#fff;
padding:10px 15px;
font-size:15px;
margin-right:4px;
}
nav.pagination .page-numbers.current, nav.pagination .page-numbers:hover {
background:#edc97f;color:#000;
}
.shadowbg {margin: 0 auto;
  padding: 30px 0;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  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:991px) {
.shadowbg {background:#000;}
}
/* = Default Button CSS
--------------------------------------------- */
.button{  
display:inline-block;
border-radius:25px;
-moz-border-radius:25px;
-webkit-border-radius:25px;
-o-border-radius:25px;
-ms-border-radius:25px;
border:1px solid #404040;
color:#404040;
padding:10px 30px;
}
.button:hover{ 
border:1px solid #d93f30;
color:#d93f30;
}
.learnmore{ 
background-color:#d93f30;
font-weight:600;
border-radius:25px;
-moz-border-radius:25px;
-webkit-border-radius:25px;
-o-border-radius:25px;
-ms-border-radius:25px;
font-size:16px;
color:#fff ;
display: inline-block;
padding:14px 40px;
text-transform:uppercase;
}
.learnmore:hover{ 
background-color:#202020;
color:#fff ;
}
a.blogreadmore{ 
background-color:#505050;
color:#fff ;
padding:5px 20px;
display:inline-block;
border-radius:3px;
}
a.blogreadmore:hover{ 
background-color:#404040;
color:#fff;
}
/* = Navigation Focus CSS
-------------------------------------------- */
button:focus,
input[type="button"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
textarea:focus,
#templatelayout a:focus {	
outline: 0;
box-shadow:none;

}
.columns {margin-right:-15px;margin-left:-15px;}
.left-column-11, .left-column-12, .left-column-1, .left-column-2, .left-column-3, .left-column-4, .left-column-5, .left-column-6, .left-column-7, .left-column-8, .left-column-9{ float:left; padding:0 15px;}

.left-column-1{width:8.333333%;}
.left-column-2{ width:16.666667%;}
.left-column-3{ width:25%;}
.left-column-4{ width:33.333333%;}
.left-column-5{width:41.666667%;}
.left-column-6{width:50%;}
.left-column-7{width:58.333333%;}
.left-column-8{width:66.666667%;}
.left-column-9{width:75%;}
.left-column-10{width:83.333333%;}
.left-column-11{width:91.666667%;}
.left-column-12{width:100%;}



.topcontactbx{ 
float:right;
padding:0;
clear:right;
}

.infobox{ 
margin:0; 
text-align:left;  
padding:23px 15px 23px 35px; 
line-height: 25px; 
background-color:#d93f30; 
color:#fff;
font-size:22px; 
letter-spacing:1px; 
}

.infobox a{ 
color:#fff;
}
.infobox i{ 
float:left;
margin:0 15px 0 0;
font-size:30px;
line-height:28px;
text-align:center;
color:#fff;
}

/* = Main site CSS
-------------------------------------------------------------*/
* {box-sizing:border-box;}
#templatelayout{ 
margin:0 auto;
overflow-x:hidden;
position:relative;
}
.container{ 
position:relative;
width:100%;
margin:0 auto;
padding-left:15px;padding-right:15px;
}
@media (min-width:576px) {
.container {max-width:540px;}
}
@media (min-width:768px) {
.container {max-width:730px;}
}
@media (min-width:992px) {
.container {max-width:960px;}
}
@media (min-width:1200px) {
.container {max-width:1170px;}
}
.site-header.siteinner{ 
position:relative;
background: #131313;
}
.logo{ 
float:left;
text-align:left;  
width:25%;
position:relative; 

}
.logo img {display:block;width:150px;}
.header_right{ 
float:right;
text-align:right;
width:74%;
}

.logo_and_menubar{ 
position:relative;
padding:15px 0 60px;
display:block;
}
/* = Header Navigation CSS
-------------------------------------------------------------*/
#mainnavigator{ 
background: #1e1e1e;
display:block;
padding:1px 0;
}
.site-navigation {
display: block;
margin:0;
}
/* Styling the links */
.site-navigation a {
display: block;
text-decoration: none;
color: #fff;

font-weight:700;


}
.site-navigation a:hover {color:#edc97f;}
/* Set menu item's width to 100% */
.site-navigation ul li {
display: inline-block;
margin-right:15px;
}
.site-navigation ul {margin:0;}
/* Styling the toggle buttons */
.menu-toggle {
text-decoration: none;
border: none;
background:none;
padding:0;
color: #fff;

display: block;
position: absolute;
top:-105px;
right:15px;
z-index:999999;
cursor:pointer;
}
.menu-toggle .dashicons {
vertical-align: text-bottom;
font-size:24px;
}
.menu-toggle .dashicons:before {
content: '\f228';
}

.toggled .menu-toggle .dashicons:before {
content: '\f158';
}
.dropdown-toggle {
background-color: transparent;
padding: 0.5em;

border: 1px solid transparent;
border-left: 1px solid #bbb;
border-radius: 0;
position: absolute;
top: 0.5em;
right: 0.5em;
color: #fff;
text-align: center;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
border: 0;
}
.dropdown-toggle .dashicons {
font-size: 1.25rem;
}
.dropdown-toggle .dashicons:before {
content: '\f347';
color:#fff;
}
.toggled-on > .dropdown-toggle .dashicons:before {
content: '\f343';
color:#fff;
}

/* Display the menu when clicked on Menu Toggle */
.toggled .menu {
display: block;
top: 0;
left: 0;
position: relative;
background: #141414;
}



/*--------------------------------------------------------------
8. Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
nav:before,
nav:after {
content: "";
display: block;
}
.clear:after,
.site-header:after,
.site-content:after,
.site-footer:after,
nav:after {
clear: both;
}
@media screen and (min-width: 981px) {
/*
5. Navigation
5.1 Links	
*/
/* 5.2 Menus */
.menu-toggle,
.dropdown-toggle {
display: none;
}

}


/* = Sidebar CSS
-------------------------------------------------------------- */
#sidebar{ 
position:relative;
float:right;
width:28%;
}
aside.widget{ 
margin-bottom:30px;
padding:0;
}
aside.widget ul{ 
list-style:disc inside;
}
h3.widget-title{ 
font-weight:400;
padding:10px;
margin:0 0 15px 0;
font-size:22px;
position:relative;
border:1px solid #000;
display:block;
color:#000;

}
#sidebar ul li{ 
list-style:none;
padding:7px 10px 7px 0;
margin:0 0 2px 0;
}
		
#sidebar ul li a{ 
color:#3b3b3b;
text-decoration:underline;
}
#sidebar ul li a:hover{ 
color:#34c6f6;
}
#sidebar ul li:last-child{ 
border:none;
}
aside .textwidget, 
#sidebar .gallery, 
aside.widget_media_image{ 
padding:20px;
background-color:#fff;
box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.search-form input.search-field{ 
background:#fff;
width:100%;
max-width:400px;
margin:0 auto;
padding: 10px;
border:none;
}
.search-form input.search-field:hover, .search-form input.search-field:focus, .search-form input.search-field:active {border:none;outline:0;box-shadow:none;}
.search-form input.search-submit{ 
display:none;
}



/* = Site Footer css
-------------------------------------------- */
.site-footer{ 
padding:0;
position:relative;
background:#101010;
}




/* = Footer Copyrigh wrapper css
-------------------------------------------- */
.copyrigh-wrapper{ 
font-size:13px;
text-align:center;
position:relative;
padding:20px 0;
}
.copyrigh-wrapper ul {list-style:none;margin:0 0 15px;}
.copyrigh-wrapper ul li {margin:0 10px 5px;display:inline-block;}
.menu_fter{ 
background:#1e1e1e; 
padding:20px 0; 
text-align:center;
}
.menu_fter ul {margin:0;list-style:none;}
.menu_fter ul li{ 
margin:5px 15px;
display:inline-block;
padding:0;
}
.ft100 {color:rgba(255,255,255,0.6);font-size:13px;}
.ft100 ul li a:hover {color:#fff;}
.menu_fter ul li a{ 
color: #fff;
text-transform:uppercase;
display:inline-block;
font-weight:700;font-size:14px;
}

.menu_fter ul li a:hover{ 
color:#edc97f;
}
/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
overflow: hidden;
padding: 0;
height: 1px;
margin: -1px;
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 {
box-shadow: none;
clip: auto !important;
clip-path: none;
background-color: #f1f1f1;
border-radius: 3px;
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. */
#themetabnav[tabindex="-1"]:focus {
outline: 0;
}



/* = Comment Form css
-------------------------------------------------------------- */
h1.screen-reader-text{
font-family: 'Assistant', sans-serif;
font-size:22px;
}
.site-nav-previous, .nav-previous{ 
float:left;
}
.site-nav-next, .nav-next{ 
float:right;
}
h3#reply-title{ 
font-size:20px;
}
#comments{ 
margin:30px 0 0;
padding:0;
}
#comments label {display:block;font-size:13px;opacity:0.8;margin:0 0 7px;}

ol.comment-list {
list-style:none;
margin:0;
}
ol.comment-list ol {list-style:none;margin:0;padding-left:30px;}
.comment-author img {float:left;margin-right:15px;}
.comment-date {font-size:13px;opacity:0.6;}
.comments-title, .comment-reply-title {font-size:22px;color:#fff;font-weight:700;margin: 0 0 15px;}
.comment-content {padding:15px 0;}
a.comment-reply-link {text-transform:uppercase;font-weight:700;}
#commentform input#email, 
#commentform input#url, 
#commentform input#author, 
#commentform input#eazycfc_captcha{
border:none;
padding:10px;
}
#commentform textarea {width:100%;border:none;padding:10px;}
#commentform input#submit{ 
background:#001eff;
cursor:pointer;
border:none;
font-family:inherit;
padding:10px 20px;
color:#fff;
border-radius:5px;
font-weight:700;
text-transform:none;
}
#commentform input#submit:hover{
background:#001eff;
color:#fff;
}
.slot-brand ul {list-style:none;margin:0;}
.slot-brand ul li {display:inline-block;margin-right:10px;margin-bottom:20px;}
.slot-brand ul li a {font-weight: 700;
  color: #fff;
  padding: 6px 20px;
  border-radius: 5px;
  background: #244ac7;}
.sliderovelay {position:absolute;left:0;top:0;width:100%;height:100%;}
.frontslider-sections {padding:50px 30px 0;margin:0 auto 30px;position:relative;background:url(/wp-content/uploads/2024/06/ra.jpg) no-repeat left center;
height:320px;background-size:cover;width:100%;max-width:1140px;border-radius:15px;overflow:hidden;}
.promo {font-weight:700;color:#fff;display:inline-block;z-index:9;position:relative;max-width:450px;}
img.img-sl {max-width:500px;width:100%;}
.frontslider-title {font-weight:700;color:#fff;font-size:23px;}
.frontslider-sections a.play_btn_2 {display:block;padding:10px;max-width:200px;margin:30px 0;}
.frontslider-sections a.play_btn_1 {display:none;padding:10px;max-width:200px;margin:15px auto;}
.promo span { 
position:relative;
margin-right:22px;
cursor:pointer;display:inline-block;
color: #edc97f;
}

.promo span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/pfp/images/copy.svg);
    mask: url(/wp-content/themes/pfp/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #edc97f;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
a.custom-logo-link {display:inline-block;}
@media (max-width:1170px) {

.frontslider-sections {max-width:100%;border-radius:0;margin:-30px 0 30px;}

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

.frontslider-sections {height:300px;padding:30px 30px 0;}

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

.frontslider-sections {height:auto;text-align:center;padding:30px 15px;}
.frontslider-sections a.play_btn_1 {display:block;}
.frontslider-sections a.play_btn_2 {margin:15px auto;}
.sliderovelay, .home .menu-toggle, .home .header_right {display:none;}
.promo {padding:0;position:static;font-size:16px;}
.home .logo {padding:0;}

}

.pays, .devs {text-align:center;}
.devs {padding:0 0 20px;}
.pays {padding:30px 0;}
.pays img {margin:10px 20px;vertical-align:middle;}
.devs img {margin:15px 15px;vertical-align:middle;}
a.play_btn_1 {font-weight: 700;
  color: #000;
  background: #edc97f;
  border-radius: 5px;
  padding: 10px 30px;
  text-align: center;}
a.play_btn_2 {font-weight: 700;
  background: #27ae60;
  color: #fff;
  border-radius: 5px;
  padding: 10px 30px;
  text-align: center;}

.play_btns_3 {padding:30px 0;}
.play_btns_1 {padding-top:12px;}
.news_content {overflow:hidden;margin-bottom:30px;background:#1e1e1e;border-radius:10px;}
.news_content img {width:100%;display:block;}
.slot_content {padding:12px;margin-bottom:30px;background:#1e1e1e;border-radius:10px;text-align:center;overflow:hidden;position:relative;}
.slot_content .slot_img {margin-bottom:10px;background:#000;border-radius:8px;overflow:hidden;}

.slot_img img {width:100%;display:block;}
.slot_content:hover .slot_img img {opacity:0.3;}
.slot_button {position:absolute;left:0;top:27%;width:100%;display:none;}
.slot_content:hover .slot_button {display:block;}
.slot_button a.play_btn_2 {padding:10px;max-width:180px;margin:10px auto;display:block;}
a.demo_link {font-weight:700;text-transform:uppercase;color:#fff;font-size:14px;}
.slot_content span {font-weight:700;}
.news_content a.news_title {padding:10px 15px 15px;display:block;font-weight:700;line-height:1.3;position:relative;}


#home-content a {font-weight: 700;
  text-align: center;
  background: #001eff;
  color: #fff;display:block;max-width:240px;margin:15px auto;
  padding: 10px;
  border-radius: 5px;}
.page-header {background:#252525;padding:10px 0 13px;}
.page-header h1 {font-size:22px;margin:0;line-height:1.1;}
.breadcrumbs {font-size:13px;}
.content_fixer {max-width:900px;margin:0 auto;width:100%;}
.slots.content_fixer, .home .content_fixer {max-width:100%;}
.entry-thumb {float:left;width:45%;margin-right:20px;margin-bottom:15px;}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content ul, .entry-content ol, .entry-content blockquote, .entry-content p {clear:both;}
.entry-content p:first-of-type {clear:none;}
.entry-content iframe {border:none;padding:0;margin:0 0 15px;width:100%;height:520px;}
.blgimagebx {width:45%;float:left;margin-right:20px;}
.blogpost_liststyle {margin-bottom:30px;}
.blgtitle a {display:block;line-height:1.3;font-weight:700;font-size:18px;margin-bottom:15px;}
.taxonomy-description {padding-top:40px;}
.nothing-title {font-size:25px;font-weight:700;margin:0 0 15px;color:#fff;}
.error404 .content_fixer {text-align:center;padding:100px 0;}
.btngo {text-align:center;padding:30px 0;}
.btngo a.play_btn_1 {border-radius: 30px;}
.playhome ul, .playhome ol {margin:0 0 15px;list-style:none;}
.playhome ul li, .playhome ol li {position:relative;}
.playhome ul li {padding-left:17px;padding-bottom:5px;}
.playhome ul li:last-child {padding-bottom:0;}
.playhome ul li:before {content:"";position:absolute;left:0;top:8px;width:7px;height:7px;border-radius:50%;background:#0b62de;}
#playslots ul li:before, #playsoft ul li:before, #playfinance ul li:before {background:#ffa80a;}
#playslots ul, #playsoft ul, #playreg ul, #playfinance ul, #playsupport ul, #playfeeds ul {margin:0 -15px 15px 0!important;}
#playslots ul li {padding-right:15px;float:left;width:33.33333%;}
#playslots ul li:last-child, #playsoft ul li:last-child, #playreg ul li:last-child, #playfinance ul li:last-child, #playsupport ul li:last-child, #playfeeds ul li:last-child {padding-bottom:15px!important;}
#playsoft ul li, #playfinance ul li {padding-right:15px;float:left;width:20%;}
#playreg ul li, #playsupport ul li {padding-right:15px;float:left;width:25%;}
#playfeeds ul li {padding-right:15px;float:left;width:50%;}
#playbonus img {margin-bottom:15px;}
#playtitle {padding-top:40px;}
.playhome ol li {padding-left:40px;padding-bottom:15px;}
.playhome ol li:last-child {padding-bottom:0;}
.playhome ol li span {padding-top:1px;position:absolute;left:0;top:-5px;width:30px;height:30px;font-weight:700;text-align:center;color:#fff;border-radius:50%;border:2px solid #fd0013;}
.postlink {text-align:center;padding:15px 0 20px;} 
.postlink a.play_btn_1 {border-radius: 30px;}
.promo-content {font-weight:700;text-align:center;padding:15px;border:2px dashed #0b62de;margin:0 0 15px;}
#cf_alert_div {display:none!important;}

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


}

@media (max-width:991px) {
.site-navigation ul li {
display: block;
margin-right:0;

}
.logo img {
  margin:0 auto;
}
#mainnavigator {
  background: none;
  box-shadow: none);
  
  padding: 0;
}
#playslots ul li, #playsoft ul li, #playreg ul li, #playfinance ul li, #playsupport ul li {
width: 50%;
}
#playfeeds ul li {width:100%;}
.entry-content iframe {height:450px;}
.news_content a.news_title {min-height:50px;}
.left-column-3 {width: 50%;}
.slot_button {top:30%;}
.site-navigation a {
border-radius:0;padding:10px 15px;
}
.site-navigation a:hover {color:#fff;}
.site-navigation ul li {border-bottom:1px solid rgba(255,255,255,0.1);}
.site-navigation ul {display:none;}
.logo{ 
text-align:center;  
width:100%;
padding-bottom:15px;
}

.header_right{ 
float:left;
text-align:center;
width:100%;
padding-bottom:30px;
}
}
@media (max-width:767px) {
.entry-thumb {width: 100%;margin-right: 0;}
.slot_button {top:25%;}
.menu_fter ul li {
    margin: 5px 15px;

}
.devs img {
  margin: 7px;max-width:100px;
 
}
.entry-content iframe {height:350px;}
.news_content a.news_title {min-height:70px;}
}
@media (max-width:500px) {
.left-column-3 {width: 100%;}
.news_content a.news_title {min-height:auto;}
.news_content {margin-bottom:40px;}
.entry-content iframe {height:300px;}
#playslots ul li, #playsoft ul li, #playreg ul li, #playfinance ul li, #playfeeds ul li, #playsupport ul li {
width: 100%;
}
}
@media (max-width:410px) {
.entry-content iframe {height:250px;}
.play_btns_1 a.play_btn_1, .play_btns_3 a.play_btn_1 {display:block;max-width:240px;margin:0 auto 15px;}
.play_btns_1 a.play_btn_2, .play_btns_3 a.play_btn_2 {display:block;max-width:240px;margin:0 auto;}
.menu-toggle {top:-180px;}
}


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