/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



/**************************KalamehWeb*****************************/

@font-face {
    font-display: swap;
    font-family: KalamehWeb;
    font-style: normal;
    font-weight: 100;
    src: url('fonts/kalameh/KalamehWeb-Thin.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: KalamehWeb;
    font-style: normal;
    font-weight: 400;
    src: url('fonts/kalameh/KalamehWeb-Regular.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: KalamehWeb;
    font-style: normal;
    font-weight: 500;
    src: url('fonts/kalameh/KalamehWeb-Medium.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: KalamehWeb;
    font-style: normal;
    font-weight: 600;
    src: url('fonts/kalameh/KalamehWeb-SemiBold.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: KalamehWeb;
    font-style: normal;
    font-weight: 700;
    src: url('fonts/kalameh/KalamehWeb-Bold.woff2') format('woff2')
}

@font-face {
    font-display: swap;
    font-family: KalamehWeb;
    font-style: normal;
    font-weight: 900;
    src: url('fonts/kalameh/KalamehWeb-Black.woff2') format('woff2')
}

/*********************************YekanBakh***************************/


@font-face {
    font-display: swap;
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/yekanbakh/YekanBakh_Light.woff') format('woff')
}

@font-face {
    font-display: swap;
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 400;
    src: url('fonts/yekanbakh/YekanBakh.woff') format('woff')
}



body,
a,
span,
div{
    font-family: YekanBakh !important;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: KalamehWeb !important;
    font-weight: bold !important;
}

h1{
    font-size: 20px;
}

h2{
    font-size: 19px;
}

h3{
    font-size: 17px;
}

p,
li{
    font-size: 16px;
    line-height: 1.8;
}

a{
    color: #d01325;
}

.elementor-widget-theme-post-content b,
.elementor-widget-theme-post-content strong{
    color: #3a3a3a;
}

[type=button], [type=submit], button{
    color: #d01325;
    border-color: #d01325;
}

.elementor-widget-theme-post-content{
    color: #3a3a3a;
    text-align: justify;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{
    background-color: #d01325;
}

.my-modal-content {
    overflow: auto;
    margin: 50px auto;
    height: 90%;
}

.gform-theme--foundation .ginput_complex label, .gform-theme--foundation .ginput_complex legend {
	display: none;
}