ul.social-share a {
  color: #fff;
  opacity: 1;
  cursor: pointer;
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}
ul.social-share li:hover a {
  color: #fff;
  opacity: .65;
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}
ul.social-share a.fb {
  background: #4569ac;
}
ul.social-share a.tw {
  background: #6ac8ed;
}
ul.social-share a.pt {
  background: #e34343;
}
ul.social-share a.li {
  background: #147bc1;
}
ul.social-share a.wa {
  background: #26d366;
}