/**
 * Theme Name:       Mai Delight
 * Theme URI:        https://bizbudding.com/mai-theme/
 * Description:      Mai Delight child theme for the Genesis Framework.
 * Author:           BizBudding
 * Author URI:       https://bizbudding.com/
 * Version:          2.1.1
 * Text Domain:      mai-delight
 * Template:         genesis
 * Template Version: 3.3.5
 * License:          GPL-2.0-or-later
 * License URI:      http://www.gnu.org/licenses/gpl-2.0.html
 */


:root {	
	--site-header-wrap-max-width: 90%;
	--menu-font-size: 15px;
	--menu-item-link-color: #000000; 
	--menu-font-weight: 600;
	--blockquote-font-family: Libre Baskerville;
    --blockquote-font-weight: 400;
    --blockquote-font-style: italic;
	--blockquote-line-height: 1.8;
	--blockquote-font-size: 1.1em;
	--content-sidebar-wrap-margin-top: var(--spacing-lg);
    --content-sidebar-wrap-margin-bottom: var(--spacing-lg);
}

.site-header {
	border-bottom: none;
}
.menu-item-link {
	border-top: 2px solid transparent;
	margin-left: 1px;
}
.menu-item-link-current, 
.menu-item-link:focus-visible, 
.menu-item-link:hover {
    color: var(--menu-item-link-color-hover, var(--menu-item-link-color, var(--color-link)));
    filter: var(--menu-item-name-filter-hover, var(--link-filter-hover));
	border-top: 2px solid #000000;
}

body:not(.has-alignfull-first) .entry-wrap-single {
    background: transparent;
	border: none;
    box-shadow: none;
    margin-bottom: var(--spacing-lg);
    padding: 0;
}
.entry-title {
    font-size: var(--entry-title-font-size, var(--font-size-xxxl));
	text-align: center;
}
/* blockquote */
.wp-block-quote {
    border-left: none;
}
/* Exhibition page */
.exhibit-margin {
	max-width: 97% !important;
	margin-left: 3% !important;
	margin-right: 3% !important;
	--side-spacing: 3%;
}

.wp-block-audio {
    margin:0
}
