/*
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=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
body{
	background-image: url("https://rocketgamblinggame.com/wp-content/uploads/2024/09/bg-1-scaled.webp");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	  font-family: "Rubik", sans-serif;
	  font-weight: <weight>;
	  font-style: normal;
}

.play-now__btn a {
    background: linear-gradient(90deg, rgb(142, 68, 173), rgb(243, 156, 18));
    color: #000!important;
    font-weight: 600;
    border-radius: 15px;
	box-shadow: rgba(243, 156, 18, 0.3) 0px 0px 12px, rgba(142, 68, 173, 0.5) 0px -2px inset;

}
.play-now__btn a:hover{
	background: linear-gradient(90deg, rgb(160 59 203), rgb(255 156 0));
	box-shadow: rgba(243, 156, 18, 0.6) 0px 0px 12px, rgba(142, 68, 173, 0.5) 0px -4px inset;

}
.btn-scale a{
	will-change: transform;
	animation: my-btn 4s linear 1s infinite;
	box-shadow: rgba(243, 156, 18, 0.3) 0px 0px 12px, rgba(142, 68, 173, 0.5) 0px -2px inset;
}
.btn-scale a:hover{
	background: linear-gradient(90deg, rgb(160 59 203), rgb(255 156 0));
	box-shadow: rgba(243, 156, 18, 0.6) 0px 0px 12px, rgba(142, 68, 173, 0.5) 0px -4px inset;;
	color: #000!important;
	transition: all 0.3s ease;
}

.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;
    box-shadow: 0 0 15px 0px #0b0b0b;
}
.wp-block-cover, .wp-block-cover-image {
    border-radius: 15px;
    box-shadow: 0 0 15px 0px #0b0b0b;
    margin-bottom: 30px;
}
.wp-block-button__link {
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 15px;
}
.wp-block-cover .wp-block-button__link {
    border-radius: 15px;
}
.casinos-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.casino-item {
    display: flex;
    width: 100%;
    border: 1px solid #ddd;
    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 #dddddd;
    border-radius: 15px;
}

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

.filled {
    color: #ffc107;
}

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

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

.casino-link {
    display: inline-block;
    background: linear-gradient(90deg, rgb(142, 68, 173), rgb(243, 156, 18));
	box-shadow: rgba(243, 156, 18, 0.3) 0px 0px 12px, rgba(142, 68, 173, 0.5) 0px -2px inset;
    color: #000;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
	font-weight: 600;
}

.casino-link:hover {
	color: #000!important;
	background: linear-gradient(90deg, rgb(160 59 203), rgb(255 156 0));
	box-shadow: rgba(243, 156, 18, 0.6) 0px 0px 12px, rgba(142, 68, 173, 0.5) 0px -4px inset;
	transition: all 0.3s ease;
}
.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 #ddd;
    border-left: 1px solid #ddd;
}
.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://rocketgamblinggame.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;
}
.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://rocketgamblinggame.com/wp-content/uploads/2024/09/list-icon.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;
	box-shadow: 0 0 25px #000;
}
.footer-widgets-container {
    padding: 0px;
}
a.generate-back-to-top {
	    background: #4c02dd;
	color: #fff;
}
.main-navigation .main-nav ul li a {
    padding-left: 75px;
    padding-right: 75px;
    line-height: 55px;
}

.point{
	position: relative;
	margin: 40px 0;
}
.point:after {
    content: "\2663 \2663 \2663";
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 0;
    font-size: 42px;
	font-weight: 600;
	letter-spacing: 12px;
	color: #2B0C68;
}

/*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(even) {
    background-color: #2bee885e;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd){
	 background-color: rgb(142 68 173);
	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: rgba(35, 238, 136, 0.3) 0px 0px 12px, rgb(202 115 29) 0px -4px inset;
   		 animation: my-btn 4s linear 1s infinite;
	}
	.mobile-navigation ul{
		margin: 0;
	}
}
@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;
	}
}
@keyframes my-btn {
    0%, 20% {
        transform: none;
    }
    5%, 15% {
        transform: rotate(-3deg) scale(1.05);
    }
    10% {
        transform: rotate(3deg) scale(1.05);
    }
    25%, 30% {
        transform: none;
    }
    35%, 45% {
        transform: rotate(2deg) scale(1.03);
    }
    40% {
        transform: rotate(-2deg) scale(1.03);
    }
    50% {
        transform: none;
    }
}
