/*
 Theme Name:   Bill Graham
 Theme URI:    https://wordpress.org/themes/twentyninteen/
 Description:  Custom theme built for Bill Graham
 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:  graham-nc-lp
*/




/* ========= COLOR REFERENCES ========= */
:root {
    /* --darkred: #8D1B1A; */
    --red: #A12B2A;
    --lightgrey: #EDEBEB;
    --darkgrey: #707070;
}

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


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


/* ------------------------------ 
    1. Start Typography
------------------------------ */
.freightsans {
    font-family: "freight-sans-pro", sans-serif;
}

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

/* medium */
.fw-500 {
    font-weight: 500;
}

/* semibold */
.fw-600 {
    font-weight: 600;
}

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

/* black */
.fw-900 {
    font-weight: 900;
}

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

.ls-150 {
    letter-spacing: 0.15em;
}

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

h1,
.h1 {
    font-size: 5.5em;
    line-height: 0.85;
    margin-block-end: 0;
}

h2,
.h2 {
    font-size: 3.111em;
    line-height: 1;
}

h3,
.h3 {
    font-size: 2.333em;
    line-height: 1;
}

h4,
.h4 {
    font-weight: 600;
    font-size: 1.5em;
    margin-block-end: 15px;
}

h5,
.h5 {
    font-weight: 600;
    font-size: 1.5em;
    margin-block-end: 15px;
}

p,
.p {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-size: 22px;
    line-height: 1.33;
}

.f-grey {
    color: var(--darkgrey);
}

.f-red {
    color: var(--red);
}

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



/* ------------------------------ 
    2. Nav
------------------------------ */
.anchor-theme {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    text-decoration: none !important;
    background: none;
    border: none;
}

a:hover {
    /* font-style: italic; */
}

a:active,
a:focus {
    font-weight: 700;
}


.nav-link {
    padding: 0.5rem 20px !important;
}

header .navbar-nav {
    text-align: right;
}

nav a {
    color: #707070;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
    transition: color 400ms;
}

nav a:hover {
    color: var(--red);
    font-style: normal;
}

/* nav .current-menu-item a {
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.15em;
} */

.nav .donate-btn {
    text-align: center;
    border: 1px solid #707070;
    box-shadow: 10px 13px 26px rgba(0, 0, 0, 0.16);
}

.nav .donate-btn a {
    color: var(--red);
    font-size: 22px;
    font-weight: 700;
    padding: 0px !important;

}

.nav .donate-btn:hover a {
    color: #fff;
}

.navbar-toggler {
    border-color: #822620;
    padding: 0.1rem 0.6rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border-radius: 0.25rem;
    width: 60px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg%27%3E%3Cpath stroke='rgba(130, 38, 32, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}



/* ------------------------------ 
    3. Start Global
------------------------------ */

@-ms-viewport {
    width: device-width;
}

html {
    font-size: 16px;
}

body {
    font-family: "freight-sans-pro", sans-serif;
    font-size: 18px;
}

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

section {
    position: relative;
}

img {
    width: 100%;
}

.marginblock-0 {
    margin-block-end: 0 !important;
}

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

.footer-bg-red {
    background-color: #8D1B1A;
}

.bg-grey {
    background-color: var(--lightgrey);
}

.donate-btn {
    background-color: #fff;
    text-transform: uppercase;
    color: var(--red);
    padding: 5px 30px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 22px;
    transition: all 300ms ease-in-out;
    border: 1px solid #707070;
    box-shadow: 10px 13px 26px rgba(0, 0, 0, 0.16);
}

.donate-btn:hover {
    background-color: #0b0b45;
    color: #fff !important;
    font-style: normal;
    text-decoration: none;
}

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



/* ------------------------------ 
    4. Start Main Content
------------------------------ */
/*  - 4a. Home Page  */
.page-template-page-home .splash {
    background: url("/dejilah/sites/531/2023/10/1_hero_d-1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 150px;
    /* height: 850px; */
}

.slide img {
    height: 600px;
    object-fit: cover;
    object-position: center;
}

.heading-section {
    margin-bottom: 200px;
}

.heading-section .framed-photo {
    margin-bottom: -200px;
}

.framed-photo {
    height: 430px;
    width: auto;
}

.photo-frame {
    border: 3px solid #fff;
    box-shadow: 5px 6px 9px 0px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 5px 6px 9px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 5px 6px 9px 0px rgba(0, 0, 0, 0.23);
}

.plan-content h4 {
    color: var(--red);
    font-weight: 700;
    font-size: 1.7em;
}

.plan-content ol {
    font-size: 22px;
    padding-inline-start: 0;
    list-style-position: outside;
}

.plan-content ol li::marker {
    color: var(--red);
    font-weight: 700;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
}

.modal-header {
    border-bottom: 0;
}

.modal-content {
    background: linear-gradient(to bottom, rgba(141, 27, 26, 0.75), rgba(141, 27, 26, 0.75)), url("/dejilah/sites/531/2023/10/1_hero_d.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.popup-photo {
    width: 38%;
}

.social-icon {
    width: 27px;
    height: 27px;
}

/*  - 4b. News Page  */
.news-splash {
    background: url("/dejilah/sites/531/2023/11/2_hero.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 259px 0;
    /* background: url("/dejilah/sites/531/2023/11/2_hero_background.jpg"); */
}

.read-more:hover {
    color: var(--darkgrey);
}

.news-article a {
    color: inherit;
}

.news-article a:hover {
    color: inherit;
}

.news-article a:active {
    color: inherit;
    font-weight: 400;
}

.news-article p strong {
    font-weight: 600;
}



/* ------------------------------ 
    5. Form
------------------------------ */

.ginput_container input {
    background-color: #fff;
    border: none;
    border-radius: 2px;
}

.ginput_container input:focus {
    border: none;
    outline: none;
}

.ginput_container input::placeholder {
    font-weight: 400;
    color: var(--black);
}

.gform_wrapper.gravity-theme .gform_footer {
    justify-content: center;
}

.gform_wrapper.gravity-theme .gform_footer input {
    border-radius: 30px;
    background-color: #fff;
    text-transform: uppercase;
    color: #A12B2A;
    padding: 5px 30px;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 700;
    font-size: 18px;
    border: none;
    outline: none;
    transition: all 300ms ease-in-out;
}

.gform_wrapper.gravity-theme .gform_footer input:hover {
    background-color: #0b0b45;
    color: #fff;
}

.gform_confirmation_message {
    text-align: center;
    color: #fff;
}


/* Privacy Policy */
.policy-link {
    color: #fff;
}

.policy-link:hover {
    color: #fff;
}

.page-template-page-privacypolicy header {
    display: none;
}

.f-red {
    color: #A12B2A;
}

.f-darkGrey {
    color: #707070;
}