/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor page builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
/* Stil calculator */

.ccslidecontainer {
  width: 100%;
}

.ccslider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: var(--e-global-color-accent);
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
	margin: 25px 0;
}

.ccslider:hover {
  opacity: 1;
}

.ccslider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--e-global-color-primary);
  cursor: pointer;
}

.ccslider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--e-global-color-primary);
  cursor: pointer;
}

body .is-style-justify-text { text-align: justify; }

@media (max-width: 768px) { /* Ajustează valoarea în funcție de breakpoint-ul dorit */
    .elementor-nav-menu--dropdown .elementor-item {
        letter-spacing: 1px !important;
    }
}