/*   
Theme Name: your-clean-template-3 (uncommented)
Theme URI: https://github.com/saxap/clean-wp-template
Version: 3.0
Tags: clean, development, html5, bootstrap
Description: Clean wordpress theme with minimal bootstrap3 markup for fast development starting
Author: saxa:p
Author URI: http://dontforget.pro
*/


@media (min-width: 979px) { 
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu {
		display: block;
	}
	.comment-list .children {
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* 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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*BASIC*/
body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
    color: #343434;
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
    font-family: inherit;
    font-weight: bold;
    line-height: 1.1;
}
h2 a,.h2 a,h3 a,.h3 a, article a {
    color: #44be4c;
}
h2 a:hover,.h2 a:hover,h3 a:hover,.h3 a:hover,
h2 a:focus,.h2 a:focus,h3 a:focus,.h3 a:focus,
h2 a:focus:hover,.h2 a:focus:hover,h3 a:focus:hover,.h3 a:focus:hover,
h2 a:active,.h2 a:active,h3 a:active,.h3 a:active,
article a:hover, article a:focus, article a:focus:hover {
    color: #44be4c;
    text-decoration: underline;
}
.h1,h1 {
    font-size: 1.4em;
    padding-bottom: 10px;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .h1,h1 {
        font-size:1.6em;
    }
}
@media (min-width: 992px) {
    .h1,h1 {
        font-size:2em;
    }
}
.h2,h2 {
    font-size: 1.3em;
}
@media (min-width: 768px) {
    .h2,h2 {
        font-size:1.4em;
    }
}
@media (min-width: 992px) {
    .h2,h2 {
        font-size:1.5em;
    }
}
.h3,h3 {
    font-size: 1.2em;
}
@media (min-width: 992px) {
    .h3,h3 {
        font-size:1.3em;
    }
}
.h4,h4 {
    font-size: 1.1em;
}
@media (min-width: 992px) {
    .h4,h4 {
        font-size:1.2em;
    }
}
.h5,h5 {
    font-size: 1.1em;
}
.h2,.h3,.h4,.h5,.h6,h2,h3,h4,h5,h6 {
    margin-top: 25px;
    margin-bottom: 10px;
}
img {
    border-radius: 4px;
}
section {
    margin: 2.6em 0;
}
section#promo,section.info-page {
    margin-top: 0;
}
.badge {
    border-radius: 4px;
    font-weight: normal;
}
.cta-btn {
    display: block;
    background: #2f8f41;
    border: 1px solid #2f8f41;
    text-align: center;
    max-width: 220px;
    padding: 12px;
    border-radius: 4px;
    font-weight: 700;
    color: #fff;
}
.container {
    width: 1024px;
}
blockquote {
    padding: 10px 20px;
    margin: 25px 0;
    font-size: 100%;
    background: #ffeec8;
    border-left: 0;
    color: #000;
    border-radius: 4px;
}
/*NAVBAR*/
header {
    padding: 5px 0;
    background: #1d2327;
}
.navbar-default {
    background: #1d2327;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}
.nav>li>a {
    padding-left: 10px;
    padding-right: 10px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 15px;
    color: #fff;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:focus:hover,
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #2f8f41;
    background: transparent;
}
.navbar-brand {
    padding: 0;
}
/*BREADCRUMBS*/
.breadcrumbs {
    font-size: 14px;
    padding-top: 15px;
}
.breadcrumbs a {
    color: #343434;
    text-decoration: underline;
}
.breadcrumbs a:hover,.breadcrumbs a:focus,.breadcrumbs a:focus:hover {
    text-decoration: none;
    color: #2f8f41;
}
/*PROMO*/
#promo {
    position: relative;
    min-height: 300px;
    padding-right: 450px;
}
#promo > img {
    max-width: 400px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
}
#promo .cta-btn {
    max-width: 100%;
}
.regulations {
    font-size: 14px;
    line-height: 16px;
    display: flex;
    gap: 30px;
    background: #eee;
    padding: 10px 15px;
    border-radius: 4px;
    margin-top: 25px;
}
@media screen and (max-width: 800px) {
    #promo {
        padding: 0;
        text-align: center;
    }
    .slot-badge {
        margin: 10px auto 0 auto;
    }
    #promo > img {
        position: relative;
        max-width: 100%;
        margin: 15px 0;
    }
    #promo .cta-btn {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 45%;
        width: 300px;
    }
}
/*DEMO*/
.demo-block {
    display: flex;
    gap: 20px;
}
.demo-area {
    width: 100%;
}
.nav-tabs {
    border-bottom: 0;
}
.nav-tabs>li>a {
    border-radius: 4px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border-bottom: 1px solid #ddd;
}
.nav-tabs>li>a:hover {
    border-bottom: none;
}
#demo-game {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    background: #181a1b;
    border-radius: 4px;
    margin-top: 20px;
    object-fit: cover;
    overflow: hidden
}
#demo-game.single {
    margin-top: 0;
}
.demo-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden
}
.demo-cover img {
    position: absolute;
    filter: blur(5px);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 1024px;
    height: 100%
}
.demo-cover:after {
    background: rgba(0,0,0,.6);
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    content: ""
}
.demo-btns {
    z-index: 10
}
.demo-play {
    display: block;
    margin: 0 auto;
    background: #1d2327;
    border: 1px solid #4a5257;
    text-align: center;
    width: 220px;
    padding: 12px;
    border-radius: 4px;
    font-weight: 700;
    color: #fff;
    z-index: 10;
    transition: 300ms
}
.demo-play:hover,.demo-play:focus,.demo-play:focus:hover {
    background: #293136
}
.demo-casino {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    background: #2f8f41;
    border: 1px solid #2f8f41;
    text-align: center;
    width: 220px;
    padding: 12px;
    border-radius: 4px;
    font-weight: 700;
    color: #fff;
    z-index: 10;
    transition: 300ms
}
.demo-casino:hover,.demo-casino:focus,.demo-casino:focus:hover {
    background: #4CAF50;
    border: 1px solid #4CAF50;
    color: #fff;
    text-decoration: none
}
.fancybox__content {
    padding: 0
}
.demo-annotation {
    position: relative;
    background: #eee;
    margin: 20px 0 0 0;
    border-radius: 4px;
    padding: 15px 15px 15px 60px;
}
.demo-annotation:after {
    display: block;
    content: "";
    position: absolute;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNMTIuODY2IDNsOS41MjYgMTYuNWExIDEgMCAwIDEtLjg2NiAxLjVIMi40NzRhMSAxIDAgMCAxLS44NjYtMS41TDExLjEzNCAzYTEgMSAwIDAgMSAxLjczMiAwek0xMSAxNnYyaDJ2LTJoLTJ6bTAtN3Y1aDJWOWgtMnoiLz48L2c+PC9zdmc+) no-repeat;
    width: 35px;
    height: 35px;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto 0;
    opacity: .35;
}
/*REC CASINO*/
.rec-casino {
    width: 280px;
    overflow: hidden;
    background: #eee;
    border-radius: 4px;
}
.rec-casino-headline {
    padding: 15px;
    margin-top: 0;
    margin-bottom: 0;
    background: #000;
    padding: 15px 15px;
    text-align: center;
    color: #fff;
}
.rec-casino-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 15px;
    align-items: center;
}
.rec-casino-bonus {
    width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.rec-casino-bonus li {
    line-height: 20px;
}
.rec-casino-content .cta-btn {
    width: 100%;
}
/*WINNERS FEED*/
.rec-casino {
    position: relative;
    width: 280px;
    height: 500px;
    overflow: hidden;
    background: #eee;
    padding: 10px;
    border-radius: 6px;
  }

  .winners-feed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.5s ease-in-out;
  }

  .winner-card {
    background: #1a1a1a;
    color: #fff;
    padding: 12px 14px;
    margin-bottom: 12px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font-size: 14px;
  }

