Found the problem…my fault and will add this to the next update release. But for you, open the theme’s style.css and look for line 713 for this:
/* Blockquotes
------------------------------------------------------------- */
.format-standard blockquote,
.type-page blockquote {
width: 90%;
margin: 1.25em auto 2em;
padding: 0 0 0 1.250em;
border-left: 0.750em solid #bcc0c3;
font-size: 1.188em;
font-style: italic;
color: #7e8184;
}
Add this just before the .format-standard blockquote:
.widget blockquote,