/*
Theme Name: Smile Child
Template: enfold
Description: Smile Group — Enfold child theme
Version: 1.0.0
Author: Gorbit
*/

/* Smile Child — global overrides */

.gorbit-header,
.gorbit-header * {
	font-family: "Inter", "Segoe UI", system-ui, sans-serif;
	box-sizing: border-box;
}

#scroll-top-link {
	border-radius: 50%;
	background-color: #003a70;
	color: #ffffff;
}

#scroll-top-link.avia_pop_class {
	opacity: 0.9;
}

#scroll-top-link.avia-svg-icon svg:first-child {
	fill: #ffffff;
	stroke: #ffffff;
}

#whatsapp-float-link {
	position: fixed;
	left: 10px;
	bottom: 50px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-color: #25d366;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.9;
	z-index: 1030;
	text-decoration: none;
}

#whatsapp-float-link:hover {
	opacity: 1;
}
