/* Conditional event styles extracted from last-changes.css. */
.eventsingle {
	text-decoration: none;
}

.eventsingle .eventlocation {
	color: #3c4d26;
}

#tribe-events-content table.tribe-events-calendar {
    margin:20px auto;
    padding:40px 40px;
}

.tribe-events-page-title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #213d1b;
    text-transform: uppercase;
}

.tribe-events-page-template .tribe-events-page-title {
	/* display: none; */
	margin-bottom: 0px;
	line-height: 1;
	color: #3c4d26;
	font-family: 'Proxima Nova Bold', sans-serif;
	font-size: 300%;
}

#tribe-events-header .tribe-events-sub-nav li a, #tribe-events-footer .tribe-events-sub-nav li a {font-family: 'Proxima Nova Bold', sans-serif !important;}

.tribe-events-calendar thead th {
    background-color: #3C4D25 !important;}

.gridevent, .featuredblock {
	text-decoration: none;
	color: #333;
}

.single-tribe_events .righblockimage .eventfeatured {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	flex: 0 0 auto;
	min-height: 0;
	margin: 0;
	padding: 0;
	border: none;
	background: #fff;
	overflow: hidden;
}

.single-tribe_events .eventfeatured-img {
	display: block;
	width: 100%;
	max-width: none;
	height: 100%;
	max-height: none;
	object-fit: contain;
	object-position: center;
}

.single-tribe_events .featureddatesingle {
	position: static;
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: auto;
	min-height: 0;
	padding: 8px;
	border: 1px solid #72865e;
	background: transparent;
	box-shadow: none;
	transform: translateY(5px);
}

.single-tribe_events .pagetitlewrappersingle,
.single-tribe_events .pagetitlewrappersingle.ends-class,
.single-tribe_events .pagetitlewrappersingle.longer_padd_month,
.single-tribe_events .pagetitlewrappersingle.longer_padd_day,
.single-tribe_events .pagetitlewrappersingle.longer_padd_month.longer_padd_day {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 34px;
	padding-left: 0;
}

.single-tribe_events .headercontainersingle {
	align-items: center;
}

.single-tribe_events .textsingle {
	display: block;
	color: #213d1b;
	line-height: 1.05;
}

.single-tribe_events .eventwrappersingle .calendarnav {
	display: flex;
	width: 100%;
	margin: 0 0 20px;
	border-bottom: 1px solid #72865e;
}

.single-tribe_events .eventwrappersingle .calendarnav,
.single-tribe_events .eventcontainersingle.container-content {
	max-width: 1370px;
	margin-right: auto;
	margin-left: auto;
}

.single-tribe_events .eventcontainersingle.container-content {
	width: 100%;
	padding-left: 0;
	justify-content: space-between;
}

.single-tribe_events .eventwrappersingle .calendview2,
.single-tribe_events .eventwrappersingle .calview3 {
	display: inline-flex;
	align-items: center;
	padding-bottom: 8px;
	text-decoration: none;
}

.single-tribe_events .eventwrappersingle .single-mobile-event-cta {
	display: none !important;
}

.single-tribe_events .leftblocksingledetails {
	align-self: flex-start;
	min-height: 0;
	padding: 30px;
}

.single-tribe_events .leftblocksingledetails p {
	margin-bottom: 22px;
}

.single-tribe_events .leftblocksingledetails p:last-child {
	margin-bottom: 0;
}

.single-tribe_events .leftblocksingledetails .paragraph-6,
.single-tribe_events .leftblocksingledetails .paragraph-6 a {
	max-width: 100%;
	overflow-wrap: anywhere;
	word-break: break-word;
}

@media (max-width: 991px) {
	.single-tribe_events .eventwrappersingle .calendarnav {
		margin-bottom: 20px;
	}

	.single-tribe_events .eventcontainersingle.container-content {
		gap: 22px;
	}

	.single-tribe_events .eventcontainersingle.container-content .righblockimage {
		order: -1;
		width: 100%;
		flex: 0 1 auto;
		flex-basis: auto;
		min-height: 0;
		margin: 0;
		background: transparent;
	}

	.single-tribe_events .eventcontainersingle.container-content .leftblocksingle {
		width: 100%;
		flex-basis: auto;
		margin: 0;
	}

	.single-tribe_events .righblockimage .eventfeatured {
		max-width: 680px;
		margin: 0 auto;
	}

	.single-tribe_events .eventfeatured-img {
		width: 100%;
		max-height: none;
	}

	.single-tribe_events .leftblocksingledetails {
		width: 100%;
		margin-bottom: 22px;
		padding: 28px;
		flex-basis: auto;
	}

	.single-tribe_events .righblockmap {
		width: 100%;
		flex-basis: auto;
	}
}

@media (max-width: 767px) {
	.single-tribe_events .featureddatesingle {
		display: inline-flex !important;
		width: auto;
		min-height: 0;
		margin: 0 auto 14px;
		transform: none;
	}

	.single-tribe_events .pagetitlewrappersingle,
	.single-tribe_events .pagetitlewrappersingle.ends-class,
	.single-tribe_events .pagetitlewrappersingle.longer_padd_month,
	.single-tribe_events .pagetitlewrappersingle.longer_padd_day,
	.single-tribe_events .pagetitlewrappersingle.longer_padd_month.longer_padd_day {
		flex-direction: column;
		gap: 0;
	}

	.single-tribe_events .eventwrappersingle .calendarnav {
		justify-content: center;
	}

	.single-tribe_events .eventwrappersingle .single-mobile-event-cta {
		display: block !important;
	}
}

@media (max-width: 575px) {
	.single-tribe_events .righblockimage .eventfeatured {
		max-width: none;
	}

	.single-tribe_events .eventwrappersingle .calendarnav {
		justify-content: flex-start;
	}
}

.tribe-events-page-title {
	text-align: center;
	margin-bottom: 30px;
	font-family: 'Proxima Nova Extra', sans-serif;
	font-size: 55px;
	text-transform: uppercase;
}

#tribe-events-header {
	padding-bottom: 18px;
}

