a.shopping-cart {
    display:flex;
    align-items:center;
    flex:none;
    margin-left:10px;
}
.shopping-cart-wrapper {
    position: relative;
}
a.shopping-cart .ticket-icon {
    left:auto;
        right:auto;
        top:auto;
        display: block;
        width:25px;
        height:20px;
        position: relative;
        float:left;
        transform: none;
        margin-left:10px;
}
a.shopping-cart .text-qty {
        position: absolute;
    top:-10px;
    right:-15px;
        background:#ee3128;
    font-size:10px;
    color:#fff;
    border-radius:50px;
    width:20px;
    height:20px;
    text-align: center;
    padding:4px;
}
a.shopping-cart .text-qty:hover {
    background:#fff;
    color:#ee3128;
}
a.shopping-cart .text-qty:empty {
    display:none;
}
@media screen and (max-width:1022px) {
    a.shopping-cart {
        top:-10px;
        margin-left:30px;
    }
    a.shopping-cart .text-qty {
        background:#fff;
        color:#ee3128;
    }
}
header .mobile { display: block; position: absolute; top: 33px; right: 85px; }
.site-search + .shopping-cart { display: none; }
@media screen and (min-width:1024px) {
    header .mobile { display: none; }
    .site-search + .shopping-cart { display: flex; }
}


.node--type-flex-page .page-title h1 img {
    top:-20px
}
@media only screen and (max-width: 30em) {
    .node--type-flex-page .page-title h1 img {
        max-width: 30%;
        height: auto;
        top: -10px;
    }
}  


#block-juicerembedfeed1 { display: none; }


.node--type-flex-page.node--view-mode-full > .node__content > div:not(.hero--landing):not(.bg-white-fade) {
    width: 88%;
    width: calc(100% - (20px * 2));
    height: auto;
}
.node--type-flex-page.node--view-mode-full > .node__content > div:not(.hero--landing):not(.bg-white-fade) {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

@media only screen and (min-width: 64em) {
    .node--type-flex-page.node--view-mode-full > .node__content > div:not(.hero--landing):not(.bg-white-fade) {
        width: 96%;
        width: calc(100% - (50px * 2));
    }
}
@media only screen and (min-width: 88em) {
    .node--type-flex-page.node--view-mode-full > .node__content > div:not(.hero--landing):not(.bg-white-fade) {
        width: 100%;
    }
}

.node--type-flex-page .field--name-field-shopify-product {
        margin-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    padding: 0;
    width: 90%;
    
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    line-height: 1.625rem;
    font-family: "mark",Helvetica,Arial,sans-serif;
    color: #26316c;
    font-weight: bold;
}
@media only screen and (min-width: 56em) {
    .node--type-flex-page .field--name-field-shopify-product {
        font-size: 72px;
    font-size: 4.5rem;
    }
        
}
@media only screen and (min-width: 56em) {
    .node--type-flex-page .field--name-field-shopify-product {
        font-size: 45px;
        font-size: 2.8125rem;
        line-height: 50px;
        line-height: 3.125rem;
        margin-top: 60px;
        margin-bottom: 60px;
        padding-bottom: 60px;
        width: 75%;
        padding-right: 70%;
    }

}
.node--type-flex-page .paragraph--type--shopify-donation #edit-donation-option .js-form-item{
    margin-bottom: 10px;
}
.node--type-flex-page .paragraph--type--shopify-donation {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.125rem;
}
.node--type-flex-page .paragraph--type--shopify-donation .field--name-field-content,
.node--type-flex-page form.ticket-variants-form {
     transition: top 0.95s cubic-bezier(0.55,0.085,0,0.99);
    transition-delay: 0.15s;
    flex: 1 1 auto;
}
.node--type-flex-page .paragraph--type--shopify-donation .field--name-field-content:before {
    content: "";
    height: 3px;
    width: 84px;
    background-image: url(/themes/custom/ivc_theme/images/dotted.png);
    background-repeat: repeat;
    position: absolute;
    display: block;
    top: -30px;
    left: 0;
}
@media only screen and (min-width: 56em) {
    .node--type-flex-page .paragraph--type--shopify-donation .field--name-field-content {
        margin: 0;
        flex-basis: 50%;
           
    }
    .node--type-flex-page form.ticket-variants-form {
        flex-basis: 50%;
        padding-right: 60px;
        max-width:50%;
    }
    .node--type-flex-page .paragraph--type--shopify-donation .field--name-field-content:before {
        top: -60px;
        left: 0px;
    }
}
.node--type-flex-page .paragraph--type--shopify-donation .field--name-field-content {
    position: relative;
    order: 1;
}
.node--type-flex-page .paragraph--type--shopify-donation #edit-donation-option--wrapper legend {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5625rem;

    margin-bottom: 30px;
}

@media screen and (min-width:1200px) {
    .node--type-flex-page .paragraph--type--shopify-donation #edit-donation-option--wrapper legend {
    float:left;     width: 100px;
    }
    .node--type-flex-page .paragraph--type--shopify-donation .fieldset-wrapper,
