.elementor-kit-7{--e-global-color-primary:#131414;--e-global-color-secondary:#233D36;--e-global-color-text:#7A7A7A;--e-global-color-accent:#CFF678;--e-global-color-2a3b287:#FFFFFF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1250px;}.e-con{--container-max-width:1250px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*header*/
#slogan {
  position: relative;
}

#slogan::after {
  content: "";
  position: absolute; /* místo fixed */
  top: -98%;   
  right: 15vw;     
  width: 300px;
  aspect-ratio: 1 / 1;
  background: url("https://www.kikiasmecka.cz/wp-content/uploads/2025/11/KIKI-slogan.svg")
              center / contain no-repeat;
  pointer-events: none;
  opacity: 0.8;
  animation: sway 6s ease-in-out infinite;
  z-index: 1;
}


@keyframes sway {
  0%, 100% { transform: translateX(-3%); }
  50% { transform: translateX(3%); }
}


 @media (min-width: 1024px) and (max-width: 1360px)
{
    #slogan::after {
  content: "";
  position: fixed;
  top: -10%;   
  right: 15vw;     
  width: 250px;
  aspect-ratio: 1 / 1;
  background: url("https://www.kikiasmecka.cz/wp-content/uploads/2025/11/KIKI-slogan.svg")
              center / contain no-repeat;
  pointer-events: none;
  opacity: 0.8;
  animation: sway 6s ease-in-out infinite;
  z-index: 1;
} 
}


/*nadpisy*/
.title_underline {
    position: relative;
    height: auto; 
}

.title_underline::after {
    content: '';
    position: absolute;
    top: 50%;     
    left: 0;
    width: 15px;
    height:100%; 
	min-height:4rem;
    background-color: #CFF678;
    transform: translateY(-50%); 
}

.title_underline-white {
    position: relative;
    height: auto; 
}

.title_underline-white::after {
    content: '';
    position: absolute;
    top: 50%;  
    left: 0;
    width:15px;
    height:100%; 
	min-height:4rem;  
    background-color: white;
    transform: translateY(-50%); 
}

.blur-bg {
    -webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    -webkit-transition-property: background-color, -webkit-backdrop-filter;
    transition-property: background-color, -webkit-backdrop-filter;
    transition-property: background-color, backdrop-filter;
    transition-property: background-color, backdrop-filter, -webkit-backdrop-filter;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(100%) blur(13px);
    background-color: #ffffff21;
}
.highlight {
  color: #CFF678;
}/* End custom CSS */