/* Global */
.tnew-template {
    padding-bottom: 40px;
}

.tn-events-listing-page {
    position: relative;
}

.tnew-template .tn-utility-nav {
    margin: 0;
    border-bottom: 0 !important;
}

.tnew-template .tn-events-keyword-filter,
.tnew-template .tn-event-listing-mode-tab-nav__list {
    display: none !important;
}

.tnew-template .tn-events-keyword-filter.show {
    display: block !important;
    z-index: 100;
    width: 100%;
}

.tnew-template .tn-events-keyword-filter {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

.tnew-template .tn-events-keyword-filter__keyword-button,
.tnew-template .tn-events-keyword-filter__btn-clear-all-keywords {
    font-size: 16px;
}

.tnew-template .btn.btn-primary {
    border-radius: 9999px !important;
    padding-left: 20px;
    padding-right: 20px;
}

.tnew-template .tn-utility-nav .tn-utility-nav-cart-controls-section .btn-primary.tn-utility-nav-cart-link {
    border: 1px solid #999999 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.tn-utility-nav-cart-link__label {
    border-right: 1px solid #00b7dd;
    padding-right: 10px;
}

.tn-utility-nav-cart-link__quantity-badge {
    border-radius: 0;
    font-size: 18px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    right: 0;
    top: 0;
}

.tn-utility-nav-cart-timer {
    font-size: 18px;
    border-radius: 9999px;
}

.tn-utility-nav-cart-timer__icon {
    height: 16px;
    width: 16px;
}

.tn-utility-nav-cart-timer__time {
    color: #00b7dd;
    font-family: proxima-nova,Helvetica Neue,Arial,sans-serif;
    font-weight: 600;
}

.tn-utility-nav-cart-timer--urgent .tn-utility-nav-cart-timer__time {
    color: #ffffff;
}

.tn-utility-nav-promo-code-section .tn-utility-nav-inline-promo-code-form {
    position: relative;
}

.tnew-template .tn-utility-nav .tn-utility-nav-inline-promo-code-form .tn-utility-nav-inline-promo-code-form__label {
    position: absolute;
    top: 12px;
    left: 13px;
    z-index: 1;
    font-size: 14px;
    color: #888;
}

.tnew-template .tn-utility-nav .tn-utility-nav-inline-promo-code-form .tn-utility-nav-inline-promo-code-form__input {
    border: 1px solid #00b7dd !important;
    border-top-left-radius: 99999px !important;
    border-bottom-left-radius: 99999px !important;
    width: 110px !important;
    font-size: 14px !important;
    font-weight: 700;
}

.tnew-template .tn-utility-nav .tn-utility-nav-inline-promo-code-form .tn-utility-nav-inline-promo-code-form__input:placeholder {
    color: #888;
}

.tnew-template .tn-utility-nav .tn-utility-nav-inline-promo-code-form .tn-utility-nav-inline-promo-code-form__btn-submit {
    background-color: #00b7dd !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.tn-events-keyword-filter__heading {
    margin: 0 !important;
}

.tnew-template .tn-events-keyword-filter .tn-events-keyword-filter__list {
    margin: 10px 0 5px 0;
}

/* Login */
.tn-login-component .tn-btn-wrapper {
    display: inline-block;
}
.tnew-template .btn-default.tn-account-login-forgot-login-link {
    background-color: transparent !important;
    color: #061e60 !important;
    text-decoration: none !important;
    border: 0 !important;
    border-radius: 9999px !important;
    font-size: 16px !important;
}

.tnew-template .btn-default.tn-account-login-forgot-login-link:hover {
    background-color: none !important;
    text-decoration: underline !important;
}

/* List view */

.tnew-template .tn-events-list-view {
    border-top: 2px solid #00b7dd;
}

.tnew-template .tn-events-list-view .tn-events-list-view__btn-reset-dates {
    margin-right: 10px;
}

.tnew-template .tn-btn-datepicker__btn-container .tn-btn-datepicker__btn {
    background-color: #ffffff !important;
    color: #061e60 !important;
    text-align: left;
    border: 1px solid #bfbfbf;
}

.tn-btn-datepicker__icon-calendar {
    position: absolute;
    right: 15px;
    top: 10px;
    filter: brightness(50%);
}

.tn-event-listing-view__controls-container {
    margin-right: 5px;
}

.tn-event-listing-view__results-container ul.list-unstyled {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.tn-events-list-view .tn-prod-list-item {
    flex: 0 0 calc(33.333% - 20px);
    display: flex;
    flex-direction: column;
    padding: 0;
    background-color: transparent;
    border-width: 1px;
    border-color: #bfbfbf;
    border-style: solid;
}

.tn-events-list-view .tn-prod-list-item .tn-prod-list-item__property--heading {
    order: 3;
    padding: 0 15px;
}

.tn-events-list-view .tn-prod-list-item .tn-prod-list-item__property--img-container {
    order: 1;
    margin: 0;
    border-bottom: 1px solid #bfbfbf;
}

.tn-events-list-view .tn-prod-list-item .tn-prod-list-item__property--perf-list {
    order: 2;
    gap: 10px;
    padding: 0 15px;
}

.tn-prod-list-item__property--description {
    order: 4;
    display: none;
}

.tn-events-list-view .tn-prod-list-item .tn-prod-list-item__property--perf-list .tn-prod-list-item__perf-list-item {
    display: none;
}

.tn-events-list-view .tn-prod-list-item .tn-prod-list-item__property--perf-list .tn-prod-list-item__perf-list-item:first-child {
    display: inline-block;
}

.tn-events-list-view .tn-prod-list-item .tn-prod-list-item__property--perf-list .tn-prod-list-item__perf-list-item[data-tn-product-type-id="2"]:last-child {
    display: inline-block;
}

.tn-events-list-view .tn-prod-list-item .tn-prod-list-item__property--perf-list .tn-prod-list-item__perf-list-item[data-tn-product-type-id="2"]:last-child:before {
    color: #595959;
    content: 'to';
    display: inline-block;
    margin-right: 5px;
}

.tn-events-list-view .tn-prod-list-item .tn-prod-list-item__property--perf-list .tn-prod-list-item__perf-anchor {
    display: inline-block;
    min-height: unset;
}

.tn-events-list-view .tn-prod-list-item .tn-prod-list-item__property--perf-list .tn-prod-list-item__perf-anchor span {
    display: none;
}

.tn-events-list-view .tn-prod-list-item .tn-prod-list-item__property--perf-list .tn-prod-list-item__perf-anchor .tn-prod-list-item__perf-property--datetime {
    display: block;
    width: 100%;
}

.tn-events-list-view .tn-prod-list-item .tn-prod-list-item__perf-property--datetime {
    background-color: transparent;
    padding: 0;
}

.tn-events-list-view .tn-prod-list-item .tn-prod-list-item__property--perf-list .tn-prod-list-item__perf-anchor .tn-prod-list-item__perf-property span.tn-prod-list-item__perf-date {
    display: inline-block;
    color: #595959;
}

.tn-events-list-view .tn-prod-list-item .tn-prod-list-item__property--perf-list .tn-prod-list-item__perf-anchor .tn-prod-list-item__perf-property span.tn-prod-list-item__perf-time {
    display: none;
}

.tn-events-list-view .tn-prod-list-item .tn-prod-list-item__property--perf-list .tn-prod-list-item__perf-anchor .tn-prod-list-item__perf-property span.tn-prod-list-item__perf-time:before {
    content: '|';
    display: inline-block;
    margin: 0 5px;
}

.tn-events-list-view .tn-prod-list-item .tn-prod-list-item__property--perf-list .tn-prod-list-item__perf-anchor {
    padding: 0;
    border: 0;
    background: transparent;
    text-decoration: none !important;
}

.tn-events-list-view .tn-prod-list-item .tn-prod-list-item__property--perf-list .tn-prod-list-item__perf-anchor:hover {
    background: transparent;
}

.tn-events-list-view .tn-prod-list-item__property--heading a {
    text-decoration: none !important;
}

.tn-events-list-view .tn-prod-list-item__property--heading a:after {
    content: 'Buy Tickets';
    display: flex;
    height: 40px;
    width: 100%;
    background: #061e60;
    border-radius: 9999px;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
}

/* Event Page */
.tn-events-detail-page {
    position: relative;
}

.tnew-template .tn-prod-season-header__description-container {
    background-color: transparent;
    padding: 0;
}

.tnew-template .tn-prod-season-header__description-text-content {
    padding: 0;
    width: 60%;
    margin-top: 30px;
}

.tn-event-detail__display-time {
    font-weight: 700;
}

.tnew-template .tn-prod-season-header__description-heading,
.tnew-template .tn-detail-production-text-toggle-link {
    display: none;
}

.tn-additional-events {
    margin-bottom: 25px;
    padding-bottom: 0;
    border-bottom: 0;
}

.tn-additional-events__controls-container {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.tn-event-detail__additional-events-container {
    background-color: #ffffff;
    position: absolute;
    top: 220px;
    right: 0;
    width: 320px;
    padding: 0 0 20px 20px;
    margin: 0;
}

.tn-additional-events__controls-container {
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
    padding: 20px;
}

.tn-additional-events__continue-shopping-link {
    background-color: transparent;
    color: #061e60;
    text-decoration: none !important;
    padding: 10px 20px;
    width: 100%;
    border: 2px solid #00b7dd;
    font-weight: 600;
    border-radius: 9999px;
}

.tn-additional-events__continue-shopping-link:hover {
    background-color: #00b7dd;
}

.tn-additional-events__continue-shopping-link-container {
    margin-bottom: 0;
}

.tn-additional-events__instructions {
    display: none !important;
}

.tn-additional-events__list-view-toggle-contents:before {
    content: 'Other Available Dates or Times';
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bfbfbf;
}

.tn-additional-events__list-item {
    font-size: 16px;
}

.tn-prod-season-header__date-container {
    position: absolute;
    right: 0;
    width: calc(100% - 265px);
    padding: 60px 0 0 0;
    color: #595959;
}

.tn-prod-season-header__image-wrapper {
    display: block !important;
}

.tn-prod-season-header__title-and-image-container {
    margin-top: 0;
    width: 67%;
    padding: 20px 0;
    border-bottom: 2px solid #00b7dd;
}

.tn-prod-season-header__image {
    max-width: 250px !important;
    margin-bottom: 12px;
}

.tn-prod-season-header__title {
    width: 100%;
    font-size: 32px !important;
}

.tnew-template .tn-prod-season-header {
    border-bottom: 0 !important;
}

.tn-event-detail__main-container {
    border-top: 2px solid #00b7dd;
    margin-top: 50px;
    padding-top: 50px;
}

.tn-event-detail__performance-details-container:before {
    content: 'Choose Your Seat';
    display: block;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.tn-event-detail__ticket-selection-section-heading--syos {
    display: none;
}

.tn-syos-mobile-cart-controls__btn-view-cart-label {
    padding: 0 !important;
}

.tn-syos-seat-info__price-type-list .tn-syos-seat-info__price-type--button {
    display: flex;
}

.tn-ticket-selector__controls-container {
    border: 1px solid #999999;
    padding: 10px;
}

.tn-ticket-selector__pricetype-select-wrapper {
    background-color: #e8f8fc;
    padding: 2px 4px;
}

.tn-syos-mobile-cart-controls__btn-view-cart {
    display: none !important;
}

.tn-event-detail__btn-view-seat-map-modal {
    margin-top: 25px;
}

/* Packages Page */
.tn-package-listing-page .tn-package-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.tn-package-listing-page .tn-prod-list-item {
    flex: 0 0 calc(33.333% - 20px);
    display: flex;
    flex-direction: column;
    padding: 0;
    background-color: transparent;
    border-width: 1px;
    border-color: #bfbfbf;
    border-style: solid;
}
.tn-package-listing-page .tn-prod-list-item__property--img-container {
    margin-top: 0;
}
.tn-package-listing-page .tn-prod-list-item__property--heading {
    order: 1;
    padding: 20px 20px 0 20px;
}
.tn-package-listing-page .tn-prod-list-item__property--heading a {
    text-decoration: none !important;
}
.tn-package-listing-page .tn-package-list .tn-package-list-item__details {
    padding: 0 20px 20px 20px;
    order: 2;
}

/* Cart */
.tn-cart-item-summary {
    border: 1px solid #999999;
    padding: 10px;
}

.tn-cart-item .tn-performance-title,
.tn-cart-item-summary__property--price-total,
.tn-cart-totals__value.tn-cart-totals__value--total {
    font-weight: 700;
}

.tnew-template .tn-cart-item-details__list {
    color: #061e60;
}

.tn-cart-item-detail__list-item--description:before {
    content: 'Zone';
    display: block;
    font-weight: 600;
}

.tn-cart-item-detail__list-item--seat-location:before {
    content: 'Row - Seat';
    display: block;
    font-weight: 600;
}

.tn-cart-item-detail__list-item--price:before {
    content: 'Subtotal';
    display: block;
    font-weight: 600;
}

.tn-cart-totals {
    border: 1px solid #999999;
}

.tn-cart-totals__line-item {
    justify-content: space-between;
    padding: 10px;
    font-size: 16px;
}

.tn-cart-totals__value {
    padding-left: 10px;
}

.tn-cart-totals__label {
    margin: 0 !important;
    font-size: 16px;
}

.tn-cart-totals__line-item--total {
    background-color: #061e60;
    color: #ffffff;
}

.tn-cart-totals__line-item--total .tn-cart-totals__label,
.tn-cart-totals__value.tn-cart-totals__value--total {
    font-size: 24px !important;
}

.tn-cart-totals__currency-symbol {
    color: #ffffff;
}

.tnew-template .tn-cart-buttons {
    flex-direction: row;
    justify-content: end;
    align-items: center;
}

.tnew-template .tn-cart-buttons .tn-cart-buttons__item-container .tn-cart-buttons__primary-action {
    margin-bottom: 0;
}

.tn-cart-buttons__secondary-action {
    margin: 0 20px;
}

.tn-donationAskCheckout-component,
.tn-order-address-information-component {
    border: 1px solid #999999;
    padding: 10px;
}

.tn-donationAskCheckout-component legend {
    font-size: 22px;
    font-weight: 700;
}

.tn-donationAskCheckout-component input[type="radio"]:checked + label {
    color: red !important;
}

.tn-order-address-information-component {
    margin-top: 40px;
}

.tn-patron-billing-information {
    border-right: 1px solid #999999;
}

.tn-patron-billing-information,
.tn-patron-shipping-information {
    padding: 5px 0;
}

.tn-patron-billing-information h2,
.tn-patron-shipping-information h2 {
    margin-top: 0 !important;
}

.tn-patron-shipping-information .tn-edit-delivery-link {
    display: none;
}

.tnew-template .tn-payment-apply-gift-certificate .btn-default {
    font-size: 14px !important;
    background-color: transparent !important;
    color: #061e60 !important;
    text-decoration: none !important;
    padding: 10px 20px !important;
    border: 2px solid #00b7dd !important;
    border-radius: 9999px !important;
}

.tnew-template .tn-payment-apply-gift-certificate .btn-default:hover {
    background-color: #00b7dd !important;
}

@media (min-width: 768px) {
    /* Event Page */
    .tn-prod-season-header__image-wrapper {
        display: block;
        width: 250px;
    }
    .tn-prod-season-header__image {
        max-width: 100% !important;
    }
    .tn-event-listing-view__controls-container {
        margin-right: 185px;
    }
    .tnew-template .btn-category-filter {
        position: absolute !important;
        right: 5px;
    }
    /* List view */
    .tn-events-list-view .tn-prod-list-item .tn-prod-list-item__property--img-container {
        overflow: hidden;
    }
    .tn-events-list-view .tn-prod-list-item .tn-prod-list-item__property--img-container img {
        transition: all .5s ease-in-out;
    }
    .tn-events-list-view .tn-prod-list-item .tn-prod-list-item__property--img-container:hover img {
        transform: scale(1.0325);
    }
}

@media (max-width: 767px) {
    /* Global */
    .tnew-template .tn-utility-nav .tn-utility-nav-inline-promo-code-form .tn-utility-nav-inline-promo-code-form__input {
        width: 105px !important;
    }
    .tnew-template .tn-utility-nav .tn-utility-nav-inline-promo-code-form .tn-utility-nav-inline-promo-code-form__btn-submit {
        padding: 0 2px !important;
        font-size: 14px !important;
    }
    .tnew-template .tn-utility-nav .tn-utility-nav-inline-promo-code-form .tn-utility-nav-inline-promo-code-form__label {
        display: none !important;
    }
    .tn-utility-nav-promo-code-section {
        margin-right: 10px;
    }
    /* List view */
    .tn-event-listing-view__results-container ul.list-unstyled {
        flex-wrap: wrap;
    }
    .tn-events-list-view .tn-prod-list-item {
        flex: 0 0 100%;
        display: flex;
        flex-direction: column;
        padding: 0;
        background-color: transparent;
        border-width: 1px;
        border-color: #bfbfbf;
    }
    .tn-prod-season-header__title-and-image-container {
        position: relative;
        width: 100%;
        margin-top: 0;
        flex-wrap: wrap;
    }
    .tn-prod-season-header__date-container {
        position: relative;
        width: 100%;
        padding: 0;
    }
    .tnew-template .tn-prod-list-item__property--img-container img {
        height: auto;
        width: 100%;
    }
    .tnew-template .tn-additional-events__date-select-container .btn.btn-primary {
        border-radius: 0 !important;
        padding: 0 !important;
    }
    .tn-event-detail__main-container {
        margin-top: 40px;
    }
    /* Event Page */
    .tnew-template .tn-prod-season-header__description-text-content {
        width: 100%;
        margin-top: 0;
    }
    .tnew-template .tn-prod-season-header__description-text-content p:first-child {
        width: 100% !important;
        height: auto;
        position: relative;
    }
    .tn-event-detail__additional-events-container {
        position: relative;
        top: 0;
        width: 100%;
        order: 1;
        padding: 0 0 20px 0;
    }
    .tn-event-detail__main-container {
        order: 2;
        margin-bottom: 20px;
    }
    /* Packages Page */
    .tn-package-listing-page .tn-prod-list-item {
        flex: 0 0 100%;
        display: flex;
        flex-direction: column;
        padding: 0;
        background-color: transparent;
        border-width: 1px;
        border-color: #bfbfbf;
        border-style: solid;
    }
    /* Cart */
    .tn-order-address-information-component {
        overflow: hidden;
    }
    .tn-patron-billing-information {
        border-right: 0;
        border-bottom: 1px solid #999999;
    }
    .tn-patron-billing-information,
    .tn-patron-shipping-information {
        padding: 10px 0;
    }
}

@media (max-width: 430px) {
    .tnew-template img {
        max-width: 100%;
        height: auto !important;
    }
    .tnew-template .tn-utility-nav .tn-utility-nav-inline-promo-code-form .tn-utility-nav-inline-promo-code-form__input {
        width: 70px !important;
    }
    .tnew-template .btn-category-filter {
        margin-right: 10px;
        margin-top: 5px;
    }
    .tnew-template table {
        max-width: 100%;
    }
}