.social-share {
  display: block;
  text-align: center;
  margin: auto;
}

.social-share-wrapper.reviews-first .social-share {
  padding: 0;
  margin: 0;
}

.social-share-wrapper.reviews-last .social-share {
  padding: 0;
}

.social-share-wrapper.first .social-share {
  padding: 0 0 15px;
}

.social-share-wrapper.last .social-share {
  display: flex;
  flex-direction: column;
}

.social-share-item {
  margin-bottom: 10px
}

.social-share-item > a {
  display: block;
  text-align: center;
}


.social-share-icon {
  display: block;
  width: 30px !important;
  height: 30px !important;
}

.social-share-whatsapp {
  /*display: none;*/
}

.facebook-widget-desktop {
  display: block;
}

.facebook-widget-mobile {
  display: none;
  margin: 15px 15px 0;
  max-width: 100vw;
}

.social-container {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.social-container > * {
  display: inline-block;
  vertical-align: middle;
}


.social-container .btn-social {
  border-radius: 50px;
  height: 38px;
  text-transform: uppercase;
  font-size: 9px;
  padding: 0 15px;
  background: #ececec;
  color: #fff;
  max-height: 155px;
}

.social-container .btn-social:hover {
  text-decoration: none;
}

.social-container .btn-social span img {
  max-height: 14px;
  padding: 2px 0 0 4px;
  max-width: 75px;
}

.social-container .btn-social span {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
}

.social-container .btn-instagram {
  color: #fff;
  text-transform: uppercase;
  background: #d6249f;
  background: radial-gradient(
    circle at 20% 215%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}

.social-container .btn-instagram img {
  margin-bottom: -5px;
}

.social-container .btn-twitter {
  background: rgba(29, 161, 242, 1);
}

.social-container .btn-telegram {
  background: linear-gradient(180deg, #2aabee 0%, #229ed9 99.26%);
}

.social-container .btn-facebook {
  background: rgb(0, 100, 223);
  background: linear-gradient(
    0deg,
    rgba(0, 100, 223, 1) 0%,
    rgba(0, 174, 255, 1) 100%
  );
}

.social-container .btn-facebook img {
  margin-bottom: -2px;
}

.social-container .btn-linkedin {
  background: #0077b5;
}

.social-container .btn-youtube {
  background: #ff0000;
}

.social-container .btn-google-news {
  color: #767676;
}

@media only screen and (max-width: 864px) {
  .social-share:not(.team-social) {
    text-align: center;
  }

  .social-share-wrapper.first .social-share {
    padding: 15px 10px 0;
  }

  .social-share-wrapper.last .social-share {
    padding-right: 0 !important;
	  margin: 0 0 20px !important;
  }

  .social-share-icon {
    width: 34px;
    height: 34px;
  }

  .social-share-whatsapp {
    display: inline-block;
  }

  .facebook-widget-desktop {
    display: none;
  }

  .facebook-widget-mobile {
    display: block;
  }

  .social-container {
    flex-direction: column;
    margin: 0 !important;
  }

  .social-container .social-share {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }

  #post .entry .social-container .btn-social span {
    width: auto !important;
  }

  #post .entry .social-container .btn-social span img {
    width: auto !important;
    max-width: 75px !important;
    margin-left: 0;
    display: inline-block;
  }

  .social-share-wrapper.reviews-last .social-share {
    margin-bottom: 18px;
  }

  .social-share-wrapper.mobile {
    position: relative;
    float: unset;
    top:0;
    width: calc(100vw - 15px);
    margin: 60px 0;
    margin-left: calc(-50vw + 50% + 7px);
  }
  
  .social-share-item.mobile .review-whatsapp i {
    transform: none;
  }

  .social-share-wrapper.mobile .social-share{
    flex-direction: row;
    justify-content: space-evenly;
    margin: 0 !important;
  }

  .social-share-wrapper.mobile .social-share .social-share-item {
    margin-bottom: 0;
  }

  .social-share-wrapper.mobile .social-share .social-share-item > a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    width: 40px;
    height: 40px;
  }

  
}

@media only screen and (min-width: 865px) {
  .social-share-wrapper.mobile {
    display: none;
  }
}