/*
 Theme Name:   Mike Coffman
 Theme URI:    https://wordpress.org/themes/twentyninteen/
 Description:  Custom theme built for Mike Coffman
 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:  coffman-co
*/




/* ========= COLOR REFERENCES ========= */
:root {
    --yellow: #FFB800;
    --darkblue: #001733;
}

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


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


/* ------------------------------ 
    1. Start Typography
------------------------------ */
.futura-pt-book {
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.futura-pt-bold {
    font-family: "futura-pt-bold", sans-serif;
    font-weight: 700;
    font-style: normal;
}

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

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

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

h1,
.h1 {
    font-family: "futura-pt-bold", sans-serif;
    font-weight: 700;
    font-size: 4.5625em;
    line-height: 1;
    /* font-size: 73px; */
}

h2,
.h2 {
    font-size: 2.3125em;
    /* font-size: 37px; */
    line-height: 1;
}

h3,
.h3 {
    font-size: 24px;
    line-height: 1;
    margin-block-end: 20px;
}

p,
.p {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-size: 19px;
    margin-block-end: 20px;
}

a,
.anchor-theme {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    /* text-decoration: none !important; */
    transition: none;
    line-height: 40px;
    border: none;
    background: none;
    color: inherit;
}

a:hover,
a:focus,
.anchor-theme:hover,
.anchor-theme:focus {
    font-weight: 700;
    color: inherit;
}

.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;
    font-size: 24px;
}

/* nav a {
} */

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

nav .btn-yellow {
    margin-left: 20px;
    padding: 0 15px;
    background-color: var(--yellow);
    font-size: 20px;
    color: var(--darkblue);
    font-weight: 700;
    border-radius: 3px;
    padding: 2px 13px;
    transition: all 200ms linear;
}

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




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

html {
    font-size: 16px;
}

body {
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

header {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 0;
    left: 0;
    color: var(--yellow);
    /* top: 200px; */
    /* margin-top: 200px; */
}


section {
    position: relative;
}

img {
    width: 100%;
}

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

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

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

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

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

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

.divider {
    height: 1px;
    background: var(--yellow);
    width: 100%;
}

.object-fit {
    object-fit: cover;
}

.img-border {
    border: 5px solid #fff;
}

.mobile {
    display: none;
}

.btn-yellow {
    background: var(--yellow) !important;
    font-size: 23px;
    font-family: "futura-pt-bold", sans-serif;
    font-weight: 700;
    color: var(--darkblue);
    border-radius: 3px;
    padding: 7px 25px;
    text-transform: uppercase;
    transition: all 200ms linear;
}

.btn-yellow:hover {
    text-decoration: none;
    color: #fff;
    background: var(--darkblue) !important;
}

.btn-white {
    background-color: #fff;
    font-size: 23px;
    font-family: "futura-pt-bold", sans-serif;
    font-weight: 700;
    color: var(--darkblue);
    border-radius: 3px;
    padding: 7px 25px;
    text-transform: uppercase;
    transition: all 300ms linear;
}

.btn-white:hover {
    text-decoration: none;
    background: var(--darkblue);
    color: #fff;
}


.header-logo img {
    max-width: 200px;
}

/* forms */
.gform_wrapper.gravity-theme .gform_footer input {
    background: var(--yellow);
    font-size: 23px;
    font-family: "futura-pt-bold", sans-serif;
    font-weight: 700;
    color: var(--darkblue);
    border-radius: 3px;
    padding: 5px 30px;
    text-transform: uppercase;
    transition: all 200ms linear;
    border: none;
    outline: 0;
}

.gform_wrapper.gravity-theme .gform_footer input:hover {
    text-decoration: none;
    color: #fff;
    background: var(--darkblue);
}

.gform_wrapper.gravity-theme #field_submit .gform-button:hover,
.gform_wrapper.gravity-theme .gform_footer .gform-button:hover {
    text-decoration: none;
    color: #fff;
    background: var(--darkblue);
}

.ginput_container input {
    border: none;
    border-radius: 3px;
}

.ginput_container input:hover {
    font-style: italic;
}

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

/* .disclaimer {
    font-size: 20px;
} */
footer {
    font-size: 20px;
    line-height: 1.3;
}

.mobile-nav-spacer {
    height: 90px;
}

.margin-block-end-5 {
    margin-block-end: 5px !important;
}

header .banner p {
    margin-block-end: 0;
}

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




/* ------------------------------ 
    3. Start Main Content
------------------------------ */
/*  - 3a. Landing Page  */
.page-template-page-lp .splash {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 23, 51, 1)), url("/gehudim/sites/221/2023/03/1_hero_bkgrnd.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 350px 0 100px;
    color: #fff;
}



/*  - 3b. Issues Page  */
.page-template-page-issues .splash {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 23, 51, 1)), url("/gehudim/sites/221/2023/03/2_hero_d.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    height: 50vw;
}

.page-template-page-issues .issue-row img {
    height: 278px;
}



/*  - 3c. News Page  */
.page-template-page-news .news-card {
    border-radius: 22px;
}

.page-template-page-news .news-card .news-source {
    font-size: 21px;
}

.page-template-page-news .news-card a {
    text-decoration: underline;
}

.page-template-page-news .news-card .featured-img {
    border-radius: 22px 22px 0 0;
}

.page-template-page-news .news-card .divider-yellow {
    width: 95%;
    height: 2px;
    background-color: var(--yellow);
}


/* privacy policy */
.page-template-page-privacypolicy header {
    display: none;
}

.privacy-policy a {
    word-break: break-all;
}


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