/*
Theme Name: Bijoux Fous QuickPress Classic Child
Theme URI: https://bijouxfous.com/
Description: A full-post classic homepage child theme for QuickPress with a clean dynamic footer.
Author: Bijoux Fous
Template: quickpress
Version: 1.0.0
Text Domain: bijouxfous-quickpress-classic-child
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Classic full-post blog index only. */
body.home .bijoux-classic-post,
body.blog .bijoux-classic-post {
	display: block;
	width: 100%;
	max-width: 100%;
	float: none;
	flex: 0 0 100%;
}

body.home .bijoux-featured-image,
body.blog .bijoux-featured-image,
body.home .bijoux-featured-image a,
body.blog .bijoux-featured-image a {
	display: block;
	width: 100%;
	max-width: 100%;
}

body.home .bijoux-featured-image img,
body.blog .bijoux-featured-image img,
body.home .bijoux-full-post-content img,
body.blog .bijoux-full-post-content img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

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

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

#footer .bijoux-copyright {
	width: 100%;
	margin: 0;
	text-align: center;
}