/* Replaces the standard AddThis icons in coloured boxes with FontAwesome icons */

#addthis-container .at-share-btn {
background-color: transparent !important;
}

#addthis-container .at-share-btn > span {
text-indent: 0;
overflow: visible;
background: none;
}

#addthis-container .at-share-btn > span:before {
font-family: "FontAwesome";
font-size: 16px;
color: white;
font-weight: normal;
}

#addthis-container .at-share-btn > span[title="Twitter"]:before {
content: "\f099";
}

#addthis-container .at-share-btn > span[title="Facebook"]:before {
content: "\f09a";
}

#addthis-container .at-share-btn > span[title="LinkedIn"]:before {
content: "\f0e1";
}

#addthis-container .at-share-btn > span[title="Email"]:before {
content: "\f0e0";
}