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

@media #{$media_lg} {
	.single_style_out-below-boxed.post_header_wrap .post_header + .post_featured {
		margin-top: 3.6em;
	}
}


@media #{$media_md} {
    /* Single post header */
	.single_style_out-below-boxed.post_header_wrap {
		margin-bottom: 3em;
	}
	.single_style_out-below-boxed.post_header_wrap .post_header + .post_featured {
		margin-top: 2.6em;
	}
}

@media #{$media_sm} {
	.single_style_out-below-boxed.post_header_wrap .post_header + .post_featured {
		margin-top: 1.6em;
	}
	.single_style_out-below-boxed.post_header_wrap {
		margin-bottom: 2em;
	}
}


@media #{$media_xs} {
    /* Single post header */
	.single_style_out-below-boxed.post_header_wrap {
		margin-bottom: 2em;
	}
}