.edgtf-logo-wrapper a, .edgtf-mobile-logo-wrapper a{
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .5px;
  line-height: 1;
  text-decoration: none;
  color:#000000;
}

@media only screen and (max-width: 480px) {
    .edgtf-mobile-header .edgtf-mobile-logo-wrapper a {
        height: auto !important;
    }
}