/*
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: 'IRANSansWeb';
	src: url('fonts/IRANSansWebMedium.eot?#') format('eot'),
	url('fonts/IRANSansWebMedium.woff') format('woff'), 
	url('fonts/IRANSansWebMedium.ttf') format('truetype');
}
body{
        font-family:IRANSansWeb;
}
html,body,h1,h2,h3,h4,h5,h6,p,input,button, textarea,a,span,div{
font-family:IRANSansWeb !important;
}
.alt-font{font-family: "IRANSansWeb", sans-serif;}
h1,h2,h3,h4,h5,h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a{font-family: "IRANSansWeb", sans-serif;}
.nav > li > a, .mobile-sidebar-levels-2 .nav > li > ul > li > a {font-family:  "IRANSansWeb", sans-serif;}
body{font-family:  "IRANSansWeb",  sans-serif}

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