/**
 * Theme Name:       Wendt Center
 * Theme URI:        https://bizbudding.com/mai-theme/
 * Description:      Mai Sparkle theme for the Genesis Framework.
 * Author:           BizBudding
 * Author URI:       https://bizbudding.com/
 * Version:          2.0.3
 * Text Domain:      wendtcenter
 * Template:         genesis
 * Template Version: 3.3.1
 * License:          GPL-2.0-or-later
 * License URI:      http://www.gnu.org/licenses/gpl-2.0.html
 */


 :root {
	--border-radius: 10px;
	--button-font-weight: bold;
}

.wp-block-quote {
	position: relative;
	color: var(--color-primary);

	--blockquote-font-family: var(--body-font-family);
	--blockquote-font-style: normal;
	--blockquote-border-top: 0;
	--blockquote-border-right: 0;
	--blockquote-border-bottom: 0;
	--blockquote-border-left: 0;
	line-height: 1.5;
}

.wp-block-quote > * {
	position: relative;
	z-index: 1;
}

.wp-block-quote:before {
	content: open-quote;
	position: absolute;
	top: -30px;
	left: calc(var(--spacing-xl) * -0.9);
	font-family: var(--heading-font-family);
	font-size: 13em;
	line-height: 1;
	opacity: 0.15;
	z-index: 0;
	
}