:root {
	--primary-color: #fa9d60;
	--secondary-color: #f54341;
	--primary-text-color: #000;
}

html,body {
	max-width: 100%;
	overflow-x: hidden;
}

::placeholder {
	color: #4A4A4A;
	font-family: "Prompt", sans-serif;
	opacity: 1;
}

.clearfix {
	width: 100%;
	clear: both;
}

body, button, input, select, textarea {
	font-family: "Prompt", sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Khand', sans-serif;
}

h1 {
	font-size: 72px;
	font-weight: 400;
}

h2 {
	color: #000;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 500;
}

h3 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 36px;
	margin-bottom: 0;
}

h4 {
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 0;
	text-transform: uppercase;
}

h5 {
	color: #000;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 24px;
}

/*#carousel_row {
	display:none;
}*/

/* -- Header -- */
.site-header {
	z-index: 10000;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

.top-header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 979px) {
	.site-header {
		background: #000000;
	}
	
	.site-header,
	.top-header,
	.top-header .container {
		height: 85px;
	}
	
	.top-header .container {
		justify-content: flex-start;
		position: relative;
	}
}
	/*Logo & Site Branding*/
body .left-right-header .logo,
.has-header-image.twentyseventeen-front-page .site-branding,
.logo .site-branding a,
.logo .site-branding a img {
	width: 374px !important;
	height: 86px !important;
}

body .left-right-header .logo {
	position: relative;
}

.twentyseventeen-front-page.has-header-image .site-branding {
	margin-bottom: 0;
	display: block !important;
}

body .left-right-header .site-branding {
	top: 0;
}

.logo .site-branding a {
	display: block;
}

@media screen and (max-width: 1075px) {
	body .left-right-header .logo,
	.has-header-image.twentyseventeen-front-page .site-branding,
	.logo .site-branding a,
	.logo .site-branding a img {
		width: 250px !important;
		height: 57px !important;
	}
}

@media screen and (max-width: 979px) {
	body .left-right-header .logo,
	.has-header-image.twentyseventeen-front-page .site-branding,
	.logo .site-branding a,
	.logo .site-branding a img {
		width: 210px !important;
		height: 48px !important;
	}
	
	body .left-right-header .logo {
		order: 2;
		margin-left: 10px;
	}
}
	/*Socials*/
.left-right-header ul.social {
	display: flex;
	margin-bottom: 0;
	align-items: center;
	justify-content: space-between;
}

.left-right-header ul.social li {
	font-size: 14px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 26px;
	border-radius: 15px;
	border: 2px solid #a5a5a5;
}

.left-right-header ul.social li a {
	display: block;
	color: #a5a5a5;
}

@media screen and (max-width: 979px) {
	.left-right-header ul.social {
		display: none;
	}
}
	/*Nav*/
body .left-right-header .navigation-top {
	width: auto;
}

.top-header.left-right-header nav {
	padding-right: 0;
}

ul#top-menu {
	display: flex;
}

ul#top-menu li a {
	font-family: 'Khand', sans-serif;
}

.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon {
	display: none;
}

@media screen and (min-width: 980px) {
	.left-right-header .menu-toggle .icon {
		top: -2px;
	}
	
	ul#top-menu ul.sub-menu {
		width: 200px;
	}
	
	#top-menu ul.sub-menu li {
		padding: 5px 0 5px 15px;
	}
}

@media screen and (max-width: 979px) {
	body .left-right-header .menu-toggle {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	ul#top-menu {
		display: none;
	}
	
	.main-navigation ul {
		background: transparent;
	}
}
	/*Header Button*/
.left-right-header .header-button {
	top: 12px;
	position: relative;
}

.left-right-header .header-button .btn-default {
	top: unset;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

@media screen and (max-width: 979px) {
	.left-right-header .header-button {
		display: none;
	}
	
	.site-header a.btn-bt.default.display-small-desktop {
		position: absolute;
		right: 0;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}

/* -- Footer -- */
footer#footer.site-footer {
	margin-top: -130px;
}

footer#footer .row {
	padding-bottom: 0;
	padding-top: 20px;
}

.vc_col-sm-6.span6.footer-left {
	width: 100%;
	text-align: center;
}

.vc_col-sm-6.span6.footer-right {
	display: none;
}

