
.iox-modal-overlay{
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1;
    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;
}
.iox-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-event{
    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: 'Gilroy';
}




.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: #000000;
}
.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-event-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-event-details div {
    padding: 10px;
    padding-top: 0px;
    line-height: 1;
}
.ts-event-icon {
    width: 50px !important;
}
.ts-event-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-event-broughtby {
}
.ts-event-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-event-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-event-instancenum-number {
}
.ts-event-instancenum-text {
}
.ts-event-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-event-details i {
    font-size: 25px;
}
.ts-event-details .actualdata {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    padding-top: 8px;
}

.type-ondemand .ts-event-details {
    display: none !important;
}
.type-specials .ts-event-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-event-selected .ts-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ts-event-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;
}
.ts-date-option:hover {
    background-color:rgba(255,255,255, 1);
    color: #000;
}
.ts-date-option.selecteddate {
    color: #000 !important;
    background-color:#ffffff;
    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: "Artists";
    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: 0;
}
.collab-header-text {
    text-align: center;
    position: relative;
    padding: 0 10px;
    /* background-color: #fff; */
    z-index: 0;
}
.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: 150px;
    height: 185px;
    /* margin-right: 10px; */
    background-size: cover;
    border: 2px solid #fff;
    border-radius: 10px;
    background-position: center;
    cursor: pointer;
}
.cast-section-item-name-contain {
    text-align: center;
}
.cast-section-item-name {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 600;
}
.cast-section-item-role {
    font-size: 14px;
    line-height: 1.1;
    padding-bottom: 10px;
}









.collaborator-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;
}
.collaborator-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; */
}
.collaborator-section-item-pic {
    width: 125px;
    height: 125px;
    /* margin-right: 10px; */
    background-size: cover;
    border: 2px solid #fff;
    border-radius: 100%;
    background-position: center;
}
.collaborator-section-item-name-contain {
    text-align: center;
}
.collaborator-section-item-name {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 600;
}
.collaborator-section-item-role {
    font-size: 14px;
    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: "Event 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: 0;
}
.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: #00617d96;
    /* border-radius: 10px; */
    left: 10px;
    /* max-height: 10px !important; */
    border: 1px solid #1684a37d;
    border-radius: 0 0 4px 4px;
    /* position: relative; */
    width: 1px;
    /* position: absolute; */
    height: 1px;
}

.events::-webkit-scrollbar-track {
    background-color: #90909054;
    border-top: none;
    border-bottom: none;
}


.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%;
    background-color:#fff;
    -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(175, 255, 79, 1);
    color:#000;
}
.event-button-event {
    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-event:hover{
    background-color:rgba(175, 255, 79, 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(175, 255, 79, 1);
    color:#000;
}
.type-ondemand .event-button-time {
    background-color: #232323;
}
.type-ondemand .event-button-time:hover {
    background-color:rgba(175, 255, 79, 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(175, 255, 79, 1);
    color:#000;
}
.event-button-access {
    /* display: none; */
    position: relative;
    background-color: rgba(175, 255, 79, 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(175, 255, 79, 1);
}
.event-button-wishlist {
    position: relative;
    background-color: rgb(175 255 79);
    color: rgb(255, 255, 255);
    padding: 20px 3px;
    width: auto;
    border-left: 3px solid #fff;
    font-weight: 600;
    letter-spacing: 1px;
    white-space: nowrap;
    font-size: 14px;
    text-align: center;
    margin: 5px;
    height: auto;
    cursor: pointer;
    border-radius: 8px;
}
.type-specials .event-button-wishlist, .type-hostedevent .event-button-wishlist, .type-ondemand .event-button-wishlist{
    padding:20px 3px;
}
.event-button-wishlist:hover{
    background-color: rgb(255 255 255);
    color: rgb(175 255 79);
    border: 1px solid rgb(175 255 79);
}
.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: 0px;
    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;
    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-event-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-event-details {
    }
    .ts-event-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-event {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    }
    .ts-event-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, .collaborator-section-item {
        width: 30%;
    }
    .ts-seating-section{
        padding:0;
    }
    .ts-seat-title{
        padding-top:20px;
    }
}
@media only screen and (max-width: 450px) {
    .cast-section-item-pic {
        width: 85px;
        height: 120px;
    }
    .collaborator-section-item-pic {
        width: 85px;
        height: 120px;
    }
}

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


.eventpage .event-button-event,
.eventpage .event-button-divider,
.eventpage .eventmedia,
.eventpage .eventinfo,
.eventpage .legend,
.eventpage .event-bg,
.eventpage .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-event-selected .event-container {
    border: 3px solid rgb(249, 166, 57);
    border-radius: 6px;
    background-color: rgb(249, 166, 57);
}
.ts-event-selectednodate .event-container {
    border: 3px solid rgb(249, 166, 57);
    border-radius: 6px;
    background-color: rgb(249, 166, 57);
}

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

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

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

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









.type-stageevent{

}
.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-event-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-event-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:#555555;
}
.promo-almostsold .almostsold.sale-banner{
    display:block;
    background-color: #ffdb61;
}
.promo-newevent .newevent.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-event-type.empty,.ts-event-venue.empty,.ts-event-instancenum.empty,.ts-event-venue.empty.ts-event-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: 10px 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;
}

.iox-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: rgb(0, 247, 99);
    color: #000;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -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: -1px;
    z-index: 1;
}
.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;
    border-radius: 6px;
    padding: 5px;
    margin: 0 3px;
    font-size: 12px;
}
.ts-time{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px !important;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.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: #ffffff;
    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: #777777;
    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: #777777;
    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: #777777;
    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;
}



















