/*
 Theme Name:   Brad Bailey
 Theme URI:    https://wordpress.org/themes/twentyninteen/
 Description:  Custom theme built for Brad Bailey
 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:  bailey-tx
*/

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


/* ======== TABLE OF CONTENTS =========
	1. TYPOGRAPHY
	2. GLOBAL
	3. MAIN CONTENT
	- 3a. Landing Page
	4. FORM STYLING
	5. PRIVACY POLICY
/* ==================================== */


/* ------------------------------ 
    1. Start Typography
------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6,
a,
.btn,
button {
    margin: 0;
    line-height: 1;
}

h1,
.h1 {
    font-size: 64px;
    line-height: 0.95;
}

h2,
.h2 {
    font-size: 40px;
    line-height: 0.975;
}

h3,
.h3 {
    font-size: 28px;
    line-height: 2;
}

h3.fz-27,
.h3.fz-27 {
    font-size: 27px;
    line-height: 1.2;
}

h4,
.h4 {
    font-size: 24px;
    line-height: 1.5;
}

h4 span,
.h4 span {
    font-size: 23px;
    line-height: 1.4;
}

h5,
.h5 {
    font-size: 19px;
    line-height: 1.8;
}

h5 span,
.h5 span {
    font-size: 18px;
    line-height: 1.5;
}

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

a,
.anchor-theme {
    text-decoration: none !important;
    transition: none;
    color: white;
    border: none;
    background: none;
}

a:hover,
a:focus,
.anchor-theme:hover,
.anchor-theme:focus {
    color: white;
}

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

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




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

html {
    font-size: 16px;
}

body {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    /* Adjust this on mobile to globally change P-tags :NOT H-tags) */
    line-height: 32px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

.serif {
    font-family: p22-mackinac-pro, serif;
}

.sans {
    font-family: proxima-nova, sans-serif;
}

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

.social-links a {
    height: 28px;
    width: 28px;
    font-size: 18px;
    line-height: 28px;
    color: white;
    background-color: white;
    border-radius: 28px;
    padding: 10px;
}

.social-icon {
    opacity: 1;
}

.page-template-page-privacypolicy .social-icon {
    opacity: 1;
}

.social-icon:active {
    opacity: 1;
}

.social-icon a {
    color: var(--blue);
}

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

.blue {
    color: #003097 !important;
}

.bg-offwhite {
    color: #EFEFEF;
}

.white {
    color: white !important;
}

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

.drop-shadow {
    -webkit-filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.16));
}

.desktop {
    display: block !important;
}

.mobile {
    display: none !important;
}

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

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

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

.brand-red {
    color: #B4002D;
}

.f-size-15 {
    font-size: 15px;
}

.grey {
    color: #1D1D1D;
}

.red {
    color: #E50019;
}

.italic {
    font-style: italic;
}

.normal {
    font-style: normal;
}

section {
    position: relative;
}

img {
    width: 100%;
}

.gform_button,
button {
    font-size: 16px;
    font-weight: 800;
    color: white;
    border: none;
    border-radius: 2px;
    padding: 17px 19px;
    line-height: 1 !important;
    white-space: normal;
}

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

.col-no-gutters {
    padding-right: 0;
    padding-left: 0;
}

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




/* ------------------------------ 
    3. Start Main Content
------------------------------ */
/*  - 3a. Landing Page  */
.container-fluid {
    max-width: 1346px;
}

.page-template-page-lp .splash {
    /* background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url("/dejilah/sites/409/2024/08/bg-img-real.png") no-repeat top center; */
    background: url("/wp-content/themes/bailey-tx/assets/images/1_hero_bg.jpg") no-repeat top center;
    background-size: cover;
    padding-top: 150px;
}

/* .page-template-page-lp .splash .overlay {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    position: absolute;
    top: 0;
    bottom: 50%;
    left: 0;
    width: 100%;
} */

/* header [alt*="logo"] {
    width: 264px;
} */

.splash [alt*="headshot"] {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 460px;
    height: 669px;
}

.page-template-page-lp .body {
    padding: 88px 0;
    overflow: hidden;
}

