/**
 * @file
 * Social Share Styling
 */
/**
 * Convert px to em
 * Stolen from https://github.com/stubbornella/oocss, modified with default value
 *
 * @param $px - the value in pixel you want to convert
 * @param $context - the context in pixel e.g. you want to set margin on your text,
 * and font size on your text is equivalent to 14px, then your context is 14.
 */
/**
 * Override moblle padding
 */
/* line 7, ../sass/socialshare.scss */
.block-sharetext {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: right;
}
/* line 11, ../sass/socialshare.scss */
.block-sharetext h2 {
  border: 0px;
  display: inline-block;
  font-size: 1.077em;
  margin: 0;
  padding: 9px 5px 0 0;
  vertical-align: top;
}
/* line 19, ../sass/socialshare.scss */
.block-sharetext .share-box {
  display: inline-block;
}
/* line 22, ../sass/socialshare.scss */
.block-sharetext .block {
  margin: 0;
}
/* line 25, ../sass/socialshare.scss */
.block-sharetext ul {
  margin: 0;
  padding: 0;
}
/* line 28, ../sass/socialshare.scss */
.block-sharetext ul li {
  background: none;
  display: inline-block;
  padding-left: 0.75em;
}
/* line 34, ../sass/socialshare.scss */
.block-sharetext a {
  color: white;
  display: block;
  text-indent: -8765em;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  text-align: left;
}
/* line 43, ../sass/socialshare.scss */
.block-sharetext a:focus {
  outline: thin dotted #2477CA;
}
/* line 46, ../sass/socialshare.scss */
.block-sharetext a.facebook {
  background: url("/sites/all/themes/ftc/images/socialshare/FTC_FB.svg");
}
/* line 49, ../sass/socialshare.scss */
.block-sharetext a.twitter {
  background-image: url("/sites/all/themes/ftc/images/socialshare/FTC_TW.svg");
}
/* line 52, ../sass/socialshare.scss */
.block-sharetext a.linkedin {
  background-image: url("/sites/all/themes/ftc/images/socialshare/FTC_IN.svg");
}
@media (max-width: 22.5em) {
  /* line 57, ../sass/socialshare.scss */
  .block-sharetext h2 {
    float: none;
    display: block;
  }
  /* line 61, ../sass/socialshare.scss */
  .block-sharetext ul li.first {
    padding-left: 0;
  }
}
