/*
Theme Name: Aches Away
Theme URI: https://www.aches-away.com/
Description: Divi 4 child theme for Aches Away Massage Specialists.
Author: Aches Away Massage Specialists
Template: Divi
Version: 1.0.3
Text Domain: aches-away-divi
*/

/* Single posts: match /blog/ 2/3 + 1/3 sidebar layout */
@media (min-width: 981px) {
	.single-post #main-content .container {
		max-width: 1140px;
		padding: clamp(48px, 6vw, 72px) 0;
		width: calc(100% - 40px);
	}

	.single-post #main-content .container::before {
		display: none;
	}

	.single-post #content-area {
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-start;
		column-gap: 5.5%;
	}

	.single-post #content-area::after {
		display: none;
	}

	.single-post #left-area,
	.single-post #sidebar {
		float: none !important;
		margin-left: 0 !important;
		width: auto !important;
	}

	.single-post #left-area {
		flex: 1 1 64.833%;
		max-width: 64.833%;
		padding-bottom: 0;
		padding-right: 0;
	}

	.single-post #sidebar {
		flex: 0 0 29.667%;
		max-width: 29.667%;
		padding-left: 0;
	}
}

@media (max-width: 980px) {
	.single-post #left-area,
	.single-post #sidebar {
		width: 100% !important;
	}
}

