 .blog-social-sharing .tt_button:hover,
 .tt_button:hover {
     background: transparent;
     -webkit-transform: translate3d(0, -3px, 0);
     transform: translate3d(0, -3px, 0);
     -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .15);
     box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
 }

 .blog-social-sharing {
     margin: 42px 0;
 }

 .blog-social-sharing .tt_button {
     height: 46px;
     line-height: 44px;
     padding: 0;
     display: inline-block;
     margin: 0;
     margin-right: 3px;
     padding: 0 20px;
     transition: all .5s ease-in-out;
 }

 .blog-social-sharing .tt_button i {
     font-size: 16px;
     font-weight: 400;
     margin: 0;
     margin-right: 12px;
     float: left;
     line-height: 44px;
 }

 .btn-facebook {
     background: #4267b2;
     border: 2px solid #4267b2;
     color: #fff;
 }

 .btn-twitter {
     background: #00aced;
     border: 2px solid #00aced;
     color: #fff;
 }

 .btn-linkedin {
     background: #0077b5;
     border: 2px solid #0077b5;
     color: #fff;
 }

 @media (max-width:959px) {

     .blog-social-sharing .tt_button,
     .blog-social-sharing .tt_button {
         margin-bottom: 10px;
     }
 }