/** Shopify CDN: Minification failed

Line 343:0 Unexpected "}"
Line 1001:0 Unexpected "}"
Line 1203:0 Unexpected "}"
Line 2101:1 Unexpected "}"

**/

/*/////////////CUSTOM CSS /////////////*/


td.item {
	width: 50%;
	overflow: auto;
}
.contacttop.button {
	text-align: center;
	background: #a82424;
	color: white;
	position: fixed;
	top: 0;
	left: 40%;
	padding: 0 1%;
	border-radius: px;
}
.contacttop.button a {
	color: white;
}
.grid2 {
	display: grid;
	grid-template-columns: 30% 30% 30%;
}
.venues {
	border: 1px solid black;
	text-align: center;
	margin: 1%;
}
.venues h3 {
	text-align: center;
}

.press-release {
	display: grid;
	grid-template-columns: 20% 75%;
	margin: 1% 5%;
	grid-gap: 8px;
	border: 1px solid black;
	padding: 2% 5%;
}
.press-release h3 {
	font-size: 1.2em;
}
@media only screen and (max-width: 768px) {
	.excert-pressrelease, .image-pressrelease {
		display: none;
	}
	.press-release {
		display: block;
	}
}
@media (min-width:768px) {
	.layout09 {
		display: grid;
		grid-template-columns: 49% 49%;
     
		column-gap: 20px;
	
		padding: 120px 2% 32px 5%;
		clear: both;
	}
}
em.paperquote {
	color: #727272;
	font-weight: 900;
	margin: 20px 10px 0 10px;
}
.featured_article_grid {
	display: grid;
	grid-template-columns: 49% 49%;
     
}
.featured_article img {
	border: 1px solid black;
}
.featured_article {
	justify-self: center;
}
.acclaims {
	text-align: left;
	padding: 2% 5%;
}

