/** === Blockquote Block === */
/* Blockquote */
blockquote:before, q:before {
    content: "\f10e";
    font-family: "FontAwesome";
    font-size: 24px;
    position: absolute;
    top: -2px;
    left: -35px;
    line-height: 41px;
    z-index: 0;
    color: #666;
}
blockquote p + cite{
    display: block;
    opacity: .5;
}
.wp-block-quote p{
    margin-bottom: 15px;
}
.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-table.is-style-stripes{
	border: none;
}
.entry-content .wp-block-pullquote blockquote p{
	margin-bottom: 15px;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin-left: 37px;
	padding:0;
}
.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p {
	font-style: normal;
}
.wp-block-quote:not(.is-large):not(.is-style-large){
    border-left: 0;
    padding-left: 0;
}