/* ORGANIZER PAGE STYLES */
:root {
    --eye-of-the-tiger: #007082;
    --poured-pinot: #540318;
    --rebel-rouge: #8E3535;
    --black: #000000;
    --grey: #7E8D8E;
    --light-grey: #ededed;
    --white: #ffffff;
    --changing-tide: #04323f;
    --red: red;
}

.custom-margin-vertical {
    margin-top: 7em;
}
.gifts-custom-margin-vertical {
    margin-top: 10em;
}
.custom-margin-horizontal {
    margin-right: 5em;
    margin-left: 5em;
}
.tiger-text-color {
color: var(--eye-of-the-tiger)
};

.black-text-color {
    color: var(--black)
};

.custom-margin-horizontal-column {
    padding: 0em 5em !important;
}

.organizer-bg-darkblue {
    background-color: var(--changing-tide);
    padding-top: 2em;
    padding-bottom: 2em;
}

.organizer-bg-black {
    background-color: var(--black);
    padding:5rem 2rem;
}
/* Hero Banner */
.organizer-hero-banner {
    background-color: var(--changing-tide);
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.organizer-hero-logo-container {
    max-width: 500px;
    min-width: 275px;
}
.organizer-banner-full-width {
    padding: 4em 5em;
}
.hero-banner-lead-copy {
    font-weight: 400;
    font-size: 1.5em;
}

/* ABOUT SECTION */

.explore_topic:hover {
    text-decoration: underline;
    filter: brightness(1.2);
}
.explore_topic h5 {
    font-size: .8em !important;
    text-align: center;
}

.explore_topic a {
    text-decoration: none !important;
}

/* NEWSLETTER BANNER BLUE */
.organizer-bgblue {
    background-color: var(--eye-of-the-tiger);
    color: white;
}
.subscribe-organizer-logo-white-container {
    justify-content: flex-start;
}
.subscribe-organizer-logo-white-container img{
    width: 350px;
}

/* RECENT ARTCILES */
.recent-article  {
    padding: 1em !important;
    border: 1px solid var(--eye-of-the-tiger) !important;
    display: flex !important;
    flex-direction: column;
}
.recent-article .recent-article-excerpt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.organizer-article-read-more {
    margin-top: 1em;
    text-transform: uppercase !important;
    text-decoration: none !important;
    color: var(--eye-of-the-tiger) !important;
    font-weight: bold;
    width: fit-content;
    padding: .75em 0em;
}
.organizer-subscribe-form form .wpforms-submit-container button, .organizer-see-all-articles-button {
    letter-spacing: .08em;
    text-transform: uppercase;

}
.organizer-see-all-articles-button {
    border: none;
    padding: .75em 1.5em;

}




/* HELPING SECTION */
.orginzer-gift img {
    max-width: 4em;
}
.helping-copy-container {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}


/* BLACK SUBSCRIBE BANNER */
.organizer-vertical-logo-container img {
    object-fit:fill;
    max-height: 400px;
}

/* FORM STYLING */
.organizer-subscribe-form {
    margin-bottom:0 !important;
}
.organizer-subscribe-form form .wpforms-submit-container button {
    background-color: white !important;
    border: none !important;
    text-transform: uppercase !important;
    font-weight: bold;
    color: var(--eye-of-the-tiger) !important;
    letter-spacing: .08em;
    transition: transform 0.3s ease;

}

.organizer-subscribe-form form .wpforms-submit-container button:hover {
    /* background-color: var(--white) !important; */
    color: var(--white) !important;
    /* transform: scale(1.1); */
}
.organizer-subscribe-button {
    background-color: var(--white) !important;
}
.organizer-opt-out{
    margin-top:.5em;
 letter-spacing: .08em;
}

@media screen and (max-width: 768px) {
    .subscribe-organizer-logo-white-container {
        justify-content: center;
    }
    .subscribe-blue-text-align {
        text-align: center;
    }
    .helping-copy-container {
    margin-top:3rem !important;
    margin-bottom: 3rem !important;
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
    }
}

@media screen and (max-width: 576px) {
    .custom-margin-horizontal {
        margin-left: 3em;
        margin-right: 3em;
    }
   
    .custom-margin-horizontal-column {
        padding: 0em 3em !important;
    }
    .hero-banner-lead-copy {
        font-size: 1.2em;
    }
    .subscribe-organizer-logo-white-container img{
        width: 250px;
    }

}


