/*
Theme Name: Divi Child Theme
Version: 2.0
Description: Basic Child Theme by Boston Web Group
Author: Jason Neri
Template: Divi
Author URL: https://bostonwebgroup.com
*/

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');


/*------- Theme Customizations------- */ 

#main-content {
    background-color: #f8e9d9 !important;
}
.et_pb_section {
	background-color: transparent;
}

h1, .entry-content h1 {
	font-size: 60px;
    line-height: 1em;
	letter-spacing:-1.5px;
}
h2, .entry-content h2, h2.entry-title {
	font-size:36px;
	line-height:40px;	
	letter-spacing:-0.9px;
}
h3, .entry-content h3 {
	font-size:24px;
	line-height:32px;
}
h4, .entry-content h4 {
	font-size:20px;
	line-height:1.3em;	
}

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

	h1, .entry-content h1 {
		font-size: 48px;
		letter-spacing:-1.2px;
	}
	h2, .entry-content h2, h2.entry-title  {
		font-size:36px;
		letter-spacing:-.9px;
	}
	h3, .entry-content h3 {
		font-size:24px
	}
	h4, .entry-content h4 {
		font-size:20px;
	}
}
@media screen and (max-width: 767px) {
	h1, .entry-content h1 {
		font-size: 48px;
		letter-spacing:-.75px;
	}
	h2, .entry-content h2, h2.entry-title  {
		font-size:30px;
		line-height:36px;	
		letter-spacing:-.75px;
	}
	h3, .entry-content h3 {
		font-size:22px;
	}
	h4, .entry-content h4 {
		font-size:18px;
	}
}
@media screen and (max-width: 639px) {
	h1, .entry-content h1 {
		font-size: 30px;
	}
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: -.025em;
}
.gold {
	color: #d4a017;
}



/* End Custom Font Sizes */

/* Flex */

.flex {
	display:flex;
}
.ai_c {
	align-items:center;
}
.ac_c {
	align-content:center;
	flex-wrap:wrap;
}
.ac_fe {
	align-content:flex-end;
}
.ai_fs {
	align-items: flex-start;
}
.ai_fe {
	align-items: flex-end;
}
.flex_wrap {
	flex-wrap:wrap;
}
.flex_end {
	justify-content:flex-end;
}
.flex_between {
	    justify-content: space-between;
}
.flex_start {
	justify-content: flex-start;
}
.flex_center {
	justify-content: center;
}
.fd_c {
	flex-direction:column;
}
.stretch {
	align-items: stretch;
}
.f1 {
	flex: 1;
}
.f2 {
	flex:2;
}
.gap2percent {
	gap: 2%;
}
.gap45 {
	gap: 45px;
}
.row_gap20 {
  row-gap: 20px; 
}
.row_gap10 {
	  row-gap: 10px; 
}
@media (max-width: 980px) {
	.jc_cm { /* Center Flex on Tablet and Mobile */
		justify-content:center;
	}
	.ac_fs_tablet {
		align-items: flex-start !important;
	}
	.display_block_tablet {
		display:block;
	}
}
@media (min-width: 768px) {
	.flex_dt_tablet {
		display:flex;
	}
}
/* End Flex */
.pb10 {
	padding-bottom:10px;
}
.pb16 {
	padding-bottom:16px;
}
.pb20 {
	padding-bottom:20px;
}
.pb24 {
	padding-bottom:24px;
}
.pb30 {
	padding-bottom:30px;
}
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
.text_lg .et_pb_text_inner {
	font-size:16px;
	line-height:26px;
	letter-spacing:0.6px;
}
.text_xlg {
	font-size:20px;
	line-height:28px;
}
.text_reg .et_pb_text_inner {
	font-size:14px;
	line-height:1.7em;
	letter-spacing:0;
}
@media (min-width: 768px) {
	.three_col_tablet.et_pb_gutters2 {
		display:flex;
	} 
	.three_col_tablet.et_pb_gutters2 .et_pb_column_1_3 {
    	width: 31.3333%;
		margin-bottom:0;
  }
	 .three_col_tablet.et_pb_gutters2 .et_pb_column {
    	margin-right: 3%;
  }
	.et_pb_row.three_col_tablet .et_pb_column.et-last-child {
    	margin-right: 0 !important;
  }
}

