<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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 {
	background: linear-gradient(45deg,#207dac,#35a9da);
	min-height: 150px;
	color: var(--ci_color_white);
	padding: 20px 20px 20px 20px;
	-moz-box-shadow: 3px 5px 30px 0px rgba(36, 36, 36, 0.15);
	-webkit-box-shadow: 3px 5px 30px 0px rgba(36, 36, 36, 0.15);
	box-shadow: 3px 5px 30px 0px rgba(36, 36, 36, 0.15);
	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;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
div.business_hours_footer div.business_hours_times:hover {
	
}
div.business_hours_footer div.business_hours_times_label {
	width: 120px;
	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: 600;
}
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;
}
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(--project-color-5);
	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(--project-color-3);
}



/* 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;
}</pre></body></html>