.page-template-gala {

}

.page-template-gala-container {
    max-width: 1340px !important;
    width: 100%;
    margin: 0 auto;
    padding-left: 50px !important;
    padding-right: 50px !important;
    box-sizing: border-box;
}

.page-template-gala__hero {
    position: relative;
    height: clamp(350px, 58.59375vw, 750px);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 75px;
    overflow: hidden;
    background-color: #1D1E28;
}
.page-template-gala__hero-Image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.page-template-gala__hero-Image img,
.page-template-gala__hero-Image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-template-gala__hero-Video {
    display: block;
}
.page-template-gala__hero-Image::before {
    position: absolute;
    display: block;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(29, 30, 40, 0.00) 0%, #1D1E28 100%);
    z-index: 1;
}
.page-template-gala__hero-Content {
    position: relative;
    z-index: 2;
    width: 100%;
}
.page-template-gala__hero-Title {
    text-align: center;
    margin-bottom: clamp(15px, 9.2857px + 0.7440vw, 20px);
}
.page-template-gala__hero-Title h1 {
    font-family: BodoniBT-BookItalic, Georgia, serif;
    color: #F2EBC7;
    font-size: clamp(46px, 6.2857px + 6.9940vw, 107px);
    font-weight: 400;
    line-height: normal;
}
.page-template-gala__hero-Date {
    font-size: clamp(16px, 11.1429px + 0.8929vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: clamp(2px, 0.1714px + 0.2381vw, 3.6px);
    text-transform: uppercase;
    color: #F2EBC7;
    text-align: center;
}

.page-template-gala__hero-Sound {
    position: absolute;
    z-index: 3;
    right: 50px;
    top: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    border: 1px solid rgba(242, 235, 199, 0.45);
    background-color: rgba(29, 30, 40, 0.30);
    color: #F2EBC7;
    cursor: pointer;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.page-template-gala__hero-Sound:hover {
    background-color: rgba(242, 235, 199, 0.12);
    border-color: #F2EBC7;
    transform: scale(1.05);
}
.page-template-gala__hero-Sound:focus-visible {
    outline: 2px solid #F2EBC7;
    outline-offset: 3px;
}
.page-template-gala__hero-Sound-icon {
    display: inline-flex;
}
.page-template-gala__hero-Sound svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: currentColor;
}
.page-template-gala__hero-Sound.is-muted .page-template-gala__hero-Sound-unmuted,
.page-template-gala__hero-Sound:not(.is-muted) .page-template-gala__hero-Sound-muted {
    display: none;
}

.page-template-gala__body {
    background-color: #1D1E28;
    width: 100%;
}

.gala-accomodations {
    background-position: 0% 180% !important;
}

.gala-sponsors-box {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.55);
}

.gala-accordion .wp-block-accordion-item .wp-block-accordion-heading {
    border-bottom: 1px solid #F2EBC7;
}

.gala-accordion .wp-block-accordion-item .wp-block-accordion-heading .wp-block-accordion-heading__toggle {
    padding-top: 25px;
    padding-bottom: 25px;
}

.gala-accordion .wp-block-accordion-item .wp-block-accordion-heading .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
    text-decoration: none;
}

.gala-accordion .wp-block-accordion-item .wp-block-accordion-heading .wp-block-accordion-heading__toggle .wp-block-accordion-heading__toggle-icon {
    font-size: 0;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 15.4L6 9.4L7.4 8L12 12.6L16.6 8L18 9.4L12 15.4Z' fill='%23F2EBC7'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.gala-accordion .wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
    transform: rotate(180deg);
}


.gala-accordion .wp-block-accordion-item .wp-block-accordion-panel {
    padding-left: clamp(0px, -342.8571px + 44.6429vw, 300px);
    margin-top: 0;
    padding-top: 30px;
}

.text-underline-offset {
    text-underline-offset: 0.5em;
}

.gala-sponsorships ul {
    list-style: disc;
    list-style-position: outside;
    padding-left: 30px;
}

.gala-sponsorships ul li {
    display: list-item;
}

.gala-sponsorships ul li + li {
    margin-top: 10px;
}

.gala-sponsorships ul li::marker {
    color: #000;
}

.gala-purchase-tickets {
    position: relative;
    z-index: 10;
}

.gala-purchase-tickets .gala-form-box {
    margin-bottom: -215px;
}

.gala-purchase-tickets .gala-form-box dbox-widget {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    overflow: hidden;
}

.gala-sponsorships-columns > div.wp-block-group:nth-child(1) {
    width: calc(100% - 410px);
}
.gala-sponsorships-columns > div.wp-block-group:nth-child(2) {
    width: 410px;
}

@media screen and (max-width: 1024px) {
    .gala-accomodations-textbox {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 900px) {
    .gala-sponsorships-columns {
        flex-wrap: wrap !important;
    }
    .gala-sponsorships-columns > div.wp-block-group:nth-child(1) {
        width: 100%;
    }
    .gala-sponsorships-columns > div.wp-block-group:nth-child(2) {
        width: 100%;
        padding-top: 20px !important;
    }
}

@media screen and (max-width: 781px) {
    .page-template-gala-container {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .page-template-gala__hero-Sound {
        right: 25px;
        top: 25px;
        width: 46px;
        height: 46px;
    }
    .page-template-gala__hero-Sound svg {
        width: 20px;
        height: 20px;
    }
    .gala-honorees-participants > div.wp-block-group {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .gala-honoring-columns > div.wp-block-column:nth-child(1) {
        width: 100%;
        padding-right: 0 !important;
        border-right: none !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .gala-honoring-columns > div.wp-block-column:nth-child(2) {
        padding-left: 0 !important;
        padding-bottom: 0 !important;
    }
    .gala-accomodations-mediaText {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .gala-form-box {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }
    .gala-accomodations-mediaText .wp-block-media-text__media {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    .gala-accomodations-mediaText .wp-block-media-text__content {
        width: 100% !important;
        text-align: center;
    }
    .gala-sponsors {
        padding-top: 90px !important;
        padding-bottom: 60px !important;
    }
    .gala-sponsorships {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
        text-align: center;
    }
    .gala-sponsorships-group {
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .gala-sponsorships-group p {
        display: block;
        width: 100%;
        text-align: center;
    }
    .gala-sponsorships-formBox {
        display: flex;
        justify-content: center;
    }
}