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

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


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

body {
	background: #f5f5f5;
	color: rgba(0,0,0,0.8);
	
	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: #000;
	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:#fff;box-shadow: 0 1px 4px 0 rgba(0,0,0,0.07);border-radius:15px;padding:15px;}
#secondary .widget_text.widget {background:none;box-shadow: none;border-radius:0;padding:0;}
#secondary .widget-title {
	font-size:20px;text-transform:uppercase;font-weight:400;
	border-bottom: 1px solid #f5f5f5;
	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 #f5f5f5;
	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:#999;}
.footer .widget ul li a:hover {color:#fff;}




.entry-blog {background:#fff;border-radius:15px;
box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);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:30px;border:none;background: #008aff;color:#fff;padding:10px 30px;text-transform:none;font-weight:700;}
.comments-form input[type=submit]:hover {background:#008aff;}
#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: #2ecc71;
}

a:hover {
	color: #000;
	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:180px;}


@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: #000;padding:20px 0;}


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

.main-menu {

	
	
}
.mainmenu {padding:15px 0;background:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);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: #999;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:700;
}
.main-menu .menu>li>a:hover {
	
	color:#000;
}
.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;
}

.bonuses{
  position:relative;
  margin: 0 0 30px 0; 
  padding:182px 12px 24px;
  color:#fff;
}
.bonuses__content{
  position:relative;
  z-index:2;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  gap:12px;
  -webkit-box-align:start;
      -ms-flex-align:start;
          align-items:flex-start;
}
.bonuses__bg{
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  width:100%;
  height:100%;
}
.bonuses__bg img{
  width:100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  -o-object-position:80% 50%;
     object-position:80% 50%;
}
.bonuses .box{
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  gap:12px;
  width:100%;
  padding:12px 12px 66px;
  font-weight:bold;
  font-size:12px;
  line-height:1.2;
  text-transform:uppercase;
  border-radius:8px;
}
.bonuses .box__header{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  gap:4px;
}
.bonuses .box__text{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  gap:6px;
  min-width:47%;
  font-weight:bold;
  font-size: 10px;
  white-space:nowrap;
  text-transform:uppercase;
}
.bonuses .box__text span{
  color:#f7d540;
  font-size:24px;
  text-align:right;
  text-shadow:0 2px 0 #e75700;
}
.bonuses .box__footer{
  position:absolute;
  right:12px;
  bottom:12px;
  left:12px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  gap:12px;
}
.bonuses .box__button{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  gap:12px;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  width:100%;
  max-width:396px;
  padding:8px 6px;
  color:#fff;
  font-weight:bold;
  line-height:24px;
  text-align:center;
  text-transform:uppercase;
  border:1px dashed;
  cursor:pointer;
}
.bonuses .box__button:hover{
  text-decoration:none;
}
.bonuses .box--casino{
  background:-webkit-gradient(linear, left top, left bottom, from(#09B505), to(#004B40));
  background:linear-gradient(180deg, #09B505 0%, #004B40 100%);
}
.bonuses .box--casino .box__button:last-child{
  background:#05D100;
  border-color:#05D100;
  border-style:solid;
}
.bonuses .box--casino .box__button:last-child:hover{
  background:#05ab00;
  border-color:#05ab00;
}
.bonuses .box--poker{
  background:-webkit-gradient(linear, left top, left bottom, from(#FF642E), to(#5F0203));
  background:linear-gradient(180deg, #FF642E 0%, #5F0203 100%);
}
.bonuses .box--poker .box__button:last-child{
  background:#FF2E2E;
  border-color:#FF2E2E;
  border-style:solid;
}
.bonuses .box--poker .box__button:last-child:hover{
  background:#d52424;
  border-color:#d52424;
}

.scrolling .box__footer{
  position:fixed;
}
.scrolling .box__footer .box__button:first-child{
  background-color:rgba(0, 0, 0, 0.7);
}
.scrolling .box--casino .box__footer{
  bottom:60px;
}

@media only screen and (min-width: 480px){
  .bonuses .box{
    font-size:14px;
  }
  .bonuses .box__text span{
    width:40%;
  }
}

@media only screen and (min-width: 768px){
  .bonuses{
	max-width: 1110px;
	margin: 30px auto;
    padding:60px;
  }
  .bonuses__content{
    gap:24px;
    max-width:500px;
  }
  .bonuses__bg img{
    -o-object-position:50%;
       object-position:50%;
	   border-radius: 10px;
  }
  .bonuses .box{
    font-size:16px;
  }
  .bonuses .box__header{
    gap:16px;
  }
  .bonuses .box__text{
    min-width:0;
	font-size: 12px;
  }
  .bonuses .box__text span{
    width:auto;
    font-size:36px;
    text-align:left;
  }
}

.mainbanner {font-weight:700;color:#fff;position:relative;margin:30px auto;width:100%;max-width:1110px;padding:20px 20px 0;
border-radius:10px;overflow:hidden;
background:url(/wp-content/uploads/2024/07/bonus-freespins.jpg) no-repeat center center; 
height:280px;background-size:cover;}
.bannerleft {max-width:270px;background:rgba(0,0,0,0.5);border-radius:10px;padding:15px 20px;}
.bannerright {max-width:230px;color:#ccc;z-index:10;position:absolute;right:30px;top:40px;background:rgba(0,0,0,0.5);border-radius:10px;padding:20px;}
.mainbanner b {font-size:20px;} 
.mainbanner .bannerright b {color:#fff;display:block;font-size:16px;}
.promokod {display:inline-block;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;color:#fff;border:1px solid #fff;}
.mainbanner .bannerright a.link2 {margin:20px 0 0;} 
.overlay {position:absolute;left:0;top:0;width:100%;height:100%;}
.promokod span { 
position:relative;
margin-right:22px;
cursor:pointer;display:inline-block;
color: #f00dfc;
}

.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: #f00dfc;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
@media (max-width:1140px) {
.mainbanner {border-radius:0;max-width:100%;margin:0 0 30px;}
}
@media (max-width:767px) {
.mainbanner {height:auto;padding:30px 15px;text-align:center;background: linear-gradient(to right,  #090037 0%,#4700a0 100%);}
.overlay, .home .toplinks, .home .mainmenu {display:none;}
.bannerleft {max-width:100%;background:none;border-radius:0;padding:0;}
.bannerright {max-width:500px;position:static;margin:20px auto 0;padding:15px;background:rgba(0,0,0,0.2);}
.mainbanner .bannerright b {margin:0 0 10px;}
.mainbanner a.link2 {margin:15px auto!important;}
.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: #000;
	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;
}



.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:20px;text-transform:uppercase;font-weight:400;}
h1.entry-title {font-size:24px;text-transform:uppercase;font-weight:400;line-height:1.2;}
.error-404 h1 {font-size:30px;text-transform:uppercase;font-weight:400;}
.error-404 {padding:100px 0;}
.entry-post-title {
	font-size: 23px;
	font-weight: 600;
	line-height:1.2;
	margin:0 0 15px;
}
.entry-post-title a {display:block;}
#content .page {margin-top:30px;}
.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(0,0,0,0.1);margin:0 0 15px;}
table tr td {border:1px solid rgba(0,0,0,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(0,0,0,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 #ee6b52;
	
	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;
}
.comments-form {margin-bottom:20px;}
.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:#fff;color:#000;font-weight:700;text-transform:uppercase;padding:10px 18px;margin-right:5px;border-radius:10px;}
.nav-links a:hover {background:#008aff;color:#fff;}
.nav-links span.current {background:#008aff;color:#fff;font-weight:700;padding:10px 18px;margin-right:5px;border-radius:10px;}
.slotsdev ul {margin:0;padding:0;list-style:none;}
.slotsdev ul li {display:inline-block;margin-right:5px;margin-bottom:25px;}
.slotsdev ul li a {color:#fff;padding:10px 20px;border-radius:30px;background: #008aff;font-weight:700;text-transform:uppercase;font-size:14px;}

.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: #000;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 {

font-size:14px;
color:rgba(255,255,255,0.6);
}

/* 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 {text-transform:uppercase;color:#999;border:1px solid #999;font-weight:700;border-radius:30px;text-align:center;padding:9px 30px;}

.footerlinks a {display:block;margin:0 0 15px;}
a.link2 {background: #2ecc71;text-transform:uppercase;color:#fff;font-weight:700;border-radius:30px;text-align:center;padding:10px 30px;}

.slotplay a.link2 {max-width:190px;margin:10px auto;display:block;padding:10px;}
.slotplay span {color:rgba(255,255,255,0.7);}
.toplinks a.link1 {margin-right:15px;}
.toplinks {padding:2px 0 0;text-align:right;}
.home .h2 {text-transform:uppercase;font-size:20px;font-weight:400;color:#000;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;}

.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 {padding-bottom:30px;}
#about a {font-weight:700;padding:10px;display:block;margin:15px auto;max-width:230px;text-align:center;border-radius:30px;color:#fff;background: #008aff;}
@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(0,0,0,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 #2ecc71;
		background: #fff;
		opacity: 0;
		visibility: hidden;
		position: absolute;
		left: 0;
		top: 16px;
		z-index: 9999;
		box-shadow: 0 1px 4px 0 rgba(0,0,0,0.07);
		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%;}
}

.tg {position:absolute;z-index:10;right:30px;bottom:70px;}
.tg a {font-weight:700;padding:15px 55px 15px 20px;color:#fff;border-radius:8px;background:#039be5 url(/wp-content/uploads/2025/04/telegram.png) no-repeat 97% center;box-shadow: 0 1px 4px 0 rgba(0,0,0,0.07);background-size:40px;}
.tg a:hover {color:#fff;}
@media (max-width:991px) {
.tg {text-align:center;left:calc(50% - 125px);right:auto;bottom:35px;}
.bonuses {padding: 100px 15px 90px;}
}