/*
 Theme Name:   John Curtis
 Theme URI:    https://wordpress.org/themes/twentyninteen/
 Description:  Custom theme built for John Curtis
 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:  curtis-ut-micro
*/




/* ========= COLOR REFERENCES ========= */
:root {
    --red: #D70A1B;
    --orange: #F15F12;
    --yellow: #FFC100;
    --blue: #00173A;
}

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


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

/* ------------------------------ 
    Backgrounds and colors
------------------------------ */
.f-blue {
    color: var(--blue);
}

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

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

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

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

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


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

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

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

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

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


h1,
.h1 {
    font-size: 130px;
    line-height: 0.74;
}

h2,
.h2 {
    font-size: 70px;
    line-height: 0.73em;
}

h3,
.h3 {
    font-size: 29px;
}

h4,
.h4 {
    font-size: 19px;
}

.tagline {
    font-size: 21px;
    letter-spacing: 0.05em;
}

p {
    font-size: 13px;
    line-height: 24px;
}

.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,
.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 {
    /* font-family: proxima-nova, sans-serif; */
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 19px;
    transition: color 400ms;
}

nav a:hover {
    color: #fff;
    font-style: normal;
    font-weight: 700;
}

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

/* blue nav a endorsements */

.page-template-page-endorsement-thankyou nav a,
.page-template-page-endorsement-processing nav a,
.page-template-page-endorsement nav a {
    /* font-family: proxima-nova, sans-serif; */
    color: var(--blue);
    ;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 19px;
    transition: color 400ms;
}

.page-template-page-endorsement-thankyou nav a:hover,
.page-template-page-endorsement-processing nav a:hover,
.page-template-page-endorsement nav a:hover {
    color: var(--blue);
    ;
    font-style: normal;
    font-weight: 700;
}

.page-template-page-endorsement-thankyou nav .current-menu-item a,
.page-template-page-endorsement-processing nav .current-menu-item a,
.page-template-page-endorsement nav .current-menu-item a {
    font-weight: 900;
    color: var(--blue);
    ;
}

.page-template-page-endorsement-thankyou .donate-btn a:hover,
.page-template-page-endorsement-processing .donate-btn a:hover,
.page-template-page-endorsement .donate-btn a:hover {
    color: #fff;
    font-weight: 700;
}

.page-template-page-endorsement-thankyou .donate-btn a,
.page-template-page-endorsement-processing .donate-btn a,
.page-template-page-endorsement .donate-btn a {
    color: #fff;
    font-weight: 700;
}

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

/* Mobile Endorsement */

