




.business_items .businesses-time {

}

.businesses-left {
	float: left;
}

.businesses-right {
	float: right;
}

.businesses-clearfix { clear: both; }


@media screen and (max-width: 868px) {
	.businesses-left {
		float: none;
	}

	.businesses-right {
		float: none;
	}

	.businesses-right img { width: 100%; }
}



article.business_items .header-entry-meta { display: none; margin-bottom: 10px; content : ""; }





.widget-area .widget .businesses-item-side .businesses_outer {
	padding: 10px 3px;
}
.widget-area .widget .businesses-item-side:hover .businesses_outer {
	background-color: #F7F7F7; 
}
.widget-area .widget .businesses-item-side {
	color: #584A4B;
	outline: none;
}
.widget-area .widget .businesses-item-side:hover {
	text-decoration: none;
}

.widget_businesses_widget .businesses_date {
    float: left;
    font-weight: bold;
}

.widget_businesses_widget .businesses_time {
    float: right;
    width: 130px;
    font-weight: bold;
}

.widget_businesses_widget .businesses_title {
    clear: both;
    padding-top: 4px;
    margin-bottom: 4px;
    word-wrap: break-word;
}


.widget_businesses_widget .businesses_spacer {
  margin-bottom: 0px;
  border-bottom: 1px solid #F4ECE3;
}

.businesses-button {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #868BA1;
	margin: 5px 5px 5px 0px;
	cursor: pointer;
	display: inline-block;
	white-space: nowrap;
	text-align: center;
	outline: medium none;
	text-decoration: none;
}
.businesses-button:hover {
	background-color: #A18687;
	text-decoration: none;
}
.businesses-button span { 
	display: block; 
	white-space: nowrap;
	line-height: 2;
	padding: 0px 6px !important;	color: #ffffff;
}




.google_map{
    max-width: 100%;
    margin-top: 10px;
		margin-bottom: 20px;
		width: 100%;
		height: 370px;
}

/*
.google_map a {
	text-decoration: underline;
	color: #A54B3C;
}
.google_map a:hover {
	color: #5B4350;
}
*/


.entry-content .google_map img {
	max-width: none!important;
}

.gm-style h3 { margin: 5px 0; }


.businesses-location { font-size: 16px; margin-bottom: 10px; }
.businesses-location .fa { color: #231619; }
.businesses-heading { font-size: 18px; color: #000; line-height: 1.5; margin-bottom: 4px; }

.businesses-hours {font-size: 14px; line-height: 1.5; border-bottom: 1px solid #F2EAE3; width: 100%; }
.businesses-hours td { padding: 5px 0; }
.businesses-hours .bhlabel { width: 80px; color: #231619; }
.businesses-hours .bhhour { min-width: 250px; }


.businesses-page-header { padding: 15px 0; }

.businesses-excerpt-thumb { 
	width: 150px;
	height: 150px;
	float: right;
	margin-left: 20px;
	margin-top: 8px;
	border: 1px solid #C3D488;
}

