/*
Share button styling, !important used to
override inline styles from the module js.
 */
/* stylelint-disable */
/* stylelint-enable */
.share {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 0 !important;
  font-size: inherit !important;
  margin-top: 30px;
}
.node-page--node-type-post .share {
  margin-top: 14px;
}

.share__items {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 100% !important;
  list-style: none;
  margin: 2px 0 0 0;
  padding: 0;
}
@media (min-width: 48em) {
  .share__items {
    margin: 14px 0 0 0;
  }
}

.share__item {
  max-width: inherit !important;
  margin-bottom: 0 !important;
  width: 40px !important;
  margin-right: 0;
  padding-left: 0;
}
.share__item a {
  background-color: transparent !important;
  text-decoration: none;
  transition: all 0.6s ease 0s;
}
.share__item a:active .share__icon,
.share__item a:focus .share__icon,
.share__item a:hover .share__icon {
  background-color: #518325 !important;
}
.share__item a[href^="mailto:"]:after {
  display: none;
}

.share__text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

.share__icon {
  position: relative;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #303030 !important;
}

.share__link {
  background-color: transparent !important;
}

.rrssb-email .share__icon {
  background-image: none;
}
.rrssb-email .share__icon:after {
  content: "";
  background-image: url("/themes/gesso/build/dist/svg/icon_email.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 17px;
  height: 12px;
  background-size: 100%;
  position: absolute;
}

.rrssb-twitter .share__icon {
  background-image: none;
}
.rrssb-twitter .share__icon:after {
  content: "";
  background-image: url("/themes/gesso/build/dist/svg/icon_twitter.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 17px;
  height: 13px;
  background-size: 100%;
  position: absolute;
}

.rrssb-facebook .share__icon {
  background-image: none;
}
.rrssb-facebook .share__icon:after {
  content: "";
  background-image: url("/themes/gesso/build/dist/svg/icon_facebook.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 9px;
  height: 19px;
  background-size: 100%;
  position: absolute;
}

.rrssb-linkedin .share__icon {
  background-image: none;
}
.rrssb-linkedin .share__icon:after {
  content: "";
  background-image: url("/themes/gesso/build/dist/svg/icon_linkedin.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: 100%;
  position: absolute;
}

.share__prefix {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

.share-title {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

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