img {
  /*border-radius: 8px;*/
  /*box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15); */
  width:600px;
}

.social-buttons {
  display: flex;
  justify-content: center;
  top: -0.5em;
}

.social-share ul {
  margin: 0;
}

.social-share ul li p {
  display: none;
}

.social-share .share-icons li {
  padding: 0 !important;
  padding-bottom: 10px !important;
}

.social-share .share-btn {
  padding: 0.25em;
  width: 3em;
}

.social-share-nav .share-btn h3 {
  color: #ffffff;
}

ul.share-icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
  margin-top: 1em;
}

ul.share-icons li {
  display: inline-block;
  padding: 0 1em 0 0;
}

ul.share-icons li:last-child {
  padding-right: 0;
}

ul.share-icons li > * {
  text-decoration: none;
  border: 0;
}

ul.share-icons li > *:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

ul.share-icons li > * .label {
  display: none;
}

.share-btn {
  display: inline-block;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  outline: none;
  text-align: center;
  text-decoration: none;
}

.share-btn:hover {
  color: #ffffff !important;
}

.share-btn:active {
  position: relative;
  top: 2px;
  box-shadow: none;
  color: #e2e2e2;
  outline: none;
}
.share-btn .widget-social__link-icon {
  margin: 0;
}

.share-btn.twitter {
  background: transparent;
}
.share-btn.google-plus {
  background: #dd4b39;
}
.share-btn.facebook {
  background: transparent;
}
.share-btn.linkedin {
  background: #4875b4;
}
.share-btn.stumbleupon {
  background: #eb4823;
}
.share-btn.pinterest {
  background: #bd081c;
}
.share-btn.reddit {
  background: #ff5700;
}
.share-btn.email {
  background: transparent;
}
.share-btn.whatsapp {
  background: transparent;
}

.share-btn.twitter:hover {
  background: transparent;
}
.share-btn.google-plus:hover {
  background: #c64333;
}
.share-btn.facebook:hover {
  background: transparent;
}
.share-btn.linkedin:hover {
  background: #4069a2;
}
.share-btn.stumbleupon:hover {
  background: #d3401f;
}
.share-btn.pinterest:hover {
  background: #ad0000;
}
.share-btn.reddit:hover {
  background: #e54e00;
}
.share-btn.email:hover {
  background: transparent;
}
