/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
body
{
	background-color:#fff !important;
}
a
{
	text-decoration: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.wp-block-button__link:not(.has-background)
{
	background-color: transparent;
}
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #25D366;
    color: #fff;
    font-size: 34px;
    width: 50px;
    height:50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    z-index: 999;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	display:none;
}

.whatsapp-float:hover {
    background-color: #20b358;
    color: #fff;
}