.wtShareList li:before {
  content: none;
  display: none;
}

body .wtShareList li {
  margin-bottom: 0;
}

.wtShareList > ul.wtShareNetworks {
  display: flex;
  /* Webtools uses !important, so we have to do the same. */
  margin: 0 -3px !important;
}

.wtShareList > ul.wtShareNetworks > li {
  float: none;
  padding: 0;
  margin: 0;
}

.wtShareList > ul.wtShareNetworks > li > a {
  margin: 0 3px;
  background-color: #067EB1 !important;
  border-radius: 50%;
}

.wtShareList > ul.wtShareNetworks > li > a:focus {
  outline: none !important;
}

.wtShareNetworks a.wt_facebook{
  background-image: url(../images/icons/facebook-logo.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 12px 8px;
}

.wtShareNetworks a.wt_twitter{
  background-image: url(../images/icons/twitter-logo.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 11px 12px;
}

.wtShareNetworks a.wt_linkedin{
  background-image: url(../images/icons/linkedin-logo.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 11px 10px;
}

.wtShareNetworks a.wt_e-mail{
  background-image: url(../images/icons/mail-icon.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 10px 12px;
}

.wtShareNetworks a.wt_whatsapp{
  background-image: url(../images/icons/whatsapp-logo.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 11px 10px;
}

/*
 * page title widget
 */

div.ef_share_node_title .wtShareList {
  margin: 0;
  padding: 0;
}

.wtShareList .wt_whatsapp {
  display: none;
}
