
.big-modal-overlay{
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1008;
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.7); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    pointer-events: none;
    opacity: 0;
}
.big-modal-overlay.active{
    pointer-events: auto;
    opacity:1;
}
.ts-searchandfilter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    /* float: right; */
    color: #fff;
    /* justify-content: space-between; */
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.ts-searchby{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* flex-wrap: wrap; */
    /* align-items: center; */
    width: 100%;

    -webkit-box-pack: space-evenly;

    -ms-flex-pack: space-evenly;

    justify-content: space-evenly;
    background-color: rgba(255,255,255,.1);
    border-radius: 80px;
}
.ts-searchby div {
    padding: 20px 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
.ts-searchby div:hover{
    background-color: rgb(249, 166, 57);
    color: #000;
}
.ts-searchby div.active{
    background-color:#ffffff !important;
    color:#333333 !important;
}
.ts-searchby-show{
    border-radius:50px 0 0 50px;
}
.ts-searchby-date{

}
.ts-searchby-list{
    border-radius:0 50px 50px 0;
}
.ts-filters{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}

.logoimg {
    width: 100%;
    max-width: 300px;
}
.ts-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px 20px 20px;
    font-family: 'Jost';
}




.ts-featured-tag {
    color: #fff;
    font-size: 14px;
}
.ts-container-2-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.ts-events-section {
    width: 70%;
}
.ts-promotion-sections {
    width: calc(30% - 50px);
    margin-left: 50px;
    min-width: 200px;
    /* padding-left: 50px; */
    border-radius: 4px;
    /* border-left: 1px solid #000; */
    background-color: rgba(255,255,255,.1);
    color:#fff;
}
.ts-promotion-section {
    margin-bottom: 50px;
    cursor: pointer;
    padding:0px 30px;
}
.ts-promotion {
    width: 100%;
    display: none;
    padding: 30px;
    text-align: center;
    color: #fff;
    background-color: #aa4352;
}
.ts .ts-promotion-header img {
    width: 100%;
}
.ts-promotion-header{
    cursor: pointer;
}
.ts-promotion-header.adspace{
    max-width:300px;
    margin:0 auto;
}


.ts .ts-promotion img {
    width: 100%;
}
.ts-event {
    width: 100%;
    margin: auto;
    margin-bottom: 55px;
    position: relative;
}
.ts-event-inner {
    width: 100%;
}
.ts-event-inner {
    background-size: cover;
}
.ts .ts-event-inner img {
    position: relative;
    top: 0px;
}
.ts-show-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 10px 0;
    padding-bottom: 0px;
    padding-top: 15px;
    background-color: #fff;
    color: #777;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: -6px;
    border-radius: 0 0 6px 6px;
}
.ts-show-details div {
    padding: 10px;
    padding-top: 0px;
    line-height: 1;
}
.ts-show-icon {
    width: 50px !important;
}
.ts-show-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
}
.ts-show-broughtby {
}
.ts-show-venue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
}
.ts-show-instancenum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
}
.ts-show-instancenum-number {
}
.ts-show-instancenum-text {
}
.ts-show-recommend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
}
.ts-show-details i {
    font-size: 25px;
}
.ts-show-details .actualdata {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    padding-top: 8px;
}

.type-ondemand .ts-show-details {
    display: none !important;
}
.type-specials .ts-show-details {
    display: none !important;
}

.ts-date {
    width: 100%;
    display: none;
    padding: 20px 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    position: relative;
    background-color: #f1f1f1;
}
.ts-show-selected .ts-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ts-show-selectednodate {

}
.ts-date-title {
    color: #000;
    font-weight: 700;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-right: 2px solid #777;
    padding-right: 10px;
    margin-right: 10px;
    /* padding-top: 10px; */
    /* padding-top: 20px; */
    line-height: 1;
    font-size: 18px;
    padding: 10px 20px 10px 0;
}
.ts-seat-title {
    color: #777;
    font-weight: 600;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    /* border-right: 2px solid #777; */
    /* padding-right: 10px; */
    /* margin-right: 10px; */
    /* padding-top: 10px; */
    /* padding-top: 50px; */
    /* line-height: 1; */
    /* padding-bottom: 50px;*/
}
.ts-date-option {
    color: #777;
    /* flex-grow: 1; */
    padding: 10px;
    margin: 0 5px;
    border-radius: 8px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    border-right: 1px solid #33333385;
    line-height: 1;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    min-width: 80px;
}
.ts-date-option:hover {
    background-color:rgba(255,255,255, 1);
    color: #000;
}
.ts-date-option[data-soldout="Yes"] {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}
.ts-date-option[data-soldout="Yes"]:hover {
    background-color: transparent;
    color: #777;
}
.ts-date-option.selecteddate {
    color: #000 !important;
    background-color:#f9a639;
    border-radius: 4px;
}
.selecteddate .ts-date-option-time,
.selecteddate .ts-date-option-daytitle{
    color: #000 !important;
}
.ts-date-option-month {
    font-size: 12px;
}
.ts-date-option-day {
    font-size: 26px;
    font-weight: 700;
    line-height: 22px;
}
.ts-date-option-daytitle {
    font-size: 12px;
}
.ts-date-option-time {
    font-size: 14px;
    color:#7b7b7b;;
}
.ts-seating-section {
    display: none;
    position: relative;
}