.ftr-logo-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ftr-logo-border {
	height: 1px;
	background-color: #a5a5a5;
	width: calc(50% - 175px);
}

.ftr-logo {
	margin: 0 auto;
	width: 350px;
	height: 80px;
	background-image: url(/wp-content/uploads/2023/11/Footer-Logo-468x108-1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.vc_col-sm-6.span6.footer-left h5,
.vc_col-sm-6.span6.footer-left p,
.vc_col-sm-6.span6.footer-left a {
	color: #fff !important;
}

.vc_col-sm-6.span6.footer-left h5 {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 1px;
}

.vc_col-sm-6.span6.footer-left p {
	color: #fff;
	font-size: 10px;
	font-weight: 300;
	margin-bottom: 0;
}

.vc_col-sm-6.span6.footer-left i {
	color: #a5a5a5;
	position: relative;
	top: 1px;
	left: 5px;
	margin-top: 10px;
}

	/*Copyright*/
.row.copyright {
	height: 40px;
}

.copyright-text.centered p {
	line-height: 40px;
}

@media screen and (max-width: 979px) {
	footer#footer.site-footer {
		margin-top: 0;
	}
	
	.ftr-logo-border {
		display: none;
	}
	
	.ftr-logo {
		width: 263px;
		height: 60px;
	}
}

/* -- Page Titles -- */
.row.page-title,
body .row.default-header .wrapper {
	height: 374px;
}

.row.default-header .wrapper {
	position: relative
}

.hdr-overlay {
	position:absolute;
	bottom: 0;
	right: -10%;
	width: 760px;
	height: 279px;
	background-image: url(/wp-content/uploads/2023/11/Internal-Header-Overlay-1024x375-1.png
);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}

body:not(.home) .row.default-header .page-title h1 {
	position: relative;
	top: 206px;
	color: #fff;
	font-size: 72px;
	font-weight: 400;
	z-index: 1;
}

@media screen and (max-width: 979px) {
	.row.default-header,
	.row.page-title,
	body .row.default-header .wrapper {
		height: 182px;
	}
	
	body:not(.home) .row.default-header .page-title h1 {
		top: 0;
		font-size: 32px;
		text-align: center;
	}
	
	.hdr-overlay {
		position:absolute;
		bottom: 0;
		right: -5%;
		width: 110%;
		margin-left: -5%;
		height: 80%;
		background-image: url(/wp-content/uploads/2023/11/Internal-Header-Overlay-1024x375-1.png
);
	}
}

/* -- Buttons & Submits -- */
a.btn-bt.default,
a.btn-bt.default:hover,
a.btn-bt.alternate,
a.btn-bt.alternate:hover,
a.btn-bt.soldout,
a.btn-bt.soldout:hover,
div.header-button a.btn-bt.default.btn-default,
div.header-button a.btn-bt.default.btn-default:hover,
input[type="submit"],
input[type="submit"]:hover {
	font-family: 'Khand', sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 17px;
	padding: 15px 40px;
	margin-top: 10px;
	margin-bottom: 10px !important;
	background-color: transparent;
	background-position: center right;
	background-repeat: no-repeat;
	display: inline-block;
}

a.btn-bt.default,
a.btn-bt.default:hover,
div.header-button a.btn-bt.default.btn-default,
div.header-button a.btn-bt.default.btn-default:hover,
.group-form input[type="submit"],
.group-form input[type="submit"]:hover,
.ticket-page-box-signup input[type="submit"],
.ticket-page-box-signup input[type="submit"]:hover {
	background-image: url(/wp-content/uploads/2023/11/btn-PRIMARY.jpg);
}

a.btn-bt.alternate,
a.btn-bt.alternate:hover,
input[type="submit"],
input[type="submit"]:hover {
	background-image: url(/wp-content/uploads/2023/11/btn-SECONDARY.jpg);
}

a.btn-bt.soldout,
a.btn-bt.soldout:hover {
	background-image: url(/wp-content/uploads/2023/08/400x45-sold-out-button.png);
	color: #ffffff;
}

#gform_submit_button_1 {
	margin: auto;
}

input[type="submit"],
input[type="submit"]:hover {
	line-height: 35px;
}

@media screen and (max-width: 979px) {
	a.btn-bt.default,
	a.btn-bt.alternate,
	a.btn-bt.color,
	input[type="submit"] {
		padding: 10px 30px !important;
	}
}

