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

/*************** ADD CUSTOM CSS HERE.   ***************/

#header {
	border-bottom: 1px solid #e2e8f0;
}

.header-wrapper.stuck {
	box-shadow: none;
	border-bottom: 1px solid #e2e8f0;
}

#footer {
	border-top: 1px solid #e2e8f0;
}

.absolute-footer .container {
	border-top: 1px solid #e2e8f0;
	padding-top: 2rem;
	padding-bottom: 4rem;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}