.icon-link {
  width: 40px;
  height: 40px;
  background-color: #666;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  outline: none;
  margin: 5px;
  box-sizing: content-box;
  border-bottom: none !important;
}
.icon-link.fill.facebook {
  background-color: #3b5998;
}
.icon-link.fill.facebook:hover {
  background-color: #fff;
}
.icon-link.fill.facebook:hover .fa-facebook {
  color: #3b5998;
  transition: color 350ms ease-in-out;
}
.icon-link.fill.linkedin {
  background-color: #007bb6;
}
.icon-link.fill.linkedin:hover {
  background-color: #fff;
}
.icon-link.fill.linkedin:hover .fa-linkedin {
  color: #007bb6;
  transition: color 350ms ease-in-out;
}
.icon-link.fill.twitter {
  background-color: #00aced;
}
.icon-link.fill.twitter:hover {
  background-color: #fff;
}
.icon-link.fill.twitter:hover .fa-twitter {
  color: #00aced;
  transition: color 350ms ease-in-out;
}
.icon-link.fill.whatsapp {
  background-color: #25D366;
}
.icon-link.fill.whatsapp:hover {
  background-color: #fff;
}
.icon-link.fill.whatsapp:hover .fa-whatsapp {
  color: #25D366;
  transition: color 350ms ease-in-out;
}
.icon-link.fill.envelope {
  background-color: #333;
}
.icon-link.fill.envelope:hover {
  background-color: #fff;
}
.icon-link.fill.envelope:hover .fa-envelope {
  color: #333;
  transition: color 350ms ease-in-out;
}
.icon-link.round {
  border-radius: 50%;
}
.icon-link.round-corner {
  border-radius: 5px;
}
.icon-link:hover {
  transition: background-color 350ms ease-in-out;
  height: 36px;
  line-height: 36px;
  width: 36px;
  background-color: #fff;
}
.icon-link:hover.facebook {
  border: 2px solid #3b5998 !important;
}
.icon-link:hover.tumblr {
  border: 2px solid #32506d !important;
}
.icon-link:hover.linkedin {
  border: 2px solid #007bb6 !important;
}
.icon-link:hover.twitter {
  border: 2px solid #00aced !important;
}
.icon-link:hover.whatsapp {
  border: 2px solid #25D366 !important;
}
.icon-link:hover.envelope {
  border: 2px solid #333 !important;
}
.icon-link:hover .fa {
  line-height: 36px;
}
.icon-link:hover .fa-facebook {
  color: #3b5998;
  transition: color 350ms ease-in-out;
}
.icon-link:hover .fa-tumblr {
  color: #32506d;
  transition: color 350ms ease-in-out;
}
.icon-link:hover .fa-linkedin {
  color: #007bb6;
  transition: color 350ms ease-in-out;
}
.icon-link:hover .fa-twitter {
  color: #00aced;
  transition: color 350ms ease-in-out;
}
.icon-link:hover .fa-whatsapp {
  color: #dd4b39;
  transition: color 350ms ease-in-out;
}
.icon-link:hover .fa-envelope {
  color: #333;
  transition: color 350ms ease-in-out;
}
.icon-link .fa {
  color: #fff;
  line-height: 40px;
  font-size: 20px;
  transition: color 350ms ease-in-out;
}

.share-text {
	display: inline;
}

@media(max-width:768px){
	.share-text{
    	display: block;
    	width: 100%;
    }
}

