/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/* Remove extra bottom margin from new editor paragraphs */

/* Added by digitalhemi.com 7/16/2024 */
:root {
	--tec-color-text-primary: #bbb; }
.tribe-common .tribe-common-h8 {
	color: #000; }
.tribe-events .tribe-events-calendar-month__day-date-daynum{
	color: #fff; }
/* End digitalhemi.com 7/16/2024 */

p {
	margin-bottom: 0;
}

/* Header contact details white */
#nav-bar .contact-info a {
	color: #fff;
	font-weight: 700;
}

/* Home logo hide */
.home-page .feature-img .img-title .custom-logo-link {
	display: none;
}

/* Remove padding from top of video embed */
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
	padding-top: 0;
}

/* Change nav font */
#navigation {
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
}

/* TEC Heading */
.tribe-events h1 {
	text-align: center;
	margin: 0 0 40px;
}

/* TEC View Button */
.tribe-events .tribe-events-header__events-bar {
	display: none;
}
.tribe-events .tribe-events-c-events-bar__views {
	display: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar__search-container {
	padding-right: 10px;
}

/* TEC Remove date change bullets */
.tribe-events .tribe-events-c-top-bar__nav-list-item {
	list-style: none;
}

/* TEC Current Month Color */
.tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop {
color: var(--tec-color-text-events-title);
}
.tribe-events .tribe-common-c-svgicon__svg-fill{
	fill: var(--tec-color-text-events-title);
}
.tribe-events .tribe-events-calendar-month__header-column h3 span {
	float: none !important;
	text-align: center;
}

/* TEC Subscribe list */
.tribe-events .tribe-events-c-subscribe-dropdown__list-item {
	list-style: none;
}
.tribe-events .tribe-events-c-subscribe-dropdown__list-item a {
	color: var(--tec-color-text-primary);
}

.tribe-events .tribe-events-header__messages {
	color: #fff;
}

.tribe-events .tribe-events-header__messages ul li,
.tribe-events-sub-nav li {
	list-style: none;
}

.tooltipster-base *,
.tribe-events-schedule .tribe-events-cost,
.tribe-events-meta-group,
.tribe-events-meta-group .tribe-events-single-section-title,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a,
.tribe-events-single .tribe-events-back a {
	color: #fff;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a::before,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a::after {
	display: none;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a span,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a span {
	display: inline-block;
}
