document.addEventListener("DOMContentLoaded", function () { var socialContainer = document.getElementById("social-container"); var socialLinks = socialContainer ? socialContainer.querySelectorAll(".elementor-grid-item a") : []; var contactList = document.getElementById("contact-list"); var contactItems = contactList ? contactList.querySelectorAll(".elementor-icon-list-item") : []; var hasLink = false; // Handle social links Array.prototype.forEach.call(socialLinks, function (link) { if (!link.href || link.href.trim() === "") { link.closest(".elementor-grid-item").style.display = "none"; } else { hasLink = true; } }); if (!hasLink && socialContainer) { socialContainer.style.display = "none"; } // Handle contact list items var hasContactItem = false; Array.prototype.forEach.call(contactItems, function (item) { var link = item.querySelector("a"); var text = item.querySelector(".elementor-icon-list-text"); // Hide the item if there's no meaningful content if ( (!link || !link.href || link.href.trim() === "") && (!text || !text.textContent.trim()) ) { item.style.display = "none"; } else { hasContactItem = true; } }); if (!hasContactItem && contactList) { contactList.style.display = "none"; } });

Filters

Changing any of the form inputs will cause the list of events to refresh with the filtered results.

All Day

Be3: Facing the Future 2023

Facing the Future 2023 November 14-16, 2023 in Atlanta, GA Courtland Grand Atlanta Hotel 165 Courtland St NE Atlanta, GA 30303 We want to invite all clergy serving in cross-racial/cross-cultural/multicultural […]

GriefShare: Surviving the Holidays (Ebenezer UMC, Stafford)

GriefShare: Surviving the Holidays, Ebenezer UMC, 161 Embrey Mill Road, Stafford, VA 22554. Tuesday, November 14, 9:00-11:00 AM; Wednesday, November 15, 7:00-9:00 PM; or Wednesday, December 6, 7:00-9:00 PM. Are […]

The owner of this website has made a commitment to accessibility and inclusion, please report any problems that you encounter using the contact form on this website. This site uses the WP ADA Compliance Check plugin to enhance accessibility.
Translate »