.block-loading {
    position: relative;
}
.block-loading:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
    z-index: 10;
}
.block-loading:not(.blank):after {
    content: 'Loading...';
    display: block;
    position: absolute;
    text-transform: lowercase;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
}

.custom-frontend-calendar-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: lowercase;
    line-height: 1em;
    margin-bottom: 24px;
}
.custom-frontend-calendar-nav .left {
    display: flex;
    align-items: center;
}
.custom-frontend-calendar-nav .left .calendar-toggle {
    display: flex;
    gap: 20px;
    align-items: center;
}
.custom-frontend-calendar-nav .left .product-toggle {
    display: flex;
    gap: 20px;
    align-items: center;
}
.custom-frontend-calendar-nav .right {
    flex-shrink: 0;
}
.custom-frontend-calendar-nav .navigation {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: -0.03em;
}
.custom-frontend-calendar-nav-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: -0.03em;
    text-transform: lowercase;
    line-height: 1em;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 12px 0;
}
.custom-frontend-calendar-nav .navigation a {
    padding: 2px 10px;
    text-decoration: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.custom-frontend-calendar-nav-mobile a {
    padding: 0;
    text-decoration: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.custom-frontend-calendar-nav .navigation a.prev:before,
.custom-frontend-calendar-nav-mobile a.prev:before {
    content: ' ';
    width: 14px;
    height: 14px;
    background: transparent url(../img/arrow.svg) center center/contain no-repeat;
    transform: scaleX(-1);
}
.custom-frontend-calendar-nav .navigation a.next:after,
.custom-frontend-calendar-nav-mobile a.next:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: transparent url(../img/arrow.svg) center center/contain no-repeat;
}
.custom-frontend-calendar-nav .navigation a.disabled span,
.custom-frontend-calendar-nav-mobile a.disabled span {
    opacity: 0.5;
}
.custom-frontend-calendar-nav .navigation a.disabled:before,
.custom-frontend-calendar-nav .navigation a.disabled:after,
.custom-frontend-calendar-nav-mobile a.disabled:before,
.custom-frontend-calendar-nav-mobile a.disabled:after {
    opacity: 0.25;
}
.custom-frontend-calendar-nav .navigation a:not(:last-of-type) {
    border-right: 1px solid #dddddd;
}
.custom-frontend-calendar-nav .title {
    color: #222222;
    letter-spacing: -0.03em;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1em;
    white-space: nowrap ;
}
.custom-frontend-calendar-nav .switcher {
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: -0.03em;
}
.custom-frontend-calendar-nav .switcher label {
    color: #b79587;
    margin: 0;
}
.custom-frontend-calendar-nav .switcher a {
    padding: 2px 10px;
    text-decoration: none;
    cursor: pointer;
}
.custom-frontend-calendar-nav .switcher a:last-of-type {
    padding-right: 0;
}
.custom-frontend-calendar-nav .switcher .current {
    text-decoration: underline;
    text-underline-offset: 0.3em;
}

.custom-frontend-calendar-nav .switcher a:not(:last-of-type) {
    border-right: 1px solid #dddddd;
}
.custom-frontend-calendar-table {
    border: 0px;
    min-height: 50vw;
}
.custom-frontend-calendar-table table {
    border: 0px;
    border-collapse: collapse;
    border-bottom: 1px solid #eeeeee;
}
.custom-frontend-calendar-table table tr {
    display: flex;
    justify-content: stretch;
}
.custom-frontend-calendar-table table th,
.custom-frontend-calendar-table table td {
    flex-basis: 100%;
    font-size: 14px;
    color: #222222;
    text-transform: lowercase;
    font-weight: 400 !important;
}
.custom-frontend-calendar-table table th {
    border: 0;
    padding: 0 0 5px 0;
}
.custom-frontend-calendar-table table td {
    border: 1px solid #eeeeee !important;
    border-collapse: collapse;
    display: flex;
    flex-direction: column;
    padding: 0;
}
.custom-frontend-calendar-table table tr > td:not(:last-of-type) {
    border-right-width: 0 !important;
}
.custom-frontend-calendar-table table > tbody > tr:not(:last-of-type) > td {
    border-bottom-width: 0 !important;
}
.custom-frontend-calendar-table table tr > *:nth-child(1),
.custom-frontend-calendar-table table tr > *:nth-child(2),
.custom-frontend-calendar-table table tr > *:nth-child(3) {
    flex-basis: 40%;
}
.custom-frontend-calendar-table table td .date-box {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    padding: 5px;
    gap: 5px;
}
.custom-frontend-calendar-table table td .date-box .date {
    flex-grow: 0;
    flex-shrink: 0;
}

.custom-frontend-calendar-table table td .event-list {
    min-height: 170px;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 12px;
    line-height: 1.3em;
    gap: 5px;
    flex-basis: 100%;
}
.custom-frontend-calendar-table table td .event-list .event {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 14px;
    flex-basis: 100%;
}
.custom-frontend-calendar-table table td .event-list .event.soldout {
    background-color: #eeeeee;
}

.custom-frontend-calendar-table table td .event-list .event .event-name  {
}
.custom-frontend-calendar-table table td .event-list .event .subheading  {
    font-size: 10px;
    line-height: 1.3em;
}
.custom-frontend-calendar-table table td .event-list .event .availability  {
    font-size: 10px;
    line-height: 1em;
    margin-top: 4px;
}
.custom-frontend-calendar-table table td .event-list .event .cta  {
    font-size: 10px;
    display: block;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    text-transform: lowercase;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 4px 20px 4px 20px;
    text-align: center;
    background-position: right 4px center;
    background-repeat: no-repeat;
    background-size: 11px 11px;
    margin-top: 5px;
}
.custom-frontend-calendar-table table td .event-list .event:not(.soldout):hover .cta {
    background-image: url(../img/icon-cross.svg);
}
.custom-frontend-calendar-table table td .event-list .event.soldout .cta {
    border-radius: 18px;
    padding: 4px 8px;
    align-self: center;
}

.custom-frontend-calendar-listing {
    padding-top: 12px;
}
.custom-frontend-calendar-listing .custom-event-list {
    min-height: 40vw;
}
.custom-frontend-calendar-listing:not(.mobile):before {
    content: ' ';
    display: block;
    position: absolute;
    left: 15%;
    top: 0;
    height: 1px;
    width: 70%;
    border-bottom: 1px solid #333333;
}
ul.custom-event-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
ul.custom-event-list li {
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    display: flex;
    align-items: start;
    flex-direction: row;
    gap: 24px;
    text-transform: lowercase;
    border-bottom: 1px solid #dddddd;
}
ul.custom-event-list li:first-of-type {
    padding-top: 0;
    border-top: 0;
}
.custom-frontend-calendar-products.mobile ul.custom-event-list li:first-of-type {
    padding-top: 12px;
    border-top: 1px solid #dddddd;
}
ul.custom-event-list li:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
}
ul.custom-event-list li .date-badge {
    border: 1px solid #eeeeee;
    border-radius: 0px;
    text-align: center;
    color: #222222;
    flex-basis: 72px;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0;
    background-color: #ffffff;
}
ul.custom-event-list li .date-badge .date-month {
    display: block;
    font-size: 10px;
    line-height: 1em;
    color: #222222;
    text-transform: lowercase;
    font-weight: 400;
    padding: 6px 5px;
    white-space: nowrap;
}
ul.custom-event-list li .date-badge .date-info {
    display: flex;
    padding: 8px 15px;
    flex-direction: column;
    gap: 4px;
}
ul.custom-event-list li .date-badge .date-info .date-weekday {
    line-height: 1em;
}
ul.custom-event-list li .date-badge .date-info .date-date {
    line-height: 1em;
}

