/*
Theme Name: Laura G.Arias
Theme URI: https://www.lauragarias.com/lauragarias-theme
Template: generatepress
Author: Laura G.Arias
Author URI: https://www.lauragarias.com/
Description: Theme Laura G.Arias 
Tags: Laura G.Arias
Version: 2.0
Updated: 2025-06-16 11:21:06

*/

/* Hide Featered Image */

.featured-image.page-header-image, .featured-image.page-header-image-single {
	
	display:none;
}



/* Header con fondo oscuro semitransparente */
.site-header {
    background: rgba(0, 0, 0, 0.5) !important;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    z-index: 9999999 !important;
}

/* Quitar padding del body */
body.home #page, body #page {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Logo texto en blanco */
.site-branding, .site-title, .site-title a {
    color: #ffffff !important;
}

.site-logo img, .custom-logo-link img {
    filter: brightness(0) invert(1) !important;
}

/* Menú en blanco */
.main-navigation a, .menu-toggle, .main-nav > ul > li > a {
    color: #ffffff !important;
}

/* Al hacer scroll */
.site-header.scrolled {
    background: #ffffff !important;
}

.site-header.scrolled .site-branding,
.site-header.scrolled .site-title,
.site-header.scrolled .site-title a,
.site-header.scrolled .main-navigation a {
    color: #333333 !important;
}

.site-header.scrolled .site-logo img,
.site-header.scrolled .custom-logo-link img {
    filter: none !important;
}