/* 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-module-html .builder-module-element a {
	color: #336633;
	text-decoration: underline;
}
.builder-module-html .builder-module-element a:hover {
	color: #996600;
	text-decoration: underline;
}
.builder-module-sidebar-with-element .widget .widget-title {
	color: #996600;
}
.builder-module-sidebar-with-element .widget a {
	color: #336633;
}
.builder-module-sidebar-with-element .widget a:hover {
	color: #996600;
}
.builder-module-widget-bar .widget .widget-title {
	color: #996600;
}
.builder-module-widget-bar .widget a {
	color: #336633;
}
.builder-module-widget-bar .widget a:hover {
	color: #996600;
}
.entry-content a {
	color: #336633;
	text-decoration: underline;
}
.entry-content a:hover {
	color: #996600;
	text-decoration: underline;
}
.hentry .entry-title {
	color: #996600;
}
.hentry .entry-title h1 {
	color: #996600;
}
.hentry .entry-title h2 {
	color: #996600;
}
.hentry .entry-title h3 {
	color: #996600;
}
.loop a {
	color: #336633;
	text-decoration: underline;
}
.loop a:hover {
	color: #996600;
	text-decoration: underline;
}
.page .entry-title {
	font-size: 162.5%;
	color: #996600;
}
.page .entry-title h1 {
	font-size: 162.5%;
	color: #996600;
}
.page .entry-title h2 {
	font-size: 162.5%;
	color: #996600;
}
.page .entry-title h3 {
	font-size: 162.5%;
	color: #996600;
}
.site-tagline {
	color: #996600;
}
.site-tagline a {
	color: #996600;
}
.site-title {
	font-size: 225%;
	color: #336633;
}
.site-title a {
	color: #336633;
}
.site-title a:hover {
	color: #996600;
}
body {
	color: #555555;
}
h1 {
	color: #000000;
}
h2 {
	font-size: 137.5%;
	color: #000000;
}
h3 {
	color: #000000;
}


/* Style Manager custom css */
/* INDENTING THE SUBMENU IN THE WIDGET */
.builder-module-sidebar .widget .sub-menu {
	margin-left: 20px;
}
.builder-module-sidebar .widget ul {
	line-height: 1.4;
}
ol {
    list-style-type: lower-alpha;
}


/* TO REMOVE THE LINK STYLING FROM THE TOP LEVEL (CUSTOM LINK) NAVIGATION */
.builder-module-navigation li.hidelink a, 
.widget li.hidelink a /* for the home page table of contents */ {
	color: #000; 
	font-weight: bold;
	text-decoration:none;
}
.builder-module-navigation li li.hidelink-2 a /*no link */ {
	color: #000 !important ; 
	font-weight: bold !important;
}
.builder-module-navigation li li.hidelink-2 a:hover {
	background: #f4edc1 !important;
}
.builder-module-navigation li.hidelink a:hover, 
.builder-module-navigation li li.hidelink-2 a:hover  /*no link */  {
	color: #000;
	background: #f4edc1;
}
/* NORINE'S MODS - SUB MENU ITEMS GET DIFFERENT STYLING FROM UN-LINKED TOP MENU ITEMS */
.builder-module-navigation.mobile li li a,
.builder-module-navigation.mobile .current_page_item li li a ,
.builder-module-navigation.mobile .current-cat li li a,
.builder-module-navigation.mobile .current-menu-item li li a {
	color: #363;
	font-weight: normal;
}
.builder-module-navigation.mobile li li a:hover,
.builder-module-navigation.mobile .current_page_item li li a:hover,
.builder-module-navigation.mobile .current-cat li a li a:hover,
.builder-module-navigation.mobile .current-menu-item li li a:hover {
	background: #363;
	color: #FFF;
}
.builder-module-navigation li li.hidelink-2 li a {
color: #363 !important;
font-weight: normal !important;
}
.builder-module-navigation li li.hidelink-2 li a:hover  {
	background: #363 !important;
	color: #FFF !important;
}
/* for the home page table of contents */
.widget li.hidelink li a, .widget li.hidelink li.hidelink-2 li a {
	color: #336633;
	font-weight:normal;
	text-decoration:underline;
}
/* no link */ 
.widget li.hidelink a:hover {
	color: #000; 
}
.widget li.hidelink li a:hover, .widget li.hidelink li.hidelink-2 li a:hover {
	color: #960;
}
/* no link */ 
.widget li.hidelink li.hidelink-2 a {
		color: #000;
		text-decoration:none;
		font-weight:bold;
}
		
		




/* FOOTER AREA */
@media only screen and (max-width: 775px), only screen and (max-device-width: 775px){
.builder-module-footer .builder-module-element .alignleft, .builder-module-footer .builder-module-element .alignright {
    float: none;
    margin: 0 0 1.5em;
    text-align: left;
}
}

/* FOR PRINTING */
@media print {
/* HIDE THE MENUS and part of FOOTER */
	.builder-module-navigation-1-background-wrapper, .builder-module-navigation-2-background-wrapper, .builder-module-footer-1 .alignleft {
		display:none;
	}
.builder-module-widget-bar-background-wrapper {
padding-top:1em; }
}