.cast-header {
    width: 100%;
    padding-top: 30px;
    display: none;
}

.cast-header-text:after {
    content: "";
    border-bottom: #ccc solid 1px;
    width: calc(100% - 38px);
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: -5;
}

.cast-header-text:before {
    content: "Cast Members";
    background-color: #fff;
    padding: 0 10px;
    /* width: 200px; */
    font-size: 12px;
    top: -3px;
    position: relative;
}
.collab-header {
    width: 100%;
    padding-top: 30px;
    display: none;
}
.collab-header-text:after {
    content: "";
    border-bottom: #ccc solid 1px;
    width: calc(100% - 38px);
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: -5;
}

.collab-header-text:before {
    content: "Collaborators";
    background-color: #fff;
    padding: 0 10px;
    /* width: 200px; */
    font-size: 12px;
    top: -3px;
    position: relative;
}
.cast-header-text {
    text-align: center;
    position: relative;
    padding: 0 10px;
    /* background-color: #fff; */
    z-index: 2;
}
.collab-header-text {
    text-align: center;
    position: relative;
    padding: 0 10px;
    /* background-color: #fff; */
    z-index: 2;
}
.cast-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 20px;
}
.cast-section-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* padding: 6px 0; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    /* flex-grow: 1; */
    width: 20%;
    padding: 5px 2px;
    /* border: 2px solid #fff; */
    /* justify-content: right; */
    /* padding-bottom: 15px !important; */
}
.cast-section-item-pic {
    width: 90px;
    height: 90px;
    /* margin-right: 10px; */
    background-size: cover;
    border: 2px solid #fff;
    border-radius: 100%;
    background-position: center;
}
.cast-section-item-name-contain {
    text-align: center;
}
.cast-section-item-name {
    font-size: 12px;
    line-height: 1.1;
    padding-bottom:5px;
}
.cast-section-item-role {
    font-size: 9px;
    line-height: 1.1;
    padding-bottom: 10px;
}


.sponsor-header {
    width: 100%;
    padding-top: 30px;
    display:none;
}

.sponsor-header-text:after {
    content: "";
    border-bottom: #ccc solid 1px;
    width: calc(100% - 38px);
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: -5;
}

.sponsor-header-text:before {
    content: "Show Sponsors";
    background-color: #fff;
    padding: 0 10px;
    /* width: 200px; */
    font-size: 12px;
    top: -3px;
    position: relative;
}
.sponsor-header-text {
    text-align: center;
    position: relative;
    padding: 0 10px;
    /* background-color: #fff; */
    z-index: 2;
}
.sponsor-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 20px;
}
.sponsor-section-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* padding: 6px 0; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    /* flex-grow: 1; */
    padding: 5px 2px;
    /* border: 2px solid #fff; */
    /* justify-content: right; */
    /* padding-bottom: 15px !important; */
}
.sponsor-section-item-pic {
    width: 90px;
    height: 90px;
    /* margin-right: 10px; */
    background-size: cover;
    border: 2px solid #fff;
    border-radius: 100%;
    background-position: center;
}
.sponsor-section-item-name-contain {
    text-align: center;
}
.sponsor-section-item-name {
    font-size: 12px;
    line-height: 1.1;
    display: none;
}
.sponsor-section-item-role {
    font-size: 10px;
}



.ts .event-bg {
    /*   overflow: hidden; */

    position: relative;
}

