/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
/* Centra y coloca la imagen de la cabecera de la home */
.center-header-home {
    background-image: url('https://bodairiseinaki.es/wp-content/uploads/2025/06/iris-e-inaki-r2-scaled-1.jpg') !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}



/* centra las imágenes del page hero de cabecera en las páginas */
.center-header {
    background-image: var(--inline-bg-image) !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.site-main {
	background-color: #f8f7ef !important;
}

.center-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); 
    z-index: 1;
}

/* 
Change the color of the submit button
Doc link: https://wpforms.com/developers/how-to-change-the-submit-button-color/
*/
/* 
button#wpforms-submit-5044, 
form#wpforms-form-5044, button.wpforms-page-button {
    background-color: #f8f7ef !important;
    border-color: #f8f7ef !important;
    color: #000000 !important;
    transition: background 0.3s ease-in-out;
}

button#wpforms-submit-5044:hover,
form#wpforms-form-5044 button.wpforms-page-button:hover {
    background-color: #f8f7ef !important; 
} 
*/


/* GeneratePress Site CSS */ /* generateblocks button transition */
a.gb-button {
	transition: all 0.5s ease 0s;
}

.post-image img {
border-radius: 20px;
}

/* nav-button en el menú off-canvas (móvil) */
li.nav-button a {
	background-color: #666666 !important;
	color: #f8f7ef !important;
	text-transform: uppercase;
	padding: 10px 25px;
	border-radius: 9999px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	transition: all 0.2s ease;
}

/* Hover tanto en móvil como escritorio */
li.nav-button a:hover {
	background-color: #f8f7ef !important;
	color: #666666 !important;
}



/* center align all footer widgets on mobile */

/* @media (max-width:800px) {
	.inside-footer-widgets {
		text-align: center;
	}
} */
 /* End GeneratePress Site CSS */

footer.site-info {
    display: none !important;
}

.gb-element-bb0c9c44 {
    max-width: 600px; /* o el ancho que prefieras */
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.justify {
	text-align: justify !important;
}

.hide {
	display: none !important;
}

.spanish {
    font-style: italic;
    font-size: 0.8em; 
}