#tribe-events-header .tribe-events-sub-nav, #tribe-events-footer .tribe-events-sub-nav {
	padding: 7px 40px;
	clear: both;
	display: block;
	width: 100%;
	list-style: none;
}

#tribe-events-header .tribe-events-sub-nav, #tribe-events-footer .tribe-events-sub-nav{
	padding: 7px 0px;}

#tribe-events-header .tribe-events-sub-nav li {
	display: inline-block;
}

#tribe-events-header .tribe-events-sub-nav li.tribe-events-nav-previous, #tribe-events-footer .tribe-events-sub-nav li.tribe-events-nav-previous {
	float: left;
}

#tribe-events-header .tribe-events-sub-nav li.tribe-events-nav-next, #tribe-events-footer .tribe-events-sub-nav li.tribe-events-nav-next {
	float: right;
}

#tribe-events-header .tribe-events-sub-nav li a, #tribe-events-footer .tribe-events-sub-nav li a {
	padding: 10px 20px;
	color: #ffffff;
	/*background-color: rgba(26, 35, 3, 0.9);*/
	background-color: #3c4d26;
	text-decoration: none;
	text-transform: uppercase;
	/* font-size: 150%; */
	font-size: 120%;
	-webkit-transition: color 400ms ease-in-out;
	-moz-transition: color 400ms ease-in-out;
	-o-transition: color 400ms ease-in-out;
	-ms-transition: color 400ms ease-in-out;
	transition: color 400ms ease-in-out;
}

.tribe-events-sub-nav li a span {
	display: inline-block;
	vertical-align: top;
}

#tribe-events-header .tribe-events-sub-nav li a:hover, #tribe-events-footer .tribe-events-sub-nav li a:hover {
	color: #eccc80;
}

.tribe-events-visuallyhidden {
	text-align: center;
	display: none;
}

.tribe-events-calendar {
	width: calc(100% - 80px);
	margin-left: 40px;
	border: 5px solid #0b2d48;
}

.tribe-events-calendar th {
	width: calc(100% / 7);
	background-color: #0b2d48;
	color: #ffffff;
	padding: 10px;
}

#tribe-events-content .tribe-events-calendar td {
	padding: 5px;
	border: 1px solid #eaeaea;
	height: 150px;
	vertical-align: top;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
    background-image: url('../images/strike.png') !important;
}

.tribe-events-has-events h3 {
	margin: 0px;
	font-size: 100%;
	line-height: 1.2;
}

#tribe-events-footer {
	padding-bottom: 90px;
}

#tribe-events-footer .tribe-events-nav-pagination {
	margin-top: 3px;
}

.tribe-events-ical.tribe-events-button {
	float: right;
	margin-top: -50px;
	margin-right: 40px;
	display: inline-block;
	padding: 6px 9px;
	color: #ffffff;
	background-color: #0078AE;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	cursor: pointer;
	border-radius: 3px;
	text-decoration: none;
}

.events-navigation-calendar-view {
	margin-top: 50px;
}

#tribe-events-content {
    padding: 0px 40px 20px;
    position: relative;
}

