body.hub .editor p {
	color: #350f2b;
}

.hub .marquee-event-card {
	/*margin: 1em;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.75);*/
	position: relative;
}

.hub .bg-image {
  	background-image: url(../img/hub_header_bg.jpg);
	background-position: 0 -520px;
	position: relative;
}
.hub .bg-image:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(105,36,81,.9);
}

.hub .hub_footer {
	position: relative;
	background-image: url(../img/hub_header_bg.jpg);
	background-color: rgba(151,151,151, 1);
	background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
	padding-top: 3em;

}
.hub .hub_footer:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;

	display: block;
	top: 0;
	height: 35px;
	clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
  	background-color: #fff;
	transform: rotateX(180deg);
}
.hub .marquee {
	background: #350F2B;
	background: linear-gradient(135deg, rgba(53, 15, 43, 1) 0%, rgba(236, 0, 140, 1) 30%, rgba(255, 203, 5, 1) 65%, rgba(230, 96, 37, 1) 100%);
}
.hub .marquee .item {
	background: #350f2b;
}
.hub .marquee-event-details {
	background-color: #350f2be0;
	display: flex;
	gap: 2em;
	padding: 1em;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.marquee-logo-container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.marquee-logo img {
	max-width: 200px;
	width: 100%;
}

.hub .show-event-overview {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.hub .editor {
	margin-bottom: 25px;
}
.hub .section-bg {
	background-image: none;
	/*background-color: #f5f2f4;*/
}
.hub .sectionTitle {
	font-family: "Sofia Sans Extra Condensed", sans-serif;
	font-size: 46px !important;
	font-weight: 500;
	color: #fff;
}
.hub .sidebar-container {
	display: flex;
	flex-direction: column;
	gap: 1em;
	margin-bottom: 2em;
	background: #ece7eb;
	padding: 1em;
	border: 1px solid #d8cfd5;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
}
.hub .logo {
	display: flex;
	justify-content: center;
}
.hub .logo > img {
	max-width: 150px;
	width: 100%;
	margin-bottom: 25px;
}
.hub .btn-primary {
	text-decoration: none;
}
.hub h1.sectionTitle {
	font-family: "Sofia Sans Extra Condensed", sans-serif;
	font-size: 52px !important;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1em;
	position: relative;
	margin: auto;
	/* Default: sRGB interpolation */
	--_space: ;

  background-image: linear-gradient(
    45deg var(--_space),
    #721d51 ,
    #fcc111 100%
  );
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Modern: OKLCH interpolation */
@supports (background-image: linear-gradient(in oklch, #000, #fff)) {
  .hub h1.sectionTitle {
    --_space: in oklch;
  }
}

.hub h1.sectionTitle + h2 {
	color: #350f2b;
	font-family: "Sofia Sans Extra Condensed", sans-serif;
	font-size: 2em;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: .5em;
}

.hub h4.sidebar-heading {
	font-family: "Sofia Sans Extra Condensed", sans-serif;
	font-size: 24px;
	letter-spacing: 1px;
	margin-bottom: .5em;
}

.hub .btn-primary {
	background: #E35E25;
	background: linear-gradient(90deg, rgba(227, 94, 37, 1) 0%, rgba(238, 145, 33, 1) 100%);
	border: none;
	color: #fff;
	font-family: "Sofia Sans Extra Condensed", sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	padding: 4px 20px;
	width: 100%;
	max-width: 200px;
}
.hub-calendar {
	display: grid;
	gap: .75em;
}
.hub-calendar hr {
	width: 100%;
	margin: auto;
	border-top: 1px dashed #350f2b;
}
.hub-calendar .cal-card {
	display: grid;
	grid-template-columns: 80px auto;
	gap: 1em;
}
.hub-calendar .cal-card .title {
	font-size: 16px;	
}
.hub .marquee-event-details .show-date-short {
	background-color: #ffcb05;
	position: relative;
	display: flex;
	gap: 1em;
	justify-content: center;
	align-items: baseline;
}
.hub .marquee-event-details .show-presents {
	color: #ffcb05;
}
.hub .marquee-event-details .show-date-short .time {
	border: none;
	border-left: 1px solid #000;
	padding-left: .5em;
}

.hub .shows .show-details {
	background-color: #350f2b;
}
.hub .shows .show-links {
	background: none;
}

.hub .owl-carousel .owl-nav button.owl-prev,
.hub .owl-carousel .owl-nav button.owl-next {
	z-index: 1;
	width: 40px;
	height: 120px;
	background-color: #000;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
}

.hub .owl-nav button span {
	font-size: 48px;
	height: 100%;
	display: block;
	width: 100%;
	color: #ffcb05;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;	
}
.hub .owl-carousel .owl-nav button.owl-prev {
	left: -22px;
	border-radius: 10px 0 0 10px;
}
.hub .owl-carousel .owl-nav button.owl-next {
	right: -22px;
	border-radius: 0 10px 10px 0;
}
.hub .owl-carousel .owl-nav {
	margin: 0;
}
.hub .owl-carousel .owl-item {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.hub .date-pos {
	font-weight: 700;
}

.hub .event {
	position: relative;
	display: flex;
	gap: 1em;
	margin-bottom: .5em;
}
.hub .event:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f133";
}