/*
Theme Name: Waterways Child
Description: Waterways Trust theme
Author: British Canals
Template: waterways
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: waterways
*/

body.custom-font-enabled {
    font-family: "Domine", Open Sans, Helvetica, Arial, sans-serif;
}

body .headerContent {
margin-top:0px;
margin-bottom:0px;
overflow:visible;
}
body .site {
box-shadow:none;
}

#page {
margin-top:0px;
}

.headerContent, .headerWrapper {
background:#BC9D00;
}

body .site {
margin-bottom:0px;
}
body .footerContent {
margin-top:0px;
}

footer[role="contentinfo"] {
border-top: none;
}

.footerContent, .footerWrapper {
background:#BC9D00;
}

html body.custom-background, body {
background-color: #BC9D00;
}

img.wp-post-image {

	width: 100%;

	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */

}

.site {
    background-color: navajowhite;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    background-color: navajowhite;
}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    border-bottom: 1px solid #BC9D00;
    border-top: 1px solid #BC9D00;
}

.entry-header .entry-title {
    color: #BC9D00;
}

.entry-content h2, .comment-content h2, .mu_register h2 {
    color: #BC9D00;
}

.site-content article {
    border-bottom: 4px double #BC9D00;
}

footer.entry-meta {
    display: none;
}

.nav-next, .next-image {
    display: none;
}

.main-navigation li ul li a {
    background: navajowhite;
	border-bottom: 1px solid #BC9D00;
}
.main-navigation li ul li {
    background: navajowhite;
}

.main-navigation li ul li a:hover,

	.main-navigation li ul li a:focus {

		background: #BC9D00;

		color: #444;

	}