/*
 * Extras : Social Sharing  ----------------------------------------------------
 */

div#buildr-social-share {
    padding: 20px 0 0;
}

div#buildr-social-share ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

div#buildr-social-share ul li {
    display: inline-block;
}

div#buildr-social-share ul li a {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

div#buildr-social-share ul li a span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition:  all 0.3s ease-in-out;
    -o-transition:  all 0.3s ease-in-out;
    transition:  all 0.3s ease-in-out;
}

div#buildr-social-share ul li a:hover span {
    opacity: .80;
}

div#buildr-social-share ul li.facebook-share a {
    background-color: #3b5998;
}
div#buildr-social-share ul li.twitter-share a {
    background-color: #1da1f2;
}
div#buildr-social-share ul li.google-share a {
    background-color: #dd4b39;
}
div#buildr-social-share ul li.linkedin-share a {
    background-color: #0077b5;
}
div#buildr-social-share ul li.pinterest-share a {
    background-color: #bd081c;
}