/* ############## SOCIAL SHARE ############## */
.share-wdgt {
    margin : 4% 0;
}
.dashicons, .dashicons-before:before {
    font-family: dashicons;
    width: 26px;
    height: 20px;
    font-size: 26px;
    color:#444;
}

#inline .share-wdgt {
    position: relative;
    width: 100%;
    max-width: 600px;
    left: 50%;
    top: 50%;
    opacity: 1;
	visibility:visible;
	z-index: 999999999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -moz-transition: all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -o-transition: all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.share-wdgt a {
    text-transform: uppercase;
    color: #111;
	text-decoration: none;
    padding: 8px 16px;

}
.share-wdgt.hey {
    visibility: visible;
    top: 50%;
    opacity: 1;
	visibility:visible;
}
.share-wdgt span {
    display: flex;
    color: #333;
    font-size: 12px;
    line-height: 35px;
    text-transform: uppercase;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
}
.share-btns {
    display: flex;
    justify-content: center;
    height: auto;
    margin: 0 6px;
    padding: 0;
    letter-spacing: -4px;
}
.share-btns li {
    display: inline-block;
    letter-spacing: 0;
    min-width: 130px;
    margin: 6px;
    border-radius: 4px;
    border: 1px #eee solid;
}


.share-btns li:hover > .share-wdgt span, .share-wdgt a {
    color: #fff;
}
.share-btns li:hover > .dashicons:before{
    color: #fff;
}
.shr-btn {
    display: block;
    width: 100%;
    font-size: 1rem;
    text-align: center;
    line-height: 50px;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}
.share-btns li .btn-twitter:hover {
    background: #00acee;
}
.share-btns li .btn-facebook:hover {
    background: #37589b;
}
.share-btns li .btn-gplus:hover {
    background: #dd4b39;
}
.share-btns li .btn-pinterest:hover {
    background: #449cca;
}
.share-btns li .btn-youtube:hover {
    background: #c4302b;
}
.share-btns li .btn-vimeo:hover {
    background: #44bbff;
}
.share-btns li .btn-linkedin:hover {
    background: #0072b1;
}
.share-btns li .btn-tumblr:hover {
    background: #34526f;
}
.share-btns li .btn-evernote:hover {
    background: #5ba525;
}
.share-btns li .btn-reddit:hover {
    background: #FF4500;
}
.share-btns li .btn-email:hover {
    background: #aaa;
}

/* MEDIA QUERIES */
@media screen and (max-width: 480px) {
    .share-btns {
        display: inline-block;
        text-align: center;
    }
}