.sd-block-share {
  font-size: 0;
}
.sd-block-share button, .sd-block-share a {
  height: auto;
  width: auto;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  text-align: center;
  vertical-align: middle;
  -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 .white, .sd-block-share a:hover svg .white {
  fill: #269FB5;
  -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 .blue, .sd-block-share a:hover svg .blue {
  fill: #ffffff;
  -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: 40px;
  height: 40px;
}
.sd-block-share svg .white {
  -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 svg .blue {
  -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 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: 33px;
    height: 33px;
  }
}
@media screen and (max-width: 1400px) {
  .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: 29px;
    height: 29px;
  }
}
@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 */
