/*
 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: 18px;
	color: var(--white);
	font-weight: 600;
}

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

/* 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%);
    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: var(--blue-2);
    color: var(--white);
    display: inline-flex;
    justify-content: center;
    text-decoration: none;
	font-weight: 600;
    width: 300px;
	font-size: 20px;
    padding: 1rem 2rem 1rem 2rem;
}

input.wpcf7-submit:is(:hover,:focus) {
    background-color: var(--blue-1);
    color: var(--white);
}

.bg-blue-2 input.wpcf7-submit {
    background-color: var(--lime);
    color: var(--blue-3);
}

.bg-blue-2 input.wpcf7-submit:is(:hover,:focus) {
    background-color: rgba(207, 217, 65, 0.8);
    color: var(--blue-3);
}

.form-disclaimer p {
	font-size: 11px;
	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 1rem 0;
}

ul.checkbox-list li {
    position: relative;
    padding-left: 2rem;
}

ul.checkbox-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 1em;
    height: 1em;
    background-color: var(--blue-2);
    -webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'><path d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z'/></svg>") no-repeat center / contain;
    mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'><path d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z'/></svg>") no-repeat center / contain;
}

.bg-blue-3 ul.checkbox-list li::before {
	background-color: var(--lime);
}

.google-map {
	height: 100%;
}

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


@media (max-width: 1200px) {
	
	.inside-header .lang-container {
		display: none;
	}
	
	.slideout-navigation .main-nav {
		margin-bottom: 10px !important;
	}
	
	a.lang-button {
		font-size: 16px;
	}
	
}

@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%;
	}
	
}
