/*
Theme Name: Adam Hills AeonBlog Child
Theme URI: https://www.adamhills.net/
Description: A design-preserving child theme for AeonBlog on adamhills.net.
Author: Adam Hills
Template: aeonblog
Version: 1.1.0
Text Domain: adamhills-aeonblog-child
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/*
 * Site-specific styles can be added below. The parent theme stylesheet is
 * loaded first by functions.php so the existing design remains unchanged.
 */
/* Classic full-post blog index. */
body.home .adamhills-classic-blog,
body.blog .adamhills-classic-blog {
	display: block;
	columns: 1;
	column-count: 1;
}

body.home .adamhills-classic-post,
body.blog .adamhills-classic-post {
	display: block;
	width: 100%;
	max-width: 100%;
	float: none;
	flex: 0 0 100%;
}

body.home .adamhills-classic-post .featured-wrapper,
body.blog .adamhills-classic-post .featured-wrapper,
body.home .adamhills-classic-post .post-thumbnail,
body.blog .adamhills-classic-post .post-thumbnail {
	width: 100%;
	max-width: 100%;
}

body.home .adamhills-classic-post .post-thumbnail img,
body.blog .adamhills-classic-post .post-thumbnail img,
body.home .adamhills-full-post-content img,
body.blog .adamhills-full-post-content img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

body.home .adamhills-full-post-content iframe,
body.blog .adamhills-full-post-content iframe,
body.home .adamhills-full-post-content video,
body.blog .adamhills-full-post-content video {
	max-width: 100%;
}

body.home .adamhills-full-post-content table,
body.blog .adamhills-full-post-content table {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}