.header-left a {
  display: inline-block;
  background: #ffffff;
  text-align: center;
  padding: 10px 15px;
  margin-top: -8px;
  box-shadow: none!important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-logo a {
    box-shadow: none!important;
}