/*================ Social share buttons ================*/
.social-share-buttons {
  /*================ Large Buttons ================*/
}
.social-share-buttons a {
  display: inline-block;
  color: #fff !important;
  border-radius: 2px;
  margin: 0 1px 10px 0;
  line-height: 26px;
  text-decoration: none !important;
  font-weight: normal;
}
.social-share-buttons a:hover, .social-share-buttons a:focus, .social-share-buttons a:active, .social-share-buttons a:link {
  color: #fff;
  text-decoration: none !important;
}
.social-share-buttons span, .social-share-buttons i {
  display: inline-block;
  vertical-align: top;
  line-height: 26px;
  font-size: 16px;
}
.social-share-buttons span.hidden, .social-share-buttons i.hidden {
  display: none;
}
.social-share-buttons span.icon-envelope, .social-share-buttons span.icon-print, .social-share-buttons i.icon-envelope, .social-share-buttons i.icon-print {
  font-size: 24px;
  padding-right: 10px;
}
.social-share-buttons span.icon-envelope:hover, .social-share-buttons span.icon-envelope:focus, .social-share-buttons span.icon-envelope:active, .social-share-buttons span.icon-print:hover, .social-share-buttons span.icon-print:focus, .social-share-buttons span.icon-print:active, .social-share-buttons i.icon-envelope:hover, .social-share-buttons i.icon-envelope:focus, .social-share-buttons i.icon-envelope:active, .social-share-buttons i.icon-print:hover, .social-share-buttons i.icon-print:focus, .social-share-buttons i.icon-print:active {
  text-decoration: underline;
}
.social-share-buttons .icon {
  padding: 0 5px 0 10px;
}
.social-share-buttons .icon:before {
  line-height: 26px;
}
.social-share-buttons .icon-print, .social-share-buttons .icon-envelope {
  color: #333;
}
.social-share-buttons .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.social-share-buttons .some-divider {
  margin-left: 10px;
  margin-right: 10px;
  color: #757575;
}
.social-share-buttons.is-large a {
  line-height: 52px;
}
.social-share-buttons.is-large a span {
  line-height: 52px;
  font-size: 18px;
}
.social-share-buttons.is-large a .icon {
  padding: 0 10px 0 18px;
}
.social-share-buttons.is-large a .icon:before {
  line-height: 52px;
}
.social-share-buttons .some-print {
  border: none !important;
  box-shadow: none;
}

span.share-title {
  font-size: 16px !important;
  padding-right: 10px;
}
.is-large span.share-title {
  padding-right: 16px;
}

.share-facebook {
  background-color: #3b5998;
}
.share-facebook:hover {
  background-color: #2d4373;
}

.share-twitter {
  background-color: #007fad;
}
.share-twitter:hover {
  background-color: #005a7a;
}

.share-linkedin {
  background-color: #0073B1;
}
.share-linkedin:hover {
  background-color: #00527e;
}

.share-google {
  background-color: #dd4b39;
}
.share-google:hover {
  background-color: #c23321;
}

.share-count {
  position: relative;
  background-color: #fff;
  padding: 0 8px;
  margin-right: -2px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  border-radius: 0 2px 2px 0;
  border: 1px solid #ececec;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.share-count.is-loaded {
  opacity: 1;
}
.share-count:before, .share-count:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid;
}
.share-count:before {
  left: -6px;
  border-right-color: #ececec;
}
.share-count:after {
  left: -5px;
  border-right-color: #fff;
}
a:hover .share-count {
  background-color: whitesmoke;
}
a:hover .share-count:after {
  border-right-color: whitesmoke;
}
.is-large .share-count {
  font-size: 18px;
  padding: 0 14px;
}

/*================ Clean Buttons ================*/
.social-share-buttons.is-clean a {
  background-color: #fff;
  border: 1px solid #ececec;
  color: #333;
  line-height: 30px;
}
.social-share-buttons.is-clean a span {
  line-height: 30px;
  font-size: 13px;
}
.social-share-buttons.is-clean a:hover {
  background-color: #ececec;
}
.social-share-buttons.is-clean a:hover .share-count {
  background-color: #fff;
}
.social-share-buttons.is-clean a:hover .share-count:after {
  border-right-color: #fff;
}
.social-share-buttons.is-clean a .share-title {
  font-weight: normal;
}
.social-share-buttons.is-clean .share-count {
  top: -1px;
}
.social-share-buttons.is-clean .icon-facebook {
  color: #3b5998;
}
.social-share-buttons.is-clean .icon-twitter {
  color: #00aced;
}
.social-share-buttons.is-clean .icon-pinterest {
  color: #cb2027;
}
.social-share-buttons.is-clean .icon-fancy {
  color: #4999dc;
}
.social-share-buttons.is-clean .icon-google {
  color: #dd4b39;
}