.share {
  max-width: 600px;
  height: 100px;
  margin: 0 auto;
  -webkit-filter: url("#goo");
  filter: url("../index.php#goo");
  position: relative;
}

.share-button,
.share-toggle-button {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  line-height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  background: #ccc;
  text-align: center;
  color: #fff;
  border: none;
  outline: none;
}

.share-button:hover,
.share-toggle-button:hover {
  color: #fff;
}

.share-button {
    font-size: 2.2em;
    background: #706898;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    color: #222;
}

a.share-button {
    color: #ffffff;
}

a.share-button:hover, 
a.share-button:focus {
  color: #dfd7d7;
}

.share-toggle-button {
    z-index: 9;
    background: #706898;
    font-size: 2.2em;
}

.share-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.share-item {
  display: inline-block;
}

.share i {
    position: relative;
    top: 1px;
    font-weight: lighter;
    font-size: 0.9em !important;
}

button.share-toggle-button .share-icon {
    left: -1px;
    top: 1px;
}
.svg-share {display: none;}