.share {
  display: none;
  max-width: 600px;
  height: 140px;
  margin: 0 auto;
  -webkit-filter: url("share.css");
  filter: url("http://exampanic.co.uk/wp-content/themes/exampanic/index.html");
  position: relative;
}

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

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

.share-button {
  font-size: 30px;
  background: #737070;
  -webkit-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
  color: #222;
}

a.share-button {
  color: #3D4444;

  transition: all 0.3s ease-in-out;
}

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

.share-toggle-button {
  z-index: 9;
  background: #666;
  font-size: 20px;
}

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

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

.share.open .share-item:nth-child(1) a.share-button {
  left: 38%;
}

.share.open .share-item:nth-child(2) a.share-button {
  left: 62%;
}
