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



@font-face {
font-family: Object;
src: url(/wp-content/themes/fonts/ObjectSans-Regular.otf);
font-weight: normal;
}


@font-face {
font-family: Brittany;
src: url(/wp-content/themes/fonts/BrittanySignature.ttf);
font-weight: normal;
}


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

p {
  font-family: "Object", Arial, sans-serif !important;	
}

li {
  font-family: "Object", Arial, sans-serif !important;	
}


h1 {
  font-family: "Brittany", Arial, sans-serif !important;
  text-transform: none !important;
  /*font-size: 30px !important;*/
}

h2 {
  font-family: "Brittany", Arial, sans-serif !important;
  text-transform: none !important;  
}

h3 {
  font-family: "Brittany", Arial, sans-serif !important;
  text-transform: none !important;  
}

.section-title span {
    text-transform: none !important;  
	font-size: 30px !important;
}

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


}