/*
Theme Name: Graceful Child (Lynne Marshall)
Theme URI: https://www.lynnemarshall.com/
Author: Lynne Marshall
Author URI: https://www.lynnemarshall.com/
Description: Corrected child theme of Graceful for Lynne Marshall. Fixes the front-page collapse (parent stylesheet is now loaded safely without dequeuing the parent handle), adds a single centered footer copyright line, and a classic full-content homepage layout reusing Graceful's own content-wrap/content-column markup. Keeps parent design, header, footer widgets, menus and links intact.
Version: 1.0.2
Requires at least: 5.3
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Template: graceful
Text Domain: graceful-child
Tags: blog, news, two-columns, right-sidebar, featured-images, custom-menu, translation-ready
*/

/* Classic homepage: rely on the theme's own .content-wrap/.content-column.
   Only enforce responsive featured image + readable content. */
.content-post .site-images img,
.content-post .gc-featured-img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}
.content-post .post-page-content { line-height: 1.7; }
.content-post .post-page-content img { max-width: 100%; height: auto; }
.content-post .post-title { line-height: 1.3; }

/* Footer copyright: single line, centered */
#site-footer .footer-copyright,
.footer-bottom-wrap .footer-copyright {
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
