/*
 Theme Name:   Mike Gay
 Theme URI:    https://wordpress.org/themes/twentyninteen/
 Description:  Custom theme built for Mike Gay Landing Page
 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:  gay-fl-lp
*/




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

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


/* ======== 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,
.btn,
button {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    margin: 0;
}

h1,
.h1 {
    font-family: matrix-ii, serif;
    font-weight: 800;
    font-size: 77px;
    line-height: 1;
    color: var(--red);
}

h2,
.h2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.25;
    color: var(--blue);
}

h3,
.h3 {
    font-family: 'adobe-handwriting-ernie', sans-serif;
    font-weight: normal;
    font-size: 2.188em;
    /* 35px */
    line-height: 42px;
    color: var(--red);
}

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

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

a,
.anchor-theme {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    text-decoration: none !important;
    transition: none;
    letter-spacing: 0.03em;
    line-height: 40px;
    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: 16px;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    /* Adjust this on mobile to globally change P-tags :NOT H-tags) */
    letter-spacing: 0.03em;
    line-height: 50px;
    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-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;
}

.banner {
    background: url("/wp-content/uploads/sites/159/2021/12/banner.svg") no-repeat center center;
    background-size: cover;
    height: 735px;
}

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

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

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

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




/* ------------------------------ 
    3. Start Main Content
------------------------------ */
/*  - 3a. Landing Page  */
.page-template-page-lp .splash {
    background: url("/wp-content/uploads/sites/159/2021/12/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);
}

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

.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: 700;
    color: white;
    background-color: rgba(26, 24, 24, 0.25);
    border: none;
    border-radius: 12px;
    padding: 0 20px !important;
}

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

.page-template-page-lp .body .stacked-images img {
    height: 253px;
    object-fit: cover;
}

.page-template-page-lp .body .stacked-images .row:first-child img {
    margin-bottom: 30px;
}

.page-template-page-lp .body .single-image img {
    height: 536px;
    object-fit: cover;
}

.stacked-images {
    padding-right: 0;
    padding-left: 0;
}

/*  - 3b. About Page  */
.page-template-page-about .splash {
    background: url("/wp-content/uploads/sites/159/2021/12/2_hero.jpg") no-repeat center center;
    background-size: cover;
    padding-bottom: 5%;
}

.page-template-page-about h1 {
    padding-top: 30%;
}

.page-template-page-about .splash p {
    width: 70%;
}

.page-template-page-about .splash #signature {
    font-family: adobe-handwriting-ernie, sans-serif;
    font-size: 24px;
}

.page-template-page-about .map {
    background: url("/wp-content/uploads/sites/159/2021/12/map.svg") no-repeat center center;
    background-size: cover;
}

.page-template-page-about .body img {
    height: 364px;
    object-fit: cover;
}

.page-template-page-about .body .endorsement {
    min-height: 170px;
    max-width: 255px;
    width: 95%;
}

.page-template-page-about .body .endorsement .endorsement-flag {
    position: absolute;
    left: 0;
    top: 0;
    /* left: 50%;
    transform: translate(-50%); */
    height: 100%;
    z-index: -1;
}

.page-template-page-about .body .endorsement p {
    font-size: 24px;
    line-height: 1;
}

.page-template-page-about .body .line {
    width: 100%;
    height: 10px;
    background-color: var(--blue);
}

.page-template-page-about .body .endorsement-handshake {
    width: 97%;
    height: 100%;
}

.page-template-page-about .body .endorsement-paragraphs {
    font-size: 28px;
}

.page-template-page-about .signature {
    font-size: 2em;
    font-family: adobe-handwriting-ernie, sans-serif;
}

footer p {
    opacity: 0.5;
}

/*  -  3c. Events Page   */
.page-template-page-events h1 {
    padding-top: 30%;
}

.page-template-page-events .splash {
    height: 735px;
    background: url("/gehudim/sites/159/2023/02/3_hero.jpg") no-repeat center center;
    background-size: cover;
    padding-bottom: 5%;
}

.page-template-page-events .banner {
    height: 475px;
    background-position: center bottom;
}

.page-template-page-events .event-banner {
    position: absolute;
    width: 95%;
    height: 100%;
    z-index: -1;
    left: 50%;
    transform: translate(-50%);
    top: 0;
}

.page-template-page-events .event-details {
    font-size: 28px;
    color: var(--blue);
}

.page-template-page-events .event-details .event-name {
    line-height: 1.1;
    height: 65px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.page-template-page-events .event-details .line {
    height: 6px;
    background-color: var(--blue);
    width: 50%;
}

.page-template-page-events .event-details .address {
    line-height: 1.3;
}

.page-template-page-events .event-details .address span {
    font-size: 16px;
}

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