/**
 * 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 {
	--content-sidebar-wrap-margin-top: var(--spacing-xl);
	--content-sidebar-wrap-margin-bottom: var(--spacing-lg);
}

body:not(.has-alignfull-first) .entry-wrap-single {
  margin-bottom: var(--spacing-lg);
  padding: 0;
  background: var(--color-white);
  border: none;
  box-shadow:none;
}
.entry-title {
  font-size: var(--entry-title-font-size,var(--font-size-xxl));
}

/* Header Right */
.header-section {
  flex-direction: column;
  align-items: var(--header-section-align-items,right);
}

/* Navigation */
:focus {
  outline: none;
}
.menu {
	font-weight: 600;
}
.menu-item-link {
  	padding: var(--menu-item-link-padding,var(--spacing-md) var(--spacing-md));
  	color: #303030;
}
.menu-item-link-current, 
.menu-item-link:focus, 
.menu-item-link:hover,
.current-menu-ancestor>a{
  	color: #FFFFFF;
	background: #0078c0;
}
.sub-menu .menu-item-link {
	font-weight: 500;
}
.nav-header .menu {
	font-size: .9em;
}
.button, .button:visited, [type=button], [type=reset], [type=submit], button {
	color: #FFFFFF;	
}


/* FIX RADIO BUTTON DISPLAY ON PHONE VIEWPORT */
@media only screen and (max-width: 768px) {
	.gform_wrapper input[type="radio"] {
   		margin-right: 2px;
	}
	.gform_wrapper.gravity-theme .gfield_radio label {
  		line-height: 1.2;
	}
	.gchoice {
		padding-bottom: 10px;
	}
}