/* .page-template-page-lp .body .container {
    max-width: 1440px !important;
} */

.page-template-page-lp .body .copy p {
    font-size: 22px;
    line-height: 32px;
}

.page-template-page-lp .h3.fz-27 {
    font-size: 2.38em;
}


.page-template-page-lp .body .stars {
    max-width: 700px;
}

.pics {
    margin-bottom: 100px;
}

.bar {
    position: absolute;
    width: 80%;
    height: 42px;
}

.red-bar {
    background-color: #B4002D;
    top: -21px;
    left: 0;
    z-index: 2;
}

.blue-bar {
    background-color: #003097;
    bottom: -21px;
    right: 0;
    z-index: 2;
}

.mw {
    max-width: 920px;
}

[alt*="logo"] {
    width: 610px;
}

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


.f-darkBlue {
    color: #121A50;
}
/* ------------------------------ 
    3. End Main Content
------------------------------ */




/* ------------------------------ 
    4. Start Form Styling
------------------------------ */

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.gravity-theme .ginput_complex {
    flex-flow: column wrap !important;
}

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

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

form {
    position: relative;
}

.gform_footer {
    margin: 0 !important;
}

.gform_wrapper.gravity-theme .gform_footer {
    padding-top: 0 !important;
}

.gform_footer .gform_button {
    width: 100% !important;
    text-transform: uppercase;
    padding: 12px !important;
}

.gform_confirmation_message {
    padding-bottom: 1.5rem !important;
}

.form {
    max-width: 350px;
}

/* 
.form::after {
    position: absolute;
    content: ' ';
    bottom: -30px;
    width: 21px;
    height: 18px;
    background-color: white;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
} */

/* ------------------------------ 
    4. End Form Styling
------------------------------ */




/* ------------------------------ 
    5. Start Privacy Policy
------------------------------ */
.page-template-page-privacypolicy header {
    position: relative;
}

.page-template-page-privacypolicy h3,
.page-template-page-privacypolicy .h3 {
    line-height: 1.2;
}

.word-break {
    word-break: break-word;
}

.home #homeModal {
    background-color: rgba(0, 0, 0, 0.8);
}

.home .modal-header {
    width: 100%;
    position: absolute;
    z-index: 1;
    border-bottom: 0px solid #dee2e6;
}

.home .close {
    opacity: 1;
}

.home .modal-body h2 {
    line-height: 48px;
}

.home .modal-body {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}

.modal-body-img {
    max-width: 350px;
    width: 100%;
    height: 521px;
}

.modal-body-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.modal-body-right-content {
    max-width: 540px;
    width: 100%;
}

.home .modal-button {
    font-family: p22-mackinac-pro, serif;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    background-color: #B4002D;
    border-radius: 2px;
    padding: 10px 19px;
}

.hero-img {
    max-width: 515px;
    width: 100%;
}

.form-wrapper {
    max-width: 748px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.form-wrapper p, .form-wrapper a {
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    color: #121A50;
}

.form-wrapper a {
    text-decoration: underline !important;
}

.form-border {
    background-color:  rgba(18, 26, 80, .05);
    border: 2px solid #121A50;
}

.form-wrapper input {
    background-color: transparent !important;
    border: 1px solid #121A50 !important;
}

.form-wrapper input#gform_submit_button_2 {
    background-color: #B4002D !important;
}

/* ------------------------------ 
    5. End Privacy Policy
------------------------------ */

.page-template-page-terms header {
    position: relative;
    z-index: 3;
}

.logo {
    max-width: 163px;
    width: 100%;
}

.privacy-policy, .terms {
    padding: 125px 0 0 0;
}

.page-template-page-privacypolicy p, .page-template-page-terms p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 25px;
    color: #1D1D1D;
}

.page-template-page-privacypolicy p a, .page-template-page-terms p a {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 25px;
    color: #1D1D1D;
    font-weight: 800;
    text-decoration: underline !important;
}

.page-template-page-privacypolicy h3, .page-template-page-terms h3 {
    font-size: 22px;
    line-height: 20px;
    font-weight: 800;
    font-family: p22-mackinac-pro, serif;
    color: #121A50;
    margin-bottom: 25px;
}