/*
 Theme Name:   Blong Yang Theme
 Theme URI:    https://wordpress.org/themes/twentyninteen/
 Description:  Custom theme built for Blong Yang
 Author: 	   
 Template:     twentynineteen
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  blong-yang-theme
*/

/*
ADOBE FONTS

=== Baskerville URW - Bold ===
font-family: 'baskerville-urw', serif;
font-weight: 700;
font-style: normal;

=== Baskerville URW - Ultra Bold ===
font-family: 'baskerville-urw', serif;
font-weight: 900;
font-style: normal;




=== Ysans Std - Regular ===
font-family: 'ysans-std', sans-serif;
font-weight: 400;
font-style: normal;

=== Ysans Std - Italic ===
font-family: 'ysans-std', sans-serif;
font-weight: 400;
font-style: italic;

=== Ysans Std - Extra Bold ===
font-family: 'ysans-std', sans-serif;
font-weight: 800;
font-style: normal;
*/


/* ========= COLOR REFERENCES ========= */
:root {
	--red: #C00020;
	--blue: #134689;
	--darkBlue: #002138;
	--cream: #F8F8F2;
	--offWhite: #FCFCFC;
}

/* ==================================== */


/* ======== TABLE OF CONTENTS =========
	1. TYPOGRAPHY
	2. GLOBAL
	3. MAIN CONTENT
		- Navigation
		- Footer
		- Hero
		- Intro
		- Videos/oEmbed
		- Gravity Forms
		- Privacy Policy
/* ==================================== */


/* ------------------------------ 
    1. Start Typography
------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
.btn,
button,
input {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	margin: 0;
}

h1,
.h1 {
	font-family: 'baskerville-urw', serif;
	font-weight: 700;
	font-style: normal;
	font-size: 107px;
	line-height: 110px;
	color: var(--cream);
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}

h2,
.h2 {
	font-family: 'baskerville-urw', serif;
	font-weight: 700;
	font-style: normal;
	font-size: 88px;
	line-height: 97px;
	color: var(--blue);
	text-transform: uppercase;
	text-shadow: none;
}

h3,
.h3 {
	font-family: 'baskerville-urw', serif;
	font-weight: 700;
	font-style: normal;
	font-size: 40px;
	line-height: 44px;
	color: var(--darkBlue);
	text-shadow: none;
}

h4,
.h4 {
	font-family: 'ysans-std', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	line-height: 28px;
	color: var(--blue);
	text-shadow: none;
}

p,
.p {
	font-family: 'ysans-std', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	color: var(--darkBlue);
	text-shadow: none;
	margin-bottom: 15px;
}

.small {
	font-family: 'ysans-std', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	line-height: 22px;
	color: var(--blue);
}

a {
	font-family: 'ysans-std', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	color: var(--darkBlue);
	text-decoration: none;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

a:hover,
a:focus {
	color: var(--red);
	text-decoration: none;
}

.btn-red {
	font-family: "Ysans Std";
	font-weight: 800;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	background: var(--red);
	border: 1px solid var(--red);
	border-radius: 20px;
	padding: 8px 20px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transform: all .3s ease-in-out;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active {
	background: var(--blue);
	border: 1px solid var(--blue);
	color: #fff !important;
}

.btn-blue {
	font-family: "Ysans Std";
	font-weight: 800;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	background: var(--blue);
	border: 1px solid var(--blue);
	border-radius: 20px;
	padding: 8px 20px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transform: all .3s ease-in-out;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
	background: var(--red);
	border: 1px solid var(--red);
	color: #fff !important;
}

.btn-donate {
	font-family: 'ysans-std', sans-serif !important;
	font-weight: 800 !important;
	font-style: normal !important;
	font-size: 16px !important;
	line-height: 22px !important;
	color: #fff !important;
	background: var(--red) !important;
	border: 1px solid var(--red) !important;
	border-radius: 20px !important;
	padding: 8px 20px !important;
	text-transform: uppercase !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transform: all .3s ease-in-out;
}

.btn-donate:hover,
.btn-donate:focus,
.btn-donate:active {
	background: var(--blue) !important;
	border: 1px solid var(--blue) !important;
	color: #fff !important;
}

/* ------------------------------ 
    === 1. End Typography ===
------------------------------ */




