/*Social Share*/
._sshr{width:100%;margin:20px 0;padding:0;text-align:center;list-style:none;display:flex;align-items:center;justify-content:space-around;}
._sshr li{margin:0;position:relative;}
._sshr a{width:40px;height:40px;border-radius:50%;align-items:center;justify-content:center;margin:0;}
._sshr img{max-width:22px;max-height:22px;width:32px;height:32px;margin:0 auto;filter:invert(1);}
._sshr ._wp{background-color:#46a606;}
._sshr ._fb{background-color:#455b9d;}
._sshr ._tw{background-color:#000;}
._sshr ._lin{background-color:#2878b5;}
._sshr ._sc{background-color:#fffc00;}
._sshr ._sc img{filter:invert(0);}
._sshr ._em{background-color:var(--bg8);}
._sshr ._rdt{background-color:#ed4333;}
._sshr ._nf{background-color:var(--rcolor);}
._sshr ._cmnt{background-color:#4f82f7;}
._sshr ._cmnt img{max-width:28px;max-height:28px;}

@media (min-width:1025px){
    ._sshare{width:100%;margin:20px 0;align-items:center;justify-content:flex-start;}
    ._sshare ._ssicn{position:relative;background:var(--bg8);padding:5px 10px;margin-right:10px;border-radius:5px;color:#fff;font-size:14px;line-height:34px;height:34px;cursor:pointer;align-items:center;justify-content:center;}
    ._sshare ._ssicn img{max-width:22px;max-height:22px;width:32px;height:32px;margin:0;filter:invert(1);}
    ._sshare ._ssicn._wp{background-color:#46a606;}
    ._sshare ._ssicn._fb{background-color:#455b9d;}
    ._sshare ._ssicn._tw{background-color:#000;}
    ._sshare ._ssicn._lin{background-color:#2878b5;color:#fff;}
    ._sshare ._ssicn._sc{background-color:#fffc00;color:#333;}
    ._sshare ._ssicn._rdt{background-color:#ed4333;}
    ._sshare ._ssicn._nf{background-color:var(--rcolor);}
    ._sshare ._ssicn>span{margin-left:10px;}
    ._sshare ._ssicn._lin img{filter:invert(1);}
    ._sshare ._ssicn._sc img{filter:invert(0);}
    ._sshare ._ssicn._cmnt{background-color:#4f82f7;}
    ._sshare ._ssicn._cmnt img{max-width:26px;max-height:26px;}
}