.share-post {
  display: none;
  text-align: left;
  width: 40px;
  margin-top: -16px;
  position: absolute;
  right: 0;
  z-index: 20;
}

@media (min-width: 830px) {
  .share-post {
	display: block;
  }

  .share-post.invisible {
	display: none;
  }

  .share-post.stick {
	position: fixed;
	top: 30px !important;
	right: 0;
	margin: 0;
  }
}

.sharrre {
  display: block;
  vertical-align: top;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

/* Buttons */
.sharrre .box {
  display: block;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0;
}

/* Icons */
.twitter .box {
  background-color: #1ba6ff;
  border-radius: 3px 0 0 0;
}

.facebook .box {
  background-color: #1164bb
}

.googlePlus .box {
  background-color: #e5362e;
}

.linkedin .box {
  background-color: #0077b5;
  border-radius: 0 0 0 3px;
}

.twitter .box:hover {
  background-color: #1895e5;
}

.facebook .box:hover {
  background-color: #0f5aa8;
}

.googlePlus .box:hover {
  background-color: #cd3129;
}

.linkedin .box:hover {
  background-color: #006ba3;
}

.twitter .box:active {
  background-color: #1584cc;
}

.facebook .box:active {
  background-color: #0d5095;
}

.googlePlus .box:active {
  background-color: #b72c24;
}

.linkedin .box:active {
  background-color: #005f90;
}

.sharrre .box i {
  font-size: 18px;
  line-height: 40px;
}

/*----------------------------------------
			Share Post Mobile
---------------------------------------- */
.share-post-mobile {
  display: block;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

@media (min-width: 830px) {
  .share-post-mobile {
	display: none;
  }
}

.share-post-mobile .sharrre {
  float: left;
  width: 33.3333%;
  height: 40px;
  line-height: 34px;
  margin: 0;
}

.share-post-mobile .sharrre .box {
  width: 100%;
  height: 40px;
  line-height: 34px;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.share-post-mobile .sharrre .box .count {
  margin-left: 8px;
  font-family: 'IBM Plex Sans',sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.share-post-mobile .twitter .box {
  border-radius: 3px 0 0 3px;
}



.share-post-mobile .linkedin .box {
  border-radius: 0 3px 3px 0;
}

.share-post-mobile .sharrre .box i {
  line-height: 40px;
}

@media (max-width: 830px) {
  .share-post-mobile .twitter .box {
	border-radius: 0;
  }
  .share-post-mobile .linkedin .box {
	border-radius: 0;
  }
}

/*----------------------------------------
			Share Post Bottom
---------------------------------------- */
.share-post-bottom .sharrre {
  display: inline-block;
  margin: 0 6px 6px 0;
}

.share-post-bottom .sharrre,
.share-post-bottom .sharrre .box {
  width: 40px;
  /*  width: auto; min-width: 80px; */
  height: 40px;
  line-height: 35px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.share-post-bottom .sharrre .box {
  border-radius: 3px;
  padding: 6px 12px;
  display: flex;
  display: -webkit-flex;
  line-height: normal;
  align-items: center;
  justify-content: center;
}

.share-post-bottom .sharrre .box .share {
  display: inline-block;
}

.share-post-bottom .sharrre .box .count {
  margin-left: 8px;
}

.share-post-bottom .sharrre .box i {
  font-size: 18px;
  line-height: normal;
  vertical-align: middle;
  margin-top: -4px;
  text-align: right;
}


.share-text {
  display: inline-block;
  font-size: 17px;
  line-height: 35px;
  color: #fff;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
  padding: 0 0 0 4px;
  vertical-align: top;
}
