/*
Theme Name: Bathurst Pool
Author: Michael Jones (Blue Signage Ltd)
Description: Bathurst Pool theme
Version: 0.0.1
Tags: bootstrap
*/

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

#page-header nav {
    float: left;
}

#opening-wrapper {
    border-top: 3px solid #e9de0d;
    border-bottom: 3px solid #e9de0d;
}

#banner-wrapper {
    background: #ffffff;
}

.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;
	}
}

.home_img img {
	width: 225px !important;
}