/*
Theme Name:   Georgia Conservative Values, Inc. Theme
Theme URI:    https://wordpress.org/themes/twentyninteen/
Description:  Custom theme built for Georgia Conservative Values, Inc.
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:  ga-corevalues-lp-theme
*/

/*
ADOBE FONTS

=== FF Good Headline Pro - Regular ===
font-family: 'ff-good-headline-web-pro', sans-serif;
font-weight: 400;
font-style: normal;

=== FF Good Headline Pro - Italic ===
font-family: 'ff-good-headline-web-pro', sans-serif;
font-weight: 400;
font-style: italic;

=== FF Good Headline Pro - News ===
font-family: 'ff-good-headline-web-pro', sans-serif;
font-weight: 500;
font-style: normal;

=== FF Good Headline Pro - News Italic ===
font-family: 'ff-good-headline-web-pro', sans-serif;
font-weight: 500;
font-style: italic;

=== FF Good Headline Pro - Bold ===
font-family: 'ff-good-headline-web-pro', sans-serif;
font-weight: 700;
font-style: normal;

=== FF Good Headline Pro - Bold Italic ===
font-family: 'ff-good-headline-web-pro', sans-serif;
font-weight: 700;
font-style: italic;

=== Redonda - Regular ===
font-family: 'redonda', sans-serif;
font-weight: 400;
font-style: normal;

=== Redonda - Italic ===
font-family: 'redonda', sans-serif;
font-weight: 400;
font-style: italic;

=== Redonda - Bold ===
font-family: 'redonda', sans-serif;
font-weight: 700;
font-style: normal;

=== Redonda - Bold Italic ===
font-family: 'redonda', sans-serif;
font-weight: 700;
font-style: italic;
*/

/* ========= COLOR REFERENCES ========= */
:root {
  --red: #b4221b;
  --blue: #253982;
  --darkBlue: #020b2c;
  --sky: #f5fcff;
  --gray: #707070;
  --lightGray: #9d9d9f;
}

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

/* ======== TABLE OF CONTENTS =========
	1. TYPOGRAPHY
	2. GLOBAL
	3. MAIN CONTENT
		- Navigation
		- Footer
		- Home Page
		- 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: "redonda", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 92px;
  line-height: 85px;
  color: #fff;
  text-transform: uppercase;
}

h2,
.h2 {
  font-family: "ff-good-headline-web-pro", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 31px;
  letter-spacing: 0.1em;
  line-height: 35px;
  color: #fff;
  text-transform: uppercase;
}

h3,
.h3 {
  font-family: "redonda", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 29px;
  line-height: 25px;
  color: var(--blue);
  text-transform: uppercase;
}

h4,
.h4 {
  font-family: "ff-good-headline-web-pro", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 23px;
  letter-spacing: 0.1em;
  line-height: 25px;
  color: var(--red);
  text-transform: uppercase;
}

h5,
.h5 {
  font-family: "ff-good-headline-web-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 25px;
  color: var(--darkBlue);
}

p,
.p {
  font-family: "ff-good-headline-web-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
  color: var(--darkBlue);
  margin-bottom: 20px;
}

.small {
  font-family: "ff-good-headline-web-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 25px;
  color: var(--darkBlue);
}

a {
  font-family: "ff-good-headline-web-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
  color: var(--darkBlue);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

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

ul li {
  font-family: "lft-etica-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 28px;
  color: var(--gray);
  position: relative;
  margin-bottom: 5px;
}

.btn-red {
  max-width: 160px;
  width: 100%;
  font-family: "redonda", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 29px;
  line-height: 28px;
  color: #fff;
  display: block;
  background: var(--red);
  border: 1px solid var(--red);
  border-radius: 0;
  padding: 10px 20px 10px 20px;
  text-transform: uppercase;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transform: all 0.3s ease-in-out;
}

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

.btn-blue {
  font-family: "lft-etica-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  display: block;
  background: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 0;
  padding: 10px 20px 10px 20px;
  text-transform: uppercase;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transform: all 0.3s ease-in-out;
}

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

.btn-donate {
  font-family: "redonda", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  letter-spacing: 0.03em;
  line-height: 25px;
  color: #fff;
  display: block;
  background: var(--red);
  border: 1px solid var(--red);
  border-radius: 6px;
  padding: 6px 20px 10px 20px;
  text-transform: uppercase;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transform: all 0.3s ease-in-out;
}

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

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

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

html {
  overflow-x: hidden;
}

body {
  font-family: "ff-good-headline-web-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
  color: var(--darkBlue);
  overflow-x: hidden;
}

.good-headline {
  font-family: "ff-good-headline-web-pro", sans-serif;
}

.redonda {
  font-family: "redonda", sans-serif;
}

.opacity-1 {
  opacity: 1;
}

.opacity-01 {
  opacity: 0.1;
}

.opacity-02 {
  opacity: 0.2;
}

.opacity-03 {
  opacity: 0.3;
}

.opacity-04 {
  opacity: 0.4;
}

.opacity-05 {
  opacity: 0.5;
}

.opacity-06 {
  opacity: 0.6;
}

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

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

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

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

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

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

.white {
  color: #fff !important;
}

.black {
  color: #000 !important;
}

.f-100 {
  font-weight: 100;
  /* Thin */
}

