.fh-marquee-scroll-vert p {
	margin-bottom: .5rem;
}

/* 10-21-2024 hack to fix menu toggle visibility on Android devices */
.elementor-location-header .fas, 
.elementor-location-header .fas:before {
	font-weight: 900 !important;
}

/* 11-20-2024 when homepage event cards are less than three which breaks non-mobile layout, 
restyle via JQuery class addition of "less-than-three" */
.events-homepage-grid:not(.mobile) .uael-post-wrapper.less-than-three .uael-post__thumbnail {
	width: 50% !important;
}
.events-homepage-grid:not(.mobile) .uael-post-wrapper.less-than-three .uael-post__content-wrap {
	width: 50% !important;
	position: relative !important;
}