/* 
Theme Name: Hello Child
Theme URI: https://elementor-site.ir/
Description: 
Author: Elementor Site
Author URI: https://elementor-site.ir/
Template: hello-elementor
Version: 1.0.1
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
*/
/*افزایش سرعت باز و بسته شدن منوی موبایلی */
:root { --oc-speed: 720ms; } 

#off-canvas-2678bab{
  --e-off-canvas-transition-duration: var(--oc-speed) !important;
  --e-off-canvas-animation-duration: var(--oc-speed) !important;
}
#off-canvas-2678bab .e-off-canvas__main,
#off-canvas-2678bab .e-off-canvas__overlay{
  animation-duration: var(--oc-speed) !important;
  transition-duration: var(--oc-speed) !important;
  animation-delay: 0ms !important;
  transition-delay: 0ms !important;
}
#off-canvas-2678bab [class*="slide"],
#off-canvas-2678bab [class*="Slide"],
#off-canvas-2678bab [class*="effect"]{
  animation-duration: var(--oc-speed) !important;
  animation-delay: 0ms !important;
}