/*
Theme Name:   Hello Elementor Child
Theme URI:    https://itfaam.ir/
Description:  A hello-elementor child theme 
Author:       itfaam
Author URI:   http://itfaam.ir
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-elementor-child
*/



/* @import url("../hello-elementor/style.css"); */


/*================GLOBAL================*/
@font-face {
   font-family: "Peyda";
   src: url("fonts/PeydaRegular.woff2") format('woff2');
   font-display: swap;
   font-weight: 400;
}
@font-face {
   font-family: "Peyda";
   src: url("fonts/PeydaBold.woff2") format('woff2');
   font-display: swap;
   font-weight: 700;
}
*:not(i) {
   font-family: "Peyda";
}

body {
    margin: 0 !important;
}
h1, h2, h3, p{
     margin: 0;
 }

.height-full {
    height: 100%;
}
.height-var-min {
    height: var(--min-height);
}
.height-zero {
    height: 0;
}
.height-one {
    height: 1px;
}

/*-------------------- GLOBAL --------------------*/
.Sample-box .elementor-widget-image a {
    width: 100%;
}

.elementor-button-icon,
.elementor-icon-wrapper {
    line-height: 0;
}

.justify-center {
    text-align: justify;
    text-align-last: center;
}


/*================AMIR ASKARI LANDING================*/
@media only screen and (max-width: 767px){
   .hide-content .elementor-icon-box-content{
        display: none;
    } 
}

