/*
Theme Name: Simorgh
Description: custom elementor child
Author: navid imani
Author URI: navidimani.ir
Author Email: navidimani@softinger.ir
Version: 1.0.0
Text Domain: hello-elementor-child
Template: hello-elementor
*/


/* Grid Margins */
.main-container > .e-con-inner > .e-child.e-flex{
    padding: 24px !important;
}
main{
    padding-top: 48px;
    padding-bottom: 48px;
}



/*design resets*/
*{vertical-align: middle;}


/* components */
/*buttons*/
.elementor-button, .button{
    --height:   32px;
    /*box-sizing: border-box;*/
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: var(--height);
    
    border-radius: calc(--height / 2 );
    
    text-decoration: none !important;
    transition-duration: 0.2s !important;
}
.elementor-button.elementor-size-sm, .button.elementor-size-sm{
    --height:   40px;
}

/* Go To Top FAB */
.hfe-scroll-to-top-button{
    box-shadow: 0px 2px 4px rgba(0,0,0,0.3), 0px 4px 8px rgba(0,0,0,0.15);
}
.hfe-scroll-to-top-button:hover{
    box-shadow: 0px 4px 8px rgba(0,0,0,0.3), 0px 8px 16px rgba(0,0,0,0.15);
}
}