.et_pb_row,
.et_section_specialty > .et_pb_row {
  	width: 100%;
	padding-left: 2.5rem;
    padding-right: 2.5rem;
}
@media (max-width: 980px) {
	.et_pb_row {
  		width: 90%;
    	margin-left: auto;
    	margin-right: auto;
    	padding-left: 0;
    	padding-right: 0;
	}
}
@media screen and (max-width: 767px) {
	.et_pb_row {
  		width: 90%;
    	margin-left: auto;
    	margin-right: auto;
    	padding-left: 0;
    	padding-right: 0;
	}
}
@media screen and (max-width: 639px) {
	.et_pb_row {
  		width: 90%;
    	margin-left: auto;
    	margin-right: auto;
    	padding-left: 0;
    	padding-right: 0;
	}
}
@media only screen and (min-width: 1800px) {
	.et_pb_row {
		padding: 36px 2.5rem !important;
	}
}

/*show desktop menu on Tablet*/

@media (min-width: 813px) and (max-width: 980px) {
	.et_pb_menu__menu {
		display: flex!important;
	}
	.et_mobile_nav_menu {
		display: none!important;
	}
}
@media (max-width: 812px) {
	.header_nav .et_pb_button_module_wrapper {
		display:none;
	}
}
.header_nav .mobile_nav .mobile_menu_bar::before {
	border-width: 1px;
  	border-radius: 9999px;
	border: 1px solid #4a919e;
	padding:6px 6px 4px 6px;
}
.mobile_menu_bar::before {
	font-size: 26px;
}
@media (max-width: 812px) {
	.et_pb_menu {
		width: 100%;
  		position: absolute;
  		right: 0;
	}
}
.et_pb_menu .et_pb_menu__wrap {
	justify-content: right;
}
.et_mobile_menu {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: #5e697c !important;
  	margin-top: 26px;
	position: absolute;
	margin-left: -1.5rem;
	width: calc(100% + 3rem);
	padding-top:16px !important;
}
@media screen and (max-width: 639px) {
	.et_mobile_menu {
		margin-left: -5%;
		width: calc(100% + 4rem);
	}
}
.et_mobile_menu li a {
	font-size: 16px;
	letter-spacing: .4em;
	padding: 10px 0;
}
.header_mobile_buy_tickets {
	display:none !important;
}
@media (max-width: 812px) {
	 .et_pb_image.header_logo {
    	width: 165px;
  	}
	li.header_mobile_buy_tickets {
		display:block !important;
		margin-top:10px;
	}
	.et_pb_menu_0_tb_header.et_pb_menu ul li.header_mobile_buy_tickets a,
	.et_pb_menu_0_tb_header.et_pb_menu ul li.header_mobile_buy_tickets.current-menu-item a {
		text-align: center;
  		font-size: 16px;
		letter-spacing: .3em;
		font-weight:600;
  		background-color: #d4a017;
 		border-color: #d4a017;
  		border-radius: 7.2px;
		padding: 8px 16px;
  		transition: all 300ms ease 0ms;
  		color: #1a2a44 !important;
	}
	.et_pb_menu_0_tb_header.et_pb_menu ul li.header_mobile_buy_tickets a:hover {
  		color: #ffffff !important;
	}
}
.et_mobile_menu li a:hover, .nav ul li a:hover {
	opacity: 1;
}

