.layout-3 br {
  display: none;
}

.layout-3 a:not([class]):not(.no-hover) {
  display: block;
  padding: 20px 30px 20px 0;
  border-bottom: 1px solid #b79c5e;
  line-height: 1;
  color: #b79c5e;
  margin-bottom: 10px;
}

.layout-3 a:not([class]):not(.no-hover):hover {
  background-color: #b79c5e;
  color: white;
  padding: 20px 30px 20px 30px;
}.layout-4 br {
  display: none;
}

.layout-4 a:not([class]):not(.no-hover) {
  display: block;
  padding: 20px 30px 20px 0;
  border-bottom: 1px solid #b79c5e;
  line-height: 1;
  color: #b79c5e;
  margin-bottom: 10px;
}

.layout-4 a:not([class]):not(.no-hover):hover {
  background-color: #b79c5e;
  color: white;
  padding: 20px 30px 20px 30px;
}.layout-5 br {
  display: none;
}

.layout-5 a:not([class]):not(.no-hover) {
  display: block;
  padding: 20px 30px 20px 0;
  border-bottom: 1px solid #b79c5e;
  line-height: 1;
  color: #b79c5e;
  margin-bottom: 10px;
}

.layout-5 a:not([class]):not(.no-hover):hover {
  background-color: #b79c5e;
  color: white;
  padding: 20px 30px 20px 30px;
}