/* ------------------------------ 
    2. Start Global
------------------------------ */
@-ms-viewport {
	width: device-width;
}

body {
	font-family: 'ysans-std', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	color: var(--darkBlue);
	background: #fff;
	overflow-x: hidden;
}

.baskerville-urw {
	font-family: 'baskerville-urw', serif;
}

.ysans-std {
	font-family: 'ysans-std', sans-serif;
}

.opacity-1 {
	opacity: 1;
}

.red {
	color: var(--red) !important;
}

.blue {
	color: var(--blue) !important;
}

.darkBlue {
	color: var(--darkBlue) !important;
}

.cream {
	color: var(--cream) !important;
}

.offWhite {
	color: var(--offWhite) !important;
}

.black {
	color: #000 !important;
}

.white {
	color: #fff !important;
}

.f-400 {
	font-weight: 400;
	/* Regular */
}

.f-700 {
	font-weight: 700;
	/* Bold */
}

.f-800 {
	font-weight: 800;
	/* Extra Bold */
}

.f-900 {
	font-weight: 900;
	/* Ultra Bold */
}

.italic {
	font-style: italic;
}

.normal {
	font-style: normal;
}

.letter-space-normal {
	letter-spacing: normal;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: none;
}

section {
	position: relative;
}

.no-padding {
	padding: 0;
}

.z-1 {
	z-index: 1;
}

.z-2 {
	z-index: 2;
}

img {
	width: 100%;
}

.bg-red {
	background: var(--red);
}

.bg-blue {
	background: var(--blue);
}

.bg-darkBlue {
	background: var(--darkBlue);
}

.bg-cream {
	background: var(--cream);
}

.bg-offWhite {
	background: var(--offWhite);
}

.bg-black {
	background: #000;
}

.bg-white {
	background: #fff;
}

/* ------------------------------ 
    === 2. End Global ===
------------------------------ */




/* ------------------------------ 
    3. Start Main Content
------------------------------ */
/* ------------------------------ 
	Navigation
------------------------------ */
/* Navigation hamburger menu slide out from the right side */
.menu-toggle {
	position: fixed;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 999;
}

.bar {
	width: 30px;
	height: 3px;
	background-color: var(--yellow);
	margin: 6px 0;
	transition: 0.4s;
}

/* #home .bar {
	background-color: #fff;
} */

.menu.active .bar:nth-child(1) {
	background-color: #fff;
	transform: rotate(-45deg) translate(-5px, 6px);
}

.menu.active .bar:nth-child(2) {
	background-color: #fff;
	opacity: 0;
}

.menu.active .bar:nth-child(3) {
	background-color: #fff;
	transform: rotate(45deg) translate(-7px, -7px);
}

.menu {
	position: fixed;
	top: 0;
	right: -300px;
	width: 300px;
	/* height: 100%; */
	background-color: var(--yellow);
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
	transition: 0.4s;
}

.menu.active {
	right: 0;
}

.menu ul {
	list-style: none;
	padding: 0;
	margin: 60px 20px 40px;
}

.menu li {
	margin-bottom: 10px;
}

.menu a {
	text-decoration: none;
	color: #333;
	font-size: 18px;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
}

.menu a.active:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 5px;
	border-bottom: 5px solid var(--black);
}

/* Nav - Desktop */
.nav-bar {
	min-height: 80px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}

.desktop-navigation {
	color: #fff;
}

/* .desktop-navigation .main-menu-item {
	padding: 20px;
} */

.main-menu-item a,
.desktop-navigation .main-menu-item span {
	font-family: 'ysans-std', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 56px;
	/* transition: opacity .2s ease-in-out; */
}

/* .desktop-navigation .main-menu-item a.active:after,
.mobile-navigation .main-menu-item a.active:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	border-bottom: 5px solid var(--red);
} */

.main-menu-item a.active {
	font-weight: 800;
}

.main-menu-item .sub-menu-item a.active {
	color: #fff !important;
}

.desktop-navigation .has-sub-menu:hover a {
	color: var(--red) !important;
}

