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

/* Custom style */

nav ul > li:nth-child(3) > ul.sub-menu > li > a {
  font-weight: 500 !important;
  text-transform: none !important;
}
/* @media only screen and (max-width: 768px) {
	.elementor-11 .elementor-element.elementor-element-a25ec10:not(.elementor-motion-effects-element-type-background){
		background-image: linear-gradient(180deg, var(--e-global-color-a0921c6) 40%, var(--e-global-color-accent) 0%);
	}
} */

/* CURSOR */
@media (min-width: 1001px) {
  .custom-cursor {
    position: fixed;
    opacity: 0;
    pointer-events: none;
    mix-blend-mode: difference;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    transition: transform 350ms ease;
    transform: translate(-50%, -50%) scale(0.6);
    z-index: 10001;
  }

  .custom-cursor--link {
    transform: translate(-50%, -50%) scale(1);
  }
}

@media (max-width: 1000px) {
  .custom-cursor {
    display: none !important;
  }
}
.grecaptcha-badge { 
    visibility: hidden !important;
}