/** === Pullquote Block === */

.wp-block-pullquote blockquote p{
    color: inherit;
}
.wp-block-pullquote {
    padding: 0;
}
.wp-block-pullquote blockquote{
    float: none;
    clear: both;
}

.wp-block-pullquote blockquote:before {
    display: none;
}

.wp-block-pullquote blockquote {
    padding: 50px 100px;
	margin: 0;
	background-image: none;
}

.wp-block-pullquote blockquote {
    border-bottom: 2px solid;
    border-top: 2px solid;
    border-left: none;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: initial;
    margin-right: initial;
    max-width: 100%;
    text-align: center;
    border: none;
}

.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
.wp-block-pullquote.alignright.is-style-solid-color blockquote p{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
}
.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
    padding: 40px;
    text-align: left;
    margin: 0;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    padding: 0;
    margin-top: 8px;
}

.wp-block-pullquote.is-style-solid-color.alignleft,
.wp-block-pullquote.is-style-solid-color.alignright {
    border: none;
}

.wp-block-audio.aligncenter,
.wp-block-pullquote.aligncenter {
    text-align: center;
}

.wp-block-pullquote.aligncenter {
    padding: 0;
}

.wp-block-pullquote.alignleft {
    text-align: left;
    margin-right: 3rem;
    margin-bottom: 10px;
}

.wp-block-pullquote.alignright {
    text-align: left;
    margin-left: 3rem;
    margin-bottom: 10px;
}
.wp-block-quote.is-style-large cite,
.wp-block-quote cite{
	margin-top: 10px;
	display:block;
	text-align: left;
}
.wp-block-quote cite,
.wp-block-pullquote cite {
    font-size: 80%;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 400px;
}
.wp-block-quote.is-style-large cite{
    text-align: left;
}
.wp-block-pullquote.alignleft{
    text-align: left;
    margin-top: 0;
}
.wp-block-pullquote.alignright{
    text-align: right;
}
.wp-block-pullquote cite{
    font-size: 80%;
    font-style: normal;
}
.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p{
  font-style: normal;
}
.wp-block-pullquote blockquote{
  font-style: normal;
}
blockquote cite em{
  font-style: normal;
}
.wp-block-audio.aligncenter,
.wp-block-pullquote.aligncenter{
    text-align: center;
}
.wp-block-pullquote.aligncenter:before{
    left: 50%;
    margin-left: -14px;
}
.wp-block-pullquote{
    padding: 3rem 24px; 
    margin-bottom: 24px;
  border: 0;
}