/* 
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 */

/* body:not(.elementor-editor-active) * {
  cursor: none!important;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .elementor-31 .elementor-element.elementor-element-3c02cee {
        --lottie-container-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.elementor-31 .elementor-element.elementor-element-f6cdc81 {
        --lottie-container-width: 100%;
    }
}
@media screen and (max-width: 767px) {
	.elementor-351 .elementor-element.elementor-element-133a49ee {
        --lottie-container-width: 100%;
    }
}
body:not(.elementor-editor-active) .cursor {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: solid grey 25px;
  opacity: 0.2;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 15px), -50%);
      -ms-transform: translate(calc(-50% + 15px), -50%);
          transform: translate(calc(-50% + 15px), -50%);
  z-index: 99999!important;
}

body:not(.elementor-editor-active) .cursor2 {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: white;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width .3s, height .3s, opacity .3s;
  -o-transition: width .3s, height .3s, opacity .3s;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 99999!important;
}

body:not(.elementor-editor-active) .hover {
  background-color: red;
  opacity: 0.5;
}

body:not(.elementor-editor-active) .cursorinnerhover {
  width: 50px;
  height: 50px;
  opacity: .5;
}
body:not(.elementor-editor-active) .size{
  width: 5px;
  height: 5px;  
} */
.elementor-widget-lottie {
        --lottie-container-width: 100%;
}
.flatpickr-calendar.open {
	z-index: 999!important;
}