.eatery-tabs .tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.eatery-tabs .tabs .list-item {
  display: inline-block;
  margin-bottom: 0;
}
.eatery-tabs .tabs .list-item a {
  color: #666;
  display: block;
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
}
.eatery-tabs .tabs .list-item a:hover {
  color: #000;
}
.eatery-tabs .tabs .list-item.selected a {
  font-weight: 400;
  color: #000;
}
@media (min-width: 768px) {
  .eatery-tabs {
    float: left;
  }
}

.icon-key {
  float: right;
  margin-top: 10px;
}
.icon-key .fa {
  color: #666;
}

.eateries-list-map .icon-key {
  margin: 0 0 5px 0;
}

.views-exposed-form {
  clear: both;
  padding: 1em;
  background: #e7e7e7;
  margin-bottom: 1em;
  vertical-align: top;
}
.views-exposed-form details {
  margin: 1em 0;
}
.views-exposed-form details summary {
  position: relative;
  height: 42px;
  padding: 9px 21px 9px 0;
}
.views-exposed-form details summary a {
  text-decoration: none;
  color: #333;
}
.views-exposed-form details summary::-webkit-details-marker {
  display: none;
}
.views-exposed-form details summary:after {
  position: absolute;
  top: 14px;
  right: 0;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f078";
  color: #666;
  text-align: center;
  width: 30px;
}
.views-exposed-form details summary:hover {
  cursor: pointer;
}
.views-exposed-form details .form-checkboxes {
  margin-top: 7px;
}
.views-exposed-form details[open] > summary:after {
  content: "\f077";
}
.views-exposed-form .form-item {
  position: relative;
  width: 100%;
  margin: 1em 0 !important;
}
.views-exposed-form .form-item.form-item-combine {
  margin-bottom: 0.25em !important;
}
.views-exposed-form .form-item select {
  border-radius: 0;
  border-color: #D9DADB;
  background-color: #fff;
  background-image: none;
  color: #666;
  height: 42px;
  padding: 6px 2em 6px 8px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-box-shadow: inset 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 rgba(0, 0, 0, 0);
  border-width: 0;
  border: none;
  width: 100%;
}
@media (min-width: 768px) {
  .views-exposed-form .form-item {
    width: 100%;
  }
  .views-exposed-form .form-item .form-text {
    width: 220px;
  }
}
.views-exposed-form .form-item button {
  position: absolute;
  top: 6px;
  right: 2px;
  -webkit-appearance: none;
  background: transparent;
  width: 30px;
  height: 30px;
  border: none;
}
.views-exposed-form .form-item button:before {
  font: normal normal normal 18px/1 FontAwesome;
  text-align: center;
  content: "\f002";
  position: absolute;
  left: 6px;
  top: 6px;
  text-indent: 0;
  color: #444;
}
.views-exposed-form .form-item .form-control {
  font-family: "freight-sans-pro", sans-serif;
  border-radius: 0;
  border-color: #D9DADB;
  background-color: #fff;
  background-image: none;
  color: #666;
  height: 42px;
  padding: 6px 2em 6px 8px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-box-shadow: inset 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 rgba(0, 0, 0, 0);
  border-width: 0;
  width: 100%;
}
.views-exposed-form .form-item .select-wrapper {
  position: relative;
}
.views-exposed-form .form-item .select-wrapper::after {
  font: normal normal normal 14px/1 FontAwesome;
  color: #666;
  content: "\f078";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -0.5em;
  padding-right: 0.5em;
  pointer-events: none;
  position: absolute;
  right: 2px;
  top: 50%;
  z-index: 10;
}
.views-exposed-form .form-item .select-wrapper .form-control {
  padding-right: 2em;
}
.views-exposed-form .form-item:first-child {
  margin-top: 0 !important;
}
.views-exposed-form #edit-actions.form-wrapper {
  display: inline-block;
  margin-bottom: 0;
}
.views-exposed-form .clear-filter {
  display: inline-block;
  text-align: center;
  color: #000;
  text-decoration: none;
  padding: 5px 12px;
  width: 67%;
  background: rgba(0, 0, 0, 0.125);
  margin-left: 8px;
}
.views-exposed-form .clear-filter .fa {
  margin-right: 6px;
  color: #666;
}
.views-exposed-form .clear-filter:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.views-exposed-form .clear-filter:hover .fa {
  color: #fff;
}
@media (min-width: 768px) {
  .views-exposed-form .clear-filter {
    width: 72%;
  }
}
.eateries .form-group .content {
  margin-bottom: 2em;
}
.eateries .form-group .content .form-item {
  position: relative;
  width: 100%;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .eateries .form-group .content .form-item {
    width: inherit;
  }
  .eateries .form-group .content .form-item .form-text {
    width: 220px;
  }
}
.eateries .form-group .content .form-item button {
  position: absolute;
  top: 6px;
  right: 2px;
  -webkit-appearance: none;
  background: transparent;
  width: 30px;
  height: 30px;
  border: none;
}
.eateries .form-group .content .form-item button:before {
  font: normal normal normal 18px/1 FontAwesome;
  text-align: center;
  content: "\f002";
  position: absolute;
  left: 6px;
  top: 6px;
  text-indent: 0;
  color: #444;
}
.eateries .form-group .content .form-item .form-control {
  font-family: "freight-sans-pro", sans-serif;
  border-radius: 0;
  border-color: #ddd;
  border-style: solid;
  background-color: #fff;
  background-image: none;
  color: #666;
  height: 42px;
  padding: 6px 2em 6px 8px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
  width: 100%;
}
.eateries .form-group .content .form-item .select-wrapper {
  position: relative;
}
.eateries .form-group .content .form-item .select-wrapper::after {
  font: normal normal normal 14px/1 FontAwesome;
  color: #666;
  content: "\f078";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -0.5em;
  padding-right: 0.5em;
  pointer-events: none;
  position: absolute;
  right: 2px;
  top: 50%;
  z-index: 10;
}
.eateries .form-group .content .form-item .select-wrapper .form-control {
  padding-right: 2em;
}
.eateries .form-group .content .form-item:focus {
  outline: auto 1px -webkit-focus-ring-color !important;
}
@media (min-width: 768px) {
  .eateries .form-group .content .form-item {
    float: right;
  }
}
@media (min-width: 768px) {
  .eateries .form-group .content {
    display: inline-block;
    width: 75%;
  }
}

