/* codeDESIGN - business_hours_footer.css */
@charset "utf-8";

/* BUSINESS HOURS FOOTER */
div.business_hours_footer [class^="col-"],
div.business_hours_footer [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
div.business_hours_footer {
	font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.business_hours_footer div.business_hours_times {
	color: var(--ci_color_white);
	padding: 0px;
	transition-property: all;
	transition-duration: 0.33s;
	transition-timing-function: cubic-bezier(0.4, 0.6, 0.4, 1.0);
	transition-delay: 0s;
	transition-behavior: normal;
	border: none !important;
}
div.business_hours_footer div.business_hours_times:hover {
	
}
div.business_hours_footer div.business_hours_times_label {
	width: 90px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;	
}
@media only screen and (max-width: 420px) {

	div.business_hours_footer div.business_hours_times_label {
		width: 90px;
	}
	body.en_gb div.business_hours_footer span.text_string_oclock {
		display: none;
	}	
}
div.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;
}
div.business_hours_footer div.business_hours_times_active_day {
	color: var(--ci_color_white);
	font-weight: 500;
}
div.business_hours_footer div.business_hours_times_inactive_day span {
	font-weight: 300;
}



/* BUSINESS HOURS CLOCK ICON */
div.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_white);
	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;
}
div.business_hours_footer div.business_hours_times_icon i:hover {
	color: var(--ci_color_white);
}
@media only screen and (max-width : 768px) {

	div.business_hours_footer div.business_hours_times_icon {
		/* display: none; */
	}
	
}



/* BUSINESS HOURS STATE AND COUNTER  */
div.business_hours_footer div.business_hours_current_state_and_counter {
	line-height: 26px;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	hyphens: none;
}
div.business_hours_current_state_and_counter a,
div.business_hours_current_state_and_counter a:link,
div.business_hours_current_state_and_counter a:visited {

}
div.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;
}
div.business_hours_current_state_and_counter a:hover i.fa-envelope, 
div.business_hours_current_state_and_counter i.fa-envelope:hover {
	color: var(--ci_color_white);
}



/* CURRENT TIME */
div.business_hours_footer div.business_hours_current_time {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;	
}
div.business_hours_footer div.business_hours_current_time i {
	margin: 2px 6px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 400;
}