#winners-feed {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
  transition: opacity 0.4s ease;
}
#winners-feed.fadeout {
  opacity: 0;
}
#winners-feed.fadein {
  opacity: 1;
}
.wf-card {
  background: #151515;
  color: #000;
  border: 1px solid #2a2a2a;
  border-radius: 10px;
  padding: 12px 14px;
  margin: 10px 0;
  box-shadow: 0 4px 10px rgba(0,0,0,.25);
}
.wf-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.wf-name {
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wf-casino {
  font-size: 12px;
  color: #a0a0a0;
  margin-left: 6px;
}
.wf-amount {
  font-weight: 800;
}
.wf-meta {
  margin-top: 6px;
  font-size: 13px;
  color: #cfcfcf;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wf-meta span {
  opacity: .9;
}
.wf-divider {
  height: 1px;
  background: #2a2a2a;
  margin: 8px 0;
}
@media (max-width: 480px) {
  .wf-card {
    padding: 10px 12px;
  }
  .wf-meta {
    font-size: 12px;
  }
}

/*CASINOS*/
.casino-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.casino-item {
    display: flex;
    gap: 15px;
    padding: 15px;
    background: #eee;
    border-radius: 4px;
    align-items: center;
}
.casino-name {
    font-size: 0;
    color: transparent;
    margin: 0;
}
.license {
    font-size: 14px;
    display: block;
    margin-top: 6px;
}
.casino-item .cta-btn {
    display: block;
    background: #2f8f41;
    border: 1px solid #2f8f41;
    text-align: center;
    width: 220px;
    padding: 12px;
    border-radius: 4px;
    font-weight: 700;
    color: #fff;
}
.casino-bonus {
    width: calc(100% - 440px);
}
/*SLOTS*/
.slots-list {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.slot-item {
    width: 33%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
    background: #eee;
    border-radius: 4px;
    text-align: center;
}
.slot-item a {
    position: relative;
    cursor: pointer;
}
.slot-item a img {
    max-width: 100%;
    height: auto;
}
.slot-item-name {
    display: block;
    margin-top: 10px;
}
.slot-item-play {
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}
.slot-item a:hover .slot-item-play,.slot-item a:focus .slot-item-play,.slot-item a:focus:hover .slot-item-play {
    display: block;
}
/*COMPARE TABLE*/
.table-wrapper {
    overflow-x: auto;
    position: relative;
    max-width: 100%;
    border: 1px solid #ccc;
    margin: 20px 0;
}
table.compare-table {
    border-collapse: collapse;
    min-width: 700px;
    width: 100%;
}
.compare-table th,
.compare-table td {
    padding: 10px;
    border: 1px solid #ccc;
    min-width: 150px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
.compare-table thead th {
    background: #f0f0f0;
    font-weight: bold;
    text-align: center;
}
.compare-table th:first-child,
.compare-table td:first-child {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 2;
    background: #f0f0f0;
    text-align: left;
}
.compare-table thead th:first-child {
    z-index: 3;
    background: #eee;
    text-align: center;
    vertical-align: middle;
}
.slot-thumb {
    display: block;
    max-width: 80px;
    height: auto;
    margin: 0 auto 8px;
}
.slot-title {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    display: block;
}
/*SINGLE SLOT*/
.slot-badge {
    display: block;
    width: 300px;
    margin-top: 10px;
    padding: 8px 15px;
    text-align: center;
    font-size: 17px;
    font-weight: normal;
}
.slot-info-content {
    display: flex;
    gap: 20px;
}
/*CHARS TABLE + TABLE*/
.chars-table {
    border-collapse: collapse;
}
.chars-table h3 {
    margin-top: 0;
    margin-bottom: 0;
}
main table {
    width: 100%;
}
.chars-table tr th,main table tr th,
.chars-table tr td,main table tr td {
    padding: 10px;
    border: 1px solid #ccc;
}
.chars-table tr th,main table th:first-child {
    width: 200px;
    background: #eee;
    font-weight: bold;
}
main table th {
    background: #eee;
    font-weight: bold;
}
/*PROS CONS*/
.pros-cons {
    margin-top: 25px;
}
.pros-cons-area {
    display: flex;
    gap: 20px;
    margin-top: 10px;
    justify-content: stretch;   
}
.pros-cons>h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.pros-cons-block {
    background: #eee;
    border-radius: 4px;
    padding: 15px;
    width: 50%;
    min-height: 100%;
}
.pros-cons-block h3 {
    margin-top: 0;
}
.pros-block {
    background: #e4ffe5;
}
.cons-block {
    background: #fff0e4;
}
/*SLOT VERDICT*/
.slot-summary {
    position: relative;
    background: #eee;
    border-radius: 4px;
    padding: 10px 15px;
    margin-top: 2em;
    padding-left: 120px;
}
.slot-rating {
    position: absolute;
    font-size: 25px;
    font-weight: bold;
    left: 15px;
    background: #777;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
}
footer {
    background: #1d2327;
    padding-top: 35px;
    padding-bottom: 25px;
}
footer h4 {
    font-size: 17px;
    margin-top: 0;
    color: #fff;
}
footer span {
    color: rgba(255, 255, 255, .5);
    display: block;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    margin-bottom: 10px;
}
footer span:last-child {
    margin-bottom: 0;
}
footer span a {
    color: #fff;
    text-decoration: underline;
}
footer span a:hover,
footer span a:focus,
footer span a:focus:hover {
    color: #2f8f41;
    text-decoration: none;
}
.legale {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, .4);
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}
.legale a img {
    height: 40px;
    width: auto;
}
.legale a:nth-child(2) img{
    height: 60px;
}
.bottom-menu {
    list-style: none;
    padding: 0;
}
.bottom-menu a {
    color: rgba(255, 255, 255, .6);
    text-decoration: underline;
}
.bottom-menu a:hover,.bottom-menu a:focus,.bottom-menu a:focus:hover {
    color: #2f8f41;
    text-decoration: none;
}

form {
    background: #eee;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 1.5em;
}
form .form-control {
    margin-bottom: 10px;
    height: 45px;
    font-size: 16px;
}
form textarea.form-control {
    height: auto!important;
}
form .cta-btn {
    max-width: 100%;
    width: 100%;
}
form .wpcf7-spinner {
    display: none;
}

@media screen and (max-width: 1024px) {
    .container {
        width: 100%;
    }
}
@media screen and (max-width: 800px) {
    .demo-block,.slot-info-content {
        flex-direction: column;
    }
    .demo-area {
        width: 100%;
    }
    .rec-casino,.rec-casino-bonus,.rec-casino-content .cta-btn,.pros-cons,.chars-table {
        width: 100%;
        max-width: 100%!important;
    }
    .pros-cons-area {
        display: flex;
        flex-direction: column; 
    }
    .rec-casino-bonus {
        text-align: center;
    }
    .casino-item {
        flex-direction: column;
        text-align: center;
    }
    .casino-bonus {
        width: 100%;
    }
    .casino-item .cta-btn {
        width: 100%;
        max-width: 100%;
    }
    .slots-list {
        flex-direction: column;
    }
    .slot-item {
        width: 100%;
    }
}