.share_wrapper{
    display: inline-block;
    width: auto;
}
.share_btn{
    position: relative;
    display: block;
    border-radius: 7px;
    font-size: 30px;
    float: left;
    margin-right: 7px;
    transition: all 0.35s ease-out;
    transform-origin: center;
}
.share_btn:last-child{
    margin-right: 0;
}
.fa-facebook-square,
.fa-facebook-square:hover,
.fa-facebook-square:focus{
    color: #475993!important;
}
.fa-twitter-square,
.fa-twitter-square:hover,
.fa-twitter-square:focus{
    color: #1da0f1!important;
}
.fa-google-plus-square,
.fa-google-plus-square:hover,
.fa-google-plus-square:focus{
    color: #dd4d40!important;
}
.fa-linkedin,
.fa-linkedin:hover,
.fa-linkedin:focus{
    color: #0077b5!important;
}
.fa-pinterest-square,
.fa-pinterest-square:hover,
.fa-pinterest-square:focus{
    color: #bd081c!important;
}
.share_btn:hover{
   transform: translateY(-4px);
}