/**********        events page styles                ***********/
.ts-eventpage {
    padding: 0;
}
.ts-eventpage .eventcard {
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #cacaca;
}
.ts-eventpage img.event-bg-desktop {
    border-radius: 4px;
}
.ts-eventpage .event-button-time.event-button-select {
    border-radius: 4px;
}
.ts-eventpage .event-button-event {
    display: none;
}
.ts-eventpage .event-button-lessinfo, .ts-eventpage .event-button-moreinfo {
    display: none !important;
}
.ts-eventpage .ts-event-details {
    margin-top: 20px;
}
.ts-eventpage .event-moreinfo-holder{
    display:-webkit-box !important;
    display:-ms-flexbox !important;
    display:flex !important;
}
.ts-eventpage .eventmedia, .ts-eventpage .carousel, .ts-eventpage .eventinfo, .ts-eventpage .sponsor-header, .ts-eventpage .event-moreinfo-header, .ts-eventpage .event-moreinfo-holder, .ts-eventpage .cast-header, .ts-eventpage .cast-header, .ts-eventpage .collab-header, .ts-eventpage .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-eventpage .ts-event-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: #999999;
    /* 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-event-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-event-datestart, .ts-eventdateend {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.3;
}
span.ts-event-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;
}
.iox-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: #555555;
    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;
}

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

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

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

.large.container__bslide .bslide-card-img img {
    min-width: 425px;
}

.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-seating-general{
    display: none;
}

.ts-seating-general.active {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    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 10px;
    font-size: 35px;
    font-weight: 700;
    width: 50px;
    position: relative;
    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: #000000;
    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: #111426;
    border: 1px solid #fff;
}
.ts-general-form-button.disabled {
    pointer-events: none;
    background-color: transparent;
    opacity: .3;
}
.ts-general-form-header {
    font-size: 24px;
}




.single-iox-event #lqd-site-content{
    padding: 10px;
    padding-top: 160px;
    margin-top: -160px;
}

@media only screen and (max-width: 1200px) {
    .single-iox-event #lqd-site-content{
        padding-top: 50px;
        margin-top: 0px;
    }
}
.single-iox-event .titlebar-inner{
    display:none;
}
.single-iox-event .event-moreinfo-holder {
    border: none;
    max-width: 100%;
}
.single-iox-event .titlebar > .titlebar-overlay.lqd-overlay {
    background: #000000 !important;
}
.single-iox-event .ts-container{
    max-width: 1400px;
    margin-top: 40px;
}
.single-iox-event .event-overlapcontain{
    max-width:100%;
}
.single-iox-event .titlebar {
    margin-bottom: 0px !important;
    background-color:transparent;
}
.single-iox-event .elementor-29772 .elementor-element.elementor-element-8bc25bc {
    padding: 0px 60px 0px 60px;
    margin-bottom: -55px;
}
.single-iox-event .titlebar > .titlebar-overlay.lqd-overlay {
    background: transparent !important;
}
.single-iox-event .ts-eventpage .ts-event-details {
    margin-top: 20px;
    border-bottom: 1px solid;
    border-radius: 0px;
    padding-bottom: 20px;
}
.single-iox-event .ts-eventpage .eventcard {
    border: none;
}


.single-iox-bundle #lqd-site-content{
    padding: 10px;
    padding-top: 160px;
    margin-top: -160px;
}
.single-iox-bundle .ioxew-info-panel-series{display:block !important;}
.single-iox-bundle .ioxew-info-panel-classic-header {
    padding: 10px !important;
    border-radius: 8px;
}
.single-iox-bundle .ioxbun-browser-bundles-createyours.eventpage{
    display:none!important;
}

@media only screen and (max-width: 1200px) {
    .single-iox-bundle #lqd-site-content{
        padding-top: 50px;
        margin-top: 0px;
    }
}
.single-iox-bundle .titlebar-inner{
    display:none;
}
.single-iox-bundle .event-moreinfo-holder {
    border: none;
    max-width: 100%;
}
.single-iox-bundle .titlebar > .titlebar-overlay.lqd-overlay {
    background: #000000 !important;
}
.single-iox-bundle .ts-container{
    max-width: 1400px;
    margin-top: 40px;
}
.single-iox-bundle .event-overlapcontain{
    max-width:100%;
}
.single-iox-bundle .titlebar {
    margin-bottom: 0px !important;
    background-color:transparent;
}
.single-iox-bundle .elementor-29772 .elementor-element.elementor-element-8bc25bc {
    padding: 0px 60px 0px 60px;
    margin-bottom: -55px;
}
.single-iox-bundle .titlebar > .titlebar-overlay.lqd-overlay {
    background: transparent !important;
}
.single-iox-bundle .ts-eventpage .ts-event-details {
    margin-top: 20px;
    border-bottom: 1px solid;
    border-radius: 0px;
    padding-bottom: 20px;
}
.single-iox-bundle .ts-eventpage .eventcard {
    border: none;
}



.ts-event .event-bg-title:before {
    content: '';
    background-image: url(https://iox.llc/app/uploads/2021/08/MA_Sun_Icon_white-80.png);
    display: none;
    height: 32px;
    width: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 5px;
    left: -30px;
}

.ts-event .event-bg-title{
    color: #fff;
    font-family: 'Gilroy';
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
    width: 60%;
    font-size: 24px;
    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);
    letter-spacing: 3px;
    transition: all .3s;
    bottom: 20px;
    position: absolute;
    left: 15px;
    padding-left: 15px;
}


.event-bg-desktop-overlay:after,.event-bg-mobile-overlay:after,.event-bg-desktop:after,.event-bg-mobile:after{
    content: "";
    background-image: linear-gradient(15deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,.3) 10%,rgba(0,0,0,.0) 70%, rgba(0,0,0,0) 100%);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: all .3s;
    pointer-events: none;
}

.ioxaccount-loggedouticon {
    font-size: 20px;
    color: #000;
    /* border: 2px solid #fff; */
    border-radius: 100%;
    /* padding: 3px; */
    width: 40px;
    height: 40px;
    /* margin: auto; */
    text-align: center;
    padding-top: 5px;
    margin-left: 30px;
    text-align: left;
    /* border-left: 1px solid #fff; */
    padding-left: 0px;
    /* margin-bottom: 10px; */
    cursor: pointer;
}
.ioxaccount-loggedouticon:after {
    content: '';
    width: 1px;
    position: absolute;
    left: 15px;
    height: 44px;
    top: -1px;
}
.ioxaccount-loggedinicon{
    font-size: 20px;
    color: #000;
    /* border: 2px solid #fff; */
    border-radius: 100%;
    /* padding: 3px; */
    width: 40px;
    height: 40px;
    /* margin: auto; */
    text-align: center;
    padding-top: 5px;
    margin-left: 30px;
    text-align: left;
    /* border-left: 1px solid #fff; */
    padding-left: 7px;
    /* margin-bottom: 10px; */
    cursor: pointer;
    display:none;
}
.ioxaccount-loggedinicon:after {
    content: '';
    width: 1px;
    position: absolute;
    left: 15px;
    height: 44px;
    top: -1px;
}
.ioxaccount-closeicon{
    font-size: 20px;
    color: #000;
    /* border: 2px solid #fff; */
    border-radius: 100%;
    /* padding: 3px; */
    width: 40px;
    height: 40px;
    /* margin: auto; */
    margin-left: 30px;
    text-align: center;
    padding-top: 5px;
    text-align: left;
    /* border-left: 1px solid #fff; */
    padding-left: 7px;
    /* margin-bottom: 10px; */
    cursor: pointer;
    display:none;
}
.ioxaccount-closeicon:after {
    content: '';
    width: 1px;
    position: absolute;
    left: 15px;
    height: 44px;
    top: -1px;
}
.gm-navbar-sticky-toggle .ioxaccount-loggedinicon,.gm-navbar-sticky-toggle .ioxaccount-loggedouticon, .gm-navbar-sticky-toggle .ioxaccount-closeicon{
    color:var(--main-color);
}
.ioxaccount-loggedinicon:hover,.ioxaccount-loggedouticon:hover, .ioxaccount-closeicon:hover{
    color:#ffffff;
}
.gm-navbar-sticky-toggle .ioxaccount-loggedinicon:after,.gm-navbar-sticky-toggle .ioxaccount-loggedouticon:after,.gm-navbar-sticky-toggle .ioxaccount-closeicon:after{
    border-color:var(--main-color);
}

/*.ioxaccount {*/
/*    font-family: "gilroy", sans-serif;*/
/*    font-weight: 500;*/
/*    color: #555;*/
/*    padding: 15px;*/
/*    border-radius: 0px;*/
/*    box-sizing: border-box;*/
/*    background: #701522;*/
/*    background: -moz-linear-gradient(117deg, #701522 0%, #aa2f41 100%);*/
/*    background: -webkit-linear-gradient(117deg, #701522 0%, #aa2f41 100%);*/
/*    background: linear-gradient(117deg, #701522 0%, #aa2f41 100%);*/
/*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#701522",endColorstr="#aa2f41",GradientType=1);*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: relative;*/


/*}*/
.ioxaccount{
    font-family: "gilroy", sans-serif;
    font-weight: 500;
    color: #555;
    /* width: 100%; */
    /* height: 100%; */
    /* position: fixed; */
    /* right: 5%; */
    z-index: 2;
    /* top: 5%; */
    position: relative;
    right: 0px;
}