.f-200 {
  font-weight: 200;
  /* Light/Extra Light */
}

.f-300 {
  font-weight: 300;
  /* Light/Book */
}

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

.f-500 {
  font-weight: 500;
  /* Medium */
}

.f-600 {
  font-weight: 600;
  /* SemiBold */
}

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

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

.f-900 {
  font-weight: 900;
  /* Black/Heavy */
}

.italic {
  font-style: italic;
}

.normal {
  font-style: normal;
}

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

.letter-space-5 {
  letter-spacing: 0.05em;
}

.letter-space-3 {
  letter-spacing: 0.03em;
}

.letter-space-15 {
  letter-spacing: 0.15em;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.text-shadow {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.24);
}

section {
  position: relative;
}

.no-padding {
  padding: 0;
}

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

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

img {
  width: 100%;
}

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

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

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

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

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

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

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

/* ------------------------------ 
	=== 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:bfore {
  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 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.desktop-navigation {
  color: #fff;
}

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

.main-menu-item a.hvr-underline-from-left:before {
  background: var(--red);
  height: 3px;
}

.main-menu-item a,
.desktop-navigation .main-menu-item span {
  font-family: "lft-etica-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  /* 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(--black);
}

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

.desktop-navigation .has-sub-menu:hover a {
  color: var(--yellow) !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 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transform: all 0.3s ease-in-out;
  transition: all 0.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 0.3s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transform: all 0.2s ease-in-out;
}

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

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

.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: 0.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;
}

#masthead.scrolled {
  background: rgba(5, 45, 87, 0.7);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.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,
#masthead.scrolled .top-bar .brand-logo img {
  max-width: 200px;
}

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

.brand-logo img {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.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: 315px;
}

/* 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 {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 18px;
  color: #fff;
  background: var(--yellow);
  border: 1px solid var(--yellow);
  border-radius: 6px;
  padding: 6px 15px 6px 15px;
  text-transform: uppercase;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transform: all 0.3s ease-in-out;
}

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

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

.mobile-navigation .navbar-toggler {
  font-size: 1.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transform: all 0.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(1) {
  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: 0.75em;
  padding-left: 25px !important;
}

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

.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: 10px 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

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

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

#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(--red);
  -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(--red);
}

#hamburger.open span:nth-child(3) {
  top: 12px;
  background: var(--red);
  -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: none;
  width: 100%;
}

.footer.vertical-red-line:before {
  content: "";
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: auto;
  width: 5px;
  height: 100px;
  background-color: var(--red);
  z-index: 1;
}

/* ------------------------------ 
	LANDING PAGE
------------------------------ */
.lp-hero {
  height: 910px;
  width: 100%;
  display: flex;
  align-items: end;
  position: relative;
  overflow: hidden;
}

.lp-hero .logo {
  max-width: 350px;
  margin: 0 auto;
  position: absolute;
  top: 50px;
  left: 150px;
}

.lp-hero-slider-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

.lp-hero-slider {
  height: 100%;
}

/* .lp-hero-slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	background: #EA0606;
	background: linear-gradient(225deg, rgba(234, 6, 6, 1) 30%, rgba(255, 255, 255, 0) 100%);
} */

.slide {
  position: relative;
  width: 100%;
  height: 910px;
  overflow: hidden;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 80%;
  display: block;
}

.vertical-line:before {
  content: "";
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  margin: auto;
  width: 5px;
  height: 100px;
  background-color: var(--red);
  z-index: 1;
}

.vertical-line:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 5px;
  height: 100px;
  background-color: var(--red);
  z-index: 1;
}

