body {
  padding-top: 10px;
  background-color: #72564a;
  font-family: Lato, sans-serif;
  color: #564038;
  font-size: 14px;
  line-height: 24px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Kalam, sans-serif;
  color: #ce2c21;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
}

h3 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 24px;
}

.header-content {
  float: right;
  text-align: right;
}

.brand {
  text-align: center;
  text-decoration: none;
}

.sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff176;
}

.google-map {
  height: 150px;
}

.about-us {
  display: block;
  margin-bottom: 10px;
  padding: 24px;
  background-color: #fff;
}

.footer {
  background-color: #564038;
  text-align: center;
}

.footer-text {
  color: hsla(0, 0%, 100%, .5);
  font-size: 13px;
}

.header-wrapper {
  padding: 12px 24px;
  background-color: #fff176;
}

.img {
  margin-right: 24px;
  float: left;
}

.opening-hours {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: left;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bottom-header {
  padding-right: 24px;
  padding-left: 24px;
  background-color: #8f6b5d;
}

.bottom-header-section {
  margin-bottom: 10px;
}

.content-section {
  margin-bottom: 10px;
}

.bottom-header-text {
  color: #fff176;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.header-background-color {
  background-color: #fff176;
}

.content-wrapper {
  padding-left: 0px;
}

.view-menu {
  display: inline-block;
  padding: 9px 18px;
  border-radius: 4px;
  background-color: #ce2c21;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
}

.header-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tagline {
  font-family: Kalam, sans-serif;
  color: #ce2c21;
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
}

.phone-icon {
  display: inline-block;
  float: none;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.phone-icon.icon {
  margin-right: 6px;
}

.phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.opening-hours-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clock-icon {
  display: block;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.clock-icon.icon {
  margin-right: 6px;
}

.visit-us-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  body {
    padding-top: 0px;
  }
  .sidebar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .google-map {
    margin-bottom: 10px;
  }
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .bottom-header {
    padding-left: 34px;
  }
  .content-wrapper {
    padding-left: 10px;
  }
  .phone-link {
    color: #ce2c21;
    text-decoration: none;
  }
}

@media (max-width: 479px) {
  .header-content {
    float: none;
    text-align: center;
  }
  .brand {
    display: block;
  }
  .sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .img {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 12px;
  }
  .opening-hours {
    text-align: center;
  }
  .sidebar-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bottom-header {
    padding-left: 24px;
  }
  .bottom-header-text {
    text-align: center;
  }
  .header-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .opening-hours-heading {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .phone-link {
    margin-top: 6px;
  }
}