.eatery-list {
  clear: both;
}

.eatery-open {
  color: #2f7700;
  font-weight: 600;
}

.eatery-closed {
  color: #b31b1b;
  font-weight: 600;
}

.eatery {
  clear: both;
  background: rgba(0, 0, 0, 0.04);
  padding: 1em;
  border-bottom: 1px solid #e6e6e6;
}
.eatery:nth-child(even) {
  background: #f9f9f9;
}
.eatery:first-child {
  margin-top: 1px;
}
.eatery:last-child {
  margin-bottom: 0;
}
.eatery .eatery-info {
  display: block;
  margin-bottom: 1px;
  vertical-align: text-top;
}
.eatery .eatery-info h3 {
  margin-bottom: 0.25em;
}
.eatery .eatery-info h3 a {
  text-decoration: none;
}
.eatery .eatery-info h3 a:hover {
  color: #000;
}
.eatery .eatery-info h4 {
  color: #000;
  font-size: 18px;
  margin-bottom: 0.5em;
}
.eatery .eatery-info img {
  display: block;
}
.eatery .eatery-info ul {
  margin: 0 0 0.5em;
  padding: 0;
  list-style: none;
}
.eatery .eatery-info ul li {
  margin-bottom: 0;
}
.eatery .eatery-info .eatery-open {
  margin-top: 0.25em;
  color: #2f7700;
  font-weight: 600;
}
.eatery .eatery-info .eatery-closed {
  margin-top: 0.25em;
  color: #b31b1b;
  font-weight: 600;
}
.eatery .eatery-info details {
  background: #dadada;
  margin-bottom: 0.25em;
}
.eatery .eatery-info details summary {
  position: relative;
  height: 42px;
  padding: 9px 30px 9px 9px;
}
.eatery .eatery-info details summary::-webkit-details-marker {
  display: none;
}
.eatery .eatery-info details summary:after {
  position: absolute;
  top: 14px;
  right: 0;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f078";
  color: #666;
  text-align: center;
  width: 30px;
}
.eatery .eatery-info details summary:hover {
  cursor: pointer;
}
.eatery .eatery-info details ul {
  padding: 0.5em 1em 1em;
}
.eatery .eatery-info details ul li strong {
  display: block;
  padding: 0.375em 0;
}
.eatery .eatery-info details ul lifirst-child strong {
  padding-top: 0;
}
.eatery .eatery-info details[open] > summary:after {
  content: "\f077";
}
.eatery .eatery-info a.link-button {
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .eatery .eatery-info {
    display: inline-block;
    width: 30%;
    margin-right: 1.5%;
    margin-bottom: 0;
  }
  .eatery .eatery-info.eatery-hours {
    width: 20%;
  }
  .eatery .eatery-info.eatery-menu {
    width: 45%;
  }
  .eatery .eatery-info.eatery-desc-menu {
    width: 45%;
  }
  .eatery .eatery-info.eatery-desc-menu .eatery-desc {
    width: 100%;
    margin-bottom: 1em;
  }
  .eatery .eatery-info.eatery-desc-menu .eatery-menu {
    width: 100%;
  }
  .eatery .eatery-info:last-child {
    margin-right: 0;
  }
}
.eatery:focus {
  outline: auto 1px -webkit-focus-ring-color !important;
}
.eatery .fa {
  color: #666;
}

