/**
 * Blog single — TheFlash narrow_content genişliğini yumuşatır.
 */

.sidebar_hide.narrow_content .post_item_single.post_type_post,
.sidebar_hide.narrow_content .post_item_single.post_type_post ~ .show_comments_single,
.sidebar_hide.narrow_content .post_item_single.post_type_post ~ section {
	width: min(92%, 900px);
	max-width: 900px;
}

.narrow_content.single_style_style-1 .post_header_single .content_wrap {
	padding-left: 40px;
	padding-right: 40px;
}

@media (max-width: 1024px) {
	.sidebar_hide.narrow_content .post_item_single.post_type_post,
	.sidebar_hide.narrow_content .post_item_single.post_type_post ~ .show_comments_single,
	.sidebar_hide.narrow_content .post_item_single.post_type_post ~ section {
		width: 100%;
		max-width: none;
	}

	.narrow_content.single_style_style-1 .post_header_single .content_wrap {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media (max-width: 767px) {
	.single_style_style-1 .page_content_wrap > .content_wrap {
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
}
