/* BEGIN X/Twitter icon */
/* Load icon from custom font */
@font-face {
    font-family: 'x-twitter';
    src:  url('../fonts/x-twitter.eot?jgmyp0');
    src:  url('../fonts/x-twitter.eot?jgmyp0#iefix') format('embedded-opentype'),
    url('../fonts/x-twitter.ttf?jgmyp0') format('truetype'),
    url('../fonts/x-twitter.woff?jgmyp0') format('woff'),
    url('../fonts/x-twitter.svg?jgmyp0#x-twitter') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/* Override existing Twitter icon font and add separate class */
.fa-x-twitter, .fa-twitter, .share-twitter {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'x-twitter' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-x-twitter:before, .fa-twitter:before, .share-twitter:before {
    font-family: 'x-twitter' !important;
    content: "\e61b" !important;
}

.share-links .share-twitter {
    background: black;
    color: white;
}

/* END X/Twitter icon */