.sky-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
}

.box-icon {
  margin-top: 15px;
}

.coins {
  max-width: 52px;
}

.usa {
  max-width: 92px;
}

.flag {
  max-width: 71px;
}

.people {
  max-width: 90px;
}

.houses {
  max-width: 136px;
}

.cap {
  max-width: 68px;
}

.feet {
  max-width: 73px;
}

.red-line {
  height: 1px;
  width: 100%;
  border-top: 1px solid var(--red);
}

/* ------------------------------ 
	Gravity Forms
------------------------------ */
.form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--lightGray);
}

.form input::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--lightGray);
}

.form input:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--lightGray);
}

.form input:-moz-placeholder {
  /* Firefox 18- */
  color: var(--lightGray);
}

.form {
  border: 3px solid var(--red);
  position: relative;
}

.form .state-circle {
  max-width: 95px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.form h3 {
  font-family: "redonda", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  line-height: 35px;
  color: var(--darkBlue);
}

.form .gform_wrapper .gform_body .gfield .ginput_container input {
  font-family: "ff-good-headline-web-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 78px;
  color: var(--lightGray);
  height: 42px;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #a8a5a5;
  border-radius: 0;
  box-shadow: none;
  text-transform: uppercase;
}

.form
  .gform_wrapper.gform-theme.gform-theme--foundation
  .gform-footer.gform_footer
  input.gform_button {
  font-family: "redonda", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 35px;
  color: #fff;
  display: block;
  background: var(--red);
  border: 1px solid var(--red);
  border-radius: 0;
  padding: 8px 15px;
  text-transform: uppercase;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transform: all 0.3s ease-in-out;
}

.form
  .gform_wrapper.gform-theme.gform-theme--foundation
  .gform-footer.gform_footer
  input.gform_button:hover,
.form
  .gform_wrapper.gform-theme.gform-theme--foundation
  .gform-footer.gform_footer
  input.gform_button:focus,
.form
  .gform_wrapper.gform-theme.gform-theme--foundation
  .gform-footer.gform_footer
  input.gform_button:active {
  background: var(--blue);
  border: 1px solid var(--blue);
  color: #fff;
}

.form .gform-theme--foundation .gform_footer,
.form .gform-theme--foundation .gform_page_footer {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.form .gform-theme--foundation .gform_fields {
  row-gap: 20px;
}

.sms label,
.sms label a {
  font-size: 10px !important;
  line-height: 1.5 !important;
  color: var(--lightGray) !important;
  border-radius: 5px !important;
  background-color: var(--sky) !important;
}

.form .gform_wrapper .gform_body .sms .ginput_container input {
  border: 1px solid var(--lightGray) !important;
  height: 22px !important;
}

/* ------------------------------ 
	Videos/oEmbed
------------------------------ */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

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

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

/* ------------------------------ 
	Terms and Conditions
------------------------------ */
.terms-and-conditions p {
  margin-bottom: 20px;
}

.terms-and-conditions ul li {
  font-family: "ff-good-headline-web-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
  color: var(--darkBlue);
  margin-bottom: 20px;
}

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

.footer .social-icon a {
  color: #fff;
}

.hero-header .social-icon {
  max-width: 350px;
  width: 100%;
  position: absolute;
  top: 50px;
  right: 160px;
  z-index: 1;
}

.hero-header .social-icon .icon {
  font-size: 20px;
  line-height: 1;
  background: #fff !important;
  color: #253982 !important;
  padding: 2px;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-hero .btn-red {
  margin: 0 55px 0 0;
}

.thank-you-page {
  padding-top: 200px;
  padding-bottom: 100px;
}

.thank-you-page h3 {
  font-family: "redonda", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 29px;
  line-height: 25px;
  color: var(--blue);
  text-transform: uppercase;
}
.petition-hero {
  background-image: url("/wp-content/themes/gacv-corevalues-lp-theme/assets/images/2_hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* height: 910px; */
  width: 100%;

  padding: 100px 0;
}

#gform_fields_2,
.inner-form-content {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}

.font-size-29 {
  font-size: 29px;
}

.f-700 {
  font-weight: 700;
}

.normal {
  font-style: normal;
}

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

.line-height-25 {
  line-height: 25px !important;
}

.disclaimer {
  font-size: 15px;
  color: #020b2c;
  line-height: 25px;
}

.disclaimer span {
  border: 1px solid #020b2c;
  padding: 5px 10px;
}