.events-navigation-calendar-view .calview, .events-navigation-calendar-view .text-block-5 {
	color: #003B63;
}

.events-navigation-calendar-view a:hover div {
	color: #eccc80;
}

.tribe-events-present {
	background-color: #b8bfcc;
	/*border: 1px solid #0078AE !important;*/
}

.eventcontainer .maingrid .gridevent {
	width: 24%;
}

.eventcontainer .maingrid .gridevent:first-of-type {
	display: none;
	position: absolute;
}

.vieweventgrid {
	min-width: 170px;
}

.eventcontainer .featuredblock .rightcontent, .newscontainer .featuredblock .rightcontent {
	padding-bottom: 40px;
}

.headingeventlocation {
	position: relative;
	/*top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);*/
}

.tribe-events-divider {
	margin: 0px 10px;
	display: inline-block;
}

@media only screen and (max-width: 1023px) {
.eventcontainer .maingrid .gridevent {
	    width: 32.3333333333%;
	}


}
@media only screen and (max-width: 767px) {
#tribe-events-content table.tribe-events-calendar {
		font-size: 10px;
    }

.eventcontainer .maingrid .gridevent {
	    width: 54%;
	}

.headingeventlocation {
		display: inline;
	}

.eventcontainer .featuredblock {
		display: none;
	}

.eventcontainer .maingrid .gridevent:first-of-type {
		display: flex;
		position: static;
	}


}
@media only screen and (max-width: 539px) {
#tribe-events-content table.tribe-events-calendar {
    font-size: 8px;
    }

.eventcontainer .maingrid .gridevent {
	    width: 100%;
	    margin-right: 0px;
	    flex: 0 0 100%;
	}


}
.eventcontainer .maingrid { display: flex; flex-wrap: wrap;justify-content: flex-start; }

.eventcontainer .maingrid .gridevent { width: 24%;float: none;     min-height: initial !important;
    padding-bottom: 10px; }

.eventcontainer .maingrid .gridevent .timelocationgrid { min-height: initial;  }