@media (min-width: 768px) {
  .eateries-list-map .eatery .eatery-pay {
    width: 20%;
  }
  .eateries-list-map .eatery .eatery-menu {
    width: 40%;
  }
}

.geofield-google-map {
  margin-bottom: 2em;
}

.dietary-needs {
  margin-bottom: 1em;
}

.payment-types {
  margin-bottom: 1em;
}

.day-hours {
  padding: 1em;
  background: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #e6e6e6;
}
.day-hours:nth-child(even) {
  background: #f9f9f9;
}
.day-hours .eatery-hours ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .day-hours .eatery-hours {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }
}
.day-hours .eatery-featured {
  margin-top: 1em;
}
.day-hours .eatery-featured details {
  background: #dadada;
  margin-bottom: 0.25em;
}
.day-hours .eatery-featured details summary {
  position: relative;
  height: 42px;
  padding: 9px 30px 9px 9px;
}
.day-hours .eatery-featured details summary::-webkit-details-marker {
  display: none;
}
.day-hours .eatery-featured details summary:after {
  position: absolute;
  top: 14px;
  right: 0;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f078";
  color: #666;
  text-align: center;
  width: 30px;
}
.day-hours .eatery-featured details summary:hover {
  cursor: pointer;
}
.day-hours .eatery-featured details ul {
  padding: 0.5em 1em 1em;
  list-style: none;
}
.day-hours .eatery-featured details ul li strong {
  display: block;
  padding: 0.375em 0;
}
.day-hours .eatery-featured details ul lifirst-child strong {
  padding-top: 0;
}
@media (min-width: 768px) {
  .day-hours .eatery-featured {
    display: inline-block;
    width: 49%;
    margin-top: 0;
  }
}

.eatery-daily-hours {
  padding-top: 1em;
}

.eatery-about {
  margin-top: 1em;
}
.eatery-about a[href^=mailto] {
  display: block;
  margin-top: -1em;
}
.eatery-about a.link-button {
  margin-bottom: 1em;
}

.eatery-contact {
  margin-top: 1em;
}
.eatery-contact h3 {
  margin-bottom: 0.5em;
}
.eatery-contact .person-email a i {
  margin-right: 6px;
}

.views-exposed-form:after {
  margin-top: 0 !important;
}

/*# sourceMappingURL=scl-dining.css.map */
