/** === Blockquote Block === */
.wp-block-quote:before,
blockquote:before{
    content: "\201D";
	font-family: serif;
}
.wp-block-quote:before,
blockquote:before{
    position: absolute;
    display: block;
    text-align: center;
    opacity: .1;
    top: 20px;
    left: 0;
    font-size: 10rem;
    line-height: 55px;
	font-weight: 700;
	@include mq('md') {
		top: 13px;
		left: -44px;
		font-size: 15rem;
	}
}
.wp-block-quote,
blockquote,
.wp-block-quote.is-style-large {
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 900;
	position: relative;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	padding: 25px;
	@extend .vertical-gutter-flow;
	@include mq('sm') {
		font-size: 2rem;
	}
	@include mq('md') {
		padding:0;
	}	
	@include mq('lg') {
		font-size: 2.2rem;

	}	
}
blockquote p + cite{
	margin-top: -10px;
	display: block;
	font-size: 1.8rem;
	@include mq('md') {
		margin-top: -25px;
	}	
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p{
	line-height: 1.4;
	font-style: normal;
}
.wp-block-quote.is-large cite, 
.wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, 
.wp-block-quote.is-style-large footer{
	text-align: left;
}
.wp-block-quote.is-style-large{
	@extend .vertical-gutter-flow;	
}
