/* Estilo de Links - BetelHost Soluções */

#footer-share .link-area {
    padding: 3px 0px 3px 0px;
    text-align: right;
}
#footer-share .link-area a {
    display: inline-block;
    text-align: left;
    position: relative;
    padding: 0px 0px 0px 54px;
    height: 47px;
    width: 225px;

    border-radius: 7px;
    cursor: pointer;
}
#footer-share .link-area a .social-icon {
    display: block;
    position: absolute;
    background-image: url('/images/icons/social-icons.png');
    width: 31px;
    height: 31px;
    top: 7px;
    left: 10px;
}
#footer-share .link-area.facebook a {
    font-size: 14px;
    font-weight: 400;
    line-height: 47px;
    color: #4f8ad0;
    border: 1px solid #4f8ad0;
    background: #e3e3e3;
}
#footer-share .link-area.facebook a .social-icon {
    background-position: -31px 0;
}
#footer-share .link-area.facebook a strong {
    font-size: 14px;
}

#footer-share .link-area.facebook a:hover {
    background: #2478dc;
    color: white;
}

#footer-share .link-area.facebook a:hover .social-icon {
    filter: brightness(10);
}


#footer-share .link-area.instagram a {
    text-align: left;
    color: #c7366d;
    border: 1px solid #c7366d;
    background: #e3e3e3;
}

#footer-share .link-area.instagram a:hover {
    background: #c7366d;
    color: white;
}

#footer-share .link-area.instagram a:hover .social-icon {
    filter: brightness(10);
}


#footer-share .link-area.twitter a {
    text-align: left;
    color: #55acee;
    border: 1px solid #55acee;
    background: #e3e3e3;
}
#footer-share .link-area.twitter a .social-icon {
    background-position: -62px 0;
}

#footer-share .link-area.twitter a:hover {
    background: #4bb1ff;
    color: white;
}

#footer-share .link-area.twitter a:hover .social-icon {
    filter: brightness(10);
}


#footer-share .link-area.youtube a {
    text-align: left;
    color: #FF0000;
    border: 1px solid #FF0000;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    padding-top: 3px;
    background: #e3e3e3;
}
#footer-share .link-area.youtube a .social-icon {
    background-position: -128px 0;
}

#footer-share .link-area.youtube a:hover {
    background: #f00;
    color: white;
}

#footer-share .link-area.youtube a:hover .social-icon {
    background-position: -94px 0;
}

#footer-share .link-area a strong {
    font-size: 15px;
    font-weight: 700;
}

#footer-share .link-area a .follow-message {
    line-height: 14px;
    font-size: 14px;
    font-weight: 300;
    padding-top: 7px;
}
#footer-share .link-area a .follow-user {
    font-size: 16px;
    font-weight: 700;
}