/*!
Theme Name: FABx Custom Child Theme
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Josh McCall
Author URI: https://joshmccall.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
-------------------------------------------------------------- */
/* Variables */
:root {
	/* Colors */
	--fab--color-black: #151B1E;
	--fab--color-white: #fff;
	--fab--color-offwhite: #F5F5F5;
	--fab--color-green: #36AD47;
	--fab--color-yellow: #F3CA40;
	--fab--color-orange: #E36F1E;
	--fab--color-blue: #3f90a7;
	--fab--color-gray: #757776;
	--fab--color-lightgray: #E1E1E1;
	--fab--color-stroke: #E1E1E1;
}
/* Typography*/
blockquote, .wp-block-quote {
	border-left:0;
	position: relative;
}
blockquote::before, .wp-block-quote:before {
    content:'\201C';
    color:var(--fab--color-yellow);
    font-size:15rem;
    line-height:1;
    position:absolute;
    top:-3rem;
    left:-3rem;
    z-index: -1;
    font-family:serif;
    opacity: 0.4;
}
.single blockquote cite, .single blockquote .wp-block-pullquote__citation {
	font-size:1rem;
}
blockquote cite:before, blockquote .wp-block-pullquote__citation:before {
	content: '\2014';
}
/* Homepage Mods */
.fab-homepage-header .kt-row-column-wrap {
	justify-content: flex-start;
}
/* Media */
a:hover img {
	opacity:0.7;
	transition: opacity 0.2s 0s ease-in;
}
.fab-fullwidth-img, .fab-fullwidth-img img {
	width:100%;
	max-width: 100%;
	height: auto;
}
@media (max-width: 767px) {
	blockquote::before, .wp-block-quote:before {
    font-size:12rem;
    line-height:1;
    top:-2.5rem;
    left:-1.5rem;
	}
}
/*Popup Maker Mods*/
.pum .pum-container.theme-15357 {
	padding:2rem 2.5rem 2.5rem;
}
.pum.pum-theme-15357 .pum-title, .pum.pum-theme-lightbox .pum-title {
	letter-spacing: 1px;
	margin-bottom:1.5rem;
}
.pum-theme-15357 .pum-content p, .pum-theme-lightbox .pum-content p {
	font-size:1.1rem;
	line-height: 1.7;
}