/*
 Theme Name:   LeRoux CA
 Theme URI:    https://wordpress.org/themes/twentyninteen/
 Description:  Custom theme built for LeRoux CA 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:  leroux-ca
*/




/* ========= COLOR REFERENCES ========= */
:root {
    --red: #C00020;
    --black: #19091F;
    --bg: #F4F4F4;
    /* --blue: #0a4486; */
    /* --banner: #14366E; */
}

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


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


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

h1,
.h1 {
    font-family: eds-market-main-script, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100px;
    /* line-height: 1; */
    color: #fff;
}

h2,
.h2 {
    font-family: ff-good-web-pro-wide, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 75px;
    color: #fff;
}

h3,
.h3 {
    font-family: museo-slab, serif;
    font-weight: 300;
    font-style: normal;
    color: var(--black);
    font-size: 24px;
    line-height: 40px;
}

p,
.p {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    color: var(--black);
    font-family: ff-good-web-pro-wide, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
}

a,
.anchor-theme {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    text-decoration: none !important;
    transition: none;
    letter-spacing: 0.03em;
    color: white;
    border: none;
    background: none;
    font-family: ff-good-web-pro-wide, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
}

a:focus,
.anchor-theme:focus {
    color: white;
    font-weight: 800;
}

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

a.anchor-theme-secondary {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    text-decoration: none !important;
    transition: none;
    letter-spacing: 0.03em;
    color: var(--black);
    border: none;
    background: none;
    font-family: ff-good-web-pro-wide, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
}


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

a.anchor-theme-secondary:hover {
    font-style: italic;
    color: var(--red);
}

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

nav .current-menu-item a {
    font-weight: 800;
}

.active a.anchor-theme-secondary {
    color: var(--red);
}


/* FONTS */