.eventarchive h3 {
	text-transform: uppercase;
	line-height: 1em;
	font-size: 1.3em;
	margin-bottom: 10px;
	margin-top: 10px;
}
.eventarchive h5 {
	color: #776d6c;
	text-transform: uppercase;
	line-height: 1em;
	font-size: 1em;
	margin: 6px 10px;
}
.eventarchive p {
	margin-top: 20px;
}
.embed-container {
	margin-bottom: 2%;
}
@media (min-width:800px) {
	.eventsarchive {
		display: grid;
		grid-template-columns: 49% 49%;
     
	}
}
@media (min-width:1000px) {
	.eventsarchive {
		display: grid;
		grid-template-columns: 33% 33% 33%;
	}
}
.eventarchive {
	padding: 6%;
	border: 1px solid lightgrey;
}
span.blog_author {
	display: none;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



      .event h6 {

        border: none;
}
/*/////////////CONCERT PAGE/////////////*/

.concert_header {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 20% 50% 3% 3%;
	color: white;
	line-height: 15px
}
.concert_header h1 {
	font-size: 5em;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.concert_header_caption {
	text-align: right
}
.concert_main hr {
	margin: 6px 0;
	width: 100%;
	border: 0.5px solid lightgrey;
	padding: 0;
}
@media (min-width:1200px) {
	.concert_main {
		display: grid;
		grid-template-columns: 49% 49%;
     
	}
}
@media (min-width:1200px) {
	.concert_videos {
		display: grid;
		grid-template-columns: 33% 33% 33%;
		gap: 4px;
		margin: 2% 0;
	}
}
@media (min-width:1200px) {
	.concert_videos2c {
		display: grid;
    grid-template-columns: 49% 49%;
    margin: 3% 0px;
    grid-column-gap: 3%;
	}
}

      @media (min-width:1200px) {
	.concert_videos3c {
		display: grid;
    grid-template-columns: 32% 32% 32%;
    margin: 3%;
    grid-column-gap: 3%;
	}
}
      
@media (min-width:1200px) {
	.concert_gallery {
		display: grid;
		grid-template-columns: 49% 49%;
     
		margin: 2% 0;
	}
}
.concert_gallery img {
	border: 6px solid lightgrey;
	box-shadow: 3px 3px 10px 1px #00000030;
}
.concert_program {
	margin: 8% 0;
}
@media (min-width:1200px) {
	.concert_program {
		display: grid;
		grid-template-columns: 49% 49%;
     
	}
}
.program_pieces {
	border: 2px solid lightgrey;
	padding: 5%
}
p.part_of {
	font-size: 0.8em;
	line-height: 15px;
	padding: 0px;
}
p.only_tickets_left {
	display: inline;
	color: #c40049;
	font-weight: 800;
	font-size: 0.9em;
}
p.subtitle {
	font-style: italic;
	font-size: 1.6em;
	
	margin: 3% 0% 3% 1%;
	color: #606060;
	font-weight: 200;
}
/*/////////////END CONCERT PAGE/////////////*/


.blogpromo, .blogpromo_mobile {
	width: 100%;
	margin: 2%;
}
@media (max-width: 768px) {
	.blogpromo {
		display: none;
	}
}
@media (min-width: 768px) {
	.blogpromo_mobile {
		display: none;
	}
}
.blogpromo img {
	max-width: 100%;
	transition: all 0.3s;
	display: block;
	width: 100%;
	height: auto;
	transform: scale(1);
}
.blogpromo:hover img {
	transform: scale(1.02);
}
.content-blog .blog-top {
	text-align: left!important;
}
.breadcrumb_position {
	display: none!important;
}

.calendardate {
	display: grid;
	grid-template-columns: 1fr;
    width: 80px;
	gap: 12px;
	text-align: center;
	font-weight: 800;
	margin: -117px 3% 15px 10px;
	border:1px solid black;
	align-items: center;
    float: left;
    padding: 0 0 20px 0; 
    position:absolute;
    background: white;
   
}

span.year {
	border-bottom: 1px solid grey;
}


span.month {
	font-size: 1.2em;
	color: #a72324;
}

@media (min-width: 768px) {
span.month {
	font-size: 2em;

}}
span.day {
	font-size: 1em;
}
@media (min-width: 768px) {
span.day {
	font-size: 1.1em;
}}
span.time {
	font-size: 1.1em;
	border-top: 1px solid grey;
}

.layout02 {
    
    grid-template-columns: 49% 49%;

    padding: 120px 2% 32px 2%;
    column-count: 2;
    column-gap: 2em;
}
}
.layout02-02 hr {
	margin-left: 0;
}
.layout02-02 {
	padding-top: 20px;
	text-align: left;
	align-self: center;
	justify-self: left;
}
.layout02-02 ul {
	margin-top: 40px;
}
.layout02-02 li {
	list-style-type: none;
	margin: 10px 20px;
	font-size: 1.3em;
}
.layout02 img {
	justify-self: center;
}
.composerlist {
	display: grid;
	grid-template-columns: 33% 33% 33%;
	font-size: 0.6em;
	line-height: 0.6;
}
@media (max-width: 768px) {
	.layout02 {
		display: block;
        grid-template-columns:100%;
      column-count: 1;
	}
}
.layout09 {
	display: grid;
	grid-template-columns: 1fr 2fr;
	column-gap: 20px;
	grid-gap: 20px;
	clear: both;
	align-content: center;
}
@media (max-width: 768px) {
	.layout09 {
		grid-template-columns: 1fr;
		margin: 1%;
	}
}
.layout09left {
	align-self: center;
}
.layout10_nyc_programs {
	display: grid;
	grid-template-columns: 49% 49%;
     
	margin: 1% 10%;
}
@media (max-width: 1200px) {
	.layout10_nyc_programs {
	grid-template-columns: 49% 49%;
     
      margin:1%;
	}
}
@media (max-width: 768px) {
	.layout10_nyc_programs {
		grid-template-columns: 1fr;
		margin: 1%;
	}
}
.layout10left, .layout10right {
	text-align: center;
	margin: 1% 2%;
	padding: 3% 5%;
	background: white;
	border: 1px solid lightgrey;
}
.layout03 {
	display: grid;
	grid-template-columns: 33% 33% 33%;
	grid-gap: 20px;
	text-align: center;
	
	clear: both;
}
@media (max-width: 1024px) {
	.layout03 {
		grid-template-columns: 49% 49%;
     
	}
}

@media (max-width: 1768px) {
	.layout03 {
		grid-template-columns: 90%;
     
	}
}
.layout03 img:hover {
	opacity: 0.8;
}
.layout06 {
	margin: 20px 0;
}
.layout06 img {
	width: 100%;
}
.layout-board-bio {
	padding: 5% 7% 0%;
	grid-template-columns: 7fr 3fr;
	display: grid;
  gap: 8px;
}
@media (max-width: 768px) {
	.layout-board-bio {
		grid-template-columns: 1fr;
		margin: 1%;
	}
}
.board {
	padding: 5%;
	margin-right: 20px;
	border: 2px solid lightgrey;
}
@media (max-width: 768px) {
	.board {
		border: 1px solid lightgrey;
		padding: 5%;
		margin-right: 0;
		margin-bottom: 50px;
	}
}
.layout-biography hr {
	margin-left: 0;
}
.layout-ensemble {
	display: grid;
	grid-template-columns: 20% 20% 20% 20% 20%;
	grid-gap: 20px;
	text-align: center;
	
	clear: both;
	text-align: center;
}
@media (max-width: 1024px) {
	.layout-ensemble {
	grid-template-columns: 49% 49%;
  
	}
}
.layout-ensemble p {
	font-size: 0.8em;
	line-height: 1;
}

.ensembles-collaborators {
	grid-template-columns: 50% 50%;
}
@media(max-width:768px) {
	.ensembles-collaborators {
		grid-template-columns: 1fr;
	}
}
.layout-quote {
	text-align: center;
	background: #cccccc42;
	padding: 5% 20%;
}
@media (min-width: 1200px) {
	.layout-quote h3 {
		font-size: 40px;
	}
}
.layout-packages {
	display: grid;
	grid-template-columns: 33% 33% 33%;
	grid-gap: 20px;
	padding: 10px 15% 32px 15%;
	clear: both;
}
@media(max-width:1024px) {
	.layout-packages {
		padding: 10px 2% 32px 2%;
		grid-template-columns: 1fr;
	}
}
.layout-packages hr {
	margin-left: 0;
}
.package {
	padding: 27px 34px;
}
.package p {
	color: #313131;
	font-weight: 400;
}
.centered hr {
	text-align: center
}
.bubbleback {
	background-image: url("../jpg/bubble_right5d47.jpg");
	background-size: cover;
}
.wishlist-header, .icon-search {
	display: none!important
}
.photos img {
	height: 500px;
}
#contactFormWrapper .btn {
	float: left!important;
	background-color: #7b0f9b;
	color: #ffffff;
	border-color: #00c4b4;
	margin-top: 20px;
	border-width: 0;
	line-height: inherit;
	height: 46px;
	padding: 0 50px;
	font-weight: bold;
	border-radius: 100px;
}
.register-form {
	background: white;
	box-shadow: 1px 1px 7px 4px #0000001f;
	padding: 2% 4%;
}
#shopify-section-article-template {
	margin: 0 10% !important;
}
.homepage_video {
	display: grid;
	grid-template-columns: 50% 50%;
	margin: 2% 7%;
	grid-gap: 8px;
	justify-self: center;
	align-items: center;
}
@media(max-width:1024px) {
	.homepage_video {
		display: grid;
		grid-template-columns: 1fr;
		margin: 0;
		grid-gap: 8px;
	}
}
@media(min-width:768px) {
	.homepage_gallery {
		column-count: 2;
		column-gap: 1em;
	}
}
@media(min-width:1224px) {
	.homepage_gallery {
		column-count: 2;
		column-gap: 1em;
	}
}
@media(min-width:1800px) {
	.homepage_gallery {
		column-count: 3;
		column-gap: 1em;
	}
}
.menu_photos {
	display: none;
}
ol, ul {
	list-style: none;
}
.edit_secret_link {
    position: fixed;
    bottom: 30px;
    left: 10px;
    width: 10px;
    height: 10px;
    background: #fff8f8;
    z-index: 999;
    display: grid!important;
    opacity: 50%;
  border: 1px solid #0000002e;
}

