.post-cover {
  position: relative;
}

.overlap {
  position: relative;
  background-color: white;
  padding: 4vh;
  padding-bottom: 0;
  bottom: 7vh;
}

.after-overlap {
  position: relative;
  background-color: white;
  padding: 2vh;
  bottom: 7vh;
}

.post-title {
  font-family: 'Wix Madefor Text', sans-serif;
  font-weight: 600;
  font-size: 24px;
}

.post-date {
  font-family: 'Wix Madefor Text', sans-serif;
  font-weight: 400;
  font-size: 11px;
}

.post-content {
  font-family: 'Wix Madefor Text', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.post-preview-text {
  font-family: 'Wix Madefor Text', sans-serif;
  font-weight: 400;
  font-size: 14px; 
}

.post-cover-button {
  font-family: 'Wix Madefor Text', sans-serif;
  font-weight: 400;
  letter-spacing: 0.08rem;
  font-size: 11px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  vertical-align: middle;
  border: 1px solid black;
}

.icon-link {
  color: inherit;
  text-decoration: inherit;
  font-family: 'Wix Madefor Text', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.pagination {
  font-family: 'Wix Madefor Text', sans-serif;
  font-weight: 400;
  color: black;
}

/* Share Buttons */

i.share {
  opacity: 0;
  font-size: 28px;
  color: #1F1E1E;
  will-change: transform;
  -webkit-transform: scale(.1);
  transform: scale(.1);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.btn_wrap {
  position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  width: 240px;
  height: 72px;
  background-color: #EEEEED;
  border-radius: 80px;
  padding: 0 18px;
  will-change: transform;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  flex-wrap: wrap;
  margin-left: auto;
}

.btn_wrap:hover {
  /* transition-delay: .4s; */
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

span.share-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 240px;
  height: 72px;
  border-radius: 80px;
  font-size: 20px;
  text-align: center;
  line-height: 70px;
  letter-spacing: 2px;
  color: #EEEEED;
  background-color: #1F1E1E;
  padding: 0 18px;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.container-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  height: 64px;
  border-radius: 80px;
}

.container-share i:nth-of-type(1) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.container-share i:nth-of-type(2) {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}

.container-share i:nth-of-type(3) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

.container-share i:nth-of-type(4) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.btn_wrap:hover span {
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
  -webkit-transform: translateX(-280px);
  transform: translateX(-280px)
}

.btn_wrap:hover i {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.dr {
  position: absolute;
  bottom: 16px; 
  right: 16px;
  width: 100px;
}