/*
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: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('https://www.chibashi.ir/fonts/eot/IRANSansWeb.eot');
	src: url('https://www.chibashi.ir/fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('https://www.chibashi.ir/fonts/woff2/IRANSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('https://www.chibashi.ir/fonts/woff/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('https://www.chibashi.ir/fonts/ttf/IRANSansWeb.ttf') format('truetype');
}
body, h1, h2, h3, h4, h5, h6, .post-title, .entry, input, textarea, blockquote p, .nav

{
			    font-family: IRANSans !important;
			}
.nav > li > a {
    font-family: "IRANSans" !important;
}
/*  footer title color*/
span.widget-title{
color:white !important;
}
.ubermenu-skin-black-white-2 {
    font-size: 0.9em !important;
}

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


}