.tribe-events-single .tribe-events-sub-nav {
	padding-left: 0px;
	font-family: inherit !important;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous {
	margin-bottom: 1rem !important;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a {
	color: #fff !important;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z' fill='%23fff'/%3E%3C/svg%3E") 0/7px no-repeat !important;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:focus:before, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z' fill='%23fff'/%3E%3C/svg%3E") !important;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z' fill='%23fff'/%3E%3C/svg%3E") 100%/7px no-repeat !important;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:focus:after, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z' fill='%23fff'/%3E%3C/svg%3E") !important;
}

.tribe-events-schedule h6 {
	margin: 0px;
}

.tribe-events-event-image img {
	margin: 0 auto;
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta {
	width: 100%;
}

/*.tribe-events-back a, .tribe-events-back a:visited*/
.single-tribe_events .tribe-events-single .tribe-events-event-meta, .tribe-events-event-meta, .tribe-events-cal-links {
	/* color: inherit !important; */
	font-family: inherit !important;
    font-size: inherit !important;
}
/*
.tribe-events-cal-links {
	display: flex;
    justify-content: flex-end;
} */

.tribe-events-venue-map {
	width: 100% !important;
}

.tribe-events-venue-map>div, .tribe-events-venue-map>iframe {
	max-height: 350px !important;
}

.tribe-events-venue-map>iframe {
	width: 100% !important;
}

.tribe-events-meta-group.tribe-events-meta-group-gmap {
	flex-basis: 100% !important;
	order: 1;
}

.tribe-venue-location a.tribe-events-gmap {
	display: block;
}

@media (max-width:780px) {
	.tribe-events-single .tribe-events-sub-nav {
		flex-wrap: wrap;
		justify-content: space-evenly !important;
	}
}

/*.tribe-events-back a:visited,*/
.tribe-events-event-meta a:visited {
	color: #ff709b !important;
}

/*.tribe-events-back a:hover,*/
.tribe-events-event-meta a:hover {
	color: #222 !important;
}

.tribe-events-content {
	font-family: inherit !important;
}

.tribe-events-content a, .tribe-events-content a:active, .tribe-events-content a:focus, .tribe-events-content a:hover {
	border-bottom: 0px !important;
}


/* events-list */

.tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6, .tribe-common .tribe-common-h7, .tribe-common .tribe-common-h8, .tribe-common .tribe-common-b2 {
	font-family: inherit !important;
	/* color: inherit !important; */
}

.tribe-common a, .tribe-common a:active, .tribe-common a:focus, .tribe-common a:visited {
	color: #ff709b !important;
}

.tribe-common .tribe-common-anchor-thin:active, .tribe-common .tribe-common-anchor-thin:focus, .tribe-common .tribe-common-anchor-thin:hover, .tribe-common .tribe-common-anchor-thin {
	border-bottom: 0px !important;
}

.tribe-common a:hover {
	color: #222222 !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2, .tribe-common .tribe-common-b2,
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday
{
	font-size: inherit !important;
	line-height: inherit !important;
	/* color: inherit !important; */
}

.tribe-common--breakpoint-medium.tribe-common .tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h4--min-medium,
.tribe-common .tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h5
{
	font-size: 3rem !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium,
.tribe-common .tribe-common-h7 {
	font-size: 2rem !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description p {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}