ul.custom-event-list li .event-details {
    flex-basis: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}
ul.custom-event-list li .event-details .event-info {
}
ul.custom-event-list li .event-details .event-info .event-name {
    display: flex;
    align-items: end;
    column-gap: 10px;
    row-gap: 8px;
    flex-wrap: wrap;
}
ul.custom-event-list li .event-details .event-info .event-name .main-heading {
    font-size: 15px;
    line-height: 1em;
    letter-spacing: -0.03em;
}
ul.custom-event-list li .event-details .event-info .event-name .subheading {
    font-size: 12px;
    line-height: 1em;
    text-transform: lowercase;
    display: inline-block;
    padding-left: 10px;
    border-left: 1px solid #cccccc;
    color: #999999;
    flex-shrink: 0;
}
ul.custom-event-list li .event-details .event-info .event-desc {
    font-size: 12px;
    line-height: 1.3em;
    color: #999999;
    margin: 10px 0 5px;
}
ul.custom-event-list li .event-details .event-info .event-desc * {
    font-size: 12px;
    line-height: 1.5em;
}
ul.custom-event-list li .event-details .event-info .event-desc > *:first-child {
    margin-top: 0 !important;
}
ul.custom-event-list li .event-details .event-info .event-desc > *:last-child {
    margin-bottom: 0 !important;
}
ul.custom-event-list li .event-details .event-info .event-availability {
    font-size: 12px;
    line-height: 1.3em;
    color: #999999;
}
ul.custom-event-list li .event-details .event-action {
    flex-shrink: 0;   
}
ul.custom-event-list li .event-details .event-action .event-availability {
    font-size: 12px;
    line-height: 1.3em;
    color: #999999;
    display: none;
}

.custom-frontend-calendar-products {
    padding-top: 12px;
}
.custom-frontend-calendar-products.mobile {
    padding-top: 0px;
}
.custom-frontend-calendar-products:not(.mobile):before {
    content: ' ';
    display: block;
    position: absolute;
    left: 15%;
    top: 0;
    height: 1px;
    width: 70%;
    border-bottom: 1px solid #333333;
}

