.btn-media {
    position: relative;
    padding-left: 42px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-media :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 37px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.row-media {
    overflow: hidden;
    max-width: 900px;
    margin: 10px auto 10px auto !important;
}

.row-media > a {
    margin: 10px;
}

.main-content > .row-media {
    margin: -25px auto 15px auto;
}

.row-centered {
    display: block;
    text-align: center;
    position: relative;
    top: +25px;
    margin-bottom: 32px !important;
    /*background-color: #ffffff;*/
    padding: 15px 0px 15px 0px;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

@font-face {
    font-family: 'FontAwesomeSocial';
    src: url('../../../SocialMediaLogIn/templates/clientarea/provider/font/fa-brands-400.ttf');
    src: url('../../../SocialMediaLogIn/templates/clientarea/provider/font/fa-brands-400.woff2');
    font-weight: normal;
    font-style: normal;
}

.fa2 {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesomeSocial;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-windows::before {
    content: "\f3ca";
}

.fa-disqus::before {
    font-family: "Arial Black", Gadget, sans-serif;
    content: "D";
    color: inherit;
}

.fa-disqus {
    line-height: 36px !important;
}

.fa-vk::before {
    content: "\f189";
}

.fa-vimeo::before {
    content: "\f27d";
}

.fa-facebook::before {
    content: "\f09a";
}

.fa-google::before {
    content: "\f1a0";
}

.fa-linkedin::before {
    content: "\f0e1";
}

.fa-twitter::before {
    content: "\e61a";
}

.fa-wordpress::before {
    content: "\f19a";
}

.fa-amazon::before {
    content: "\f270";
}

.fa-dropbox::before {
    content: "\f16b";
}

.fa-github::before {
    content: "\f09b";
}

.fa-instagram::before {
    content: "\f16d";
}

.fa-paypal::before {
    content: "\f1ed";
}

.fa-reddit::before {
    content: "\f1a1";
}

.fa-tumblr::before {
    content: "\f173";
}

.fa-yahoo::before {
    content: "\f19e";
}

.fa-pinterest::before {
    content: "\f0d2";
}

.fa-stripe::before {
    content: "\f42a";
}

.fa-twitch::before {
    content: "\f1e8";
}

.fa-epic::before {
    content: '';
    width:30px;
    height: 30px;
    display: inline-block;
    mask-image: url(../../../SocialMediaLogIn/templates/clientarea/default/assets/img/brands/epic.svg);
    -webkit-mask-image: url(../../../SocialMediaLogIn/templates/clientarea/default/assets/img/brands/epic.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    margin-top: 3px;
}

.fa-epic::before {
    background-color: currentColor;
}

.providerPreLinking .social-signin-btns .fa-facebook {
    color: white;
}
