<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* C U S T O M S T Y L E S E V E N T S */

body {
    --tec-color-text-primary: var(--second);
    --tec-color-text-primary-light: var(--link);
    --tec-color-text-secondary: var(--emph);
    --tec-color-text-disabled: var(--muted);
    --tec-color-recurring-icon-month: var(--blue);
    --tec-color-recurring-icon-list: var(--blue);
    --tec-color-recurring-icon-day: var(--blue);
    --tec-color-recurring-icon-week: var(--blue);
    --tec-color-recurring-icon-week-multiday: var(--blue);
    --tec-color-recurring-icon-photo: var(--blue);
    --tec-color-recurring-icon-map: var(--blue);
    --tec-color-icon-focus: var(--link);
    --tec-color-icon-error:  var(--danger);
    --tec-color-event-icon: var(--blue);
    --tec-color-event-icon-hover: var(--blue);
    --tec-color-text-events-title: var(--emph);
    --tec-color-text-event-title: var(--emph);
    --tec-color-accent-primary: var(--second);
    --tec-color-accent-primary-hover: var(--link);
    --tec-color-accent-primary-active: var(--emph);
    --tec-color-accent-primary-background: var(--alpha100);
    --tec-color-accent-secondary: var(--second);
    --tec-color-accent-secondary-hover: var(--link);
    --tec-color-accent-secondary-active: var(--link);
    --tec-color-accent-secondary-background: var(--alpha100);
    --tec-color-background-secondary: var(--gray50);
    --tec-color-link-primary: var(--link);
    --tec-color-link-accent: var(--blue);
    --tec-color-link-accent-hover: var(--blue);
    --tec-color-border-default: var(--gray200);
    --tec-color-border-secondary: var(--gray300);
    --tec-color-border-tertiary: var(--muted);
    --tec-color-border-hover: var(--gray300);
    --tec-color-border-active: var(--gray300);
    --tec-color-text-secondary-event-date: var(--emph);
    --tec-color-border-active-month-grid-hover: var(--divider);
    --tec-color-border-secondary-month-grid: var(--divider-gray);
    --tec-font-family-sans-serif: var(--font-default);
    --tec-color-day-marker-past-month: var(--gray600);
    --tec-color-day-marker-past-month-hover: var(--link);
    --tec-color-day-marker-month: var(--link);
    --tec-color-text-day-of-week-month: var(--gray);
}


.ndk-event .tribe-events .tribe-common,
.ndk-event .tribe-events .tribe-common * {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}

.ndk-event .tribe-events .events-container {
    padding: 0;
    min-height: 80vh;
}

.ndk-event .tribe-events header div[role="alert"] {
    background: var(--blue50);
    border: 1.5px solid var(--blue200);
    border-radius: 5px;
    color: var(--emph);
    font-weight: 500;
}
.ndk-event .tribe-events header div[role="alert"] svg {
    color: var(--second);
}
.ndk-event .tribe-events header div[role="alert"] a {
    color: var(--link);
    text-transform: capitalize;
}
.ndk-event .tribe-events header.tribe-events-header&gt;div:not(:first-child) {
    margin-bottom: 40px;
}
.ndk-event .tribe-events header.tribe-events-header&gt;div &gt; a,
.ndk-event .tribe-events header.tribe-events-header&gt;div &gt; button {
    padding: 5px 20px;
    color: var(--link);
    font-weight: 700;
    font-size: 14px;
    border: 1.5px solid var(--gray200);
    border-radius: 8px;
    font-family: var(--font-display) !important;
    background: var(--alpha100);
    height: 40px;
    line-height: 27px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.ndk-event .tribe-events header.tribe-events-header&gt;div&gt;a:hover,
.ndk-event .tribe-events header.tribe-events-header&gt;div&gt;button:hover,
.ndk-event .tribe-events header.tribe-events-header&gt;div&gt;a:focus,
.ndk-event .tribe-events header.tribe-events-header&gt;div&gt;button:focus {
    border-color: var(--divider);
    color: var(--blue);
    outline: 0.5px solid var(--divider);
    outline-offset: 0;
}
.ndk-event .tribe-events header &gt; div button {
    display: flex;
}
.ndk-event .tribe-events header &gt; div button[type=submit] {
    background: var(--linear-second);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: normal;
    font-family: var(--font-display) !important;
    border-radius: 8px;
    text-shadow: none;
    height: 45px;
    line-height: 35px;
    padding: 5px 20px;
    transition: all .2s ease-in-out;
}
.ndk-event .tribe-events header &gt; div button[type=submit]:hover,
.ndk-event .tribe-events header&gt;div button[type=submit]:focus {
    background: var(--second);
}
.ndk-event .tribe-events header &gt; div nav button {
    border: none;
    padding: 5px;
}
.ndk-event .tribe-events header &gt; div nav button {
    border: none;
    padding: 5px;
}
.ndk-event .tribe-events header .tribe-events-c-view-selector ul li.tribe-events-c-view-selector__list-item {
    padding: 0 5px;
}
.ndk-event .tribe-events header .tribe-events-c-view-selector ul li a&gt;span {
    color: var(--link);
    font-family: var(--font-default);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
}
.ndk-event .tribe-events header .tribe-events-c-view-selector ul li a:hover&gt;span {
    color: var(--second);
}
.ndk-event .tribe-events header .tribe-events-c-view-selector ul li.tribe-events-c-view-selector__list-item--active a.tribe-events-c-view-selector__list-item-link {
    color: var(--link);
    font-weight: 800;
    background: var(--blue200);
    border-color: var(--blue200);
}
.ndk-event .tribe-events header .tribe-events-c-view-selector ul li.tribe-events-c-view-selector__list-item--active a.tribe-events-c-view-selector__list-item-link&gt; span {
    color: var(--second);
    font-weight: 800;
}
.ndk-event .tribe-events header .tribe-events-c-view-selector ul li.tribe-events-c-view-selector__list-item--active a.tribe-events-c-view-selector__list-item-link:after {
    display: none;
}


/* SEARCH */

.ndk-event .tribe-events header.tribe-events-header&gt;div.tribe-events-c-events-bar {
    border: none;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding: 30px 0 20px;
    position: relative;
    margin-bottom: 0;
}

.ndk-event .tribe-common-c-svgicon--search {
    width: 20px;
    height: 20px;
}

.ndk-event .tribe-events-c-events-bar .tribe-events-c-search__input-control {
    margin: 0;
}
.ndk-event .tribe-events-c-events-bar .tribe-events-c-search__input {
    font-family: var(--font-default);
    background: var(--gray25);
    color: var(--gray600);
    font-size: 15px;
    font-weight: 500;
    padding: 10px 15px 10px 50px;
    line-height: 1;
    margin: 0;
    border: 1px solid var(--gray100);
    border-radius: 8px 0 0 8px;
    height: 45px;
}
.ndk-event .tribe-events-c-events-bar .tribe-events-c-search__input:focus {
    outline: 0;
    background: var(--alpha100);
    color: var(--second);
    border-color: var(--blue);
}
.ndk-event .tribe-events-c-events-bar .tribe-common-c-btn.tribe-events-c-search__button {
    border-radius: 0 8px 8px 0;
}

@media (max-width: 840px) {
    .tribe-events .tribe-events-c-events-bar__search-button {
        display: none !important;
    }
}

.ndk-event .tribe-events .event-list &gt; h2 {
    margin: 30px 0;
    letter-spacing: -0.15px;
}
.ndk-event .tribe-events .event-list &gt; h2:first-child {
    margin-top: 0;
}

.ndk-event .tribe-events .tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small,
.ndk-event .tribe-events .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small {
    padding: 0 15px;
    color: var(--link);
    font-weight: 600;
    font-size: 16px;
    border: 1px solid var(--divider-gray);
    border-radius: 8px;
    font-family: var(--font-display);
    height: 40px;
    line-height: 36px;
}
.ndk-event .tribe-events .tribe-common .tribe-common-c-btn-border-small:active,
.ndk-event .tribe-events .tribe-common .tribe-common-c-btn-border-small:focus,
.ndk-event .tribe-events .tribe-common .tribe-common-c-btn-border-small:hover,
.ndk-event .tribe-events .tribe-common a.tribe-common-c-btn-border-small:active,
.ndk-event .tribe-events .tribe-common a.tribe-common-c-btn-border-small:focus,
.ndk-event .tribe-events .tribe-common a.tribe-common-c-btn-border-small:hover {
    color: var(--blue);
    border-color: var(--link);
}

.ndk-event .tribe-events .tribe-events-c-view-selector__list-item:focus,
.ndk-event .tribe-events .tribe-events-c-view-selector__list-item:focus-within,
.ndk-event .tribe-events .tribe-events-c-view-selector__list-item:hover {
    background: transparent;
}

.ndk-event .tribe-events .tribe-common a,
.ndk-event .tribe-events .tribe-common a:active,
.ndk-event .tribe-events .tribe-common a:focus,
.ndk-event .tribe-events .tribe-common a:hover,
.ndk-event .tribe-events .tribe-common a:visited {
    color: var(--link);
    line-height: 1;
}

.ndk-event .tribe-events .tribe-events-c-view-selector__button-icon {
    width: 25px;
    height: 25px;
}

.ndk-event .tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
    margin: 0;
    background: transparent;
    padding: 0 0 0 15px;
}

