/*
 Theme Name:   Bohmer MN
 Theme URI:    https://wordpress.org/themes/twentyninteen/
 Description:  Custom theme built for Dan Bohmer 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:  bohmer-mn
*/




/* ========= COLOR REFERENCES ========= */
:root {
    --page-color: #EFEFEF;
    --grey: #5C5D5D;
    --darkred: #980B29;
    --blue: #0A4486;
    --bright-red: #D60812;
}

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

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

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

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


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


/* ------------------------------ 
    1. Start Typography
------------------------------ */

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

/* FONTS */
.circe {
    font-family: circe, sans-serif;
    font-weight: 400;
}

.circe-extrabold {
    font-family: circe, sans-serif;
    font-weight: 800;
}

.freight-macro-pro-bold {
    font-family: freight-macro-pro, serif;
    font-weight: 700;
}

/* COLORS */
.blue {
    color: var(--blue);
}

.darkred {
    color: var(--darkred);
}

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

.light-grey {
    color: var(--page-color);
}

h1 {
    font-size: 55px;
    line-height: 1;
    letter-spacing: -0.03em;
}

h6 {
    font-size: 20px;
    line-height: 22px;
    font-family: freight-macro-pro, serif;
    font-weight: 700;
}



/* ------------------------------ 
    2. Navbar & Header
------------------------------ */

.header-logo-width {
    width: 150px;
}

.navbar-toggler {
    border: 2px solid var(--grey);
    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(92,93,93, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar {
    padding: 0 !important;
}

nav .current-menu-item a {
    font-weight: 800;
    color: var(--blue);
}

@media (min-width: 576px) {
    .navbar-expand-sm .navbar-collapse {
        max-width: 350px;
        width: 350px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
    }
}

a,
.anchor-theme {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    text-decoration: none !important;
    transition: none;
    letter-spacing: 0.03em;
    color: var(--grey);
    border: none;
    background: none;
    font-family: circe, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 16px;
}

a:focus,
.anchor-theme:focus {
    color: var(--blue);
    font-weight: 800;
}

a:hover,
.anchor-theme:hover {
    font-style: italic;
}






/* ------------------------------ 
    2. Start Global
------------------------------ */
.ab-label {
    display: none !important;
}

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

html {
    font-size: 16px;
}

body {
    font-family: circe, sans-serif;
    font-weight: 400;
}

section {
    position: relative;
}

img {
    width: 100%;
}


/* BUTTONS */
button {
    border-radius: 18px;
    font-family: circe, sans-serif;
    font-size: 16px;
    line-height: 1;
}

.red-button {
    background-color: var(--bright-red);
    color: #fff;
    padding: 5px 10px;
    border: none;
    font-family: circe, sans-serif;
    font-weight: 800;
    border-radius: 18px;
    font-size: 16px;
    line-height: 15px;
    width: 110px;
    text-align: center;
}

.red-button a.nav-link {
    color: #fff;
    font-weight: 800;
}

.bordered-button {
    border: 3px solid var(--blue);
    padding: 8px 15px;
    background-color: var(--page-color);
    color: var(--bright-red);
    font-family: circe, sans-serif;
    font-weight: 800;
}


button:hover,
.gform_button:hover {
    outline: none;
    font-style: italic;
}

.red-button:focus,
.red-button:active,
.gform_button:focus,
.gform_button:active {
    outline: none;
    border: none;
    background-color: var(--darkred);
}

.bordered-button:focus {
    color: var(--darkred);
}

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


/* ------------------------------ 
    3. Start Main Content
------------------------------ */

/* CARDS */

.bullet-text {
    font-size: 20px;
    line-height: 22px;
}

.check-icon {
    width: 38px;
    height: auto;
    margin-right: 5px;
}

.blue-card {
    height: 255px;
    width: 255px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-icon {
    width: 105px;
    height: 105px;
}

/* ------- LANDING PAGE  -------- */

.minnesota-img {
    position: absolute;
    left: 50%;
    transform: translate(-150%, -20%);
    width: 450px;
}

.page-template-page-home .featured-img {
    width: 100%;
    object-fit: cover;
    height: 56vw;
    object-position: center 50%;
    min-height: 300px;
}

.page-template-page-home .card-section {
    margin-top: -60px;
}

.featured-img-text {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}



/* ------- ISSUES PAGE  -------- */

.page-template-page-issues .splash {
    width: 100%;
    background: url("/wp-content/uploads/sites/183/2022/04/2_scenic.jpg") no-repeat;
    background-size: cover;

    background-position: center 38%;
    height: 28vw;
    max-height: 600px;
    min-height: 240px;
}

.page-template-page-issues .card-section {
    margin-top: -25px;
}

.page-template-page-issues .blue-card {
    min-height: 255px;
    height: 100%;
}


/* ------- BIO PAGE  -------- */
.page-template-page-bio .splash img {
    object-fit: cover;
}

#center-img {
    object-fit: cover;
}

.bullet-points-container {
    max-width: 340px;
    width: 90%;
}

.banner-text-right {
    padding-top: 75px;
    padding-bottom: 50px;
}

.banner-text-left {
    padding-bottom: 75px;
    padding-top: 50px;
}

.banner-top-images {
    width: fit-content;
    z-index: 5 !important;
    margin-bottom: -30px;
}

.banner-bottom-images {
    width: fit-content;
    z-index: 5 !important;
    margin-top: -50px;
}

.primary-img {
    height: auto;
    width: 280px;
}

.secondary-img {
    object-fit: cover;
    width: 200px;
    height: 131px;
}

.img-grid img {
    width: 49%;
    height: auto;
}

/* ------------------------------ 
    2. Footer
------------------------------ */
footer {
    padding-top: 50px;
}

footer p {
    font-size: 14px;
}

.footer-logo-width {
    width: 180px;
}

.social-icon {
    width: 30px;
    height: auto;
}


.privacy-policy-splash {
    background: var(--black);
    height: 100px;
}

.privacy-policy-link {
    text-transform: capitalize !important;
}


/* ------------------------------ 
    4. Form Styles
------------------------------ */
/* .gform_button */

.form-container {
    max-width: 930px;
    width: 80%;
}

.gform_wrapper.gravity-theme .gfield {
    min-width: 104px !important;
}

.gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 1% !important;
}

.gform_wrapper {
    width: 100%;
    margin: 0 auto;
}

.ginput_container input:not(input[type=submit]) {
    color: var(--grey);
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 20px !important;
    font-size: 14px !important;
    font-family: circe, sans-serif;
    font-weight: 400;
}

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

.ginput_container input:focus,
.ginput_container input:active {
    border: none;
    outline-style: none;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--grey);
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--grey);
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--grey);
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: var(--grey);
}