.project_page_header {
	height: 500px;
	background-position: center;
	background-size: cover;
}
@media (min-width: 1024px) {
	.project_page {
		display: grid;
		grid-template-columns: 5fr 2fr;
		gap: 30px;
		margin: 2% 8%;
	}
	.project_sidebar {
		padding: 5%;
		border-radius: 0px;
		margin: 4% 2%;
		position: sticky;
		top: 100px;
		border: 1px solid lightgrey;
	}

}
.project_gallery {
	display: grid;
	grid-template-columns: 50% 50%;
	gap: 20px;
	margin: 5% 0%;
}

@media (min-width: 1024px) {	.project_gallery {grid-template-columns: 19% 19% 19% 19% 19%;}}
.project_quote {
	font-size: 30px;
	line-height: 45px;
	padding: 5%;
}
@media (max-width: 800px) {
	.hero-top-space {
		height: 80px;
	}
	h3 {
		font-size: 19px;
		margin-bottom: 1em;
	}
	h4 {
		font-size: 15px;
		margin-bottom: 1em;
	}
	.action-box-title img {
		width: 50px;
	}
}
.layout-ensemble img {
    width: 93%;
    border: 4px solid #ffc403;
    border-radius: 50%;
}

.product-tabs .nav-tabs {
	display: none;
}
.biography {
	margin: 5%
}
.subscription-banner-festival {
	display: grid;
	grid-template-columns: 2fr 1.5fr 1fr;
	margin: 5% 10%;
	background: #FF00C4;
	color: white;
	box-shadow: 5px 4px 10px 2px #dcdcdc;
	border-radius: 10px;
	padding: 2%;
	font-weight: 700;
}
.subscription-banner-festival-image {
	background-position: center;
	background-size: cover;
	margin-right: 30px;
}
@media (max-width: 1024px) {
	.subscription-banner-festival-image {
		background-position: center;
		background-size: cover;
		margin-right: 20px;
		height: 111px;
	}
}
@media (max-width: 768) {
	.subscription-banner-festival-image {
		background-position: center;
		background-size: cover;
		margin-right: 0;
		height: 111px;
	}
}
@media (max-width: 1024px) {
	.subscription-banner-festival {
		grid-template-columns: 50% 50%;
	}
}
@media (max-width: 768px) {
	.subscription-banner-festival {
		grid-template-columns: 1fr;
		padding: 25px;
		gap: 10px;
	}
}
.subscription-banner-festival-price {
	text-align: center;
	padding: 11%;
}
@media (max-width: 1024px) {
	.subscription-banner-festival-price {
		text-align: center;
		padding: 1%;
	}
}
.ticket-festival {
	display: grid;
	grid-template-columns: 33% 33% 33%;
	margin: 5% 10%;
	text-align: center;
	gap: 40px;
}
@media (max-width: 1024px) {
	.ticket-festival {
		grid-template-columns: 1fr;
	}
}
.subscription-banner-festival-price h2 {
	font-size: 60px;
	font-weight: 400;
}
@media (max-width: 1024px) {
	.subscription-banner-festival-price h2 {
		font-size: 25px;
		font-weight: 400;
	}
}
@media (max-width: 1024px) {
	.subscription-banner-festival-price .button {
		width: 100%;
	}
}
.partnership-banner {
	position: fixed;
	bottom: 10px;
	background: #1D3DAC;
	color: white;
	width: 100%;
	text-align: left;
	z-index: 99999;
	box-shadow: 0px 1px 6px 11px #00000038;
	padding: 30px 30px;
	gap: 4px;
	display: grid;
	grid-template-columns: 1fr 3fr;
}
.partnership-banner-image {
	text-align: center;
}
@media (max-width: 768px) {
	.partnership-banner {
		grid-template-columns: 1fr;
	}
	.partnership-banner-image {
		display: none;
	}
}



