
/* Social links */
body#module-everpsreferral-godfather .twitter:before {
    content: "";
    /*background-image: url(../img/twitter.svg);*/
    background-size: cover;
}
body#module-everpsreferral-godfather .facebook:before {
    content: "";
    /*background-image: url(../img/facebook.svg);*/
    background-size: cover;
    background-position: center;
}
body#module-everpsreferral-godfather .linkedin:before {
    content: "";
    /*background-image: url(../img/linkedin.svg);*/
    background-size: cover;
    background-position: center;
}
body#module-everpsreferral-godfather .facebook.icon-gray {
    /*background-image: url(../img/facebook.svg);*/
    background-size: cover;
    background-position: center;
    box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 20%);
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
    background-position: 0.25rem 0.25rem;
    cursor: pointer;
    margin-left: 0.5rem;
}
body#module-everpsreferral-godfather .twitter.icon-gray {
    /*background-image: url(../img/twitter.svg);*/
    background-size: cover;
    background-position: center;
}
body#module-everpsreferral-godfather .linkedin.icon-gray {
    /*background-image: url(../img/linkedin.svg);*/
    background-size: cover;
    background-position: center;
    box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 20%);
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
    background-position: 0.25rem 0.25rem;
    cursor: pointer;
    margin-left: 0.5rem;
}
body#module-everpsreferral-godfather .social-sharing {
    margin-top: 0;
    justify-content: flex-start;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.5rem;
}
body#module-everpsreferral-godfather .social-sharing li {
    box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 20%);
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
    background-position: 0.25rem 0.25rem;
    cursor: pointer;
    margin-left: 0.5rem;
}