.page-template-page-endorsement .navbar-toggler,
.page-template-page-endorsement-processing .navbar-toggler,
.page-template-page-endorsement-thankyou .navbar-toggler {
    border-color: #00173A;
    padding: 0.1rem 0.6rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #00173A;
    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(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}



/* ------------------------------ 
    Global Elements
------------------------------ */
@-ms-viewport {
    width: device-width;
}

html {
    font-size: 16px;
    overflow-x: hidden;
}

body {
    font-family: "freight-sans-pro", sans-serif;
    overflow-x: hidden;
}

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

section {
    position: relative;
}

img {
    width: 100%;
}



/* ------------------------------ 
    Main Content
------------------------------ */

.splash {
    padding: 180px 0 0 0;
    position: relative;
}

/* .standard-splash {
    padding: 180px 0;
} */

.splash .orange-bar {
    border-color: var(--orange);
    border-top: 5px solid var(--orange);
    width: 150px;
}

/* .republican {
    font-size: 29px;
} */

.header-logo {
    max-width: 250px;
}

.nav .donate-btn {
    display: flex;
    align-items: center;
}

.donate-btn a {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 19px;
    background-color: var(--red);
    color: #fff;
    border-radius: 20px;
    padding: 4px 20px 10px 20px;
    line-height: 1.2;
    transition: all 200ms linear;
}

.mobile-donate-btn {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 19px;
    background-color: var(--red);
    color: #fff;
    border-radius: 20px;
    padding: 5px 20px;
    line-height: 1.2;
    transition: all 200ms linear;
}

.mobile-donate-btn:hover,
.donate-btn a:hover {
    background-color: var(--orange);
    color: #fff;
    text-decoration: none;
}

.mobile-donate-btn:active,
.donate-btn a:active {
    background-color: var(--blue);
}

/* Mobile endorsement */

.page-template-page-endorsement .mobile-donate-btn,
.page-template-page-endorsement-processing .mobile-donate-btn,
.page-template-page-endorsement-thankyou .mobile-donate-btn {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 19px;
    background-color: var(--red);
    color: #fff !important;
    border-radius: 20px;
    padding: 5px 20px;
    line-height: 1.2;
    transition: all 200ms linear;
}

.page-template-page-endorsement .mobile-donate-btn:hover,
.page-template-page-endorsement-processing .mobile-donate-btn:hover,
.page-template-page-endorsement-thankyou .mobile-donate-btn:hover {
    background-color: var(--orange);
    color: #fff;
    text-decoration: none;
}

.page-template-page-endorsement .mobile-donate-btn:active,
.page-template-page-endorsement-processing .mobile-donate-btn:active,
.page-template-page-endorsement-thankyou .mobile-donate-btn:active {
    background-color: var(--blue);
}

.stripes-bg {
    background: url("/gehudim/sites/231/2023/12/bkgd.png") no-repeat;
    background-position: top center;
    background-size: cover;
}

.stripes-only {
    height: 160px;
}

/* .stripes-bg-white {
    background: url("/gehudim/sites/231/2024/01/stripes-bg-white.png") no-repeat;
    background-position: top center;
    background-size: cover;
} */

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

.meet-curtis p:last-child {
    margin-bottom: 0;
    margin-block-end: 0;
}

.footer-logo {
    max-width: 350px;
}

.footer-donate-btn {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 19px;
    background-color: #00173A;
    border-radius: 20px;
    padding: 3px 20px 3px;
    color: #fff;
    transition: all 200ms linear;
}

.footer-donate-btn:hover {
    color: #fff;
    background-color: var(--red);
    text-decoration: none;
}

.social-icon {
    width: 35px;
}

/* 4a landing page */

.page-template-page-home .splash {
    background: linear-gradient(#b3bbbe 0%, #989794 100%);
}

/* 4a news page */
.article-post .date {
    font-size: 19px;
}

.article-post .news-link {
    color: var(--orange);
    text-transform: uppercase;
    font-weight: 700;
    transition: all 200ms linear;
}

.article-post .news-link:hover {
    color: var(--blue);
}

.pagination a {
    color: var(--orange);
    text-transform: uppercase;
    font-weight: 700;
    transition: all 200ms linear;
}

.pagination a:hover {
    color: var(--blue);
}

/* 4a events page */
.event-details {
    font-size: 19px;
}

.modal-header {
    border-bottom: none !important;
}

.modal-content {
    border-radius: 2rem !important;
}

.button-rsvp {
    background-color: var(--red);
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 19px;
    border: none;
    border-radius: 20px;
    padding: 3px 20px;
    transition: all 200ms linear;
}

.button-rsvp:hover {
    background-color: var(--blue);
    color: #fff;
    text-decoration: none;
}

/* 4a issues page */
.divider-orange {
    height: 3px;
    background-color: #F15F12;
}

.issue-icon {
    height: 78px;
    object-fit: contain;
}

.issue-toggle-btn {
    background-color: transparent;
    border: none;
    outline: none;
}

.issue-toggle-btn:focus {
    outline: none;
}

.issue-toggle-icon {
    width: 32px;
    height: 32px;
    transform: rotate(180deg);
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.issue-toggle-icon.down {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}




/* ------------------------------ 
    Form Styling
------------------------------ */

input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input,
input:-moz-placeholder {
    color: #717171;
}

.ginput_container input::placeholder {
    color: #717171;
}

.gform_confirmation_message {
    padding-bottom: 20px !important;
    text-align: center !important;
}

.gform-theme--foundation .gform_fields {
    grid-row-gap: 15px !important;
}

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

/* texting optin checkbox */
.gform_body .gfield.checkbox-text-optin {
    text-align: left !important;

}

.gform_body .gfield.checkbox-text-optin .ginput_container .gfield_checkbox input {
    border-radius: 0px;
}

.gform_body .gfield.text-optin-bullets {
    text-align: left;
    list-style-type: disc !important;
    font-size: 14px;
}

.gform_body .gfield.text-optin-bullets ul {
    list-style-type: disc !important;
}

.splash-form .gform_body .gfield .ginput_container input {
    border: none;
    text-align: center;
    border-radius: 10px;
}

.splash-form .gform-theme--foundation .gform_footer {
    margin-block-start: 0 !important;
}

.volunteer-form .gform_body .gfield .ginput_container input,
.volunteer-form .gform_body .gfield .ginput_complex select {
    border: none;
    border-radius: 10px;
}

.volunteer-form .gform_body .gfield .ginput_complex select {
    color: #717171;
}

/* .volunteer-form .gform_body .gfield .ginput_container .ginput_address_zip {
    inline-size: 100%;
} */

.volunteer-form .gform_body .gfield .ginput_container .gfield_checkbox input {
    border: none;
    border-radius: 0px;
}

.volunteer-form .gform_body .gfield--type-checkbox .gfield_label {
    font-weight: 700;
    color: #00173A;
    font-size: 29px;
}

.volunteer-form .gfield_checkbox {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    /* justify-content: space-between !important; */
}

.volunteer-form .gfield--type-checkbox:not(.checkbox-text-optin) .gfield_checkbox .gchoice {
    width: 32%;
}

.volunteer-form .checkbox-text-optin .gfield_checkbox .gchoice {
    width: 100% !important;
}

.volunteer-form .gfield_checkbox .gchoice label {
    color: #717171;
}

.volunteer-form .gform_body .gfield.text-optin-bullets ul {
    color: #717171;
}

/* rsvp-form */
.event-form .gform_body .gfield .ginput_container input {
    text-align: center;
    border-radius: 10px;
}

/* submit button */
.splash-form .gform_footer,
.volunteer-form .gform_footer,
.event-form .gform_footer {
    justify-content: center;
}


.splash-form .gform_footer #gform_submit_button_1,
.event-form .gform_footer #gform_submit_button_3 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 19px;
    background-color: #00173A;
    border-radius: 20px;
    padding: 3px 20px 5px;
    transition: all 200 linear;
}

.volunteer-form .gform_footer #gform_submit_button_2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 19px;
    background-color: #00173A;
    border-radius: 20px;
    padding: 3px 40px 5px;
    transition: all 200ms linear;
}

.splash-form .gform_footer #gform_submit_button_1:hover,
.volunteer-form .gform_footer #gform_submit_button_2:hover {
    background-color: var(--red);
    /* color: #fff; */
    /* text-decoration: none; */
}




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

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

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

