/**
SCSS for ShareThis Widget
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/* Brand Colors */
/** Add any additional color supplied in the style guide **/
/* Grayscale colors */
/* Accent colors. Primarily used for buttons */
/** Button & Link colors **/
/* background colors */
/* Menu and link colors */
/* Text colors */
/* Border colors */
/* Owl Carousel colors */
/**
*********************
* Variables
********************
**/
/* Typography */
/* Transitions */
/* Container & spacings */
/** Button spacing **/
/* Border */
/* Breakpoints */
/**
*********************
* Colors
********************
**/
/**
*********************
* Breakpoint mixin
********************
**/
.block--sharethis-widget-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block--sharethis-widget-block h2 {
  font-size: 1rem;
  line-height: 1.1875rem;
  margin: 0 1.0625rem 0 0;
  color: #58595B;
}

.block--sharethis-widget-block .sharethis-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block--sharethis-widget-block .sharethis-wrapper span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 18px;
  cursor: pointer;
  margin-right: 1.625rem;
}

.block--sharethis-widget-block .sharethis-wrapper span:last-child {
  margin-right: 0.5rem;
}

.block--sharethis-widget-block .sharethis-wrapper span.st_facebook_custom {
  background-image: url("../../../images/social/testimonial/facebook.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 0.5rem;
}

.block--sharethis-widget-block .sharethis-wrapper span.st_facebook_custom:hover {
  background-image: url("../../../images/social/testimonial/facebook-hover.svg");
}

.block--sharethis-widget-block .sharethis-wrapper span.st_twitter_custom {
  background-image: url("../../../images/social/testimonial/twitter.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.125rem;
}

.block--sharethis-widget-block .sharethis-wrapper span.st_twitter_custom:hover {
  background-image: url("../../../images/social/testimonial/twitter-hover.svg");
}

/*# sourceMappingURL=share-this-widget.css.map */
