hr { display: none !important; }
#wwhra-nav { border-bottom: none !important; }
#wwhra-hero-actions { border-top: none !important; }
#wwhra-ea-col-header { border-bottom: none !important; }
.wwhra-ea-col-header { border-bottom: none !important; }
#wwhra-footer-newsletter { border-top: none !important; border-bottom: none !important; }

ul#wwhra-nav-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
ul#wwhra-nav-links li {
  position: relative;
  padding: 0 20px;
  list-style: none;
}
ul#wwhra-nav-links li a {
  font-family: 'Fraunces', serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em !important;
  color: #3D2E1A !important;
  text-decoration: none !important;
  transition: color 0.15s ease;
}
ul#wwhra-nav-links li a:hover { color: #C45E1A !important; }
ul#wwhra-nav-links li.current-menu-item a { color: #C45E1A !important; font-weight: 600 !important; }
ul#wwhra-nav-links li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #C9BDA0;
}