/*
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.   ***************/

.btn-contact {
	width: 41px;
	display: flex;
	align-items: center;
	flex-direction: column;
	position: fixed;
	right: 20px;
	bottom: 100px;
	z-index: 9999999;
}

.btn-contact .img {
	max-width: 34px;
	border-radius: 100%;
	    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	margin-bottom: 14px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}