/*
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.   ***************/
/* Font Google Sans*/
@font-face {
	font-family: GoogleSans;
	src: url(/wp-content/fonts/google-sans/GoogleSans-Medium.ttf) format('ttf'), url(/wp-content/fonts/google-sans/GoogleSans-Medium.otf) format('otf'), url(/wp-content/fonts/google-sans/GoogleSans-Medium.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: GoogleSans;
	src: url(/wp-content/fonts/google-sans/GoogleSans-Bold.ttf) format('ttf'), url(/wp-content/fonts/google-sans/GoogleSans-Bold.otf) format('otf'), url(/wp-content/fonts/google-sans/GoogleSans-Bold.woff) format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: GoogleSans;
	src: url(/wp-content/fonts/google-sans/GoogleSans-MediumItalic.ttf) format('ttf'), url(/wp-content/fonts/google-sans/GoogleSans-MediumItalic.otf) format('otf'), url(/wp-content/fonts/google-sans/GoogleSans-MediumItalic.woff) format('woff');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: GoogleSans;
	src: url(/wp-content/fonts/google-sans/GoogleSans-BoldItalic.ttf) format('ttf'), url(/wp-content/fonts/google-sans/GoogleSans-BoldItalic.otf) format('otf'), url(/wp-content/fonts/google-sans/GoogleSans-BoldItalic.woff) format('woff');
	font-weight: bold;
	font-style: italic;
}

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


}