@media (max-width: 840px) {
    .ndk-event .tribe-events .tribe-events-c-view-selector {
        width: 40px;
    }
    .ndk-event .tribe-events .tribe-events-c-view-selector .tribe-events-c-view-selector__button {
        width: 40px;
        height: 40px;
        padding: 5px;
        border: 1.5px solid var(--blue200);
        border-radius: 8px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ndk-event .tribe-events .tribe-events-c-view-selector .tribe-events-c-view-selector__button:focus {
        border-color: var(--link);
        outline: 0.5px solid var(--link);

    }
    .ndk-event .tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
        background: var(--alpha100);
        padding: 15px;
        border-radius: 8px;
        border-color: var(--gray100);
        box-shadow: var(--shadow-card);
    }
}

.ndk-event .tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content ul {
    display: flex;
    align-items: center;
}

.ndk-event .tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content ul li.tribe-events-c-view-selector__list-item {
    padding: 0;
}

.ndk-event .tribe-events .tribe-events-c-view-selector__content li a.tribe-events-c-view-selector__list-item-link {
    color: var(--link);
    padding: 5px 20px;
    background: var(--alpha100);
    border-radius: 8px;
    margin: 5px;
    border: 1.5px solid var(--gray200);
    line-height: 1;
    height: 45px;
}

.ndk-event .tribe-events .tribe-events-c-view-selector__content li a.tribe-events-c-view-selector__list-item-link:hover {
    border-color: var(--divider);
    color: var(--blue);
}
.ndk-event .tribe-events .tribe-events-c-view-selector__content li a.tribe-events-c-view-selector__list-item-link:hover span {
    color: var(--blue);
}

.ndk-event .tribe-events .tribe-events-c-view-selector__content li svg {
    color: var(--gray);
}

.ndk-event .tribe-events .tribe-common .tribe-common-c-svgicon {
    stroke: var(--blue);
}
.ndk-event .tribe-events .tribe-common .tribe-common-c-svgicon__svg-stroke {
    stroke: var(--blue)
}
.ndk-event .tribe-events .tribe-common .tribe-common-c-svgicon__svg-fill {
    fill: transparent;
}

.ndk-event .tribe-events .tribe-events-c-view-selector__list-item-icon {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}

.ndk-event .tribe-events .tribe-events-c-view-selector__button:before {
    display: none;
}

.ndk-event .tribe-events .tribe-events-c-view-selector__list-item-text {
    font-family: var(--font-default);
    text-transform: uppercase;
    letter-spacing: normal;
}

.ndk-event .tribe-events-pro hr {
    background: var(--divider-gray);
}

.ndk-event .tribe-common .tribe-common-c-svgicon, .ndk-event .tribe-common .tribe-common-c-svgicon__svg-fill {
    color: var(--blue);
    fill: var(--link);
}

/* TIME */

.ndk-event .tribe-common time {
    font-family: var(--font-display);
    font-weight: 600;
    letter-spacing: 0;
    padding: 0;
}
.ndk-event .tribe-common time&gt;* {
    font-family: var(--font-mono);
    font-weight: 700;
    letter-spacing: 5px;
    padding: 0;
    font-size: 14px;
}

.ndk-event .tribe-common time span:first-child,
.ndk-event .tribe-common time span:last-child {
    font-family: var(--font-mono);
    font-weight: 700;
    color: var(--link);
    letter-spacing: 5px;
    font-size: 14px;
}

.ndk-event .tribe-common time span.tribe-common-h5 {
    font-family: var(--font-display);
    color: var(--link);
    font-size: 40px !important;
    line-height: 48px !important;
    letter-spacing: 1px;
    font-weight: 800;
}

.ndk-event .tribe-common time::after {
    display: none;
}

/* LIST */

.tribe-events-calendar-latest-past&gt;h2 {
    font-size: 28px !important;
}
.tribe-events-calendar-latest-past &gt; div {
    gap: 20px;
    margin: 50px auto !important;
}
.tribe-events-calendar-latest-past &gt; div&gt;div:first-child {
    flex: none;
    width: auto;
}
.tribe-events-calendar-latest-past &gt; div&gt;div:first-child time {

}
.tribe-events-calendar-latest-past &gt; div&gt;div:first-child time &gt; span:nth-child(odd) {
    letter-spacing: 2px;
    color: var(--second);
}
.tribe-events-calendar-latest-past &gt; div&gt;div:first-child time &gt; span:nth-child(1) {
    letter-spacing: 4px;
}
.tribe-events-calendar-latest-past &gt; div&gt;div:first-child time &gt; span:nth-child(even) {
    font-size: 36px !important;
}
.tribe-events-calendar-latest-past&gt;div&gt;div:last-child time,
.tribe-events-calendar-latest-past&gt;div&gt;div:last-child time &gt; span {
    letter-spacing: 2px !important;
}
.tribe-events-calendar-latest-past&gt;div&gt;div:last-child address&gt;span {
    font-size: 16px;
}
.tribe-events-calendar-latest-past&gt;div&gt;div:last-child h3 {
    font-size: 18px;
    margin: 5px 0;
}
.tribe-events-calendar-latest-past&gt;div&gt;div:last-child h3 a {
    font-size: 20px;
    line-height: 1.2;
    display: block;
}
.tribe-events-calendar-latest-past&gt;div&gt;div:last-child h3 a:hover {
    border-bottom: 0;
    color: var(--link);
}
.tribe-events-calendar-latest-past&gt;div&gt;div:last-child span.tribe-events-c-small-cta__price {
    font-size: 16px;
    font-weight: 800;
    color: var(--blue);
}

