/* Requested site-wide interaction polish: header/footer hover states and clickable footer contact links */
.topbar .menu a,
.topbar .menu .appointment-toggle,
.topbar .mobile-menu-toggle,
.topbar .mobile-menu-toggle span,
.footer a,
.btn,
.btn-small,
.outline{
  transition: color .2s ease, background .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease, opacity .2s ease;
}
.topbar .menu a:hover,
.topbar .menu .appointment-toggle:hover,
.topbar .menu .menu-dropdown:hover .appointment-toggle,
.topbar .menu .dropdown-menu a:hover{
  color: var(--gold2,#efbd6b) !important;
  opacity: 1 !important;
}
.topbar .menu .dropdown-menu a:hover{
  background: rgba(213,154,67,.18) !important;
}
.topbar .mobile-menu-toggle:hover{
  border-color: var(--gold2,#efbd6b) !important;
  background: rgba(213,154,67,.18) !important;
  box-shadow: 0 8px 20px rgba(213,154,67,.18);
}
.topbar .mobile-menu-toggle:hover span{
  background: var(--gold2,#efbd6b) !important;
}
.btn:hover,
.btn-small:hover,
.outline:hover,

.footer a:hover{
  color: var(--gold2,#efbd6b) !important;
}
.footer .social a:hover,
.mobile-footer-social a:hover,
.footer-mobile-social a:hover{
  background: var(--gold,#d59a43) !important;
  transform: translateY(-2px);
}
.footer .foot p a,
.footer .foot p a:visited{
  color: #d5dde9;
  text-decoration: none;
}
