/*
 Theme Name:     Guagnini
 Description:    Guagnini Theme
 Author:         HostingVirtuale
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
#main-header{
	box-shadow:none;
}
#top-menu li li{
	line-height:1.2;
	padding:5px 5px;
	width:100%;
}
#top-menu li li a{
	font-size:15px;
	text-transform:none;
	font-weight:normal;
	width:100%;
}

/* Shortcode Page Child */
.child-pages{
    display: flex;
    flex-wrap: wrap;
    gap:40px;
    justify-content: space-between; /* Aggiunto per distribuire uniformemente gli spazi */
}
.child-pages .child-page {
    flex: 1 1 calc(33.333% - 40px);
    box-sizing: border-box; /* Assicura che il padding e il border siano inclusi nella larghezza totale */
	max-width:48%;
}
.child-pages img{
  margin-bottom:20px;
	height:300px;
	object-fit:cover;
}
.child-pages h3{
	text-transform:uppercase;
	font-size:16px !important;
  text-align:center;
  position:relative;
}
@media(max-width:767px){
	.child-pages h2{

	}
}
@media(max-width:450px){
	.child-pages .child-page {	
		max-width:100%;
		flex:auto;
	}
}


