/*
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.3.1
Requires at least: 5.2
Tested up to: 6.3
Requires PHP: 5.6
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-2023 EDGE22 Studios LTD.
GeneratePress is distributed under the terms of the GNU GPL

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

Actual CSS can be found in /assets/css/ folder.
*/

.inside-header.grid-container {
    /* flex-wrap: nowrap; */
    justify-content: space-between;
	min-height: 56px;
}
.has-inline-mobile-toggle .mobile-menu-control-wrapper {
    order: 2;
}
.nav-float-right #site-navigation {
    order: 2;
	margin-left: 0;
}
.has-inline-mobile-toggle .header-widget {
    margin-top: 4px;
}
.header-html-1 {
    display: flex;
	justify-content: center;
}
.header-html-1 img {
    margin-right: 15px;
}
.site-header .header-image {
    width: 200px;
}
h1.entry-title {
    font-weight: 600;
    line-height: 1em;
}
.site-header {
    position: relative;
    background: #06488e;
}
.main-navigation {
    background: transparent;
}
.main-navigation .main-nav ul li a {
    font-size: 20px;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: #ee5a36;
}
.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a {
    color: #ee5a36;
}
.has-inline-mobile-toggle #site-navigation.toggled {
    position: absolute;
    top: 30px;
    left: 2%;
    right: 2%;
    background: #06488e;
}
h1.gb-headline {
    font-family: Montserrat, sans-serif;
    letter-spacing: 0em;
    margin-bottom: 30px;
    color: #ffffff;
}
a.eafl-link.btn {
    display: inline-block;
    margin-top: 5px;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-image: linear-gradient(0deg,#fa4d00 0,#fa5e00);
    box-shadow: 0 10px 30px #fa410066;
}
.table-responsive {
    overflow-x: auto;
}
.c-slots {
        display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 30px -10px;
}
.c-slot {
    border-radius: 20px;
    position: relative;
    height: 160px;
    width: 200px;
    height: 128px;
}
.c-slot img {
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
	box-shadow:
  0 0 1px 1px rgb(100 100 100 / 10%),
  -1px 1px 4px rgb(10 10 10 / 10%),
  -4px 4px 4px rgb(10 10 10 / 10%),
  -8px 8px 6px rgb(20 20 20 / 5%),
  -12px 12px 8px rgb(30 30 30 / 5%),
  -16px 16px 18px rgb(40 40 40 / 5%),
  -24px 24px 36px rgb(50 50 50 / 5%);
}
.c-slot__overlay {
    align-items: center;
    background: #003266cc;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    padding: 10px;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}
.c-slot:hover .c-slot__overlay {
    opacity: 1;
    visibility: visible;
}
.c-slot__name {
	color: #fff;
    text-align: center;
    font-weight: 600;
}
.c-slot__overlay svg {
    background: #fb5901;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}
.c-slot__name+p {
    position: absolute;
    margin-bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.c-slot__overlay a img {
    margin-top: -11px;
    width: 38px;
    height: 38px;
}
.c-slot__overlay .c-slot__play {
    display: block;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
span.js-slot-demo-play {
    position: absolute;
    top: 50%;
    margin-top: 21px;
    color: #fff;
    background: #3474b9;
    border-radius: 20px;
    cursor: pointer;
    padding: 4px 10px 5px;
    transition: all 0.2s ease-in-out;
}
.c-slot * {
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    transition: all 0s ease-out;
}
@media (max-width: 991px) {
	.site-logo{
		margin: 0 auto;
	}
.inside-header.grid-container {
   padding-top: 5px;
	padding-bottom: 5px;
}
.main-navigation .main-nav ul li a {
    padding-left: 10px;
    padding-right: 10px;
}
.header-html-1 img {
    max-width: 115px;
}
}
@media (max-width: 768px) {
html #wpadminbar {
    position: absolute;
}
.site-header {
    position: sticky;
    top: 0;
}
.has-inline-mobile-toggle .header-widget, .has-inline-mobile-toggle #site-navigation {
    flex-basis: 0;
}
.header-html-1 img {
    max-width: 100px;
	margin-right: 5px;
}
.has-inline-mobile-toggle .mobile-menu-control-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -5px;
}
.inside-header {
    padding-top: 4px;
    padding-bottom: 4px;
}
h1.entry-title {
    font-size: 27px;
}
}
@media (max-width: 580px) {
.separate-containers .inside-article {
    padding-top: 15px;
}
.entry-content {
    margin-top: 15px !important;
}
}
@media (max-width: 449px) {
.c-slot {
    width: 48%;
}
}
@media (max-width: 380px) {
.site-logo {
    max-width: 150px;
    margin: 5px auto 10px;
}
.has-inline-mobile-toggle #site-navigation.toggled {
    top: 70px;
}
}

.main-navigation ul ul{
	background-color: #06488e;
}


.sidebar_buttons{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.sidebar_buttons.fixed{
	display: none;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	background-color: #06488e;
	z-index: 9999;
}

.android_button{
	display: flex;
    align-items: center;
    padding: 15px 25px 15px 70px;
    width: 200px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    transition: background-color 0.3s;
	background: black url(/img/Android_robot.svg) no-repeat 15px center;
	background-size: 40px;
	text-decoration: none!important;
}

.android_button:hover{
	background-color: #333;
	color: white;
}

.ios_button{
	display: flex;
    align-items: center;
    padding: 15px 25px 15px 70px;
    width: 200px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    transition: background-color 0.3s;
	background: #ff7300 url(/img/Apple_logo_black.svg) no-repeat 15px center;
	background-size: 40px;
	text-decoration: none!important;
}
.ios_button:hover{
	background-color: darkorange;
	color: white;
}

.generate-back-to-top{
	bottom: 100px;
    right: 15px;
}

@media screen and (max-width: 768px){
	.sidebar_buttons.fixed.show{
		display: flex;
	}
}

@media screen and (max-width: 600px){
	.sidebar_buttons.fixed{
		padding: 10px 5px;
		margin: 0 5px 3px 5px;
		border-radius: 10px;
		gap: 10px;
		width: calc(100% - 10px);
		
		.android_button, .ios_button{
			background-size: 36px;
			background-position: 20px center;
			padding: 10px 15px 10px 50px;
			font-size: 16px;
			width: calc((100% - 10px) / 2);
			text-align: center;
			justify-content: center;
		}
	}
}

@media screen and (max-width: 400px){
	.sidebar_buttons.fixed{
		.android_button, .ios_button{
			background-size: 28px;
		}
	}
}

.page--banner-bonus {
    align-items: center;
    background: linear-gradient(90deg,#003266,#003a76);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 30px;
    position: relative;
    text-align: center
}

.page--banner-bonus>* {
    position: relative
}

.page--banner-bonus:before {
    background-image: url(/img/bonus.png);
    background-position: 50%;
    background-size: cover;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.page--banner-bonus-text {
    font-size: 18px;
    margin-bottom: 20px;
    max-width: 100%;
    width: 384px;
	color: #fff;
}

.page--banner-bonus-title {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.1;
	color: #fff;
}

.page--banner-bonus-green {
    color: #88c504;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 15px
}

.page--banner-bonus-link {
    align-items: center;
    display: flex;
    font-size: 18px;
    padding: 9px 23px;
	background: #fa4d00;
	text-decoration: none !important;
	border-radius: 50px;
    color: #fff;
    font-weight: 500;
}

.page--banner-bonus-link:hover{
	color: #fff;
}

.page--banner-bonus-link span {
    margin-right: 3.5px;
    position: relative;
    top: 2px
}