.page-template-page-privacypolicy h1 {
    font-size: 40px;
}

.page-template-page-endorsement .splash,
.page-template-page-endorsement-processing .splash,
.page-template-page-endorsement-thankyou .splash {
    background-image: url("/gehudim/sites/231/2024/02/4_hero_bkg_d.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.page-template-page-endorsement .splash .row,
.page-template-page-endorsement-processing .splash .row,
.page-template-page-endorsement-thankyou .splash .row {
    padding: 0 15px;
    height: auto;
}

.endorse-hero-img {
    width: 900px;
    /* width: 100%; */
    position: absolute;
    left: -264px;
    bottom: 0px;
}

.gform_wrapper.gravity-theme .gfield_header_item,
.gform_wrapper.gravity-theme .gform_fileupload_rules,
.gform_wrapper.gravity-theme .ginput_complex label {
    font-size: 15px;
    display: none !important;
    padding-top: 5px;
}

.imagewrap {
    padding: 2em 3em;
}

.page-template-page-endorsement-processing div#imagewrap {
    max-width: 489px;
    width: 100%;
    min-height: 256px;
    margin: 0 auto;
    background-color: #00173A;
    border: 5px solid #F15F12;
    border-radius: 25px;
}

.endorse-content {
    max-width: 205px;
}

.endorse-img {
    width: 170px;
    background-color: white;
    position: relative;
    overflow: hidden;
}

.endorse-img img {
    width: 100%;

}

.endorse-content h2 {
    color: #F15F12;
    line-height: 25px;
    font-weight: normal;
    font-size: 26px;
}

.canvas-logo {
    max-width: 308px;
    width: 100%;
    margin: 0 auto;
}

.modal-xxl {
    max-width: 1015px;
}

.loading-state {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 10px solid #ddd;
    border-top-color: #F15F12;
    animation: loading 1s linear infinite;
}

@keyframes loading {
    to {
        transform: rotate(360deg);
    }
}

.social-icon-disclaimer {
    font-size: 19px;
    font-weight: 500;
    color: #00173A;
    /* text-align: center; */
    margin-top: 10px;
}

.share-image-container {
    max-width: 489px;
    width: 100%;
    margin: 0 auto;
}

.share-icons {
    width: 100%;
    display: flex;
    justify-content: center;
}

.share-icon img {
    width: 34px;
    margin: 0 10px;
}

.modal-footer {
    border-top: none;
}

div#gfield_description_4_19 {
    text-align: left;
    font-size: 13px;
    line-height: 15px;
}

