/** === Blockquote Block === */
.wp-block-quote {
    margin-bottom: 30px;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0;
    padding: 2rem 3.6rem;
}

.wp-block-quote.is-large:before {
    left: 0;
}

.wp-block-pullquote {
    padding: 3rem 24px;
    margin-bottom: 0;
}
.wp-block-quote:not(.is-large):not(.is-style-large){
    border-left: 0;
    padding-left: 0;
}


// 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;
// }

