/** Widgets: business-hour **/

.ha-business-hour-wrapper ul {
	display: block;
	margin: 0;
	padding: 0;
	border-radius: 3px;
	-webkit-box-shadow: 0 .2rem 2.8rem rgba(36, 36, 36, .1);
	box-shadow: 0 .2rem 2.8rem rgba(36, 36, 36, .1);
	list-style: none;
}

.ha-business-hour-item, .ha-business-hour-title {
	padding: 20px;
	background-color: #fff;
	line-height: 1;
}

.ha-business-hour-item {
	border-radius: 3px;
}

.ha-business-hour-title {
	display: block;
	border: 0;
	border-radius: 3px 3px 0 0;
	background: #6468ee;
	text-align: center;
}

.ha-business-hour-title h3 {
	margin: 0;
	color: #fff;
	font-size: 20px;
	line-height: 1;
}

.ha-business-hour-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 25px;
	border-bottom: 1px solid #ddd;
}

.ha-business-hour-item:last-child {
	border-bottom: 0;
	color: #e2498a;
}

.ha-business-hour-day, .ha-business-hour-time {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
