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

@media #{$media_xl} {
	.post_layout_excerpt + .post_layout_excerpt {
		margin-top: 5rem;
	}
}



@media #{$media_lg} {
	/* Blog layout: Excerpt */
	.post_layout_excerpt .post_header .post_price {
		@include font(1.7em, 1.4em);
	}
}


@media #{$media_md} {
	/* Blog layout: Excerpt */
	.post_layout_excerpt .post_header .post_price {
		@include font(1.5em, 1.4em);
	}
	.post_layout_excerpt .post_meta + .post_content_inner {
		margin-top: 1.1em;
	}
	.post_layout_excerpt .post_content > .sc_button {
		margin-top: 1.1em;
	}
	.post_layout_excerpt + .post_layout_excerpt {
		margin-top: 3.5rem;
	}
}


@media #{$media_sm} {
	.post_layout_excerpt .post_featured {
		margin-bottom: 1.1em;
	}
	.post_layout_excerpt .post_header + .post_content {
		margin-top: 0.64em;
	}
	.post_layout_excerpt .post_meta + .post_content_inner {
		margin-top: 0.6em;
	}
	.post_layout_excerpt .post_content > .sc_button {
		margin-top: 0.6em;
	}
	.post_layout_excerpt + .post_layout_excerpt {
		margin-top: 2.5rem;
	}
	.post_layout_excerpt.format-audio .post_featured {
		margin-bottom: 1.1em;
	}
}

@media #{$media_xs} {
	.post_layout_excerpt .post_title {
		font-size: 18px;
	}
	.post_layout_excerpt .post_featured {
		margin-bottom: 1em;
	}
	.post_layout_excerpt.sticky {
		padding: 1em;
	}
}