@media (max-width: 640px) {
    .tribe-events-calendar-latest-past&gt;div {
        margin: 40px auto !important;
    }
    .tribe-events-calendar-latest-past&gt;div&gt;div:last-child h3 a {
        font-size: 18px;
    }
}
@media (max-width: 480px) {
    .tribe-events-calendar-latest-past&gt;h2 {
        font-size: 24px !important;
    }
    .tribe-events-calendar-latest-past&gt;div&gt;div:last-child h3 {
        font-size: 16px;
    }
    .tribe-events-calendar-latest-past&gt;div&gt;div:last-child address&gt;span {
        font-size: 14px;
    }
    .ndk-event .tribe-common time span:first-child, .ndk-event .tribe-common time span:last-child {
        font-size: 12px;
    }
}
@media (max-width: 390px) {
    .tribe-events-calendar-latest-past&gt;div {
        gap: 10px;
    }
    .tribe-events-calendar-latest-past&gt;h2 {
        font-size: 22px !important;
    }
    .tribe-events-calendar-latest-past&gt;div&gt;div:last-child h3 a {
        font-size: 16px;
    }
}

/* CALENDAR */

.ndk-event .tribe-common .tribe-events-calendar-month__day:after {
    left: -1px;
    right: -1px;
    width: auto;
    border-radius: 3px;
    height: 2px;
    mix-blend-mode: multiply;
}
.ndk-event .tribe-common .tribe-events-calendar-month__day:hover {
    background: var(--gray25);
}
.ndk-event .tribe-common .tribe-events-calendar-month__day:hover::after {
    background: var(--blue300);
}

.ndk-event .tribe-common .tribe-common-h4, .tribe-common .tribe-common-h5, .tribe-common-h3 {
    font-family: var(--font-display);
    color: var(--link);
    letter-spacing: -0.15px;
}

.ndk-event .tribe-common .tribe-common-h7,
.ndk-event .tribe-common .tribe-common-h8 {
    font-family: var(--font-default);
    color: var(--black);
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.25;
    margin-top: 5px;
    flex: auto;
}

.ndk-event .tribe-common .tribe-common-h7 {
    font-size: 20px;
}

.ndk-event .tribe-events .tribe-events-c-messages__message {
    background: var(--alpha100);
    font-weight: 600;
    font-size: 14px;
    color: var(--pink);
}
.ndk-event .tribe-events .tribe-events-c-messages__message svg {
    fill: var(--pink);
}

.ndk-event .tribe-events .tribe-events-calendar-month__calendar-event-title-link,
.ndk-event .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link {
    color: var(--second);
}

.ndk-event .tribe-events .tribe-events-calendar-month__day-date-daynum {
    font-family: var(--font-display);
    color: var(--gray300);
    font-weight: 700;
}
.ndk-event .tribe-events .tribe-events-calendar-month__day-date-link {
    color: var(--link);
}

.ndk-event .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date {
    opacity: 1;
}

.ndk-event .tribe-common .tribe-common-c-btn-border,
.ndk-event .tribe-common a.tribe-common-c-btn-border {
    color: var(--link);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    border-color: var(--gray200);
    border-width: 1px;
    border-radius: 8px;
    box-shadow: none;
    font-family: var(--font-display);
    width: 100%;
    display: block;
    height: 50px;
    line-height: 47px;
    padding: 0 30px;
    text-transform: uppercase;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,
.ndk-event .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.ndk-event .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.ndk-event .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.ndk-event .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    border-color: var(--blue200);
    color: var(--blue);
    box-shadow: none;
    background: var(--alpha100);
    outline: 0.5px solid var(--divider);
    outline-offset: 0;
}

.article-content .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button,
.article-content .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
    position: relative;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0 15px 0 20px !important;
    gap: 10px;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon {
    width: 16px;
    height: 8px;
    margin: 0;
    vertical-align: 0px;
}

.ndk-event .tribe_events header {
    display: block;
}

