/**
* Theme Name: Kitchor Child
* Description: This is a child theme of Kitchor, generated by Merlin WP.
* Author: <a href="https://themelexus.com/">Themelexus</a>
* Template: kitchor
* Version: 1.4.5
*/

.c-primary {
    font-size: 31px!important;
    color: var(--e-global-color-primary);
}


/* Sticky header con animación y sombra al fijarse */
#masthead{
  position: sticky;
  top: 0;
  z-index: 9999;
  transition: transform .3s ease, box-shadow .2s ease, background-color .2s ease;
  will-change: transform;
  background: rgba(255,255,255,.98);
}
#masthead.header-hidden{
  transform: translateY(-100%);
}
#masthead.header-stuck{
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

/* Ajuste si hay barra de admin de WordPress */
body.admin-bar #masthead{ top: 32px; }
@media (max-width: 782px){
  body.admin-bar #masthead{ top: 46px; }
}


@media (max-width: 1000px) {
  /* Slide 23 */
  #SR7_6_1-23-36 {
    top: 0px !important;
  }

  /* Slide 38 */
  #SR7_6_1-38-36 {
    top: 0px !important;
  }

  /* Slide 40 */
  #SR7_6_1-40-36 {
    top: 0px !important;
  }
}