.desktop-navigation .main-menu-item.has-sub-menu .fa-angle-down {
	position: relative;
	top: 2px;
}

/* .main-menu-item:last-of-type a,
.main-menu-item:last-of-type span {
    padding-right: 0;
} */

/* Sub-Menu */
ul.nav li {
	position: relative;
}

ul.nav ul {
	display: none;
	visibility: hidden;
	opacity: 0;
	position: relative;
	padding: 5px 5px 5px 60px;
	right: calc(50% - 120px);
	top: 0;
	transform: translateY(0em);
	min-width: 220px;
	width: 100%;
	list-style: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transform: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 99;
	margin: 0;
	background: var(--yellow);
	/* border-bottom: 3px solid #fff; */
}

/* ul.nav ul:before {
	content: "";
	height: 36px;
	position: absolute;
	top: -36px;
	right: 0;
	width: 100%;
} */

ul.nav .sub-menu:after {
	content: "";
	height: 20px;
	position: absolute;
	top: -25px;
	left: 25px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid var(--yellow);
	width: 20px;
}

ul.nav .has-sub-sub-menu a {
	border: none !important;
}

ul.nav ul ul {
	top: 0;
	left: 100%;
}

ul.nav li:hover>ul {
	display: block;
	visibility: visible;
	opacity: 1;
	transform: translateY(20px);
	/* box-shadow: 0 6px 12px 0 rgb(0 0 0 / 18%); */
}

ul.nav ul li {
	/* min-width: 260px; */
	width: auto;
}

.desktop-navigation .sub-menu-item {
	padding: 0 10px;
	margin: 5px 0;
}

.desktop-navigation .sub-menu-item .border-bottom {
	padding: 10px 2px;
	border-bottom: none !important;
}

.desktop-navigation .sub-menu-item a:hover {
	font-weight: 400;
	/* border-left: 1px solid var(--pink); */
	padding: 10px 8px;
}

.desktop-navigation .sub-menu-item a {
	display: block;
	transition: all .3s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transform: all .2s ease-in-out;
}

.desktop-navigation .sub-menu-item:last-of-type .border-bottom {
	border: 0 !important;
}

.brand-logo img {
	max-width: 205px;
}

.has-sub-sub-menu.sub-menu-item {
	padding-top: 10px;
}

.has-sub-sub-menu.sub-menu-item a {
	padding-bottom: 0;
}

ul.nav ul ul.sub-sub-menu {
	position: relative;
	min-width: 0;
	display: block;
	visibility: visible;
	margin-top: 0;
	padding-top: 0 !important;
	opacity: 1;
	transform: none;
	border: none;
	top: 0;
	left: 0;
}

ul.nav ul ul.sub-sub-menu a {
	color: #fff;
	font-size: .75em;
	font-weight: 400;
	padding: 0;
}

ul.nav ul ul.sub-sub-menu:before {
	display: none;
}

ul.nav ul ul.sub-sub-menu li:after {
	display: none;
}

/* Sub-Menu With Children */
ul.nav ul li.has-sub:after {
	content: "";
	position: absolute;
	right: 10px;
	top: calc(50% - 7px);
	border-bottom: 5px solid transparent;
	border-left: 5px solid var(--yellow);
	border-top: 5px solid transparent;
}

/* Nav Extras */
header#masthead {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	/* background: transparent; */
	background: var(--cream);
}

#masthead.scrolled {
	background: rgba(255, 255, 255, 0.5);
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
	transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#masthead.scrolled .desktop-navigation .brand-logo img {
	max-width: 210px;
}

/* #masthead.scrolled .nav-bar {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
} */

#masthead .desktop-navigation .brand-logo {
	position: absolute;
	right: 47%;
}

.brand-logo img {
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}

.brand-logo img:hover {
	opacity: 0.7;
}

/* #masthead.scrolled .brand-logo img {
	display: none;
}

#masthead.scrolled .brand-logo-color {
	display: block !important;
} */

.brand-logo-color img {
	max-width: 95px;
}

/* Nav - Mobile */
.navbar {
	padding: 0;
	position: unset;
}

