/* Disable WhatsApp button on Desktop - Tutorial link: http://social.me/1VIxAsz */
@media screen and (min-width: 1024px) {
    #social-buttons .fa-whatsapp {
	display: none !important;
    }
}
 
#social-buttons .social-link {
    padding: 7px 8px 7px 8px !important;
	line-height: 1.1em;
    color: white;
    font-size: 15px;
    border-radius: 20px;
    margin-right: 4px;
    cursor: pointer;
    width: 15px;
    text-align: center;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: inset -2px -2px 2px rgba(0,0,0,.2);
    -moz-box-shadow: inset -2px -2px 2px rgba(0,0,0,.2);
    -webkit-box-shadow: inset -2px -2px 2px rgba(0,0,0,.2);
    margin-top: 4px;
    display: inline-block;
	overflow: hidden;
}
 
#social-buttons .social-link:hover,.social-link:active {
    color: white;
}
 
#social-buttons .fa-twitter {
    background: #00aced;
}
 
#social-buttons .fa-twitter:hover,.fa-twitter:active {
    background: #0084b4;
}
 
#social-buttons .fa-facebook {
    background: #3B5997;
}
 
#social-buttons .fa-facebook:hover,.fa-facebook:active {
    background: #2d4372;
}
 
#social-buttons .fa-google-plus {
    background: #D64937;
}
 
#social-buttons .fa-google-plus:hover,.fa-google-plus:active {
    background: #b53525;
}
 
#social-buttons .fa-buffer {
    background: #444;
}
 
#social-buttons .fa-buffer:hover,.fa-buffer:active {
    background: #222;
}
 
#social-buttons .fa-pinterest {
    background: #bd081c;
}
 
#social-buttons .fa-pinterest:hover,.fa-pinterest:active {
    background: #bd081c;
}
 
#social-buttons .fa-linkedin {
    background: #0074A1;
}
 
#social-buttons .fa-linkedin:hover,.fa-linkedin:active {
    background: #006288;
}
 
#social-buttons .fa-whatsapp {
    background: #43d854;
}
 
#social-buttons .fa-whatsapp:hover,.fa-whatsapp:active {
    background: #009688;
}

#social-buttons .fa-envelope {
    background: #888;
}
#social-buttons .fa-envelope:hover,.fa-envelope:active {
    background: #444;
}
 
#social-buttons .social {
    margin: 20px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}