.node--type-flex-page .paragraph--type--shopify-donation .form-item-processing-fee,
.node--type-flex-page .paragraph--type--shopify-donation .form-submit-wrapper,
.node--type-flex-page .paragraph--type--shopify-donation .ticket-variant-row,
    .node--type-flex-page .paragraph--type--shopify-donation .form-item-description {
    margin-left: 160px;
}
    .node--type-flex-page .paragraph--type--shopify-donation #ticket-variants-block-result {
    margin-left: 160px;
}
}
@media screen and (max-width:895px) {
    .node--type-flex-page .paragraph--type--shopify-donation #edit-donation-option--wrapper legend {
    float:left;     width: 100px;
    }
    .node--type-flex-page .paragraph--type--shopify-donation .fieldset-wrapper,
.node--type-flex-page .paragraph--type--shopify-donation .form-item-processing-fee,
.node--type-flex-page .paragraph--type--shopify-donation .form-submit-wrapper,
.node--type-flex-page .paragraph--type--shopify-donation .ticket-variant-row,
    .node--type-flex-page .paragraph--type--shopify-donation .form-item-description {
    margin-left: 160px;
}
    .node--type-flex-page .paragraph--type--shopify-donation #ticket-variants-block-result {
    margin-left: 160px;
}
    .node--type-flex-page .paragraph--type--shopify-donation form.ticket-variants-form {
        order: 2;
    }
    .node--type-flex-page .paragraph--type--shopify-donation .field--name-field-content {
        margin: 60px 0;
    }
}
@media screen and (max-width:639px) {
    .node--type-flex-page .paragraph--type--shopify-donation #edit-donation-option--wrapper legend {
    float:none;     width: 100%;
    }
    .node--type-flex-page .paragraph--type--shopify-donation .fieldset-wrapper,
.node--type-flex-page .paragraph--type--shopify-donation .form-item-processing-fee,
.node--type-flex-page .paragraph--type--shopify-donation .form-submit-wrapper,
.node--type-flex-page .paragraph--type--shopify-donation .ticket-variant-row,
    .node--type-flex-page .paragraph--type--shopify-donation .form-item-description {
    margin-left: 0;
}
    .node--type-flex-page .paragraph--type--shopify-donation #ticket-variants-block-result {
    margin-left: 0;
}
}

.node--type-flex-page .paragraph--type--shopify-donation .ticket-variant-row  {
     margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.node--type-flex-page .paragraph--type--shopify-donation .ticket-variant-row .input-other-amount {
    border-bottom: 3px solid #26316c;
    background: #fff;
    padding: 5px 10px;
    margin: 0 10px;
    max-width: 20%;
    margin-right: auto;
    min-width: 15%;
}
.node--type-flex-page .paragraph--type--shopify-donation .form-item-processing-fee {
    margin-bottom: 10px;
    margin-top: 10px;
}
.node--type-flex-page .paragraph--type--shopify-donation #edit-description {
    border-bottom: 3px solid #26316c;
    background: #fff;
    padding: 5px 10px;
    margin: 5px 0 10px;
}

.node--type-flex-page .paragraph--type--shopify-donation .form-item-description {
    display: flex;
    flex-wrap: wrap;
}
.node--type-flex-page .paragraph--type--shopify-donation .form-item-description label {
    font-weight: 700;
    position: relative;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    margin-bottom: 30px;
}
@media screen and (min-width:1200px) {
    .node--type-flex-page .paragraph--type--shopify-donation .form-item-description label {
    font-weight: 700;
    position: absolute;
    left: 0;
    width: 80px;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    margin-bottom: 30px;
    }
}
@media screen and (max-width:895px) {
    .node--type-flex-page .paragraph--type--shopify-donation .form-item-description label {
    font-weight: 700;
    position: absolute;
    left: 0;
    width: 80px;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    margin-bottom: 30px;
    }
}
@media screen and (max-width:639px) {
    .node--type-flex-page .paragraph--type--shopify-donation .form-item-description label {
        position: relative;
        width: auto;
    }
}

.node--type-flex-page .paragraph--type--shopify-donation .form-item-description input {
    width: 100%;
}
.node--type-flex-page .paragraph--type--shopify-donation .form-submit-wrapper {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.node--type-flex-page .paragraph--type--shopify-donation .form-submit-wrapper .subtotal-label {
    font-weight: 700;
    margin-left: auto;
    margin-right: 10px;
}
.node--type-flex-page .paragraph--type--shopify-donation .form-submit-wrapper .submit-wrapper {
    width: 50%;
}
.node--type-flex-page .paragraph--type--shopify-donation .form-submit-wrapper .submit-wrapper input {
    background: none;
    border-bottom: none;
    text-decoration: underline;
    color: #ee3128;
    padding: 0;
    margin-left: auto;
}
.node--type-flex-page .paragraph--type--shopify-donation .form-submit-wrapper #donation-subtotal {
    margin-left: auto;
}
.node--type-flex-page .hero--landing + .field--name-field-content {
    margin-top: 70px;
}
form[class*="webform"] .form-item .form-radio {
	width: auto;
}

