.social-share-buttons {
  margin-top: 20px;
}
.social-share-buttons h5 {
  text-transform: uppercase;
  line-height: 30px;
}
.social-share-buttons ul {
  margin-bottom: 15px;
}
.social-share-buttons ul li {
  display: inline-block;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .social-share-buttons ul li {
    margin-bottom: 5px;
  }
}
.social-share-buttons ul li a {
  display: block;
  border: 1px solid #ddd;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .social-share-buttons ul li a {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .social-share-buttons ul li a {
    margin-bottom: 5px;
  }
}
.social-share-buttons ul li a i.fa-twitter {
  color: #1DA1F2;
}
.social-share-buttons ul li a i.fa-facebook {
  color: #4867AA;
}
.social-share-buttons ul li a i.fa-google-plus {
  color: #DD5144;
}
.social-share-buttons ul li a i.fa-pinterest {
  color: #BD081B;
}
.social-share-buttons ul li a i.fa-whatsapp {
  color: #27d368;
}

.social-share-buttons ul li:hover a {
  color: #fff;
  border-color: transparent;
}
.social-share-buttons ul li:hover a i.fa {
  color: #fff;
}

.social-share-buttons ul li:hover a.twitter {
  background-color: #1DA1F2;
  border-color: #1DA1F2;
}
.social-share-buttons ul li:hover a.facebook {
  background-color: #4867AA;
  border-color: #4867AA;
}
.social-share-buttons ul li:hover a.google-plus {
  background-color: #DD5144;
  border-color: #DD5144;
}
.social-share-buttons ul li:hover a.pinterest {
  background-color: #BD081B;
  border-color: #BD081B;
}

.social-share-buttons ul li:hover a.whatsapp {
  background-color: #27d368;
  border-color: #27d368;
}