.elementor-kit-47226{--e-global-color-primary:#C01F56;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#C01F56;--e-global-color-db25b1b:#FFFFFF;--e-global-color-c3470bc:#C01E57;--e-global-color-c303e62:#E8DDD0;--e-global-color-dca2d95:#FFFEF2;--e-global-color-0d87ec1:#8B8171;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-size:26px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-1c1ef98-font-family:"Cormorant Garamond";--e-global-typography-3a98bb8-font-family:"Karla";background-color:var( --e-global-color-dca2d95 );}.elementor-kit-47226 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}@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-kit-47226{--e-global-typography-primary-font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* črke: skrite, ob hoverju se pojavijo ena za drugo */
.cta-letters .letter{
  display:inline-block;
  opacity:0;
  transform:translateY(0.35em);
  transition:opacity .4s ease, transform .4s ease;
}
.cta-letters:hover .letter{
  opacity:1;
  transform:translateY(0);
  transition-delay:calc(var(--i) * 0.04s);
}

/* puščica: pride za besedilom, ko se črke že naložijo */
.cta-letters .elementor-button-text::after{
  content:"  →";
  opacity:0;
  transition:opacity .3s ease;
  transition-delay:.25s;
}
.cta-letters:hover .elementor-button-text::after{
  opacity:1;

}
/* HERO — prilepljen na vrh med drsenjem */
.hero-sticky {
    position: sticky;
    top: 0;
    z-index: 1;
    height: 500px;
}

/* SEKCIJA POD HEROJEM — zapelje čez hero */
.hero-reveal {
    position: relative;
    z-index: 2;
    background: #FFFEF2;
}
/* HERO — prilepljen na vrh med drsenjem */
.hero-sticky {
    position: sticky !important;
    top: 0;
    z-index: 1;
    height: 500px;
}

/* SEKCIJA POD HEROJEM — zapelje čez hero */
.hero-reveal {
    position: relative;
    z-index: 2;
    background: #FFFEF2;
}

/* VAROVALO: predniki ne smejo imeti overflow:hidden (sicer sticky odpove) */
.elementor-45927 .e-con-inner,
.elementor-45927 .e-con,
.page-wrapper,
.main-page-wrapper,
.website-wrapper {
    overflow: visible !important;
}

/* Nove Elementor Full Width strani – vsebina od roba do roba */
body.elementor-template-full-width main.container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
body.elementor-template-full-width .main-page-wrapper {
    padding-top: 0 !important;
}/* End custom CSS */