.ioxaccount__container {
    max-width: 450px;
    min-width: 300px;
    max-height: 70vh;
    width: 50vw;
    margin: 0 auto;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 4px;
    padding: 15px;
    /* padding-right: 3px; */
    right: 0;
    position: absolute;
    height: auto;
    background-color: #e7e7e7;
    z-index: 10000000;
    border: #fff solid 2px;
    display: none;
}
.ioxaccount__container.active{
    display: block;
}
.ioxaccount__container__inner {
    width: 100%;
    position: relative;
}
.ioxaccount__container__inner__data {
    width: 100%;
    position: relative;
}
.ioxaccount__heading {
    display: flex;
    justify-content: space-between;
    width: 100%;
    display: none;
    align-items: center;
}
.ioxaccount__close {
    font-size: 16px;
    cursor: pointer;
    color: var(--main-color);
}
.ioxaccount__close:hover {
    color: #000;
}
.ioxaccount__details {
    font-size: 16px;
    cursor: pointer;
    color: var(--main-color);
}
.ioxaccount__details:hover {
    color: #000;
}
.ioxaccount__title {
    font-size: 20px;
}
.ioxaccount__list__item {
    transform: translateY(0);
    transition: transform 0.4s, box-shadow 0.4s;
    display: flex;
    justify-content: space-between;
}
.ioxaccount__list__item:hover {
    transform: translateY(-4px);
}
.ioxaccount__list__item__image {
    width: 60px;
    background-color: #000000;
    color: #fff;
    font-size: 40px;
    text-align: center;
    position: relative;
    height: 60px;
    border-radius: 4px;
    margin-right: 10px;
}
.ioxaccount__list__item__stub {
    width: 100%;
}
.ioxaccount__list__item__stub__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ioxaccount__list__ticket {
    transform: translateY(0);
    transition: transform 0.4s, box-shadow 0.4s;
}
.ioxaccount__list__ticket:hover {
    transform: translateY(-4px);
}
.ioxaccount__list__ticket__image {
    background-image: url("https://mk0bartertheatruifqo.kinstacdn.com/wp-content/uploads/2020/03/Banner_GraceGlorie_2000x613.jpg");
    background-size: cover;
    width: calc(100% + 20px);
    padding-top: 30%;
    left: -10px;
    top: -10px;
    position: relative;
    border-radius: 4px 4px 0 0;
}
.ioxaccount__list__ticket__stub {
    width: 100%;
}
.ioxaccount__list__ticket__stub__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ioxaccount__itemheading__primary {
    line-height: 14px;
    font-size: 18px;
    padding-top: 5px;
    color: #000000;
    font-weight: 500;
}
.ioxaccount__itemheading__secondary {
    font-size: 10px;
    color: #a7a7a7;
}
.ioxaccount__itembuttons {
    display: flex;
    width: 50px;
    font-size: 18px;
    padding-right: 5px;
    color: #000000;
    align-items: center;
    justify-content: flex-end;
    align-self: flex-start;
}
.ioxaccount__itembuttons *{
    transition:transform .2s;
    cursor: pointer;
}
.ioxaccount__itembuttons__edit:hover {
    color: #000;
    transform: scale(1.2);
}
.ioxaccount__itembuttons__delete:hover {
    color: #000;
    transform: scale(1.2);
}
.ioxaccount__footer {
    font-size: 22px;
    border-top: 1px solid var(--main-color);
    padding: 15px 0 0 0;
}
.ioxaccount__footer .small {
    font-size: 16px !important;
}
.ioxaccount__footer__totals__block {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.ioxaccount__footer__button {
    padding: 10px;
    background-color: var(--main-color);
    font-weight: 500 !important;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 20px 0 0 0;
    border-radius: 4px;
    color: #fff;
    transform-style: preserve-3d;
    position: sticky;
    bottom: -3px;
    border: var(--main-color) solid 2px;
    box-shadow: 0 0 20px #e7e7e7;
    transition: color 0.2s, background-color 0.2s, transform .2s;
}
.ioxaccount__footer__button:after {
    content: "";
    transform: translateZ(-1px);
    background-color: #e7e7e7;
    width: calc(100% + 20px);
    height: calc(100% + 10px);
    position: absolute;
    left: -10px;
    top: 5px;
}
.ioxaccount__footer__button:hover {
    color: var(--main-color);
    background-color: #fff;
    transform:scale(1.04);
}

.ioxheading {
    margin-bottom: 5px;
}

.small {
    font-size: 12px;
    font-weight: 400 !important;
}

.bold {
    font-weight: 600 !important;
    color: #000;
}

.right {
    text-align: right;
}

.dataheading {
    font-size: 10px;
    color: #acacac;
    width: 100%;
}

.shadow {
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
.shadow:hover {
    box-shadow: 0 4.8px 4.2px rgba(0, 0, 0, 0.034), 0 8.7px 8.3px rgba(0, 0, 0, 0.048), 0 17.5px 15px rgba(0, 0, 0, 0.06), 0 28.3px 22.9px rgba(0, 0, 0, 0.072), 0 51.8px 38.4px rgba(0, 0, 0, 0.086), 0 110px 90px rgba(0, 0, 0, 0.12);
}

.sshadow {
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06);
}
.sshadow:hover {
    box-shadow: 0 4.8px 4.2px rgba(0, 0, 0, 0.044), 0 9.7px 8.3px rgba(0, 0, 0, 0.068), 0 17.5px 15px rgba(0, 0, 0, 0.1);
}
.sshadow:hover .ticket-on-demand-logo {
    top: 14px;
    -webkit-filter: drop-shadow(2px 2px 3px #222);
    filter: drop-shadow(2px 2px 3px #222);
}
.sshadow:hover .ticket-type-img {
    top: 14px;
    -webkit-filter: drop-shadow(2px 2px 3px #222);
    filter: drop-shadow(2px 2px 3px #222);
}

.cartcard {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    margin: 20px 0;
    border: 2px solid #bbb;
}

.cartcard:first-of-type {
    margin-top: 0;
}

.cart-ondemand {
    background-color: #333;
    color: #fff;
}
.cart-ondemand .ioxaccount__itemheading__primary {
    color: #fff !important;
}
.cart-ondemand .ioxaccount__itembuttons__delete,
.cart-ondemand .ioxaccount__itembuttons__edit {
    color: #a7a7a7;
}
.cart-ondemand .ioxaccount__itembuttons__delete:hover,
.cart-ondemand .ioxaccount__itembuttons__edit:hover {
    color: #fff;
}

.ticket-on-demand-logo {
    position: absolute;
    top: 5px;
    right: 5px;
    width:85px;
    z-index: 1000;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
    transition: top 0.3s, filter 0.2s;
}

.ticket-type-img{
    position: absolute;
    top: 5px;
    width:85px;
    right: 5px;
    z-index: 1000;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
    transition: top 0.3s, filter 0.2s;
}
.ioxaccount__container::-webkit-scrollbar {
    width: 6px;
}

.ioxaccount__container::-webkit-scrollbar-track {
    background: #e7e7e7;
    border-radius: 0 10px 10px 0;
    margin: 13px 0;
}

.ioxaccount__container::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 10px;
    border: 2px solid #e7e7e7;
    border-left: 0;
}








.ioxaccount-item-subitem {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    /* border: 1px solid #ccc; */
    /* padding: 10px; */
    border-bottom: 1px solid #777;
    border-top: 1px solid #777;
    padding-bottom: 5px;
    margin-bottom: 15px;
    padding-top: 5px;
    margin-top: 15px;
}
.ioxaccount-item-subitem-details {
    display: flex;
    justify-content: space-between;
}
.ioxaccount-item-subitem-detail {
    width: 100%;
    display: flex;
    font-size: 12px;
}
.ioxaccount-item-subitem-detail:first-of-type {
    border-right: 1px solid #777;
    margin-right:10px;
    padding-right:10px;
}
.ioxaccount-item-subitem-slider{
    width:100%;
}
.ioxaccount-item-subitem-value {
    /* padding: 0 10px; */
    padding-left: 10px;
}
.ioxaccount-item-subitem-name {
    display: flex;
    justify-content: space-between;
    flex-grow: 2;
    /* padding-right: 20px; */
    flex-basis: 100%;
}
.ioxaccount-item-subitem-question-responses {
    display: flex;
    justify-content: space-around;
}

.ioxaccount-option{
    cursor:pointer;
    padding-left: 0;
    transition: padding .2s;
}

.ioxaccount-option:hover{
    background-color: #fff;
    color:var(--main-color);
    border-radius: 4px;
    padding-left: 10px;
}
.loginmodal .iox-modal-body {
    background: #ffffff; /* Override the gradient for login modal */
}

/* --- Overall Modal Enhancement --- */
.iox-modal-container.loginmodal {
    border-radius: 8px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 6px 15px rgba(0, 0, 0, 0.15);
    /* overflow: hidden; */ /* <-- REMOVED */
    opacity: 0;
    transform: translate(-50%, -45%) scale(0.95);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.iox-modal-container.loginmodal.active { /* Style when active */
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); /* Animate to final position */
}

.iox-modal-container-inner {
    /* Scrollbar styling remains */
    border-radius: 8px; /* Match container */
}

/* --- Header Polish --- */
.loginmodal .iox-modal-body {
    background: #ffffff; /* Keep the brand color */
    padding: 40px 50px; /* More padding */
    position: relative;
    border-radius: 8px 8px 0 0; /* Match container */
    text-align: center; /* Center align header text */
}

/* Optional: Add a subtle icon */
.loginmodal .iox-modal-body::before {
    font-family: 'Font Awesome 6 Pro'; /* Make sure Font Awesome is loaded */
    content: '\f007'; /* User icon */
    font-weight: 900;
    font-size: 1.8em;
    color: rgba(255, 255, 255, 0.5); /* Subtle icon color */
    display: block;
    margin-bottom: 15px;
}

.loginmodal .iox-modal-title {
    font-size: 1.5em; /* Larger title */
    font-weight: 600;
    margin-bottom: 8px;
}

.loginmodal .iox-modal-subtitle {
    font-size: 0.95em;
    opacity: 0.9;
    line-height: 1.5;
}

/* --- Footer Layout & Spacing --- */
.iox-modal-footer {
    display: flex;
    flex-direction: column;
    gap: 20px; /* Consistent spacing between elements */
    padding: 30px 40px 40px 40px; /* Adjust padding */
    background-color: #fff; /* Ensure footer background */
    border-radius: 0 0 8px 8px;
    margin-top: 0; /* Remove margin-top as body/footer are distinct */
}

/* --- Input Field Styling --- */
.iox-modal-input-group {
    position: relative; /* Needed for floating label positioning */
    padding-bottom: 0; /* Remove padding, use footer gap */
}

.iox-modal-footer input[type="email"],
.iox-modal-footer input[type="password"] {
    border: 1px solid #d1d5db; /* Lighter border */
    background-color: #f9fafb; /* Very subtle background */
    border-radius: 6px;
    padding: 14px 16px; /* Adjust padding */
    font-size: 1em;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Input focus state */
.iox-modal-footer input[type="email"]:focus,
.iox-modal-footer input[type="password"]:focus {
    outline: none;
    border-color: #ffffff;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(20,20,20, 0.15);
}

/* --- Floating Labels --- */
.iox-modal-input-group label {
    position: absolute;
    left: 16px;
    top: 15px; /* Vertically centered with input padding */
    font-size: 1em;
    color: #6b7280; /* Muted label color */
    pointer-events: none;
    transition: all 0.2s ease-out;
    background-color: transparent; /* No background initially */
    padding: 0;
}

/* Style for when the input is focused OR has content (via :not(:placeholder-shown)) */
.iox-modal-footer input:focus + label,
.iox-modal-footer input:not(:placeholder-shown) + label {
    top: -10px; /* Move above the input */
    left: 12px;
    font-size: 0.75em; /* Smaller font size */
    color: #555555; /* Slightly darker/focused label color */
    background-color: #fff; /* Background to cover the input border */
    padding: 0 4px; /* Padding around the floated label */
    font-weight: 500;
}

/* --- Button Enhancements --- */
.iox-modal-button {
    padding: 12px 20px;
    font-size: 1em;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    /* border: none; */ /* <-- REMOVED from base class */
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}

/* Primary Button (Log In) */
.iox-button-primary {
    background-color: #ffffff;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: none; /* <-- ADDED HERE specifically */
}

.iox-button-primary:hover {
    background-color: #555555;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(20,20,20, 0.2);
}

/* Secondary Buttons (Create Account, Forgot Password) - Outline Style */
.iox-button-secondary {
    background-color: #ffffff;
    color: #ffffff;
    border: 2px solid #ffffff; /* This should now apply correctly */
    padding: 10px 20px; /* Keep adjusted padding */
}

.iox-button-secondary:hover {
    background-color: #f0fdfa;
    color: #555555;
    border-color: #555555;
    transform: translateY(-2px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

/* Button Active (Pressed) State */
.iox-modal-button:active {
    transform: translateY(0px);
    filter: brightness(0.95);
}

/* --- Error Prompt Styling --- */
.bart-errorprompt.loginerror {
    display: block; /* Will be toggled by JS, but set base style */
    background-color: #fff1f2; /* Lighter red */
    color: #000000; /* Stronger red text */
    border: 1px solid #fed7d7; /* Light red border */
    border-left: 4px solid #000000; /* Accent border */
    border-radius: 4px;
    padding: 12px 16px;
    margin: 0; /* Handled by footer gap */
    text-align: left;
    font-size: 0.9em;
    font-weight: 500;
    /* Ensure it's hidden initially */
    /* display: none;  <-- Keep the inline style for initial hide */
}

/* --- Close Button --- */
.iox-modal-container.loginmodal > .iox-modal-close { /* Increased specificity */
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #555555; /* Or var(--main-color) if defined */
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.iox-modal-container.loginmodal > .iox-modal-close:hover {
    background-color: #ffffff; /* Or a slightly lighter var(--main-color) */
    transform: scale(1.1);
    color: #ffffff;
    text-shadow: none;
}

.iox-modal-input-groups{
    display:flex;
    align-items:center;
    gap: 20px;
}
.iox-modal-input-group{
    flex-grow:1;
}

select#bt-signup-state {
    outline: none;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
    padding: 15px 20px !important;
    font-size: 17px !important;
    font-family: "gilroy", sans-serif !important;
    border: 1px solid #aaa !important;
}

/* --- Footer Layout & Spacing --- */
.iox-modal-footer {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* MODIFIED: Increased bottom padding */
    padding: 30px 40px 50px 40px; /* Was 40px bottom, now 50px */
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    margin-top: 0;
    position: relative; /* Keep relative for potential absolute children if needed */
    text-align: center; /* Keep text-align for any non-flex items */
}

/* --- Generalize Selectors --- */
/* Apply modal container styles generally */
.iox-modal-container.iox-modal { /* Was .iox-modal-container.loginmodal */
    border-radius: 8px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 6px 15px rgba(0, 0, 0, 0.15);
    /* overflow: hidden; <-- Keep removed */
    opacity: 0;
    transform: translate(-50%, -45%) scale(0.95);
    transition: opacity 0.3s ease, transform 0.3s ease;
    /* Ensure position: fixed and other base styles are defined elsewhere if needed */
    position: fixed;
    top: calc(50% + 20px); /* Adjusted from original */
    left: 50%;
    max-height: calc(100vh - 140px); /* Adjusted */
    width: 80%;
    max-width: 600px;
    min-width: 250px;
    background: white; /* Base background */
    z-index: 999999; /* Ensure high z-index */
    display: flex; /* Keep flex for inner structure */
    flex-direction: column;
}

.iox-modal-container.iox-modal.active { /* General active style */
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* Generalize header styles */
.iox-modal-container.iox-modal .iox-modal-body { /* Was .loginmodal .iox-modal-body */
    background: #ffffff;
    padding: 40px 50px;
    position: relative;
    border-radius: 8px 8px 0 0;
    text-align: center;
    color: white; /* Ensure text color */
}
/* Ensure child elements inherit color */
.iox-modal-container.iox-modal .iox-modal-body > * {
    color: white;
    font-family: "gilroy", sans-serif; /* Keep font consistent if needed */
}

.iox-modal-body > i.fa-solid { /* Target explicit Font Awesome solid icons */
    font-size: 2.5em; /* Or adjust as needed */
    color: rgba(255, 255, 255, 0.6); /* Keep subtle look */
    display: block; /* Make it a block element */
    margin-bottom: 20px; /* Space below icon */
    text-align: center;
}

/* Specific icons for other modals (Optional) */
.signupmodal .iox-modal-body::before {
    content: '\f234'; /* user-plus icon */
    font-family: 'Font Awesome 6 Pro';
}
.forgotmodal .iox-modal-body::before {
    content: '\f023';
    font-family: 'Font Awesome 6 Pro';
}

.subscribermodal .iox-modal-body::before {
    content: '\f023';
    font-family: 'Font Awesome 6 Pro';
}


.iox-modal-container.iox-modal .iox-modal-title {
    font-size: 1.4em; /* Slightly smaller for potentially longer titles */
    font-weight: 600;
    margin-bottom: 15px; /* Space below title */
    line-height: 1.3;
}

.iox-modal-container.iox-modal .iox-modal-subtitle {
    font-size: 0.95em;
    opacity: 0.9;
    line-height: 1.6; /* More line height for potentially longer text */
    text-align: center; /* Default alignment */
}

/* --- Specific styles for subscriber modal --- */
.subscribermodal .iox-modal-subtitle {
    text-align: left; /* Align details left */
    font-size: 0.9em; /* Slightly smaller for denser info */
}

.subscribermodal .iox-modal-subtitle b {
    color: rgba(255, 255, 255, 0.95); /* Make bold text slightly brighter */
}

.subscribermodal .iox-modal-subtitle a {
    color: #ffffff; /* White link */
    font-weight: 700; /* Match font-weight */
    text-decoration: underline;
    transition: opacity 0.2s;
}
.subscribermodal .iox-modal-subtitle a:hover {
    opacity: 0.8;
}

/* Style the custom login 'button' using modal button classes */
.subscribermodal .iox-modal-subtitle .iox-modal-button {
    margin-top: 20px;
    /* Styles will be inherited from .iox-button-secondary */
}

/* Generalize Close Button */
.iox-modal-container.iox-modal > .iox-modal-close { /* Was .iox-modal-container.loginmodal > ... */
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #555555;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.2s ease, transform 0.2s ease;
}
.iox-modal-container.iox-modal > .iox-modal-close:hover { /* Was .iox-modal-container.loginmodal > ... */
    background-color: #ffffff;
    transform: scale(1.1);
    color: #ffffff;
    text-shadow: none;
}

/* Generalize Error Prompt Styling */
.iox-modal-footer .bart-errorprompt {
    /* display: block; */ /* Base style, display controlled by inline style or JS */
    background-color: #fff1f2;
    color: #000000;
    border: 1px solid #fed7d7;
    border-left: 4px solid #000000;
    border-radius: 4px;
    padding: 12px 16px;
    margin: 0; /* Handled by footer gap */
    text-align: left;
    font-size: 0.9em;
    font-weight: 500;
}

/* Ensure floating labels work generally */
/* (Selectors like .iox-modal-footer input should already be general) */
/* ... Keep existing input, label, focus, and :not(:placeholder-shown) styles ... */

/* Ensure button styles work generally */
/* ... Keep existing .iox-modal-button, .iox-button-primary, .iox-button-secondary styles ... */

/* Ensure primary button style applies to the main action wrapper in any modal */
.iox-modal-footer .iox-modal-icon-wrapper {
    /* Apply primary styles directly or ensure iox-button-primary class is added in HTML */
    /* If adding class in HTML (preferred): */
    /* .iox-button-primary styles will handle it */

    /* If applying styles here instead: */
    background-color: #ffffff;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: none;
    /* Add other relevant properties from .iox-button-primary */
    padding: 12px 20px;
    font-size: 1em; /* Override inline style */
    font-weight: 600;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
    width: 100%;
    box-sizing: border-box;
    margin: 0; /* Use footer gap */
    display: flex; /* Ensure flex properties */
    align-items: center;
    justify-content: center;
    height: auto; /* Override old height */
}
.iox-modal-footer .iox-modal-icon-wrapper:hover {
    background-color: #555555;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(20,20,20, 0.2);
    filter: none; /* Remove old filter if present */
}
.iox-modal-footer .iox-modal-icon-wrapper:active {
    transform: translateY(0px);
    filter: brightness(0.95);
}

.iox-modal-container.iox-modal.donatemodal.active {
    position: fixed;
    z-index: 99999999;
    top: 100px;
    margin: auto;
    max-width: 80%;
    width: 100%;
    /* height: calc(100vh - 200px); */
    /* overflow: hidden; */
    left: 50%;
    transform: translateX(-50%);
    /* border-radius: 10px; */
}

.iox-modal-container-inner {
    overflow: auto;
    height: calc(100vh - 140px);
    border-radius: 10px;
}

.iox-modal-overlay.active {
    z-index: 9999;
}












/*Section for hiding events within events*/
.specials [data-eventid="23201APGCMPGJNLTBJBBRLRLRBCKNMGMV"] .ts-date-option, .type-specials[data-eventid="23201APGCMPGJNLTBJBBRLRLRBCKNMGMV"] .ts-date-option{
    display:none;
}
.specials [data-eventid="23201APGCMPGJNLTBJBBRLRLRBCKNMGMV"] [data-instanceid="84014ALHPRSHGHRTLSSDMLGSVQGCKPJTS"], .type-specials[data-eventid="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;
}



/*********** For MAW ONLY*************/
.ts-searchandfilter {
    display: none;
}

.ts-promotion-sections {
    display: none;
}

.ts-events-section {
    width: 100%;
}

.iox-event-deet {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: flex-end; */
    position: relative;
}

.iox-event-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.iox-event-deet-starttext {
    font-size: 2rem;
}

.iox-event-deet-venue {
    font-size: 1.4rem;
    padding-top: 10px;
}

.iox-event-deet-info {
    padding: 10px 30px;
    width: 50%;
}

.iox-event-deet-buy {
    padding: 30px 100px;
    background-color: var(--main-color);
    color: #fff;
    position: relative;
    border: 8px solid #fff;
    border-radius: 16px;
    cursor: pointer;
    text-align: center;
    font-size: 2rem;
    transition: all .2s;
}
.iox-event-deet-buy:hover {
    background-color: #ffffff;
    color: #777777;
    font-size: 2.2rem;
    border: 6px solid #777777;
}
.iox-event-deet-info:before {
    font-weight: 900;
    content: "\f05a";
    padding-right: 10px;
}

.ts-event-details {
    display: none !important;
}

.tooltipsy:hover .tooltipsy-content{
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: #fff;
    color: #000;
}

.tooltipsy-item i,.ts-date-option-icon i {

}

.related-slider-container{
    background-color:var(--main-color);
    color:#fff;
    padding:30px 20px;
    margin-top: 75px;
    margin-bottom: -30px;
    border-radius: 0 0 8px 8px;
}
.related-slider-title {
    font-size: 1.8rem;
    text-align: center;
    padding-top: 20px;
}

.related-slider-container .bslide .bslide-card-button {
    background-color: #fff;
    color: var(--main-color);
}


.container__bslide-card.series .iox-car-deet-date{
    display: none;
}
.archived .iox-car-deet-date,.archived .bslide-card-button,.archived .iox-event-deet-buy-holder,.archived .iox-event-deet-buy{
    display: none;
}
.bslide-card:hover .iox-car-deet-date {
    top: 0px;
}

@media (hover: none){
    .iox-car-deet-date {
        top:0;
    }
}

span.iox-car-deet-starttext {
    font-size: 12px;
}
.iox-car-deet-date-time {
    color: #777777;
    font-size: 12px;
    padding-top: 2px;
}



.stip {
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #333;
    padding: 0px;
    margin: 0px;
}
.stip-inner {
    display: flex;
    gap: 10px;
    padding: 5px 10px;
    color: #333;
}
.stip-section:before {
    content: "Section";
    position: absolute;
    font-size: 8px;
    top: 3px;
}
.stip-section {
    position: relative;
    padding-top: 10px;
}
.stip-row:before {
    content: "Row";
    position: absolute;
    font-size: 8px;
    top: 3px;
}
.stip-row {
    position: relative;
    padding-top: 10px;
}
.stip-seat:before {
    content: "Seat";
    position: absolute;
    font-size: 8px;
    top: 3px;
}
.stip-seat {
    position: relative;
    padding-top: 10px;
}
.stip-prices:before {
    content: "Pricing";
    position: absolute;
    font-size: 8px;
    top: 3px;
}
.stip-prices {
    position: relative;
    padding-top: 10px;
    border-left: 1px solid #000;
    padding-left: 10px;
}
.stip-price {
}

.tippy-box {
    padding: 0 0 0 0 !important;
    margin: 0px !important;
}
.tippy-content {
    padding: 0 0 0 0 !important;
    margin: 0px !important;
}

.ada-comp {
    fill:#555555;
    transform: scale(0.05);
    background-image:url(https://assets.codepen.io/2710173/png-transparent-whatsapp-computer-icons-computer-software-whatsapp-text-logo-whatsapp-icon-thumbnail.png);
}

.ts-eventview .iox-event-deet-buy {
    display: none;
}
.ts-singleevent .ts-eventview .iox-event-deet-buy {
    display: block;
}
.manyevents .ts-eventview .iox-event-deet-info {
    width: 75%;
}
.ts-eventview .ts-singleevent .iox-event-deet-buy {
    display: block;
}

.type-series .iox-event-deet-date{
    display:none;
}

.ts-events-section .iox-event-deet-date {
    bottom: 20px;
}
.ts-events-section .ts-event .event-bg-title,.ts-featured-events-section .ts-event .event-bg-title {
    bottom: 50px;
}
.ts-eventview .ts-events-section .iox-event-deet-info, .ts-eventview .ts-featured-events-section .iox-event-deet-info {
    width: 60%;
    position: absolute;
    bottom: 10px;
    white-space: nowrap;
    color: #fff;
    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);
}
.ts-eventview .ts-events-section.single-eventview .iox-event-deet-info {
    white-space: pre-wrap;
}
.iox-event-deet-date-time {
    font-size: 24px;
}

.ts-eventview .ts-events-section .bslide-card-button {
    top: 0px;
    margin-bottom: 0px;
}

.ts-event .sponsor-header {
    padding: 20px;
}
.collaborator-section {
    padding: 0px 20px;
}
.collab-header {
    padding: 20px;
}
.cast-header {
    padding: 20px;
}
@media only screen and (max-width: 650px){
    .ts-events-section .ts-event .event-bg-title {
        bottom: 25px;
        width:60%;
    }
    .ts-events-section .iox-event-deet-date {
        bottom: 75px;
        right: 20px;
        color: #fff;
        width: 30%;
    }
    .ts-events-section .ts-eventview .iox-event-deet-info {
        display: none;
    }
    .ts-event .event-bg-title{
        padding-left:0px;
    }
    .ts-eventview .iox-event-deet-info {
        width: 100%;
    }
    .iox-event-deet-pricing {
        justify-content: space-between !important;
    }
}







.iox-event-deet-extras {
    display: flex;
    width: 100%;
}

.iox-event-deet-extras .iox-event-deet-info {
    width: 50%;
}
.iox-event-deet-pricing{
    display: flex;
    gap: 20px;
    align-items: center;
    width: 50%;
    justify-content: flex-end;
    padding: 10px 30px;
}
/*.iox-event-deet-pricing:before {*/
/*    font-family: 'Font Awesome 5 Pro';*/
/*    font-weight: 900;*/
/*    content: "\f2e8";*/
/*    padding-right: 10px;*/
/*}*/

.single-eventview.hidden {
    display: block !important;
}

.iox-event-deet-pricing-free-title, .iox-event-deet-pricing-community-title, .iox-event-deet-pricing-range-title {
    line-height: 1;
    font-size: 13px;
    font-weight: 700;
}
.iox-event-deet-pricing-free-price, .iox-event-deet-pricing-community-price, .iox-event-deet-pricing-range-price {
    font-size: 20px;
    line-height: 1;
}

.carousel.slides.flickity-enabled.is-draggable {
    padding-bottom: 75px;
}

.comingsoon .iox-event-deet-buy {
    pointer-events: none;
    opacity: .5;
}

.iox-event-deet .event-button-wishlist {
    display: none;
}
.event-button-wishlist{
    padding:10px;
}

.single-eventview .iox-event-deet-buy-holder {
    display: flex;
    flex-wrap: wrap;
}
.single-eventview .iox-event-deet-buy {
    flex-basis: 100%;
}
.single-eventview .iox-event-deet-pricing{
    flex-grow:1;
}
.single-eventview .event-button-wishlist {
    width: 100%;
}

.ts-event .event-bg-title h1 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}
.excerpt-text {
    font-size: 18px;
}



@media only screen and (max-width: 650px) {
    .manyevents .ts-eventview .ts-events-section .iox-event-deet-info{
        display: none;
    }
    .ts-events-section .iox-event-deet-date {
        bottom: 28px;
    }
    .ts-event .event-bg-title h1 {
        font-size:24px;
    }
    .ts-event .iox-event-deet-date-time {
        font-size: 18px;
    }
    .ts-event .iox-event-deet-date {
        font-size: 2rem;
    }
    .iox-event-deet-venue {
        font-size: 1.2rem;
    }
    .single-eventview .iox-event-deet-pricing {
        gap:10px;
        flex-wrap: wrap;
    }
    .ts-seating-section.active {
        overflow: hidden;
    }

}





/***********************remove when ada and wheelchair are fixed**************************/

[data-priceband="ADA+Companion"] {pointer-events: none;}

[data-priceband="ADA+Companion"] [data-name="seaticon"] {
    fill: #ccc !important;
    stroke: #b7b7b7 !important;
    transform: scale(.8);
    transform-origin: center center;
}

.wheelchair {pointer-events: none;}

.wheelchair [data-name="seaticon"] {
    fill: #ccc !important;
    stroke: #b7b7b7 !important;
    transform: scale(.8);
    transform-origin: center center;
}

.ts-event.event-soldout .bslide-card-button{
    opacity: .5 !important;
    background-color: #333;
    color: #fff;
    pointer-events: none !important;
}
.ts-event.event-soldout .iox-event-deet-buy{
    opacity: .5 !important;
    background-color: #333;
    color: #fff;
    pointer-events: none !important;
}

.event-soldout .bslide-card-button:before {
    content: 'Sold Out';
    position: absolute;
    color: #fff;
    background: #000;
    z-index: 1;
    padding: 10px 20px;
    border-radius: 4px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-eventview .iox-event-deet-info {
    position: relative !important;
    color: #333 !important;
    text-shadow: none !important;
}

.single-iox-event .archived .iox-event-deet-buy, .single-iox-event .archived .iox-event-deet-extras {
    display: none;
}
.single-iox-event .archived .event-moreinfo-holder{
    margin-top: 30px;
}

/*.ts-event.subscriber-gated .iox-event-deet-buy{*/
/*    opacity: .5 !important;*/
/*    pointer-events: none !important;*/
/*}*/

[data-instanceid="73601AGTJSDMRRHHCHRQSCLRVRLDPRMQN"] .ts-date-soldout{
    display:none;
}

.iox-event-deet-extras .iox-event-deet-info {
    white-space: pre-wrap !important;
    line-height: 1.2;
}

/* IOX STAGE ADMIN BACKEND */
body *{
    font-family: "gilroy", sans-serif;
}

.iox-stage-options{
    max-width: 1440px;
    margin: auto;
}
.iox-bboxes {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* Creates a responsive grid */
    gap: 20px; /* Adjust space between boxes */
    padding: 20px; /* Padding around the entire grid */
}

.iox-bbox {
    background: white; /* Background color of boxes */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Optional: Adds shadow for depth */
    border-radius: 8px; /* Optional: Rounds the corners */
    overflow: hidden; /* Ensures content fits within the borders */
}

.iox-bbox-inner {

}

.iox-bbox-title {
    margin-bottom: 20px; /* Space between title and content */
    background-image:
            linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
            linear-gradient(to top left, #33FFF3, #75c1a8, #95f1c8);
    background-blend-mode: normal;
}

.iox-bbox-content {
    /* Style for the content area */
}

/* Individual box styling */
.iox-bbox {
    background: #ffffff; /* Base color for boxes */
    border-radius: 20px; /* Rounded corners as seen in the image */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Subtle shadow effect */
    overflow: hidden; /* Ensures content does not bleed outside of the border-radius */
    transition: box-shadow 0.3s; /* Smooth transition for hover effect */
}

.iox-bbox:hover {
    box-shadow: 0 6px 12px rgba(0,0,0,0.15); /* Enhanced shadow on hover */
}

/* Header section within each box */
.iox-bbox-title {
    align-items: center;
    margin-bottom: 0px;
    background-image:
            linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 1)),
            linear-gradient(43deg, #45a198 0%, #35b178 46%, #75c1a8 100%);
    background-size: 240% 240%;
    animation: gradient-animation 24s ease infinite;
    color: white; /* Adjust based on your design */
    padding: 20px; /* Adjust based on your design */
}

.iox-bbox-title img {
    margin-right: 10px; /* Space after the image */
    height:34px;
}

/* Content area within each box */
.iox-bbox-content {
    padding: 20px; /* Space inside the content area */
}

/* Title image inside the box */
.iox-bbox-title-img {
    /* You can add specific styles for the title image here */
}

/* Optional: Style for any buttons or links inside the content */
.iox-bbox-content a {
    text-decoration: none;
    color: #333;
}

/* Optional: Style for any text inside the content */
.iox-bbox-content p {
    color: #666;
    font-size: 14px;
}

/* Spanning across two rows */
.iox-bbox--span-2-rows {
    grid-row: span 2; /* This will make the box span 2 rows */
}

/* Spanning across three rows */
.iox-bbox--span-3-rows {
    grid-row: span 3; /* This will make the box span 3 rows */
}
.iox-bbox{
    grid-row:span 2;
    grid-column: span 2;
}
/* Spanning across two columns */
.iox-bbox-large {
    grid-row: span 2;
    grid-column: span 2; /* This will make the box span 2 columns */
}
.iox-bbox-long {
    grid-column: span 4; /* This will make the box span 2 columns */
}
.iox-bbox-tall {
    grid-row: span 4; /* This will make the box span 2 columns */
}
.iox-bbox.unowned{
    grid-row:span 1;
    grid-column:span 1;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.iox-general {
    gap: 20px;
    margin: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cdcdcd;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: box-shadow 0.3s;
}
.iox-unowned {
    margin: auto;
    width: 100%;
    max-width: calc(100% - 40px);
    padding: 20px;
    border: 1px solid #b1b1b1;
    color:#b1b1b1;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 5px 5px;
    box-shadow: 1px 1px 30px -10px;
}

.iox-button {
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 50px;
    border: 3px solid #fff;
    cursor: pointer;
    font-size: 20px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 1)), linear-gradient(43deg, #45a198 0%, #35b178 46%, #75c1a8 100%);
    background-size: 240% 240%;
    animation: gradient-animation 24s ease infinite;
    color: #fff;
    flex-grow:2;
    font-weight: 700;
}
.iox-button.less {
    background-image: none;
    background: transparent;
    border: none;
    color: #b1b1b1;
    font-size: 12px;
    flex-basis: 80px;
    flex-grow: 0;
    line-height: 0;
}

.iox-bbox.unowned .iox-bbox-title {
    background: #a1a1a1;
}
.iox-unowned-text {
    flex-basis: 100%;
}

.submenu-separator {
    pointer-events: none; /* Makes it non-interactive */
    cursor: default;
    opacity: 0.5;
    width: 80%;
    background-color: #ccc;
    border-radius: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.wp-submenu a[href="#"] .submenu-separator {
    border-top: 1px solid #ccc; /* Style as you wish */
    display: block;
}
.iox-stage-wrap {
    font-family: 'gilroy', sans-serif;
    max-width: 800px;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.iox-stage-wrap h1 {
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.iox-stage-table {
    width: 100%;
    border-collapse: collapse;
}

.iox-stage-table th,
.iox-stage-table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.iox-stage-input {
    width: 100%;
    padding: 8px;
    margin-top: 6px;
    margin-bottom: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.iox-stage-submit {
    font-size: 14px;
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    border-radius: 4px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.iox-stage-submit:hover {
    background-color: #777777;
}

.image-preview-wrapper {
    margin-top: 10px;
}

.image-preview-wrapper img {
    max-width: 100%;
    height: auto;
}

.iox-stage-multiselect {
    width: 100%;
    max-width: 400px;
}

.iox-stage-admin-switch {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 34px;
}

.iox-stage-admin-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.iox-stage-admin-toggle-label {
    display: inline-block;
    margin: 0 5px;
    color: #000;
}

.iox-stage-admin-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

.iox-stage-admin-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #4CAF50;
    transition: .4s;
}

input:checked + .iox-stage-admin-slider {
    background-color: #ccc;
}

input:checked + .iox-stage-admin-slider:before {
    transform: translateX(30px);
    background-color: #777777;
}

.iox-stage-admin-slider.round {
    border-radius: 34px;
}

.iox-stage-admin-slider.round:before {
    border-radius: 50%;
}


#iox-stage-spektrix-settings-container, #iox-stage-tessitura-settings-container {
    display: none;
}

@media (max-width: 768px) {
    .iox-stage-wrap {
        padding: 10px;
    }
}

.iox-event-deet-bundle {
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    box-shadow: 0 1px 6px -2px #000;
    background: #000000;
    padding: 10px 10px;
    line-height: 1;
    margin-bottom: 5px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    transition: all .2s;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    cursor:pointer;
}
.iox-event-deet-bundle:hover {
    border-radius: 4px;
    transform: scale(1.1);
    filter: brightness(1.15);
}

.bundle-button:hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    pointer-events:none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.18) 40%, rgba(255, 255, 255, 0) 100%);
    animation: shimmer 5s infinite;
}
@keyframes shimmer {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    35% {
        left: 150%;
    }
    60% {
        left: -100%;
    }
}

.single-iox-bundle #lqd-site-content {
    margin-top: 0px;
    padding: 0px;
}
.single-iox-bundle .container {
    margin-right: auto;
    margin-left: auto;
    max-width: none;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.single-iox-bundle .ts-container {
    margin-top: 0px;
    max-width: 100%;
}
.ts-eventpage .eventcard {
    border: 1px solid #cacaca;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ts .event-bg, .ts .event-bg img {
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 500px;
    max-width: 1400px;
    margin: auto;
    width: 100%;
    border-radius: 20px 20px 0 0;
}
.ts .event-bg img {
    border-radius: unset;
}

















.iox-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;
}
.iox-modal-overlay.active{
    pointer-events: auto;
    opacity:1;
}

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

.iox-modal-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: calc(50% + 100px);
    left: 50%;
    max-height: calc(100% - 255px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 600px;
    min-width: 250px;
    background: white;
    -webkit-box-shadow: 10px 10px 172px 21px #000;
    box-shadow: 10px 10px 172px 21px #000;
    z-index: 3;
    border-radius: 4px;
    border: 2px solid #fff;
    overflow-y:unset !important;
}
.iox-modal-container-inner{
    overflow-y:auto;
}

.iox-modal-container-inner::-webkit-scrollbar {
    width: 6px;
}

.iox-modal-container-inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 5px;
}

.iox-modal-container-inner::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.iox-modal-body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, right top, from(var(--main-color)), to(#777777));
    background: -o-linear-gradient(left, var(--main-color), #515153);
    background: linear-gradient(to right, var(--main-color), #777777);
    padding: 50px 50px;
    -webkit-box-shadow: 0 20px 0 0 linear-gradient(to right, #333333, #777777);
    box-shadow: 0 20px 0 0 linear-gradient(to right, #333333, #777777);
    border-radius: 4px 4px 0 0;
    /* border: 1px solid #000;*/
}

.iox-modal-body > * {
    text-align: center;
    color: white;
    font-family: "gilroy", sans-serif;
}

.iox-modal-body i {
    font-size: 3em;
}

.iox-modal-body .iox-modal-title {
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 20px;
}

.iox-modal-body .iox-modal-subtitle {
    font-size: 14px;
    letter-spacing: .3px;
}

.iox-modal-footer {
    position: relative;
    text-align: center;
}

.iox-modal-footer input {
    outline: none;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 15px 20px !important;
    font-size: 17px !important;
    font-family: "gilroy", sans-serif !important;
    border: 1px solid #aaa !important;
    width: 100%;
}


.iox-modal-footer input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}


.iox-modal-footer input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
}


.iox-modal-footer input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}


.iox-modal-footer input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}


.iox-modal-footer input::placeholder {
    color: rgba(0, 0, 0, 0.3);
}
.iox-modal-input-group{
    position:relative;
    padding-bottom: 30px;
}
/*.iox-modal-input-group:first-of-type {*/
/*    margin-top:10px;*/
/*}*/
.iox-modal-icon-wrapper {
    position: relative;
    background: #777777;
    width: calc(100% - 40px);
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    color: #ffffff;
    font-family: "gilroy", sans-serif;
    font-size: 23px;
    margin: 20px auto 20px auto;
    border-radius: 4px;
    font-weight: 600;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    text-transform: uppercase;
}
.iox-modal-icon-wrapper:hover {

    -webkit-filter: brightness(1.1);

    filter: brightness(1.1);
}
.iox-modal-icon-wrapper i {
    font-size: 23px;
    color: #000;
    padding-left: 8px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.iox-modal-icon-wrapper:hover i {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}


.iox-modal-input-group label  {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: -22px;
    font-weight: 700;
    font-family: "gilroy", sans-serif;
    letter-spacing: 0px;
}

.iox-modal-close {
    position: absolute !important;
    color: #fff;
    z-index: 999999;
    right: 10px;
    top: -20px!important;
    font-size: 20px;
    cursor: pointer;
}
/*.iox-modal-input-group:first-of-type {*/
/*    margin-top: 60px;*/
/*}*/


.iox-signup{

}
.iox-forgot-password{

}

iox-modal-container.iox-modal-ticket{
    width: 90%;
    max-width: 750px;
    min-width: 250px;
    max-height: 90vh;
}
.iox-modal-ticket .iox-modal-body{
    padding:0;
}
.iox-modal-banner {
    width: 100%;
}
.iox-modal-banner img {
    width: 100%;
}
.iox-modal-ticket .ts-date{
    display:-webkit-box !important;
    display:-ms-flexbox !important;
    display:flex !important;
}
.iox-modal-ticket .iox-modal-footer{
    width: 100%;
    padding-bottom:30px;
}
.iox-modal-ticket .ts-seating-section{
    background-color:#ffffff;
}

i.far.fa-times.iox-modal-close {

    font-size: 25px;
    position: absolute;
    z-index: 20;
    position: fixed !important;
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    color: #ffffff;
    border-radius: 30px;
    display: flex;
    background-color: var(--main-color);
    align-items: center;
    justify-content: center;
}
i.far.fa-times.iox-modal-close:hover {
    text-shadow: 1px 1px 10px #000, 0px 0px 5px #000, 0 0 20px #000;
}

.bigcart__itembuttons__delete{
    font-size:25px;
}
.iox-modal-ticket .iox-modal-body{
    background: -webkit-gradient(linear, left top, right top, from(#1e1e1e), to(#343434));
    background: -o-linear-gradient(left, #1e1e1e, #343434);
    background: linear-gradient(to right, #1e1e1e, #343434);
}






@media only screen and (max-height: 800px) {

    .iox-modal-body {
        padding:15px 40px;
    }
}




.register-char-prompt{
    font-size: 15px;
    line-height: .5 !important;
    /* margin-bottom: 150px; */
    /* padding-top: 100px; */
    color: #777777;
    font-weight: 500;
}

.iox-login,.iox-signup{
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}

.iox-forgot-password{
    cursor: pointer;
}


.iox-modal.ondemandmodal{
    padding: 0;
    font-family: "gilroy", sans-serif;
}
.ondemandmodal .iox-modal-footer{
    padding: 0;
}
.iox-modal-od-img{
    width: 100%;
}
.iox-modal-od-img img{
    width: 100%;
}
.iox-modal-od-started{
    padding-top: 20px;
}
.iox-modal-od-options{
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.iox-modal-od-option{
    line-height: 1;
    margin-bottom: 15px;
}
.iox-modal-od-options-button{
    padding: 30px 20px;
    background-color: #333;
    color: #fff;
    border: 1px solid #000;
    border-radius: 8px;
    cursor: pointer;
}
.option-fullexp .iox-modal-od-options-button {
    background-color: #ffffff;
    color: #000;

}
.iox-modal-od-options-button-top{
    font-size: 14px;
}
.iox-modal-od-options-button-bottom{
    font-size: 20px;
    font-weight: 700;
}
.iox-modal-od-options-details{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.iox-modal-od-runtime{
    font-weight: 600;
}
.iox-modal-od-numparts{
    font-weight: 600;
}









.subscriptions-modal-body .iox-modal-title {
    display: none;
}

.iox-sub-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0rem;
    width: 100%;
}


.iox-modal-container.iox-modal.iox-modal-ticket {
    max-width: 900px;
    background: linear-gradient(to right, #1e1e1e, #343434);
}
.iox-modal-banner{
    margin:0;
}

@media only screen and (max-width: 600px) {


    .iox-modal-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        top: calc(50% + 50px);
        left: 50%;
        max-height: calc(100vh - 140px);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 98%;
        max-width: 600px;
        min-width: 250px;
        background: white;
        -webkit-box-shadow: 10px 10px 172px 21px #000;
        box-shadow: 10px 10px 172px 21px #000;
        z-index: 10000000;
        border-radius: 4px;
        border: 2px solid #fff;
    }
    .iox-modal-footer{
        padding: 0px;
    }
}









.iox-modal-ticket.active .iox-modal-title {
    position: relative;
    display: block;
    bottom: 10px;
    padding: 6px 19px;
    transition: all .3s;
    bottom: 10px;
    left: 10px;
    text-shadow: 2px 2px 10px black;
    text-align: left;
    margin-left: 70px;
    font-size: 32px;
    font-family: "gilroy", sans-serif;
    position: absolute;
}

.iox-modal-ticket.active .iox-modal-title:before {
    content: '';
    background-image: url(https://iox.llc/app/uploads/2021/08/MA_Sun_Icon_white-80.png);
    display: block;
    height: 32px;
    width: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 5px;
    left: -30px;
}

.iox-modal-ticket .iox-modal-banner:after {
    content: "";
    background-image: linear-gradient(15deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,.3) 10%,rgba(0,0,0,.0) 70%, rgba(0,0,0,0) 100%);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1.9;
    transition: all .3s;
    pointer-events: none;
}

.donatemodal .iox-modal-body{
    padding: 8px 10px;
}
.iox-modal-ticket .iox-modal-footer{
    padding: 0px;
    margin: 0;
}

.ts-time{
    background-color: #eeeeee;
}

.ts-date-soldout {
    margin-bottom: 5px;
    background: #000000;
    color: #fff;
    align-items: center;
    justify-content: center;
    white-space: pre-wrap;
    margin-top: -20px;
    font-size: 12px;
    padding: 8px 7px;
    font-weight: 900;
    border-radius: 5px;
}
.ts-date-almostsoldout {

    background: #000000;
    color: #fff;
    margin-bottom: 5px;
    align-items: center;
    justify-content: center;
    white-space: pre-wrap;
    margin-top: -20px;
    font-size: 12px;
    padding: 8px 7px;
    font-weight: 900;
    border-radius: 5px;
}

.single-iox-event.hidden {
    display: block !important;
}
.single-eventview .iox-event-deet-buy-holder {
    width: 100%;
}

.single-eventview  .container__bslide .bslide-card-img img {
    height: 100%;
    left: 50%;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50% !important;
    transform: translate(-50%, -50%);
    width: auto;
}
.iox-car-deet-date{
    font-size: 24px;
}
.iox-car-deet-date-time {
    color: #c4f1f0 !important;
    font-size: 14px !important;
}
span.iox-car-deet-starttext {
    font-size: 24px;
}
.eventexcerpt-title {
    font-size: 24px !important;
}
.event-button-wishlist {
    display: none !important;
}
.iox-modal-container *:not(i){
    font-family: "Gilroy", sans-serif;
}
.iox-modal-container {
    top: calc(50% + 20px);
    z-index: 999999;
}
.iox-modal-container-inner {
    border-radius: 10px;
    height: auto;
    overflow: auto;
    max-height: calc(100vh - 140px);
}
.ioxaccount-loggedinicon, .ioxaccount-loggedouticon{
    margin-left:10px;
}


.sale-banner {
    position: absolute;
    z-index: 99;
    left: -81px;
    top: 31px;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    transform: rotate(-35deg);
    opacity: .9;
    pointer-events: none;
    transition: opacity .2s, transform .2s;
}
.sale-banner p {
    margin: 0;
    color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
    font-size: 12px;
    padding: 3px 0px;
    width: 280px;
    text-align: center;
    font-weight: 600;
}
.sale-banner i {
    font-size: 18px;
    line-height: 12px;
    top: 4px;
    position: relative;
    vertical-align: unset;
}


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



.onsale.sale-banner{
    display:block;
    background-color:#444444;
}
.almostsold.sale-banner{
    display:block;
    background-color: #777777;
}
.newshow.sale-banner{
    display:block;
    background-color: #000000;
}
.limitedtime.sale-banner{
    display:block;
    background-color: #000000;
}


.iox-novenue {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: #000;
}

.iox-novenue-inner {
    max-width: 500px;
    border: 3px solid #ffffff77;
    background-color: transparent;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
}

.iox-novenue-inner a {
    color: #ffffff;
    font-weight: 600;
}

.iox-novenue-title {
    font-size: 38px;
    font-weight: 600;
}

.iox-novenue-desc {
    font-size: 16px;
}

.iox-novenue-button {
    padding: 10px 20px;
    border: 1px solid #fff;
    width: fit-content;
    border-radius: 8px;
    font-weight: 600;
    background-color: #fff;
    color: #000;
    margin-top: 20px;
    cursor: pointer;
}
.iox-novenue-button:hover{
    background-color: transparent;
    color: #fff;
}

.single-iox-event .event-bg {
    top: 0px;
}

.single-iox-event .ts-eventview.ts.focused {
    border-radius: 22px;
    overflow: hidden;
}
.bslide-section .bslide-card-img {
    min-width: 275px;
    min-height: 400px;
}
span.tooltipsy-content.clearfix {
    top: 25px;
}

.tooltipsy:hover span.tooltipsy-item {
    transform: none;
    color: #000000;
}

.poster-stats-amenities {
    background-color: #fff;
    z-index: 10;
    border-radius: 50px;
    color: #000;
    padding: 0 15px;
}
.poster-stats-amenities {
    padding: 5px 10px;
    line-height: 1;
    display: flex;
    gap: 5px;
}

.tooltipsy {
    margin-right: 0px !important;
}

.fa-cherryicon{
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-image: conic-gradient(from -75deg, white 180deg, white 80deg 360deg);
}

.show-section-artist .iox-cast-members {
    grid-template-columns: 1fr 1fr 1fr;
}

.show-section-artist .ioxprofile-card-avatar,.show-section-artist  .ioxprofile-card-cover,.show-section-artist  .ioxprofile-card-header img,.show-section-artist  .ioxprofile-card[data-state="#about"] {
    height: 450px !important;
}
.message-form {
    max-width: 500px;
    margin: auto;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.message-form .standard-input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.message-form .textarea-input {
    height: 100px;
}

.message-form .button-submit {
    background-color: ffffff;
    color: white;
    border: none;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 2px;
    cursor: pointer;
    border-radius: 5px;
}
@media only screen and (max-width: 650px) {
    .show-section-artist .iox-cast-members {
        grid-template-columns: 1fr 1fr;
    }
}


.bls-container{
    display: none;
}
.bls-tabs {
    width: auto;
    display: flex;
}
.bls-container.active{
    display: block;
}
.bls-tab{
    background-color: #000000;
    color:#fff;
    padding:10px 20px;
    border:1px solid #000000;
    border-radius: 8px;
    cursor: pointer;
}
.bls-tab.active{
    background-color: #fff;
    color:#000000;
    cursor: default;
}

.bls-controls-container {
    display: flex;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #333;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    border-radius: 8px;
    gap: 20px;
}
.bls-controls-container:after {
    content: "Enter Your Search Criteria";
    position: absolute;
    top: -25px;
    font-size: 1rem;
    left: 10px;
    font-weight: bold;
    display: none;
}
.bls-controls-container div {
    display: flex;
    flex-direction: column;
}
.bls-controls-container input {
    width: 100%;
}
.bls-controls-container label {
    color: #333;
    font-size: 1.4rem;
}
input.button.bls-search-button {
    background-color: #000000;
    font-size: 1.3rem;
    padding: 20px;
    outline: none;
    border: #000000 solid 2px;
    color: #fff;
    transition: background-color .3s, color .3s;
}

input.button.bls-search-button:hover {
    color:#000000;
    background-color:#fff;
}


@media (max-width: 800px) {
    .bls-controls-container {
        display: flex;
        flex-direction: column;
    }
}
