@import "../../../../css/_mixins.scss";
@import "../../../../css/_theme-vars.scss";

@media #{$media_lg} {
	.single_style_in-above.post_header_wrap .post_header + .post_featured {
		margin-top: 3.4em;
	}
	.single_style_in-above.post_header_wrap {
		margin-bottom: 3.4em;
	}
}

@media #{$media_md} {
	.single_style_in-above.post_header_wrap .post_header .post_title + .post_meta {
		margin-top: 1.2em;
	}
	.single_style_in-above.post_header_wrap .post_header + .post_featured {
		margin-top: 2.4em;
	}
	.single_style_in-above.post_header_wrap {
		margin-bottom: 2.4em;
	}
}

@media #{$media_sm} {
	.single_style_in-above.post_header_wrap .post_header .post_title + .post_meta {
		margin-top: 0.6em;
	}
	.single_style_in-above.post_header_wrap .post_header + .post_featured {
		margin-top: 1.4em;
	}
	.single_style_in-above.post_header_wrap {
		margin-bottom: 2em;
	}
}

@media #{$media_xs} {
    /* Single post header */
	.single_style_in-above .post_content_wrap {
		margin-bottom: 2em;
	}
	.single_style_in-above.post_header_wrap {
		margin-bottom: 1.8em;
	}
}