/*
Theme Name: Florial Child
Theme URI: http://www.wpbingosite.com/florial
Author: wpbingo
Description: This is a child theme for Florial
Version: 1.0
Author URI: http://wpbingosite.com
Template: florial
Text Domain: florial-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/
.float {
    position: fixed;
    width: 60px;
    top: auto;
    height: 60px;
    bottom: 20%;
    right: 20px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    transition: bottom 0.3s ease;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}