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




/* ========= COLOR REFERENCES ========= */
:root {
    --red: #BF0A30;
    --blue: #00143B;
    --grey: #D0D0D0;
}

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


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


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

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

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

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

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

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

h1,
.h1 {
    /* font-size: 83px */
    font-weight: 800;
    font-size: 5.1875em;
    line-height: 0.8313253;
    margin-block-end: 0;
}

h2,
.h2 {
    /* font-size: 66px; */
    font-size: 4.125em;
    line-height: 0.9;
    margin-block-end: 0;
}

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

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

.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
------------------------------ */
a {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

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

a:active,
a:focus {
    /* font-weight: 800; */
}

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


header .navbar-nav {
    text-align: right;
    /* background-color: var(--red); */
    margin-left: auto;
    padding-top: 5px;
    margin-top: 10px;
    width: fit-content;
}

nav a {
    font-family: "poppins", sans-serif;
    color: #fff;
    font-weight: 800;
}

nav a:hover {
    color: #fff;
    font-weight: 400;
}

nav .current-menu-item a {
    color: #fff;
}

.navbar-toggler {
    padding: 0.1rem 0.6rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    width: 60px;

    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* height: 40px; */
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    outline: none;
    border: none;
}

.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(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.hamburger-line {
    height: 3px;
    background-color: #fff;
    width: 35px;
    margin-top: 5px;
}

.hamburger-line.short {
    width: 25px;
}

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

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

html {
    font-size: 16px;
}

body {
    font-family: "poppins", sans-serif;
    font-size: 16px;
}


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

section {
    position: relative;
}

img {
    width: 100%;
}

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

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

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

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

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

.header-logo {
    max-width: 150px;
    margin-right: auto;
}

.tagline {
    font-size: 21px;
    line-height: 1;
    margin-block-end: 0;
}

.donate-btn {
    background-color: var(--red);
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 10px 20px 8px;
    line-height: 1;
    transition: all 200ms ease-in-out;
}

.donate-btn:hover {
    background-color: var(--blue);
    font-style: normal;
    font-weight: 800;
}

article a {
    color: inherit;
    text-decoration: underline;
}



/* ------------------------------ 
4. Start Main Content
------------------------------ */
/*  - 4a. Landing Page  */

.page-template-page-home .splash hr {
    border-top: 4px solid #BF0A30;
}

.page-template-page-home .splash .blue-gradient {
    height: 100%;
    width: 100vw;
    background: linear-gradient(90deg, rgba(0, 20, 59, 0) 40%, rgba(0, 20, 59, 0.8534007352941176) 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.page-template-page-home .splash .stripes {
    position: absolute;
    bottom: -190px;
    left: 0;
}

h2 span,
.h2 span {
    font-size: 21px;
}

.short-divider {
    height: 3px;
    width: 65px;
}

.blue-wave-img {
    position: absolute;
    height: 140%;
    width: 100%;
    left: 0;
    top: 0;
}

.white-section ul {
    margin-top: 20px;
    padding-left: 15px;
    list-style-type: square;
}

.white-section ul li {
    padding: 7px 0;
}

.white-section ul li::marker {
    color: var(--red);
}

.white-section .photo {
    border-radius: 30px;
}

.red-wave-img {
    position: absolute;
    height: 110%;
    width: 100%;
    left: 0;
    bottom: 0;
}

.red-section ul {
    list-style-type: square;
}

.red-section ul li {
    padding: 7px 0;
}

.red-section .stripes {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.red-section .vote-text {
    font-size: 37px;
}

.red-section .vote-text h3 {
    font-size: 1.10810811em;
    line-height: 1;
}

.red-section .vote-text .vote-smaller {
    font-size: 1em;
    line-height: 1;
}

.red-section hr {
    border-top: 4px solid #fff;
}

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



/*  - 4d. News Page  */

.article-post h3 {
    font-size: 20px;
}

.article-post .read-more {
    background-color: var(--blue);
    color: #fff;
    font-weight: 800;
    padding: 5px 35px;
    border-radius: 20px;
    transition: all 200ms ease-in-out;
}

.article-post .read-more:hover {
    background-color: var(--red);
}

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

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

.form a {
    color: #fff;
    font-weight: 600;
}

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

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #A7A7A7;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #A7A7A7;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: #A7A7A7;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #A7A7A7;
}

.ginput_container input {
    background-color: #fff;
    border: none;
    border-radius: 20px;
    text-align: center;
}

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

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

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

#gform_submit_button_1 {
    font-weight: 800;
    font-family: "poppins", sans-serif;
    background-color: #00143B;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    text-transform: uppercase;
    padding: 10px 0;
    line-height: 1;
    transition: background-color 200ms;
}

#gform_submit_button_1:hover {
    background-color: #fff;
    color: var(--blue);
}

#gform_submit_button_1:active,
#gform_submit_button_1:focus {
    background-color: var(--blue);
    color: #fff;
}

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


/* Privacy Policy */
.social-icon {
    width: 35px;
}

.policy-link {
    text-transform: uppercase;
    color: #000;
}

.policy-link:hover {
    color: #BF0A30;
    font-style: normal;
}

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

.page-template-page-privacypolicy a {
    word-break: break-all;
}

.page-template-page-privacypolicy .h2 {
    font-size: 30px;
}