/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: https://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here...Remember to change the Version number above! */ 

.attribution { width: 99%; text-align: right; }

blockquote {
	display: flex;
	margin: 1rem 0.5rem 0rem 0rem;
}

blockquote p {
	margin-bottom: 0;
}

blockquote::before {
    content: "“";
	font-family: Georgia;
	color: #b1b1b0;
    font-size: 4rem;
    line-height: 3rem;
}