.gform_wrapper.gravity-theme .gfield_label {
    display: inline-block;
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-bottom: 8px;
    line-height: 15px;
    text-align: left;
    padding: 0;
}

fieldset#field_4_9 {
    position: relative;
    /* top: -2em; */
    text-align: left;
}

div#input_4_9 {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}

textarea#input_4_8 {
    padding: 18px;
    border: none;
    border-radius: 10px;
    text-align: center;
}

.page-template-page-endorsement .splash-form input#gform_submit_button_4 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 19px;
    background-color: #00173A;
    border-radius: 20px;
    padding: 3px 20px 5px;
    transition: all 200 linear;
    color: white;
}

.page-template-page-endorsement .gform_wrapper.gravity-theme #field_submit,
.page-template-page-endorsement .gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    justify-content: center;
    align-self: flex-start;
}

.page-template-page-endorsement span.gfield_required.gfield_required_text {
    display: none !important;
}

.page-template-page-endorsement .splash-form .gchoice {
    z-index: 1;
    position: relative;
    margin: 0 0px 0px 40px;
    padding: 0;
    height: 70px;
    width: 100% !important;
}

.page-template-page-endorsement .splash-form input.gfield-choice-input {
    z-index: 2;
    appearance: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 5px;
    height: 100%;
    background: white;
    transition: .3s all ease-in-out;
    position: absolute;
    background: transparent;
}

.page-template-page-endorsement .splash-form input.gfield-choice-input:hover,
.page-template-page-endorsement .splash-form .gchoice label:hover {
    cursor: pointer;
}

.page-template-page-endorsement .splash-form input.gfield-choice-input:checked {
    background: transparent;
}

.page-template-page-endorsement .splash-form input.gfield-choice-input:checked+label {
    color: #717171;
}

.page-template-page-endorsement .splash-form .gchoice label {
    z-index: 3;
    font-weight: 700;
    color: #717171;
    display: inline-block;
    position: absolute;
    padding: 0 0 0 30px;
    /* top: 50%; */
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    overflow: visible;
}

.page-template-page-endorsement .splash-form input.gfield-choice-input+label:after {
    content: "";
    position: absolute;
    left: -10px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: 2px solid #DBDBDB;
    background-color: #FFFFFF;
    z-index: 2;
    top: 50%;
    transition: .3s all ease-in-out;
    color: white;
    font-size: 25px;
    text-align: center;
    line-height: 25px;
    font-weight: 500;
}

.page-template-page-endorsement .splash-form input[type="checkbox"].gfield-choice-input+label:after {
    border-radius: 5px;
}

.page-template-page-endorsement .splash-form input[type="radio"].gfield-choice-input+label:after {
    border-radius: 5px;
}

.page-template-page-endorsement .splash-form input.gfield-choice-input:checked+label:after {
    content: "\2713";
    border: none;
    background-color: #D70A1B;
}

.page-template-page-endorsement .splash-form .gform_wrapper.gravity-theme .gfield-choice-input+label {
    margin-bottom: 0;
    max-width: calc(100% - 72px) !important;
    vertical-align: middle;
}

.page-template-page-endorsement .splash-form .gform_body .gfield .ginput_container input {
    border: none;
    text-align: center;
    border-radius: 10px;
    /* display: none; */
}

.page-template-page-endorsement legend.gfield_label.gform-field-label {
    margin: 0 0 2em 0;
}

.page-template-page-endorsement input#choice_4_9_1,
.page-template-page-endorsement input#choice_4_9_0 {
    display: none;
}

.page-template-page-endorsement legend.gfield_label.gform-field-label {
    font-size: 13px;
    font-weight: 700;
}

.page-template-page-endorsement .splash-form {
    max-width: 445px;
    margin-left: auto;
}

.endorse-container:after {
    content: "";
    width: 80%;
    height: 2px;
    display: block;
    clear: both;
    background-color: #F15F12;
    margin: 0 auto;
}

.endorsements p {

    line-height: 1.2;
}