/*
Theme Name: Aacity Independente Child
Theme URI: https://aacity.net/
Description: Child theme for Independente with a classic full-content blog homepage.
Author: Aacity
Template: independente
Version: 1.0.0
Text Domain: aacity-independente-child
*/


@import url("../independente/style.css");

.home .aacity-classic-post .post-list-inner,
.blog .aacity-classic-post .post-list-inner {
	display: block;
}

.aacity-classic-post .post-thumbnail-wrap {
	width: 100%;
	height: auto;
	min-width: 0;
	min-height: 0;
	margin-bottom: 1.5rem;
	border-radius: var(--radius-md);
}

.aacity-classic-post .post-thumbnail-img {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: none !important;
	object-fit: contain;
}

.aacity-full-content {
	overflow-wrap: anywhere;
}

.aacity-full-content img {
	max-width: 100%;
	height: auto;
}

.aacity-full-content iframe,
.aacity-full-content embed,
.aacity-full-content object,
.aacity-full-content video {
	max-width: 100%;
}

.aacity-full-content table {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	border-collapse: collapse;
}

footer[role="contentinfo"] .site-info {
	text-align: center;
}

footer[role="contentinfo"] .site-info p {
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 600px) {
	.aacity-classic-post .post-thumbnail-wrap,
	.aacity-classic-post .post-thumbnail-img {
		height: auto !important;
	}
}

