/**
Theme Name: dom
Text Domain: dom
*/

/* ============================== */
/* Typography
==================== */


::selection {
	background: #0090ff;
	color: #fff;
}

body {
	background: #0a0d0e url(/wp-content/uploads/2024/05/bg.png);
  color: rgba(255,255,255,0.75);
	
	overflow-x: hidden;
	font-size: 16px;
	line-height: 1.5;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
}

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

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

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

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

.wp-caption .wp-caption-text {
	margin: 0;
	color: grey;
	font-size: 15px;
}

/* ===================*/
/* Accessibility
==================== */
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.sticky {
	display: block;
}

/* ===================*/
/* Galleries
==================== */
.gallery-caption {
	display: block;
}

.bypostauthor {
	display: block;
}

.alignleft {
	text-align: left;
}

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

/* ===================*/
/* Inner Body
==================== */

.inner-body {
	margin: 0 auto;
	
}

.inner-body-wrap {
	position: relative;
	
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: 700;
	color: #fff;
	margin:0 0 15px;
	clear:both;
	line-height:1.3;
}

h1, .h1 {
	font-size:25px;
	
}

h2, .h2 {
	font-size:23px;
	
}

h3, .h3 {
	font-size:21px;
	
}

h4, .h4 {
	font-size:19px;
	
}
h5, .h5 {
	font-size:17px;
	
}
h6, .h6 {
	font-size:15px;
	
}
b,
strong {
	font-weight: bold;
}

/* Form Stylling Start */
input[type="text"],
input[type="search"],
select,
textarea {
	width: 100%;
	border: 1px solid var(--main-color);
	padding: 3px 10px;
	font-size: 15px;
}



/* Section */
section,
.section {
	
	position: relative;
	z-index: 1;
}

/*----- Sidebar 
--------------------*/
.no-results {text-align:center;padding:40px 0 30px;} 
#secondary .widget{
	margin: 0 0 30px;
}
#secondary .widget {background:#1e1e1e;border-radius:10px;padding:15px;}
#secondary .widget_text.widget {background:none;box-shadow: none;border-radius:0;padding:0;}
#secondary .widget-title {
	font-size:22px;font-weight:700;color:#fff;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding:0 0 5px;
	margin:0 0 10px;
}
.rightlinks {padding-bottom:20px;}
.rightlinks a {display:block;text-align:center;margin:0 0 15px;}
#secondary ul {list-style:none;padding:0;margin:0;}
#secondary ul li {border-bottom: 1px solid rgba(255,255,255,0.1);
	padding:0 0 10px;
	margin:0 0 10px;}
