/* Social Media */
 .share-btns {
     margin-top: 10px;
     align-items:center;
     justify-content: center;
}
 .share-btn {
     display: inline-block;
     color: #ffffff !important;
     text-decoration: none !important;
     border: none;
     outline: none;
     text-align: center;
     font-size: 0.9em;
    /* margin: 0 0.2em;
     padding: 0.1em 0.6em;
     */
     margin: 2px 5px 2px 0;
     line-height: 1em;
     padding: 10px 15px;
}
 .share-btn:focus, .share-btn:hover {
     text-decoration: none;
     opacity: 0.8;
}
 .share-btn:active {
     color: #e2e2e2;
}
 .share-btn.twitter {
     background: #55acee;
}
 .share-btn.google-plus {
     background: #dd4b39;
}
 .share-btn.facebook {
     background: #3B5998;
     margin-right: 5px;
}
 .share-btn.whatsapp {
     display: none;
     background: #1d9e11;
}
 .share-btn.pinterest {
    background: #cd1c1f;
    margin-right: 9px;
}
 .share-btn.linkedin {
     background: #4875B4;
}
 .share-btn.email {
     background: #444444;
}
 @media only screen and (max-width: 710px) {
     .share-btn.whatsapp {
         display: inline-block;
    }
     .share-btn.email {
         display: none;
    }
     .share-btn.pinterest {
         display: none;
    }
}
