/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 30 2025 | 08:48:45 */
:root {
	--tec-color-accent-primary: var(--p2);
}
#tribe-events-pg-template {
    margin: 0 auto;
    max-width: 100%;
    padding: 0px;
}
.tribe-events-back {
	position: absolute;
	margin-block-start: 0;
    margin-block-end: 0;
	z-index: 10;
	top: calc(100vh - 250px);
	color: #fff;
	margin-left: 60px;
}
.tribe-events-back a {
	color: #fff;
	font-family: var(--main-font-family);
}
.tribe-events-notices {
    position: absolute;
	padding: 0px;
	z-index: 10;
	top: calc(100vh - 56px);
	color: #fff;
	margin-left: 60px;
	font-family: var(--main-font-family);
	letter-spacing: 0px;
	transform: translateY(-100%);
}
.tribe-events-single-event-title {
	position: absolute;
	z-index: 10;
	top: calc(100vh - 97px);
	color: #fff;
	margin-left: 60px;
	font-size: 64px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 80px */
	letter-spacing: -1.28px;
	font-family: var(--main-font-family);
	max-width: 700px;
    transform: translateY(-100%);
}
@media (max-width: 768px) {
	.tribe-events-notices,
	.tribe-events-back {
		margin-left: 20px;
	}
	.tribe-events-single-event-title {
		margin-left: 20px;
		font-size: 30px;
		max-width: 300px;
	}
}
.tribe-events-schedule {
	display: none;
    position: absolute;
	z-index: 10;
	top: calc(100vh - 180px);
	margin-left: 60px;
}
.tribe-events-schedule h2 {
	color: #fff;
}
.tribe-events-event-image {
	margin-bottom: 120px;
}
.tribe-events-event-image img {
    height: calc(100vh - 150px);
	width: 100%;
    object-fit: cover;
    border-radius: 30px;
	position: relative;
	z-index: 1;
}
.tribe-events-event-image img::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
	z-index: 10;
}
.single-event-container {
	width: 1440px !important;
	max-width: 1440px;
	margin: 0 auto;
}
@media (max-width: 1440px) {
	.single-event-container {
		width: 100% !important;
	}
}
.event-intro {
	display: flex;
	justify-content: space-between;
}
.tribe-events-single-event-description, .tribe-events-single-event-description div {
	max-width: 1000px;
}
.tribe-common {
	width: fit-content;
	z-index: 2;
	order: 2;
	margin-top: -20px;
}
.event-meta-container {
	border-radius: 30px;
	background: #EFEFEF;
	display: flex;
	width: 300px;
	padding: 30px;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	height: fit-content;
}
.tribe-events-single-section.tribe-events-event-meta.primary {
	display: flex;
    flex-direction: column;
    width: 300px;
	order: 1;
}
.tribe-events-single-section.tribe-events-event-meta.secondary {
	display: flex;
    flex-direction: column;
    width: 300px;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown, .tribe-events .tribe-events-c-subscribe-dropdown {
    margin: 0;
}
.tribe-events-meta-group {
	padding: 0px;
	width: 100%;
}
.tribe-events-single>.tribe_events>:not(.primary,.secondary,.tribe-events-related-events-title,.tribe-related-events) {
    width: unset;
}
.tribe-events-meta-group {
    flex: 1 0;
}
.tribe-events-venue-map {
	width: 100%;
	margin: 60px 0px;
	border-radius: 30px;
    clip-path: border-box;
}
.tribe-events-venue-map>div, .tribe-events-venue-map>iframe {
	max-height: 900px;
}
.tribe-events-event-meta:before, .tribe-events-event-meta~div:not(.tribe-events-event-meta,.event-tickets) {
    border-top: 0px;
}
.tribe-events-content h2, .tribe-events-content h3, .tribe-events-content h4, .tribe-events-content h5, .tribe-events-content h6 {
    color: var(--p2);
    font-family: var(--main-font-family);
    font-weight: 500;
    letter-spacing: inherit;
    text-transform: none;
}
.tribe-events-meta-group-organizer {
	display: none;
}
.tribe-events-event-meta .tribe-events-address {
    display: flex;
    flex-direction: column;
}
.tribe-events-event-meta dd, .tribe-events-event-meta dt {
    color: var(--p2);
    font-family: var(--main-font-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.tribe-events-event-meta abbr[title] {
	text-decoration: none;
}
.tribe-events-meta-group .tribe-events-single-section-title {
    color: var(--p2);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.48px;
    text-transform: none;
}
.tribe-events-event-url a {
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
	display: flex;
	padding: 15px 30px;
	justify-content: center;
	align-items: center;
	gap: 20px;
	align-self: stretch;
	border-radius: 20px;
	background: var(--p2);
}
.tribe-events-event-url a::before {
	content: "Website / RSVP";
	color: #FFF;
	font-family: var(--main-font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown__button, .tribe-block__events-link .tribe-events-c-subscribe-dropdown__button {
    width: 300px;
	padding: 13px 30px;
	border-radius: 20px;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text, .single-tribe_events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text, .tribe-events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text {
    font-size: 15px;
    font-family: var(--main-font-family);
    text-transform: uppercase;
    font-weight: 900;
}
.tribe-events-content {
    color: var(--p2);
    font-family: var(--main-font-family);
    font-size: 20px;
}
.tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul {
	font-size: 20px;
	line-height: 140%;
}
.event-gallery-link {
	display: flex;
	width: 100%;
	box-sizing: border-box;
	background-color: #75d1ef;
	border-radius: 20px;
	padding: 50px;
	gap: 40px;
}
.event-gallery-link__icon {
	width: 60px; height: 60px;
}
.event-gallery-link__text {
	color: #0f2f34;
	min-width: 350px;
    flex-shrink: 0;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.event-gallery-link__image-box {
	position: relative;
	width: 100%;
	flex-grow: 1;
}
.event-gallery-link__image-box::before {
	content: '';
	display: block;
	padding-top: 100%;
}
.event-gallery-link__image {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	object-fit: cover;
	border-radius: 20px;
}
@media (max-width: 768px) {
	.event-gallery-link {
		padding: 15px;
		flex-direction: column;
		gap: 20px;
	}
	.event-gallery-link__text {
		font-size: 30px;
		min-width: auto;
	}
}
#tribe-events-footer {
    border: 0px;
    margin-top: 60px;
    border-bottom: 1px solid var(--tec-color-border-secondary);
    margin-bottom: 60px;
    background: #efefef;
    border-radius: 30px;
    padding: 30px 60px;
}
.tribe-events-single .tribe-events-sub-nav {
	font-size: 30px;
	font-family: var(--main-font-family);
	font-weight: 500;
}

@media (max-width: 768px) { 
	#tribe-events-footer {
		display: flex;
		padding: 20px;
	}
	.tribe-events-notices {
		display: flex;
		top: calc(100vh - 77px);
        font-size: 14px;
        line-height: 100%;
	}
	.tribe-events-single .tribe-events-sub-nav {
		font-size: 16px;
		line-height: 100%;
		display: flex;
		padding-inline-start: 0px;
		flex-direction: column;
		gap: 15px;
		margin-block-start: 0px;
		margin-block-end: 0px;
	}
	.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:before {
		width: 0px;
	}
	.wp-video {
		width: calc(100vw - 20px) !important;
	}
	.mejs-video {
		width: 100%;
	}
	.tribe-events-single-event-description, .tribe-events-single-event-description div {
		max-width: 100%;
	}
}