.ticket-festival-card {
	background: white;
	box-shadow: 5px 6px 7px 3px #e2e2e2;
	padding: 5%;
	border-radius: 10px;
}
@media (min-width: 768px) {
	.image-header-mobile {
		display: none;
	}
}
/*/////////////END SLIDER/////////////*/

/*/////////////NEW HOMEPAGE 2019/////////////*/

.slideshow {
	z-index: 10;
	position: absolute;
	height: 600px;
}
.new-homepage-wrap {
	z-index: 11;
	position: absolute;
}
.hero-top-space {
	height: 400px;
}
@media (max-width: 1200px) {
	.hero-top-space {
		height: 200px;
	}
}
.hero-quote {
	background-image: linear-gradient(to bottom right, rgba(194, 33, 52, 0.7), rgba(107, 49, 198, 0.7));
	text-align: center;
	padding: 10px;
	color: white;
}
.action-boxes {
	display: grid;
	grid-template-columns: 1fr 4fr 1fr;
	column-gap: 20px;
}
.action-boxes {
	grid-template-columns: 1fr;
	margin: 5%
}
@media (min-width: 800px) {
	.action-boxes {
		grid-template-columns: 50% 50%;
		margin: 5%
	}
}
@media (min-width: 900px) {
	.action-boxes {
		grid-template-columns: 2fr 4fr 1fr;
		margin: 3%
	}
}
.action-boxes-content {
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 20px;
}
@media (max-width: 768px) {
	.slideshow, .hero-quote {
		display: none;
	}
}

.action-box-text {
	margin: 5%;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 5px;
}
.action-box-title img {
	justify-self: center;
	margin-left: -11px;
}
.social-icons {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	justify-items: center;
}
.social-icons img {
	height: 25px;
}



.width50 {
	width: 50%;
}
.action-box-01 {
	background: white;
	box-shadow: 2px 3px 8px #b1b1b1;
}
@media (min-width: 768px) {
	.action-box-01 {
		margin-top: -200px;
	}
}
.quote-homepage {
	
	font-weight: 200;
}
/*/////////////END NEW HOMEPAGE 2019/////////////*/

hr {
	border-top: 3px solid #a0a0a0;
	width: 4%;
	margin-top: -20px;
	margin-bottom: 10px;
}
h2.h1.mega-title.slideshow__title {
	font-size: 2.5em;
	font-weight: 800;
	text-shadow: 1px 1px black;
	color: white!important;
}
@media(min-width:1024px) {
	h2.h1.mega-title.slideshow__title {
		font-size: 4em;
		font-weight: 800;
		text-shadow: 1px 1px black;
		color: white!important;
	}
}
      
.layout01 {
	text-align: center;
	padding: 50px 8% 32px 8%;
	clear: both;
}
@media(max-width:1024px) {
	.layout01 {
		padding: 50px 3% 32px 3%;
	}
}




.product-img-box .zoom img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}


@media(min-width:1024px) {
.product-img-box .zoom img{
	height: 750px;

}}

.event {
    text-align: center;
    margin: 2% 3%;
    clear: both;
    background: #f7f5f5;
    text-align: left;
    padding: 4% 4%;
    line-height: 1.2em!important;
    font-size: 0.8em;
}




.calendarpast {

    grid-template-columns: 1fr;
   
}

      @media(min-width:1024px) {

      .calendarupcoming {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
}
      
      }

      
      

.event>img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.event_program {
	font-size: 20px;
	font-weight: 800;
}
.event hr {
	margin-left: 0;
}
}
@media (max-width: 767px) {
	#cart table tr td.image {
		display: none!important;
	}
}
.success-message.show-cart {
	margin-bottom: 0;
	width: 400px!important;
}
.date-author {
	display: none;
}
.aboutme-container .aboutme-content {
	text-align: left !important;
}
.aboutme-container img {
	width: 100% !important;
	height: 100% !important;
	border-radius: 0% !important;
	display: block !important;
	margin: 0 auto !important;
}
.followus-container {
	text-align: left!important;
}
.widget-recent-articles .article em {
	display: none!important;
}
.template-blog .sidebar, .sidebar {
	margin-top: 5px;
	background: #f9f9f9;
	border: 1px solid;
	color: black;
	padding: 2%;
}

.project_page .grid2 img {
	padding-right: 7%;
	
}

.list-blog {
	list-style: none;
	display: grid;
}
@media (min-width: 768px) {
	.list-blog {
		grid-template-columns: 1fr;
	}
}
@media (min-width: 1200px) {
	.list-blog {
		grid-template-columns: 50% 50%;
	}
}
@media (min-width: 1400px) {
	.list-blog {
		grid-template-columns: 33% 33% 33%;
	}
}
.blog-layout-1 .content-blog .item .blog-item h3.p10 {
	line-height: 22px!important;
	font-size: 20px!important;
	margin: 1% 0!important;
	padding: 3% 4%;
}
.blog-item {
	border: 2px solid black!important;
}
.blog-layout-1 .blog-bottom {
	padding: 1% 4%!important;
	letter-spacing: 0!important;
}
.containerblog {
	margin: 2%
}
.sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.ticket {
	position: absolute;
	top: 3%;
	right: 1%;
	z-index: 9999;
	width: 150px;
	font-size: 1.3em;
	margin: 0;
}
@media (min-width: 1024px) {
	.menutrick {
		display: none
	}
}
.datehistory {
	font-weight: 100;
	font-size: 2.5em
}
.hide {
	display: none;
}
.myDIV:hover+.hide {
	display: block;
	color: red;
}
.variant_title {
	font-size: 0.8em;
	text-transform: uppercase;
    display: block;
  padding-left: 8px;
}
a.button.donate {
	display: inline!important;
	font-size: 0.7em!important;
}
a.button.subscribe {
	color: black!important;
	background: white!important;
	border: 1px solid black!important;
	font-size: 0.7em!important;
}
.donatesubscribe-mobile {
	height: 40px;
	margin-top: -15px;
}
@media (min-width: 1024px) {
	.donatesubscribe-mobile {
		display: none;
	}
}
@media (max-width: 1024px) {
	#header-mobile {
		height: 120px!important;
	}
	.donatesubscribe-mobile a.button.donate {
		padding: 4px 24px !important;
	}
}
.template-article .article-content>h3 {
	line-height: 1.2em!important;
	font-size: 2.75rem!important;
	margin-bottom: 0;
}
.template-article .rte p {
	color: black!important;
	padding: 0 0 4px!important;
}
/* EVENT ARCHIVE TEMPLATE*/

