/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Cabecera: quitar foto de fondo, dejar logo sobre fondo plano claro (jul2026) */
header.minimal-header{
  background-color:#faf8f5 !important;
  border-bottom-color:#e3ddd0 !important;
  background-repeat:no-repeat, no-repeat, no-repeat !important;
  background-position:0 0, left center, right center !important;
  background-size:100% 100%, 420px auto, 420px auto !important;
  background-image:
    linear-gradient(to right, transparent 0%, #faf8f5 16%, #faf8f5 84%, transparent 100%),
    url('https://encendedor.site/wp-content/uploads/2026/07/header-lighter-ambient-2026-v2.jpg'),
    url('https://encendedor.site/wp-content/uploads/2026/07/header-lighter-ambient-2026-v2.jpg') !important;
}
header.minimal-header .site-description,
header.minimal-header .header-tagline{
  display:block !important;
  color:#8a8378 !important;
  font-size:13px !important;
  margin-top:4px !important;
  letter-spacing:.02em;
}


/* Logo con fondo blanco quemado en el PNG - fundir con el fondo crema del header (jul2026) */
.custom-logo-link img{
  mix-blend-mode: multiply;
}

/* Boton de subir: alejar del borde y agrandar para movil (jul2026) */
@media (max-width: 767px){
  #scroll-top{
    bottom: 24px !important;
    right: 16px !important;
    width: 44px !important;
    height: 44px !important;
  }
  #scroll-top i{
    line-height: 44px !important;
    font-size: 18px !important;
  }
}