ul.custom-event-list li .event-details .event-action .cta:not(.soldout) {
    padding: 5px 0px 5px 10px;
    display: inline-block;
    line-height: 1em;
    text-decoration: none;
    text-underline-offset: 0.3em;
    background-image: url(../img/icon-submit-arrow-accent.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 10px;
    background-color: transparent;
    text-transform: lowercase;
    font-size: 14px;
}
ul.custom-event-list li .event-details .event-action .cta.soldout {
    padding: 0.4em 0.8em;
    display: inline-block;
    line-height: 1em;
    text-decoration: none;
    background-color: transparent;
    text-transform: lowercase;
    font-size: 13px;
    border: 1px solid #999999;
    color: #999999;
    border-radius: 18px;
}
ul.custom-event-list li .event-details .event-action .cta.soldout:hover {
    text-decoration: none;
}
body.textual-accent-color .post-content ul:not(.menu-smart):not(.nav-tabs):not(.pagination) .event-details .event-action a.cta:not(.btn-text-skin):not(.btn) {
    color: #b79587 !important;
}
body.textual-accent-color .post-content ul:not(.menu-smart):not(.nav-tabs):not(.pagination) .event-details .event-action a.cta:not(.btn-text-skin):not(.btn).soldout {
    color: #999999 !important;
}
ul.custom-event-list li .event-details .event-action .cta:hover {
    text-decoration: underline;
}

.custom-dropdown-wrapper {
    position: relative;
}
.custom-dropdown-wrapper .custom-dropdown {
    letter-spacing: -0.03em;
    font-size: 14px;
    position: relative;
    text-transform: lowercase;
}
.custom-dropdown-wrapper .custom-dropdown .selected {
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
    line-height: 1.3em;
}
.custom-dropdown-wrapper .custom-dropdown .selected::after {
    content: "＋";
    font-size: 14px;
}
.custom-dropdown-wrapper .custom-dropdown .options {
    position: absolute;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    padding: 0;
    background-color: #ffffff;
    z-index: 11;
    font-size: 14px;
    left: 0;
    top: 100%;
    transform: translateY(10px);
}
.custom-dropdown-wrapper .custom-dropdown:not(.open) .options {
    display: none;
}
.custom-dropdown-wrapper .custom-dropdown .options .option {
    display: flex;
    flex-direction: column;
    padding: 5px 9px 5px 9px;
    white-space: nowrap;
    cursor: pointer;
    gap: 2px;
    padding: 16px 18px;
}
.custom-dropdown-wrapper .custom-dropdown .options .option:not(:last-child) {
    border-bottom: 1px solid #eeeeee;
}
.custom-dropdown-wrapper .custom-dropdown .options .option .main-title {
    font-size: 14px;
    line-height: 1em;
}
.custom-dropdown-wrapper .custom-dropdown .options .option .sub-title {
    font-size: 14px;
    line-height: 1em;
}
.custom-dropdown-wrapper .custom-dropdown .options .option.sub {
    position: relative;
}
.custom-dropdown-wrapper .custom-dropdown .options .option.sub .main-title {
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;   
}
.custom-dropdown-wrapper .custom-dropdown .options .option.sub .main-title:after {
    content: "＋";
    font-size: 14px;
}
.custom-dropdown-wrapper .custom-dropdown .options .option.sub .sub-options {
    position: absolute;
    left: 100%;
    top: 0;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    padding: 0;
    background-color: #ffffff;
    z-index: 2;
    font-size: 14px;
}
.custom-dropdown-wrapper .custom-dropdown .options .option.sub:not(.open) .sub-options {
    display: none;
}
@media screen and (min-width: 681px) {
    .custom-frontend-calendar-nav-mobile {
        display: none;
    }
}
@media screen and (max-width: 680px) {
    .custom-frontend-calendar-nav .navigation {
        display: none;
    }
    .custom-frontend-calendar-nav .switcher .calendar-view {
        display: none;
    }
    ul.custom-event-list li .event-details {
        flex-direction: column;
        align-items: start;
        gap: 0;
    }
    ul.custom-event-list li .date-badge {
        flex-basis: 56px;
    }
    .custom-frontend-calendar-nav-mobile {
        font-size: 13px;
        line-height: 1em;
    }
    ul.custom-event-list li .date-badge .date-info .date-weekday {
        font-size: 13px;
        line-height: 1em;
    }
    ul.custom-event-list li .date-badge .date-info .date-date {
        font-size: 18px;
        line-height: 1em;
    }
    ul.custom-event-list li .event-details .event-info .event-availability {
        display: none;
    }
    ul.custom-event-list li .event-details .event-action {
        text-align: right;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    ul.custom-event-list li .event-details .event-action.multiple {
        justify-content: space-between;
    }
    ul.custom-event-list li .event-details .event-action .event-availability {
        display: block;
    }
}