/*
Theme Name: ABT Cleaning
Description: Child theme for Avada theme
Author: Memento
Author URI: https://mmnt.nl
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


.fusion-sticky-transition .collapse-enabled.mobile-size-column-absolute:not(.mobile-mode-always-expanded) .awb-menu__main-ul, .fusion-sticky-transition .collapse-enabled.mobile-size-full-absolute:not(.mobile-mode-always-expanded) .awb-menu__main-ul{
	max-height:100vh !important;
}


.afspraakbutton{
	position:fixed;
	right:30px;
	bottom:110px;
	z-index:999;
	padding: 15px 15px 15px 15px;
	color:#fff;
	background: #65cd5a;
	border-radius:30px;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
}

.belbutton{
	position:fixed;
	right:30px;
	bottom:190px;
	z-index:999;
	padding: 15px 15px 15px 15px;
	color:#fff;
	background: #1d83c7;
	border-radius:30px;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
}

.mailbutton{
	position:fixed;
	right:30px;
	bottom:30px;
	z-index:999;
	padding: 15px 15px 15px 15px;
	color:#fff;
	background: #1d83c7;
	border-radius:30px;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
}