/**
 * 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-container-background: url(https://atomicbilliards.com/wp-content/uploads/darkness-orange.jpg)repeat;
	--content-sidebar-wrap-margin-bottom: 0;
	--menu-font-weight: 500;
	   
}
body:not(.has-alignfull-first) .entry-wrap-single {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}
:focus {
    outline: none;
}
.site-footer {
	border-top: 35px solid #000000;
}
.entry-title {
    font-size: var(--entry-title-font-size, var(--font-size-xxxl));
}
h1 {
    font-size: var(--h1-font-size, var(--font-size-xxxl));
}
.menu-item-link-current, 
.menu-item-link:focus-visible, 
.menu-item-link:hover {
    color: #FF9900;
    filter: var(--menu-item-name-filter-hover, var(--link-filter-hover));
}

.has-dark-transparent-header:not(.header-stuck) .site-header-wrap {
    --link-filter-hover: brightness(1.0) !important;	
    --menu-item-name-filter-hover: brightness(1.0) !important;
    --link-color-hover: #ff9900;	
    --entry-title-link-color-hover: #ff9900;
}


