.gallery-image img {
	height: 150px;
	width: 150px;
	float: left;
	padding: 5px;
}
.tooltip{
	display: inline;
	position: relative;
}

.tooltip:hover:after{
	background: #333;
	background: rgba(0,0,0,.8);
	border-radius: 5px;
	bottom: 26px;
	color: #fff;
	content: attr(title);
	left: 20%;
	padding: 5px 15px;
	position: absolute;
	z-index: 98;
	width: 220px;
}

.tooltip:hover:before{
	border: solid;
	border-color: #333 transparent;
	border-width: 6px 6px 0 6px;
	bottom: 20px;
	content: "";
	left: 50%;
	position: absolute;
	z-index: 99;
}
.side-menu {
	border-right: 1px solid #aac5e3;
	background: #fff;
	text-align: center;
	padding: 20px 0;
}
.side-menu ul li {
	list-style-type: none !important;
	margin-left: 0 !important;
}
.side-menu ul li a {
	font-weight: 700;
	color: #f26433;
    text-decoration: none;
    text-transform: uppercase;
}
.bar-heading {
	text-align: center;
	padding-bottom: 10px;
}
.bar-heading h2 {
	text-align: center;	
}
.bar-heading hr {
	margin: 60px auto;
	width: 20%;
	text-align: center;
}
.single-entry {
	padding: 15px 0;
	border-bottom: 1px solid #aac5e3;
}
.update-complete, .updated-failed {
	text-align: center;
	padding: 15px 0;
	background: #f26433;
	font-size: 36px;
	color: #fff;
}
.acf-map {
    width: 100%;
    height: 300px;
    border: #fff solid 4px;
    margin: 20px 0;
    border-radius: 10px;
}

.paymentSummary {
	background: #fff;
	border-radius: 10px;
	padding: 10px 15px;
	margin-bottom: 30px;
}
.paymentSummary h4 {
	margin-top: 10px;
	margin-bottom: 5px;
}
.paymentSummary .center {
	text-align: center;
}
.paymentSummary input[type="checkbox"] {
	width: 25px;
	height: 25px;
	text-align: center;	
}
.payment-method {
	margin-bottom: 20px;
}
.checkout-notes {
	margin-top: 10px;
}
.infobox {
	margin-top: 10px;
	background: #f26433;
	color: #fff;
	padding: 5px 8px;
	border-radius: 5px;
	text-align: center;
}
.location-hero {
	height: 100%;
}

/** FIX for Bootstrap and Google Maps Info window styles problem **/ 
img[src*="gstatic.com/"], img[src*="googleapis.com/"] { max-width: none; }