/* .socialshare-link:hover { */
/* 	background-color: transparent !important;	 */
/* } */
/*  .socialshare-link:before { */
/* 	 content: "?"; */
/* 	 font-family: "Socialshare Icons"; */
/* 	 font-weight: 400; */
/* 	 font-style: normal; */
/* 	 font-size: 30px; */
/* 	 letter-spacing: 0; */
/* 	 display: inline-block; */
/* 	 position: absolute; */
/*  	top: 0; */
/*  	right: 0; */
/* } */
@-moz-keyframes animation-bounce {
  40% {
    transform: scale3d(0.9, 0.9, 1);
  }
  70% {
    transform: scale3d(1.05, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes animation-bounce {
  40% {
    transform: scale3d(0.9, 0.9, 1);
  }
  70% {
    transform: scale3d(1.05, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes animation-bounce {
  40% {
    transform: scale3d(0.9, 0.9, 1);
  }
  70% {
    transform: scale3d(1.05, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes animation-bounce {
  40% {
    transform: scale3d(0.9, 0.9, 1);
  }
  70% {
    transform: scale3d(1.05, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.socialshare-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
.center.socialshare-wrapper {
  justify-content: center;
}
.right.socialshare-wrapper {
  justify-content: flex-end;
}
.left.socialshare-wrapper {
  justify-content: flex-start;
}
.socialshare-title {
  margin-right: 5px;
  font-size: 17px;
  padding-top: 1px;
}
.socialshare-icons {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.socialshare-link {
  overflow: hidden;
  display: inline-block;
  border-radius: 15%;
  background-color: transparent;
  width: 30px;
  height: 30px;
  line-height: 1;
  margin: 3px;
  text-decoration: none;
  text-align: center;
  position: relative;
}
.socialshare-link svg {
  fill: #fff;
}
.socialshare-link:last-of-type {
  margin-right: 0;
}
.socialshare-wrapper .animation-0.socialshare-link {
  transition: all 0.3s ease;
}
.socialshare-wrapper .animation-0.socialshare-link svg {
  transition: fill 0.3s ease;
}
.socialshare-wrapper .animation-1.socialshare-link {
  transition: all 0.3s ease 0s;
}
.socialshare-wrapper .animation-1.socialshare-link:hover {
  transform: translateY(-4px);
}
.socialshare-wrapper .animation-2.socialshare-link:hover {
  animation: animation-bounce 0.3s forwards;
}
.socialshare-wrapper .iconstyle-0.socialshare-link {
  border-radius: 15%;
}
.socialshare-wrapper .iconstyle-1.socialshare-link {
  border-radius: 50%;
}
.socialshare-wrapper .iconstyle-2.socialshare-link {
  color: #fff;
  background-color: #000;
  border-radius: 0%;
}
.socialshare-wrapper .iconstyle-3.socialshare-link {
  border-radius: 0%;
  margin: 0;
  font-size: 40px;
  font-size: 1.6rem;
  display: block;
  padding: 1.75rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
}
.socialshare-wrapper .iconstyle-3.socialshare-link svg {
  width: 24px;
}
.socialshare-wrapper.style-3 .socialshare-icons {
  border: 1px solid black;
}
@media (max-width: 550px) {
  .socialshare-wrapper.style-3 {
    display: block;
  }
  .socialshare-wrapper.style-3 .socialshare-icons {
    justify-content: flex-start;
  }
  .socialshare-wrapper.style-3 .socialshare-link {
    padding: 10px;
  }
}
.socialshare-wrapper .socialshare-link.color-0.socialshare-link-facebook {
  background-color: #1877f2;
}
.socialshare-wrapper .socialshare-link.color-0.socialshare-link-facebook:hover {
  background-color: #0d6ae4;
}
.socialshare-wrapper .socialshare-link.color-0.socialshare-link-xing {
  background-color: #015d5b;
}
.socialshare-wrapper .socialshare-link.color-0.socialshare-link-xing:hover {
  background-color: #014442;
}
.socialshare-wrapper .socialshare-link.color-0.socialshare-link-tumblr {
  background-color: #35465c;
}
.socialshare-wrapper .socialshare-link.color-0.socialshare-link-tumblr:hover {
  background-color: #2c3a4c;
}
.socialshare-wrapper .socialshare-link.color-0.socialshare-link-pinterest {
  background-color: #bd081c;
}
.socialshare-wrapper .socialshare-link.color-0.socialshare-link-pinterest:hover {
  background-color: #a50718;
}
.socialshare-wrapper .socialshare-link.color-0.socialshare-link-whatsapp {
  background-color: #25d366;
}
.socialshare-wrapper .socialshare-link.color-0.socialshare-link-whatsapp:hover {
  background-color: #21bd5c;
}
.socialshare-wrapper .socialshare-link.color-0.socialshare-link-youtube {
  background-color: #ff0000;
}
.socialshare-wrapper .socialshare-link.color-0.socialshare-link-youtube:hover {
  background-color: #e60000;
}
.socialshare-wrapper .socialshare-link.color-0.socialshare-link-instagram {
  background-color: #cf2f80;
}
.socialshare-wrapper .socialshare-link.color-0.socialshare-link-instagram:hover {
  background-color: #ba2a73;
}
.socialshare-wrapper .socialshare-link.color-0.socialshare-link-twitter {
  background-color: #1da1f2;
}
.socialshare-wrapper .socialshare-link.color-0.socialshare-link-twitter:hover {
  background-color: #0d95e8;
}
.socialshare-wrapper .socialshare-link.color-0.socialshare-link-linkedin {
  background-color: #0077b5;
}
.socialshare-wrapper .socialshare-link.color-0.socialshare-link-linkedin:hover {
  background-color: #00669c;
}
.socialshare-wrapper .socialshare-link.color-0.socialshare-link-telegram {
  background-color: #0088cc;
}
.socialshare-wrapper .socialshare-link.color-0.socialshare-link-telegram:hover {
  background-color: #0077b3;
}
.socialshare-wrapper .socialshare-link.color-0.socialshare-link-houzz {
  background-color: #7ac142;
}
.socialshare-wrapper .socialshare-link.color-0.socialshare-link-houzz:hover {
  background-color: #6eb03a;
}
.socialshare-wrapper .socialshare-link.color-0.socialshare-link-snapchat {
  background-color: #FFFC00;
}
.socialshare-wrapper .socialshare-link.color-0.socialshare-link-snapchat svg{
    fill: #000;
}
.socialshare-wrapper .socialshare-link.color-0.socialshare-link-snapchat:hover {
  background-color: #FFFC00 ;
  cursor: pointer;
}
.socialshare-wrapper .socialshare-link.color-0.socialshare-link-mail {
  background-color: #FF8C00;
}
.socialshare-wrapper .socialshare-link.color-0.socialshare-link-mail:hover {
  background-color: #e67e00;
}
.socialshare-wrapper .socialshare-link.color-1 {
  background-color: #333;
}
.socialshare-wrapper .socialshare-link.color-1.socialshare-link-facebook:hover {
  background-color: #1877f2;
}
.socialshare-wrapper .socialshare-link.color-1.socialshare-link-xing:hover {
  background-color: #015d5b;
}
.socialshare-wrapper .socialshare-link.color-1.socialshare-link-tumblr:hover {
  background-color: #35465c;
}
.socialshare-wrapper .socialshare-link.color-1.socialshare-link-pinterest:hover {
  background-color: #bd081c;
}
.socialshare-wrapper .socialshare-link.color-1.socialshare-link-whatsapp:hover {
  background-color: #25d366;
}
.socialshare-wrapper .socialshare-link.color-1.socialshare-link-youtube:hover {
  background-color: #ff0000;
}
.socialshare-wrapper .socialshare-link.color-1.socialshare-link-instagram:hover {
  background-color: #cf2f80;
}
.socialshare-wrapper .socialshare-link.color-1.socialshare-link-twitter:hover {
  background-color: #1da1f2;
}
.socialshare-wrapper .socialshare-link.color-1.socialshare-link-linkedin:hover {
  background-color: #0077b5;
}
.socialshare-wrapper .socialshare-link.color-1.socialshare-link-telegram:hover {
  background-color: #0088cc;
}
.socialshare-wrapper .socialshare-link.color-1.socialshare-link-houzz:hover {
  background-color: #7ac142;
}
.socialshare-wrapper .socialshare-link.color-1.socialshare-link-snapchat:hover {
  background-color: #FFFC00;
}
.socialshare-wrapper .socialshare-link.color-1.socialshare-link-mail:hover {
  background-color: #FF8C00;
}
.socialshare-wrapper .socialshare-link.color-2 svg {
  fill: #000;
}
.socialshare-wrapper .socialshare-link.color-2:hover svg {
  fill: #fff;
}
.socialshare-wrapper .socialshare-link.color-2.socialshare-link-facebook:hover {
  background-color: #1877f2;
}
.socialshare-wrapper .socialshare-link.color-2.socialshare-link-xing:hover {
  background-color: #015d5b;
}
.socialshare-wrapper .socialshare-link.color-2.socialshare-link-tumblr:hover {
  background-color: #35465c;
}
.socialshare-wrapper .socialshare-link.color-2.socialshare-link-pinterest:hover {
  background-color: #bd081c;
}
.socialshare-wrapper .socialshare-link.color-2.socialshare-link-whatsapp:hover {
  background-color: #25d366;
}
.socialshare-wrapper .socialshare-link.color-2.socialshare-link-youtube:hover {
  background-color: #ff0000;
}
.socialshare-wrapper .socialshare-link.color-2.socialshare-link-instagram:hover {
  background-color: #cf2f80;
}
.socialshare-wrapper .socialshare-link.color-2.socialshare-link-twitter:hover {
  background-color: #1da1f2;
}
.socialshare-wrapper .socialshare-link.color-2.socialshare-link-linkedin:hover {
  background-color: #0077b5;
}
.socialshare-wrapper .socialshare-link.color-2.socialshare-link-telegram:hover {
  background-color: #0088cc;
}
.socialshare-wrapper .socialshare-link.color-2.socialshare-link-houzz:hover {
  background-color: #7ac142;
}
.socialshare-wrapper .socialshare-link.color-2.socialshare-link-snapchat:hover {
  background-color: #FFFC00;
}
.socialshare-wrapper .socialshare-link.color-2.socialshare-link-mail:hover {
  background-color: #FF8C00;
}
@media (max-width: 767px) {
  .socialshare-wrapper {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (max-width: 479px) {
  .socialshare-wrapper {
    position: inherit;
  }
  .socialshare-link {
    width: 35px;
    height: 35px;
  }
  a.socialshare-link:before {
    font-size: 40px;
  }
}
@media print {
  .socialshare-wrapper {
    display: none;
  }
}
