/* Enter Your Custom CSS Here */
/* Hide site title */
.header-content-wrapper {
	display: none;
}

/* Add background image to stretch header the width of the page */
.header-image {
	background-color: black;
	background-image: url(/wp-content/uploads/bg.gif);
	background-repeat: repeat-x;
}

/* Change color scheme to blue (overrides ForeverWood color scheme in Customizer */
body a,
body .site-title a,
body .post-entry .post-entry-headline a,
body .grid-entry .grid-entry-headline a {
	color: #133061;
}

body .post-entry .read-more-button,
body .grid-entry .read-more-button,
body input[type="submit"],
body input[type="reset"],
body .header-image .header-image-text .header-image-link,
body #searchform .searchform-wrapper .send {
	background-color: #133061;
}

body .post-entry .read-more-button:hover,
body .grid-entry .read-more-button:hover,
body input[type="submit"]:hover,
body input[type="reset"]:hover,
body .header-image .header-image-text .header-image-link:hover,
body #searchform .send:hover {
	background-color: #0b1d3a;
}

body .menu-box a:hover,
body .menu-box :hover > a,
body #wrapper-header .menu-box .current-menu-item > a,
body #wrapper-header .menu-box .current-menu-ancestor > a,
body #wrapper-header .menu-box .current_page_item > a,
body #wrapper-header .menu-box .current-page-ancestor > a,
body .menu-panel a:hover,
body .menu-panel :hover > a,
body #wrapper-header .menu-panel .current-menu-item > a,
body #wrapper-header .menu-panel .current-menu-ancestor > a,
body #wrapper-header .menu-panel .current_page_item > a,
body #wrapper-header .menu-panel .current-page-ancestor > a,
body .sidebar-widget a {
	color: #1d4993;
}

body .menu-box ul ul,
body .menu-panel ul ul {
	border-color: #1d4993;
}

body #footer a,
body .footer-signature .footer-signature-content a {
	color: #8ea4c9;
}

/* remove comment form as of 2020-05-20 */
#respond {
		display:none;
}