/**
 * 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 {
	--sub-menu-width: 240px;
	--site-header-wrap-max-width: 90%;
	--menu-font-weight: 600;
	--menu-font-size: 16px;
}



.header-section {
    flex-direction: column;
    align-items: var(--header-section-align-items, flex-end);
}
body:not(.has-alignfull-first) .entry-wrap-single {
  padding: 0;
  background: var(--color-white);
  border: none;
  box-shadow: none;
}
:focus {
    outline: none;
}

/* NAVIGATION */
.sub-menu {
	font-size: 1em;
}

/* HOME PAGE */
.hometitlebg {
	background: rgba(0,0,0,.3);
	border-radius: 25px;
}
.acresconserved {
	line-height: 1.2;
}

h2 {
    font-size: var(--h2-font-size, var(--font-size-xxxl));
}
h3 {
    font-size: var(--h3-font-size, var(--font-size-xxl));
}

/* Genesis Block Accordion */
.entry-content .gb-block-accordion .gb-accordion-title {
    color: #23428D;
    font-weight: 700;
	font-size: 18px;
    background: #FFFFFF;
    padding: 10px 10px;
	border: 1px solid #e2e2e2;
}

/* WAYS TO GIVE PAGE */
.waystogive .entry {
      border: 8px solid #D9DFED;
}
.waystogive .entry:hover {
  	border: 8px solid #23428D;
}

/* Gravity Forms */
label:where(:not([class*=gfield]):not([class*=gform]):not([class*=wpform])) {
    font-weight: var(--label-font-weight, var(--body-font-weight));
}
#mc-embedded-subscribe .button, .button:visited, [type=button], [type=reset], [type=submit], button {
    align-items: center;
    background: var(--button-background, var(--color-link));
}

/* MAIL CHIMP SIGNUP FORM */
#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    margin: 0px !important;
	font-size: 14px;
	width: 400px;
}
#mc_embed_signup .button,
#mc_embed_signup .button:hover {
    background-color: #24753A !important;
}
.newsletter {
	margin-bottom: 10px;
}

  