/* -- Buy Tickets Page boxes -- */
.ticket-page-row {
    padding-bottom: 0 !important;
}

.ticket-page-title,
.ticket-page-box-group,
.ticket-page-box-signup {
    padding: 20px 30px 20px 30px;
    margin:auto;
    background-color: var(--secondary-color);
}

.ticket-page-title *,
h4.signup-header {
	color:#fff;
}

.ticket-page-box,
.ticket-page-box-group {
    background-color: #E5E5E5;
	margin-bottom: 0;
}

.ticket-page-box hr {
    height:3px;
    margin:0 auto;
    width:90%;
}

.ticket-page-title p {
    font-size: 21px;
    font-weight:bold;
    text-align:left;
    padding:0;
    margin:0;
}

.ticket-page-title div {
    font-size:15px;
    padding:0;
}

h4.signup-header {
    text-transform:none;
    margin-bottom:87px;
}

.group-list {
    line-height: 23px;
}

.group-list a {
    color: var(--primary-color);
}

.ticketbar {
    position:relative;
    padding:10px 30px;
    display: flex;
    justify-content: space-between;
    align-items:center;
    font-size:19px;
    line-height: 21px;
    margin:0 auto;
}

.overlay:after {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}

.ticketbar a.btn-bt.default {
    width:138px;
    padding: 15px !important;
    position:relative;
}

@media screen and (max-width: 979px) {
    .ticketbar a.btn-bt.default {
        padding: 10px !important;
        width: 128px;
        min-width:128px;
        position:relative;
    }
}

/* -- Form Elements -- */
.wpcf7 input[type="datetime-local"], .wpcf7 input[type="password"], .wpcf7 input[type="datetime"], .wpcf7 input[type="search"], .wpcf7 input[type="number"], .wpcf7 input[type="color"], .wpcf7 input[type="email"], .wpcf7 input[type="range"], .wpcf7 input[type="month"], .wpcf7 input[type="date"], .wpcf7 input[type="text"], .wpcf7 input[type="week"], .wpcf7 input[type="time"], .wpcf7 input[type="tel"], .wpcf7 input[type="url"], .wpcf7 textarea, .wpcf7 select {
	box-shadow: none;
	font-family: 'Prompt', sans-serif;
	border-top: 0pt none;
	border-right: 0pt none;
	border-bottom: 1px solid #000;
	border-left: 0pt none;
	border-radius: 0;
}

/* -- Rows & Columns -- */
	/*Header Overlap*/
.site-content.below-header {
	position: relative;
	top: -130px;
}

@media screen and (max-width: 979px) {
	.site-content.below-header {
		top: 0;
	}
}

	/*Middled Rows*/
.bakery .vc_row.middled .container {
	align-items: center;
	justify-content: center;
}

.middled-content.vc_col-has-fill > .vc_column-inner {
	padding-top: 0;
}

.middled-content .wpb_content_element {
	margin-bottom: 0;
}

.middled-content .wpb_content_element .wpb_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 25px;
	padding-right: 25px;
}

.middled-content.no-pad .wpb_content_element .wpb_wrapper,
.bakery .vc_col-sm-6.no-pad:not(.vc_col-has-fill):nth-child(1),
.bakery .vc_col-sm-6.no-pad:not(.vc_col-has-fill):nth-child(2) {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

@media screen and (max-width: 979px) {
	.middled-content .wpb_content_element .wpb_wrapper {
		padding-left: 0;
		padding-right: 0;
		margin: 0 auto 20px auto !important;
	}
	
	.middled-content.no-btm-mgn .wpb_content_element .wpb_wrapper {
		padding-left: 0;
		padding-right: 0;
		margin: 0 auto 0 auto !important;
	}
	
	.middled-content.full-on-mobile {
		width: 100vw;
		margin-left: calc(-50vw + 50%);
	}
}

/* -- Unite Navs -- */
.ug-button-tile-navigation {
	width: 46px !important;
	height: 46px !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	transition: all 250ms ease-in-out !important;
}

.ug-button-tile-navigation:hover {
	width: 48px !important;
	height: 48px !important;
}

.ug-button-tile-navigation.ug-button-tile-left {
	background-image: url(/wp-content/uploads/2020/06/new-arrow-left.png) !important;
}

.ug-button-tile-navigation.ug-button-tile-right {
	background-image: url(/wp-content/uploads/2020/06/new-arrow-right.png) !important;
}

/* -- Unite Thumbs -- */
img.ug-thumb-image {
	opacity: 1;
	width: 97% !important;
	height: auto !important;
	left: 2px !important;
	top: 2px !important;
}

/* -- Page Elements -- */
	/*Home*/

		/*PNG Background Image For Bakery Content*/
/*.home .bakery {
	background-image: url(/wp-content/uploads/2023/03/Semi-Transparent-Background-1920-wide.png);
	background-position: center center;
	background-repeat: repeat;
	background-size: contain;
}*/
		/*Hero Video Gradient Overlay*/
.vc_video-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(270deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.26) 44%, rgba(0,0,0,0.75) 86%);
    opacity: .7;
	z-index: 1;
}
		/*Video Hero Heading 1*/
