/**
 * Theme Name:       Mai CCL
 * Theme URI:        https://bizbudding.com/mai-theme/
 * Description:      Mai CCL starter theme for the Genesis Framework.
 * Author:           BizBudding
 * Author URI:       https://bizbudding.com/
 * Version:          2.2.1
 * Text Domain:      mai-ccl
 * Template:         genesis
 * Template Version: 3.6.0
 * License:          GPL-2.0-or-later
 * License URI:      http://www.gnu.org/licenses/gpl-2.0.html
 */

:root {
	--link-text-decoration: underline;
	--font-scale: 1.15;
}

.entry-title-single {
	text-align: center;
}

.white-out {
	filter: brightness(0) invert(1);
}

.entry-content>.is-style-heading:not(:first-child), 
.entry-content>.is-style-subheading:not(:first-child), 
.entry-content>h1:not(:first-child), 
.entry-content>h2:not(:first-child), 
.entry-content>h3:not(:first-child), 
.entry-content>h4:not(:first-child), 
.entry-content>h5:not(:first-child), 
.entry-content>h6:not(:first-child), 
.entry-content>legend:not(:first-child):where(:not([class*=gfield]):not([class*=gform]):not([class*=wpform])) {
    --heading-margin-top: var(--spacing-lg);
}

.mai-grid .isc-source-text {
	display: none;
	font-size: 0.5em!important;
}