/* 
Theme Name: Minimalist Blogger X Child 
Theme URI: https://superbthemes.com/minimalist-blogger-x/minimalist-blogger-x-info/
Description: Minimalist Blogger X Child
Theme Author: ThemeEverest
Author URI: http://superbthemes.com/
Template: minimalist-blogger-x
Version: 1.0.0
Text Domain: minimalist-blogger-x-child
License: GNU General Public License or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: theme-options, threaded-comments, translation-ready, sticky-post, footer-widgets, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-image-header, featured-images, flexible-header, right-sidebar, one-column, two-columns, three-columns, buddypress, full-width-template, e-commerce, blog, news
*/

blockquote {
	font-size: var(--font-primary-medium);
	font-family: var(--font-primary);
	max-width: 600px;
	line-height: 1.4;
	position: relative;
	margin: 0;
	padding: .5rem;
	margin: auto;
	border-left: 5px solid rgba(0,0,0,.1);
	background-color: rgb(245, 245, 245);
}

blockquote p {
	margin-top: 0;
	font-size: var(--font-primary-medium);
	font-family: var(--font-primary);
}

/* blockquote:before,
blockquote:after {
	position: absolute;
	color: rgba(0,0,0,.1);
	font-size: 8rem;
	width: 3rem;
	height: 3rem;
}

blockquote:before {
	content: '“';
	left: -2rem;
	top: -3rem;
}

blockquote:after {
	content: '”';
	right: -2rem;
	bottom: 1rem;
} */

cite {
	line-height: 3;
	text-align: left;
}

@media only screen and (max-width: 700px) {
	blockquote.wp-block-quote {
		max-width: 320px;
		padding-left: 15px;
	}
/* 	blockquote p {
		font-size: 1.3em;
	} */
}