.sd-block-share {
  font-size: 0;
}
.sd-block-share .sd-block-share-inner {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}
.sd-block-share button,
.sd-block-share a {
  height: 40px;
  width: 40px;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  background-color: #5ec5ed;
  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,
.sd-block-share a:hover {
  background-color: #FFF;
  -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 path,
.sd-block-share a:hover svg path {
  fill: #5ec5ed;
  -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:not(:last-child),
.sd-block-share a:not(:last-child) {
  margin-right: 10px;
}
.sd-block-share svg {
  width: 20px;
  height: 20px;
}
.sd-block-share svg path {
  fill: #FFF;
  -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.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: 1600px) {
  .sd-block-share .sd-block-share-inner {
    row-gap: 12px;
  }
  .sd-block-share button {
    height: 33px;
    width: 33px;
  }
  .sd-block-share button:not(:last-child) {
    margin-right: 8px;
  }
  .sd-block-share a {
    height: 33px;
    width: 33px;
  }
  .sd-block-share a:not(:last-child) {
    margin-right: 8px;
  }
  .sd-block-share svg {
    width: 17px;
    height: 17px;
  }
}
@media screen and (max-width: 1400px) {
  .sd-block-share .sd-block-share-inner {
    row-gap: 11px;
  }
  .sd-block-share button {
    height: 29px;
    width: 29px;
  }
  .sd-block-share button:not(:last-child) {
    margin-right: 7px;
  }
  .sd-block-share a {
    height: 29px;
    width: 29px;
  }
  .sd-block-share a:not(:last-child) {
    margin-right: 7px;
  }
  .sd-block-share svg {
    width: 15px;
    height: 15px;
  }
}
@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 */
