.sharing ul li {
  display: inline-block;
}
/* .sharing svg{
  fill: white;
} */
/* .sharing .network_label,
.sharing .s-icon {
  display: table-cell;
  vertical-align: middle;
  height: 1.5em;
  float: left;
} */

.sharing .network_label {
  margin-right: 0.75em;
}

.sharing .socialshare a {
  color: black;
  text-decoration: none;
}

.sharing .socialshare a:hover,
.sharing .socialshare a:link,
.sharing .socialshare a:focus, .sharing .socialshare a:active, .sharing .socialshare a:visited {
  color: black;
  background-color: transparent;
}

.sharing.only-icons .network_label, .sharing.fixed-left .network_label {
  position: absolute;
  top: -9999px;
  left: -9999px;
  -webkit-transition: left .5s ease-in-out;
  transition: left .5s ease-in-out;
}

.sharing.fixed-left {
  position: fixed;
  top: 35%;
  left: 0;
}

.sharing.fixed-left .socialshare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sharing.fixed-left .socialshare li {
  padding: .25em;
}

.sharing.fixed-left .s-icon {
  height: 2rem;
}

.sharing.fixed-left .socialshare li:hover .network_label {
  position: relative;
  top: 0.75em;
  left: 0;
}

.sharing.fixed-left .socialshare .network_label {
  margin-left: 0.75em;
  margin-right: 0;
}
