/* Social-buttons-template-1 */

.social-buttons-template-1 .buttons {
  margin: -10px 0 0 0;
}

.social-buttons-template-1 .btn-site {
  margin: 0 5px;
}

.social-buttons-template-1 .social-button-img {
  line-height: 0;
  margin: 0 0 0 -1px;
}

.social-buttons-template-1.btn-bg1 .social-button-img svg {
  width: 25px;
  height: 25px;
}

.social-buttons-template-1.btn-bg2 .social-button-img svg {
  width: 28px;
  height: 25px;
}
.social-buttons-template-1 a.btn-site {
  border-radius: 5px !important;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  width: 50px;
  height: 50px;
}

.social-buttons-template-1 .btn-text {
  display: none;
}

.social-buttons-template-1 .buttons .site-button {
  margin-top: 14px;
  position: relative;
  display: inline-flex;
}

.social-buttons-template-1 .btn-site.site-button-add {
  padding: 20px 0 0 0;
}

.social-buttons-template-1 .btn-site.site-button-add .img-plus {
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  margin: 0 auto;
  position: relative;
  top: -4px;
}

.social-buttons-template-1 .btn-site.site-button-add span {
  display: none;
}

.widget.social-buttons-template-1:not(.show-fake-button) .site-button.fake-element {
  display: none;
}

/* Social-buttons-template-2 */

.social-buttons-template-2 .btn-site {
  border-radius: 0 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid;
}

.social-buttons-template-2 a.btn-site {
  min-width: 90%;
  display: flex;
  justify-content: center;
  align-items: normal;
  font-weight: bold !important;
}

.social-buttons-template-2 .buttons .site-button {
  margin-top: 0;
  font-weight: normal;
}

.social-buttons-template-2 .buttons .btn-site.no-border {
  border: none !important;
}

.social-buttons-template-2 .btn-site.site-button-add span {
  padding: 14px 0 0 10px
}