.sale-banner {
    position: absolute;
    z-index: 99;
    left: -99px;
    top: 20px;
    opacity: 1;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.sale-banner p {
    margin: 0;
    color: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
    font-size: 9.5px;
    padding: 3px 0px;
    width: 300px;
    text-align: center;
    line-height: 2;
    font-weight: 600;
    padding-bottom: 3px !important;
    padding-top: 3px !important;
}

.sale-banner i {
    font-size: 13px;
    line-height: 12px;
    top: 0px !important;
    position: relative;
}


.almostsold.sale-banner p {
    background-color: #ffdd40;
    color: #000;
}


.events::-webkit-scrollbar {
    width: 19px;
    height: 12px;
    margin-top: 10px;
}

.events::-webkit-scrollbar-thumb {
    background-color: #ab8a8a;
    /* border-radius: 10px; */
    left: 10px;
    /* max-height: 10px !important; */
    border-radius: 0 0 4px 4px;
    /* position: relative; */
    width: 1px;
    /* position: absolute; */
    height: 1px;
}

.events::-webkit-scrollbar-track {
    background-color: #e6e6e6;
    border-top: 4px solid white;
    border-bottom: 4px solid white;
}

.event-overlapcontain {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px;
    margin: auto;
    /*   overflow: visible; */
    overflow: hidden;
    border-radius: 8px;
}
.event-container {
    width: 100%;
    -webkit-box-pack: middle;
    -ms-flex-pack: middle;
    justify-content: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff;
    min-width: 250px;
    color: #777777;
    border-radius: 8px;
    overflow: visible;
    border: 3px solid #fff;
}
.ts .event-bg {
    -o-object-fit: cover;
    object-fit: cover;
}
.ts .event-bg img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px 4px 0 0;
    margin-bottom: 0 !important;
}
.ts .event-bg-mobile {
    display: none;
}
.ts .event-bg img.event-bg-type{
    position: absolute !important;
    /* bottom: 10px; */
    top: 15px;
    right: 15px;
    max-width: 100px;
    min-width: 80px;
    cursor: pointer;
    width: 25%;
    display: none;
}
.ts .event-bg img.event-bg-typehover{
    position: absolute !important;
    /* bottom: 10px; */
    top: 15px;
    right: 15px;
    cursor: pointer;
    max-width: 100px;
    min-width: 80px;
    cursor: pointer;
    width: 25%;
}
.event-bg-typehover{
    display: none;
}
.event-bg-type:hover + .event-bg-typehover,
.event-bg-typehover:hover{
    display: block;
}
.event-bg-type:hover,
.event-bg-typehover:hover + .event-bg-type{
    display: none;
}
.event-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -5px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #cccccc;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flexrightalign {
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.event-details {
    padding: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    padding: 10px;
    padding-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.event-details div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.eventname {
    font-weight: 600;
    font-size: 30px;
    line-height: 0.9;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.eventvenue {
    text-transform: capitalize;
}
.eventwriter {
    display: none;
}
.eventwriter-name {
    font-weight: 500;
}
.eventtime {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
}
.eventseats {
    font-size: 12px;
}
.eventseatsnumber {
    font-weight: 800;
    font-size: 14px;
}
.event-buttons {
    position: relative;
    /* padding: 0 20px 20px 20px; */
    font-weight: 600;
    letter-spacing: 1px;
    top: -7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 3px solid #fff;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-align: start;

    -ms-flex-align: start;

    align-items: flex-start;
}
.event-button-seat {
    position: relative;
    background-color: var(--main-color);
    color: #fff;
    padding: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    width: 100%;
    top: 0px;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    height: 100%;
    text-align: center;
    cursor:pointer;
}
.event-button-seat:hover{
    background-color:rgba(247, 167, 0, 1);
    color:#000;
}
.event-button-show {
    padding: 10px !important;
    letter-spacing: 0px;
    color: var(--main-color);
    text-align: right;
    cursor: pointer;
    font-weight: 600;
    text-align: center;
    cursor:pointer;
}
.event-button-show:hover{
    background-color:rgba(247, 167, 0, 1);
    color:#000;
}
.event-button-moreinfo {
    padding: 0px 0px;
    letter-spacing: 0px;
    color: var(--main-color);
    text-align: right;
    cursor: pointer;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
}
.event-button-lessinfo {
    padding: 0px 0px;
    display:none;
    letter-spacing: 0px;
    color: var(--main-color);
    text-align: right;
    cursor: pointer;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
}
.event-button-moreinfo i {
    top: 4px;
    position: relative;
}.event-button-lessinfo i {
     top: 4px;
     position: relative;
 }
.event-button-time {
    display: none;
    position: relative;
    background-color: var(--main-color);
    color: #fff;
    padding: 20px;
    width: 100%;
    font-weight: 600;
    width: 100%;
    letter-spacing: 1px;
    cursor: pointer;
    font-size: 20px;
    top: 0px;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    text-align: center;
    cursor:pointer;
}
.event-button-time:hover{
    background-color:rgba(247, 167, 0, 1);
    color:#000;
}
.type-ondemand .event-button-time {
    background-color: #232323;
}
.type-ondemand .event-button-time:hover {
    background-color:rgba(247, 167, 0, 1);
    color:#000;
}
.type-specials .event-button-time {
    background-color: #fff;
    color:#208B77;
}
.type-specials .event-button-time:hover {
    background-color: #208B77;
    color:#fff;
}
.type-ondemand .event-button-time:hover {
    background-color:rgba(247, 167, 0, 1);
    color:#000;
}
.event-button-access {
    /* display: none; */
    position: relative;
    background-color: rgba(247, 167, 0, 1);
    color: #373737;
    padding: 10px;
    width: 100%;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    font-size: 20px;
    top: 0px;
    text-align: center;
    cursor:pointer;
}
.event-button-access:hover{
    background-color:#fff;
    color:rgba(247, 167, 0, 1);
}
.event-button-wishlist {
    position: relative;
    background-color: rgb(109, 20, 33);
    color: rgb(255, 255, 255);
    padding: 20px 3px;
    width: 35%;
    border-left: 3px solid #fff;
    font-weight: 600;
    letter-spacing: 1px;
    white-space: nowrap;
    font-size: 14px;
    text-align: center;
    height: 100%;
    cursor: pointer;
}
.type-specials .event-button-wishlist, .type-hostedevent .event-button-wishlist, .type-ondemand .event-button-wishlist{
    padding:20px 3px;
}
.event-button-wishlist:hover{
    background-color:rgba(227, 147, 0, 1);
    color:#000;
}
.event-button-divider {
    padding: 0px 25px;
    letter-spacing: 0px;
    z-index: 2;
    position: relative;
}
.event-button-divider:after {
    content: "";
    border-top: 20px solid #cccccc;
    margin-left: -50%;
    width: 2px;
    z-index: 1;
    padding: 0px 1px;
    position: relative;
    border-bottom: 20px solid #cccccc;
}
.event-buttons-selected {
    display: none;
    position: relative;
    padding: 0 20px 20px 20px;
    font-weight: 600;
    letter-spacing: 1px;
    top: 0px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.event-button-back {
    position: relative;
    /* background-color: #fff; */
    color: #ffffff;
    padding: 20px 0 0 0;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    top: 0px;
    text-align: center;
}
.poster-stats-amenities {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    text-align: right;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
}
.type-ondemand .poster-stats-amenities{
    display:none;
}
.type-specials .poster-stats-amenities{
    display:none;
}
.event-moreinfo-holder{
    display:none;
}
.event-moreinfo-header{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
}
.event-moreinfo-title {
    padding: 20px;
    display: none;
    font-size:24px;
    text-transform: uppercase;
}
.event-moreinfo-subtitle {
    padding: 20px;
    display: none;
}
.eventinfo {
    padding: 20px;
    display: none;
}
.eventmedia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* height: 125px; */
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-height: 300px;
}
.eventmedia-holder {
    border-radius: 4px;
}
.ts .eventmedia-holder img {
    width: 100%;
    border-radius: 4px;
    max-width: 300px;
    max-height: 200px;
}



/*tooltipsy styles*/

.tooltipsy {
    display: inline;
    position: relative;
    z-index: 999;
}

/* Trigger text */

.tooltipsy-item {
    cursor: pointer;
    z-index: 100;
    position: relative;
    display: inline-block;
    font-weight: 700;
    -webkit-transition: background-color 0.3s, color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, color 0.3s, -webkit-transform 0.3s;
    -o-transition: background-color 0.3s, color 0.3s, transform 0.3s;
    transition: background-color 0.3s, color 0.3s, transform 0.3s;
    transition: background-color 0.3s, color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.tooltipsy:hover .tooltipsy-item {
    color: #ffffff;
    -webkit-transform: translate3d(0, 45px, 0);
    transform: translate3d(0, 45px, 0);
}

/* tooltipsy */

.tooltipsy-content {
    position: absolute;
    z-index: 99;
    width: 250px;
    right: -10px;
    margin-left: 0;
    top: 40px;
    text-align: left;
    background: var(--main-color)f1;
    opacity: 0;
    font-size: 0.75em;
    line-height: 1.5;
    padding: 10px;
    color: #fff;
    cursor: default;
    border-right: 30px solid var(--main-color);
    pointer-events: none;
    border-radius: 5px;
    margin-right: 10px;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.tooltipsy-content a {
    color: #32434f;
}

.tooltipsy-text {
    opacity: 0;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.tooltipsy:hover .tooltipsy-content,
.tooltipsy:hover .tooltipsy-text {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 800px) {
    .event-controls {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .event-buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .events.in {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ts-container-2-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .sponsor-section-item {

    }
    .ts-promotion-sections {
        width: 75%;
    }

    .ts-events-section {
        width: 90%;
        margin: auto;
    }

    .ts-searchandfilter{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .ts-searchby {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 16px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom:20px;
    }
    .ts-searchby div {
        padding: 10px 0px;
    }
    .ts-season-sponsors img {
        height: 40px;
    }
    .ts-container {
        padding: 0 10px 10px 10px;
    }
}
.flexbreak {
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    height: 0;
    display: none;
}
.flexalwaysbreak {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 0;
}
.ts-show-details {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}


@media only screen and (max-width: 650px) {
    .ts .event-bg-mobile {
        display: block;
    }
    .ts-searchby {
        font-size:16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 4px;
    }
    .ts-searchby div{
        border-radius: 4px;
    }
    .ts .event-bg-desktop {
        display: none;
    }
    .ts-show-details {
    }
    .ts-show-details div {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .ts-searchby-date{
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        border-radius: 0px !important;
    }
    .flexbreak {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        display: block;
        height: 0;
    }
    .ts .event-button-show {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    }
    .ts-show-details {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .event-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .event-button-wishlist {
        width: 100%;
        height: 36px;

        padding: 9px 3px;
    }
    .ts-container-2-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ts-promotion-sections {
        width: 75%;
        margin: 10px auto;
    }
    .ts-events-section {
        width: 90%;
        margin: auto;
    }
    .cast-section-item {
        width: 30%;
    }
    .ts-seating-section{
        padding:0;
    }
    .ts-seat-title{
        padding-top:20px;
    }
}
@media only screen and (max-width: 400px) {
    .cast-section-item-pic {
        width: 65px;
        height: 65px;
    }
}

.focused .eventmedia,
.focused .eventinfo,
.focused .carousel {
    display: none;
}
.ts-featured-events-section .ts-event{
    width: 100%;
}


.showpage .event-button-show,
.showpage .event-button-divider,
.showpage .eventmedia,
.showpage .eventinfo,
.showpage .legend,
.showpage .event-bg,
.showpage .carousel {
    display: none;
}

.ts .eventtime,
.ts .eventvenue,
.ts .eventseats,
.ts .eventname,
.ts .event-details,
.ts .eventwriter,
.ts .eventwriter-name,
.ts .event-button-seat {
    display: none;
}
.ts .event-button-time {
    display: block;
}
.ts .event-controls {
    margin-bottom: -5px;
}

.ts-show-selected .event-container {
    border: 3px solid rgb(249, 166, 57);
    border-radius: 6px;
    background-color: rgb(249, 166, 57);
}
.ts-show-selectednodate .event-container {
    border: 3px solid rgb(249, 166, 57);
    border-radius: 6px;
    background-color: rgb(249, 166, 57);
}

.showpage .event-controls,
.focused .event-controls {
    top: 0px;
    border-bottom: none;
}

.showpage .details {
    background: #fff !important;
}
.showpage .arrow {
    border-color: transparent transparent var(--main-color) transparent;
    border-width: 0 15px 15px 15px;
    top: -10px;
}

.showpage .event-container {
    border: var(--main-color) solid 4px;
}

.showpage .event-overlapcontain {
    top: -7px;
}









.type-stageshow{

}
.ts-container-2-col .type-ondemand, .ts-container-2-col .type-specials, .ts-container-2-col .type-hostedevent{
    width: 90%;
}
.type-ondemand .event-container{
    border: none;
    background-color: #191919;
}
.type-ondemand .ts-show-details{
    border-color: #3e3e3e;
    background-color: #3e3e3e;
}
.type-ondemand .event-button-access{
    padding: 20px;
    border-radius:0 0 4px 4px;
}
.type-specials{
    width:90%;
}
.type-specials .event-container{
    border: none;
    background-color: #208B77;
}
.type-specials .ts-show-details{
    border-color: #3e3e3e;
    background-color: #3e3e3e;
}
.type-specials .event-button-signup{
    background-color: #fff;
    color: #208B77;
    width: 100%;
    padding: 20px;
    font-size: 18px;
    border-radius:0 0 4px 4px;
    text-align: center;
    cursor:pointer;
}
.type-specials  .event-button-signup:hover{
    background-color:#208B77;
    color:#fff;
}
.type-hostedevent{
    width: 90%;
}
.sale-banner{display:none;}
.promo-onsale .onsale.sale-banner{
    display:block;
    background-color:#ff0000;
}
.promo-almostsold .almostsold.sale-banner{
    display:block;
    background-color: #ffdb61;
}
.promo-newshow .newshow.sale-banner{
    display:block;
    background-color: #5579ff;
}
.promo-limitedtime .limitedtime.sale-banner{
    display:block;
    background-color: #9e33ff;
}















/* external css: flickity.css */

.event-container .carousel {
    background: #fff;
    padding: 0px 15px 15px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    display:none;
}

.ts .event-container .carousel img,
.carousel-cell {
    display: block;
    height: 275px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

@media screen and (min-width: 768px) {
    .ts .event-container .carousel img,
    .carousel-cell {
        height: 180px;
    }
}

.video-wrap {
    position: relative;
    width: 300px;
    height: 100%;
}
.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    height: 100%;
    z-index: 2;
}
.video-wrap__grippy {
    position: absolute;
    left: 0;
    width: 40%;
    top: 32px;
    bottom: 40px;
    z-index: 3;
}
.video-wrap__grippy:before {
    position: absolute;
    display: block;
    content: "";
    width: 60%;
    height: 35%;
    top: 0;
    left: 100%;
}
.video-wrap__grippy + .video-wrap__grippy {
    left: auto;
    right: 0;
}
.video-wrap__grippy + .video-wrap__grippy:before {
    bottom: 0;
    top: auto;
    right: 100%;
    left: auto;
}

.carousel-cell {
    margin: 0 5px;
}

.playbutton:after {
    content: "";
}

.video-link {
    position: relative;
    float: left;
}
.ts .video-link img {
    display: block;
}
.video-link:after,
.video-link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
}
.video-link:after {
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-left: 20px solid #fff;
    margin-top: -19px;
    margin-left: -11px;
    pointer-events: none;
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25));
}
.video-link:before {
    margin-top: -34px;
    margin-left: -34px;
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
    background: rgba(0, 0, 0, 0.42);
}
.video-link:hover:before {
    background: rgba(0, 0, 0, 0.7);
}

.sheen {
    overflow: hidden;
}

.sheen:after {
    -webkit-animation: shine 10s ease-in-out infinite;
    animation: shine 10s ease-in-out infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    content: "";
    position: absolute;
    width: 300%;
    height: 300%;
    opacity: 0.8;
    pointer-events: none;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);

    background: rgba(255, 255, 255, 0.13);
    background: -webkit-gradient(
            linear,
            left top, right top,
            from(rgba(255, 255, 255, 0.13)),
            color-stop(77%, rgba(255, 255, 255, 0.08)),
            color-stop(92%, rgba(255, 255, 255, 0)),
            to(rgba(255, 255, 255, 0))
    );
    background: -o-linear-gradient(
            left,
            rgba(255, 255, 255, 0.13) 0%,
            rgba(255, 255, 255, 0.08) 77%,
            rgba(255, 255, 255, 0) 92%,
            rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0.13) 0%,
            rgba(255, 255, 255, 0.08) 77%,
            rgba(255, 255, 255, 0) 92%,
            rgba(255, 255, 255, 0) 100%
    );

}

/* Hover state - trigger effect */

/* Active state */


.svgarea {
    fill: #ffffff;
    z-index: -1;
    cursor: move;
}
.svgarea2 {
    fill: #ffffff;
    z-index: -1;
    cursor: move;
}
.svgarea3 {
    fill: #ffffff !important;
    z-index: -1;
    cursor: move;
    opacity: 0;
}
.venue_smith {
    height: 600px;
}
.venue_gilliam {
    height: 600px;
}
.venue_moonlight {
    height: 600px;
}
.companion {
}

.accessibleremove.on {
    opacity: 0;
    pointer-events: none;
}
.accessibleremove.alwayson {
    opacity: 0;
    pointer-events: none;
}

.fullscreenToggle {
    display: none;
}

.fullopen .cast-header,
.seemore .cast-header,
.fullopen .collab-header,
.seemore .collab-header {
    display: block;
}


.seemore .eventmedia,
.seemore .carousel,.seemore .eventinfo,.seemore .event-moreinfo-header,.seemore .event-moreinfo-holder {
    display:block !important;
}

.cast-header.empty,.sponsor-header.empty,.collab-header.empty,.ts-show-type.empty,.ts-show-venue.empty,.ts-show-instancenum.empty,.ts-show-venue.empty.ts-show-recommend.empty{
    display:none !important;
}






.event-moreinfo-holder {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.ts-hidden{
    display:none;
}
.ts-noborders{
    border:0!important;
}
.eventcard{
    background-color: #fff;
    color:#333;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 2px 2px rgba(0, 0, 0, 0.2),
    0 4px 4px rgba(0, 0, 0, 0.15), 0 8px 8px rgba(0, 0, 0, 0.1),
    0 16px 16px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 2px 2px rgba(0, 0, 0, 0.2),
    0 4px 4px rgba(0, 0, 0, 0.15), 0 8px 8px rgba(0, 0, 0, 0.1),
    0 16px 16px rgba(0, 0, 0, 0.05);
}
.ts-date,.ts-time,.ts-seating-section{
    padding:20px;
}


.ts-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 50px 0;
    padding: 20px;
    background-color: #4e131c;
    position: sticky;
    top: 0px;
    z-index: 1009;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.logoimg {
    width: 60%;
    max-width: 300px;
    margin:0;
}

.big-modal-logo {
    width: 100%;
    margin-bottom:30px !important;
}

.ondemand-modal-body{
    background: -webkit-gradient(linear, left top, right top, from(#b8861e), to(#2d1e00)) !important;
    background: -o-linear-gradient(left, #b8861e, #2d1e00) !important;
    background: linear-gradient(to right, #b8861e, #2d1e00) !important;
}
.special-modal-body{
    background: -webkit-gradient(linear, left top, right top, from(#208B77), to(#10332c)) !important;
    background: -o-linear-gradient(left, #208B77, #10332c) !important;
    background: linear-gradient(to right, #208B77, #10332c) !important;
}

.ts-calendarview .ts-event{
    margin-bottom:0px;
}







































.ts-seating-section{
    display: none;
    position: relative;
}
.ts-seating-section.active{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ts-seatchart{
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    display: none;
    text-align: center;
    background-color: #fbfbfb;
    touch-action: pinch-zoom pan-y pan-x;
    -ms-touch-action: pinch-zoom pan-y pan-x;
}
.ts-season-sponsors-header {
    text-align: center;
}
.ts-seasons-sponsors-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    /* padding: 0px; */
}
.ts-season-sponsors {
    /* padding-bottom: 15px; */
    background-color: rgba(255,255,255,.1);
    margin-bottom: 50px;
    padding: 20px 10px;
}
.ts-season-sponsors img{
    height: 45px;
}
.ts-season-sponsor {
    padding: 5px;
    width: 50%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    max-width: 100px;
}
.ts-finish-incart {
    background-color: rgba(247, 167, 0, 1);
    color: #000;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0 0 4px 4px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
    margin-top: -20px;
    display: none;
    width: calc(100% + 40px);
    margin-left: -20px;
}
.ts-finish-incart.active {
    display:block;
    pointer-events: auto;
    cursor: pointer;
    position: sticky;
    top: 0px;
    z-index: 10;
}
.ts-finish-incart-success {
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
}
.ts-legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 250px;
    width: 100%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    line-height: 1.3;
    border-radius: 6px;
    padding: 3px;
    border: 2px solid #fff;
    margin: 0 10px;
}
.ts-time{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    position: sticky;
    bottom: 0px;
}
.ts-legend-header{
    font-size:13px;
    font-weight:700;
}
.ts-legend-premium {
    background-color: var(--main-color);
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 4px 0 0 4px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.ts-legend-standard {
    background-color: #f9a639;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.ts-legend-economy {

    background-color: #2e2eaa;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 0 4px 4px 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.ts-legend-price-adult {
    font-weight: 600;
}
.ts-legend-price-child {
    font-weight: 600;
}

.ts-seatchart-prompt {
    background-color: #f7a700;
    width: 155px;
    border-radius: 4px;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    /* height: 35px; */
    border: 2px solid black;
    top: 50%;
    left: 50%;
    pointer-events: none;
    opacity: 0;
    display: none;
}
.ts-seatchart-prompt.active{
    opacity: 1;
    display: block;
}

.ts-date-indicator {
    background-color: #f7a700;
    position: absolute;
    width: 75px;
    /* left: 42px; */
    /* transform: translate(-50%, 100%); */
    margin-left: -8px;
    top: 0px;
    /* z-index: 1000; */
    font-size: 10px;
    line-height: 2;
    /* padding: 0 10px; */
    font-weight: 600;
    border: 1px solid #000;
    display:none;
}
.ts-date-indicator.active{
    display: block;
}
.event-incart {
    top: 0px;
    position: absolute;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    z-index: 1;
    left: 15px;
    background-color: #f7a700;
    padding: 5px 10px;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 0 0 4px 4px;
    opacity: 0;
    pointer-events: none;
    /* animation: slideLeftToRight 5s infinite; */
}
.event-incart.active{
    pointer-events: auto;
    opacity: 1;
}



















/**********        Shows page styles                ***********/
.ts-showpage {
    padding: 0;
}
.ts-showpage .eventcard {
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #cacaca;
}
.ts-showpage img.event-bg-desktop {
    border-radius: 4px;
}
.ts-showpage .event-button-time.event-button-select {
    border-radius: 4px;
}
.ts-showpage .event-button-show {
    display: none;
}
.ts-showpage .event-button-lessinfo, .ts-showpage .event-button-moreinfo {
    display: none !important;
}
.ts-showpage .ts-show-details {
    margin-top: 20px;
}
.ts-showpage .event-moreinfo-holder{
    display:-webkit-box !important;
    display:-ms-flexbox !important;
    display:flex !important;
}
.ts-showpage .eventmedia, .ts-showpage .carousel, .ts-showpage .eventinfo, .ts-showpage .sponsor-header, .ts-showpage .event-moreinfo-header, .ts-showpage .event-moreinfo-holder, .ts-showpage .cast-header, .ts-showpage .cast-header, .ts-showpage .collab-header, .ts-showpage .collab-header{
    display: block !important;
}
.sponsor-section-item .sponsor-section-item-pic {
    border-radius: 0;
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 100px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    border:none;
}
.sponsor-section-item{
}

.sponsor-section-item-pic:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.ts-showpage .ts-show-selected .event-moreinfo-holder{
    display:none !important;
}


.ts-seatchart-prompt{
    display:none !important;
}

.ts-listview .event-button-lessinfo, .ts-listview .event-button-moreinfo {
    display: none !important;
}

.event-moreinfo-holder {
    background-color: #fff;
    border: 2px #f3f3f3 solid;
    padding-bottom: 30px;
    border-radius: 0 0 7px 7px;
}




.ts-ondemand-notif {
    bottom: -25px;
    position: absolute;
    color: #f6ca3d;
    /* bottom: 62px; */
    /* border: #fff 1px solid; */
    /* height: 50px; */
    border-radius: 4px;
    /* margin-left: 20px; */
    font-weight: 500;
    /* padding: 5px 12px; */
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 11px;
    width: 0px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}


.ts-show-dates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
}
.ts-show-datestart, .ts-showdateend {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.3;
}
span.ts-show-datesbetween {
    font-size: 8px;
    line-height: 1.5;
}

.ts-date-option-icon {
    font-size: 15px;
    letter-spacing: 5px;
    padding: 5px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.big-modal-body .ts-date-option-icon{
    font-size: 4px;
}
.ts-seating-alert {
    padding: 30px 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ff0000;
    color: #fff;
    text-align: center;
}
.ts-seating-alert-text-heading {
    font-size: 18px;
    font-weight: 600;
}
.ts-seating-alert-button {
    background-color: #fff;
    padding: 30px 20px;
    margin-top: 20px;
    color: var(--main-color);
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 8px;
    -webkit-transition: font-size .2s, background-color .2s, color .2s;
    -o-transition: font-size .2s, background-color .2s, color .2s;
    transition: font-size .2s, background-color .2s, color .2s;
}
.ts-seating-alert-button:hover{
    background-color: var(--main-color);
    color: #fff;
    font-size: 26px;
}
.ts-seating-alert.hidden{
    display: none;
}

.ts-seating-alert-text-sub a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

.eventbg img {
    margin-bottom: 0px !important;

}
.ts-promotion-header.adspace img {
    border-radius: 5px;
    border: 1px solid #fff;
}
.span.ts-legend-price {
    font-size: 16px;
    font-weight: 700;
    padding-top: 8px;
    margin-bottom: -6px;
}

span.ts-legend-price {
    font-size: 16px;
    font-weight: 700;
    padding-top: 2px;
    margin-bottom: -6px;
}

g#non-interative {
    pointer-events: none !important;
}

.ts-seating-section {
    padding: 5px;
}

.large.container__bslide .bslide-card-img img {
    min-width: 425px;
}
.container__bslide .eventexcerpt {
    display: none;
}
.detailed.container__bslide .eventexcerpt {
    display: block;
}


@media only screen and (max-width: 500px) {
    .large.container__bslide .bslide-card-img img {
        min-width: calc(100vw - 65px);
    }
}

.ts-event .sponsor-header{
    display: block;
}












.ts-listview img.event-bg-type {
    width: 20% !important;
    min-width: 85px;
    max-width: 120px;
}

.ts-listview img.event-bg-typehover {
    width: 20% !important;
    min-width: 85px;
    max-width: 120px;
}
.ts-listview .event-bg-mobile {
    display: block;
    max-width: 200px !important;
    height: 100% !important;
}
.ts-listview .bslide-card-button {
    width: 100%;
    background-color: #d37227;
    color: #fff;
}
.ts-listview .event-details {
    align-items: center;
    padding: 10px;
    flex-grow: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    /* border-bottom: 1px solid #000; */
    /* margin-bottom: 15px; */
    /* padding: 10px; */
    /* padding-bottom: 25px; */
    align-items: center;
    background-color: #ffffff;
    text-align: center;
    color: #000;
    flex-direction: column;
    margin: 0;
    line-height: 1;
    font-family: 'Jost';
    justify-content: center;
}

.type-ondemand.ts-list-item{
    display: none!important;
}













/*Section for hiding events within shows*/
.specials [data-showid="23201APGCMPGJNLTBJBBRLRLRBCKNMGMV"] .ts-date-option, .type-specials[data-showid="23201APGCMPGJNLTBJBBRLRLRBCKNMGMV"] .ts-date-option{
    display:none;
}
.specials [data-showid="23201APGCMPGJNLTBJBBRLRLRBCKNMGMV"] [data-instanceid="84014ALHPRSHGHRTLSSDMLGSVQGCKPJTS"], .type-specials[data-showid="23201APGCMPGJNLTBJBBRLRLRBCKNMGMV"] [data-instanceid="84014ALHPRSHGHRTLSSDMLGSVQGCKPJTS"]{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}

.ts-date{
    border-radius:6px 6px 0 0;
}
.ts-seating-section{
    border-radius: 0 0 6px 6px;
}




















.ts-seating-general{
    display: none;
}

.ts-seating-general.active {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #8a2332;
    color: #fff;
    padding: 40px 20px;
}
.ts-general-form-select {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.ts-general-form-select-minus, .ts-general-form-select-plus {
    color: #fff;
    padding: 10px 20px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background-color .2s, color .2s;
}

.ts-general-form-select-minus:hover, .ts-general-form-select-plus:hover {
    background-color: #fff;
    color: #111426;
}
.ts-general-form-select-minus.disabled {
    pointer-events: none;
    opacity: .4;
}
.ts-general-form-select-num {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    line-height: 1;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

span.ts-general-form-select-num {
    font-weight: 900;
    font-size: 20px;
    border: none;
    line-height: 0.3;
}
.ts-general-form-button {
    background-color: #F39236;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    padding: 10px;
    border: 1px solid #fff;
    cursor: pointer;
    margin-top: 15px;
    text-align: center;
    border-radius: 50px;
    transition: background-color .2s, color .2s;
}
.ts-general-form-button:hover {
    background-color: #ffffff;
    color: #8a2332;
    border: 1px solid #fff;
}
.ts-general-form-button.disabled {
    pointer-events: none;
    background-color: transparent;
    opacity: .3;
}
.ts-general-form-header {
    font-size: 24px;
}







.big-show-deet-date {
    font-size: 3rem;
    display: flex;
    flex-direction: column;
    line-height: 1;
    text-shadow: 0px 4px 5px rgb(0 0 0 / 80%), 0px 8px 18px rgb(0 0 0 / 70%), 0px 18px 28px rgb(0 0 0 / 60%), 0px 0px 40px rgb(0 0 0);
    position: absolute;
    bottom: 20px;
    right: 40px;
    width: 30%;
    color: #fff;
    text-align: right;
}

span.big-show-deet-starttext {
    font-size: 2rem;
}


.big-car-deet-date {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    bottom: 0px;
    line-height: 1;
    color: var(--main-color);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 39%, rgba(255,255,255,0) 100%);
    padding: 5px;
    border-radius: 0 0 4px 4px;
    /* bottom: 20px; */
    pointer-events: none;
    padding-top: 50px;
    font-size: 32px;
    gap: 8px;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
    transition: top .2s;
}
.container__bslide-card.series .big-car-deet-date{
    display: none;
}
.archived .big-car-deet-date,.archived .bslide-card-button,.archived .big-show-deet-buy-holder,.archived .big-show-deet-buy{
    display: none;
}



span.big-car-deet-starttext, span.big-car-deet-endtext {
    font-size: 32px;
    font-weight: bold;
    font-family: 'open sans condensed';
}

.big-car-deet-date-time {
    color: #1c6177;
    font-size: 12px;
    padding-top: 2px;
}
.big-show-deet-date-time {
    font-size: 24px;
}

/*.specials .big-car-deet-date, .ondemand .big-car-deet-date {*/
/*    display: none;*/
/*}*/

#venue_gilliam .handicapshow [data-name="handicapicon"], #venue_gilliam .handicapshow [data-name="companionicon"], #venue_gilliam .handicapshow #handicapicon, #venue_gilliam .handicapshow #companionicon {
    display: block !important;
}
.ts-seating-handicap {

    color: #fff;
    background-color: #a1a1a1;
    padding: 4px 8px;
    margin: 5px;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 6%) 0px 2px 4px -1px;
    border: #fff solid 1px;
    border-radius: 8px;
    text-transform: capitalize;
    font-size:10px;
}
.ts-seating-hide-handicap {
    color: #777;
    background-color: #f1f1f1;
    padding: 4px 8px;
    margin: 5px;
    display: none;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 6%) 0px 2px 4px -1px;
    border: #fff solid 1px;
    border-radius: 8px;
    text-transform: capitalize;
    font-size:10px;
}
.ts-seating-handicap i, .ts-seating-hide-handicap i{
    font-size:10px;
}
.ts-seating-handicap * {
    color: #fff;
}

.handistretch{
    scale: 2 1;
    transform: translate(30%, 0px) !important;
}
.handistretchright{
    scale: 2 1;
    transform: translate(-30%, 0px) !important;
}
.noshowhandi{
    display: none !important;
    pointer-events: none;
}
iconstretch{
    transform: translate(5px, 0px);
}
.ts-event.eventcard.hidden {
    display: block;
}
.hidden .event-buttons{
    display: none;
}