/*
	Theme Name: Hello Elementor Child
	Theme URI: https://elementor.com/hello-theme/
	Description: Child theme of Hello Elementor.
	Author: Center for Smiles TMJ
	Template: hello-elementor
	Version: 1.0.0
	Text Domain: hello-elementor-child
*/

.m-button {
	display: none;
	position: fixed;
	top: 125px;
	right: 20px;
	z-index: 999999;
	background-color: #cca827;
	color: #ffffff !important;
	padding: 10px 18px;
	border-radius: 5px;
	font-family: inherit;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {
	.m-button {
		display: inline-block;
	}
}
