/* Influencer Life Widget */
._inflyfw{width:100%;position:relative;padding-bottom:30px;margin-bottom:30px;}
._inflyfw:before{height:230px;content:'';position:absolute;bottom:0;left:0;right:0;margin:auto;
               background-color:var(--bg);
               background:-moz-linear-gradient(68deg, #532fa6 20%, #d2466b 100%);
               background:-webkit-linear-gradient(68deg, #532fa6 20%, #d2466b 100%);
               background:linear-gradient(68deg, #532fa6 20%, #d2466b 100%);
}
._inflyfw ul{margin:0 -10px;padding:0 10px;}
._inflyfw li{margin:0 10px 0 0;}
._inflyfw li:last-child{margin:0;}
._inflyfw ._thmb{width:225px;height:400px;overflow:hidden;position:relative;border-radius:10px;}
._inflyfw ._thmb img{max-width:260px;max-height:400px;width:100%;height:100%;margin:0;}
._inflyfw ._thmb:after{width:100%;height:100%;content:'';position:absolute;top:0;left:0;right:0;margin:auto;
                     background-color:var(--bg);
                     background: -moz-linear-gradient(0deg, rgba(0,0,0,.8) 20%, rgba(0,0,0,0.37) 40%, rgba(255,255,255,0) 100%);
                     background: -webkit-linear-gradient(0deg, rgba(0,0,0,.8) 20%, rgba(0,0,0,0.37) 40%, rgba(255,255,255,0) 100%);
                     background: linear-gradient(0deg, rgba(0,0,0,.8) 20%, rgba(0,0,0,0.37) 40%, rgba(255,255,255,0) 100%);
}
._inflyfw ._infdcl{width:100%;position:absolute;bottom:0;left:0;z-index:1;padding:0 10px 10px 10px;white-space:normal;}
._infdcl ._infshr{align-items:center;justify-content:flex-start;margin:0 0 5px -3px;}
._infshr ._shr{width:35px;height:35px;border:none;align-items:center;justify-content:center;border-radius:4px;transform:scale(.8);
                 background-color:var(--bg);
                 background:-moz-linear-gradient(68deg, rgba(118,56,186,1) 0%, rgba(166,57,164,1) 100%);
                 background:-webkit-linear-gradient(68deg, rgba(118,56,186,1) 0%, rgba(166,57,164,1) 100%);
                 background:linear-gradient(68deg, rgba(118,56,186,1) 0%, rgba(166,57,164,1) 100%);
}
._infshr ._shr img{width:25px;height:25px;filter:invert(1);}
._infdcl ._infnm{font-size:16px;color:#fff;font-weight:600;line-height:1.4;margin-bottom:5px;}
._infdcl ._infastx{font-size:15px;color:#fff;font-weight:400;line-height:22px;margin-bottom:15px;}
._infdcl ._infrdm{font-size:14px;color:#fff;font-weight:500;}
._infdcl ._infrdm>span{margin-left:5px;}
._infdcl ._infrdm ._arw-r:after{border-color:#fff;padding:3px;right:-12px;top:7px;}
/*._infshr ._shr:hover{background-color:#465c6c;}*/

@media screen and (min-width:1025px){
    ._inflyfw{margin-bottom:60px;padding-bottom:20px;}
    ._inflyfw:before{height:300px;}
    ._inflyfw ul{margin:0;padding:0;}
    ._inflyfw li{width:233px;margin:0 10px 0 0;transition:all .3s ease;}
    ._inflyfw li:last-child{margin:0;}
    ._inflyfw ._thmb{width:100%;height:380px;}
    ._inflyfw ._thmb img{max-width:100%;max-height:380px;}
    ._inflyfw ._infdcl{padding:0 15px 15px;}
    ._infdcl ._infshr{margin:0 0 10px 0;}
    ._infshr ._shr{transform:scale(.9);margin-right:4px;}
    ._infdcl ._infnm{font-size:18px;line-height:24px;}
    ._infdcl ._infastx{font-size:16px;line-height:22px;margin-bottom:10px;}
    ._infdcl ._infrdm{font-size:16px;}
    ._infdcl ._infrdm ._arw-r:after{padding:4px;right:-15px;top:8px;}
    ._inflyfw li:hover ._thmb:after{background-color:var(--color);opacity:.3;}
    
    /*Inner page*/
    ._lt ._inflyfw ._thmb{height:310px;}
    ._lt ._inflyfw ._thmb img{max-height:310px;}
    
    /*Crausal Arow (Next/Prev)*/
    ._inflyfw ._sarw .swiper-button-next.swiper-button-disabled,
    ._inflyfw ._sarw .swiper-button-prev.swiper-button-disabled{transform:scale(1);}
    ._inflyfw ._vdonp{width:86px;height:40px;position:absolute;right:40px;top:0;background:var(--mbg);}
    ._inflyfw ._sarw .swiper-button-next,
    ._inflyfw ._sarw .swiper-button-prev{width:40px;height:40px;top:22px;box-shadow:none;border:1px solid var(--bg2);border-radius:0;right:2px;}
    ._inflyfw ._sarw .swiper-button-prev{left:auto;right:44px;}
    ._inflyfw ._sarw .swiper-button-prev:after,
    ._inflyfw ._sarw .swiper-button-next:after{color:var(--bg);}
    
    /*Swiper Pegination*/
    ._inflyfw ._sarw{padding-bottom:40px;}
    ._inflyfw ._sarw .swiper-pagination{bottom:0;}
    ._inflyfw ._sarw .swiper-pagination-bullet{background:#fff;opacity:.7;}
    ._inflyfw ._sarw .swiper-pagination-bullet-active{width:60px;border-radius:20px;background:#fff;opacity:1;}
}