/*
Theme Name: RedHot
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
ul .offichours {
  list-style: none;
}
.offichours li {
  font-weight: normal;
  line-height: 1.6;
}
.offichours li span {
  min-width: 100px;
}
.addresss-info li {
  line-height: 1.6 !important;
  margin-bottom: 12px;
}
.addresss-info i {
  float: left;
  padding: 6px 5px 6px 0px;
  display: table-cell;
  width: 30px;
  line-height: 24px !important;
}
.addresss-info p {
  display: table;
  margin-bottom: 0px;
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}