/*************************/
/*** event list view ***/
.tribe-events-calendar-list, .tribe-events-calendar-latest-past {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (max-width: 600px) {
		.tribe-events-calendar-list, .tribe-events-calendar-latest-past {
			display: block;
	}
}

.tribe-events-calendar-list__month-separator, .tribe-events-calendar-latest-past__heading {
	grid-column-start: 1;
	grid-column-end: 4;
}

.tribe-events-calendar-list .tribe-common-g-row.tribe-events-calendar-list__event-row:nth-child(2) {
	position: relative;
	top: 8px;
}

#tribe-events-view-selector-content {
	display: none;
}

.tribe-common-c-btn.tribe-events-c-search__button {
	margin-right: 10px;
	background: #C5332C !important;
}

.tribe-common-c-btn.tribe-events-c-search__button:hover {
	background: #A92A25 !important;
}

.tribe-events-c-top-bar__datepicker-desktop.tribe-common-a11y-hidden:hover {
	color: #C6322C;
}

.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button:hover {
	color: #C6322C;
}

.tribe-events-c-events-bar__filter-button-container {
	display: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
	width: 100% !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col {
	width: 93%;	
}

.tribe-events-calendar-list__event-datetime-featured-text.tribe-common-a11y-visual-hide {
	color: #282C2A !important;
}

.tribe-events-c-ical.tribe-common-b2.tribe-common-b3--min-medium {
	display: none;
}

.tribe-eventlink {
	color: #C6322C !important;
	font-family: "TT Severs DemiBold", Sans-serif;
	font-size: 28px;
}
.tribe-eventlink:hover {
	color: #A92A25 !important;
}

.tribe-events-calendar-list__event-featured-image {
		display: inline-block !important;
		margin-bottom: 10px !important;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.tribe-common .tribe-button {
	display: inline-block;
	margin-top: 10px;
	color: #C6322C !important;
	padding: 10px 15px 8px 15px;
	border: 1px solid #C6322C;
	border-radius: 5px;
	font-size: 15px;
	font-family: "TT-Severs-Medium", Sans-serif;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tribe-events-calendar-list__event-datetime-featured-text.tribe-common-a11y-visual-hide {
	text-transform: uppercase;
	font-size: 0.8rem;
}

:root {
	--tec-color-accent-primary: #C6322C !important;
}

/******************************/
/*** single event page view ***/
.tribe-events-back a {
	color: #282C2A;
	font-size: 14px;
	font-family: 'TT-Severs-Medium', Sans-serif;
	letter-spacing: 2px;
}

.social-links {
	width: 200px;
	list-style-type: none;
}
.social-links li {
	display: inline-block;
	margin-left: 5px;
}
.social-links li img {
		height: 25px;
}

.tribe-single-title {
	margin-top: 60px;
	font-family: "TT Severs DemiBold", Sans-serif;
	font-size: 38px;
	color: #D71920;
}

.tribe-single-date {
	font-size: 24px;
	font-family: 'TT-Severs-Medium', Sans-serif;
	color: #282C2A;
	margin-top: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.venuedetails, .timedetails, .calbuttons_and_facebook {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 600px) {
	.venuedetails, .timedetails, .calbuttons_and_facebook {
			display: block;
	}
	.venuedetails div {
			margin-bottom: 30px;
	}

	.timedetails div {
		margin-bottom: 30px;
	}

	.calbuttons_and_facebook div {
		margin-top: 30px;
	}
}

.tribe-events-venue-map {
	width: 100%;
	margin-top: 0;
}

.tribe-events-sub-nav {
	padding: 0;
}

ul.tribe-details {
	list-style-type: none; padding: 0;
}
ul.tribe-details li {
	padding-bottom: 0.75rem;
}

ul.tribe-details a, .tribe-events-gmap {
	color: #9ABFCB;
	font-weight: bold;
	text-decoration: underline;
}
ul.tribe-details a:hover, .tribe-events-gmap:hover, .facebooklink:hover {
	color: #C6322C;
}

.tribe-custom-title {
	font-family: "TT Severs DemiBold", Sans-serif;
	margin-top: 0;
	font-size: 28px;
	color: #282C2A;
}

#tribe-events-footer {
	border: 0 !important;
}

.tribe-icalbutton {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	font-size: 0.8rem;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #C6322C;
	padding: 12px 10px 8px 10px;
	font-family: "TT Severs DemiBold", Sans-serif;
	color: #C6322C;
}
a.tribe-icalbutton:hover {
	color: #666;
}

.tribe-events-gmap, .facebooklink {
	color: #6CAEBD;
	font-weight: bold;
	text-decoration: underline;
}