.gform_footer {
    width: 100% !important;
    display: flex;
    justify-content: center;
}

.gform_confirmation_message {
    margin-top: 30px;
    font-weight: 400;
    background-color: #fff;
    color: var(--black);
    opacity: 0.75;
    border: none;
    border-radius: 4px;
    padding: 10px 20px !important;
    font-size: 15px !important;
    font-family: ff-good-web-pro-wide, sans-serif !important;
}

.gform-button,
.gform_footer input[type="submit"] {
    border-radius: 18px;
    font-family: circe, sans-serif;
    font-size: 16px;
    line-height: 1;
    background-color: var(--bright-red);
    color: #fff;
    border: none;
    font-family: circe, sans-serif;
    font-weight: 800;
    outline: none;
    width: 107px !important;
    height: 34px !important;
    margin: auto;
}

/* CHECKBOX THINGS */
.gchoice {
    margin: 5px;
    background-color: var(--darkred);
    border-radius: 5px;
}

.gchoice label {
    color: rgb(255, 255, 255, 0.9);
    margin-left: -10px;
}

input[type=checkbox] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
    content: none;
    background-color: var(--darkred) !important;
}

input[type=checkbox]:before {
    font-family: "FontAwesome";
    content: "\2713";
    font-size: 18px;
    color: transparent !important;
    background: white;
    border: 1px solid var(--darkred);
    padding: 0 5px;
}

input[type=checkbox]:checked:before {
    color: var(--darkred) !important;
}

/* END CHECKBOX THINGS */

/* ------------------------------ 
    Privacy Policy
------------------------------ */

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

.page-template-page-privacypolicy .main-content {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 100px;
    padding: 10px;
}

.page-template-page-privacypolicy .main-content h1 {
    font-size: 4em;
    font-style: normal;
}

.page-template-page-privacypolicy .main-content p,
.page-template-page-privacypolicy .main-content a {
    font-size: 1.5em;
}

.privacy-policy-link {
    color: var(--grey);
}


/* [src*="https://insight.adsrvr.org/track/pxl/?adv=ftmi1y0&ct=0:7o7j16z&fmt=3"] {
    display: none;
} */