/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.adelle-whatsapp-float {
    position: fixed;
    right: 25px;
    bottom: 25px;

    width: 60px;
    height: 60px;

    display: flex;
    justify-content: center;
    align-items: center;

    background: #25D366;
    color: #fff;

    border-radius: 50%;
    text-decoration: none;

    box-shadow: 0 10px 25px rgba(0,0,0,.25);
    z-index: 999999;
    transition: .25s;
}

.adelle-whatsapp-float:hover {
    transform: scale(1.08);
}

.adelle-whatsapp-float i {
    font-size: 34px;
    line-height: 1;
}