.footer__mail .gform_confirmation_message {
    color: white;
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
}

.calendar-single .tribe-events-single-event-title {
    margin-bottom: 50px;
    color: #fff;
}

.calendar-single #tribe-events-pg-template {
    padding: 0 !important;
}

.calendar-single .tribe-events-back,
.calendar-single .tribe-events.tribe-common,
.calendar-single .tribe-events-event-meta,
.calendar-single #tribe-events-footer,
.tribe-events-event-image,
.tribe-events-notices {
    display: none !important;
}

.calendar-article__tags {
    min-width: 120px;
}

.calendar-article__tags {
    background: transparent;
    min-width: 120px;
    display: flex;
    flex-direction: column;
    text-align: center
}

.calendar-article__tags a {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: #9d0019;
    cursor: pointer;
    padding: 5px 10px;
}

.calendar-article__tags a:hover {
    background: rgba(157, 0, 25, .7);
}

.gw-gigstream-list-item {
    flex-wrap: wrap;
}

.group-parties-gallery__gallery {
    display: flex;
    margin-bottom: 0;
}

.group-parties-gallery__gallery li img {
    height: 100%;
    max-height: 550px;
    object-fit: cover;
    width: 100%;
}

.group-parties-gallery__gallery li {
    width: 100%;
}

.accordion__container {
    padding-top: 50px;
}

.accordion__item {
    padding-bottom: 30px;
    max-width: 82.5%;
    margin: 0 auto;
}

.accordion__item .label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    background-color: #76777a;
    padding: 15px;
    color: #fff;
}

.accordion__item .label h4 {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    cursor: pointer;
}

.accordion__item .label svg {
    fill: #fff;
    transform: translateY(0) rotate(-90deg);
    transform-origin: center;
    transition: all .3 ease;
    cursor: pointer;
}

.accordion__item .content {
    padding-top: 20px;
}

.accordion__item.active .label svg {
    transform-origin: center;
    transform: translateY(-5px) rotate(90deg);
    transition: all .3 ease;
}

/* live site */
/* .pum-overlay {
    background-image: url("../../assets/src/img/tin-roof-popup.jpg") !important;
} */

.pum-overlay .pum-container {
    background-color: white !important;
    padding: 30px !important;
    border-radius: 15px !important;
    opacity: .93 !important;
}
.pum-overlay .pum-container * {
    text-align: center !important;
}

.pum-close {
    font-size: 35px !important;
}

.pum-overlay input[type="submit"] {
    color: #fff !important;
    line-height: normal !important;
    display: inline-block !important;
    font: 400 14px "Oswald", sans-serif !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    background: #4ca0e2 !important;
    padding: 7px 24px !important;
    border: none !important;
    cursor: pointer !important;
    max-height: unset !important;
}

.pum-overlay input[type="email"] {
    border: 1px solid #666 !important;
    height: 35px !important;
}

.pum-overlay .gravity-newsletter {
    flex-direction: column !important;
    row-gap: 8px !important;
    min-width: 100%;
    max-width: 100%;
}

.pum-overlay .gravity-newsletter .gform_body {
    min-width: 100% !important;
    max-width: 100% !important;
}

/* staging site */
/* #pum-971{
    background-image: url("../../assets/src/img/tin-roof-popup.jpg");
}

#pum-971 .pum-container {
    background-color: white !important;
    padding: 30px !important;
    border-radius: 15px !important;
    opacity: .93 !important;
}

#pum-971 input[type="submit"] {
    color: #fff;
    line-height: normal;
    display: inline-block;
    font: 400 14px "Oswald", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    background: #4ca0e2;
    padding: 7px 24px;
    border: none;
    cursor: pointer;
} */

@media(min-width: 500px) {
    a.home-calendar__full-link {
        font-size: 18px;
    }
}

@media(min-width: 550px) {
    .gw-gigstream-list-item {
        flex-wrap: nowrap;
    }
}

@media(max-width: 700px) {
    .calendar-single .tribe-events-single-event-title {
        margin-bottom: 20px;
        color: #333;
    }

    .group-parties-gallery__gallery {
        flex-direction: column;
    }

    .accordion__item {
        padding-bottom: 30px;
        max-width: 100%;
        margin: 0 auto;
    }
}


.header__btn-social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}


@media (max-width: 1020px) {
    .header__btn-social {
        position: absolute;
        right: 20px;
        top: 20px;
    }
}

.reservations {
    background-color: #fff;
    padding: 45px 0;
}

.reservations__content {
    text-align: center;
    padding-bottom: 30px;
}

.reservations__embed {
    padding-bottom: 175px;
}

.main-menu li.menu-item-has-children .sub-menu {
    column-count: 1;
    width: auto;
    left: 0;
}

.main-menu li.menu-item-has-children:hover {
    background-color: transparent;
}