
/* Mobile header/menu selected state: change only the menu title text color.
   Backgrounds, borders/lines and other visual elements stay exactly as before selection. */
@media only screen and (max-width:989.98px){
  body > .row4 > .row3 nav > ul > li > a:focus,
  body > .row4 > .row3 nav > ul > li > a:active,
  body > .row4 > .row3 nav > ul > li.active > a,
  body > .row4 > .row3 nav > ul > li.current-menu-item > a,
  body > .row4 > .row3 nav > ul > li.wi-header-title-active > a,
  body > .row4 > .row3 nav > ul > li > a.wi-header-title-active,
  body > .row4 > .row3 nav > ul > li.wi-header-current-title-active > a,
  body > .row4 > .row3 nav > ul > li > a.wi-header-current-title-active{
    color:#d3a354!important;
    background:#ffffff!important;
    border-bottom-color:rgba(18,35,54,.10)!important;
    box-shadow:none!important;
    outline:none!important;
    text-decoration:none!important;
  }

  body > .row4 > .row3 nav > ul > li:last-child > a:focus,
  body > .row4 > .row3 nav > ul > li:last-child > a:active,
  body > .row4 > .row3 nav > ul > li:last-child.active > a,
  body > .row4 > .row3 nav > ul > li:last-child.current-menu-item > a,
  body > .row4 > .row3 nav > ul > li:last-child.wi-header-title-active > a,
  body > .row4 > .row3 nav > ul > li:last-child.wi-header-current-title-active > a{
    border-bottom:none!important;
  }
}
