/* FOOTER FIX - FORCE WHITE BACKGROUND & GOLD TEXT */

.site-footer {
  background: white !important;
  color: #C4882A !important;
  padding: 5rem 0 2.5rem;
}

.site-footer .container {
  color: #C4882A !important;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(196,136,42,.15);
  margin-bottom: 2rem;
}

.footer-brand {
  color: #C4882A !important;
}

.footer-brand p {
  color: #6B7280 !important;
  font-size: .82rem;
  line-height: 1.85;
}

.footer-col h5 {
  color: #C4882A !important;
  font-size: .6rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.footer-col ul a {
  color: #6B7280 !important;
  text-decoration: none;
  font-size: .82rem;
  transition: color .2s;
}

.footer-col ul a:hover {
  color: #C4882A !important;
}

.footer-copy {
  color: #6B7280 !important;
  font-size: .7rem;
}

.footer-pillars {
  color: #6B7280 !important;
  font-size: .6rem;
}

.footer-pillars .dot {
  color: #C4882A !important;
}

.footer-socials a {
  border: 1px solid rgba(196,136,42,.25);
  color: #C4882A !important;
  background: transparent;
}

.footer-socials a:hover {
  border-color: #C4882A;
  background: rgba(196,136,42,.1);
  color: #1B2B4B !important;
}
