/*
Theme Name: Authentic Child
Theme URI: https://codesupply.co/themes/authentic/
Template: authentic
Author: Code Supply Co.
Author URI: https://codesupply.co/
Description: Authentic Child Theme
Version: 1.0.0.1748327643
Updated: 2025-05-27 08:34:03

*/

/*
 * Quita para siempre la Top Bar vacía y el spacer dummy
 */
.topbar,
.navbar-dummy {
  display: none !important;
}

/* — Superpone el header sobre el slider para eliminar la franja blanca — */
header#masthead {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent !important;
  z-index: 20;
}

/* — Quita márgenes/paddings que empujen el slider hacia abajo — */
.cs-block-section-slider,
.page-header {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* — Asegura que el contenido principal no se desplace — */
.site-content {
  margin-top: 0 !important;
}