/*
Theme Name:   PatioTime Child - Bella Pizza Speed
Theme URI:    https://bellapizzahh.com/
Description:  PatioTime child theme for performance optimization (async font/icon CSS, legacy JS removal). Authored for bellapizzahh.com.
Author:       Bella Pizza Optimization
Template:     patiotime
Version:      1.0.1
Text Domain:  patiotime-child-rpm
*/

/* Header: show only the logo image. Hide the redundant site title + tagline text. */
.site-branding .site-title,
.site-branding .site-description {
	display: none !important;
}

/* Remove the empty white gap between the homepage content and the footer.
   The full-width Elementor layout does not need the theme content-wrapper bottom spacing. */
.home #content.site-content,
.home #content.site-content > .main,
.home #primary.content-area,
.home article.hentry,
.home .entry-content {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.home .site-footer {
	margin-top: 0 !important;
}