.et_pb_menu .et-menu > li {
	padding-left: 16px;
	padding-right: 16px;
}
/* Hero Slider */
.hp_slider .et_pb_slide_description  {
	padding: 20px 8% 80px;
	width: auto;
	margin: auto;
}
.hp_slider .intro_headline {
	font-family: "Open Sans", sans-serif;
    top: 1.5rem;
    border-radius: 9999px;
    background-color: #8b1e3f;
	padding: .5rem 1.25rem;
    font-size: 13px;
    line-height: 1.1rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .4em;
    color: #f8e9d9;
	max-width: fit-content;
	margin-left:auto;
	margin-right:auto;
}
.hp_slider .small_headline {
	padding-top: 40px;
	padding-bottom:30px;
	letter-spacing: .6em;
	color:#d4a017;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
}
.hp_slider .description_txt {
	padding-top: 12px;
	padding-bottom:50px;
	font-size:18px;
	color:rgba(255, 255, 255, 0.9);
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
}
.hp_slider a.et_pb_button.content_button {
	padding: 12px 24px;
	text-shadow: none;
}
.hp_slider a.et_pb_button.content_button:hover:after {
	display:none;
}
.hp_slider .callout {
	max-width:680px;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
	background-color:rgba(255, 255, 255, 0.1);
	border-radius: 1.5rem;
	padding: 1.5rem;
	backdrop-filter: blur(8px);
	color:#f8e9d9;
	font-family:"Lora", serif, serif;
	font-style: italic;
	font-size: 18px;
	line-height:29.25px;
	letter-spacing: .05em;
	text-align:left;
}
.hp_slider .callout .callout_headline {
	letter-spacing: .6em;
	color:#d4a017;
	font-size: 13px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-style: normal;

}
.et-pb-controllers a {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 9999px;
	width: 2rem;
	height: .625rem;
	margin-right: 10px;
	padding: 0;
	opacity: 1;
	transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
}
.et-pb-controllers .et-pb-active-control {
	background-color: #d4a017;
}
@media screen and (max-width: 767px) {
	.hp_slider .et_pb_slide_description {
  		padding: 20px 0% 80px;
	}
	.hp_slider .intro_headline {
		display:none;
	}
	.hp_slider .callout {
		max-width:100%;
	}
}
/* End Hero Slider */

.gradient1 {
	background-image: linear-gradient(to right bottom, rgb(255, 246, 236), rgb(253, 233, 225), rgb(246, 212, 201));
}
.small_intro {
	color:#8b1e3f;
	font-size:13px;
	font-weight:400;
	letter-spacing:5.4px;
	text-transform: uppercase;
	margin-bottom:12px;
}
.small_intro.lg {
	font-size:15px;
	font-weight:600;
}
.small_intro.green {
	color:#4a919e;
}
.small_intro.gold {
	color:#d4a017;
}
.small_intro.red {
	color:#8b1e3f;
}
.small_intro.grey {
	color:rgba(26, 42, 68, 0.6);
}
.small_intro.icon {
	display: flex;
  	align-items: center;
  	justify-content: center;
	gap: 10px; 
	margin-bottom: 20px;
}
.small_intro.icon.leadership,
.small_intro.icon.community_initiatives,
.small_intro.icon.community_impact,
.small_intro.icon.legendary_backers {
  	justify-content: flex-start;
}
.small_intro.icon::before {
	content: ""; 
  	display: inline-block !important;
  	width: 16px;
  	height: 16px;
  	background-size: contain;
  	background-repeat: no-repeat;
	opacity:1;
}
.small_intro.icon.story::before {
  	background-image: url('/wp-content/uploads/2026/07/star.webp');
}
.small_intro.icon.leadership::before {
  	background-image: url('/wp-content/uploads/2026/07/people_red.webp');
}
.small_intro.icon.performances::before {
  	background-image: url('/wp-content/uploads/2026/07/note.webp');
}
.small_intro.icon.upcomingperformances::before {
  	background-image: url('/wp-content/uploads/2026/07/calendar_red.webp');
  	width: 20px;
  	height: 20px;
}
.small_intro.icon.pastperformances::before {
  	background-image: url('/wp-content/uploads/2026/07/clock_grey.webp');
  	width: 20px;
  	height: 20px;
}
.small_intro.icon.sing::before {
  	background-image: url('/wp-content/uploads/2026/08/people_gold.webp');
}
.small_intro.icon.support::before {
  	background-image: url('/wp-content/uploads/2026/08/support_gold.webp');
}
.small_intro.icon.community_impact {
  	justify-content: flex-start;
}
.small_intro.icon.community_impact::before {
  	background-image: url('/wp-content/uploads/2026/08/people_gold.webp');
}
.small_intro.icon.community_initiatives::before {
  	background-image: url('/wp-content/uploads/2026/08/community_initiatives.webp');
}
.small_intro.icon.legendary_backers::before {
  	background-image: url('/wp-content/uploads/2026/08/star_red.webp');
}
.small_intro.icon.contact::before {
  	background-image: url('/wp-content/uploads/2026/08/mail.webp');
}