#mobile-navigation {
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	/* overflow-y: scroll; */
	/* height: calc(100vh - 70px); */
	z-index: 2;
}

/* .mobile-navigation .btn-donate {
	color: rgba(11, 34, 57, 0.8) !important;
	background: transparent;
	border-top: none;
	border-right: none;
	border-bottom: 5px solid var(--blue);
	border-left: none;
	padding: 0 !important;
}

.mobile-navigation .btn-donate:hover,
.mobile-navigation .btn-donate:focus,
.mobile-navigation .btn-donate:active {
	color: var(--darkBlue) !important;
} */

.mobile-nav .navbar-toggler {
	line-height: normal;
	width: auto;
	background: none;
}

.mobile-navigation .navbar-toggler {
	font-size: 1.5rem;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transform: all .3s ease-in-out;
}

.mobile-nav-btn {
	margin: 5px 15px;
	font-weight: 100;
	background: transparent !important;
}

.mobile-nav ul {
	list-style-type: none;
	padding: 30px 20px 10px 20px;
}

.mobile-nav li {
	border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
	border-bottom: 0;
	border-right: 0 !important;
	padding: 10px 15px;
	color: #fff;
}

.mobile-nav li:nth-child(1) {
	border-top: 0 !important;
}

.mobile-nav li:nth-last-child(3),
.mobile-nav li:nth-last-child(2) {
	border: none !important;
}

li.sub-menu-item:first-of-type a {
	padding-top: 0;
}

.mobile-nav .menu-item-has-children:first-of-type {
	border: 0 !important;
}

.mobile-nav li a:after {
	display: none;
}

.mobile-nav ul li a {
	color: #fff;
	display: inline-block;
	z-index: 1;
	margin: 0;
	font-weight: 400;
}

.mobile-nav ul li a {
	color: #fff;
}

.mobile-nav ul li a:hover,
.mobile-nav ul li a:visited {
	padding-left: 7px;
}

.mobile-nav ul li a.btn-nav:hover,
.mobile-nav ul li a.btn-nav:visited {
	padding-left: 20px;
}

.mobile-nav ul ul {
	margin-left: -20px;
	margin-right: -20px;
	padding: 10px 20px 0;
}

.mobile-nav ul ul li {
	line-height: 1;
	border: 0;
}

.mobile-nav ul ul a {
	font-size: 0.875em;
	/* 14px */
}

.mobile-nav ul ul ul a {
	padding-left: 80px !important;
}

.mobile-nav .sub-menu-item:first-of-type {
	border: 0 !important;
}

.mobile-nav .sub-menu-item a {
	font-weight: 400;
}

.mobile-nav .sub-menu-item .sub-sub-menu {
	display: block !important;
	border: none !important;
}

.mobile-nav .sub-menu-item .sub-sub-menu-item a {
	font-size: .75em;
	padding-left: 25px !important;
}

.mobile-navigation .brand-logo img {
	max-width: 210px;
}

.dropdown-caret svg {
	color: #fff;
	margin-left: 10px;
}

.dropdown-caret {
	padding-right: 20px;
	position: absolute;
	right: 0;
	display: inline-block;
	width: 100%;
	text-align: right;
	z-index: 999;
}

.mobile-social-menu {
	padding: 15px 0;
	margin: 25px -20px 0;
}

.social-nav {
	position: absolute;
	right: 30px;
}

/* Hamburger Bars */
#hamburger {
	width: 30px;
	height: 30px;
	position: relative;
	margin: 15px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#hamburger span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: var(--blue);
	border-radius: 10px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#hamburger:hover span {
	background: var(--darkBlue);
}

#hamburger span:nth-child(1) {
	top: 0px;
}

#hamburger span:nth-child(2) {
	top: 10px;
	width: 20px;
	left: 8px;
}

#hamburger span:nth-child(3) {
	top: 20px;
}

#hamburger.open span:nth-child(1) {
	top: 12px;
	background: var(--darkBlue);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#hamburger.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
	background: var(--darkBlue);
}

#hamburger.open span:nth-child(3) {
	top: 12px;
	background: var(--darkBlue);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}




