/*
 Theme Name:   ListingHive Child
 Theme URI:    https://alertamascotas.es/
 Description:  ListingHive Child Theme para Alertamascotas.es
 Author:       Marin Popov
 Author URI:   https://alertamascotas.es/
 Template:     listinghive
 Version:      1.0.0
 Text Domain:  listinghive-child
*/

/* Aquí es donde añadirás tu CSS personalizado */

/* Reemplaza 123 con el ID de tu página */
.page-id-2 .header-hero {
    min-height: 400px; 
	justify-content: center; 
}

.page-id-2 .header-hero h1 {
    position: absolute;
    top: 150px;
    left: 50%;	
	transform: translateX(-50%);
    text-align: center;
	width: 100%;
}

/*image reduced max size*/
.am-img-md img{
	max-width:800px;
}

