/*!
Theme Name: win
Text Domain: win
*/


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

main {
	display: block;
}



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


pre {
	font-family: monospace, monospace;
	font-size: 1em;
}


a {
	background-color: transparent;
}


abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body {
	color: rgba(255,255,255,0.7);
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	line-height: 1.6;
	background: #0a0d0e url(/wp-content/uploads/2024/02/bg.png);
	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin:0 0 15px;
	font-weight:700;
	color:#fff;
}
h1 {font-size:28px;}
h2 {font-size:25px;}
h3 {font-size:22px;}
h4 {font-size:19px;}
h5 {font-size:17px;}
h6 {font-size:15px;}
p {
	margin: 0 0 15px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 0 15px;
	font-size:17px;
	font-style:italic;
	border-left:4px solid #27ae60;
	padding:0 0 0 15px;
	color:#fff;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */


hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 15px 15px;
	padding:0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}



dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 15px;
	width: 100%;
	border-collapse: collapse;
	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: 767px) {
    .resizetable {
        width: 100%;
        overflow: auto!important;
        border:1px solid rgba(255,255,255,0.1);
       
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .resizetable table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
/* Links
--------------------------------------------- */
a {
	color: #edc97f;
	text-decoration: none;
}



a:hover,
a:focus,
a:active {
	color: #fff;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	 
	    color: #fff;
   
   
	padding: 10px;
}
.search-form input[type="submit"] {display:none;}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border: none;
	outline:0;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border: none;
	outline:0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: none;
	width: 75%; 
	padding: 10px;
}
input[type="search"] {width:100%;}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	outline:0;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/



/* Navigation
--------------------------------------------- */

/* Small menu */
.menu-toggle {
	display: block;
	position: absolute;
	right: 15px;
	top: 0px;
	z-index:9999;
	background:none;
	padding:0;
	border:none;
	font-size:30px;
}
button.menu-toggle {cursor:pointer}


.main-navigation ul {list-style:none;margin:0;}
.main-navigation ul li {display:inline-block;margin-left:20px;}
.main-navigation ul li:first-child {margin-left:0;}
.main-navigation a {
	display: block;
	font-weight:700;
	text-decoration: none;
	color: #fff;
	
	
}



.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a {
	color: #edc97f;
}



@media screen and (min-width: 992px) {

	.menu-toggle {
		display: none;
	}


}

/* Post Navigation */

.site-main .comment-navigation,
.site-main .posts-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.post-navigation {
	padding: 2em 0 3em 0;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #ccc;
}

.post-navigation a {
	color: #2f2f2f;
	text-decoration: none;
	font-weight: 700;
	padding: 5px;
    border: 1px solid #e99ea6;
}

.post-navigation a:hover,
.post-navigation a:focus {
	color:#000;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.type-page {
	margin: 0;
}

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



.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}



/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}



/* 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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* 
	Created on : Aug 22, 2020, 9:10:12 AM
	Author     : Mr. Puneet Taylor
*/

html,
body {
	margin: 0;
	padding: 0;
	
}



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

 


.col-6 {
	width: 50%;
	padding-right: 15px;
    padding-left: 15px;
	float: left;
}
.col-5 {
	width: 41.666667%;
	padding-right: 15px;
    padding-left: 15px;
	float: left;
}
.col-4 {
	width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
	float: left;
}
.col-3 {
	width: 25%;
    padding-right: 15px;
    padding-left: 15px;
	float: left;
}
.col-2 {
	width: 16.666667%;
    padding-right: 15px;
    padding-left: 15px;
	float: left;
}
.row:after {
    clear: both;
}
.row:after, .row:before {
    display: table;
    content: " ";
}

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

.site-header {
padding:5px 0 5px;

background:#1e1e1e;
}


.clearfix:after {
  display: table;
  clear: both;
  content: "";
}
.bannerSection {
	color:#fff;font-weight:700;padding:50px 30px 0;width:100%;max-width:1140px;
	background: url(/wp-content/uploads/2024/02/225b.jpg) no-repeat left center;
height:300px;margin:0 auto;background-size:cover;position:relative;border-radius:10px;overflow:hidden;
}

.overlay {position:absolute; left:0;top:0;width:100%;height:100%;}

.bannerTitle {font-size:24px;}
.code {position:relative;z-index:9;display:inline-block;}
.bannerSection a.secbtn {display:block;margin:30px 0;padding:10px;max-width:200px;}
.bannerSection a.mainbtn {display:none;margin:15px auto;padding:10px;max-width:200px;}
.code span { 
position:relative;
margin-right:22px;
cursor:pointer;display:inline-block;
color: #edc97f;
}

