/* File added by Aaron Hodge Silver, Springthistle Technology, on October 27, 2023 */

.entry-content .wFormContainer .wForm div.actions {
	text-align: center;
}

/* tweak display of events in search results */

.search-results #page-wrapper .entry-content .all-the-results .single-search-result .single-search-result-item .search-details p.search-event-date,
.search-results #page-wrapper .entry-content .all-the-results .single-search-result .single-search-result-item .search-details p.search-event-location {
	margin-bottom: 5px;
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	color: #b13a18;
}

.search-results #page-wrapper .entry-content .all-the-results .single-search-result .single-search-result-item .search-details p.search-event-location:before {
	content: "|";
	display: inline;
	padding-right: 4px;
}

.search-results #page-wrapper .entry-content .all-the-results .single-search-result.tribe_events-search-result .single-search-result-item .search-details h3 {
	margin-bottom: -5px;
}

/* Added header to tabbed nav block */

.tabbed-nav-block .tabGroup h4 {
	margin-bottom: 15px;
	color: #4a6339;
	text-decoration: underline;
}

/* Fix mobile display issues in FormAssembly white form */

@media only screen and (max-width: 900px) {
	#content .wFormContainer .section.inline.group {
    	flex-wrap: wrap;
	}
}