.hero-txt-content {
	padding: 20px;
	z-index: 9999;
	position: absolute;
	display: flex;
	height: 100%;
	width:100%;
	align-items: center;
}

.hero-txt-content .inner {
    width:80%;
    margin:auto;
}

.video-hero h1,
.hero-txt-content h1 {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
	line-height: 39px;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
}
		/*Video Hero Heading 2*/
.video-hero h2,
.hero-txt-content h2 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
	line-height: 34px;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
}

/*homepage h1 linebreak handling*/
.blurbspace::before {
    content:"\A";
    white-space: pre-wrap;
}

@media screen and (max-width: 480px) {
    .blurbspace::before {
        content:" ";
    }
}
		/*Home Page Hero Overlay*/
/*img.hero-overlay-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 516px;
    height: 516px;
}*/
		/*Sign Up Form Flyout*/
.bakery .vc_row.signup-flyout {
	position: absolute;
	top: 300px;
	left: 0;
	height: 220px;
	width: 312px;
	background: #E5E5E5;
	border-radius: 0 6px 6px 0;
	padding: 20px 20px 20px 20px;
	box-shadow: 0px 0px 6px #666666;
	transition: all 250ms ease-in-out;
	z-index: 10;
}

.bakery .vc_row.signup-flyout.closed {
	width: 352px;
	margin-left: -312px;
}

.bakery .vc_row.signup-flyout .container {
	width: 100%;
}

.signup-flyout h4 {
	text-align: center;
	padding: 0 0 0 0;
	font-size: 18px;
	font-weight: 300;
	margin: 20px 0 20px 0;
}

.signup-flyout input[type="submit"] {
	display: block;
	width: 100%;
	margin-top: 0;
	background-image: url(/wp-content/uploads/2020/06/btn-bgk.jpg);
}

.signup-flyout p {
	margin-bottom: 0;
}

.signup-flyout div.wpcf7 .ajax-loader {
	display: none !important;
}

.form-close {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	transition: color 250ms ease-in-out;
}

.form-close:hover {
	color: #ffffff;
	text-shadow: 1px 1px 1px #666666;
}

.form-close:after {
	content: "X";
}

.signup-flyout.closed .flyout-content {
	visibility: hidden;
}

.signup-flyout.closed .form-close {
	top: calc(50% - 25px);
	right: -125px;
	width: 250px;
	height: 40px;
	line-height: 40px;
	transform: rotate(90deg);
}

.signup-flyout.closed .form-close:after {
	content: "Get The News";
}
		/*Transparent Top CTA For Home Page*/
.home .bakery .vc_row.signup-cta,
.home .bakery .vc_row.home-btm-cta{
	background: var(--primary-color);
}
		/*Header Overlay (down here with the home cta stuff tho because it actually lives in the top CTA)*/
img.ovrly-med-light {
    display: block;
    width: 25vw;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 60px;
}
		/*Promo Rows*/
.promo-row-66-33 {
	padding-bottom: 10px;
}

.promo-row-66-33.first {
    padding-top: 80px;
}

.bakery .vc_row.middled.promo-row-66-33 .container {
	justify-content: space-between;
}

.promo-row-66-33 .middled-content.vc_col-sm-8 {
    width: 65.66666667%;
}

.promo-row-66-33 .middled-content.vc_col-sm-4 {
	width: 32.33333333%;
}

