/* 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_footer div.business_hours_times {	background: rgba(255, 255, 255, 0.1);	color: var(--ci_color_white);	border-radius: 0px;	padding: 16px 16px 16px 16px;	}.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_times_label_short {	display: none;}@media only screen and (max-width: 1199px) {	.business_hours_footer div.business_hours_times_label {		width: 40px;	}	.business_hours_times_label_full {		display: none;	}	.business_hours_times_label_short {		display: inline;	}	}@media only screen and (max-width: 768px) {	.business_hours_footer div.business_hours_times_label {		width: 90px;	}	.business_hours_times_label_full {		display: inline;	}	.business_hours_times_label_short {		display: none;	}		}.business_hours_footer div.business_hours_times_active_day {	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_white);}@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 i.fa-envelope {	color: var(--ci_color_accent_1);	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;}	