/*
Theme Name: Vilata Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/* Cabecera móvil: corregir posición inicial y sticky */
@media (max-width: 600px) {

  /* Visitante normal: siempre pegado arriba */
  body:not(.admin-bar) #page-header.l-header.pos_fixed {
    top: 0 !important;
  }

  /* Usuario logueado: cabecera inicial debajo de la barra admin */
  body.admin-bar #page-header.l-header.pos_fixed:not(.sticky) {
    top: 46px !important;
  }

  /* Usuario logueado: cabecera sticky pegada arriba al hacer scroll */
  body.admin-bar #page-header.l-header.pos_fixed.sticky {
    top: 0 !important;
  }

}