.locations-display .locations-single .location-name {
  margin-bottom: 10px; }
  .locations-display .locations-single .location-name .coh-circle {
    margin-bottom: 5px;
    float: none; }
.locations-display .locations-single .location-address {
  padding-bottom: 10px; }
.locations-display .locations-single ul.location-hours {
  font-size: 15px;
  list-style-type: none;
  margin-left: 0; }
  .locations-display .locations-single ul.location-hours li {
    padding-bottom: 6px; }
    .locations-display .locations-single ul.location-hours li.open-today {
      color: #111;
      font-weight: bold; }
      .locations-display .locations-single ul.location-hours li.open-today .hours {
        color: #111; }
      .locations-display .locations-single ul.location-hours li.open-today .coh-circle {
        display: inline-block;
        float: none; }
    .locations-display .locations-single ul.location-hours li .day {
      width: 110px;
      display: inline-block;
      font-weight: bold;
      color: #444; }
    .locations-display .locations-single ul.location-hours li .hours {
      color: #888; }
      .locations-display .locations-single ul.location-hours li .hours.split {
        display: block;
        margin-left: 110px; }
    .locations-display .locations-single ul.location-hours li .coh-circle {
      display: none; }
.locations-display .locations-single .location-photo {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 3px;
  margin-bottom: 15px;
  max-width: 100%; }
.locations-display .locations-single .we-open-image,
.locations-display .locations-single .we-closed-image {
  max-width: 350px; }
.locations-display .locations-single.we-open-single h2 {
  margin-top: 15px; }
.locations-display .locations-single .we-open-text,
.locations-display .locations-single .we-closed-text {
  color: #fff;
  padding: 8px 12px;
  display: inline-block;
  border-radius: 2px;
  font-size: 16px; }
.locations-display .locations-single .we-open-text {
  background: #02d738; }
.locations-display .locations-single .we-closed-text {
  background: #de1309; }

.special-dates-widget-display .date-head {
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 5px;
  color: #666;
  margin-top: 12px; }
.special-dates-widget-display .date-time {
  margin-bottom: 10px; }
  .special-dates-widget-display .date-time .closed {
    font-style: italic; }

.widget-area .widget .we-open-widget-display .we-open-single {
  text-align: center; }
.widget-area .widget .we-open-widget-display h2 {
  text-align: center; }

.coh-circle {
  width: 12px !important;
  height: 12px;
  vertical-align: bottom;
  margin-left: 8px;
  margin-bottom: 4px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  display: inline-block;
  box-shadow: 1px 1px 1px #ddd; }
  .coh-circle.open {
    background: #02d738; }
  .coh-circle.close {
    background: #de1309; }
