/**
 * Espresso Oriente child theme custom styles.
 *
 * Add site-specific CSS here instead of editing Kadence directly.
 */

:root {
  --espresso-page-hero-image: url("https://espressooriente-staging.blackbelt.cl/wp-content/uploads/2025/09/arriba.png");
}

#masthead,
#masthead .site-header-row-container-inner,
#masthead .site-main-header-wrap,
#masthead .site-main-header-wrap .site-header-row-container-inner,
#masthead .site-bottom-header-wrap,
#masthead .site-bottom-header-wrap .site-header-row-container-inner,
#masthead .site-top-header-wrap,
#masthead .site-top-header-wrap .site-header-row-container-inner {
  background-color: #ffffff !important;
  background-image: none !important;
}

.entry-hero.page-hero-section,
.entry-hero.product-archive-hero-section,
.entry-hero.product-hero-section {
  background-image: var(--espresso-page-hero-image);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: auto 160px;
  background-color: transparent;
}

.entry-hero.page-hero-section .entry-hero-container-inner,
.entry-hero.product-archive-hero-section .entry-hero-container-inner,
.entry-hero.product-hero-section .entry-hero-container-inner {
  background: transparent !important;
  background-image: none !important;
}

@media (max-width: 767px) {
  .entry-hero.page-hero-section,
  .entry-hero.product-archive-hero-section,
  .entry-hero.product-hero-section {
    background-size: auto 120px;
  }
}

.site-footer .powered-by-kadence,
.site-footer .theme-info,
.site-footer a[href*="kadencewp.com"],
.site-footer a[href*="kadence-theme.com"] {
  display: none !important;
}
