/* Levi Social Share Styles */
.levi-ss-wrapper{
    position:fixed;
    z-index:9999;
}
@media (min-width:768px){
    .levi-ss-wrapper{
        top:50%;
        left:0;
        transform:translateY(-50%);
        display:flex;
        flex-direction:column;
    }
    .levi-ss-btn{
        width:48px;
        height:48px;
    }
}
@media (max-width:767px){
    .levi-ss-wrapper{
        bottom:0;
        left:0;
        width:100%;
        display:flex;
        justify-content:center;
    }
    .levi-ss-btn{
        flex:1 1 auto;
        min-width:48px;
        height:48px;
    }
}

.levi-ss-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
}

.levi-ss-btn i{
    color:#fff;
    font-size:20px;
}

/* Colors */
.levi-ss-btn.fb{background:#3b5998;}
.levi-ss-btn.wa{background:#25D366;}
.levi-ss-btn.pt{background:#BD081C;}
.levi-ss-btn.tw{background:#000000;}
.levi-ss-btn.tg{background:#0088cc;}

/* Hover opacity */
.levi-ss-btn:hover{
    opacity:0.85;
}
