/*
Theme Name: Poize Child
Theme URI: https://preview.wolfthemes.store/poize/landing/
Description: Poize Child theme
Author: WolfThemes
Author URI: https://wolfthemes.com
Template: poize
Version: 1.0.7
*/

.entry-event-parallax {
    display: flex;
    flex-direction: column;
}

.event.entry-event-parallax .entry-visual, .event.entry-event-parallax .entry-inner {
    position: relative;
}

.event.entry-event-parallax .entry-visual {
    box-shadow: 15px 15px 0px 0px var(--e-global-color-secondary);
    border-radius: 10px;
}
.event.entry-event-parallax .entry-visual .img-bg.parallax, .event.entry-event-parallax .entry-visual .img-bg.parallax > div {
    border-radius: 10px;
}

.entry-summary p a.theme-button-text.internal-link {
    display: none !important;
}

.event-grid-ticket-button.theme-button-primary {
    display: none;
}

@media screen and (min-width: 1200px) {
    .entry-event-parallax {
        display: flex;
        flex-direction: row;
        padding-bottom: 4rem;
        max-height: 380px;
        justify-content: space-between;
    }

    .entry-event-parallax:nth-child(2n) {
        flex-direction: row-reverse;
    }

    .entry-event-parallax .entry-inner {
        max-width: 35%;
    }

    .entry-event-parallax:nth-child(2n+1) .entry-inner {
        margin-left: 10rem;
    }

    .entry-event-parallax:nth-child(2n) .entry-inner {
        margin-right: 10rem;
    }

    .entry-event-parallax .entry-inner .entry-inner-padding {
        padding: 2rem 0 0 0;
    }

    .entry-event-parallax h3.entry-title {
        font-size: 2rem;
    }

    .entry-event-parallax .entry-summary date {
        font-size: 1rem;
    }

    .entry-event-parallax .entry-summary p.entry-excerpt {
        line-height: 1.5;
        font-size: 0.8rem;
    }

}

.sidebar-footer .widget-content h4.wp-block-heading {
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 0;
}

.sidebar-footer .widget-content h5.wp-block-heading {
    font-size: 0.9rem;
}

.sidebar-footer .widget-content figure.wp-block-image {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 2rem;
    max-width: 100px;
}

.widget-area .wp-block-social-links {
    margin-top: 0;
}

.widget-area .wp-block-social-link {
    margin-bottom: 1rem;
}

.widget-area .wp-block-social-link-label {
    margin-left: 16px;
    line-height: 2;
    text-transform: uppercase;
}

.widget-area .wp-block-social-link-anchor svg  {
    filter: invert(1);
    display: block;
    float: left;
}

#artist-grid-container .entry-image {
    box-shadow: 10px 10px 0px 0px var(--e-global-color-secondary);
}

#hpheroright .wolf-core-button-text {
    color: #ffffff;    
}

#hpheroright:hover .wolf-core-button-text {
    color: var(--e-global-color-text);
}

#hpheroright:hover {
    background-color: var(--e-global-color-secondary) !important;
}

.menu-light:not(.custom-menu-open) .logo-container .logo-svg * {
    fill: var(--strong-color);
}

.event-buy-ticket {
    display: none;
}

@media (max-width: 1440px) {
    #header-content .cta-container  {
        display: none;
    }
}
.hamburger-link {
    max-width: 40px;
    margin-top: -7px;
}

.hamburger-link.unbutton {
    margin-top: -7px;
}

.hamburger-link .hamburger-btn__hamburger .hamburger-btn__span.hbgl--3 {
    max-width: 40px;
    border-bottom: 2px solid black;
    padding-bottom: 5px;
    border-top: 2px solid black;
    background: transparent;
}

.menu-light:not(.custom-menu-open) .hamburger-btn__hamburger .hamburger-btn__span.hbgl--3 {
    border-bottom: 2px solid var(--foreground-color);
    border-top: 2px solid var(--foreground-color);
    background: transparent;
}
