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


@media #{$media_lg} {
	/* Blog layout: Classic */
	.post_layout_classic blockquote {
		padding: 2.5em 2.5em 2.5em 5em;
	}
	.post_layout_classic blockquote:before {
		top: 1.2em;
		left: 0.9em;
	}
}


@media #{$media_md} {
	/* Blog layout: Classic */
	.post_layout_classic .swiper-container-horizontal > .swiper-pagination,
	.post_layout_classic .slider_outer > .swiper-pagination {
		bottom: 6px;
	}
	.post_layout_classic .slider_container .swiper-pagination-bullet, 
	.post_layout_classic .slider_outer .swiper-pagination-bullet {
		@include square(6px);
	}
	.post_layout_classic.post_format_audio .mejs-time {
		display:none;
	}
	.post_layout_classic .post_title {
		font-size: 16px;
	}
	.post_layout_classic .post_featured {
		margin-bottom: 1.2em;
	}
	.post_layout_classic blockquote,
	.post_layout_classic blockquote[class*="wp-block-quote"][class*="is-style-"],
	.post_layout_classic blockquote[class*="wp-block-quote"][class*="is-"],
	.post_layout_classic .wp-block-quote:not(.is-large):not(.is-style-large),
	.post_layout_classic .wp-block-freeform.block-library-rich-text__tinymce blockquote {
		padding: 1.5em 1.5em 1.5em 3.5em;
	}
}
@media #{$media_sm} {
	.post_layout_classic .post_header + .post_content {
		padding-top: 0.5em;
	}
	.post_layout_classic.post_format_audio .mejs-time {
		display: block;
	}
	.posts_container.columns_wrap .post_layout_classic {
		padding-bottom: 3px;
	}
}