/*
 Theme Name:   Dekoro Child
 Theme URI:    https://wordpress.com
 Description:  This is a child theme for Dekoro
 Author:       Goalthemes
 Author URI:   #
 Template:     dekoro
 Version:      1.0.0
 Text Domain:  dekoro-child
*/
/* productnal hatter */
section#goal-breadscrumb {
  background: linear-gradient(135deg, #8b0000 0%, #d32f2f 40%, #ffb300 100%);
  color: #fff;
  text-shadow: 0 2px 6px rgba(0,0,0,0.4);
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 0; /* maradjon téglalap */
}

/* Finom csillanás (opcionális, ünnepi hatás) */
section#goal-breadscrumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.15) 0%, transparent 40%, rgba(255,255,255,0.15) 80%);
  animation: shimmer 8s linear infinite;
  pointer-events: none;
}

@keyframes shimmer {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
/* VEGE productnal hatter */

/* karacsonyi oldal */
.elementor-element.elementor-element-c79403c.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    padding: 0 !important;
}
.elementor-element.elementor-element-c79403c.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    margin-top: -10px !important;
}

/* h3.elementor-heading-title.elementor-size-default {
    text-align: center;
} */
.logo img{
	height: 120px !important;
    width: auto !important;
	padding: 19px !important;
}

