.social-share ul {
  text-align: center;
  margin: 0;
  margin-top: 12px;
  margin-right: -64px;
  margin-bottom: 12px;
  list-style-type: none!important;
  padding: 0;
  line-height: 26px;
  max-width: 100%;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}

.social-share ul li {
  display: inline-block;
  margin-bottom: 8px;
  position: relative;
}

.social-share ul li a {
  height: 46px;
  width: 46px;
  box-sizing: content-box;
  padding: 0;
  vertical-align: middle;
  margin-right:4px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  position: relative;
}

.social-share ul li a:before {
  transition: color .3s ease 0s;
  font-size: 23px;
  line-height: 46px;
  height: 46px;
  width: 46px;
  display: block;
  position: relative;
  z-index: 10;
  font-family: ETmodules;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  direction: ltr;
}


.social-share ul li:last-child >a {
  margin-right: 0;
}


.linkedin a:before {
  content: "\E09D";
}

.facebook a:before {
  content: "\e093";
}

.twitter a:before {
  content: "\e094";
}