/*
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: shabnam;
    font-style: normal;

    src: url('fonts/Shabnam.eot');
    src: url('fonts/Shabnam.eot?#iefix') format('embedded-opentype'),
    url('fonts/Shabnam.woff') format('woff'),
	url('fonts/Shabnam.woff2') format('woff2'),
    url('fonts/Shabnam.ttf') format('truetype');
}

@font-face {
    font-family: ShabnamBold;
    font-style: normal;
    font-weight: 900;
    src: url('fonts/Shabnam-Bold.eot');
    src: url('fonts/Shabnam-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Shabnam-Bold.woff') format('woff'),
	url('fonts/Shabnam-Bold.woff2') format('woff2'),
    url('fonts/Shabnam-Bold.ttf') format('truetype');
}
@font-face {
    font-family: ShabnamLight;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/Shabnam-Light.eot');
    src: url('fonts/Shabnam-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/Shabnam-Light.woff') format('woff'),
	url('fonts/Shabnam-Light.woff2') format('woff2'),
    url('fonts/Shabnam-Light.ttf') format('truetype');
}
@font-face {
    font-family: ShabnamMedium;
    font-style: normal;
    font-weight: 600;
    src: url('fonts/Shabnam-Medium.eot');
    src: url('fonts/Shabnam-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/Shabnam-Medium.woff') format('woff'),
	url('fonts/Shabnam-Medium.woff2') format('woff2'),
    url('fonts/Shabnam-Medium.ttf') format('truetype');
}
body , .nav>li>a , h4,h5,h6, .heading-font {
    font-family:ShabnamMedium !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}