.box1 {
	background-color:rgba(255, 255, 255, 0.85);
	border-radius:28px;
	padding: 32px 28px;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	background-image:linear-gradient(to right bottom, rgba(26, 42, 68, 0.25), rgba(74, 145, 158, 0.15), rgba(0, 0, 0, 0));
	animation-timing-function:cubic-bezier(0, 0, 0.2, 1);
	animation-duration:0.3s;
	border: 2px solid transparent;
  	border-radius: 28px;
  	/* First gradient mimics the inside background color, second is the border */
  	background-image: linear-gradient(#fff, #fff), linear-gradient(to right bottom, rgba(26, 42, 68, 0.25), rgba(74, 145, 158, 0.15), rgba(0, 0, 0, 0));
  	background-origin: border-box;
  	background-clip: padding-box, border-box;
	display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box2 {
	background-color:rgba(255, 255, 255, 0.85);
	border-radius:28px;
	padding: 32px 28px;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	background-image:linear-gradient(to right bottom, rgba(26, 42, 68, 0.25), rgba(74, 145, 158, 0.15), rgba(0, 0, 0, 0));
	animation-timing-function:cubic-bezier(0, 0, 0.2, 1);
	animation-duration:0.3s;
	border: 2px solid transparent;
  	border-radius: 28px;
  	/* First gradient mimics the inside background color, second is the border */
  	background-image: linear-gradient(#fff, #fff), linear-gradient(to right bottom, rgba(139, 30, 63, 0.25), rgba(212, 160, 23, 0.25), rgba(0, 0, 0, 0));
  	background-origin: border-box;
  	background-clip: padding-box, border-box;
	display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box3 {
	background-color:rgba(255, 255, 255, 0.85);
	border-radius:28px;
	padding: 32px 28px;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	background-image:linear-gradient(to right bottom, rgba(26, 42, 68, 0.25), rgba(74, 145, 158, 0.15), rgba(0, 0, 0, 0));
	animation-timing-function:cubic-bezier(0, 0, 0.2, 1);
	animation-duration:0.3s;
	border: 2px solid transparent;
  	border-radius: 28px;
  	/* First gradient mimics the inside background color, second is the border */
  	background-image: linear-gradient(#fff, #fff), linear-gradient(to right bottom, rgba(74, 145, 158, 0.2), rgba(212, 160, 23, 0.2), rgba(0, 0, 0, 0));
  	background-origin: border-box;
  	background-clip: padding-box, border-box;
	display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.headline_button {
	font-size: 11px;
	font-weight:600;
	letter-spacing:3.85px;
	border-radius: 9999px;
	padding:2px 12px;
	max-width: fit-content;
	display: inline-block;
}
.headline_button.grey {
	background-color:rgba(26, 42, 68, 0.1);
	color:#1a2a44;
}
.headline_button.red {
	background-color:rgba(139, 30, 63, 0.1);
	color:#8b1e3f;
}
.headline_button.green{
	background-color:rgba(74, 145, 158, 0.1);
	color:#4a919e;
}
.concerts_icon {
	background-image:linear-gradient(to right bottom, rgb(26, 42, 68), rgb(47, 76, 112), rgb(74, 145, 158));
	border-radius:9999px;
	box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
	padding: 14px;
	position: absolute;
  	top: 20px;
  	right: 20px;
}
.impact_icon {
	background-image:linear-gradient(to right bottom, rgb(139, 30, 63), rgb(166, 53, 86), rgb(216, 122, 146));
	border-radius:9999px;
	box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
	padding: 14px;
	position: absolute;
  	top: 20px;
  	right: 20px;
}
.join_icon {
	background-image:linear-gradient(to right bottom, rgb(74, 145, 158), rgb(49, 127, 141), rgb(154, 216, 225));
	border-radius:9999px;
	box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
	padding: 14px;
	position: absolute;
  	top: 20px;
  	right: 20px;
}
/* Button Text Hover color on column hover */

body #page-container .et_pb_section .et_pb_column.et_clickable:hover .et_pb_button.arrow,
body #page-container .et_pb_section .et_pb_column.et_clickable:hover .arrow .et_pb_text_inner {
	color:#8b1e3f !important;
}
.et_pb_button.arrow {
	display: flex;
  	align-items: center;
	gap: 10px; 
	margin-bottom: 20px;
	max-width: fit-content;
}
.et_pb_button.arrow::after,
.arrow .et_pb_text_inner::after,
.et_pb_button.arrow::after {
	content: "" !important;
	display: inline-block; 
	width: 16px;
  	height: 16px;
  	background-size: contain;
  	background-repeat: no-repeat; 
	top: 4px;
	margin-left:6px !important;
	transition: all 300ms ease 0ms;
	position: absolute;
}
/* White Button arrow */
.et_pb_button.arrow.white::after {
  	background-image: url('/wp-content/uploads/2026/07/arrow_white.png');
	position:relative;
	top:auto;
}

/* Black arrow - Red hover */
.arrow.black .et_pb_text_inner::after {
  	background-image: url('/wp-content/uploads/2026/07/arrow.png');
}
.et_pb_column.et_clickable:hover .arrow.black .et_pb_text_inner::after,
.arrow.black .et_pb_text_inner:hover::after {
  	background-image: url('/wp-content/uploads/2026/07/arrow_red.png');
	margin-left:10px !important;
}
/* Red arrow - Red hover */
.arrow.red .et_pb_text_inner::after {
  	background-image: url('/wp-content/uploads/2026/07/arrow_red.png');
}
.et_pb_column.et_clickable:hover .arrow.red .et_pb_text_inner::after,
.arrow.red .et_pb_text_inner:hover::after {
  	background-image: url('/wp-content/uploads/2026/07/arrow_red.png');
	margin-left:10px !important;
}	
/* Green arrow - Green hover */
.arrow.green .et_pb_text_inner::after {
  	background-image: url('/wp-content/uploads/2026/07/arrow_green.png');
}
.et_pb_column.et_clickable:hover .arrow.green .et_pb_text_inner::after,
.arrow.green .et_pb_text_inner:hover::after,
.arrow.green:hover .et_pb_text_inner::after {
  	background-image: url('/wp-content/uploads/2026/07/arrow_red.png');
	margin-left:10px !important;
}	
.corner_shadow {
	border-radius:9999px;
	width: 224px;
	height:224px;
	position:absolute;
	filter:blur(120px);
}
.corner_shadow.top {
	background-color: rgba(212, 160, 23, 0.25);
	top:-109px;
	right:-144px;
}
.corner_shadow.bottom {
	background-color: rgba(74, 145, 158, 0.2);
	bottom:-109px;
	left:-144px;
}
.your_story .gform_heading,
.your_story .gfield_required {
	display:none;
}
.your_story textarea {
	max-height:126px !important;
	min-block-size:126px !important;
}
.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type="text"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
	--gf-local-outline-color: transparent !important;
}
.music_director_col {
	display: flex;
  	flex-direction: column;
}
.music_director .et_pb_image_wrap  {
	max-height:256px;
	overflow: hidden;
}
.music_director .et_pb_image_wrap  img {
	object-fit:cover;
	width:100%;
	height:100%;
}
.text_slider .et_pb_slide {
  padding: 0 0%;
}
.text_slider .small_headline {
	padding-bottom:14px;
	letter-spacing: 5.6px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
}
.text_slider .small_headline.red {
	color:#8b1e3f;
}
.text_slider .small_headline.green {
	color:#4a919e;
	font-size:13px;
	padding-bottom: 40px;
}
.text_slider .et_pb_slide_description {
	text-shadow: none !important;
}
.text_slider h2 {
	color:#1a2a44 !important;
	font-size:26px;
	font-family:"Lora", serif, serif;
	font-weight:500;
	font-style: italic;
	letter-spacing:0;
	padding-bottom:14px;
}
.text_slider .et-pb-controllers a {
	background-color: rgba(27, 42, 68, 0.2);
}
.text_slider .et-pb-controllers .et-pb-active-control {
	background-color: #8b1e3f;
}
.text_slider .et-pb-controllers {
  text-align: left;
	left:32px;
}
.et_pb_row.logo_row {
	max-width: calc(1440px - 80px);
	width: calc(100% - 80px);
}
@media (min-width: 981px) {
	.et_pb_row.logo_row {
		padding-left: 260px !important;
		padding-right: 260px !important;
	}
}
@media (max-width: 980px) {
	.et_pb_row.logo_row {
		width: 90%;
    	margin-left: auto;
   	 margin-right: auto;
  }
}

.footer_nav {
	column-gap: 1.5rem;
}
.max_600 {
	display:none !important;
}
@media (min-width: 601px) {
	 .min_601.et_pb_gutters2 .et_pb_column_1_4 {
		 width: 23.5%;
		 margin-right: 2%;
	}
	.min_601.et_pb_gutters2 .et_pb_column_1_4.et-last-child {
		 margin-right: 0%;
	}
	.min_601.et_pb_row_4col > .et_pb_column.et_pb_column_1_4:nth-child(2n) {
		 margin-right: 2%;
  }
}
@media (max-width: 800px) {
	.min_601 {
    	align-items: stretch !important;
  }
	.min_601 .et_pb_column_1_4 {
		display: flex;
	}
	.min_601 .et_pb_column_1_4 .et_pb_button_module_wrapper {
		display: flex;
		align-items: stretch;
		width:100%;
	}
	.min_601 .et_pb_column_1_4 .et_pb_button_module_wrapper a {
		align-items:center;
		display:flex;
		justify-content: center;
	}
	.min_601 .et_pb_column_1_4.col1 {
		display: flex;
		align-items:center;
		text-align:center;
	}
}
@media (max-width: 600px) {
	.max_600 {
		display:flex !important;
	}
	.min_601 {
		display:none;
	}
}
@media (max-width: 848px) {
	.min_601 {
		max-width: calc(100% - 80px) !important;
	}
}
body #page-container .et_pb_section .et_pb_button.buy_tickets_max_600::before {
	content: ""; 
  	display: inline-block !important;
  	width: 20px;
  	height: 20px;
  	background-image: url('/wp-content/uploads/2026/07/buy_ticket.png');
  	background-size: contain;
  	background-repeat: no-repeat;
	opacity:1;
	position: absolute;
  	top: 18px;
}
.lora {
	font-family:"Lora", serif, serif;
	font-weight:500;
}
.lora h3 {
	color:#1a2a44 !important;
	font-size:22px;
	line-height:28px;
	font-family:"Lora", serif, serif;
	font-weight:500;
	font-style: italic;
	letter-spacing:0;
	padding-bottom:4px;
}
@media (min-width: 981px) {
	.ourstory .et_pb_column.et_pb_column_1_2.et_pb_column_1 {
		 flex: 1.2;
	}
	.ourstory .et_pb_column.et_pb_column_1_2.et_pb_column_2 {
		 flex: 1;
	}
}
ul.check {
	list-style-type: none; /* Removes the default bullet */
  	padding-left: 0;
}
ul.check li {
	padding-bottom: 6px;
}
ul.check li::before {
  content: "";
  display: inline-block;
  width: 16px; 
  height: 16px;
  margin-right: 10px;
  background-image: url('/wp-content/uploads/2026/07/check_gold.webp');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle; 
}

 .ds_gravity_forms_for_divi_0.audition .gform_wrapper textarea {
	border-radius:16px;
	min-block-size: 114px !important;
	height:114px;
}
.ds_gravity_forms_for_divi_0.audition .gfield_checkbox label::before {
	border: 1px solid #858585;
}
.ds_gravity_forms_for_divi_0.audition .gfield_checkbox input:checked + label::before {
		border: 0px solid #858585;
}
@media (min-width: 981px) {
.audition .gform_fields {
    display: flex !important;
    gap: 30px !important;
    align-items: flex-start !important;
}

.audition .gf-col {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    row-gap: 8px;
}

.audition .gfield {
    margin: 0 !important;
    width: auto !important;
    flex-basis: auto !important;
}
}
@media (max-width: 980px) {
	.audition .gform_fields {
    	display: block !important;
	}
}
.audition .gform-theme--framework .gfield--type-choice .gfield_checkbox {
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
}
.audition .gform-theme--framework .gfield--type-choice .gfield_checkbox .gchoice {
	width:45%;
	margin-bottom: 0;
  margin-top: 2px;
}
.ds_gravity_forms_for_divi_0.audition .gform_footer {
  justify-content: flex-end;
}
.audition .gform_heading {
	display:none;
}
.ds_gravity_forms_for_divi_0.audition {
	padding-bottom: 0px;
	padding-left: 0 !important;
	padding-right:0 !important;
	margin-bottom:0 !important;
}

.inline_col .et_pb_button_module_wrapper {
	margin-right: 2%;
  display: inline-block;
}
.inline_col .et_pb_button_module_wrapper:last-child {
	margin-right:0;
}
.inline_col .et_pb_button_module_wrapper a{
	width: 100%;
  text-align: center;
}
.et_pb_module.ds_gravity_forms_for_divi.ds_gravity_forms_for_divi_1.joint_list {
	margin-bottom: 0 !important;
}
.img_mh_192 .et_pb_image_wrap  {
	max-height:192px;
	display:flex;
}
.img_mh_192 .et_pb_image_wrap  img {
	object-fit: cover;
}

@media (min-width: 981px) {
	.history_bar_right.et_section_specialty > .et_pb_row {
		display: flex;
	}
	.history_bar_right .et_pb_gutters2 .et_pb_column_3_4, .history_bar_right .et_pb_gutters2.et_pb_row .et_pb_column_3_4 {
    	width: 90%;
  }
	.history_bar_right .et_pb_gutters2 .et_pb_column_1_4, .history_bar_right .et_pb_gutters2.et_pb_row .et_pb_column_1_4 {
    	width: 7%;
		display: flex;
  		flex-direction: column;
  }
	.history_bar_left.et_section_specialty > .et_pb_row {
		display: flex;
	}
	.history_bar_left .et_pb_gutters2 .et_pb_column_3_4, .history_bar_left .et_pb_gutters2.et_pb_row .et_pb_column_3_4 {
    	width: 90%;
  }
	.history_bar_left .et_pb_gutters2 .et_pb_column_1_4, .history_bar_left .et_pb_gutters2.et_pb_row .et_pb_column_1_4	{
    	width: 7%;
		display: flex;
  		flex-direction: column;
  }
	.history_bar_right .fh_divider {
		height:100%;
	}
}
@media (max-width: 980px) {
	 .et_pb_section.history_bar_right,
	 .et_pb_section.history_bar_left {
		padding: 30px 0;
	}
	.history_bar_right .et_pb_gutters2 .et_pb_column_1_4, .history_bar_right .et_pb_gutters2.et_pb_row .et_pb_column_1_4,
	.history_bar_left .et_pb_gutters2 .et_pb_column_1_4, .history_bar_left .et_pb_gutters2.et_pb_row .et_pb_column_1_4	{
    	display:none;
  }
}
.call_out h3 {
	font-size:18px;
	line-height:28px;
	font-family:"Lora", serif, serif;
	font-weight:600;
}
.call_out .history_callout_date {
	font-size:12px;
	font-weight:700;
	color:#8b1e3f;
	letter-spacing:2.4px;
}
.call_out .callout_button {
	font-size: 12px;
	font-weight:600;
	letter-spacing:0px;
	border-radius: 9999px;
	padding:2px 12px;
	max-width: fit-content;
	display: inline-block;
	background-color: #8b1e3f;
	color:#ffffff;
	margin-bottom:10px;
}
.page-id-1259 .et_builder_inner_content {
	background-image: linear-gradient(rgb(255, 255, 255), rgba(248, 233, 217, 0.3), rgb(255, 255, 255))
}
body #page-container .et_pb_section .et_pb_button.hear_season,
body #page-container .et_pb_section .et_pb_button.sing_with_us {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	max-width: fit-content;
}
body #page-container .et_pb_section .et_pb_button.hear_season::before {
	content: ""; 
  	display: inline-block !important;
  	width: 20px;
  	height: 20px;
  	background-size: contain;
  	background-repeat: no-repeat;
	opacity:1;
  	background-image: url('/wp-content/uploads/2026/08/hear_season.webp');
	position:relative;
	top:auto;
	transition: all 300ms ease 0ms;
}
body #page-container .et_pb_section .et_pb_button.hear_season:hover::before {
	  	background-image: url('/wp-content/uploads/2026/08/hear_season_white.webp');
}
body #page-container .et_pb_section .et_pb_button.sing_with_us::before {
	content: ""; 
  	display: inline-block !important;
  	width: 20px;
  	height: 20px;
  	background-size: contain;
  	background-repeat: no-repeat;
	opacity:1;
  	background-image: url('/wp-content/uploads/2026/08/notes_blue.webp');
	position:relative;
	top:auto;
	transition: all 300ms ease 0ms;
}
body #page-container .et_pb_section .et_pb_button.sing_with_us:hover::before {
	  	background-image: url('/wp-content/uploads/2026/08/notes_white.webp');
}


