.sd-block-share {
  font-size: 0;
}
.sd-block-share .sd-block-share-inner {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
.sd-block-share button,
.sd-block-share a {
  height: 30px;
  width: 30px;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  background-color: #c2c2c2;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sd-block-share button:hover svg,
.sd-block-share a:hover svg {
  animation: none;
}
.sd-block-share button:not(:last-child),
.sd-block-share a:not(:last-child) {
  margin-right: 10px;
}
.sd-block-share button.linkedin,
.sd-block-share a.linkedin {
  background-color: #0a66c2;
}
.sd-block-share button.twitter,
.sd-block-share a.twitter {
  background-color: #0f1419;
}
.sd-block-share button.facebook,
.sd-block-share a.facebook {
  background-color: #0866ff;
}
.sd-block-share svg {
  width: 15px;
  height: 15px;
}
.sd-block-share svg path {
  fill: #ffffff;
}
.sd-block-share.layout-vertical .sd-block-share-inner {
  flex-direction: column;
}
.sd-block-share.align-left {
  text-align: left;
}
.sd-block-share.align-center {
  text-align: center;
}
.sd-block-share.align-right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .sd-block-share.mobile_hide-yes {
    display: none;
  }
  .sd-block-share.mobile_align-left {
    text-align: left;
  }
  .sd-block-share.mobile_align-center {
    text-align: center;
  }
  .sd-block-share.mobile_align-right {
    text-align: right;
  }
}

/*# sourceMappingURL=style.css.map */
