/*
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;
font-style: normal;
font-weight: bold;
src: url('fonts/eot/IRANSansWeb.eot');
src: url('fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
/*url('fonts/woff2/IRANSans.woff2') format('woff2'), /* Chrome36+, Opera24+*/
url('fonts/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('fonts/woff/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url('fonts/ttf/IRANSansWeb.ttf') format('truetype');
}
body,.nav > li > a , h1,h2,h3,h4,h5,h6 , .heading-font , .alt-font{

  font-family:IRANSansWeb !important;
}
.nav-top-link{

  font-size: 16px;
  font-family: IRANSansWeb !important;
}
a,h1,h2,h3,h4,h5,h6 {

  font-size: 16px !important;
}


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


}