// SalesCrowd Inline Tweets

.tweetable {
  //padding: 3px;
  //background-color: #e9ebe4;
  color: darken($salescrowd-twitter, 20%);
  text-transform: none !important;
  //position: relative;
}

.tweetable:after {
  font-family: "sosocial" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "i";
  margin-top: -4px;
  margin-left: -7px;
  font-size: 0.7em;

}

.tweetable:hover {
  color: darken($salescrowd-twitter, 40%);;
}

//.tweetable:hover:after {
//  font-family: "sosocial" !important;
//  content: attr(data-icon);
//  font-style: normal !important;
//  font-weight: normal !important;
//  font-variant: normal !important;
//  text-transform: none !important;
//  line-height: 1;
//  -webkit-font-smoothing: antialiased;
//  -moz-osx-font-smoothing: grayscale;
//  content: "i";
//  position: absolute;
//}