/*
  Wwppcms theme overrides for 0001
  Keep changes minimal and reversible.
*/

/* Text navigation mode: make labels always visible (Astral default is icon-only). */
#nav.text-nav {
  height: auto;
  margin: 0 0 1.25em 0;
}

#nav.text-nav .menu-heading {
  display: inline-block;
  margin: 0.15em 0.45em;
  padding: 0.25em 0.6em;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.9);
}

#nav.text-nav .menu-divider {
  display: inline-block;
  width: 1px;
  height: 1.1em;
  margin: 0 0.35em;
  background: rgba(255, 255, 255, 0.25);
  vertical-align: middle;
}

#nav.text-nav a {
  width: auto;
  height: auto;
  line-height: 1.2;
  font-size: 0.95em;
  opacity: 1;
  margin: 0.2em 0.25em;
  padding: 0.55em 0.85em;
  border-radius: 0.6em;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset;
}

#nav.text-nav a:after {
  display: none;
}

#nav.text-nav a span {
  position: static;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  margin: 0;
  background: transparent;
  color: inherit;
  opacity: 1;
  font-size: 1em;
  line-height: inherit;
}

#nav.text-nav a span:after {
  display: none;
}

#nav.text-nav a:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.16);
}

#nav.text-nav a.active {
  background: rgba(255, 255, 255, 0.92);
  color: #111111;
}

#nav.text-nav a.active span {
  color: #111111;
}