.middled.promo-row-66-33 .middled-content .wpb_content_element .wpb_wrapper {
	align-items: center;
	height: 320px;
}
.promo-row-66-33 .promo-33 {
	background: #E5E5E5;
}


.promo-row-66-33 .container {
	flex-direction: row-reverse;
}

.promo-row-66-33.reverse .container{
    flex-direction: row;
}

.promo-row-66-33 h3 {
	text-align: center;
	background: #ccc;
	font-size: 48px;
	height: 110px;
	line-height: 110px;
	width: 60%;
	position: absolute;
	top: -55px;
}

		/*Bottom CTA (One of them, anyway)*/
.home-btm-cta .middled-content .wpb_content_element .wpb_wrapper {
	justify-content: space-around;
	height: 195px;
}
		/*(Another) Bottom CTA*/
.bakery .vc_row.middled.bottom-sponsor-cta {
	padding-top: 0;
	padding-bottom: 0;
}

.bakery .vc_row.middled.bottom-sponsor-cta .container {
    width: 100%;
    max-width: 100%;
}

.middled.bottom-sponsor-cta .middled-content .wpb_content_element .wpb_wrapper {
    align-items: center;
    height: 390px;
}

.bakery .vc_row.middled.bottom-sponsor-cta .container {
	height: 390px;
}

.bakery .vc_row.middled.bottom-sponsor-cta .vc_col-sm-6 {
	background: #ccc;
    padding-left: 0;
    position: absolute;
    top: -55px;
}

.bottom-sponsor-cta h3 {
    text-align: center;
    font-size: 48px;
}
		/*Instagram Row*/
.insta-row ul.social {
    display: flex;
    flex-direction: row;
	align-items: center;
	justify-content: center;
}

.insta-row ul.social li {
    margin: 0 15px;
    display: inline;
    font-size: 28px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 66px;
    border-radius: 50%;
    border: 2px solid #666;
}

.insta-row ul.social li a {
    color: #666;
}

.home .sponsor-offset-cta {
	display:inline-block;
}

.home .sponsor-offset-cta h3 {
	max-width: 550px;
	padding-bottom: 20px;
}

@media screen and (max-width: 1095px) {
	.bakery .vc_row.signup-flyout {
		width: 250px;
	}
}

@media screen and (max-width: 979px) {
    .insta-row ul.social {
        flex-direction: row;
        justify-content: space-around;
    }
    
    .insta-row ul.social li {
        font-size: 25px;
        width: 60px;
        height: 60px;
        line-height: 56px;
    }
}

/*cta theme art for tab and phone*/
@media screen and (max-width: 510px) {
	img.ovrly-med-light {
		width: auto;
		height: 62px;
		top: -48px;
		right: calc(50% - 31px);
	}
}