/* LOGO COLORS */
.site-logo .cls-1 {
  fill: #ee2f29 !important;
}
.site-logo .cls-2 {
  fill: #26316c !important;
  stroke: none !important;
}
/* END LOGO COLORS */
.exp__cal-weekday-empty .exp__cal-weekday-date span {
    color: #999;
}

/* TKTS SHOWTIME LISTINGS */
.viewsreference--view-title {
    display: none;
}
.view-showtime-listing h2 {
    color: #ED3125;
    font-size: 2.25rem;
    margin-bottom: 1rem;
}
.view-showtime-listing table {
    width: 100%;
    text-align: left;
}
.view-showtime-listing table th, .view-showtime-listing table td {
    padding: 1rem;
    vertical-align: middle;
}
.view-showtime-listing table tr {
	border-bottom: 2px solid #DBD6D6;
}
.view-showtime-listing table thead tr {
	border-top: 2px solid #DBD6D6;
}
.show-title-container img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 10px;
}
.show-title-container {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: start;
    position: relative;
    transition: box-shadow 0.25s cubic-bezier(0.55, 0.085, 0, 0.99), color 0.25s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.show-title-container a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
	font-size: 0;
}
.show-title-container.has-link .title-text {
    box-shadow: inset 0px -3px 0px 0px rgba(38, 49, 108, 0.2);
    transition: box-shadow 0.25s cubic-bezier(0.55, 0.085, 0, 0.99), color 0.25s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.show-title-container.has-link:hover .title-text {
    box-shadow: inset 0px -1.5rem 0px 0px rgba(38, 49, 108, 0.2);
}
.view-showtime-listing .views-field-nothing {
    text-align: right;
    text-align: left;
}
.view-showtime-listing table tbody tr:nth-child(odd) {
    background: #F1EFEF;
}
th#view-field-percentage-off-table-column,
td.views-field.views-field-field-percentage-off {
    color: #F12E2C;
    position: relative;
}
.view-showtime-listing table tr.sold-out td {
    text-decoration: line-through;
}
.show-title-container img ~ * {
    display: none;
}
.sold-out .percent-off{
	font-size: 0;
}
.sold-out .percent-off:before {
    content: "SOLD OUT";
    COLOR: white;
    text-decoration: none !important;
    background: #F12E2C;
    font-size: 11px;
    padding: 5px 12px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
ul.js-pager__items.pager {
    text-align: center;
    list-style: none;
    margin-top: 2rem;
}

ul.js-pager__items.pager a {
    color: #F12E2C;
    text-underline-offset: 3px;
    transition: all .25s ease;
}
ul.js-pager__items.pager a:hover {
	color: #253469;
}
@media screen and (max-width:960px){
	.view-showtime-listing .view-content {
		overflow-x: auto;
	}
	.view-showtime-listing .view-content table {
		width: 920px;
	}
}
/* TKTS MONITOR */
.monitor-view-page #toolbar-administration,
.monitor-view-page .header--main,
.monitor-view-page footer{
    display: none;
}
.monitor-view-page,
.monitor-view-page #layout-container{
    padding: 0 !important;
    margin: 0 !important];
}
.tkts-monitor{
	font-weight: bold;
}
.tkts-slider {
  transition: opacity 1s ease-in-out;
  background: #fff;
  font-size: 3vh;
}
.tkts-monitor-container {
    background: #F8F6F7;
    padding: 2vh 2vw;
    height: 100vh;
    overflow: hidden;
}
.tkts-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    bottom: 20px;
}
body.monitor-view-page{
	height: 100vh;
	width: 100vw;
	overflow: hidden;
}
.tkts-monitor h2{
	font-size: 64px;
}
.tkts-pagination ul{
	display: flex;
	list-style: none;
	gap: 15px;
}
.tkts-pagination ul .pager__item--first,
.tkts-pagination ul .pager__item--last,
.tkts-pagination ul .pager__item--previous,
.tkts-pagination ul .pager__item--next{
	display: none;
}
.tkts-monitor thead {
    display: none;
}
.tkts-monitor table {
    border-top: 2px solid #DBD6D6;
}
.tkts-pagination li.is-active a {
    background: #F12C2C;
}
.tkts-pagination li a {
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 50%;
    background: #26316c;
    font-size: 0;
}
.tkts-monitor table{
	border-top: 2px solid #DBD6D6;
}
.tkts-monitor tr {
    height: 10.65vh;
}
.tkts-monitor thead tr {
    height: 6vh;
}
.tkts-monitor .sold-out .percent-off:before{
	font-size: 2vh;
	border-radius: 25px;
}

.tkts-monitor th, .tkts-monitor td {
    vertical-align: middle;
}
@media screen and (max-width:639px){
	.paragraph--type--listing-callout-list.row--grid .grid-items {
		display: flex;
		flex-direction: column;
		gap: 1.5rem;
		margin: 0;
		padding: 0;
	}

	.paragraph--type--listing-callout-list.row--grid .grid-items > .node--view-mode-teaser {
		margin: 0 !important;
		width: 100%;
	}
}

