
.ef_components-inline_share_link {
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
  width: 20px;
  height: 15px;
}

.ef_components-inline_share_link.show {
  width: 100px;
}

.ef_components-inline_share_link > .wtShareList {
  display: none;
}

.ef_components-inline_share_link > .wtShareList {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.ef_components-inline_share_link.show > .wtShareList {
  display: unset;
}

.ef_components-inline_share_link > .__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-decoration: none;
  background: url(/sites/all/themes/effoundationtheme/images/share-sprite.png)#fff 0px -838px no-repeat;
  background-size: 20px 898px;
  border-radius: 50%;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
}

.ef_components-inline_share_link.show > .__button {
  display: none;
}

.ef_components-inline_share_link > .wtShareList .wtShareNetworks li {
  height: 20px;
}

.ef_components-inline_share_link > .wtShareList ul.wtShareNetworks > li > a {
  border-radius: 20%;
}

.ef_components-inline_share_link > .wtShareList li a.wtBtnOnlyIco {
  width: 20px;
}

.ef_components-inline_share_link > .wtShareList .wtShareNetworks a {
  height: 20px;
}

.ef_components-inline_share_link > .wtShareList .wtShareNetworks a.wt_facebook {
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: 8px 2px;
}

.ef_components-inline_share_link > .wtShareList .wtShareNetworks a.wt_twitter {
  min-width: 20px;
  background-size: 15px;
  background-position: 3px 4px;
}

.ef_components-inline_share_link > .wtShareList .wtShareNetworks a.wt_linkedin {
  background-size: 15px;
  background-position: 3px 3px;
}

.ef_components-inline_share_link > .wtShareList .wtShareNetworks a.wt_e-mail {
  background-size: 14px;
  background-position: 3px 5px;
}

.ef_components-inline_share_link > .wtShareList .wtShareNetworks a.wt_whatsapp {
  background-size: 15px;
  background-position: 3px 2px;
}
