/* 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: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;}.business_hours_times {	background: #ffffff;	color: var(--ci_color_black);	padding: 30px 30px 30px 30px;	-moz-transition: all 0.5s ease 0s;	-webkit-transition: all 0.5s ease 0s;	-o-transition: all 0.5s ease 0s;	transition: all 0.5s ease 0s;	box-shadow: 3px 5px 30px 0px rgba(0,0,0,0.15);	-webkit-box-shadow: 3px 5px 30px 0px rgba(0,0,0,0.15);	-moz-box-shadow: 3px 5px 30px 0px rgba(0,0,0,0.15);}.business_hours_times:hover {	background: #ffffff;}.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_black);	font-weight: 600;	margin: 10px 0px 0px 0px;	padding: 0px 0px 0px 0px;}.business_hours_footer div.business_hours_times_active_day {	color: var(--ci_color_black);	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;	color: var(--ci_color_black);	font-weight: 600;	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_black);}@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(--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;}.business_hours_current_state_and_counter a:hover i.fa-envelope, .business_hours_current_state_and_counter i.fa-envelope:hover {	color: var(--project-color-3);}/* 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;}