/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

:root {
--global-md-spacing: 1em;
}

.wp-block-cover {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

blockquote, blockquote::before, blockquote p, blockquote cite {
	display: block !important;
	position: relative !important;
	padding: 1px 0 !important;
}
blockquote {
	margin: 20px auto !important;
	border: 0 !important;
	max-width: 800px;
	color: #58595B !important; /* Blue Grey */
}
blockquote::before {
	margin: 0 !important;
	border: 0 !important;
	top: 10px !important;
	left: 0px !important;
	content: open-quote !important;
	font-family: Georgia !important;
	font-size: 150px !important; /* ADJUST QUOTE MARK SIZE */
	height: 50px !important; /* ADJUST FOR SPACING */
	line-height: 80% !important;
	text-align: center !important;
	color: #8FAEBB !important; /* Ocean Light */
}
blockquote p {
	margin: 20px auto !important;
	border: 0 !important;
	font-style: normal !important;
	font-size: 18px !important;
	text-align: left;
}
blockquote cite {
	margin: 10px;
	border: 0 !important;
	font-size: 16px !important;
	font-style: normal;
	color: #8FAEBB !important; /* Ocean Light */
	line-height: 120%;
	text-align: center;
	text-transform: uppercase;
}
.wp-block-pullquote {
	margin: 0 auto !important;
	padding: 0 !important;
	border: 0 !important;
}
.wp-block-pullquote blockquote::before {
	color: #5E8798 !important; /* Ocean */
}
.wp-block-pullquote blockquote p {
	font-size: 22px !important;
}
.wp-block-pullquote blockquote cite {
	color: #5E8798 !important; /* Ocean */
}


.has-light-grey-to-brown-gradient-background {
	background: linear-gradient(90deg, #c7c3bf, #ddcaae);
}