/* Enter Your Custom CSS Here */
li.exposedMenu{
  background-color: #faab18;
  margin-right: 2px !important;
  margin-top: 5px !important;
}

li.exposedMenu a {
 line-height:35px !important;
}


/* Enter Your Custom CSS Here */
li.exposedMenuBlack{
  background-color: #000;
  color: #fff !important;
  margin-right: 2px !important;
  margin-top: 5px !important;
}

li.exposedMenuBlack a {
 line-height:35px !important;
 color: #fff !important;
}


li.exposedMenuDpo{
  background-color: #0087a2;
  color: #fff !important;
  margin-right: 2px !important;
  margin-top: 5px !important;
}

li.exposedMenuDpo a {
 line-height:35px !important;
 color: #fff !important;
}

@media (max-width: 767px){
    .td-banner-wrap-full.td-logo-wrap-full.td-container-wrap{
        display:none;
    }
}
