a.social-media-icon {
  background-color: #23275a;
  box-shadow: none;
  border: none!important;
  margin: 0;
}

.social-icons > ul {
  float: right;
  display: inline-block;
  background-color: #23275a;
}

.social-icons li {
  display: inline;
}

@media only screen and (max-width: 767px) {
  .top-header {
      height: auto;
  }
}