/*
 Theme Name:   Smoak FL LP
 Theme URI:    https://wordpress.org/themes/twentyninteen/
 Description:  Custom theme built for smoak-fl-lp
 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:  smoak-fl-lp
*/

/* ========= COLOR REFERENCES ========= */
:root {
  --bg: #f4f4f4;
  --red: #d60812;
  --blue: #0a4486;
  --black: #1a1818;
}

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

/* ======== TABLE OF CONTENTS =========
	1. TYPOGRAPHY
	2. GLOBAL
	3. MAIN CONTENT
	- 3a. Landing Page
	- 3a. About Page
/* ==================================== */

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

.d1 {
  font-size: 82px;
  line-height: 1;
}

h1,
.h1 {
  font-size: 138px;
  line-height: 1;
}

h2,
.h2 {
  font-size: 48px;
  line-height: 0.7;
}

h3,
.h3 {
  font-size: 48px;
  line-height: 1;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 40px;
  line-height: 1;
}

.fs-16 {
  font-size: 16px;
  line-height: 1.5;
}

.fs-24 {
  font-size: 24px;
  line-height: 1;
}

p,
.p {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  line-height: 2;
  color: var(--black);
}

small {
  font-size: 12px;
  line-height: 1.33;
}

a,
.anchor-theme {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  text-decoration: none !important;
  transition: none;
  color: black;
  border: none;
  background: none;
}

a:hover,
a:focus,
.anchor-theme:hover,
.anchor-theme:focus {
  color: black;
  font-weight: 700;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.menu {
  display: flex;
  list-style: none;
}

.menu-item {
  padding: 0 10px;
}

.main-menu-more {
  display: none;
}

.nav-link {
  padding: 0.5rem;
}

nav .current-menu-item a {
  font-weight: 700;
  border-bottom: 2px solid var(--secondary);
}

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

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

html {
  font-size: 16px;
}

body {
  font-size: 16px;
  /* Adjust this on mobile to globally change P-tags :NOT H-tags) */
  color: var(--gray);
}

header {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 0;
  left: 0;
}

.ls-100 {
  letter-spacing: 0.1em;
}

.white {
  color: white !important;
}

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

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

.desktop {
  display: block !important;
}

.mobile {
  display: none !important;
}

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

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

.italic {
  font-style: italic;
}

.normal {
  font-style: normal;
}

section {
  position: relative;
}

img {
  width: 100%;
}

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

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

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

.gform_button,
button {
  font-weight: 800;
  color: white;
  border: none;
  border-radius: 50px;
  background-color: #121c4d !important;
  padding: 0 36px;
  width: 100%;
}

.gform_wrapper.gravity-theme #field_submit .gform-button--width-full,
.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full {
  background-color: #121c4d !important;
  font-weight: 500;
  color: white;
  background-color: white;
  border: 1px solid black;
  border-radius: 4px;
  padding: 0 20px !important;
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  height: 40px;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 8px !important;
  grid-row-gap: 8px !important;
}

button:hover,
button:focus {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

button:active {
  background-color: #c10912;
}

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

/* ------------------------------ 
    3. Start Main Content
------------------------------ */
/*  - 3a. Landing Page  */
.page-template-page-lp .splash {
  background: url("/wp-content/themes/smoak-fl-lp/assets/images/bg_1.jpg")
    no-repeat center center;
  background-size: cover;
  padding-bottom: 5%;
}

.bg-img {
  background-color: rgb(245, 241, 240);
}

.page-template-page-lp .splash [alt*="logo"] {
  width: 80%;
  padding-top: 30%;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--white);
}

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

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

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

.gform_wrapper {
  width: 65%;
  /* margin: 0 auto; */
  padding-bottom: 0;
}

.gfield:nth-child(2),
.gfield:nth-child(3),
.ginput_container,
.name_first input,
.name_last input {
  margin: 0 !important;
}

.ginput_container_email input {
  width: 100% !important;
}

.name_first input,
.name_last input,
.ginput_container input {
  font-weight: 500;
  color: #353535;
  background-color: white;
  border: 1px solid black;
  border-radius: 4px;
  padding: 0 20px !important;
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  height: 40px;
  opacity: 0.5;
}

.name_first input::placeholder,
.name_last input::placeholder,
.ginput_container input::placeholder {
  font-weight: 400;
}

.name_first input:hover,
.name_last input:hover,
.ginput_container input:hover,
.name_first input:focus,
.name_last input:focus,
.ginput_container input:focus,
.name_first input:active,
.name_last input:active,
.ginput_container input:active {
  background-color: rgba(26, 24, 24, 0.4);
}

form {
  position: relative;
}

.gform_footer {
  width: fit-content !important;
  position: absolute;
  right: 0;
  top: 95px;
}

.gform_confirmation_message {
  color: white;
  text-align: center;
  margin-bottom: 30px;
}

hr:not([size]) {
  width: 100%;
  height: 4px;
  opacity: 1;
}

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

.donate-btn {
  padding: 8px 32px;
  background-color: #121c4d !important;
  font-size: 16px;
  line-height: 24px;
  color: white;
  width: 115px;
  height: 40px;
}

.fb-icon {
  width: 40px;
  height: 40px;
}

.barlow {
  font-family: "Barlow", sans-serif;
  font-style: normal;
}

.bebas {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
}

.gruppo {
  font-family: "Gruppo", sans-serif;
  font-style: normal;
}

.bree {
  font-family: "bree-serif", serif;
}

.hero-logo {
  width: 292px;
  height: auto;
}

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

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

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

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

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

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

.text-red {
  color: #b4221b;
}

.text-blue {
  color: #222544;
}

.text-gray {
  color: #353535;
}

.uppercase {
  text-transform: uppercase;
}

.small-caps {
  font-variant: small-caps;
}

.bg-red {
  background-color: #b4221b;
}

.fs-66 {
  font-size: 66px;
  line-height: 1;
}

.underline {
  text-decoration: underline;
}

.body-img-wrap {
  height: 417px;
  /* adjust */
  overflow: hidden;
}

.body-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 80%;
  /* moves crop focus downward, hiding more of the top */
  display: block;
}

.hero-img-wrap {
  height: 650px;
  /* adjust */
  overflow: hidden;
  border: 3px solid #353535;
  border-radius: 15px;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  /* moves crop focus downward, hiding more of the top */
  display: block;
}

.checkmark {
  width: 96px;
  height: auto;
}

.outline {
  border: 1px solid black;
  width: 120px;
}

.pt-custom {
  padding-top: 3rem;
}