@media screen and (max-width: 979px) {
	.home .bakery {
		background: none;
	}
	
	body.home .vc_hidden-xs {
    	display: unset !important;
    }
	
	.bakery .vc_row.video-hero.vc_custom_1592848916583.vc_row-o-full-height {
		min-height: 420px !important;
		max-height: 420px !important;
		height: 420px !important;
	}
	
	.bakery .vc_row.signup-flyout {
		display: none;
	}
	
	.home .bakery .vc_row.signup-cta {
		padding-top: 65px;
		padding-bottom: 0;
		max-height: 125px;
	}

	.home .signup-cta .middled-content .wpb_content_element .wpb_wrapper {
			margin: 0 auto 0 auto !important;
			max-height: 125px;
	}
	
	.bakery .vc_row.middled.promo-row-66-33 {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.bakery .vc_row.middled.promo-row-66-33 .container {
		width: 100%;
		max-width: 100%;
	}

	.promo-row-66-33 h3 {
		width: 100%;
		top: 0;
		font-size: 38px;
		height: 80px;
		line-height: 80px;
	}
	
	.promo-row-66-33 .middled-content.vc_col-sm-8,
	.promo-row-66-33 .middled-content.vc_col-sm-4 {
		width: 100%;
	}
	
	.middled.promo-row-66-33 .middled-content .wpb_content_element .wpb_wrapper {
		height: 300px;
		padding: 0 5%;
		margin-bottom: 0 !important;
	}
	
	.middled.promo-row-66-33 a.btn-bt.default,
	.middled.promo-row-66-33 a.btn-bt.alternate,
	.middled.promo-row-66-33 a.btn-bt.color {
		display: block;
		width: 180px;
		margin: 10px auto;
		text-align: center;
	}
	
	.home-btm-cta .middled-content .wpb_content_element .wpb_wrapper {
		margin: 0 auto 0 auto !important;
		height: 160px
	}
}
 	/*Volunteer*/
		/*Top Gradient Row*/
.gradient {
    background: #424242;
    background: -moz-linear-gradient(top,  #424242 1%, #ffffff 100%);
    background: -webkit-linear-gradient(top,  #424242 1%,#ffffff 100%);
    background: linear-gradient(to bottom,  #424242 1%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#ffffff',GradientType=0 );
}
		/*White Content Area*/
.white-text-box {
    background-color: #fff;
    box-shadow: 0px 0px 10px #5f5f5f;
    padding: 40px;
}
		/*450px Narrow Form Container*/
.volunteer-form-container {
    margin: 0 auto;
    max-width: 450px;
}
		/*Parallax CTA Row*/
.parallax-cta-row {
    height: 120px;
    padding-top: 0;
    padding-bottom: 0;
}
		/*Signup CTA*/
img.ovrly-sm-light {
	display: block;
	width: 265px;
	height: 287px;
	position: absolute;
	left: 0;
	bottom: 60px;
}

.bakery .vc_row.signup-cta {
    /*background: #3D3D3D;*/
	background: var(--primary-color);
    padding-top: 28px;
    padding-bottom: 28px;
}

.bakery .vc_row.signup-cta .container {
    max-width: 900px;
}

.signup-cta .middled-content .wpb_content_element .wpb_wrapper {
    flex-direction: row;
    justify-content: space-between;
}

.signup-cta .middled-content .wpb_content_element.with-form .wpb_wrapper {
    flex-direction: column;
	align-items: center;
}

.signup-cta h2 {
    text-transform: uppercase;
	margin: 0 0 0 0 !important;
	padding-top: 0;
	line-height: 62px;
	position: relative;
	top: 2px;
	max-height: 58px;
	text-align: center;
}
		/*50-50 Bottom CTAs*/
.bakery .vc_row.fifty-fifty-fullwidth .container {
	width: 100vw;
	max-width: 100vw;
}

.bakery .vc_row.fifty-fifty-fullwidth .vc_column-inner {
	padding: 40px;
}

.bakery .vc_row.fifty-fifty-fullwidth .vc_column-inner .vc_column-inner {
	padding: 0;
}

.bakery .vc_row.fifty-fifty-fullwidth .vc_column-inner .wpb_content_element {
    margin-bottom: 0;
}

.bakery .cta-right .vc_row.wpb_row.vc_inner.vc_row-fluid {
	padding-top: 0;
	padding-bottom: 0;
}

.cta-left,
.cta-right {
	max-height: 380px;
	overflow: hidden;
}

.cta-left .vc_column-inner {
	background-image: url(/wp-content/uploads/2023/11/Get-Tickets-Background-512x277-1.jpg);
}

.cta-right > div:first-child {
	background-image: url(/wp-content/uploads/2023/11/Join-and-Share-Background-512x277-1.jpg);
}

h2.btm-cta-heading,
h3.btm-cta-heading {
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #fff;
}

h2.btm-cta-heading {
    font-size: 72px;
	line-height: 65px;
}

h3.btm-cta-heading {
    font-size: 50px;
	line-height: 55px;
	padding-top: 0;
}

i.btm-cta-arrows {
	color: var(--primary-color);
	font-size: 100px;
	margin-right: 50px;
	float: left;
}

.btn-bt.default.btm-cta-btn {
	position: relative;
	top: 18px;
}

.cta-right ul.social {
	display: flex;
	flex-direction: column;
}

.cta-right ul.social li {
	margin: 15px 0;
	display: inline;
	font-size: 28px;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 66px;
	border-radius: 50%;
	background: var(--primary-color);
}

.cta-right ul.social li a {
	color: #fff;
}

.primary-color-text {
	color: var(--primary-text-color);
}

@media screen and (max-width: 979px) {
    .parallax-cta-row {
        height: 120px;
    }
	
	img.ovrly-sm-light {
		display: none;
	}
    
    .bakery .vc_row.signup-cta {
    	padding-top: 5px;
    	padding-bottom: 22px;
    	max-height: 180px;
    }
    
    /*.signup-cta .middled-content .wpb_content_element .wpb_wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }*/
    
    .signup-cta h2 {
		margin: 0 auto 15px auto !important;
        line-height: 30px;
        font-size: 26px;
    }
	
	.bakery .vc_row.fifty-fifty-fullwidth .vc_column-inner {
		padding: 20px;
	}
	
	h2.btm-cta-heading,
	h3.btm-cta-heading {
		font-size: 36px;
		line-height: 36px;
	}
	
	i.btm-cta-arrows {
		font-size: 40px;
		margin-right: 20px;
		color: #fff;
	}
	
	.btn-bt.default.btm-cta-btn {
		top: -10px;
	}
	
	.cta-right ul.social {
		flex-direction: row;
		justify-content: space-around;
	}
	
	.cta-right ul.social li {
		font-size: 25px;
		width: 60px;
		height: 60px;
		line-height: 56px;
	}
}

@media screen and (max-width: 497px) {
    .bakery .vc_row.signup-cta {
    	max-height: 200px;
    }
	
	.signup-cta h2 {
		font-size:24px;
	}
}
	/*Performers & Sponsors*/
		/*Top Tier*/
.bakery .vc_row.performer-grid {
	padding-top: 0;
	padding-bottom: 0;
}
		/*Main Stage*/
.mainstage-column .wpb_wrapper {
	box-shadow: 0px 0px 10px #7a7a7a;
}

.mainstage-column p:not(.sponsor-column) {
	margin: 0 0 0 0;
	line-height: 0;
}

.mainstage-column p.sponsor-column {
	background: #fff;
	padding: 10px;
}

.mainstage-column p.sponsor-column a {
	display: block;
	margin: 15px 0;
}

img.mainstage-img {
	width: 100%;
	border:1px solid black;
}

.mainstage-column h3 {
	background: #fff;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
	font-size: 30px;
}

.mainstage-column h3.sponsor-heading {
	text-align: left;
}
		/*Second Stage*/
.second-stage-row .container {
	max-width: 94% !important;
	width: 94% !important;
	margin-bottom: 25px;
}

.second-stage-row.mid-tier-row .ug-textpanel-title {
	text-align: left !important;
	text-transform: uppercase !important;
	font-family: 'Khand', sans-serif !important;
	font-weight: 300 !important;
}

.second-stage-row.mid-tier-row #unitegallery_4_1 .ug-thumb-wrapper .ug-textpanel-description {
	text-align: left !important;
	font-family: 'Prompt', sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
}

.second-stage-row.sponsor-tabs-row .ug-textpanel-title {
	text-align: center !important;
	text-transform: none !important;
	font-family: 'Prompt', sans-serif !important;
	font-weight: 800 !important;
}

.second-stage-row.sponsor-tabs-row .ug-textpanel-description {
	text-align: center !important;
	font-size: 12px !important;
}
		/*Past Performers*/
.bakery .vc_row.past-performers-row .container {
	max-width: 840px;
}

img.past-perf-arrows {
	max-width: 160px;
}
		/*Offset Sponsor CTA*/
.sponsor-cta-row .middled-content .wpb_content_element .wpb_wrapper {
	align-items: center;
}

.sponsor-cta-row {
	position: absolute;
	z-index: 1;
	width: 100%;
}

.sponsor-offset-cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: var(--primary-color);
	text-align: center;
	padding: 20px;
	width: 100%;
	max-width: 840px;
	/*height: 150px;*/
	margin-top: -115px;
}

.sponsor-offset-cta h3 {
	max-width: 328px;
	text-align: center;
	margin: 0 auto;
	line-height: 35px;
}

.sponsor-offset-cta a.btn-bt.default {
	margin-bottom: 0;
}

@media screen and (max-width: 979px) {
    .mainstage-column .wpb_wrapper {
		margin: 2% auto;
	}
	
    .sponsor-offset-cta h3 {
    	line-height: 26px;
    	font-size: 26px;
    }
}
	/*Sponsors*/
		/*Tabs*/
.vc_tta-panel-body .add-parallax,
.second-stage-row.sponsor-tabs-row .vc_col-sm-12 .vc_column-inner {
	padding-top: 0;
}

.vc_tta-panel-body .add-parallax .vc_col-sm-12 {
    float: none;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-tabs-list {
	display: flex !important;
	justify-content: space-around !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-tab {
	display: block !important;
	width: 25%;
	border-right: 1px solid #8d8d8d;
	font-family: 'Khand', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-tab:last-child {
	border-right: 0pt none;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab > a {
	background-color: transparent !important;
	color: #000 !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active > a {
	color: #8d8d8d !important;
}

@media screen and (max-width: 1062px) {
	.wpb-js-composer .vc_tta.vc_general .vc_tta-tab {
		font-size: 18px !important;
	}
}

@media screen and (max-width: 849px) {
	.wpb-js-composer .vc_tta.vc_general .vc_tta-tab {
		font-size: 15px !important;
	}
}

@media screen and (max-width: 767px) {
	.second-stage-row.sponsor-tabs-row .vc_col-sm-12 {
		margin-bottom: 65px;
	}
}

/* FAQ */
details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

summary {
    position: relative;
    display: block;
    border: 2px solid #858585;
    padding: 10px 10px 10px 50px;
    margin: 0 0 20px 0 !important;
    font-family: 'Prompt', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
    color: #000000;
    background-color: rgba(255,255,255,0.3);
    transition: all 250ms ease-in-out;
}

summary:hover,
details.open summary {
    cursor: pointer;
    /*color: #FFFFFF;*/
}

summary:hover {
	background-color: rgba(0,0,0,0.5);
}

summary span {
    display: block;
    width: 22px;
    height: 22px;
    background: #858585;
    position: absolute;
    left: 10px;
    top: calc(50% - 11px);
    text-align: center !important;
    line-height: 22px;
    color: #ffffff;
}

summary span:before {
    margin-left: 4px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    content: "\f067";
}

details.open summary span:before {
    content: "\f068";
}

details p {
    padding: 10px;
    /*background: #ccc;*/
    margin-top: -20px;
    margin-bottom: 20px !important;
    text-align: left;
}

/*newsletter signup gravity form*/
.newsletter-email_wrapper {
    max-width: 400px;
    margin:auto;
    width: 100%;
}

/*things to do*/
ul.thingstd-list {
    list-style:none;
    list-style-position:outside;
}

ul.thingstd-list > li{
    border-bottom: 2px solid black;
    padding-top:20px;
    padding-bottom: 5px;
	padding-left: 25px;
}

ul.thingstd-list > li:before {
	content:  "\f14a";
	font-family: "Font Awesome 5 Free";
    display: inline-block;
	width: 25px;
	margin-left: -25px;
	font-size: 20px;
}

/*modified homepage*/
.middled-overflow {
    padding: 0 30px 40px 30px !important;
}

.middled-content-overflow .wpb_content_element .wpb_wrapper {
	padding: 20px 25px 0 25px;
}

div#hero-top {
    padding:0;
}

.vid-raw {
    margin:0;
}

.hero-iframe-container{
    position: relative;
    /*width: 100%;*/
    height: 100%;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    /*overflow: hidden;*/
    padding-bottom: 56.25%;
}

.hero-iframe-container iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    /*height: 768px;*/
}

.vid-raw {
	margin:0;
}

@media screen and (max-width: 980px){
    div#hero-top {
        height: auto;
        padding: 0;
        min-height: 20vh !important;
    }
    .hero-iframe-container {
        padding-bottom: 56.25%;
        min-height: auto !important;
    }
    .hero-iframe-container iframe {
        min-height: auto !important;
    }
    
    .hero-txt-content {
        padding: 0;
    }
    
    .hero-txt-content .inner h1 {
        font-size:35px;
        line-height: 35px;
    }
    
    .hero-txt-content .inner h2 {
        font-size: 27px;
        line-height: 27px;
    }
    
    .home .bakery .vc_row.signup-cta {
        margin-top: 0;
		padding-top: 0 !important;
        padding-bottom: 0;
		height: 65px;
        max-height: 65px !important;
    }
    
    .signup-cta h2 {
        top: 15px !important;
    }
    
    .promo-row-66-33.first {
        padding-top: 30px !important;
    }
    
    .side-blurb .wpb_wrapper {
        height: inherit !important;
        padding: 5% !important;
    }
    
    .middled-overflow {
        padding: 0 !important;
        margin-bottom: 30px;
    }
    
    .middled-overflow .container {
        width: 100% !important; 
        max-width: 100%;
    }
}