.eventcontainer .maingrid .gridevent .datetitle { color: #213d1b; }

/* Refined events archive cards, aligned with the homepage event system. */
.post-type-archive-tribe_events .eventwrapper {
	padding: 64px 40px 76px;
	background:
		linear-gradient(180deg, rgba(17, 34, 15, .96), rgba(5, 10, 5, .98)),
		url('../images/digital-waves-01.png') center / cover no-repeat;
	background-color: #071208;
	color: #11220f;
}

.post-type-archive-tribe_events .eventcontainer {
	padding-top: 0;
	padding-left: 0;
}

.post-type-archive-tribe_events .intro {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(300px, .7fr);
	gap: 24px;
	align-items: stretch;
	margin-bottom: 30px;
}

.post-type-archive-tribe_events .featuredblock,
.post-type-archive-tribe_events .secondblock,
.post-type-archive-tribe_events .eventcontainer .maingrid .gridevent {
	overflow: hidden;
	border: 1px solid rgba(236, 204, 128, .34);
	background: #fff;
	color: #11220f;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .22);
	transition: border-color 220ms ease, box-shadow 220ms ease;
}

.post-type-archive-tribe_events .featuredblock:hover,
.post-type-archive-tribe_events .eventcontainer .maingrid .gridevent:hover {
	border-color: rgba(236, 204, 128, .74);
	box-shadow: 0 16px 36px rgba(0, 0, 0, .34);
	text-decoration: none !important;
}

.post-type-archive-tribe_events .featuredblock {
	display: flex;
	width: auto;
	min-height: 360px;
	margin: 0;
}

.post-type-archive-tribe_events .leftfeatimage {
	flex: 0 0 48%;
	min-height: 360px;
	aspect-ratio: auto;
	border-right: 0;
	background-position: center;
	background-size: cover;
	transition: transform 320ms ease, opacity 320ms ease;
}

.post-type-archive-tribe_events .featuredblock:hover .leftfeatimage {
	opacity: .96;
	transform: scale(1.02);
}

.post-type-archive-tribe_events .rightcontent {
	align-items: flex-start;
	padding: 34px;
	min-height: 360px;
	background: #fff;
}

.post-type-archive-tribe_events .featureddate {
	top: 18px;
	right: 18px;
	order: 1;
	min-width: 76px;
	min-height: 92px;
	padding: 10px 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(236, 204, 128, .65);
	background: #11220f;
	color: #eccc80;
}

.post-type-archive-tribe_events .home-event-date strong {
	color: #fff;
	font-family: 'Proxima Nova Bold', sans-serif;
	font-size: 32px;
	line-height: .95;
}

.post-type-archive-tribe_events .home-event-date span {
	color: #eccc80;
	font-family: 'Bank Sans Med Con', sans-serif;
	font-size: 15px;
	line-height: 1.1;
	text-transform: uppercase;
}

.post-type-archive-tribe_events .eventdetails {
	order: 2;
	display: block;
	flex: 0 0 auto;
	border-bottom: 0;
	padding: 0 96px 0 0;
}

.post-type-archive-tribe_events .heading-2 {
	margin: 0;
	padding: 0;
	color: #11220f;
	font-family: 'Proxima Nova Bold', sans-serif;
	font-size: clamp(32px, 3.1vw, 48px);
	line-height: .95;
	text-transform: uppercase;
}

.post-type-archive-tribe_events .timelocation {
	order: 3;
	margin-top: 22px;
	padding: 0;
	color: #2e4426;
	font-family: 'Bank Sans Med Con', sans-serif;
	font-size: 18px;
	line-height: 1.25;
	text-transform: uppercase;
}

.post-type-archive-tribe_events .viewevent {
	position: static;
	order: 4;
	width: auto;
	margin-top: 28px;
	padding: 0;
	background: transparent;
}

.post-type-archive-tribe_events .secondblock {
	width: auto;
	min-height: 0;
	margin: 0;
	padding: 34px;
	justify-content: center;
	flex-basis: auto;
}

.post-type-archive-tribe_events .paragraph-4 {
	margin: 0 0 24px;
	padding: 0 0 24px;
	border-bottom: 1px solid rgba(60, 77, 38, .32);
	color: #11220f;
	font-size: 17px;
	line-height: 1.42;
}

.post-type-archive-tribe_events .secondblock .buttonpage {
	width: 100%;
	max-width: 260px;
	margin: 0;
	padding: 14px 18px;
	border-color: rgba(236, 204, 128, .66);
	background-image: linear-gradient(180deg, #11220f 69%, #1b3313) !important;
}

.post-type-archive-tribe_events .eventcontainer .maingrid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
	width: 100%;
}

.post-type-archive-tribe_events .eventcontainer .maingrid::before,
.post-type-archive-tribe_events .eventcontainer .maingrid::after {
	content: none;
	display: none;
}

.post-type-archive-tribe_events .eventcontainer .maingrid .gridevent {
	position: relative;
	display: flex;
	width: 100%;
	min-width: 0;
	height: 100%;
	min-height: 100% !important;
	margin: 0;
	padding-bottom: 0;
	float: none;
	flex-direction: column;
}

.post-type-archive-tribe_events .eventcontainer .maingrid .gridevent:first-of-type {
	display: none;
	position: absolute;
}

.post-type-archive-tribe_events .featuerdimagesmall {
	order: 1;
	width: 100%;
	min-height: 0;
	padding-bottom: 0;
	aspect-ratio: 1 / 1;
	flex: 0 0 auto;
	background-color: #0b1508;
	background-position: center;
	background-size: cover;
	transition: transform 320ms ease, opacity 320ms ease;
}

.post-type-archive-tribe_events .eventcontainer .maingrid .gridevent:hover .featuerdimagesmall {
	opacity: .96;
	transform: scale(1.035);
}

.post-type-archive-tribe_events .eventcontainer .maingrid .gridevent .datetitle {
	order: 2;
	display: block;
	width: 100%;
	border: 0;
	color: #11220f;
}

.post-type-archive-tribe_events .datetitlegrid {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 2;
	display: flex;
	width: 76px;
	min-height: 92px;
	padding: 10px 8px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(236, 204, 128, .65);
	background: rgba(17, 34, 15, .94);
	color: #eccc80;
	font-family: 'Bank Sans Med Con', sans-serif;
	font-size: 18px;
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
}

.post-type-archive-tribe_events .text-block-7 {
	display: block;
	width: 100%;
	padding: 24px 20px 0;
	color: #11220f;
	font-family: 'Proxima Nova Bold', sans-serif;
	font-size: clamp(20px, 1.35vw, 24px);
	line-height: 1.05;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}

.post-type-archive-tribe_events .eventcontainer .maingrid .gridevent .timelocationgrid {
	order: 3;
	width: 100%;
	min-height: 0;
	padding: 12px 20px 22px;
	color: #2e4426;
	font-family: 'Bank Sans Med Con', sans-serif;
	font-size: 15px;
	line-height: 1.25;
	text-transform: uppercase;
}

.post-type-archive-tribe_events .eventcontainer .maingrid .gridevent .equal-height-event-time,
.post-type-archive-tribe_events .eventcontainer .maingrid .gridevent .event-location-line {
	display: block;
}

.post-type-archive-tribe_events .eventcontainer .maingrid .gridevent .event-location-line {
	position: relative;
	margin-top: 7px;
	padding-left: 25px;
	color: #3c4d26;
}

.post-type-archive-tribe_events .eventcontainer .maingrid .gridevent .event-location-line::before {
	content: "";
	position: absolute;
	left: 0;
	top: -.02em;
	width: 20px;
	height: 20px;
	background: url('../images/map-icon-solid-light-green.svg') center / contain no-repeat;
}

.post-type-archive-tribe_events .eventcontainer .maingrid .gridevent .event-location-line::after {
	content: none;
}

.post-type-archive-tribe_events .vieweventgrid {
	position: static;
	order: 4;
	width: auto;
	min-width: 0;
	margin-top: auto;
	padding: 18px 20px 24px;
	border-top: 1px solid rgba(60, 77, 38, .18);
	justify-content: flex-start;
	background: transparent;
}

.post-type-archive-tribe_events .arrowbutton {
	display: inline-flex;
	align-items: center;
	overflow: hidden;
}

.post-type-archive-tribe_events .arrowbutton .text-block-3 {
	height: auto;
	margin-right: 6px;
	color: #3c4d26;
	font-family: 'Bank Sans Medium', sans-serif;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
}

.post-type-archive-tribe_events .arrowbutton .arrowrighttan,
.post-type-archive-tribe_events .arrowbutton .arrowrightfletchtan {
	flex: 0 0 auto;
	transition: opacity 180ms ease, transform 180ms ease, width 180ms ease;
}

.post-type-archive-tribe_events .arrowbutton .arrowrightfletchtan {
	display: inline-block !important;
	width: 0 !important;
	opacity: 0;
}

.post-type-archive-tribe_events .arrowbutton:hover .text-block-3,
.post-type-archive-tribe_events .featuredblock:hover .arrowbutton .text-block-3,
.post-type-archive-tribe_events .gridevent:hover .arrowbutton .text-block-3 {
	color: #11220f;
}

.post-type-archive-tribe_events .arrowbutton:hover .arrowrightfletchtan,
.post-type-archive-tribe_events .featuredblock:hover .arrowbutton .arrowrightfletchtan,
.post-type-archive-tribe_events .gridevent:hover .arrowbutton .arrowrightfletchtan {
	width: 30px !important;
	opacity: 1;
	transform: translate3d(0, 0, 0) !important;
}

.post-type-archive-tribe_events .arrowbutton:hover .arrowrighttan,
.post-type-archive-tribe_events .featuredblock:hover .arrowbutton .arrowrighttan,
.post-type-archive-tribe_events .gridevent:hover .arrowbutton .arrowrighttan {
	opacity: 0;
	transform: translate3d(30px, 0, 0) !important;
}

@media only screen and (max-width: 1199px) {
	.post-type-archive-tribe_events .eventcontainer .maingrid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 22px;
	}
}