.code span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/win/images/copy.svg);
    mask: url(/wp-content/themes/win/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #edc97f;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}

@media (max-width:1170px) {
.bannerSection {border-radius:0;max-width:100%;margin:0;}
.home .bg-shadow {padding:0 0 30px;}
}
@media (max-width:767px) {
.bannerSection {text-align:center;
padding:30px 15px;
height:auto;}

.overlay, .home .headerButtons, .home #site-navigation {display:none;}
.bannerTitle {font-size:22px;}
.bannerSection a.secbtn {margin:15px auto;}
.bannerSection a.mainbtn {display:block;}
.bannerSection img {max-width:300px;width:100%;}
}

.innerwrap {width:100%;padding-left:15px;padding-right:15px;margin:0 auto;position:relative;}
@media (min-width:576px) {
.innerwrap {max-width:540px;}
}
@media (min-width:768px) {
.innerwrap {max-width:730px;}
}
@media (min-width:992px) {
.innerwrap {max-width:960px;}
}
@media (min-width:1200px) {
.innerwrap {max-width:1170px;}
}
.contentSection {
	width: 67%;
float:left;

}

.contentSection.full {
	width: 100%;
	
}


img.custom-logo {max-width:170px;display:block;}

.error-404 {
	padding:50px 0;
	text-align: center;
}

.comments-area {
	margin-top: 30px;
}

.imgArea {float:left;margin-right:20px;margin-bottom:15px;width:45%;}

.leaveReply textarea {
	width: 100%;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
	outline: none !important;
	resize: none;
	margin-bottom: 30px;
}

.sidebar {
	width: 33%;
	
	padding-left:30px;
	float: left;
	
	
}

#secondary {background:#1e1e1e;height:100%;padding:20px;}
#secondary .widget-title {font-size:20px;color:#fff;font-weight:700;margin-bottom:15px;}
#secondary ul {margin:0 0 30px;list-style:none;}
#secondary ul li {margin-bottom:10px;border-bottom:1px solid rgba(255,255,255,0.1);padding-bottom:10px;}
#secondary ul li:last-child {margin-bottom:0;}
#secondary ul li a {display:block;line-height:1.3;font-weight:700;}
#search-2 {margin-bottom:30px;}
ul.pagination {
	text-align: center;
	list-style: none;
}

.pagination-wrap {
	margin-top: 5px;
}
.bg-shadow {
  margin: 0 auto;
  padding: 30px 0;
  width: 100%;
  height:100%;
  max-width: 1350px;
  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%);
}
.nav-links a {font-weight:700;color: #fff;padding:5px 10px;background:#1e1e1e;}
.nav-links a:hover, .nav-links span {font-weight:700;color: #000;padding:5px 10px;background:#edc97f;}

.site-footer .widget-title {font-weight:700;color:#fff;margin-bottom:15px;font-size:16px;}
.footerwidgets {padding:40px 0 20px;}
.footerwidgets ul {margin:0;list-style:none;}
.footerwidgets ul li {margin-bottom:10px;}
.footerwidgets ul li:last-child {margin-bottom:0;}
.footerwidgets ul li a {color: #999;display:block;line-height:1.3;}
.footerwidgets ul li a:hover {color: #fff;}
.footerwidgets .widget {margin-bottom:30px;}
.footerButtons {text-align:center;padding:10px 0 20px;}


.home h2, .home h1 {
font-size:20px;

}
.home h3 {font-size:17px;}
.lead {text-transform:uppercase;color:#fff;margin:0 0 15px;font-size:18px;}
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
#respond textarea
{
	width: 100%;
}
a.mainbtn {
    text-align: center;
   border-radius:10px;
    background: #edc97f;
   
    padding: 10px 30px;
    color: #000;
   
    font-weight:700;
}
a.secbtn {
text-align:center;
border-radius:10px;
background: #27ae60;
font-weight:700;
padding:10px 30px;
color:#fff;
}

.footerButtons a.mainbtn {margin-right:15px;}
.footerImages {text-align:center;border-top: 1px solid rgba(89,89,115,.2);
border-bottom: 1px solid rgba(89,89,115,.2);padding:20px 0;}
.footerImages img {margin:10px 15px;vertical-align:middle;}

.site-info {font-size:13px;text-align:center;margin:0 auto;max-width:700px;padding:20px 0;}
.site-info ul {margin:0 0 10px;list-style:none;}
.site-info ul li {display:inline-block;margin:0 10px 5px;}

.site-info p {margin:0 0 5px;}
.breadcrumb {font-size:13px;background:#161616;padding:15px 0;}
.breadcrumb h1 {margin:0;font-size:22px;line-height:1.3;color:#fff;}

.service-block {background:#1e1e1e;border-radius:10px;padding:15px;margin-bottom:30px;}
.block-img {float:left;width:35%;margin-right:20px;}
.block-img img {display:block;width:100%;}
.block-link a {display:block;font-weight:700;line-height:1.35;}
.slot-wrap {background:#000;border-radius:10px;text-align:center;margin-bottom:30px;overflow:hidden;position:relative;}
.slot-wrap img {display:block;width:100%;}
.slot-wrap a.secbtn {display:block;padding:7px;max-width:170px;margin:10px auto;}
.slot-wrap span {font-size:14px;color:rgba(255,255,255,0.7);}
.hidden-box {position:absolute;left:0;top:20%;width:100%;display:none;}
.slot-wrap:hover img {opacity:0.4;}
.slot-wrap:hover .hidden-box {display:block;}
a.text-link {font-size:14px;color: #fff;text-transform:uppercase;}
a.text-link:hover {border-bottom:1px solid #fff;}
.headerButtons a.mainbtn {margin-right:10px;}
.headerButtons {text-align:right;padding-top:16px;}
#site-navigation {text-align:center;padding-top:15px;}
.single .entry-content a {font-weight:700;}
.rightButtons a {display:block;margin-top:15px;}
p.form-submit {margin:0;}
#footerArea {background:#101010;}

#comments input[type="submit"] {border:none;background:#005aeb;color:#fff;border-radius:10px;cursor:pointer;padding:10px 20px;font-weight:700;}
#comments input[type="submit"]:hover {border:none;}
#comments label {display:block;font-size:14px;opacity:0.7;margin-bottom:7px;}
#comments ol {margin:0;list-style:none;}
#comments ol ol {padding-left:30px;}
.comment-author img {float:left;margin-right:15px;}
.comment-date {font-size:13px;opacity:0.7;}
.comment-content {padding-bottom:20px;}
.comment-edit a {font-size:13px;color:#3daa45;}
.comments-title, .comment-reply-title {color:#fff;margin-bottom:15px;font-size:20px;font-weight:700;}
.entry-title a {font-weight:700;display:block;margin-bottom:10px;font-size:18px;line-height:1.3;}
.taxonomy-description {padding-top:20px;}
.page-title {font-size:24px;font-weight:700;color:#fff;margin-bottom:15px;}
.slotlist {padding:30px 0;}
.gamesCat ul {margin:0;list-style:none;}
.gamesCat ul li {display:inline-block;margin-right:10px;margin-bottom:17px;}
.gamesCat ul li:last-child {margin-right:0;}
.gamesCat ul li a {padding:7px 15px;background:#302d28;border-radius:5px;color:#fff;font-weight:700;}
.gamesCat ul li a:hover {color: #f9b242;}
.slotPlay {text-align:center;padding:20px 0 30px;}
.entry-content iframe {border:none;padding:0;width:100%;height:450px;}

.text-content {padding-bottom:30px;}
.text-content a {text-align: center;
  border-radius: 10px;
  background: #005aeb;display:block;margin:15px auto;max-width:240px;
  font-weight: 700;
  padding: 10px;
  color: #fff;}
@media (min-width:992px) and (max-width:1199px) {
.headerButtons a.mainbtn {display:none;}
.main-navigation ul li {margin-left:10px;}
.main-navigation a {font-size:14px;}

}
@media (max-width:1199px) {
.entry-content iframe {height:350px;}
.postlist .entry-content {display:none;}
.hidden-box {top:13%;}
.block-link a {font-size:14px;}
.section.slots {padding:30px 0 0;} 
}
@media (max-width:991px) {
.hidden-box {top:25%;}

.block-link a {font-size:16px;}
#site-navigation ul {display:none;}
#site-navigation.toggled ul, .postlist .entry-content {display:block;}
.col-6, .col-5, .col-4, .col-3, .contentSection {width: 100%;}
.main-navigation ul li {display:block;margin-left:0;border-bottom:1px solid rgba(255,255,255,0.03);}
.main-navigation ul li:last-child {border:none;}
.main-navigation ul li a {display:block;padding:10px 0;}
.main-navigation ul {background: #161616;padding:5px 15px;margin:5px 0 5px;}
#site-navigation {text-align: left;padding-top:0;}
.headerButtons {text-align:center;padding-bottom:25px;padding-top:20px;}
.mainMenus .col-3 {text-align:center;}
.mainMenus .col-3 img {max-width:150px;margin:0 auto;}
.sidebar {width: 100%;padding-left:0;margin-top:30px;}
.footerwidgets .col-3 {width: 50%;}
.slotlist .col-3, .slots .col-3 {width: 50%;}

}
@media (max-width:767px) {
.block-img {
   margin-bottom:15px;
    width: 100%;
    margin-right: 0;
}
.hidden-box {top:18%;}
#secondary {padding: 15px;}
.imgArea {margin-right: 0;width: 100%;}
.entry-content iframe {height:250px;}
.postlist .entry-content {margin-bottom:25px;}
#primary {padding: 15px;}
.footerImages img {
    margin: 10px 10px;
   max-height:30px;
}

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

.footerwidgets .col-3 {width: 100%;min-height:auto;}
.slotlist .col-3, .slots .col-3 {width: 100%;}
.hidden-box {top:30%;}
}
@media (max-width:460px) {

.entry-content iframe {height:200px;}
}
@media (max-width:360px) {
.headerButtons a.mainbtn, .footerButtons a.mainbtn {margin-right:0;margin-bottom:15px;display:block;}
.headerButtons a.secbtn, .footerButtons a.secbtn {display:block;}
.hidden-box {top:25%;}
}
@media (max-width:300px) {

.hidden-box {top:20%;}
}


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