/*
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.   ***************/
h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
		font-family: 'Sunday Lemon', 'Abolition' !important;
}

.dark, .dark p, .dark td {
    color: #ffffff;
}
h1 {
	font-size: 2.3rem;
}
h2 {
	font-size: 1.9rem;
}
p {
	font-size: 18px;
}
.radius-22 {
	border-radius: 22px;
}
.radius-15 {
	border-radius: 15px;
}
.box-image {
	border-radius: 15px 15px 0 0;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}