#scs-mod-socialshare *{
  box-sizing: border-box;
}
#scs-mod-socialshare.here {}
#scs-mod-socialshare.top-left {
  position: fixed;
  top: 100px;
  left: 0px;
  width: 32px;
}
#scs-mod-socialshare.top-right {
  position: fixed;
  top: 100px;
  right: 0px;
  width: 32px;
}
#scs-mod-socialshare.top-right a {
  float: right;
  min-width: 32px;
}
#scs-mod-socialshare.top-left a {
  float: left;
  min-width: 32px;
}
#scs-mod-socialshare a {
    padding: 5px 10px;
    display: inline-block;
    margin: 2px 0px;
    color: #fff;
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
    transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
#scs-mod-socialshare a:hover {
  transition-duration: 0.5s !important;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#scs-mod-socialshare.withLabels a[class^="scs-link"] i {
  padding-right: 5px;
}
#scs-mod-socialshare a[class^="scs-link"] i {
  font-family: "FontAwesome";
  display: inline-block;
  min-width: 10px;
}
/* Classic styling of the buttons */
#scs-mod-socialshare a[class*="facebook"] {
  background-color: #3b5998;
}
#scs-mod-socialshare a[class*="twitter"] {
  background-color: #00aced;
}
#scs-mod-socialshare a[class*="googleplus"] {
  background-color: #dd4b39;
}
#scs-mod-socialshare a[class*="linkedin"] {
  background-color: #007bb6;
}
#scs-mod-socialshare a[class*="pinterest"] {
  background-color: #cb2027;
}
#scs-mod-socialshare a[class*="email"] {
  background-color: #3490F3;
}

/* Pastel styling of the buttons */
#scs-mod-socialshare.pastel a[class*="facebook"] {
  background-color: #3b5998;
}
#scs-mod-socialshare.pastel a[class*="twitter"] {
  background-color: #00aced;
}
#scs-mod-socialshare.pastel a[class*="googleplus"] {
  background-color: #dd4b39;
}
#scs-mod-socialshare.pastel a[class*="linkedin"] {
  background-color: #4B3F88;
}
#scs-mod-socialshare.pastel a[class*="pinterest"] {
  background-color: #D38525;
}
#scs-mod-socialshare.pastel a[class*="email"] {
  background-color: #3490F3;
}

/* Black and White styling of the buttons */
#scs-mod-socialshare.blackandwhite a[class*="facebook"],
#scs-mod-socialshare.blackandwhite a[class*="twitter"],
#scs-mod-socialshare.blackandwhite a[class*="googleplus"],
#scs-mod-socialshare.blackandwhite a[class*="linkedin"],
#scs-mod-socialshare.blackandwhite a[class*="pinterest"],
#scs-mod-socialshare.blackandwhite a[class*="email"] {
  background-color: #000000;
}
/* Grey and White styling of the buttons */
#scs-mod-socialshare.greyandwhite a[class*="facebook"],
#scs-mod-socialshare.greyandwhite a[class*="twitter"],
#scs-mod-socialshare.greyandwhite a[class*="googleplus"],
#scs-mod-socialshare.greyandwhite a[class*="linkedin"],
#scs-mod-socialshare.greyandwhite a[class*="pinterest"],
#scs-mod-socialshare.greyandwhite a[class*="email"] {
  background-color: #444444;
}

@media screen and (max-width: 480px) {
  #scs-mod-socialshare.hideOnMobile { display: none; }
}