.background_404 {
	background-image: linear-gradient(to right bottom, rgb(26, 42, 68), rgb(47, 76, 112), rgb(26, 42, 68));
}

@media only screen and (max-width: 980px) {
  body #page-container .et_pb_section .et_pb_button_0_tb_footer, body #page-container .et_pb_section .et_pb_button_1_tb_footer, body #page-container .et_pb_section .et_pb_button_2_tb_footer {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
.photo_credit {
	font-size:13px;
	font-style: italic;
}
.inline-blurbs {
	
}
.custom_icon_spacing .et_pb_main_blurb_image {
	width: 20px;
}
.custom_icon_spacing .et_pb_blurb_container {
	padding-left:10px;
}
.custom_icon_spacing .et_pb_blurb_container.venue {
	padding-left:8px;
}
.event_details {
	font-size:16px;
	line-height:26px;
	letter-spacing:0.6px;
}

@media (min-width: 981px) {
	.et_pb_section.event_page.et_pb_equal_columns > .et_pb_row {
  		display: flex;
  		gap: 0;
	}
	  .event_page  .et_pb_gutters2 .et_pb_column_1_2, .event_page  .et_pb_gutters2.et_pb_row .et_pb_column_1_2:first-child {
		width:58.18%;
	}
  .event_page  .et_pb_gutters2 .et_pb_column_1_2, .event_page  .et_pb_gutters2.et_pb_row .et_pb_column_1_2 {
	  width:38.79%;
	}
	.event_page.et_section_specialty {
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.event_page.et_section_specialty > .et_pb_row {
		padding-left:0;
		padding-right:0;
	}
}
@media (max-width: 980px) {
	.event_page .et_pb_gutters2.et_pb_row {
		padding-left: 0;
		padding-right:0;
		width: 100%;
	}
}
.cpm-shows__acf.cpm-shows__acf--ticket_blurb {
	padding-bottom:20px;
}
.footer_form.gold_submit  {
	margin-bottom:10px !important;
}
.red_submit .gform-theme--foundation .gform_button {
	background-color: #801822 !important;
	border-color: #801822 !important;
  	font-size: 18px !important;
	font-family: 'Playfair Display',Georgia,"Times New Roman",serif !important;
  	font-weight: 600 !important;
	color: #ffffff !important;
	padding: 12px 24px !important;
	border-radius:999px !important;
}
.red_submit .gform-theme--foundation .gform_button:hover {
	background-color: #701732 !important;
	border-color: #701732 !important;
	color: #ffffff;
}
.gold_submit .gform-theme--foundation .gform_button {
	background-color: #d4a017 !important;
	border-color: #d4a017 !important;
  	font-size: 18px !important;
	font-family: 'Playfair Display',Georgia,"Times New Roman",serif !important;
  	font-weight: 600 !important;
	color: #1a2a44 !important;
	padding: 12px 24px !important;
	border-radius:999px !important;
	color: #1a2a44 !important;
}
.gold_submit .gform-theme--foundation .gform_button:hover {
	background-color: #c7920f !important;
	border-color: #c7920f !important;
	color: #ffffff !important;
}