@media only screen and (max-width: 991px) {
	.post-type-archive-tribe_events .eventwrapper {
		padding: 48px 28px 60px;
	}

	.post-type-archive-tribe_events .intro {
		grid-template-columns: 1fr;
	}

	.post-type-archive-tribe_events .eventcontainer .maingrid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}

	.post-type-archive-tribe_events .featuredblock {
		min-height: 0;
	}

	.post-type-archive-tribe_events .heading-2 {
		font-size: clamp(30px, 5vw, 44px);
	}
}

@media only screen and (max-width: 767px) {
	.post-type-archive-tribe_events .eventwrapper {
		padding: 36px 20px 48px;
	}

	.post-type-archive-tribe_events .featuredblock {
		display: none;
	}

	.post-type-archive-tribe_events .secondblock {
		padding: 26px 22px;
	}

	.post-type-archive-tribe_events .eventcontainer .maingrid {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}

	.post-type-archive-tribe_events .eventcontainer .maingrid .gridevent,
	.post-type-archive-tribe_events .eventcontainer .maingrid .gridevent:first-of-type {
		position: relative;
		display: flex;
		width: 100%;
	}

	.post-type-archive-tribe_events .text-block-7 {
		font-size: 24px;
		line-height: 1.05;
	}

	.post-type-archive-tribe_events .eventcontainer .maingrid .gridevent .timelocationgrid {
		font-size: 16px;
	}
}
