/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/


/* change the background color #000 = black*/
body.custom-background {
    background-color: #000;
}

/* Start - Increase font size of menu and widget - #ticket-zen-4223277 08-16-2021 */
.menu-primary .menu {
	font-size: 12px;
}

/* increase widget font size | */
.widget {
	font-size: 14px;
}

/* change widget link color | XXXXXXX-hc eD */
/* .widget .wp-block-navigation .wp-block-navigation-item__content {
	color: #c83662;
} */

/* Add whitespace between menu items in the sidebar 32805336-hc | TC */
/*.widget .wp-block-navigation .wp-block-navigation-item__content {
	padding: 3px;
} */
#menu-sidemenu .menu-item {
	padding-bottom: 2px;
	margin-bottom: 10px;
	border-top: 0;
	border-right: 0;
	border-bottom: 2px;
	border-left: 0;
	border-style: solid;
	border-color: #000000;
}

/* side menu mouseover color #000000 = black */
#menu-sidemenu .menu-item:hover {
	background-color: #045eda;
}

/* change font color on hover on side menu */
#menu-sidemenu a:hover {
	color: #7ed1e6;
}

/* Add separation lines between menu items on the left sidebar | RG hc-31119523 */
/* .wp-block-navigation-link__content {
	border-bottom: 1px solid;
}  */
/* Navigation block menu hover color | 31119523-hc (PS) */
.wp-block-navigation-link:hover {
	background-color: #000000;
	color: #eac043;
}

/* Adjusts the border of the sidebar widget navigation menu - #31119523-hc */
.sidebar-small .wp-block-navigation-link__content {
	border-bottom: none;
}

.sidebar-small .wp-block-navigation-link {
	border-bottom: 1px solid;
}

/* change widget link color on hover | 32805336-hc eD */
.widget .wp-block-navigation .wp-block-navigation-item__content:hover {
	color: #d9c466;
}

/* adjust size of imagemap */
#main {
	width: 350px 
		padding: 0
		alignment: center
}



/* adjust size & placement of imagemap */
 #footer-footer .widget {
	 width=100%
}

/*set width of side widget*/
/* override sidebar and content widths | 36686758-HC | NM */
.sidebar-main {
    width: 16.666%;
}

.error404 .main-content, .search-results .main-content, .search-no-results .main-content, .singular .main-content {
    width: 66.666%;
}

