/*
Theme Name:   Webbame25 Child
Template:     twentytwentyfive
Version:      1.0
*/
body {
  margin: 0;
  padding: 0;
  background: white;
}
.wp-site-blocks,
.wp-block-group,
.wp-block-post-content {
  padding: 0 !important;
  margin: 0 !important;
}
/* Disattiva eventuali media query da plugin o editor */
@media (min-width: 1200px) {
    .wpb-content--blank .wpb-content-wrapper {
        max-width: none !important;
    }
}
.widgettitle {
	display:none !important;
}