/*
 Theme Name:   GLAC LA
 Theme URI:    https://wordpress.org/themes/twentyninteen/
 Description:  Custom theme built for GLAC LA
 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:  glac-la
*/

/* ========= 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;
}

h1,
.h1 {
  font-size: 4em;
  line-height: 0.91;
}

h2,
.h2 {
  font-size: 2em;
  line-height: 0.91;
}

h3,
.h3 {
  font-size: 1.2em;
}

h4,
.h4 {
  color: white;
  font-size: 16px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

p,
.p {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

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

a:hover,
a:focus,
.anchor-theme:hover,
.anchor-theme:focus {
  color: white;
  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;
}

.nav-link {
  padding: 0.5rem;
}

nav a {
  border-bottom: 2px solid white;
}

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

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

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

html {
  font-size: 15px;
}

body {
  font-family: "poppins", sans-serif;
  font-size: 15px;
  /* Adjust this on mobile to globally change P-tags :NOT H-tags) */
  line-height: 1.33;
}

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

.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-family: matrix-ii, serif;
  font-weight: 800;
  color: white;
  border: none;
  border-radius: 50px;
  background: var(--red);
  padding: 0 36px;
  max-width: 172px;
  width: 100%;
}

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
------------------------------ */
header img {
  max-width: 180px;
}
/*  - 3a. Landing Page  */
.page-template-page-lp .splash {
  background: url("/wp-content/uploads/sites/10/2025/07/1_hero.jpg") no-repeat
    center center;
  background-size: cover;
  padding-bottom: 5%;
}

.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);
}

.speak4-form__input {
  height: 30px !important;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.speak4-form__input:hover,
.speak4-form__input:focus {
  color: rgba(53, 53, 53, 0.7) !important;
  background-color: white !important;
}

.speak4-form__input:active {
  color: var(--gray) !important;
  background-color: white !important;
}

.speak4-form__input,
.speak4-embed__bread,
.speak4-form .speak4-form__item label {
  color: rgba(53, 53, 53, 0.5) !important;
  font-size: 0.75em !important;
  line-height: 1.33 !important;
  letter-spacing: 0.6px;
}

.speak4-form__input:not(.speak4-form__input--message),
.speak4-embed__bread {
  padding: 7px 10px !important;
}

.speak4-form__item:not(.speak4-form__item--toplabel)
  .speak4-form__input:focus
  ~ .speak4-form__label,
.speak4-form__item:not(.speak4-form__item--toplabel)
  .speak4-form__input--hasval
  ~ .speak4-form__label {
  background-color: white !important;
  top: -7px !important;
  transform: scale(0.75) !important;
}

.speak4-form__item--zipcode {
  flex: 1 !important;
}

.speak4-form__item.speak4-form__item--submit {
  margin: 10px 0;
}

.speak4-form__item--submit .speak4-form__btn {
  font-family: forma-djr-text, sans-serif !important;
  text-transform: uppercase;
  display: flex;
  height: 40px;
  min-width: 168px;
  max-width: 360px;
  padding: 8px 20px 10px;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 5px;
  background: var(--blue);
}

.speak4-form__item--submit .speak4-form__btn:disabled {
  background: var(--gray);
}

.speak4-form__item--submit .speak4-form__btn:hover,
.speak4-form__item--submit .speak4-form__btn:focus {
  background: var(--red);
  box-shadow: 0px 3px 6px 0px rgba(21, 17, 48, 0.15);
}

.speak4-form__item--submit .speak4-form__btn:active {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

footer img {
  max-width: 345px;
}

footer a {
  text-decoration: underline !important;
}

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