/*
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-face {
 font-family: SegoeUI;
 src: url(fonts/segoe.woff);
 font-weight: normal;
 font-style: normal;
 }
 @font-face {
 font-family: SegoeUI;
 src: url(fonts/SegoeUI-Semibold.woff);
 font-weight: semibold;
 font-style: normal;
 }
 @font-face {
 font-family: SegoeUI;
 src: url(fonts/SegoeUI-Bold.woff);
 font-weight: bold;
 font-style: normal;
 }
 @font-face{
 font-family:'Glyphicons Halflings';
 src: url(fonts/glyphicons-halflings-regular.woff);
 }
 body{
 font-family: "SegoeUI", Lato !important;
 font-size: 16px;
 }
 h1, h2, h3, h4, h5, h6, p, a{
 font-family: "SegoeUI", Lato !important;
 }
 span{
  font-family: "SegoeUI", Lato;
 }
 .nav > li > a {
 font-family: "SegoeUI", Lato !important;
 }

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


}