/*
Theme Name: Mitcheldean Council
Author: Michael Jones (99Web Ltd)
Description: Mitcheldean Council theme
Version: 0.0.1
Tags: bootstrap
*/

#header-wrapper, #footer-wrapper, #titleBar, .mobile {
    background: #026733;
}

#banner-wrapper {
    background: #006631;
}

.button {
    background: red;
}

.sidebarmenu {
    background: #006631;
}

#sidebar h3, #sidebar h2 {
    color: #FEF105!IMPORTANT;
}

.sidebarmenu #tablepress-1 {
    color: #000;
}

.mabel-bhi-businesshours {
	border: #CCCCCC 2px solid;
	width: 500px;
	text-align: center;
}

.mabel-bhi-businesshours tr {
	color: #ffffff;
	background: #333333;
	height: 25px;
}

.mabel-bhi-businesshours tr.mbhi-is-current td{
   	font-weight:bold;
	background: #EEEEEE;
	color: #333333;
}

#copyright {
	padding: 0px;
}

iframe {
	height: 600px;
}

span.wpcf7-list-item { display: block !important; }

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    box-sizing: border-box;
	padding: 0px;
}

input[type="radio"] {
	-webkit-appearance: radio;
	padding: 0px;
}

form select {
	-webkit-appearance: menulist;
	box-sizing: border-box;
    border: solid 1px #d9d9d9;
    padding: 0.5em 1em 0.5em 1em;
}

.form-required {
    display: inline;
    color: #ff2825 !important;
}

@media screen and (min-width: 737px) {
	#page-footer section {
		margin: 0 0 1em 0 !important;
	}
	
	#page-header nav {
		margin-top: 0.5em;
	}
}

#page-header .contact {
    float: right;
    width: 100%;
    text-align: right;
    font-size: 1.4em;
    margin-top: 2em;
}

#page-header .contact .phone {
    float: right;
    width: 100%;
    text-align: right;
    margin-bottom: 1em;
    font-weight: 700;
}

#page-header .contact .email {
    float: right;
    width: 100%;
    text-align: right;
    margin-bottom: 1em;
    font-weight: 700;
}