#location {
  background-color: var(--location-background);
}
#location a {
  text-decoration: none;
}

#location .children {
  max-width: 100%;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  min-height: inherit;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
  box-sizing: border-box;
}

#location article {
  margin-bottom: 22px;
  margin-right: 8px;
  margin-left: 12px;
  /* width: calc(25% - 22px); */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
  box-sizing: border-box;
}

#location article.section-header {
  background-color: transparent;
  align-items: center;
  width: 100% !important;
  min-height: 0 !important;
  height: inherit !important;
}

#location .title_preset_1 {
  color: var(--location_header);
}

#location .divider {
  height: 5px;
  max-width: 200px;
}

/* ******************** Map and hours ********************  */

#location section .children .section-children {
  width: 100%;
  min-height: inherit;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

#location .section-item {
  flex-direction: row;
  justify-content: start;
  border: 0px transparent solid;
  box-sizing: border-box;
}

#location .pic-side {
  min-height: 300px;
  min-width: 66%;
  max-width: 50%;
  padding: 25px;
  position: relative;
  min-height: inherit;
  height: 100%;
  width: 100%;
  flex-grow: 1;
  overflow: hidden;
}

#location .section-item .text-side {
  margin: 30px;
  padding: 30px;
  background-color: transparent;
  flex: 1 1 50%;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  margin-right: auto !important;
  margin-left: auto !important;
  align-items: flex-start;
  text-align: left;
  position: relative;
  padding: 10px 0px 10px 0px;
  display: flex;
  flex-direction: column;

  box-sizing: border-box;
}

#location .text-side .title {
  color: var(--textcolor);
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Lavishly Yours;
  font-size: 2rem;
  color: black;
  display: inline-block;
  padding: 0px;
  font-weight: normal;
}

#location .text-side .address {
  font-size: 1.3rem;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: system-ui;
  letter-spacing: -0.02em;
  line-height: 1.6em;
  padding: 0px;
  text-transform: none;
  display: inline-block;
  font-weight: normal;
  word-break: break-word;
  text-align: left;
}

#location .text-side .hourstitle {
  margin-top: 15px;
  margin-bottom: 15px;
  letter-spacing: 0em;
  line-height: 1.8em;
  padding: 0px;
  text-transform: none;
  display: inline-block;
  padding: 0px;
  font-weight: normal;
  text-align: left;
}

#location .text-side .hours {
  display: flex;
  flex-wrap: wrap;
  display: inline-block;
  width: 100%;
  color: rgba(57, 57, 57, 1);
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
  letter-spacing: 0em;
  line-height: 1.8em;
  padding: 0px;
  text-transform: none;
  font-weight: normal;
}

#location .text-side .buttons {
  justify-content: flex-start;
  align-items: inherit;
  text-align: inherit;
  align-items: inherit;
  text-align: inherit;
}

#location .navbuttons {
  display: block;
  flex-direction: column;
  display: flex;
  text-align: center;
  white-space: nowrap;
  flex-wrap: wrap;
}
#location .navbuttons button {
  padding: 5px;
  margin: 15px;
  background-color: var(--button_1);
  color: var(--textcolor);
  border-radius: 25px;
  box-shadow: 0px 2px 5px var(--hero-box-shadow);
  transition: all 0.3s;
}

#location .navbuttons button:hover {
  background-color: var(--buttonhover_1);
  color: white;
  box-shadow: 0px 15px 35px 5px var(--hero-box-shadow-hover);
  transform: scale(1.03);
}
#location .navbuttons button:active {
  box-shadow: 0px 15px 55px var(--hero-button-active);
  transform: scale(0.98);
}

#location .navbuttons a {
  text-decoration: none;
}

@media only screen and (max-width: 800px) {
  #location .section-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #location .section-item .pic-side {
    max-width: 100%;
  }

  #location .section-item .text-side {
    align-items: center;
  }

  #location .section-item .text-side-content {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #location .text-side .hourstitle {
    margin-left: 30vw;
  }
}

@media only screen and (max-width: 520px) {
  #location .text-side .hourstitle {
    margin-left: 0;
  }
}
