/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/**
*
*	Name:			IRAN Sans-Serif Font
*	Version:		5.0
*	Author:			Moslem Ebrahimi (moslemebrahimi.com)
*	Created on:		Dec 25, 2012
*	Updated on:		Sep 01, 2017
*	Website:		             http://fontiran.com
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونت های ایران سن سریف یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
IRAN Sans-serif fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com 
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: ()
--------------------------------------------------------------------------------------
*	
**/

@font-face {
    font-family: 'iransansxv';
    src: url('fonts/IRANSansXV.woff') format('woff-variations'),
    /* will be the standard and works in Safari now */
    url('fonts/IRANSansXV.woff') format('woff');
    /* for the other supporting browsers */
    font-weight: 100 1000;
    font-display: fallback;

}
@font-face {
    font-family: iransansx;
    src: url('fonts/IRANSansX-Regular.woff') format('woff');
}
@font-face {
    font-family: iransansx;
    src: url('fonts/IRANSansX-Bold.woff') format('woff');
    font-weight: 700;
}

body, h1, .entry-title a, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, h6, .entry-content h6, span, p, strong, body[data-form-submit="regular"] button[type=submit], .ff-default .ff-el-form-control {
    font-family: iransansx, tahoma !important;
}
@supports (font-variation-settings: normal) {
    body, h1, .entry-title a, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, 
	.entry-content h5, h6, .entry-content h6, span, p {
     	font-family: 'iransansxv', tahoma;
	}
}

/*   Color & Styles   */
.span_12.light .nectar-link-underline-effect a  {background-image: none;}
.home-titr {font-size:4rem; font-variation-settings: DOTS '4';}
.divider {background-color: transparent !important;}
.products {font-size:13px; color:#c5c5c5;}
.products strong {font-weight:400 !important;}
.ss02 {
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

