/*
Theme Name: VermontWorksforWomen
Author: Anonymous
Author URI:
Version: 1
Description: VermontWorksforWomen theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vermontworksforw
Tags: one-column, two-columns
Theme URI:
*/

.admin-bar header{
    top: 46px;
}

.about-page .about-us .h6 {
    font-weight: bold;
    letter-spacing: normal!important;
}

.site-about .logo img {
    max-width: 204px;
}
@media screen and (min-width:782px) {
    .admin-bar header {
        top: 32px;
    }
}
@media (max-width: 1199px) {
    .nav:not(.with-banner) {
        transform: translate(100%, 45px)!important;;
    }
    .nav.nav-active {
        transform: translate(0, 45px)!important;
    }
    .nav.nav-active.with-banner {
        transform: translate(0,0) !important;
    }
}

.events .title-holder .wrap strong {
    text-align: left;
    display: block;
}

.banner.banner--partners h2 {
    margin-bottom: 27px;
    font-size: 35px;
}

@media screen and (min-width: 768px) {
    .banner.banner--partners h2 {
        font-size: 50px;
    }
}

.cta h2, .banner.banner--partners h2 {
    text-shadow: 0 8px 33px rgb(0 0 0 / 57%);
}

.banner.banner--partners .container,
.banner.banner--partners .wrap {
    flex-wrap: wrap;
    flex-direction: column;
}

.banner.banner--partners .container {
    text-align: center;
}

.banner.banner--partners .wrap {
    text-align: left;
}

.banner.banner--partners .text-wrapper {
    color: white;
    text-shadow: 0 8px 33px rgb(0 0 0 / 57%);
    margin-bottom: 27px;
}

@media screen and (min-width: 768px) {
    .home .gear-zone-section .gear-items .flip-item:nth-child(4) {
        right: 3.7%;
        bottom: 2%;
    }
}

@media screen and (min-width: 768px) {
    .home .gear-zone-section .gear-items .flip-item:nth-child(3) {
        right: 21.5%;
    }
}

section.contact-us .content p {
    line-height: 1.58;
    color: #1e4a71;
}

@media screen and (min-width: 768px) {
    section.contact-us .content p {
        font-size: 17px;
    }
}

.programs .programs-slider .event-card .h4 {
    --max-line: 4;
}

section.headlines {
    padding: 10px 0;
}

section.headlines h1 {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    section.headlines {
        padding: 20px 0 10px;
    }

    section.headlines h1 {
        margin-bottom: 16px;
    }

    section.content-section {
        padding: 20px 0 20px;
    }
}

.main section.headlines .wrap-headings {
    margin-bottom: 0;
}

@media screen and (min-width: 1366px) {
    section.resources {
        padding-bottom: 10px;
    }
}

.about-us .about-image-large {
    display: none;
}

@media screen and (min-width: 768px) {
    .about-us .about-image-small {
        display: none;
    }

    .about-us .about-image-large {
        display: block;
    }
}

@media screen and (min-width: 1024px) {
    .wrapper h1,
    .wrapper .h1 {
        font-size: 75px;
    }

    .wrapper h2, .wrapper .h2 {
        font-size: 60px;
    }

    .wrapper h3, .wrapper .h3 {
        font-size: 47px;
    }

    .wrapper h4, .wrapper .h4 {
        font-size: 25px;
    }

    .wrapper h5, .wrapper .h5 {
        font-size: 20px;
    }
}

.header .cookies-alert.bg-primary {
    color: white;
}

footer #menu-item-85 a:hover,
footer #menu-item-88 a:hover {
    color: #39aec0;
}

@media screen and (min-width: 768px) {
    .main .gallery-section .row .content {
        padding-top: 0;
    }

    .main .gallery-section .row .content h4 {
        margin-top: 0;
    }
}

.post .title .meta-info,
.event .title .meta-info {
    display: none;
}

iframe {
    width: 100%;
}

.mepr-signup-form {
    position: relative;
    z-index: 999;
}

.mepr-signup-form .nice-select {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.mepr-signup-form input[type="submit"] {
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    padding: 20px 32px 19px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease;
    background: #de5428;
    margin-bottom: 20px;
}

.mepr-signup-form input[type="submit"]:hover {
    color: #1e4a71;
}