/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 22 2026 | 04:39:05 */
/* Show the Warner Robins location container */
footer .widget-container .addresses > .address:has(a[href="tel:4786548011"]) {
  display: block !important;
}

/* Hide everything except the location title */
footer .widget-container .addresses > .address:has(a[href="tel:4786548011"]) > *:not(.title) {
  display: none !important;
}

/* Add the replacement message */
footer .widget-container .addresses > .address:has(a[href="tel:4786548011"])::after {
  content: "Location Coming Soon";
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: 100px;
  padding-bottom: 50px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 700;
}