.lp-js .lp-share-portlet {
  display: none;
}

.lp-share-page {
  list-style-type: none;
  margin: 30px 0 0;
  padding: 0;
}

.lp-share-page li {
  display: inline-block;
  margin: 0 5px;
}

.lp-share-page a {
  -webkit-box-align: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: flex;
  height: 88px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: all 150ms ease;
  width: 88px;

  -webkit-box-pack: center;
  justify-content: center;
}

.lp-share-page a span {
  left: -999px;
  position: absolute;
}

.lp-share-page a:hover,
.lp-share-page a:focus {
  transform: scale(1.1);
}

.lp-share-page .lp-icon {
  font-size: 2em;
}

.lp-share-page-facebook a {
  background-color: #3d5b96;
}

.lp-share-page-twitter a {
  background-color: #29a7de;
}

.lp-share-page-linkedin a {
  background-color: #4392cc;
}

.lp-share-page-gplus a {
  background-color: #dd4b38;
}

.lp-share-page-email a {
  background-color: #333;
}

.lp-share-overlay {
  background: #fff;
  background-size: cover;
  height: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.2s linear;
  width: 100%;
  z-index: 64000;
}

.lp-share-content {
  display: none;
}

.lp-share--open {
  overflow: hidden;
}

.lp-share--open > .sv-layout {
  filter: blur(40px);
  transition: 0.2s filter linear;
}

.lp-share--open .lp-share-overlay {
  display: block;
  height: 100%;
  opacity: 0.7;
}

.lp-share--open .lp-share-container {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 64001;

  -webkit-box-pack: center;
  justify-content: center;
}

.lp-share-container {
  display: none;
}

.lp-share--open .lp-share-container {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
}

.lp-share-container .lp-share-close {
  background: 0;
  border: 0;
  color: #000;
  font-size: 2.0rem;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  transform: translateX(100%);
  transition: opacity 0.5s cubic-bezier(0.87,-0.41,0.19,1.44),transform 0.5s cubic-bezier(0.87,-0.41,0.19,1.44);
  transition-delay: 1s;
  visibility: hidden;
}

.lp-share-container .lp-share-close--visible {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

.lp-share--open .lp-share-content {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  max-width: 700px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

.lp-share-content .lp-share-page > li {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s cubic-bezier(0.87,-0.41,0.19,1.44),transform 0.5s cubic-bezier(0.87,-0.41,0.19,1.44);
  visibility: hidden;
}

.lp-share-content .lp-share-headline,
.lp-share-content .lp-share-preamble,
.lp-share-content .lp-share-title {
  opacity: 0;
  transition: opacity 0.2s linear;
  visibility: hidden;
}

.lp-share-content .lp-share-title {
  color: rgba(0,0,0,0.6);
  font-size: 1.4rem;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.lp-share-content .lp-share-headline {
  font-family: 'Playfair Display', sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 3.6rem;
  margin: 0;
}

.lp-share-content--visible .lp-share-headline {
  transition-delay: 0.1s;
}

.lp-share-content--visible .lp-share-preamble {
  transition-delay: 0.2s;
}

.lp-share-content--visible .lp-share-page > li {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.lp-share-content--visible .lp-share-title {
  opacity: 1;
  visibility: visible;
}

.lp-share-content--visible .lp-share-headline,
.lp-share-content--visible .lp-share-preamble {
  opacity: 1;
  visibility: visible;
}

.lp-share-content--visible .lp-share-headline {
  transition-delay: 0.1s;
}

.lp-share-content--visible .lp-share-preamble {
  transition-delay: 0.2s;
}
