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

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

@font-face{
  font-family:"Palatino Linotype"; 
  src: url('/wp-content/themes/flatsome-child/fonts/palatinolinotype_roman.ttf') format('truetype'); 
  font-weight: 400;
}

@font-face{
  	font-family:"Palatino Linotype";
	src: url('/wp-content/themes/flatsome-child/fonts/palatinolinotype_bold.ttf') format('truetype'); 
  	font-weight: bold;
}

/* @font-face{
  	font-family:"Arial";
	src: url('/wp-content/themes/flatsome-child/fonts/ArialCE.ttf') format('truetype'); 
  	font-weight: 400;
}

@font-face{
  	font-family:"Arial";
	src: url('/wp-content/themes/flatsome-child/fonts/arialceb.ttf') format('truetype'); 
  	font-weight: 700;
}

@font-face{
  	font-family:"Arial";
	src: url('/wp-content/themes/flatsome-child/fonts/arialceb.ttf') format('truetype'); 
  	font-weight: bold;
}

@font-face{
  	font-family:"Arial";
	src: url('/wp-content/themes/flatsome-child/fonts/arialceb.ttf') format('truetype'); 
  	font-weight: bolder;
} */

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


}