/* codeDESIGN - business_hours_footer.css */
@charset "utf-8";

/* BUSINESS HOURS */
.business_hours [class^="col-"],
.business_hours [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
.business_hours_footer  {
	font-style: normal;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.business_hours_times {
	background: rgba(255, 255, 255, 0.04);
	color: var(--ci_color_white);
	padding: 10px;
	/*
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	*/
}
.business_hours_footer div.business_hours_times_label {
	width: 90px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;	
}
.business_hours_footer div.business_hours_by_arrangement_wording {
	color: var(--ci_color_white);
	font-weight: 400;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.business_hours_footer div.business_hours_times_active_day {
	color: var(--ci_color_white);
	font-weight: 600;
}
.business_hours_footer div.business_hours_times_inactive_day span {
	font-weight: 300;
}



/* BUSINESS HOURS CLOCK ICON */
.business_hours_footer div.business_hours_times_icon i {
	margin: 2px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	font-weight: 400;
	color: var(--ci_color_accent_1);
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
.business_hours_footer div.business_hours_times_icon i:hover {
	color: var(--ci_color_accent_1_hover);
}
@media only screen and (max-width : 768px) {

	.business_hours_footer div.business_hours_times_icon {
		display: none;
	}
	
}



/* BUSINESS HOURS STATE AND COUNTER  */
.business_hours_current_state_and_counter {
	font-style: normal;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.business_hours_current_state_and_counter a,
.business_hours_current_state_and_counter a:link,
.business_hours_current_state_and_counter a:visited {
	font-weight: 400;
}
.business_hours_current_state_and_counter i.fa-envelope {
	color: var(--ci_color_white);
	padding: 0px 5px 0px 5px;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
.business_hours_current_state_and_counter a:hover i.fa-envelope, 
.business_hours_current_state_and_counter i.fa-envelope:hover {
	color: var(--ci_color_white);
}



/* CURRENT TIME */
.business_hours_footer div.business_hours_current_time {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;	
}
.business_hours_footer div.business_hours_current_time i {
	margin: 2px 6px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 400;
}