/*
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 {
	font-family: "questa-grande",serif !important;
}
h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {
    font-weight: 400 !important;
}
.big-title {
	font-size:3.5em !important;
}
.nav > li > a {
    font-weight:400 !important;
}
@media only screen and (max-width: 849px) {
.banner h1, .big-title { font-size: 2.5em !important;}
.header-main li.html.custom {
    display: block !important;
}
.transparent #logo img {
    max-height: 70px !important;
}
}	
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}