/*
 Theme Name:   GP Sasejo Child
 Description:  GeneratePress Child Theme for Sasejo
 Author:       Digitrooper
 Author URI:   https://digitrooper.com
 Template:     generatepress
 Version:      1.0
*/

/* Base */

html, body {
    overflow-x: hidden;
}

a {
	text-decoration: none;
}

ol, ul {
    margin: 0 0 1.5em 1.2em;
}

/* Utilities */

.flex {
	display: flex;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

/* Components */

.grecaptcha-badge { 
	visibility: hidden; 
}

.external-menu-link > a::after {
  font-family: var(--gp-font--font-awesome-6-pro);
	content: "\f35d";
  margin-left: 0.5rem;
  font-size: 15px;
	font-weight: 300;
	line-height: 0px;
	position: relative;
	top: -1px;
}

a.lang-button {
	line-height: 60px;
	font-size: 20px;
	color: var(--white);
	font-weight: 600;
}

a.lang-button:hover {
	color: var(--red);
}

/* Layout */

.nav-float-right #site-navigation {
	margin-right: auto;
}

.main-navigation .inside-navigation {
	padding: 0px 16px;
}

.fp-hero {
	position: relative;
	width: 100%;
	overflow: hidden;	
}

.background-video {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-section {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.video-overlay-rb::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(136deg,rgba(16,16,36,0.63) 10%,rgba(97,5,43,0.63) 100%); /* Adjust opacity & color */
    z-index: 1;
}

.cf7-wrapper {
	display: block;
	box-sizing: border-box;
}

.cf7-wrapper p {
    margin-bottom: 0px;
}

.cf7-wrapper textarea {
  resize: none;
}

.cf7-wrapper textarea:focus-visible {
	outline: none;
}

.cf7-wrapper .flex {
	column-gap: 1rem;
}

.cf7-wrapper .flex .cf7-wrapper-container {
	width: 50%;
}

.cf7-wrapper-container {
	box-sizing: border-box;
	margin-bottom: 1rem;
}

.cf7-message {
	margin-bottom: 0.5rem;
}

.cf7-wrapper-container input {
	width: 100%;
}

input.wpcf7-submit {
	align-items: center;
    background-color: rgba(255,255,255,0);
    color: var(--black);
    display: inline-flex;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 300px;
    border: 1px solid var(--black);
    padding: 10px 2rem 10px 2rem;
}

input.wpcf7-submit:is(:hover,:focus) {
    background-color: rgba(255,255,255,0.15);
    color: var(--black);
}

.bg-gradient-rb input.wpcf7-submit {
	border: 1px solid var(--white);
	color: var(--white);
}

.bg-gradient-rb input.wpcf7-submit:is(:hover,:focus) {
    background-color: rgba(255,255,255,0.15);
    color: var(--white);
}

.form-disclaimer p {
	font-size: 12px;
	margin-bottom: 4px;
}

.form-disclaimer {
	margin-bottom: 1rem;
}

.wpcf7-turnstile.cf-turnstile {
	margin-bottom: 1rem;
}

ul.checkbox-list {
	list-style: none;
    padding: 0;
	margin: 0 0 1.5em 1em;
}

ul.checkbox-list li {
	padding-left: 1rem;
}

ul.checkbox-list li::marker {
    content: "\2714";
}

.google-map {
	height: 100%;
}

.gm-style .gm-style-iw {
	color: #000;
}

@media (max-width: 1232px) {
	
	.inside-header .lang-container {
		display: none;
	}
	
	.main-navigation, .main-navigation ul ul {
		background-color: transparent;
	}
	
	.slideout-navigation .main-nav {
		margin-bottom: 10px !important;
	}
	
	a.lang-button {
		font-size: 18px;
	}
	
}

@media (max-width: 1024px) {
	.inside-header {
		padding-right: 32px;
	}
	
	.main-navigation {
		background-color: transparent;
	}
}

@media (max-width: 768px) {
	
	/* Layout */
	.cf7-wrapper .flex {
		flex-direction: column;
	}
	
	.cf7-wrapper .flex .cf7-wrapper-container {
		width: 100%;
	}
	
}