.archive-header {
	display: inline-grid;
}
@media (min-width: 1024px) {
	.archive-header {
		display: grid;
		grid-template-columns: 70% 26%;
		padding: 5px 5%;
		gap: 4%;
	}
}

      .archive-cover-photo {
    width: 100%;
    height: 400px!important;
    object-fit: cover;
    object-position: center;
}

.archive-lineunderphoto {
    width: 50%;
}
img.logosvg {
	height: 100px;
	padding: 3%;
}
.archive-posters {
	display: grid;
	grid-template-columns: 50% 50%;
	gap: 4%;
}
.archive-posters img {
	border: 1px solid black;
	width: 150px;
	height: 200px;
	object-fit: cover;
}
p.archive-composer {
	font-weight: 600;
}

.archive-page h1 {
margin: 10px 0px;
    font-size: 4em!important;
    font-weight: 100!important;
    color: #363535!important;
    border-bottom: 1px solid black;

    font-family: Baskerville;
 
}
}
/* END - EVENT ARCHIVE TEMPLATE*/


.widget.widget-recent-articles {
	display: none;
}
.template-blog .sidebar {
	margin-top: 5px;
	display: none!important;
}

	.gridroster {
		display: grid;
		grid-template-columns: 50% 50%;
		gap: 4px;
		padding: 5%;
	}


@media (min-width: 1024px) {
	.gridroster {
		display: grid;
		grid-template-columns: 24.5% 24.5% 24.5% 24.5%;
	
		padding: 5%;
	}
}
.yearbyyear {
	margin-top: 10%
}
.eventsarchive {
	width: 96%;
	margin: 2%;
}
/* calendar template 2022*/

@media (min-width: 1024px) {
	.calendar2022 {
		display: grid;
		grid-template-columns: 1fr;
	}
}
@media (max-width: 1024px) {
	.sidebarcalendar {
		position: fixed;
		right: 7px;
		top: 141px;
	}
}
.yearcalendarmenu {
	padding: 4px 14px!important;
}
.sidebaryears {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}
@media (max-width: 1024px) {
	.sidebaryears {
		display: grid;
		grid-template-columns: 1fr;
		gap: 6px;
	}
}
/* endcalendar template 2022*/

.blog-homepage {
	display: grid;
grid-template-columns: 24.5% 24.5% 24.5% 24.5%;
		
	padding: 2%;
}
@media (max-width: 1024px) {
	.blog-homepage {
		display: grid;
		grid-template-columns: 50% 50%;
		gap: 3%;
		padding: 2%;
	}
}
article.blog-homepage-item {
	border: 2px solid black;
	padding: 5%;
}
img.blog-homepage-photo {
	object-fit: cover;
	height: 200px;
	width: 100%;
}
.donation-box-donate-page {
	display: grid;
	grid-template-columns: 50% 50%;
	gap: 8px;
}
@media (min-width: 1024px) {
	.home2022 {
		display: grid;
		grid-template-columns: 50% 50%;
		gap: 3px;
		padding: 2% 2% 0 2%;
	}
}
.upcominghome {
	display: grid;
	grid-template-columns: 49% 49%;
	gap:  2%;
}
@media (min-width: 1024px) {
	.upcominghome {
		display: grid;
		grid-template-columns: 33% 33% 33%;
		gap:  3px;
	}
}

.upcominghome h5, .upcominghome h6 {
    margin: 0;
}

      
.ourplatforms {
	display: grid;
	grid-template-columns: 49% 49%;
     
	margin:  3px 2%;
}
@media (min-width: 1024px) {
	.ourplatforms {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		gap: 2;
		margin: 1% 2% 5% 2%;
	}
}
.dividertitle, h6{
font-size: 0.9em!important;
 
    border-bottom: 1px solid #d4d4d4;
    text-transform: uppercase!important;


}
@media (min-width: 1024px) {
	.dividertitle {
		margin: 0 2%;
	}
}

      .archive-venues, .archive-program, .archive-artists  {
    margin-bottom: 1em;
}
.upcominghomeproject{	
  font-size: 1.1em;

}
.upcominghomeimage {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center;
}
.main-content {
	display: inline-block!important;
  width: 96%!important;
  margin-left:2%!important;
}
  @media (min-width: 1024px) {
.main-content {
  padding-top: 0px!important}
  }
  
