/*
 Theme Name:   Jimmy Blacklock
 Theme URI:    https://wordpress.org/themes/twentyninteen/
 Description:  Custom theme built for Jimmy Blacklock
 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:  blacklock-tx-micro
*/




/* ========= COLOR REFERENCES ========= */
:root {
    --grey: #F4F3F2;
    --red: #B10F1F;
    --blue: #001E6C;
    --navy: #051541;
    --placeholdertext: #7B7B7B;
    --greytext: #524E4E;
}

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


/* ======== 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;
}

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

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

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

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

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



/* 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: 50px;
    line-height: 1;
    margin-block-end: 0;
}

h2,
.h2 {
    font-size: 25px;
    line-height: 1.3;
    /* margin-block-end: 1.4em; */
}

h3,
.h3 {
    /* font-size: 50px; */
    line-height: 1.2;
}

p,
.p {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-size: 16px;
    line-height: 1.5625;
    color: var(--navy);
}

.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;
    background: none;
    border: none;
}

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


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

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

nav a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

nav a:hover {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    text-decoration: none !important;
}

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

nav .nav-donate-btn a {
    padding: 8px 15px;
    background-color: var(--red);
    color: #fff;
    font-family: "poppins", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
    border: none;
    transition: background-color 200ms;
}

nav .nav-donate-btn a:hover {
    background-color: #fff;
    color: var(--red);
    text-decoration: none;
    font-style: normal;
}

nav .nav-donate-btn a:active {
    background-color: var(--red);
    color: #fff;
    text-decoration: none;
    font-style: normal;
}

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

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



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

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

html {
    font-size: 16px;
}

body {
    font-family: "poppins", sans-serif;
    font-size: 18px;
    background-color: var(--grey);
}

header {
    background-color: var(--blue);
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 0;
    left: 0;
}

section {
    position: relative;
}

img {
    width: 100%;
}

blockquote {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

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

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

.fit-content {
    width: fit-content;
}

.border-red {
    border: 5px solid var(--red);
}

.btn-red {
    padding: 8px 25px;
    background-color: var(--red);
    color: #fff;
    font-family: "poppins", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
    border: none;
    display: inline-block;
    transition: background-color 200ms;
}

.btn-red:hover {
    background-color: var(--blue);
    color: #fff;
    text-decoration: none;
    font-style: normal;
}

ul.star-bullets li {
    list-style-image: url('/gehudim/sites/240/2024/05/star-bullet.svg');
    padding-bottom: 10px;
    padding-left: 5px;
    font-size: 21px;
    color: #051541;
}

.z-1 {
    z-index: 1;
}

.disclaimer {
    color: rgba(0, 0, 0, 0.6);
    line-height: 1;
    margin-block-end: 5px;
}

.privacy-policy-link {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
}



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

.page-template-page-home .splash {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%), url('/gehudim/sites/240/2024/05/1_hero_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 60px;
    overflow-x: hidden;
}

.page-template-page-home .splash h1 {
    color: var(--red);
}

.page-template-page-home .splash h2 {
    color: #fff;
}

.page-template-page-home .take-action-section {
    background: var(--navy);
    padding-bottom: 40px;
}

.page-template-page-home .take-action-section .btn-container {
    position: relative;
    top: 10px;
}


/*  - 4b. Meet Page  */
.page-template-page-about .splash {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%), url('/gehudim/sites/240/2024/05/2_hero_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 460px;
}

.page-template-page-about .splash h1 {
    margin-block-end: 0;
    line-height: 0.5;
    font-size: 80px;
}

.page-template-page-about .supreme-court-section {
    background: var(--navy);
}

.page-template-page-action .main-content {
    padding-top: 100px;
}

.social-icon {
    width: 25px;
}

.blue-star {
    font-size: 0.8em;
}

.star-banner {
    font-size: 34px;
}

.tx-container {
    position: absolute;
    overflow-y: hidden;
    left: 0;
    top: 0;
}

.tx-container .tx-img {
    height: 157%;
    position: relative;
    top: -20%;
    left: -20%;
}

.logo-name-only {
    max-width: 320px;
}




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


.form-container .gform_body .gform_fields .gfield .ginput_container input::placeholder {
    color: gray;
}

.form-container .gform_body .gform_fields .gfield .ginput_container input::-webkit-input-placeholder {
    color: gray;
}

.form-container .gform_body .gform_fields .gfield .ginput_container input::-moz-placeholder {
    color: gray;
}

.form-container .gform_body .gform_fields .gfield .ginput_container input {
    border: none;
    font-size: 16px;
}

.ginput_container input:focus {
    border: none;
}

.form-container .gform-theme--foundation .gform_fields {
    row-gap: 10px;
}

.form-container #gform_1 .gform_footer .gform_button {
    background-color: var(--red);
    font-family: "poppins", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    border: none;
    padding: 8px 25px;
    transition: background-color 200ms;
}

.form-container #gform_2 .gform_footer .gform_button {
    background-color: var(--red);
    font-family: "poppins", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    border: none;
    transition: background-color 200ms;
}

.form-container #gform_2 .gform_footer,
.form-container #gform_1 .gform_footer {
    justify-content: center;
}

.form-container #field_submit .gform-button:hover,
.form-container #gform_2 .gform_footer .gform_button:hover {
    background-color: var(--blue);
    color: #fff;
}

.form-container #gform_2 #input_2_8_4 {
    border: 0;
}

.form-container #field_submit .gform-button:hover:active,
.form-container #gform_2 .gform_footer .gform_button:active {
    background-color: var(--red) !important;
    color: #fff !important;
}

.form-container #gform_1_validation_container {
    margin-bottom: 15px;
}

.form-container #gform_1_validation_container .gform_submission_error,
.form-container #gform_1 .validation_message.gfield_validation_message {
    color: #fff;
}

.gform_confirmation_message {
    text-align: center;
}

/* volunteer form */
.form-container #field_2_10 {
    text-align: center;
    font-size: 21px;
    font-family: "poppins", sans-serif;
    padding-top: 10px;
}


/* Privacy Policy */

.page-template-page-privacypolicy a {
    line-break: anywhere;
}

.page-template-page-custom-privacypolicy table,
.page-template-page-custom-privacypolicy th,
.page-template-page-custom-privacypolicy td {
    border: 1px solid black;
    border-collapse: collapse;
}

.page-template-page-custom-privacypolicy td {
    text-align: center;
    vertical-align: baseline;
}