/*
Theme Name: GeneratePress
Theme URI: https://generatepress.com
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Version: 3.4.0
Requires at least: 5.2
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: generatepress
Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, footer-widgets, blog, e-commerce, flexible-header, full-width-template, buddypress, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, rtl-language-support, featured-images, theme-options

GeneratePress, Copyright 2014-2024 EDGE22 Studios LTD.
GeneratePress is distributed under the terms of the GNU GPL

GeneratePress is based on Underscores http://underscores.me/, (C) 2012-2024 Automattic, Inc.

Actual CSS can be found in /assets/css/ folder.
*/
@import url('https://fonts.googleapis.com/css2?family=SUSE:wght@100..800&display=swap');

body{
	font-family: "SUSE", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.play-now__btn a {
    background: #a400c5;
    color: #d7d7d7!important;
    font-weight: 600;
    border-radius: 15px;
	border: 2px solid #d7d7d7;
}
.wp-block-button__link:hover, .play-for-free-btn:hover {
    color: #fff!important;
    background: var(--contrast-3);
}
.main-navigation .main-nav>ul {
    gap: 30px;
}
.site-header {
    box-shadow: 0px -12px 20px 7px #abb8c3;
}
.inside-site-info {
    border-top: 1px solid #eaedf0;
}
.inside-header {
    padding: 10px 40px;
}
.rank-math-list-item {
    background: #d1ebe8;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 15px;
}
.inside-footer-widgets {
    align-items: center;
}
.site-main img {
    border-radius: 15px;
    margin-bottom: 30px;
    border: 3px solid #2F4F4F;
}
.wp-block-cover, .wp-block-cover-image {
    border-radius: 18px;
    border: 3px solid #2F4F4F;
    margin-bottom: 30px;
	overflow: hidden;
}
.wp-block-button__link {
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 15px;
}
.wp-block-cover .wp-block-button__link {
    border: 3px solid d7d7d7;
    border-radius: 15px;
}
.wp-block-cover .wp-block-button__link:hover{
	background: #2f4f4f!important;
}
.casinos-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.casino-item {
    display: flex;
    width: 100%;
    border: 1px solid #2F4F4F;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 15px;
}

.casino-column {
    flex: 1;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.casino-logo img {
    max-width: 100px;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.casino-rating {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
    border: 1px solid #2F4F4F;
	padding: 5px 10px;
    border-radius: 15px;
}

.star {
    font-size: 16px;
    color: #ffc107;
    font-size: 24px;
}

.filled {
    color: #2F4F4F;
}

.casino-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.casino-description {
    font-size: 14px;
}

.casino-link {
    display: inline-block;
    background: #a400c5;
    color: #d7d7d7;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
	border: 2px solid #d7d7d7; 
	font-weight: 600;
}

.casino-link:hover {
    background: #2f4f4f;
	color: #d7d7d7!important;
}
.casino-item img {
    box-shadow: -2px 2px 4px 0px #7b7b7b;
}
.casino-item .casino-column:nth-child(1) {
    gap: 30px;
}
.casino-item .casino-column:nth-child(2) {
    border-right: 1px solid #2F4F4F;
    border-left: 1px solid #2F4F4F;
}
.casino-item .casino-column:nth-child(3) {
    justify-content: center;
}
.casino-item .casino-column:nth-child(3) a {
    padding: 15px 45px;
    border-radius: 15px;
    font-size: 18px;
}
.casino-logo img {
    max-width: 100%;
    height: auto;
    width: 120px;
}
.demo-placeholder iframe {
    border-radius: 15px;
    border: 3px solid var(--global-menu);
}
.demo-placeholder:before {
    content: '';
    background: url(https://mystakechickengame.com/wp-content/uploads/2024/07/demo-version.webp);
    top: 0;
    right: 0;
    height: 80px;
    width: 80px;
    position: absolute;
    z-index: 10;
    background-size: cover;
}
@media (max-width: 767px) {
    .demo-placeholder .play-for-free-btn {
        width: 250px;
        font-size: 24px;
    }
    .demo-placeholder:before {
        content: '';
        background: none;
    }
    .casino-item {
        flex-direction: column;
    }
    .casino-item .casino-column:nth-child(2) {
        border-right: 0;
        border-left: 0;
    }
    .wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
        width: auto;
    }
    .inside-footer-widgets {
        align-items: center;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 15px;
    }
    .inside-footer-widgets>div:not(:last-child) {
        margin-bottom: 0;
    }
    .inside-footer-widgets img {
        height: auto !important;
    }
}
@media (max-width: 1199px) {
    .demo-placeholder iframe {
        height: auto;
        min-height: 300px;
    }
}

.demo-placeholder {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.demo-placeholder img {
    display: block;
    max-width: 100%;
    height: auto;
}

.demo-placeholder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Напівпрозорий чорний фон */
    z-index: 1;
    border-radius: 15px;
}

.demo-placeholder .play-for-free-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px 20px;
    background-color: var(--contrast-3);
    color: #fff;
    border: none;
    cursor: pointer;
    z-index: 2;
    width: 350px;
    font-size: 32px;
    border-radius: 15px;
    border: 11px;
    border-style: double;
    border-color: #ffffff;
}
.demo-placeholder img {
    margin-bottom: 0;
}
/*Trite*/
.entry-title {
	position: relative;
	padding-left: 60px;
}
.entry-title:after{
	content: "";
	position: absolute;
	left: 0;
	width: 45px;
	height: 45px;
	background-image: url('https://mystakechickengame.com/wp-content/uploads/2024/09/title-h1-1.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
} 
.title-h2{
	position: relative;
	padding-left: 40px;
}
.title-h2:after{
	content: "";
	position: absolute;
	left: 0;
	width: 35px;
	height: 35px;
	background-image: url('https://mystakechickengame.com/wp-content/uploads/2024/09/title-h2-1.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.list-icon{
	list-style: none;
}
.list-icon li{
	position: relative;
	padding-left: 40px;
	margin-bottom: 10px
}
.list-icon li:last-child{
	margin-bottom: 0;
}
.list-icon li:after{
	content: "";
	position: absolute;
	left: 0;
	width: 25px;
	height: 25px;
	background-image: url('https://mystakechickengame.com/wp-content/uploads/2024/09/list-marker.png');
	background-repeat: no-repeat;
	background-size: 99%;
	top: 5px;
}
.list-mini-icon li:after{
		width: 20px;
		height: 20px;
}
/*Content*/
.inside-article{
	border-radius: 12px;
	border: 3px solid #2F4F4F;
}
.footer-widgets-container {
    padding: 0px;
}
a.generate-back-to-top {
    background-color: #4e8585;
}
.main-navigation .main-nav ul li a {
    padding-left: 35px;
    padding-right: 35px;
    line-height: 55px;
}
.btn-scale{
	transition: transform 0.3s;
}
.btn-scale:hover {
    transform: scale(1.1); 
}
.btn-scale:hover a {
	background-color: #2f4f4f!important;
}
.point{
	position: relative;
	margin: 40px 0;
}
.point:after {
    content: "\272A \272A \272A";
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 0;
    font-size: 24px;
	font-weight: 600;
	letter-spacing: 12px;
	color: #2F4F4F;
}

/*Scroll menu*/
.site-header {
	position: relative;
     transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
    z-index: 1000;
}
.site-header__hide{
	top: -60px;
}
.main-header__fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.main-header__fixed .site-logo{
	width: 50px;	
} 

/*Table*/
.wp-block-table.is-style-stripes tbody tr:nth-child(odd){
	background-color: #2f4f4f;
	color: #fff;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(even){
	background-color: #fff;
}
/*Mobile menu*/
.mobile-navigation{
	display: none;
}
.mobile-menu-list{
	list-style: none;
}
@media(max-width: 769px){
	.main-navigation .main-nav ul li a{
		max-width: 280px;
		text-align: center;
		margin: 40px auto 20px auto;
	}
	.mobile-navigation{
		display: block;
	}
	.menu-toggle{
		display: none!important;
	}
	#site-navigation {
        display: none;
    }
	.mobile-navigation .play-now__btn a {
		text-decoration: none;
		padding: 10px 30px;
		box-shadow: 0 0 10px rgba(106, 13, 173, 0.5); 
   		 animation: shadowPulse 3s infinite ease-in-out;
	}
	.mobile-navigation ul{
		margin: 0;
	}
}
@keyframes shadowPulse {
    0%, 100% {
        box-shadow: 0 0 8px rgba(106, 13, 173, 0.7); 
        transform: translateY(0); 
    }
    50% {
        box-shadow: 0 0 15px 10px rgba(106, 13, 173, 0.5); 
        transform: translateY(-2px); 
    }
}
@media(max-width: 570px){
	.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
    	width: calc(70% - var(--wp--style--block-gap, .5em)* .5);
	}
	ol, ul {
    	margin: 0 0 0.5em 1em;
	}
}
@media(max-width: 460px){
	.entry-title:after{
		top: 0;
	}
	.entry-title{
		font-size: 32px;
	}
	.title-h2{
		font-size: 28px;
	}
	.title-h2:after {
		top: 0;
	}
	h3{
		font-size: 24px;
	}
}