/* 
 Plugin:     Fuse
 Author:         Webstract
 Author URI:     https://www.webstract.com/
*/ 





/* ------------------------------------------------------------------------- 
Click to call button
------------------------------------------------------------------------- */

.fuse-click-to-call-button {
	display: none;
}
.fuse-click-to-call-button a {
	color: #fff;
	background-color: #000;
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	display: block;
	z-index: 10000;
	height: 60px;
	font-size: 20px;
	line-height: 60px;
	text-decoration: none !important;
}

@media (max-width: 736px) {
	.fuse-click-to-call-button {
		display: block;
	}
}