
/* HEADER RIGHT CONTACT LINKS */
.top-contact a {
  color: #2A549F !important;
  font-weight: 500;
  text-decoration: none !important;
  transition: color 0.3s ease;
}

/* Hover state */
.top-contact a:hover,
.top-contact a:focus {
  color: #2A549F !important;
}

/* MAIN MENU – DEFAULT (WHITE) */
.genesis-nav-menu > li > a {
  color: #A78B2E !important;
  font-weight: 500;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

/* HOVER + ACTIVE (GOLD) */
.genesis-nav-menu > li > a:hover,
.genesis-nav-menu > li > a:focus,
.genesis-nav-menu > li.current-menu-item > a,
.genesis-nav-menu > li.current-menu-parent > a {
  color: #A78B2E !important;
}

/* Ensure current page defaults to white (not stuck gold) */
.genesis-nav-menu > li.current-menu-item > a {
  color: #A78B2E !important;
}

/* Keep hover gold on current item */
.genesis-nav-menu > li.current-menu-item > a:hover {
  color: #A78B2E  !important;
}

/* Font size + spacing */
.genesis-nav-menu > li > a {
  font-size: 12px; 
  letter-spacing: 1px;
  padding: 10px 12px; 
}

/* Responsive */
@media (max-width: 1200px) {
  .genesis-nav-menu > li > a {
    font-size: 13px;
    padding: 8px 10px;
  }
}

@media (max-width: 992px) {
  .genesis-nav-menu > li > a {
    font-size: 12px;
    padding: 6px 8px;
  }
}
/* Text Widget / Custom HTML Widget */
.textwidget,
.custom-html-widget {
  color: #FFFFFF !important;
  font-size: 13px; /* adjust as needed */
  line-height: 1.4;
}

/* Links inside the widget */
.textwidget a,
.custom-html-widget a {
  color: #FFFFFF !important;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Hover (keep your gold) */
.textwidget a:hover,
.custom-html-widget a:hover {
  color: #A78B2E !important;
}
/* Button default (blue) */
.btn.text-uppercase {
  background-color: #2A549F !important;
  color: #FFFFFF !important;
  border: none;
  transition: all 0.3s ease;
}

/* Hover (gold) */
.btn.text-uppercase:hover,
.btn.text-uppercase:focus {
  background-color: #A78B2E !important;
  color: #FFFFFF !important;

}
.footer-schedule-wrap {
  margin-top: 50px;
  text-align: left;
}

.footer-schedule-wrap p {
  margin-bottom: 15px;
  font-family: inherit;
  font-size: 20px;
  color: #ffffff;
}

.footer-schedule-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 200px;
  height: 58px;
  padding: 0 35px;

  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;

  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-decoration: none;

  transition: all 0.3s ease;
}

.footer-schedule-btn:hover {
  background: #ffffff;
  color: #A88C32;
}
/* INNER PAGES ONLY */
body:not(.home) #custom_html-13,
body:not(.home) #custom_html-13 a,
body:not(.home) #custom_html-13 p,
body:not(.home) #custom_html-13 span,
body:not(.home) #custom_html-13 li {
  color: #0B3B5F !important;
}

/* HOVER */
body:not(.home) #custom_html-13 a:hover {
  color: #A88C32 !important;
}