#social-recipes .fa {
    padding: 10px;
    font-size: 19px;
    text-align: center;
    text-decoration: none;
    margin: 3px 0px;
    min-width: 44px;
}

#social-recipes .fa:hover {
    opacity: 0.7;
}

#social-recipes .fa-facebook {
    background: #3B5998;
    color: white;
}

#social-recipes .fa-twitter {
    background: #55ACEE;
    color: white;
}

#social-recipes .fa-google {
    background: #dd4b39;
    color: white;
}

#social-recipes .fa-linkedin {
    background: #007bb5;
    color: white;
}

#social-recipes .fa-youtube {
    background: #bb0000;
    color: white;
}

#social-recipes .fa-instagram {
    background: #125688;
    color: white;
}

#social-recipes .fa-pinterest {
    background: #cb2027;
    color: white;
}