.upcominghomeevent>a>p {
	margin: 3px 0;
}
p.upcominghometitle {

	font-size: 1em;
	font-weight: 800;
	color: #a82424;
	border-bottom: 1px solid black;
	margin-top: 20px!important;
}
p.upcominghomedate {
	font-size: 0.6em;
	font-weight: 800;
  margin: 0 0 3px 0;
  border-bottom: 1px solid lightgrey;
}
p.upcominghomevenue {
	
	font-size: 0.8em;
	font-weight: 800;
	color: #999999;
	text-transform: uppercase;
  
}
p.upcominghomenotify {
	border: 1px solid black;
	padding: 2% 10%;
	border-radius: 6px;
    width: 80%;
}


      .upcominghomeevent {
    border: 1px solid grey;
    padding: 4px 15px;
    margin-right: 10px;
}

      
.hero2021 {
	background-image: url(../jpg/bannersupport2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 700px;
	color: white;
	padding: 10% 40% 5% 5%;
}
@media (min-width: 1024px) {
	.hero2021 {
		background-image: url(../jpg/bannersupport2.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		height: 600px;
		color: white;
		padding: 10% 40% 5% 5%;
	}
}
.hero2021 h2 {
	font-size: 4em;
	margin-bottom: 0px
}
@media (min-width: 1024px) {
	.hero2021 .button {
		width: 50%;
	}
}
.innermenuprojects {
	display: grid;
	grid-template-columns: 1fr 3fr;
	align-items: center;
}
.innermenuprojects li {
	display: inline;
	font-weight: 800;
}
@media (min-width: 1024px) {
	.innermenuprojects li {
		display: inline;
		font-size: 1.2em;
		font-weight: 800;
	}
}
.innermenuprojects h2 {
	text-transform: uppercase;
	font-weight: 200;
}
.innermenuprojects {
	padding: 2% 3%;
	margin: 3% 0;
}
@media (min-width: 1024px) {
	.innermenuprojectsline {
		border-top: 3px solid #000000;
		width: 70%;
		margin-right: 50%;
		margin-top: -50px;
		text-align: left;
	}
}
.layout01.logoshome {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	padding: 5%;
	align-items: center;
	justify-items: center;
	row-gap: 28px;
}
.presshome {
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	justify-items: center;
	margin: 5% 4%;
	text-align: left;
	gap: 3px;
}
@media (min-width: 1024px) {
	.presshome {
		grid-template-columns: 1fr 4fr;
	}
}
.banner_support {
	background: black;
	background-image: url(../jpg/support.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 800px;
	color: white;
	padding: 10%;
	text-align: left;
}
@media (min-width: 1024px) {
	.banner_support {
		background-image: url(../jpg/support.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right;
		height: 800px;
		color: white;
		padding: 10% 5% 5% 60%;
		text-align: left;
	}
}
.subsctibe_banner {

	text-align: center;
	align-items: center;
	justify-items: center;
	padding: 5% 5%;
}
.home_archive {
	background-image: url(../jpg/archiveback.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 500px;
	color: white;
	text-align: left;
	padding: 4% 60% 4% 10%;
	display: grid;
	align-items: start;
}
.home_archive h2 {
	font-size: 3em;
	text-transform: uppercase;
}
@media (min-width: 720px) {
	.logos_archive {
		display: grid;
		grid-template-columns: 49% 49%;
     
	}
}
.mission {
	margin: 2%;
  width: 95%;
}


a.undeline {
    text-decoration: underline;
    color: #a72324!important;
    font-weight: 800;
    font-size: 0.9em;
}

a.addtocalendar {
    color: #5a5a5a;
    font-size: 0.7em;
    font-weight: 800;
    
    border: 1px solid #484848;
    padding: 1% 3%;
    border-radius: 3px;
  	margin: 8px 0;
    display:block;
    width: 60%;
}




.product-share-links {
    display: none!important;
}


.product-inventory {
    display: none;
}



.royalSlider {
  width: 100%;

}




.rsDefault .rsBullets {
   
    bottom: 13px!important;

   background:  none!important;
   
    text-align: center;
    line-height: 9px!important;
overflow: inherit!important;

}

.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs{
  background:  #ffffff!important;}



img.rsImg {
    max-width: none;
    margin: 0px!important;
    width: 100%!important;
    height: auto;
    object-fit: cover;

}


.rsDefault .rsBullet {
  width: 23px;
}
  
.royalSlider, .rsDefault, .rsOverflow, img.rsImg{ height: 300px!important;}

@media (min-width: 1024px) {.royalSlider, .rsDefault, .rsOverflow, img.rsImg{ height: 400px!important;}}

@media (min-width: 1200px) {.royalSlider, .rsDefault, .rsOverflow, img.rsImg{ height: 600px!important;}}






.yearbyyear>p {
    margin: 0px!important;
 
}

.centerbutton {
    text-align: center;

    margin-left: 45%;
    margin-bottom: 5%;
}



h3 {

    margin-bottom: 5px!important;
}

@media (max-width: 767px) {
th.item {
    display: none;
}}




.donation-box-message, .donation-box  {
   padding: 0 5rem;

}

      .donation-box {
    display: grid;
       grid-template-columns: 49% 49%;
     
}
 .donation-box .button{
     width: 80%;
     margin-bottom: 9px!important;
    }
      



      img {
    max-width: 100%;
}

      .viewnotifybuttons{margin:8px 0 0 8px}

      .calendardateticket {
    float: left;
    margin-right: 15px!important;
    padding: 3% 1%!important;
    display: grid;
    width: 80px;
    text-align: center;
    font-weight: 800;
    border: 1px solid black;
    align-items: center;


}

      h7 {
    font-size: 0.6em;
    text-transform: uppercase;
    line-height: 0px!important;
    margin: 0px!important;
    letter-spacing: 0px;
}

      .banner_support h2, .banner_support h4, .home_archive h3 {
    color: white!important;
}

      h5 {
    margin: 3px 0px;
}





  a.menucalendar {
    background: #8b2929;
    padding: 0.3% 0.6%;
    color:white;
}
 


   p, ul, ol, li {
    margin: 10px 0;
}

      h6, .h6 {

    margin-block-end: 0.5em!important;
}

   

.homeimages img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

      p.type {
  
    color: white;
    border-radius: 100px;
    width: fit-content;
    padding: 1% 3%;
        margin:0 0 10px 0;
        display: inline-block;
}

p.production {background: #393939;}
p.touring {background: #865389;}
p.festival {background: #6381a8;}
p.series {background: #748194;}
p.visualconcert {background: #b48b8b;}
p.adamr {background: #fff185;color: #504d4d;}


      img.acm {
    height: 500px;
}

@media (min-width: 767px){
.donateplusmission {
    display:grid;
    grid-template-columns:10fr 4fr 1fr;
}}

.donatestripe{
  text-align:center
        
      }

.cdgrid  {
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:10px;
 
}

       .cdgridwrap{
  display:grid;
  grid-template-columns: 1fr;
  gap:50px;
  margin: 2%;

}
      
       @media (min-width: 767px){
      .cdgridwrap{
  display:grid;
  grid-template-columns: 4fr 1fr;
  gap:50px;
  margin: 2%;

}}


      @media (min-width: 767px){
.cdgrid  {
  display:grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap:10px 20px;
}}
@media (min-width: 1000px){
.cdgrid  {
  display:grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr ;
  gap:3%;
}}
@media (min-width: 1200px){
.cdgrid  {
  display:grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap:3%;
}}

ul, ol, li {
    margin: 0px!important;
}

.cdgrid p {
    margin: 0px;
    text-align: left;
    line-height: 1em;
    font-size: 0.9em;
}
.artist-override{font-size: 0.7em;}

      h5.address {
    line-height: 1.5em;
}



      .archive-link-back {
    text-align: center;
        margin-top:5px;
}


      .archive-description{
    margin-bottom: 20px;}


      .fa, .fas {
    font-weight: 900;
    margin-right: 8px;
}

      .contentundervideo{
        margin-top: 10%;
        background:white;
      }

      h1.topvideo {
    text-align: center;
    color: white;
    text-shadow: 2px 2px black;
    text-transform: lowercase;
    padding: 0% 30% 10% 30%;
        font-size:3em;
}

          p.topvideo2 {
    text-align: center;
    color: white;
    text-shadow: 2px 2px black;
    text-transform: UPPERCASE;
            padding: 10% 0 0 0;
        font-size:0.8em;
}


      .socialmedia {
    position: fixed;
    bottom: 0px;
    background: black;
        color:white;
    border: 3px solid black;
        width: 100%;
}

      .list-social__link {color:white!important;}

       footer.footer.color-inverse.gradient.section-footer-padding {
    background: black;
}
      



.datess {
    display: grid;
    grid-template-columns: 1fr ;
    font-size: 1em ;
    line-height: 1.2em;
    text-align: left;
    background: #f2f2f2;
    padding: 5%;
}


.eventudate {
    text-align: left;
    font-size: 1.2em;
    font-weight: 800;
}

.eventu {
    display: grid;
    padding-bottom: 10px;
    grid-template-columns: 1fr 3fr 1fr;
   
    font-weight: 400 !important;
    border: 1px solid;
    margin: 1%;
    padding: 1.5%;
   align-items: center;
}

.tour{
 
    border: 1px solid;
    margin: 1%;
    padding: 1.5%;
   align-items: center;
}

.tourtitle {
    margin: 2%  5%;
}

.noborder{  border: none!important;
          margin: 5px 0px!important;
    padding: 0!important}


.eventudescri{ font-size: 0.9em; margin-top:10px}
  @media (max-width: 768px){
.eventu {
    grid-template-columns: 1fr;
    padding: 3.5%;
    gap: 12px;
}
  }

p.descriptionpast {
    font-size: 0.9em;
    margin: 22px 0;
    line-height: 1.5;
}
  h5 {
    margin: 8px 0 0 0;
}
.eventpast {
    display: grid;
    grid-template-columns: 2fr 1fr;
    padding: 20px 20px;
    background: #f6f6f6d9;
    margin: 11px;
}
.imgpastevents {
    width: 97%;
    height: 300px;
    object-fit: cover;
    object-position: center
}
.big {
    width: 97%;
    height: 600px;
    object-fit: cover;
    object-position: center
}
.partofpast {
    font-size: 1;
    color: #a82424
}
.calendardatepast {
    border-bottom: 1px solid #ddd;
  font-weight:100;
  font-size: 1em;
}
  .yearpast {
    display: block;
    font-size: 0.6em;
    font-weight:800;
}
span {
    margin-right: 5px
}

  .calendarpast {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: max-content;
    
}


/* The Modal (background) */
        .modal {
            display: none; /* Hidden by default */
            position: fixed; /* Stay in place */
            z-index: 1; /* Sit on top */
            padding-top: 100px; /* Location of the box */
            left: 0;
            top: 0;
            width: 100%; /* Full width */
            height: 100%; /* Full height */
            overflow: auto; /* Enable scroll if needed */
            background-color: rgb(0,0,0); /* Fallback color */
            background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
        }

        /* Modal Content */
     .modal-content {
    background-color: #fffffff2;
    margin: 30px 0 0 5%;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    font-size: 0.8em;
    line-height: 1.7;
    text-align: center;
    bottom: 10%;
}

  @media (min-width: 768px){
  .modal-content {
    margin: 120px 0 0 20%;
  width: 60%;}}

  
        /* The Close Button */
        .close {
            color: #aaaaaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }

        .close:hover,
        .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }
  
@media (max-width: 768px){
.calendarpast {display:block;
              padding:5px;}
.eventpast {grid-template-columns: 1fr;}
.imgpastevents {height: 200px;}
  
}

.nophoto {
    display: block;
}

h1.yearhuge {
    font-size: 16em;
    font-weight: 100;
    display: block;
    margin-bottom: -100px;
    font-family: inherit;
    color: #3d393b;

}

  .andbefore {
    font-size: 45px;
    margin: 85px;
    position: absolute;
}

  @media (max-width: 768px){h1.yearhuge {
    font-size: 6em;
   margin-bottom: -10px;}}

.myBtn_multi {
    border: none;
    text-decoration: underline;
    padding: 0px!important;
    color: #6e6a6a;
    background:none;
letter-spacing: 1px;
}}

a:hover {
    opacity: 50% !important;
}


h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
    display: none;
}

.archive-artists a {
    text-decoration: none;
    color: black;
    font-weight: 500;
}

.archive-eventinfo {
    font-size: 0.9em;
  
}

body{font-size: 1.3rem;
    letter-spacing: 0.4px;
    line-height: 1.4;}

h1{  letter-spacing: 0.8px;}


/*/////////////PHOTO CAROUSEL /////////////*/


/* Carousel container styles */
@media (max-width: 768px){
/* === Carousel container styles === */
.homepage_gallery {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: 12px;
  padding: 16px 0;
  align-items: center;
}
.homepage_gallery::-webkit-scrollbar {
  display: none;
}

/* === Each image wrapper === */
.homepage_gallery a {
  flex: 0 0 auto;
  scroll-snap-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* === Image styles (this is the key) === */
.homepage_gallery img {
  height: 300px;
  width: auto;
  display: block;

  object-fit: contain; /* Show full image without cropping */
}

/* Optional: dot navigation */
.carousel-dots {
  text-align: center;
  margin-top: 12px;
}
.carousel-dots .dot {
  height: 6px;
  width: 6px;
  margin: 0 4px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}
.carousel-dots .dot.active {
  background-color: #fff;
}
}

/*/////////////PHOTO CAROUSEL END/////////////*/
@media (max-width: 768px){
    .rte img {
      border-radius: 0px!important;
      border: 0!important;
    }
    
    
   
    .archive-cover-photo {
      margin: 0 !important;
      padding-top: 0 !important;
      display: block;
    }
    
    .archive-page .archive-eventvideo {
      margin-top: 0 !important;
      padding-top: 0 !important;
      border-top: none !important;
    }
    
    .archive-page {
      margin-top: 0 !important;
      padding-top: 0 !important;
    }
    
    .archive-title,.archive-description,.archive-eventinfo{
      margin: 2% !important;
    }
  
}



/*/////////////CUSTOM CSS GAAWI END/////////////*/

/*/////////////SPOTIFY PLAYER/////////////*/

.spotify-style-player-background {
    background: #1b242c;
    color: white;
    padding: 2% 5%;
    border-radius: 12px;
}

.spotify-style-player {
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  color: #fff;
  padding: 20px 0;
  
}

.track-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.cover {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  object-fit: cover;
}

#track-title {
  font-size: 18px;
  font-weight: bold;
}

.track-artist {
  font-size: 14px;
  color: #bbb;
}

#progress-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0 20px;
}

#progress-bar {
  flex: 1;
  height: 6px;
  background: #444;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}

#progress-fill {
  height: 100%;
  background: #1db954;
  width: 0%;
  transition: width 0.2s linear;
}

.spotify-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

.spotify-buttons button {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

#play-btn {
  width: 60px;
  height: 60px;
  background: #fff;
  color: #000;
  border-radius: 50%;
}

#play-btn svg {
  width: 30px;
  height: 30px;
}

#track-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#track-list li {
  padding: 14px 0;
  border-bottom: 1px solid #333;
  cursor: pointer;
  transition: background 0.2s;
}

#track-list li:hover {
  background: #111;
}

#track-list li.active {
  color: #1db954;
  font-weight: 600;
}
/*/////////////SPOTIFY PLAYER END/////////////*/




.mobile-bottom-nav {
  display: none;
}

@media (max-width: 767px) {
  .mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1f1f2e;
    display: flex;
    justify-content: space-around;
    padding: 1.5rem 0;
    z-index: 999;
  }

  .mobile-bottom-nav .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
  }

  .mobile-bottom-nav .nav-item svg {
    width: 34px;
    height: 34px;
    margin-bottom: 4px;
  }
}
