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


@media #{$media_lg} {
	/* Blog layout: List */
	.post_layout_plain .post_header .post_price {
		@include font(2em, 1.5em);
	}
}


@media #{$media_md} {
	/* Blog layout: List */
	.post_layout_plain .post_header .post_price {
		@include font(1.75em, 1.5em);
	}
}


@media #{$media_sm} {
	/* Blog layout: List */
	.post_layout_plain:not(.sticky) {
		@include flex-direction(column);
	}
	.post_layout_plain .post_featured {
		@include flex-basis(100%);
	}
	.post_layout_plain .post_featured + .post_content_wrap {
		@include flex-basis(100%);
	}

	.post_layout_plain .post_header .post_price {
		position:static;
		right: auto;
		top: auto;
		margin-top:0.3em;
	}
}


@media #{$media_xs} {
	.post_layout_plain .post_content_wrap {
		padding: 1.5em;
	}
}