/*
  Theme Name: FixTeam Child
  Theme URI: https://fixteam.ancorathemes.com/
  Description: FixTeam - Multipurpose and Multiskin Responsive Wordpress theme
  Author: AncoraThemes
  Author URI: https://ancorathemes.com/
  Template: fixteam
  Version: 1.0
  Tags: light, responsive-layout, flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
  Text Domain:  fixteam
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
.float {
    position: fixed;
    width: 60px;
    top: auto;
    height: 60px;
    bottom: 15%;
    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;
}
