/* Elementor címsor minden dísz eltávolítása */
.elementor-widget-heading .elementor-heading-title {
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
  background-image: none !important;
}

/* Gyakori pseudo-element dekorok lelövése */
.elementor-widget-heading .elementor-heading-title::before,
.elementor-widget-heading .elementor-heading-title::after {
  content: none !important;
  display: none !important;
}

/* Ha a téma közvetlenül a H1–H6-ra teszi a díszt */
h1.elementor-heading-title,
h2.elementor-heading-title,
h3.elementor-heading-title,
h4.elementor-heading-title,
h5.elementor-heading-title,
h6.elementor-heading-title {
  text-decoration: none !important;
  border: none !important;
  background-image: none !important;
  box-shadow: none !important;
}

/* Biztos, ami biztos: bármilyen alsó szegély eltávolítása */
.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading h3.elementor-heading-title,
.elementor-widget-heading h4.elementor-heading-title,
.elementor-widget-heading h5.elementor-heading-title,
.elementor-widget-heading h6.elementor-heading-title {
  border-bottom: none !important;
}

/* Animated Headline highlight/marker eltüntetése */
.elementor-widget-animated-headline .elementor-headline-dynamic-wrapper svg,
.elementor-widget-animated-headline .elementor-headline-plain-text:after,
.elementor-widget-animated-headline .elementor-headline-dash {
  display: none !important;
}



/* Elementor címsor minden dísz eltávolítása előző verziók */
.elementor-heading-title::before 
{
		display: none !important; 
}

.main_menu_nav>li .sub-menu>li 
{
		text-transform:none !important
}