/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.footer-wrapper {
		background: #161617;
}
.social-icons {
	display: flex;
	gap: 15px;
	list-style: none;
	padding: 0;
}
.social-icons li a {
	text-decoration: none;
	color: #333;
	font-size: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #f1f1f1;
	transition: background-color 0.3s ease, color 0.3s ease;
}

[data-icon-label]:after{
	display: none;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}