.lt-share {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 20px 0;
}

.lt-share li {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 5px;
  margin-right: 20px;
  transition: all .3s ease;
}

.lt-share li:last-child {
  margin-right: 0;
}

.lt-share .fb {
  background: #3b5998;
}

.lt-share .fb:hover {
  background: #304a82;
}

.lt-share .tw {
  background: #00aced;
}

.lt-share .tw:hover {
  background: #1696c5;
}

.lt-share .go {
  background: #d34836;
}

.lt-share .go:hover {
  background: #b14435;
}

.lt-share .ln {
  background: #0077b5;
}

.lt-share .ln:hover {
  background: #0a6798;
}

.lt-share .pin {
  background: #c92228;
}

.lt-share .pin:hover {
  background: #a9252a;
}

.lt-share li a {
  position: relative;
  display: block;
  color: #fff !important;
  padding: 7px 0;
  text-decoration: none;
  font-weight: bold;
}

.lt-share li a:hover {
  text-decoration: none !important;
}

.lt-share li a i {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translate(-8%, -50%);
}

@media all and (max-width: 900px) {
  .lt-share li a span {
    display: none;
  }
  .lt-share li a i {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
  }
}
