/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Whatsapp */
.float-wa {
	position:fixed;
	width:45px;
	height:45px;
	bottom:15px;
	right:15px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float-wa:hover {
	text-decoration: none;
	color: #FFF;
	background-color:#1ab152;
}

.float-wa-icon{
	margin-top:8px;
}