.iva_bh_shortcode {
	position: relative;
	margin: 0 auto;
}

.ivabh-businesshours {
	position: relative;
	clear:both;
	display: block;
}
	
.ivabh-businesshours p {
	display: block;
	border-bottom:1px solid #eeeeee;
	border-bottom:1px solid rgba( 0, 0, 0, 0.1 );
	padding: 7px 0;
	margin: 0 !important;
	overflow: hidden;
}
.ivabh-desc {
	margin:10px 0;
}

p:last-child {
	border-bottom: 0;
}
		
.ivabh-businesshours span.days {
	width: 40%;
	display: block;
	float: left;
	text-align: left;
	vertical-align:middle;
	font-weight: bold;
}			

.ivabh-businesshours span.hours {
	width:60%;
	display:block;
	float: right;
	text-align: right;
}
			
.ivabh-businesshours span.hours span.closed,
.today-result span.hours span.closed{
	padding:3px 10px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.ivabh-desc {
	margin-bottom: 10px;
}

.select-today {
	color: #0097CE;
	font-weight: bold;
}

.ivbh-seemore{
	display: block;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
}

.iva-bh-tg {
	position: relative;
	display: inline-block;
}
.iva-bh-tg .arrow { margin-left: 10px; cursor: pointer; }
.iva-bh-tg .arrow::after   { content: '+'; }
.iva-bh-tg.active .arrow::after  { content: '-'; }
.today-result { clear:both; display:block;}
.today-result p {
	display: block;
	padding: 7px 0;
	margin: 0 !important;
	overflow: hidden;
}
.today-result span.days {
	width: 40%;
	display: block;
	float: left;
	text-align: left;
	vertical-align:middle;
	line-height: inherit;
}			

.today-result span.hours {
	width:60%;
	display:block;
	float: right;
	text-align: right;
	line-height: normal;
}

.ivabh_open_img,
.ivabh_close_img { display: block; max-width: 100%; width: auto; margin: 0 auto;}

/* Holiday Hours */
.ivabh-hd-hours { position: relative; }

.ivabh-hd-hours span.days {
	width: 40%;
	display: block;
	float: left;
	text-align: left;
	vertical-align:middle;
	line-height: normal; 
}			

.ivabh-hd-hours span.hours {
	width:60%;
	display:block;
	float: right;
	text-align: right;
}

.ivabh-hd-hours span.days { font-weight: bold; line-height: normal; }
.ivabh-hd-hours small { clear:both; display: block; font-weight: normal; font-style: italic; font-size: small; line-height: normal; }

.iva-bh-oc-text{ 
	display: inline-block;
	background-color:#8FCA43; 
	padding: 0 10px;
	color:#ffffff;
	font-size: 10px;
	line-height: normal;
	margin: 0 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.iva-bh-stext,
.iva-bh-etext {
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	padding: 0 5px;
	margin: 0 3px;
	background-color: rgba(0,0,0,0.07);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Single Day */
.iva_bh_singleday .today-result { clear: none; display: inline; }
.iva_bh_singleday .today-result p { padding: 0;}
.iva_bh_singleday span.hours,
.iva_bh_singleday span.days { width: auto; display: inline-block; float: none; vertical-align: middle; }

.iva_bh_singleday span.days { padding-right: 5px;}

.iva-bh-oc-dot { 
	border-radius: 100%;
	display: inline-block;
	height: 10px;
	width: 10px;
	margin-left: 5px;
}

.iva_oc_open { background-color:#8FCA43; }
.iva_oc_close { background-color:#CB202D; }

.iva_bh_shortcode.iva_bh_singleday { display: inline-block; line-height: 100%;}

.hours-row { display: block; }

/* Center Aligned - @since 2.5.0 */

.centeraligned.ivabh-businesshours span.days,
.centeraligned.ivabh-businesshours span.hours,
.centeraligned .today-result span.days,
.centeraligned .today-result span.hours {
	width: auto;
	float: none;
	text-align: center;
}

.centeraligned .iva-bh-tg { display: block; text-align: center; }
.centeraligned .ivabh-desc { text-align: center; }