/*
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
*/
.call-button {
    position: fixed;
    bottom: 50px;
    right: 72px;
    z-index: 99;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 12px;
    font-size: 1.8em;
	background: #ad1f5f;
    color: #fff;
}
.call-button:hover {
    background: #fff;
    color: #ad1f5f;
}
@media screen and (max-width:768px){
	.call-button:hover {
		bottom: 15px;
    	right: 15px;
	}
	.call-button{
		bottom: 15px;
    	right: 15px;
	}
}
.hide-custom {
	display: none;
}