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

.single_style_out-sticky-boxed.post_header_wrap {
	margin-bottom: 4em;
}
.single_style_out-sticky-boxed.post_header_wrap > .content_wrap,
.content .single_style_out-sticky-boxed.post_header_wrap {
	position: relative;
	padding-bottom: 0.1px;
}
.single_style_out-sticky-boxed.post_header_wrap + .content_wrap {
	padding-top: 0;
}
.single_style_out-sticky-boxed.post_header_wrap .post_featured {
	margin: 0 0 7em;
}

.single_style_out-sticky-boxed.post_header_wrap .post_header {
	display: block;
}
.single_style_out-sticky-boxed.post_header_wrap .post_featured + .post_header {
	display: inline-block;
	@include abs-cb;
	max-width: 50%;
	box-sizing: border-box;
	text-align: center;
	background-color: #fff;
	padding: 2em;
	margin: 0;
	@include border-radius(4px);
	@include box-shadow(0 0 16px 0 rgba(0, 0, 0, 0.1));
}

.single_style_out-sticky-boxed.post_header_wrap .post_header .post_title {
	margin-top: 0;
	margin-bottom: 0;
}
.single_style_out-sticky-boxed.post_header_wrap .post_header .post_title + .post_meta {
	margin-top: 0.5em;
}
.single_style_out-sticky-boxed.post_header_wrap .post_header .post_meta_categories {
    margin-top: 0;
	margin-bottom: 0.5em;
}
.single_style_out-sticky-boxed.post_header_wrap .post_header .post_meta_other {
	margin-top: 1em;
}
.single_style_out-sticky-boxed.post_header_wrap .post_header .post_subtitle {
	margin-top: 0.1em;
}
