/*
Theme Name: Fitness Glob BlogAura Child
Theme URI: https://fitnessglob.com/
Description: Child theme for Fitness Glob based on the BlogAura theme.
Author: Fitness Glob
Template: blogaura
Version: 1.0.0
Text Domain: fitnessglob-blogaura-child
*/

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

.fitnessglob-classic-post {
	margin-bottom: 2.5rem;
}

.fitnessglob-classic-post .entry-image,
.fitnessglob-classic-post .post-thumbnail,
.fitnessglob-classic-post .featured-media {
	margin-bottom: 1.25rem;
}

.fitnessglob-classic-post img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.fitnessglob-classic-post .entry-content {
	overflow-wrap: anywhere;
}

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

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

.site-footer .site-info,
.site-footer .site-info-panel,
.fitnessglob-footer-copyright {
	text-align: center;
}

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

	.fitnessglob-classic-post .entry-title {
		line-height: 1.2;
	}
}