.goodpro-wide {
    font-family: ff-good-web-pro-wide, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.goodpro-wide-black {
    font-family: ff-good-web-pro-wide, sans-serif;
    font-weight: 800;
    font-style: normal;
}

.museo-slab-300 {
    font-family: museo-slab, serif;
    font-weight: 300;
    font-style: normal;
}

.museo-slab-700 {
    font-family: museo-slab, serif;
    font-weight: 700;
    font-style: normal;
}

.eds-market-main-script {
    font-family: eds-market-main-script, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.signature {
    font-family: eds-market-main-script, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    color: var(--red);
}

.emphasis-text {
    font-family: ff-good-web-pro-wide, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: var(--red);
    font-size: 14px;
    line-height: 22px;
}

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



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

html {
    font-size: 16px;
}

body {
    font-family: ff-good-web-pro-wide, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--black);
    font-size: 14px;
}

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

nav,
.navbar-nav {
    margin: 0 !important;
    /* width: 100%; */
}

.navbar {
    padding: 0 !important;
}

.navbar-collapse {
    justify-content: flex-end !important;
}

.header-logo {
    width: 175px;
    height: auto;
}

.ab-label {
    display: none !important;
}

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

.white {
    color: white !important;
}

.red {
    color: var(--red) !important;
}

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

.desktop {
    display: block !important;
}

.mobile {
    display: none !important;
}

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

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

.italic {
    font-style: italic;
}

.normal {
    font-style: normal;
}

section {
    position: relative;
}

img {
    width: 100%;
}

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

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

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

.gform_button,
button {
    font-family: ff-good-web-pro-wide, sans-serif;
    font-weight: 900;
    font-style: normal;
    color: white;
    border: none;
    border-radius: 4px;
    background: var(--red);
    padding: 10px 25px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.gform_button {
    white-space: normal;
}

button:hover {
    /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); */
    border: none;
    outline: none;
    font-style: italic;
}

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

.donate-btn {
    height: 40px;
    width: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    align-self: center;
    font-family: ff-good-web-pro-wide, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: white;
    border: none;
    border-radius: 4px;
    background: var(--red);
    text-transform: uppercase;
    margin-left: 18px;
}

.side-articles {
    border-left: 2px solid var(--red);
}


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




/* ------------------------------ 
    3. Start Main Content
------------------------------ */
.modal {
    background-color: rgb(255, 255, 255, 0.33);
}

.modal-content {
    border: 5px solid var(--red);
    border-radius: 0;
}

.modal-header {
    border-bottom: 0 none;
}

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

.right-nav-buttons {
    /* display: none !important; */
    flex-direction: row;
    align-items: center;
}

.text-border {
    border: 2px solid #AD2628;
    border-bottom: none;
    padding: 15px 15px 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bottom-border {
    width: 177.45px;
    height: 10px;
    border: 2px solid #AD2628;
    border-top: none;
}

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

.quote-section-img {
    height: 555px;
    object-fit: cover;
    object-position: center 25%;
}

/* #about-quote-image {
    object-fit: cover;
    object-position: left;
} */

.quote-divider {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
}

.quote-icon-line {
    width: 90%;
    background-color: var(--red);
    height: 2px;
    position: absolute;
    z-index: 100;
}

.quote-icon {
    height: 54px;
    width: auto;
    position: absolute;
    z-index: 200;
}

.card-icon {
    width: auto;
    height: 84px;
}

.card-title {
    border-bottom: 2px solid var(--red);
    padding: 10px 0;
}

/*  - 3a. Landing Page  */
.mobile-bg-img {
    background: url("/wp-content/uploads/sites/175/2022/02/1_hero_bg.jpg") no-repeat center center;
    background-size: cover;
    height: 500px;
    background-position: 80%;
}

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

.page-template-page-lp .splash {
    background: url("/wp-content/uploads/sites/175/2022/02/1_hero_bg.jpg") no-repeat center center;
    background-size: cover;
    padding-bottom: 10%;
    padding-top: 17%;
    margin-top: 0px;
}

.home-bottom-section {
    background: url("/wp-content/uploads/sites/175/2022/02/1_family.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 30%;
    padding-bottom: 6%;
}

/*  - 3b. About Page  */
.page-template-page-about .splash {
    background: url("/wp-content/uploads/sites/175/2022/02/2_hero_d.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 11%;
    padding-bottom: 6%;
}

.page-template-page-about h1,
h2 {
    line-height: 1;
}

.page-template-page-about .emphasis-text {
    padding: 0 30px 15px 30px
}

.page-template-page-about .img-row img {
    height: 460px;
    object-fit: cover;
    object-position: center 25%;
}

/*  - 3b. END of About Page  */

/*  - 3c. Volunteer Template Page  */
.page-template-page-volunteer .splash {
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 11%;
    background-image: linear-gradient(to bottom, rgba(45, 15, 56, 0.20), rgba(45, 15, 56, 0.0)), url("/wp-content/uploads/sites/175/2022/02/3_hero_d.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}

/*  - 3c. END of Volunteer Template Page  */

/*  - 4c. News Template Page  */
.page-template-page-news .splash h1 {
    color: var(--red);
}

.page-template-page-news .splash {
    /* background: url("/wp-content/uploads/sites/175/2022/03/4_hero_d.jpg") no-repeat center center; */
    background-image: linear-gradient(to bottom, rgba(45, 15, 56, 0.15), rgba(45, 15, 56, 0.0)), url("/wp-content/uploads/sites/175/2022/03/4_hero_d.jpg");
    background-size: cover;
    padding-top: 11%;
    padding-bottom: 6%;
}

.read-more-link:hover {
    color: var(--red);
}

.read-more-link:focus {
    color: var(--red);
}


/*  - 4c. END of News Template Page  */

/* 5c Single Page */
#single-splash h1 {
    color: var(--red);
}

#single-splash {
    background-image: linear-gradient(to bottom, rgba(45, 15, 56, 0.15), rgba(45, 15, 56, 0.0)), url("/wp-content/uploads/sites/175/2022/03/4_hero_d.jpg");
    background-size: cover;
    padding-top: 11%;
    padding-bottom: 6%;
}

.single-page-title {
    font-size: 40px;
    line-height: 1.3;
}

.featured-article a {
    color: black;
}

.featured-article p {
    padding: 0px !important;
    margin: 0px !important;
}


/*  - 4c. Issues Template Page  */

.page-template-page-issues .splash,
#privacy-policy-splash {
    background-image: linear-gradient(to bottom, rgba(45, 15, 56, 0.15), rgba(45, 15, 56, 0.0)), url("/wp-content/uploads/sites/175/2022/03/5_hero_d.jpg");
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 11%;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-template-page-issues h2 {
    color: var(--red);
}

.issues-intro ul {
    padding-left: 0;
    list-style-position: inside;
}

.page-template-page-issues ul li {
    color: var(--black);
    font-family: ff-good-web-pro-wide, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
}

.issues-menu {
    border-right: 2px solid var(--red);
    padding-right: 5px;
}

.issues-menu p:hover {
    color: var(--red);
    font-weight: 800;
    cursor: pointer;
}

.content-safety,
.content-school,
.content-water,
.content-housing,
.content-electricity,
.content-forests,
.content-business,
.content-life,
.content-amendment,
.content-freedom,
.content-integrity {
    display: none;
}

.show {
    display: block;
}

.page-template-page-issues .issues-menu li {
    list-style-type: none;
    color: var(--black);
    font-family: ff-good-web-pro-wide, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
}

.page-template-page-issues .issues-menu li:hover {
    list-style-type: none;
    color: var(--red);
    font-family: ff-good-web-pro-wide, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
}

.active-issue {
    color: var(--red) !important;
    font-weight: 800 !important;
}

.page-template-page-issues .content a {
    color: var(--red);
    font-family: ff-good-web-pro-wide, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    text-transform: none;
}

.page-template-page-issues .content a:hover {
    color: var(--red);
    text-transform: none;
    /* text-decoration: underline !important; */
    font-weight: 800;
}

.page-template-page-issues .content-life h3 strong {
    font-weight: bold !important;
}

.page-template-page-issues li .underline {
    text-decoration: underline;
}

/*  - 4c. END of Issues Template Page  */


footer {
    background-color: var(--red);
}

footer p {
    padding: 0;
    margin-bottom: 0;
}



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

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




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

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


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

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

input[type="checkbox"i] {
    margin: 15px 8px !important;
    accent-color: #707070;
}

.ginput_container input {
    font-weight: 400;
    color: var(--black);
    background-color: #fff;
    opacity: 0.75;
    border: none;
    border-radius: 4px;
    padding: 10px 20px !important;
    font-size: 14px !important;
    font-family: ff-good-web-pro-wide, sans-serif !important;
    text-transform: uppercase;
}

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

.ginput_container input:hover {
    border: none;
    outline-style: none;
    opacity: 0.85;
}

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

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

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

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

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

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

.page-template-page-lp input[type=submit] {
    width: fit-content !important;
}

.page-template-page-volunteer .ginput_container input {
    border: 0.5px solid var(--black);
}

.page-template-page-volunteer .gform_footer {
    width: 100% !important;
    display: flex;
    justify-content: flex-start;
    margin-top: 0px !important;
}

.page-template-page-volunteer .gform_button {
    display: flex;
    justify-content: flex-start;
    margin-top: 0px !important;
    width: 150px;
    height: 40px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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



/* end */