.ndk-event .tribe_events header time * {
    color: var(--muted);
    font-family: var(--font-display);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.ndk-event .tribe_events header .tribe-common-b2 {
    margin: 0;
}
.ndk-event .tribe_events header h3 {
    margin: 5px;
    color: var(--second);
    letter-spacing: -0.15px;
}

.ndk-event .tribe-events-c-subscribe-dropdown {
    flex: none;
    align-self: end;
}
.ndk-event .tribe-events-c-subscribe-dropdown button {
    text-transform: uppercase;
}
.ndk-event .tribe-events-c-subscribe-dropdown button,
.ndk-event .tribe-events-c-subscribe-dropdown button:hover,
.ndk-event .tribe-events-c-subscribe-dropdown button:focus {
    outline: 0 !important;
}
.ndk-event .tribe-events-c-subscribe-dropdown ul.tribe-events-c-subscribe-dropdown__list {
    border-color: var(--gray200);
    border-radius: 8px;
    box-shadow: var(--shadow-card);
    padding: 0;
}
.ndk-event .tribe-events-c-subscribe-dropdown ul.tribe-events-c-subscribe-dropdown__list li.tribe-events-c-subscribe-dropdown__list-item {
    color: var(--black);
    font-family: var(--font-default);
    padding: 0px;
}
.ndk-event .tribe-events-c-subscribe-dropdown ul.tribe-events-c-subscribe-dropdown__list li.tribe-events-c-subscribe-dropdown__list-item:nth-child(n+2) {
    border-top: 1px solid var(--gray100);
}
.ndk-event .tribe-events-c-subscribe-dropdown ul.tribe-events-c-subscribe-dropdown__list li.tribe-events-c-subscribe-dropdown__list-item:hover {
    border-color: var(--divider-gray);
}
.ndk-event .tribe-events-c-subscribe-dropdown ul.tribe-events-c-subscribe-dropdown__list li.tribe-events-c-subscribe-dropdown__list-item a {
    color: var(--emph);
    font-size: 14px;
    padding: 15px;
    font-weight: 500;
}
.ndk-event .tribe-events-c-subscribe-dropdown ul.tribe-events-c-subscribe-dropdown__list li.tribe-events-c-subscribe-dropdown__list-item a:hover {
    color: var(--link);
    background: var(--gray25);
}

@media (max-width: 840px) {
    .ndk-event .tribe-events .tribe-events-calendar-month-mobile-events__mobile-day--show {
        padding: 20px;
        border: 1px solid var(--gray100);
        border-radius: 8px;
        box-shadow: var(--shadow-card);
        position: absolute;
        top: 25vw;
        left: 25vw;
        right: auto;
        z-index: 5;
        background: white;
        width: 50vw;
    }
    .ndk-event .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event {
        padding: 0;
    }
    .ndk-event .tribe-events .tribe-events-calendar-month-mobile-events__day-marker {
        padding: 0;
    }
    .ndk-event .tribe-events .tribe-events-calendar-month-mobile-events__day-marker time {
        flex: none;
        color: var(--emph);
        font-weight: 800;
        margin: 0;
        text-transform: uppercase;
        font-size: 16px;
    }
    .ndk-event .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-featured-image-wrapper {
        display: none;
    }
    .ndk-event .tribe-events .tribe-events-c-day-marker:after {
        background: var(--divider);
        height: 2px;
    }
    .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime {
        margin: 10px 0;
        text-transform: uppercase;
        color: var(--link);
    }
    .ndk-event .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime time {
        color: var(--link);
        text-transform: uppercase;
    }
    .ndk-event .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime-featured-icon svg {
        color: var(--prim);
    }
    .ndk-event .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-title-link {
        font-size: 16px;
        font-weight: 700;
        color: var(--link);
        margin: 5px 0;
        display: block;
    }
    .ndk-event .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-cost {
        font-weight: 800;
        background-image: var(--linear-text);
        display: inline;
        -webkit-background-clip: text;
        color: transparent !important;
        font-size: 20px;
    }
    .ndk-event .tribe-events .tribe-events-header__messages.tribe-events-header__messages--mobile {
        margin: 0;
    }
}
@media (max-width: 580px) {
    .ndk-event .tribe-common .tribe-events-calendar-month__day:hover {
        border-radius: 0;
    }
    .ndk-event .tribe-events .tribe-events-calendar-month-mobile-events__mobile-day--show {
        width: 70vw;
        left: 10vw;
        top: 30vw;
    }
    .ndk-event .tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__mobile-events-icon--featured .tribe-events-calendar-month__mobile-events-icon-svg path {
        fill: var(--prim);
    }
}

/* CALENDAR */

.ndk-event .tribe-events .tribe-events-c-nav {
    display: none;
}

.ndk-event .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime * {
    font-size: 12px;
}

.ndk-event .tribe-events .tribe-events-calendar-month__calendar-event-datetime * {
    font-size: 12px;
    letter-spacing: 0;
    white-space: nowrap;
    text-transform: uppercase;
}

.ndk-event .tribe-events .tribe-events-calendar-month__body article {
    padding: 10px;
    position: relative;
    min-height: 35px;
}
.ndk-event .tribe-events .tribe-events-calendar-month__body article .tribe-events-calendar-month__calendar-event-datetime {
    font-size: 12px;
    color: var(--gray500);
    letter-spacing: -0.3px;
    word-spacing: -3px;
}
.ndk-event .tribe-events .tribe-events-calendar-month__body article.tribe-events-calendar-month__multiday-event {
    padding: 0 5px;
    position: relative;
    min-height: 35px;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar {
    mix-blend-mode: multiply;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
    background: var(--linear-muted);
    padding: 8px 16px;
    border-radius: 40px;
    gap: 5px;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar .tribe-events-calendar-month__multiday-event-bar-title {
    font-weight: 600;
    opacity: 0.7;
}

.ndk-event .tribe-events .tribe-events-calendar-month__body article:before {
    left: -1px;
    background: var(--linear-text);
}

.ndk-event .tribe-events .tribe-events-calendar-month__body article div em {
    font-family: var(--font-mono);
    margin: 0;
}

.ndk-event .tribe-events .tribe-events-calendar-month__body article div h3 {
    margin: 0;
    height: inherit;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -0.15px;
    font-weight: 700;
    color: var(--second);
}
.ndk-event .tribe-events .tribe-events-calendar-month__body article div h3 a {
    border: 0;
}
.ndk-event .tribe-events .tribe-events-calendar-month__body article div h3 a:hover {
    color: var(--link);
}

.ndk-event .tribe-events .tribe-events-calendar-month__body article div span {
    font-family: var(--font-mono);
    font-size: 10px;
}

.ndk-event .tribe-events .tribe-events-calendar-month__body article div time {
    font-family: var(--font-mono);
    color: var(--gray500);
    font-size: 10px;
    letter-spacing: -0.3px;
    word-spacing: -3px;
    font-weight: 700;
}

.ndk-event .tribe-events .tribe-events-calendar-month__body article div em .tribe-common-c-svgicon--featured {
    color: transparent !important;
    background: url(images/ico-power-feat.svg) no-repeat center center;
    background-size: contain;
    width: auto;
    height: 25px;
}

.ndk-event .tribe-events .tribe-events-calendar-month__header-column {
    padding: 10px 0;
}

.ndk-event .tribe-events .tribe-events-calendar-month__header-column-title {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    text-indent: 15px;
    line-height: 1;
}

@media (max-width: 840px) {
    .ndk-event .tribe-events .tribe-events-calendar-month__day {
        aspect-ratio: unset;
    }
    .ndk-event .tribe-events .tribe-events-calendar-month__day-date-daynum {
        color: var(--gray400);
    }
    .ndk-event .tribe-events .tribe-events-calendar-month__week {
        border-bottom: 1px solid var(--gray100);
    }
    .ndk-event .tribe-events .tribe-events-calendar-month__day h3 {
        font-size: 20px;
        line-height: 2;
    }
    .ndk-event .tribe-events .tribe-events-calendar-month__mobile-events-icon--featured {
        width: 30px;
    }
    .ndk-event .tribe-events .tribe-events-calendar-month__mobile-events-icon--featured svg {
        height:30px;
        width: 20px;
        color: var(--prim);
    }
    .ndk-event .tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
        width: 10px;
        height: 10px;
        margin: 5px;
        background: var(--linear-link);
    }
    .ndk-event .tribe-events .tribe-events-calendar-month__day-cell--selected,
    .ndk-event .tribe-events .tribe-events-calendar-month__day-cell--selected:focus,
    .ndk-event .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
        background-color: var(--blue100);
        border-radius: 0;
    }
    .ndk-event .tribe-events .tribe-events-calendar-month__day-cell--selected h3 time {
        color: var(--second);
    }
    .ndk-event .tribe-events .tribe-events-calendar-month__header-column {
        border-bottom: 1.5px solid var(--blue200);
    }
    .ndk-event .tribe-events .tribe-events-calendar-month__header-column-title {
        text-indent: 0;
    }
}
@media (max-width: 580px) {
    .ndk-event .tribe-events .tribe-events-calendar-month__day {
        aspect-ratio: 1.1;
    }
    .ndk-event .tribe-events .tribe-events-calendar-month__mobile-events-icon--featured {
        width: 15px;
    }
}

/* TOOLTIP CALENDAR */

body .tooltipster-base.tribe-events-tooltip-theme {
    border-color: var(--gray100);
    border-radius: 8px;
    box-shadow: var(--shadow-card);
    padding: 25px;
    margin: 20px;
    max-width: 220px;
}

body .tooltipster-base .tooltipster-content img {
    max-height: 120px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

body .tooltipster-base .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper {
    width: auto;
    margin: 0;
}

body .tooltipster-base .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper a {
    margin: -25px -25px 0;
}

body .tooltipster-base .tribe-events-calendar-month__calendar-event-tooltip-datetime {
    display: block;
    margin-left: -25px;
    margin-right: -25px;
    font-family: var(--font-mono);
    font-weight: 700;
    color: var(--second);
    letter-spacing: -0.3px;
    word-spacing: -4px;
    font-size: 11px;
    background: var(--bgblue100);
    padding: 5px 25px;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-radius: 8px 8px 0 0;
}

body .tooltipster-base .tribe-events-calendar-month__calendar-event-tooltip-title {
    font-size: 15px;
    color: var(--second);
    font-weight: 700;
    margin-bottom: 5px;
    line-height: normal;
}
body .tooltipster-base .tribe-events-calendar-month__calendar-event-tooltip-title a {
    border: 0;
}

body .tooltipster-base .tribe-events-calendar-month__calendar-event-tooltip-title-link:hover,
body .tooltipster-base .tribe-events-calendar-month__calendar-event-tooltip-title-link:focus {
    color: var(--link);
    border: 0;
}

body .tooltipster-base .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-cost {
    margin-top: 0;
}

body .tooltipster-base .tribe-events .tribe-events-c-small-cta&gt;* {
    font-weight: 800;
    font-size: 18px;
}

body .tooltipster-base .tribe-events-calendar-month__calendar-event-tooltip-description {
    font-size: 12px;
    line-height: normal;
    color: var(--gray500);
}

body .tooltipster-base .tribe-events-calendar-month__calendar-event-tooltip-description p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

@media (min-width: 960px) {
    body .tooltipster-base .tribe-events-calendar-month__calendar-event-tooltip-datetime {
        font-size: 12px;
    }
}

/* DATE PICKER */

.ndk-event .tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button time,
.ndk-event .tribe-events button.tribe-events-c-top-bar__datepicker-button {
    font-family: var(--font-display);
    color: var(--link);
    letter-spacing: 0;
    font-weight: 600;
    align-self: flex-start;
}

.ndk-event .tribe-events .tribe-events-c-top-bar__datepicker button {
    font-family: var(--font-display);
    letter-spacing: 0;
    padding: 5px 20px;
    color: var(--link);
    font-weight: 700;
    font-size: 14px;
    border: 1.5px solid var(--gray200);
    border-radius: 8px;
    height: 40px;
    line-height: 27px;
    display: flex;
    gap: 5px;
    background: var(--alpha100);
    text-transform: uppercase;
}

.ndk-event .tribe-events .tribe-events-c-top-bar__datepicker button time * {
    font-family: var(--font-display);
    color: var(--second);
    letter-spacing: 0.25px;
    font-weight: 700;
}

.ndk-event .tribe-events .tribe-events-c-top-bar__datepicker button:hover,
.ndk-event .tribe-events .tribe-events-c-top-bar__datepicker button:focus {
    color: var(--blue);
    border: 1.5px solid var(--divider);
    border-radius: 8px;
    outline: 0.5px solid var(--divider);
    outline-offset: 0;
}

.ndk-event .tribe-events .tribe-events-c-top-bar__datepicker-button-icon-svg {
    height: 10px;
    width: 12px;
}

.ndk-event .tribe-events .datepicker {
    border-color: var(--gray200);
    border-radius: 8px;
    box-shadow: var(--shadow-card);
    width: auto;
    margin-top: 10px;
    padding: 0;
}
.ndk-event .tribe-events .datepicker&gt;div {
    padding: 10px
}
.tribe-events .datepicker .datepicker-months .datepicker-switch,
.tribe-events .datepicker .datepicker-months .next,
.tribe-events .datepicker .datepicker-months .prev,
.tribe-events .datepicker .datepicker-years .datepicker-switch,
.tribe-events .datepicker .datepicker-years .next,
.tribe-events .datepicker .datepicker-years .prev {
    padding: 10px;
}
.ndk-event .tribe-events .datepicker table {
    width: 100%;
}
.ndk-event .tribe-events .datepicker table thead {
    width: 100%;
}
.ndk-event .tribe-events .datepicker .datepicker-switch {
    font-weight: 800;
    text-transform: capitalize;
    letter-spacing: normal;
    padding: 10px;
}
.ndk-event .tribe-events .datepicker .datepicker-switch:focus,
.ndk-event .tribe-events .datepicker .datepicker-switch:hover {
    color: var(--blue);
}
.ndk-event .tribe-events .datepicker .day,
.ndk-event .tribe-events .datepicker .dow {
    font-weight: 700;
    font-family: var(--font-mono);
    font-size: 14px;
}
.ndk-event .tribe-events .datepicker .dow {
    font-size: 12px;
}
.ndk-event .tribe-events .datepicker .day,
.ndk-event .tribe-events .datepicker .month,
.ndk-event .tribe-events .datepicker .year {
    border-radius: 8px;
    font-family: var(--font-display);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    padding: 15px;
}
.ndk-event .tribe-events .datepicker .day.past {
    color: var(--muted);
}
.ndk-event .tribe-events .datepicker .day.active,
.ndk-event .tribe-events .datepicker .day.active.focused,
.ndk-event .tribe-events .datepicker .day.active:focus,
.ndk-event .tribe-events .datepicker .day.active:hover,
.ndk-event .tribe-events .datepicker .month.active,
.ndk-event .tribe-events .datepicker .month.active.focused,
.ndk-event .tribe-events .datepicker .month.active:focus,
.ndk-event .tribe-events .datepicker .month.active:hover,
.ndk-event .tribe-events .datepicker .year.active,
.ndk-event .tribe-events .datepicker .year.active.focused,
.ndk-event .tribe-events .datepicker .year.active:focus,
.ndk-event .tribe-events .datepicker .year.active:hover {
    background: var(--link);
    color: var(--alpha100);
}
.ndk-event .tribe-events .datepicker .day.focused,
.ndk-event .tribe-events .datepicker .day:focus,
.ndk-event .tribe-events .datepicker .day:hover,
.ndk-event .tribe-events .datepicker .month.focused,
.ndk-event .tribe-events .datepicker .month:focus,
.ndk-event .tribe-events .datepicker .month:hover,
.ndk-event .tribe-events .datepicker .year.focused,
.ndk-event .tribe-events .datepicker .year:focus,
.ndk-event .tribe-events .datepicker .year:hover {
    background: var(--gray50);
    color: var(--emph);
}

.ndk-event .tribe-events .datepicker .day.current,
.ndk-event .tribe-events .datepicker .day.current.focused,
.ndk-event .tribe-events .datepicker .day.current:focus,
.ndk-event .tribe-events .datepicker .day.current:hover,
.ndk-event .tribe-events .datepicker .month.current,
.ndk-event .tribe-events .datepicker .month.current.focused,
.ndk-event .tribe-events .datepicker .month.current:focus,
.ndk-event .tribe-events .datepicker .month.current:hover,
.ndk-event .tribe-events .datepicker .year.current,
.ndk-event .tribe-events .datepicker .year.current.focused,
.ndk-event .tribe-events .datepicker .year.current:focus,
.ndk-event .tribe-events .datepicker .year.current:hover {
    color: var(--alpha100);
    background: var(--muted);
}

/* TOP BAR */

.ndk-event time.tribe-events .tribe-events-c-top-bar__datepicker {
    font-family: var(--font-display);
    font-weight: 500;
}
.ndk-event time .tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
    color: var(--second);
    font-family: var(--font-display);
    font-weight: 700;
}

.ndk-event .tribe-events .tribe-events-c-top-bar__nav-list {
    align-items: center;
}

.ndk-event .tribe-events .tribe-events-c-top-bar__nav-link-icon-svg {
    height: 22px;
    width: 22px;
}

/* SUMMARY */

.ndk-event .events-summary hr.tribe-events-pro-summary__date-separator {
    margin-left: 0;
}

.ndk-event article .tribe-events-pro-summary__event-details {
    flex: auto;
}

.ndk-event time.tribe-events-pro-summary__event-datetime,
.ndk-event time.tribe-events-pro-summary__event-datetime span {
    color: var(--muted);
    font-family: var(--font-display);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.ndk-event .tribe-events-view--summary &gt; .tribe-events-l-container {
    padding: 0 !important;
    height: auto;
    min-height: auto !important;
    display: initial;
}
.ndk-event .events-summary .tribe-events-pro-summary__event-details {
    display: block;
}
.ndk-event .events-summary .tribe-events-pro-summary__event-details &gt; header {
    display: block !important;
}
.ndk-event .events-summary article + article {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid var(--divider-gray);
}

.ndk-event time.tribe-events-pro-summary__event-date-tag-datetime {
    color: var(--link);
    font-family: var(--font-display);
    font-weight: 700;
    align-items: center;
}

.ndk-event time.tribe-events-pro-summary__event-date-tag-datetime .tribe-events-pro-summary__event-date-tag {
    font-size: 20px;
}

.ndk-event time.tribe-events-pro-summary__event-date-tag-datetime .tribe-events-pro-summary__event-date-tag-weekday {
    font-family: var(--font-mono);
    font-weight: 700;
    color: var(--link);
    letter-spacing: 5px;
    font-size: 12px;
}

.ndk-event time.tribe-events-pro-summary__event-date-tag-datetime .tribe-events-pro-summary__event-date-tag-daynum {
    font-size: 40px !important;
    line-height: 44px !important;
    letter-spacing: 1px;
 }

.ndk-event .events-summary .tribe-events-pro-summary__month-separator {
    margin: 30px 0;
}
.ndk-event .events-summary .tribe-events-pro-summary__month-separator:first-child {
    margin-top: 0;
}
.ndk-event .events-summary .tribe-events-pro-summary__month-separator:after {
    height: 3px;
    border-radius: 6px;
    background: var(--linear-text);
}
.ndk-event .events-summary .tribe-events-pro-summary__month-separator time {
    font-family: var(--font-default);
    font-weight: 800;
    text-transform: uppercase;
    color: var(--link);
    margin-top: 0 !important;
    letter-spacing: 1px;
    word-spacing: -2px;
    font-size: 14px !important;
    line-height: 2 !important;
}
.ndk-event .events-summary .tribe-events-pro-summary__event-title-icon {
    width: auto;
    height: auto;
    display: inline-block;
    text-align: center;
    line-height: 1;
}
.ndk-event .events-summary .tribe-events-pro-summary__event-title-link {
    color: var(--link);
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
    margin: 0;
}
.ndk-event .events-summary .tribe-events-pro-summary__event-title-link:hover {
    color: var(--blue);
    border-bottom-color: var(--blue);
    border-bottom-width: 1.5px;
}


/* LIST */

.ndk-event .tribe-events .event-list h2 {
    margin-bottom: 15px;
    letter-spacing: -0.15px;
}
.ndk-event .tribe-events .event-list h2 time {
    font-family: var(--font-display);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--second);
    margin-top: 0;
    letter-spacing: inherit;
    font-size: 24px;
    line-height: 2;
    flex: none;
}
.ndk-event .tribe-events-view h2::after {
    min-height: 3px;
    border-radius: 6px;
    background: var(--divider);
}
.ndk-event .tribe-events .event-list div.tribe-events-calendar-list__event-row {
    margin: auto;
    padding: 40px 30px;
    gap: 10px;
    flex-direction: row;
    display: flex;
}
.ndk-event .tribe-events .event-list div.tribe-events-calendar-list__event-row + div.tribe-events-calendar-list__event-row {
    border-top: 2px dotted var(--gray200);
}
.ndk-event .tribe-events .event-list .tribe-common-g-row&gt; * {
    padding: 0;
    min-width: unset;
    flex: auto;
}
.ndk-event .tribe-events .event-list .tribe-common-g-row&gt;:first-child {
    flex: none;
    width: auto;
    margin: 0;
}
.ndk-event .tribe-events .event-list .tribe-common-g-row&gt;:last-child {
    flex: auto;
    width: min-content;
}
.ndk-event .tribe-events .event-list article {
    margin: 0;
    gap: 25px;
    padding-left: 15px;
    flex-direction: row;
}
.ndk-event .tribe-events .event-list article header {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.ndk-event .tribe-events .event-list article header * {
    margin: 0;
    line-height: 1.25;
}
.ndk-event .tribe-events .event-list article header .tribe-events-calendar-list__event-datetime-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ndk-event .tribe-events .tribe-events-calendar-list__event-datetime-featured-icon {
    background: url('images/ico-power-feat.svg') no-repeat;
    width: 20px;
    height: 25px;
    background-size: cover;
    background-position: center;
}
.ndk-event .tribe-events .tribe-events-calendar-list__event-datetime-featured-icon + span {
    line-height: 30px;
}
.ndk-event .tribe-events .tribe-events-calendar-list__event-datetime-featured-icon svg {
    display: none !important;
}
.ndk-event .tribe-events .event-list article header time {
    background: var(--blue100);
    border-radius: 25px;
    color: var(--emph);
    padding: 5px 15px;
    line-height: 20px;
    font-size: 12px;
    display: flex;
    gap: 3px;
    align-items: center;
}
.ndk-event .tribe-events .event-list article header time *,
.ndk-event .tribe-events .event-list article header address * {
    font-family: var(--font-mono);
    letter-spacing: 0;
    word-spacing: -2px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    color: var(--emph);
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}

.ndk-event .tribe-events .event-list article header address {
    line-height: 1;
}
.ndk-event .tribe-events .event-list article header address * {
    font-weight: 600;
}

.ndk-event .tribe-events article header .tribe-events-calendar-list__event-title-link {
    border: 0;
    font-size: 22px;
    margin: 5px 0;
    display: block;
    color: var(--emph);
}
.ndk-event .tribe-events .tribe-events-calendar-list__event-title-link:hover {
    color: var(--link);
}
.ndk-event .tribe-events .event-list article .tribe-events-calendar-list__event-description,
.ndk-event .tribe-events .event-list article .tribe-events-calendar-list__event-description p {
    color: var(--gray600);
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.ndk-event .tribe-events .event-list article .tribe-events-calendar-list__event-featured-image-link {
    max-width: 300px;
}
.ndk-event .tribe-events .event-list article .tribe-events-calendar-list__event-featured-image {
    border-radius: 8px;
    box-shadow: var(--shadow-default);
    border: 1px solid var(--gray50);
}
.ndk-event .tribe-events .event-list article .tribe-events-calendar-list__event-cost {
    font-size: 24px;
    line-height: 2;
    font-family: var(--font-display);
    font-weight: 800;
    background-image: var(--linear-text);
    display: inline;
    -webkit-background-clip: text;
    color: transparent !important;
}

@media (max-width: 1200px) {
    .ndk-event .tribe-events .event-list div.tribe-events-calendar-list__event-row {
        padding: 40px 20px;
    }
}
@media (max-width: 840px) {
    .ndk-event .tribe-events .tribe-events-header {
        padding: 30px 20px;
    }
    .ndk-event .tribe-events header.tribe-events-header&gt;div.tribe-events-c-events-bar {
        padding: 0;
    }
    .ndk-event .tribe-events header.tribe-events-header&gt;div:not(:first-child) {
        margin-bottom: 0;
    }
    .ndk-event .tribe-events .event-list div.tribe-events-calendar-list__event-row {
        padding: 30px 15px;
        gap: 15px;
    }
    .ndk-event .tribe-events .event-list h2 {
        margin-bottom: 10px;
    }
    .ndk-event .tribe-events .event-list article {
        padding-left: 0;
        gap: 20px;
    }
    .ndk-event .tribe-events .event-list article .tribe-events-calendar-list__event-featured-image-link {
        max-width: 220px;
    }
    .ndk-event .tribe-events article header .tribe-events-calendar-list__event-title-link {
        font-size: 20px;
        margin: 5px 0;
        line-height: normal;
    }
    .ndk-event .tribe-events .event-list article header address * {
        display: contents;
        line-height: 1.4;
    }
}

@media (max-width: 640px) {
    .ndk-event .tribe-events .tribe-events-header {
        padding: 20px 15px 0;
    }
    .ndk-event .tribe-events header.tribe-events-header&gt;div:not(:first-child) {
        margin-bottom: 30px;
    }
    .ndk-event .tribe-events .event-list h2 {
        margin-bottom: 0;
        margin-top: 15px;
    }
    .ndk-event .tribe-events .event-list h2 time {
        font-size: 20px;
    }
    .ndk-event .tribe-events .event-list div.tribe-events-calendar-list__event-row {
        padding: 30px 0;
    }
    .ndk-event .tribe-events .event-list article {
        gap: 0;
    }
    .ndk-event .tribe-events .event-list article .tribe-events-calendar-list__event-featured-image-link {
        display: none;
    }
    .ndk-event .tribe-events .tribe-events-calendar-list__event-date-tag-datetime span.tribe-common-h5 {
        font-size: 30px !important;
    }
    .ndk-event .tribe-common time span.tribe-common-h5 {
        font-size: 30px !important;
        line-height: 40px !important;
    }
    .ndk-event .tribe-events article header .tribe-events-calendar-list__event-title-link {
        font-size: 18px;
    }
}

/* WEEK */

.ndk-event .tribe-events-view .tribe-events-calendar-month__multiday-event-wrapper {
    min-height: 40px;
    margin: 0;
}
.ndk-event .tribe-events-view .tribe-events-pro-week-grid__body .tribe-events-pro-week-grid__multiday-event-bar-inner {
    padding: 5px;
    gap: 5px;
}
.ndk-event .tribe-events-view .tribe-events-pro-week-grid__body .tribe-events-pro-week-grid__multiday-events-row-wrapper {
    box-shadow: none;
}
.ndk-event .tribe-events-view .tribe-events-pro-week-grid__body article {
    padding: 0;
}
.ndk-event .tribe-events-view .tribe-events-pro-week-grid__body article em {
    padding: 0;
    margin: 0;
}


/* SINGLE */


.ndk-event.events-single .event-header,
.ndk-event.events-single .uk-article-meta {
    display: none;
}
.ndk-article #tribe-events-pg-template {
    padding: 0;
    max-width: none;
}
.ndk-event.events-single .events-back {
    display: none;
}
.ndk-event.events-single &gt; * {
    font-family: var(--font-default);
}
.ndk-event.events-single .uk-article-title {
    margin-top: 0;
    margin-bottom: 30px;
}
.ndk-event.events-single .tribe-events-schedule {
    width: max-content;
    background: var(--linear-text);
    padding: 8px 14px;
    border-radius: 8px;
    margin: 15px 0 30px;
    color: var(--alpha100);
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}
.ndk-event.events-single .tribe-events-schedule h2 {
    color: var(--alpha100);
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    letter-spacing: -0.25px;
    word-spacing: -5px;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}
.ndk-event.events-single .tribe-events-schedule .tribe-events-cost {
    color: var(--alpha100);
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 18px;
    line-height: 1;
    margin: 0;
}
.ndk-event.events-single .tribe-events-schedule .ico-event {
    background: url('images/ico-event.svg') no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 0px -2.5px;
    flex: none;
}
.ndk-event.events-single .tribe-events-event-image img {
    border-radius: 8px;
    aspect-ratio: 2;
    object-fit: cover;
}
.ndk-event.events-single .tribe-events-notices {
    background: var(--blue50);
    color: var(--black);
    padding: 20px;
    border: 1.5px solid var(--blue200);
    border-bottom: 1.5px solid var(--blue200);
    border-radius: 10px;
    margin-bottom: 30px;
}
.ndk-event.events-single .tribe-events-notices li ,
.ndk-event.events-single .tribe-events-notices ul {
    color: var(--emph);
    font-weight: 500;
    font-size: 15px;
}
.ndk-event.events-single .events-content ol,
.ndk-event.events-single .events-content ul {
    padding-left: 30px;
    margin-bottom: 25px;
    margin-top: 25px;
}
.ndk-event.events-single .events-content,
.ndk-event.events-single .events-content p {
    font-size: 16px;
    line-height: 1.4;
    color: var(--body);
    margin: 15px 0;
}
.ndk-event.events-single .tribe-events-c-subscribe-dropdown__container {
    width: auto;
}
.ndk-event.events-single .tribe-events-c-subscribe-dropdown {
    align-self: flex-start;
    margin: 10px auto 10px 0;
}
.ndk-event.events-single .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button,
.ndk-event.events-single .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,
.ndk-event.events-single .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.ndk-event.events-single .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within {
    padding: 0 20px 0 50px;
    background-image: url('images/ico-addevent.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 32px;
}
.ndk-event.events-single .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button svg:first-child {
    display: none;
}
.ndk-event.events-single .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content {
    top: 50px;
}
.ndk-event.events-single .tribe-events-event-meta {
    display: flex;
    flex-direction: row;
    gap: 0;
    max-width: 940px;
    margin: auto;
}
.ndk-event.events-single .tribe-events-event-meta::before {
    display: none;
}
.ndk-event.events-single .tribe-events-event-meta .tribe-events-meta-group {
    padding: 15px 30px;
    width: auto;
    margin: 0;
    display: flex;
    flex: auto;
    flex-direction: column;
    gap: 10px;
}
.ndk-event.events-single .tribe-events-event-meta .tribe-events-meta-group h2 {
    font-weight: 800;
    font-family: var(--font-display);
    color: var(--emph);
    font-size: 15px;
    letter-spacing: normal;
    margin: 0;
    text-transform: uppercase;
}
.ndk-event.events-single .tribe-events-event-meta .tribe-events-meta-group dl {
    margin: 0;
}
.ndk-event.events-single .tribe-events-event-meta .tribe-events-meta-group a {
    font-size: 14px;
    color: var(--link);
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    letter-spacing: normal;
}
.ndk-event.events-single .tribe-events-event-meta .tribe-events-meta-group a:hover {
    font-size: 14px;
    color: var(--second);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: inherit;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 2.5px;
}
.ndk-event.events-single .tribe-events-event-meta .tribe-events-address,
.ndk-event.events-single .tribe-events-event-meta abbr[title] {
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
}
.ndk-event.events-single .tribe-events-event-meta abbr.tribe-events-start-date,
.ndk-event.events-single .tribe-events-event-meta .tribe-events-start-time {
    font-weight: 700;
}
.ndk-event.events-single .tribe-events-event-meta .tribe-address {
    margin-bottom: 5px;
    display: block;
    line-height: 1.2;
}
.ndk-event.events-single .tribe-events-event-meta {
    padding: 0;
}
.ndk-event.events-single .tribe-events-event-meta dt {
    font-family: var(--font-display);
    margin-top: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    color: var(--muted);
    line-height: 1.5;
    letter-spacing: 0.5px;
}
.ndk-event.events-single .tribe-events-event-meta dd {
    color: var(--body);
    font-weight: 500;
    letter-spacing: normal;
    margin: 0 0 5px;
    font-size: 15px;
}
.ndk-event.events-single .tribe-events-event-meta dd[class*=-tel] {
    font-weight: 600;
}
.ndk-event.events-single .tribe-events-event-meta dd[class*=-cost] {
    font-weight: 800;
    font-family: var(--font-display);
    font-size: 16px;
    color: var(--link);
}
.ndk-event.events-single .tribe-events-event-meta .tribe-events-meta-group a.tribe-events-gmap,
.ndk-event.events-single .tribe-events-event-meta .tribe-venue-url a,
.ndk-event.events-single .tribe-events-event-meta .tribe-organizer-url a {
    border-bottom: 2px solid var(--gray100);
    line-height: 1.25;
    padding: 5px;
    font-weight: 700;
}
.ndk-event.events-single .tribe-events-event-meta .tribe-events-meta-group a.tribe-events-gmap:hover,
.ndk-event.events-single .tribe-events-event-meta .tribe-venue-url a:hover,
.ndk-event.events-single .tribe-events-event-meta .tribe-organizer-url a:hover {
    border-bottom: 2px solid var(--blue);
    text-decoration: none;
    font-weight: 700;
}
.ndk-event.events-single .event-footer,
.ndk-event.events-single .ndk-autor {
    display: none;
}
.content-divider {
    border-color: var(--divider);
}

.event-fields {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 15px;
    margin-top: 15px;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}
.event-fields .fields-head {
    margin-bottom: 15px;
}
.event-fields .field-panel {
    padding: 15px 25px;
    width: auto;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    border-top: 2px dotted var(--gray200);
}
.event-fields .field-title {
    color: var(--emph);
    font-size: 16px;
    letter-spacing: -0.15px;
    margin: 0;
    width: 300px;
}
.event-fields .field-links {
    display: flex;
    flex-direction: column;
    flex: auto;
}
.event-fields .field-links a {
    font-size: 14px;
    color: var(--link);
    font-weight: 600;
    text-decoration: none;
    display: block;
    letter-spacing: normal;
}
.event-fields .field-links a:hover {
    color: var(--blue);
    text-decoration: underline;
    text-decoration-color: inherit;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 2.5px;
}

@media (min-width: 640px) {
    .ndk-event.events-single .tribe-events-event-image img {
        margin: auto;
    }
    .ndk-event.events-single .event-content {
        padding-left: 30px;
        padding-right: 30px;
        margin: auto;
    }
}
@media (min-width: 960px) {
    .ndk-event.events-single .event-content {
        max-width: 1080px;
        padding-left: 40px;
        padding-right: 40px;
        margin-left: 0;
    }
    .ndk-event.events-single .tribe-events-event-meta {
        max-width: 1080px;
    }
    .ndk-event.events-single .tribe-events-c-subscribe-dropdown__container {
        max-width: 1080px;
        margin: auto;
    }
    .ndk-event.events-single .tribe-events-schedule h2 {
        font-size: 15px;
    }
    .event-fields {
        max-width: 1080px;
    }
    .event-fields .field-panel {
        padding: 20px 30px;
    }
    .content-divider {
        margin: 30px 0;
    }
    .ndk-autor {
        padding: 20px;
        max-width: 840px;
        margin: auto;
    }
}

@media (max-width: 960px) {
    .content-divider {
        margin: 25px 0;
    }
}

@media (max-width: 840px) {
    .content-divider {
        margin: 20px 0;
    }
    .single-tribe_events .tribe-events-single .tribe-events-event-meta {
        flex-direction: column;
    }
    .ndk-event.events-single .tribe-events-event-meta .tribe-events-meta-group {
        padding: 25px;
        gap: 15px;
    }
    .ndk-event.events-single .tribe-events-event-meta .tribe-events-meta-group:nth-child(n+2) {
        border-top: 2px dotted var(--gray200);
    }
    .ndk-event.events-single .tribe-events-event-meta .tribe-events-meta-group dl {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
    }
    .ndk-event.events-single .tribe-events-event-meta dt {
        width: 25%;
        margin: 0;
    }
    .ndk-event.events-single .tribe-events-event-meta dd {
        width: 70%;
        margin: 0;
    }
    .ndk-event.events-single .tribe-events-event-meta dt.tribe-common-a11y-visual-hide{
        width: 0;
    }
    .ndk-event.events-single .tribe-events-event-meta dt.tribe-common-a11y-visual-hide+dd {
        width: 95%;
    }
    .ndk-event.events-single .tribe-events-event-meta .tribe-address &gt; span {
        display: inline-block;
    }
    .ndk-event.events-single .tribe-events-event-meta .tribe-address &gt; br {
        display: none
    }

}

@media (max-width: 640px) {
    .event-fields .field-panel {
        padding: 20px 10px;
        flex-direction: column;
        justify-content: left;
        gap: 8px;
    }
    .event-fields .field-links {
        width: 100%;
        flex-wrap: wrap;
    }
    .event-fields .field-links a {
        display: inline-flex;
    }
    .event-fields .field-title {
        width: 100%;
    }
    .ndk-event.events-single .tribe-events-event-meta .tribe-events-meta-group {
        padding: 20px 10px;
        gap: 5px;
    }
    .ndk-event.events-single .tribe-events-event-meta .tribe-events-meta-group dl {
        flex-direction: column;
        gap: 0;
    }
    .ndk-event.events-single .tribe-events-event-meta dt {
        width: 100%;
        line-height: 1.75;
    }
    .ndk-event.events-single .tribe-events-event-meta dd {
        width: 100%;
        margin-bottom: 15px;
    }
    .ndk-event.events-single .tribe-events-event-meta dd:last-child {
        margin: 0;
    }
    .ndk-event.events-single .tribe-events-event-meta dd.tribe-organizer,
    .ndk-event.events-single .tribe-events-event-meta dd.tribe-venue {
        margin-top: 10px;
    }
    .ndk-event.events-single .tribe-events-c-subscribe-dropdown {
        margin: 10px auto 10px 0;
    }
}
@media (max-width: 580px) {
    .ndk-event.events-single .uk-article-title {
        margin-bottom: 20px;
    }
    .ndk-event.events-single .tribe-events-schedule {
        width: auto;
        margin: 20px 0;
    }
}</pre></body></html>