/*
Theme Name: Deal Branza Moderne Child
Theme URI: https://dealbranza.com/
Description: Child theme for Deal Branza based on the Moderne theme.
Author: Deal Branza
Template: moderne
Version: 1.0.0
Text Domain: dealbranza-moderne-child
*/

@import url("../moderne/style.css");

.dealbranza-classic-post {
	margin-bottom: 3rem;
}

.dealbranza-classic-post .featured-image {
	float: none;
	max-width: 100%;
	margin: 0 0 1.25rem;
}

.dealbranza-classic-post .featured-image img,
.dealbranza-classic-post .entry-summary img,
.dealbranza-classic-post .entry-content img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.dealbranza-classic-post .entry-header {
	clear: both;
}

.dealbranza-classic-post .entry-summary,
.dealbranza-classic-post .entry-content {
	overflow-wrap: anywhere;
}

.dealbranza-classic-post .entry-summary iframe,
.dealbranza-classic-post .entry-summary embed,
.dealbranza-classic-post .entry-summary object {
	max-width: 100%;
}

.dealbranza-classic-post .entry-summary table {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
}

#site-footer .site-info,
#site-footer .copyright,
#site-footer .footer-social,
#site-footer .dealbranza-footer-copyright {
	text-align: center;
}

#site-footer .copyright,
#site-footer .footer-social {
	width: 100%;
	max-width: 100%;
	flex: 0 0 100%;
}

@media (max-width: 767px) {
	.dealbranza-classic-post {
		margin-bottom: 2rem;
	}

	.dealbranza-classic-post .entry-title {
		font-size: 1.75rem;
		line-height: 1.2;
	}
}