/* ------------------------------ 
	Footer
------------------------------ */
.footer .footer-logo-wrap.brand-logo img {
	max-width: 230px;
	width: 100%;
}

.footer .main-menu-item a.active {
	border-bottom: 5px solid var(--black);
}

.footer .main-menu-item .sub-menu-item a {
	font-family: 'ff-real-text-pro', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: var(--darkGray);
}

.footer .main-menu-item .sub-menu-item a.active {
	color: #fff !important;
	font-weight: 800;
}

.copyright {
	border-top: 2px solid var(--red);
	padding-top: 30px;
}




/* ------------------------------ 
    Hero
------------------------------ */
.hero {
	min-height: 650px;
	height: 100%;
	width: 100%;
}

.hero-image-default {
	background: url('/gehudim/sites/237/2024/04/hero_bg_1-1.png') no-repeat;
	background-size: cover;
	background-position: center center;
}

.hero hr {
	margin-top: 0 !important;
	margin-bottom: 10px !important;
	border-top: 2px solid var(--red) !important;
}




/* ------------------------------ 
	Intro
------------------------------ */
.intro hr {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	border-top: 2px solid var(--red) !important;
}




/* ------------------------------ 
	Image Left Text Right
------------------------------ */
.img-left-text-right hr {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	border-top: 2px solid var(--red) !important;
}




/* ------------------------------ 
	Featured Issues
------------------------------ */
.featured-issues hr {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	border-top: 2px solid var(--red) !important;
}

.featured-issue img {
	min-height: 100px;
	height: 100%;
	width: 60px;
}




/* ------------------------------ 
	Issues
------------------------------ */
.issue img {
	width: 60px;
}




/* ------------------------------ 
	Bio
------------------------------ */
.bio img.signature {
	width: 238px;
}

.bio-quote:before {
	content: '“';
	position: absolute;
	top: -30px;
	left: -40px;
	font-family: 'baskerville-urw', serif;
	font-weight: 900;
	font-style: normal;
	font-size: 107px;
	line-height: 150px;
	color: var(--red);
}

.bio-quote:after {
	content: '”';
	position: absolute;
	bottom: 30px;
	right: 0;
	font-family: 'baskerville-urw', serif;
	font-weight: 900;
	font-style: normal;
	font-size: 107px;
	line-height: 150px;
	color: var(--red);
}




/* ------------------------------ 
    Videos/oEmbed
------------------------------ */
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/* ------------------------------ 
	Gravity Forms
------------------------------ */
.form-wrapper .gform-theme--foundation .gfield .ginput_password.large,
.form-wrapper .gform-theme--foundation .gfield input.large, .form-wrapper .gform-theme--foundation .gfield select.large {
	font-family: 'ysans-std', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.45);
	border: 1px solid var(--offWhite);
	height: 42px;
}

.form-wrapper .gform-theme--framework .gform-field-label--type-inline {
	font-family: 'ysans-std', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}

.form-wrapper .gform-theme--foundation fieldset.gfield--type-checkbox {
	display: flex;
	justify-content: center;
	align-items: start;
}

.form-wrapper .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.45);
	border: 1px solid var(--offWhite);
}

.form-wrapper .gform_confirmation_wrapper.gform-theme .gform_confirmation_message {
	text-align: center;
	color: #fff;
}

.form-wrapper .gform-theme--foundation .gform_footer {
	justify-content: center;
	margin-top: 30px;
}

.form-wrapper .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].gform_button.button {
	font-family: "Ysans Std";
	font-weight: 800;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	background: var(--red);
	border: 1px solid var(--red);
	border-radius: 20px;
	padding: 8px 20px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transform: all .3s ease-in-out;
}

.form-wrapper .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].gform_button.button:hover,
.form-wrapper .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].gform_button.button:focus,
.form-wrapper .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].gform_button.button:active {
	background: var(--blue);
	border: 1px solid var(--blue);
	color: #fff !important;
}




/* ------------------------------ 
	Privacy Policy
------------------------------ */
.privacy-policy p {
	margin-bottom: 15px;
}

/* ------------------------------ 
	=== 3. End Main Content ===
------------------------------ */