/*
Theme Name: Hacienda Chicahual
Theme URI: https://haciendachicahual.com/
Description: Child theme de GeneratePress para Hacienda Chicahual.
Author: Hacienda Chicahual
Author URI: https://haciendachicahual.com/
Template: generatepress
Version: 1.0.0
Text Domain: hacienda-chicahual
*/

/* =========================================================
   Hacienda Chicahual - Child theme
   Mantener limpio para no interferir con GeneratePress.
   ========================================================= */

/* =========================================================
   CRM Hacienda Chicahual
   Ocultar cabecera del tema en páginas /crm/
   ========================================================= */

body.hc-crm-page .site-header,
body.hc-crm-page .main-navigation,
body.hc-crm-page .navigation-stick,
body.hc-crm-page .gb-container.site-header,
body.hc-crm-page header.site-header {
  display: none !important;
}

/* =========================================================
   CRM Hacienda Chicahual - Ajustes GeneratePress
   ========================================================= */

body.hc-crm-page {
  background: #f4efe7 !important;
}

/* Ocultar cabecera del tema en páginas CRM */
body.hc-crm-page .site-header,
body.hc-crm-page .main-navigation,
body.hc-crm-page .navigation-stick,
body.hc-crm-page header.site-header {
  display: none !important;
}

/* Ocultar título nativo de la página */
body.hc-crm-page .entry-header,
body.hc-crm-page .page-header,
body.hc-crm-page .entry-title {
  display: none !important;
}

/* Ocultar footer del sitio dentro del CRM */
body.hc-crm-page .site-footer,
body.hc-crm-page .footer-widgets {
  display: none !important;
}

/* Forzar ancho completo */
body.hc-crm-page .site,
body.hc-crm-page .site-content,
body.hc-crm-page .content-area,
body.hc-crm-page .inside-article,
body.hc-crm-page .entry-content,
body.hc-crm-page .container,
body.hc-crm-page .grid-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Quitar fondo/caja blanca de GeneratePress */
body.hc-crm-page .inside-article {
  background: transparent !important;
}

/* Layout general: sidebar izquierda + contenido */
body.hc-crm-page .site-content {
  min-height: 100vh;
  display: grid !important;
  grid-template-columns: 292px minmax(0, 1fr);
  background: #f4efe7 !important;
}

/* Área lateral nativa */
body.hc-crm-page .widget-area,
body.hc-crm-page .sidebar {
  width: 292px !important;
  max-width: 292px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #1f383f !important;
}

/* Quitar padding visual del widget */
body.hc-crm-page .widget,
body.hc-crm-page .inside-left-sidebar,
body.hc-crm-page .inside-right-sidebar {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Login sin sidebar */
body.hc-crm-login-page .site-content {
  display: block !important;
}

body.hc-crm-login-page .widget-area,
body.hc-crm-login-page .sidebar {
  display: none !important;
}

@media (max-width: 980px) {
  body.hc-crm-page .site-content {
    display: block !important;
  }

  body.hc-crm-page .widget-area,
  body.hc-crm-page .sidebar {
    width: 0 !important;
    max-width: none !important;
  }
}