#secondary ul li:last-child {border:none;padding:0;margin:0;}
#secondary ul li a {display:block;line-height:1.2;font-weight:600;}
.footer .widget-title {
	color: #fff;
	text-transform:uppercase;
	font-size:18px;
	margin:0 0 15px;
	
}
.footer .widget ul {list-style:none;margin:0;padding:0;}
.footer .widget ul li {margin:0 0 5px;}
.footer .widget ul li a {text-transform:uppercase;color:#a9a9a9;}
.footer .widget ul li a:hover {color:#fff;}




.entry-blog {background:#1e1e1e;border-radius:10px;
overflow:hidden;margin-bottom:30px;}
.post-content {padding:30px 30px 30px 0;}
/* Show */
.show {
	opacity: 1;
	visibility: visible;
}

/* Overflow Hidden */
.overflow-hidden {
	overflow: hidden;
}

/* List ul ol */
.unstyled {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* List Round */
.list-round li {
	margin-bottom: 15px;
}

.list-round li:before {
	content: "\f10c";
	font-family: fontAwesome;
	padding-right: 10px;
}

/* Form COntrol */
.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
	z-index: 1;
}
.comments-form input[type=submit] {margin-left:15px;border-radius:4px;border:none;
background: #3560e3;color:#fff;padding:10px 30px;text-transform:none;font-weight:700;}
.comments-form input[type=submit]:hover {background:#3560e3;}
#commentform .row {margin-left:0;margin-right:0;}
.form-control:focus {
	
	background-color: #fff;
	border-color: #eee;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}


/* Global styles
==================== */
a {
	color: #edc97f;
}

a:hover {
	color: #fff;
	text-decoration:none;
}
a:active, a:focus {border:none;outline:0;box-shadow:none;}

/* Button */
button {
	background: none;
	border: none;
	display: inline-block;
}

button:hover {
	cursor: pointer;
}


/* Header
==================== */


.logo-area img {max-width:160px;}


@media (min-width:992px) {

	/* Header Stacked */
	.mt-header.mt-header-stacked .logo-area {
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 15px;
		padding-bottom: 15px;
		text-align: center;
	}

	.mt-header.mt-header-stacked .main-menu {
		justify-content: center;
	}
}

/* Logo
==================== */

.mt-header {background: #1e1e1e;padding:10px 0 7px;}


/* Main Menu
==================== */

.main-menu {

	
	
}
.mainmenu {padding:15px 0;background:#101010;position:relative;}
.main-menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.main-menu .menu li {
margin-right:30px;
}

.main-menu .menu>li>a {
	
	color: #fff;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:700;
}
.main-menu .menu>li>a:hover {
	
	color:#edc97f;
}
.main-menu .menu > li.menu-item-has-children > a {
	padding-right: 0;
}

.main-menu .menu li.menu-item-has-children button {
	padding-left: 15px;
	padding-right: 15px;
	cursor: pointer;
	display: inline-flex;
}
.mainbanner {position:relative;margin:0 auto 30px;max-width:1110px;width:100%;padding:40px 30px 0;background:url(/wp-content/uploads/2024/05/225b.jpg) no-repeat left center; 
height:310px;background-size:cover;border-radius:15px;overflow:hidden;}
img.mbimg {max-width:500px;width:100%;}
.mainbanner b {font-weight:700;font-size:24px;color:#fff;display:block;} 
.promokod {display:inline-block;font-weight:700;color:#fff;position:relative;z-index:9;}
.mainbanner a.link2 {display:block;max-width:200px;padding:10px;margin:30px 0;}
.mainbanner a.link1 {display:none;max-width:200px;padding:10px;margin:15px auto;}
.overlay {position:absolute;left:0;top:0;width:100%;height:100%;}
.promokod span { 
position:relative;
margin-right:22px;
cursor:pointer;display:inline-block;
color: #edc97f;
}

.promokod span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/dom/images/copy.svg);
    mask: url(/wp-content/themes/dom/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #edc97f;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
@media (max-width:1130px) {
.mainbanner {margin:0 0 30px; border-radius:0;max-width:100%;}
.home .mainshadow {padding:0 0 30px;}
}
@media (max-width:767px) {
.mainbanner {height:auto;padding:30px 15px;text-align:center;}
.overlay, .home .toplinks, .home .mainmenu {display:none;}
.mainbanner b {font-size:23px;} 
.mainbanner a.link2 {margin:15px auto;}
.mainbanner a.link1 {display:block;}
}
.main-menu .menu li.menu-item-has-children button:after {
	content: "\f107";
	
	font-weight: 700;
	font-size: 12px;
	transition: all 0.3s ease;
}

.main-menu .menu li.menu-item-has-children ul li a {
	flex-basis: 100%;
	padding: 12px 20px;
	
}

.main-menu .menu li.menu-item-has-children li:not(:first-child) {
	border-top: 1px solid #fff;
}

.nav-toggler {
	position:absolute;
	left:0;
	width: 35px;
	height: 35px;
	border-radius: 3px;
	z-index:99;
	color: #fff;
	top:-17px;
}

.main-menu .menu>li ul {
	width: 100%;
	background-color: var(--submenu-bg);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	margin-top: -1px;
}
.header-action-items {position:relative;}
@media (min-width:992px) {

	.main-menu .menu {
		display: flex;
		flex-wrap: wrap;
	}

	.main-menu .menu > li ul {
		width: var(--submenu-width);
		position: absolute;
		top: 100%;
		transition: all 0.3s ease;
		transform: translate3d(0, 10px, 0);
		box-shadow: 0 1px 7px rgba(0, 0, 0, .05);
	}

	.main-menu .menu li.menu-item-has-children:hover>ul {
		opacity: 1;
		transform: translate3d(0, 0px, 0);
		visibility: visible;
	}

	.main-menu .menu>li ul ul {
		margin-left: var(--submenu-width);
		top: 1px;
	}

	.main-menu .menu > li.menu-item-has-children > button{
		padding: 7px;
	}
	

	.main-menu .menu > li.menu-item-has-children:hover > button:after {
		transform: rotate(-180deg);
	}

	.main-menu .menu ul li.menu-item-has-children:hover > button:after {
		transform: rotate(-90deg);
	}

	.nav-toggler {
		display: none!important;
	}
}



/* Search
===============================*/
.search-link {
position:absolute;
right:15px;
top:-4px;
}

.icon-search {color:#fff;}

.search-link form {
	position: relative;
}


.search-link form button {
	padding: 5px;
}


.search-link .search-box {
	position: absolute;
	bottom: -80px;
	left: auto;
	right: 0;
	background: #fff;
	padding: 0px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.search-link .search-form.active .search-box {
	bottom: -55px;
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.search-link form .search-box input[type=search] {
	width: 250px;
	border: 2px solid #e5e5e5;
	background: none;
	padding: 8px 10px;
	border-radius: 4px;
}

.search-link form .search-box input::-webkit-input-placeholder {
	
	font-size: 14px;
	color: #101010;
	padding-left: 10px;
	font-weight: 300;
	font-style: italic;
	letter-spacing: .5px;
}

.search-link form .search-box input::-moz-placeholder {
	
	font-size: 14px;
	color: #101010;
	padding-left: 10px;
	font-weight: 300;
	font-style: italic;
	letter-spacing: .5px;
}

.search-link form .search-box input:-ms-input-placeholder {
	
	font-size: 14px;
	color: #101010;
	padding-left: 10px;
	font-weight: 300;
	font-style: italic;
	letter-spacing: .5px;
}

.search-link form .search-box input::-ms-input-placeholder {
	
	font-size: 14px;
	color: #101010;
	padding-left: 10px;
	font-weight: 300;
	font-style: italic;
	letter-spacing: .5px;
}

.search-link form .search-box input::placeholder {

	font-size: 14px;
	color: #101010;
	padding-left: 10px;
	font-weight: 300;
	font-style: italic;
	letter-spacing: .5px;
}


h1.page-title {font-size:24px;}
h1.entry-title {font-size:24px;}
.error-404 h1 {font-size:30px;}
.error-404 {padding:100px 0;}
.entry-post-title {
	font-size: 20px;
	font-weight: 700;
	line-height:1.3;
	margin:0 0 15px;
}
.entry-post-title a {display:block;}

.miniature {float:left;width:45%;margin-top:7px;margin-right:15px;margin-bottom:15px;}
.entry-content h1 {font-size:30px;font-weight:600;line-height:1.1;}
.entry-content h2 {font-size:26px;font-weight:600;line-height:1.1;}
.entry-content h3 {font-size:23px;font-weight:600;line-height:1.2;}
.entry-content h4 {font-size:21px;font-weight:600;line-height:1.3;}
.entry-content h5 {font-size:19px;font-weight:600;line-height:1.3;}
.entry-content h6 {font-size:17px;font-weight:600;line-height:1.4;}
.entry-content ul, .entry-content ol {margin:0 0 15px 15px;padding:0;}
.related-posts {
	margin-top: 60px;
}
.entry-content p {margin:0 0 15px;}



table {width:100%;display:table;border:1px solid rgba(255,255,255,0.1);margin:0 0 15px;}
table tr td {border:1px solid rgba(255,255,255,0.1);padding:5px 10px 8px;}
table thead {font-weight:700;}
@media screen and (max-width: 767px) {
    .ttable {
        width: 100%;
        overflow: auto!important;
       border:1px solid rgba(255,255,255,0.1);
        
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .ttable table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
/* Blockquote */
blockquote {
	padding: 0 0 0 15px;
	background: none;
	font-size: 18px;
	border-left:4px solid #f11414;
	
	font-style: italic;
	margin: 0 0 15px;
}


blockquote p {
	margin: 0;
}

.alignright {
	float: right;
	margin-left: 30px;
	margin-bottom: 12px;
	max-width: 100%;
	border-radius: 0;
	padding: 0;
	clear: both;
}



/* nav */
.post-navigation a span {
	color:#000;
	font-size: 14px;
	transition: 400ms;
}



.post-navigation .h4 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	margin: 5px 0 0;
}

.post-navigation .post-previous a span i {
	padding-right: 6px;
}

.post-navigation .post-next a span i {
	padding-left: 2px;
}
.post-navigation .post-previous, .post-navigation .post-next {padding:12px 15px 15px;background:#fff;}
.post-navigation .post-previous {border-right:1px solid #f5f5f5;}
.post-navigation {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	margin:20px 0 30px;
}

/* comment */
.comments-area .comments-heading {
	font-size: 20px;
	margin-bottom: 30px;
	text-transform:uppercase;
}
p.form-submit {margin:0;}
.comments-form form input {
	padding: 12px 16px;
	border-color: #e5e5e5;
	border-radius: 5px;
	
}
.logged-in-as {padding-left:15px;}
.comments-form form textarea {
	border-radius: 5px;
	border-color: #e5e5e5;
	resize: none;
	max-height:140px;
	padding: 12px 16px;
}

.comments-form .col-md-4 .form-group {
	margin-bottom: 30px;
}

.comments-list .comment .comment-body {
	margin-left: 65px;
}
.author-box img {width:50px;float:left;}


.comments-list .comments-reply {
	list-style: none;
	margin: 0;
}

#comments ul {list-style:none!important;}


/* reply */
.comments-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comments-form .title-normal {
	font-size: 20px;
	text-transform:uppercase;
	font-weight:400;
	margin-bottom: 20px;
}
.paging {clear:both;padding:10px 0 30px;}
.taxonomy-description {padding:0 0 30px;}
.taxonomy-description ul, .taxonomy-description ul {margin:0 0 15px 15px;padding:0;}
.nav-links a, .nav-links span.dots {background:#1e1e1e;color:#fff;font-weight:700;padding:10px 18px;margin-right:5px;border-radius:4px;}
.nav-links a:hover {background:#edc97f;color:#000;}
.nav-links span.current {background:#edc97f;color:#000;font-weight:700;padding:10px 18px;margin-right:5px;border-radius:4px;}
.slotsdev ul {margin:0;padding:0;list-style:none;}
.slotsdev ul li {display:inline-block;margin-right:15px;margin-bottom:30px;}
.slotsdev ul li a {color:#fff;padding:10px 20px;border-radius:4px;background: #3560e3;font-weight:700;}

.comments-list .comment .comment-body .comment-author {
	font-size: 14px;
	
	font-weight: 700;
	border-right: 1px solid #d8d8d8;
	padding-right: 12px;
	margin-right: 10px;
	line-height: 1;
}

.comments-list .comment .comment-body .comment-date {
	font-size: 14px;
	line-height: 1;
	color: #757575;
}

.comment-content {
	color: #656565;
	
	margin-top: 5px;
}



.comments-list .comments-reply .comment {
	margin-top: 60px;
	margin-bottom: 60px;
}

.comments-list .comment {
	margin-bottom: 40px;
}

.comments-list .comment.last {
	margin-bottom: 0;
}



/* footer share
==================== */
.footer {background: #101010;padding:0 0 30px;} 
.footer-wrap {
	padding:60px 0 30px;
	position: relative;
	border-bottom:1px solid rgba(255,255,255,0.1);
	margin-bottom:30px;
}
.footer .widget {margin:0 0 30px;}

.copyright-info {
font-size:12px;

}

/* Featured In */
.featured-in {
	background: #fff;
	box-shadow: 0 0 20px 5px rgba(188, 193, 204, .2);
	text-align: center;
	padding: 25px 0px;
	margin-top: 20px;
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.featured-in img {
	height: 50px;
	margin: 10px 20px;
	position: relative;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.featured-in img:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

/* Preloaders */
#wp-preloader {
	background: #fff;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}



ul.children li {
	list-style: none!important;
}

/* Ends Comment form */

/* Author Social Icons */
.author-details .social-icons ul li {
	padding: 5px;
}

/* 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;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
  }
.info-img {padding:20px 0 0;}
.info-img img {max-height:40px;margin:0 20px 10px 0;}
 .slotbox {position:relative;border-radius:15px;overflow:hidden;text-align:center;margin-bottom:30px;}
 .slotbox .slotplay {position:absolute;top:17%;width:100%;display:none;}
 .slotbox:hover .slotplay {display:block;}
.slotbox:hover {background:rgba(0,0,0,1);}
.slotbox:hover img {opacity:0.4;}
.slotbox img {width:100%;}
.slotbox a.demo {text-transform:uppercase;color:#fff;font-size:14px;font-weight:700;}
.slotbox a.demo:hover {text-decoration:underline;}
a.link1 {font-weight: 700;
  color: #000;
  background: #edc97f;
  border-radius: 4px;
  padding: 10px 25px;
  text-align: center;}

.footerlinks a {display:block;margin:0 0 15px;}
a.link2 {font-weight: 700;
  background: #27ae60;
  color: #fff;
  border-radius: 4px;
  padding: 10px 25px;
  text-align: center;}

.slotplay a.link2 {max-width:180px;margin:10px auto;display:block;padding:10px;}
.slotplay span {color:rgba(255,255,255,0.7);}
.toplinks a.link1 {margin-right:15px;}
.toplinks {padding:13px 0 0;text-align:right;}
.home .h2 {font-size:22px;color:#fff;margin:0 0 15px;line-height:1.3;}
.news-box {border-radius:15px;padding:30px;min-height:300px;background-size:cover;margin-bottom:30px;} 
.two.news-box {min-height:135px;padding:15px;}
.news-box .h4 {font-size:26px;line-height:1.2;}
.news-box .h4 a {color:#fff;text-shadow:0 0 2px #000;}
.mainshadow {
  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%);
}
.two.news-box .h4 {font-size:16px;}
#pdtelegram {background:#fff;padding:20px 0;display:block;clear:both;}
.telebox i {margin-right:20px;text-align:center;background:#259cd8;padding-right:5px;padding-top:15px;border-radius:50%;color:#fff;font-size:30px;width:60px;height:60px;float:left;}
.telebox span {font-weight:600;font-size:18px;}
.telebox {max-width:500px;margin:0 auto;}
.logoimg img {opacity:0.12;}
.logoimg img:hover {opacity:0.17;}
.logoimg {background:#0d0d0d;width:125px;
 height:85px;
 display:-webkit-box;
 display:flex;
 -webkit-box-pack:center;
 justify-content:center;
 -webkit-box-align:center;
 align-items:center;
 margin:0 1px 1px 0;

 padding:10px;}
.logopay {margin-top:5px;display: flex;
flex-wrap: wrap;}
.bottom-menu ul {padding:0;margin:0 0 15px;}
.bottom-menu ul li {display:inline-block;margin-right:15px;}
.bottom-menu ul li a {font-size:13px;}
.bottom-menu ul li a:hover {color:#fff;}

.comment-form-cookies-consent {padding-left:15px;}
.breadcrumbs {margin:0 0 15px;}

.pd-slot-btn {text-align:center;padding:30px 0;}
.entry-content iframe {width:100%;height:450px;border:none;padding:0;}

#about a {font-weight:700;padding:10px;display:block;margin:15px auto;max-width:230px;text-align:center;border-radius:4px;color:#fff;background: #3560e3;}
@media (max-width:1199px) {
.slotbox .slotplay {top: 11%;}
.entry-content iframe {height:350px;}
}
@media (max-width:991px) {
.entry-content iframe {height:400px;}
.slots .col-lg-3, #pdslots .col-lg-3 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.slotbox .slotplay {top: 22%;}
.search-link {top:-18px;}
.mt-header {text-align:center;}
.toplinks {
  padding: 25px 0 10px;
  text-align: center;
}
.entry-post-title {
  font-size: 16px;
 
  margin:0 0 8px;
}
.post-content {
  padding: 15px 15px 15px 0;
}
	.menu-main-container {
		flex-basis: 100%;
		flex-grow: 1;
		-webkit-box-flex: 1;
		max-height: 300px;
		overflow-y: scroll;
		box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
	}



	.main-menu .menu li.menu-item-has-children button{
		top: 12px;
		position: absolute;
		right: 0;
	}

	.main-menu .menu > li.menu-item-has-children > button{
		top: 15px;
	}

	.main-menu .menu li.menu-item-has-children.open > button:after{
		transform: rotate(-180deg);
	}

	.main-menu .menu li:not(:first-child),
	.main-menu .menu li.menu-item-has-children li:not(:first-child){
		border-top: 1px solid var(--main-menu-top-border-color);
	}

	.main-menu .menu li.menu-item-has-children ul {
		border-top: 1px solid var(--main-menu-top-border-color);
		display: none;
	}

	.main-menu .menu li.menu-item-has-children.open > ul {
		display: block;
		opacity: 1;
		visibility: visible;
	}

	.main-menu .menu li {
		margin-right:0;
		border-bottom:1px solid rgba(255,255,255,0.07);
	}
	.main-menu .menu li:last-child {border:none;}
.main-menu .menu li a {padding:10px 15px;display:block;}
	.search-link form.search-form button .icon-search {
		margin-left: inherit;
	}

	.search-link form.search-form button {
		margin: 0;
	}

	.main-menu {
		width: 100%;
		border-top: 2px solid #27ae60;
		background: #1e1e1e;
		opacity: 0;
		visibility: hidden;
		position: absolute;
		left: 0;
		top: 20px;
		z-index: 9999;
		
		transition: all 0.3s ease;
		transform: translate3d(0, 10px, 0);
	}

	.main-menu.show {
		display: block;
		opacity: 1;
		visibility: visible;
		transform: translate3d(0, 0px, 0);
	}
.footer .col-md-3 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
#pdnews .col-md-6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.news-box {
 
  padding: 20px;
  min-height: 200px;
 
}
.two.news-box {
  min-height: 200px;
  padding: 20px;
}
.news-box .h4 {
  font-size: 18px;
  line-height: 1.3;
}
.two.news-box .h4 {
  font-size: 18px;
}
}

@media (max-width:767px) {
.entry-blog img {width:100%;}
.post-content {padding: 15px;}
.miniature {
  float: none;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
}
.slotbox .slotplay {top: 16%;}
.entry-content iframe {height:300px;}
}
@media (max-width:500px) {
.footer .col-md-3 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.slots .col-lg-3, #pdslots .col-lg-3 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.slotbox .slotplay {top: 30%;}
.entry-content iframe {height:250px;}
}

@media (max-width:400px) {
.entry-content iframe {height:200px;}
.toplinks a.link1 {margin-right: 0;margin-bottom:15px;display:block;}
.toplinks a.link2 {display:block;}
.slotbox .slotplay {top: 25%;}
}
@media (max-width:320px) {

.slotbox .slotplay {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;}
}