/* ==========================================================
   Component : Social Share
   Version   : 1.0.0
   Author    : ArianFile UI Kit
========================================================== */


/* ==========================================================
   Hide Share Button Text
========================================================== */

.arian-social-btns .elementor-share-btn__text{
    display:none;
}


/* ==========================================================
   Share Button
========================================================== */

.arian-social-btns .elementor-share-btn{

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:12px;

    margin-left:8px;

    transition:var(--af-transition);

}


/* ==========================================================
   Icon
========================================================== */

.arian-social-btns .elementor-share-btn__icon i{

    color:#fff;

    font-size:22px;

    transition:transform .25s ease;

}


/* ==========================================================
   Hover
========================================================== */

.arian-social-btns .elementor-share-btn:hover{

    transform:translateY(-2px) scale(1.06);

    filter:brightness(1.08);

    box-shadow:var(--af-shadow);

}

.arian-social-btns .elementor-share-btn:hover .elementor-share-btn__icon i{

    transform:scale(1.15);

}


/* ==========================================================
   Brand Colors
========================================================== */

.arian-social-btns .elementor-share-btn_facebook{

    background:#1877F2;

}

.arian-social-btns .elementor-share-btn_twitter{

    background:#1DA1F2;

}

.arian-social-btns .elementor-share-btn_x-twitter{

    background:#000;

}

.arian-social-btns .elementor-share-btn_linkedin{

    background:#0077B5;

}

.arian-social-btns .elementor-share-btn_telegram{

    background:#2AABEE;

}

.arian-social-btns .elementor-share-btn_whatsapp{

    background:#25D366;

}

.arian-social-btns .elementor-share-btn_pinterest{

    background:#E60023;

}