/*
Theme Name: Hello Biz Child
Theme URI: https://github.com/elementor/hello-biz-child/
Description: Hello Biz Child is a child theme of Hello Biz, created by Elementor team
Author: Elementor Team
Template: hello-biz
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.0.0
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-biz-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

/* Add your custom styles here */

:root {
  /* 

    default name elementor colors

    --e-global-color-primary: #4258E6;
    --e-global-color-secondary: #0FBAEA;
    --e-global-color-text: #535353;
    --e-global-color-accent: #1F1F1F; 
    */

  /* custom name elementor vars */

  --e-global-color-5992b05: #fdb00c;
  --e-global-color-a59d17d: #f94610;
  --e-global-color-e1353f6: #d4d4d4;
  --e-global-color-78ad7a8: #f5f5f5;
  --e-global-color-83acdf2: #ffffff;
  --e-global-color-cf25cce: #1b1b1b;

  --e-global-color-button: var(--e-global-color-5992b05) !important;
  --e-global-color-hover: var(--e-global-color-a59d17d) !important;
  --e-global-color-border: var(--e-global-color-e1353f6) !important;
  --e-global-color-background: var(--e-global-color-78ad7a8) !important;
  --e-global-color-white: var(--e-global-color-83acdf2) !important;
  --e-global-color-black: var(--e-global-color-cf25cce) !important;
}

/* set inactive deco element */
.imgInvisible {
  pointer-events: none;
  user-select: none;
  z-index: -1;
}

/* set max height img */
.maxImg img {
  max-height: 80svh !important;
}

/* separator counter sections */
/*.elementor-editor-active .elementor-section-wrap,
[data-elementor-type='wp-page'] {
  counter-reset: listCountSection;
}
.elementor-editor-active .elementor-section-wrap > .elementor-element,
[data-elementor-type='wp-page'] > .elementor-element {
  position: relative !important;
  counter-increment: listCountSection;
  justify-content: center;

  display: flex !important;
  align-items: center !important;
}
.elementor-editor-active .elementor-section-wrap > .elementor-element::after,
[data-elementor-type='wp-page'] > .elementor-element::after {
  content: 'Section ' counter(listCountSection);
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  background-color: #212121;
  padding: 1rem;
  top: 0;
  color: white;
  order: -1;
}*/
