/* Standardize child theme styling */
#comments ol.commentlist {
	background: transparent;
}
.builder-module-sidebar {
	background: transparent;
}
.site-title a:hover,
.site-tagline a:hover {
	font-size: inherit;
}



/* Style Manager generated css */
.builder-container-outer-wrapper {
	border-color: #FFFFFF;
}
.builder-module-background-wrapper.builder-module-navigation-background-wrapper {
	background-color: #406D34;
}
.builder-module-html .builder-module-element a {
	color: #406D34;
}
.builder-module-html .builder-module-element a:hover {
	color: #000000;
}
.builder-module-navigation li a {
	color: #FFFFFF;
	background-color: #406D34;
}
.builder-module-navigation li a:hover {
	color: #C6D58E;
}
.builder-module-widget-bar .widget a {
	color: #406D34;
	text-decoration: none;
}
.builder-module-widget-bar .widget a:hover {
	color: #000000;
}
.builder-module.builder-module-content {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}
.builder-module.builder-module-footer {
	background-color: #C6D58E;
}
.builder-module.builder-module-html {
	background-color: #C6D58E;
}
.builder-module.builder-module-navigation {
	background-color: #406D34;
}
.builder-module.builder-module-widget-bar {
	background-color: #E1E9C4;
}
.entry-content a {
	color: #406D34;
}
.entry-content a:hover {
	color: #000000;
}
.loop a {
	color: #406D34;
}
.loop a:hover {
	color: #000000;
}


/* Style Manager custom css */
.builder-module-footer-background-wrapper, .html-callout-background-wrapper, .builder-module-html-background-wrapper  { 
	background-color: #C6D58E;
}
/* TOP LOGO */
.builder-module-1 .builder-module-element img {
	margin: 0 auto; /* TO CENTER THE LOGO */
}
.builder-module-1 .builder-module-element {
    margin-bottom: 1em !important;
}
.builder-module-1-outer-wrapper .builder-module {
    padding-top: 1em !important;
}
/* HTML MODULE ON HOME PAGE - REDUCE CEM MAINT COSTS ...*/
.builder-module-html h2 {
	text-align:center;
	line-height: 1.5;
	color: #000000;
	font-size: 2em;
}
/* TOP NAV MENU */
.builder-module-navigation li li a, .builder-module-navigation .current_page_item li a, .builder-module-navigation .current-cat li a, .builder-module-navigation .current-menu-item li a {
    color: #FFFFFF;
}
.builder-module-navigation li li a:hover, 
.builder-module-navigation li li a.sfhover {
background-color: #406D34;
color:#C6D58E;
}
.builder-module-navigation li .current_page_item a, .builder-module-navigation li .current-cat a, .builder-module-navigation li .current-menu-item a {
    background: #406D34;
    color: #C6D58E;
}
/* MOBILE MENU */
/* MOBILE MENU MODIFICATIONS NOW MADE DIRECTLY IN THE STYLE-MOBILE.CSS FILE */
/*.builder-module-navigation.mobile li a, 
.builder-module-navigation.mobile .current_page_item li a, 
.builder-module-navigation.mobile .current-cat li a, 
.builder-module-navigation.mobile .current-menu-item li a {
    color: #406d34;
}
ETCETERA WITH THE HOVER
.it-mobile-menu {
    color: #406D34;
   text-transform: uppercase;
}*/

/* CONTENT MODULE */
.builder-module-content .builder-module-element {
    border-left: none;
    border-right: none;
}
.builder-module-content .hentry {
    padding: 2em 0;
}
/* THAT STRANGE NESTED .entry-content THING */
.loop .entry-content {
    padding: 0;
}
.loop .entry-title {
    padding: 0;
}

/* TEXT */
.entry-title {
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align:left;
	/*padding: 0 1em; */
}
/* HIDE TITLE ON HOME PAGE, AT LEAST FOR NOW */
.home .entry-header {
display:none;
}

/* WIDGET BAR AT BOTTOM */
.builder-module-widget-bar-background-wrapper {
	background-color:#E1E9C4;
}
.builder-module-widget-bar .widget a {
	font-weight:bold;
}
/* WIDGET BARS ON OTHER PRODUCT PAGES */
#builder-module-5d6e9b5d6e469-background-wrapper, #builder-module-5d6e9b5d6e469-background-wrapper .builder-module.builder-module-widget-bar,
#builder-module-5db0958c10512-background-wrapper, #builder-module-5db0958c10512-background-wrapper .builder-module.builder-module-widget-bar {

    background-color: #FFF;
}

/*FOOTER AREA */
.builder-module-footer {
	color: #000000;
	font-weight:bold;
}
.centerfooter {
text-align: center;
}
.centerfooter a {
	color: #406D34;
	text-decoration: underline;
}
