/** Shopify CDN: Minification failed

Line 2088:218 Expected ")" to end URL token

**/
.navwrapper {
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  min-height: 80px;
  padding-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-menu {
  position: relative;
  left: 0px;
  width: 35%;
  margin-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-menu {
  position: relative;
  width: 35%;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image {
  max-height: 65px;
}

.nav-link-block {
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #b76e11;
  font-size: 16px;
  line-height: 16px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.mobile-menu-div {
  position: absolute;
  display: none;
}

.mobile-menu-drawer {
  display: none;
}


.hero {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-heading {
  margin-bottom: 20px;
  font-family: 'Lovelo', sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 100px;
  text-align: center;
  letter-spacing: 8px;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.hero-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color: transparent;
}

.section.story-section {
  background-color: #fffdf1;
}

.flex-centered-container-1400 {
  position: relative;
/*   z-index: 5; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.intro-teaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.intro-teaser-flipped {
  flex-direction: row-reverse;
}

.intro-teaser-content-left-section {
  position: relative;
  width: 50%;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-right: 40px;
  background-color: transparent;
}

.intro-teaser-content-right-section {
  position: relative;
  width: 50%;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 40px;
  background-color: transparent;
}

.overflow-hidden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  padding-top: 0px;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overflow-hidden.small-image {
  position: absolute;
  left: -100px;
  right: auto;
  bottom: -125px;
  width: 300px;
  height: 200px;
  margin-left: 0px;
}

.overflow-hidden.small-image.deep-shadow {
  z-index: 2;
}

.overflow-hidden.small-image.deep-shadow.desktop-only {
  bottom: -135px;
}

.overflow-hidden.small-image.deep-shadow.desktop-only.location-subimage {
  left: auto;
  top: 200px;
  right: 0px;
  bottom: auto;
  width: 240px;
  height: auto;
  min-height: 160px;
}

.overflow-hidden.small-image.deep-shadow.desktop-only.location-subimage.right-bottom-position {
  top: 50%;
  right: 5%;
}

.spacer-section {
  height: 100px;
}
.bottom-spacer {
    height: 50px;
    display: block;
}

.h2-heading {
  position: relative;
  z-index: 3;
  margin-left: 0px;
  padding-left: 0px;
  font-family: 'Lovelo', sans-serif;
  color: #4a4e54;
  font-size: 50px;
  line-height: 1.2;
}

.h3-heading {
  font-family: 'Lovelo', sans-serif;
  color: #4a4e54;
  font-size: 40px;
  line-height: 1.2;
}

.h2-heading.off-white-text {
  margin-bottom: 20px;
  margin-left: 0px;
  padding-left: 0px;
  color: #fffdf1;
}

.color-block-text {
  display: inline-block;
  margin-left: -10px;
  padding: 10px 10px 0px;
  border-radius: 3px;
  background-color: #b1d8cf;
  color: #fff;
  line-height: 50px;
  font-weight: 900;
}

.color-block-text.yellow-highlight {
  margin-left: 0px;
  background-color: #5e8769;
}

.color-block-text.dark-text {
  margin-left: 0px;
  background-color: #efe295;
  color: #222;
}

.our-story-teaser {
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 3;
  width: 90%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: 0px;
}

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

.flex.flex-centered.padding-100 {
  position: relative;
}

.image-overflow-container {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sliding-door-offwhite {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: none;
  width: 50%;
  height: 100%;
  background-color: #fffdf1;
}

.sliding-door-offwhite.right-side {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: none;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fffdf1;
}

.locations-intro-content-container-flex {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  max-width: none;
  min-height: 0px;
  min-width: 0px;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  padding-bottom: 40px;
  padding-left: 40px;
  color: rgba(51, 51, 51, 0.04);
  font-size: 100px;
  line-height: 100px;
  font-weight: 900;
}

.image-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 100px;
  bottom: -50px;
  opacity: 0.1;
}

.image-5._5-2 {
    right: 50px;
    bottom: 100px;
    z-index: 2;
}

.extremely-large-section-heading {
  color: #fff;
  font-size: 100px;
  line-height: 100px;
  font-weight: 900;
  text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.5);
}

.extremely-large-section-heading.no-shadow {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 100px;
  text-align: left;
  text-transform: uppercase;
  text-shadow: none;
  cursor: pointer;
}

.extremely-large-section-heading.no-shadow:hover {
  color: #fffdf1;
}

.extremely-large-section-heading.no-shadow.centered-and-white {
  color: #fff;
  font-size: 100px;
  font-weight: 700;
  text-align: center;
}

.extremely-large-section-heading.no-shadow.products-heading {
  -webkit-transition-property: none;
  transition-property: none;
  color: #b1d8cf;
  font-size: 100px;
  font-weight: 700;
  text-shadow: none;
  cursor: default;
}

.white-text-on-image {
  color: #fff;
  text-shadow: 4px 4px 15px rgba(0, 0, 0, 0.5);
}

.paragraph {
  color: #858585;
}

.locations-mobile {
  position: relative;
  z-index: 3;
  display: none;
  min-height: 100vh;
  background-color: #5e8769;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(94, 135, 105, 0.7)), to(rgba(94, 135, 105, 0.7))), url('/cdn/shop/files/woodgrain.png?v=1577404705');
  background-image: linear-gradient(180deg, rgba(94, 135, 105, 0.7), rgba(94, 135, 105, 0.7)), url('/cdn/shop/files/woodgrain.png?v=1577404705');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 400px;
  background-attachment: scroll, fixed;
}

.main-wrapper {
  position: relative;
  overflow: hidden;
}

.loading-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 36;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff 25%, #444343);
}

.div-block-10 {
  z-index: 6;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  background-image: none;
}

.loading {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 300px;
  height: auto;
  min-height: 0px;
  min-width: 0px;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.loader-logo {
  position: relative;
  z-index: 7;
  opacity: 1;
  -webkit-filter: contrast(200%) saturate(0%);
  filter: contrast(200%) saturate(0%);
}

.horizontal-doors {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-color: #5e8769;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(94, 135, 105, 0.75)), to(rgba(94, 135, 105, 0.75))), url('/cdn/shop/files/woodgrain.png?v=1577404705');
  background-image: linear-gradient(180deg, rgba(94, 135, 105, 0.75), rgba(94, 135, 105, 0.75)), url('/cdn/shop/files/woodgrain.png?v=1577404705');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 400px;
  background-attachment: scroll, scroll;
}

.locations-desktop {
  position: relative;
  z-index: 3;
  display: block;
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-color: #5e8769;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(94, 135, 105, 0.75)), to(rgba(94, 135, 105, 0.75))), url('/cdn/shop/files/woodgrain.png?v=1577404705');
  background-image: linear-gradient(180deg, rgba(94, 135, 105, 0.75), rgba(94, 135, 105, 0.75)), url('/cdn/shop/files/woodgrain.png?v=1577404705');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 400px;
  background-repeat: repeat, repeat;
}

.image-background-animated {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  max-width: none;
  margin: auto;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.locations-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  min-width: 0%;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 60px 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.location-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-bottom: 60px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fffdf1;
}

.location-item.flipped {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}


.location-link {
  color: #fffdf1;
}

.locations-heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 60px;
  padding-right: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fffdf1;
}

.location-subimage {
  position: absolute;
  right: 0px;
  max-width: 100%;
}

.primary-button {
  border-style: solid;
  border-width: 1px;
  border-color: #5e8769;
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #222;
}

.primary-button:hover {
  background-color: #5e8769;
  color: #fffdf1;
}

.primary-button.secondary-color {
  border-color: #efe295;
  color: #fffdf1;
}

.primary-button.secondary-color:hover {
  background-color: #efe295;
  color: #222;
}

.primary-button.solid-button {
  margin-right: 20px;
  margin-left: 20px;
  padding: 16px 40px;
  border-style: solid;
  border-color: #ebd417;
  background-color: #ebd417;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
  font-size: 18px;
  line-height: 18px;
}

.primary-button.solid-button:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  color: #4a4e54;
}

.location-link-text {
  margin-bottom: 20px;
  color: #fffdf1;
}

.location-link-text.dark-text {
  color: #4a4e54;
}

.locations-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.single-location {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.location-sliderout {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 50%;
  height: 100%;
  box-shadow: -1px 0 20px 0 rgba(0, 0, 0, 0.3);
  text-align: left;
}

.location-slide-image-top {
  position: relative;
  overflow: hidden;
  height: 50%;
}

.location-slide-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-width: 200%;
  min-width: 100%;
  margin: auto;
}

.location-slide-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #efe295;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 226, 149, 0.9)), to(rgba(239, 226, 149, 0.9))), url('../images/shutterstock_562149445-Converted.png');
  background-image: linear-gradient(180deg, rgba(239, 226, 149, 0.9), rgba(239, 226, 149, 0.9)), url('../images/shutterstock_562149445-Converted.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 300px;
}

.slide-close {
  position: absolute;
  left: 0px;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-family: Lovelo;
  font-size: 80px;
  font-weight: 400;
  cursor: pointer;
}

.close-x {
  color: #444;
}

.floating-location-image-container {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  opacity: 1;
}

.floating-location-image-container.second-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.floating-location-image-container.third-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.floating-location-image-container.first-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.location-overflow-image {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.div-block-15 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: none;
  overflow: visible;
  background-color: rgba(0, 0, 0, 0.55);
}

.container {
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.container.products-container {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.container.products-container.mountain-bg {
  background-image: url('../images/junbi-tumbler-image-without-text.svg');
  background-position: 100% 30px;
  background-size: 500px;
  background-repeat: no-repeat;
}

.div-block-18 {
  min-height: 200vh;
}

.menu-flex-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  min-height: 800px;
  padding-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ebd417;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 204, 190, 0.95)), to(rgba(251, 204, 190, 0.75))), url('../images/outlinefoodanddrink.svg');
  background-image: linear-gradient(180deg, rgba(251, 204, 190, 0.95), rgba(251, 204, 190, 0.75)), url('../images/outlinefoodanddrink.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat-y;
  background-attachment: scroll, fixed;
}

.menu-section-heading {
  width: 1000px;
  max-width: 1000px;
  min-width: 700px;
  padding-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-21 {
  position: relative;
  bottom: 0px;
  width: 100%;
  min-height: 400px;
  margin-top: auto;
}

.div-block-22 {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 50%;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-23 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  background-color: #efe295;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 212, 23, 0.91)), to(rgba(235, 212, 23, 0.91))), url('/cdn/shop/files/topography_Converted_1000x.png?v=1579507817');
  background-image: linear-gradient(180deg, rgba(235, 212, 23, 0.91), rgba(235, 212, 23, 0.91)), url('/cdn/shop/files/topography_Converted_1000x.png?v=1579507817');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 222px;
  color: #222;
}

.div-block-23.yellow.strawberry {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 130, 99, 0.9)), to(rgba(236, 130, 99, 0.9))), url('/cdn/shop/files/topography_Converted_1000x.png?v=1579507817');
  background-image: linear-gradient(180deg, rgba(236, 130, 99, 0.9), rgba(236, 130, 99, 0.9)), url('/cdn/shop/files/topography_Converted_1000x.png?v=1579507817');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 222px;
}

.div-block-23.rose {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 204, 190, 0.9)), to(rgba(251, 204, 190, 0.9))), url('/cdn/shop/files/topography_Converted_1000x.png?v=1579507817');
  background-image: linear-gradient(180deg, rgba(251, 204, 190, 0.9), rgba(251, 204, 190, 0.9)), url('/cdn/shop/files/topography_Converted_1000x.png?v=1579507817');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 222px;
}

.menu-tabs-container {
  margin-bottom: 60px;
  padding: 20px 40px;
}

.menu-tabs-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fad-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  min-width: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  font-family: 'Lovelo', sans-serif;
  color: #5e8769;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
}

.fad-tab:hover {
  background-color: hsla(0, 0%, 100%, 0.4);
  color: #ec8263;
}

.fad-tab.w--current {
  border-radius: 3px;
  background-color: #fffdf1;
  color: #ec8263;
  line-height: 50px;
}

.fad-tab-content-container {
  padding-top: 40px;
}

._5-column-menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.fad-menu-item {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  max-width: 380px;
  min-width: 250px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.menu-item-name {
  font-family: 'Lovelo', sans-serif;
  color: #4a4e54;
  text-align: center;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  padding: 140px 40px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.products-section-heading {
  margin-right: auto;
}

.product-collection-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._4-column-product-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._4-column-product-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  max-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.see-more-link-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.see-more-link {
  color: #ec8263;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}

.product-section-titles {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 45px;
}

.hero-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.wfsection {
  width: 100%;
}

.wfsection._wf-flex-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.small-subheadline {
  color: #fff;
  text-shadow: 4px 4px 15px rgba(0, 0, 0, 0.5);
  font-family: 'Lovelo', sans-serif;
  font-size: 16px;
}

.big-section-heading {
  color: #fff;
  font-size: 100px;
  line-height: 100px;
  font-weight: 900;
  text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.5);
  font-family: 'Lovelo', sans-serif;
  text-transform: uppercase;
}

.location-link-2 {
  color: #fffdf1;
}

.locations-section {
  position: relative;
  z-index: 3;
  display: none;
  min-height: 100vh;
 background-color: #5e8769;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(94, 135, 105, 0.7)), to(rgba(94, 135, 105, 0.7))), url('/cdn/shop/files/woodgrain.png?v=1577404705');
  background-image: linear-gradient(180deg, rgba(94, 135, 105, 0.7), rgba(94, 135, 105, 0.7)), url('/cdn/shop/files/woodgrain.png?v=1577404705');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 400px;
  background-attachment: scroll, fixed;
}

.location-image {
  width: 55%;
}

.location-details {
  margin-bottom: 20px;
}

.single-location-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42%;
  padding: 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.location-name-2 {
  margin-top: 0px;
  font-size: 32px;
  line-height: 40px;
}

.location-address {
  margin-bottom: 10px;
  color: #fffdf1;
}


@media (max-width: 991px) {
  .navwrapper {
    position: absolute;
    z-index: 2;
  }
  .left-menu {
    display: none;
  }
  .logo {
    z-index: 1;
  }
  .right-menu {
    display: none;
  }
  .mobile-menu-div {
    position: absolute;
    left: 0px;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-menu-drawer {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0px;
    bottom: 0%;
    z-index: 2;
    display: none;
    width: 100%;
    height: 100vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #5e8769;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(94, 135, 105, 0.75)), to(rgba(94, 135, 105, 0.75))), url('/cdn/shop/files/woodgrain.png?v=1577404705');
    background-image: linear-gradient(180deg, rgba(94, 135, 105, 0.75), rgba(94, 135, 105, 0.75)), url('/cdn/shop/files/woodgrain.png?v=1577404705');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, 300px;
    color: #000;
    text-align: center;
  }
  .div-block-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 140px 40px 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-3 {
    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;
    color: #fffdf1;
    font-size: 24px;
    line-height: 24px;
    font-weight: 900;
  }
  .mobile-menu-link {
    margin-bottom: 20px;
    -webkit-transition: color 500ms cubic-bezier(.165, .84, .44, 1);
    transition: color 500ms cubic-bezier(.165, .84, .44, 1);
    color: #fffdf1;
    font-size: 38px;
    line-height: 38px;
    text-decoration: none;
  }
  .mobile-menu-link:hover {
    color: #efe295;
  }

  .sidemenu-close {
    position: absolute;
    left: 40px;
    top: 25px;
    right: auto;
    bottom: auto;
    width: 50px;
    height: 50px;
  }
  .hero-heading {
    font-size: 80px;
    line-height: 85px;
    font-weight: 900;
    letter-spacing: 7px;
  }
  .flex-centered-container-1400 {
    padding-top: 0px;
  }
  .intro-teaser {
    margin-bottom: 0px;
    padding-top: 40px;
    align-items: flex-start;
  }
  .intro-teaser-content-left-section {
    width: 45%;
    padding-left: 20px;
    padding-bottom: 40px;
    padding-right: 30px;
  }
  .intro-teaser-content-right-section {
    width: 45%;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 30px;
  }
  .overflow-hidden {
    width: 55%;
  }
  .overflow-hidden.small-image.deep-shadow.desktop-only {
    display: none;
  }
  .spacer-section {
    height: 25px;
  }
  .bottom-spacer {
    height: 20px;
    display: block;
  }
  .h2-heading {
    margin-top: 0px;
  }
  .our-story-teaser {
    width: 95%;
    margin-top: 20px;
  }
  .image-overflow-container {
    max-height: 800px;
    min-height: 80vh;
  }
  .heading {
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 75px;
    line-height: 75px;
  }
  .image-5._5-2 {
    right: 20px;
    bottom: 0px;
  }
  .extremely-large-section-heading {
    position: relative;
    font-size: 100px;
    line-height: 100px;
  }
  .extremely-large-section-heading.no-shadow {
    font-size: 90px;
    text-align: center;
  }
  .extremely-large-section-heading.no-shadow.centered-and-white {
    font-size: 100px;
  }
  .locations-mobile {
    display: block;
  }
  .loading-overlay {
    display: none;
  }
  .div-block-10 {
    background-image: none;
  }
  .locations-desktop {
    display: none;
    max-height: 800px;
    min-height: 0vh;
  }
  .image-background-animated {
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
  }
  .locations-container {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .location-item {
    margin-top: 60px;
    padding-top: 0px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .location-item.flipped {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .locations-heading {
    display: none;
    padding-right: 20px;
  }

  .locations-list {
    min-height: 0vh;
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .single-location {
    padding-left: 0px;
  }
  .location-sliderout {
    z-index: 2;
    width: 80%;
    background-color: #fffdf1;
  }
  .location-slide-image-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .location-slide-content {
    height: 60%;
  }
  .floating-location-image-container {
    top: 25%;
    right: auto;
  }
  .menu-section {
    min-height: 100vh;
  }
  .container {
    background-position: 98% 50px;
    background-size: 400px;
  }
  .container.products-container.mountain-bg {
    background-position: 96% 30px;
    background-size: 350px;
  }
  .menu-flex-container {
    height: auto;
    max-height: none;
    min-height: 100vh;
    padding-top: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 204, 190, 0.9)), to(rgba(251, 204, 190, 0.75))), url('../images/fooddrinkstrawberry.svg');
    background-image: linear-gradient(180deg, rgba(251, 204, 190, 0.9), rgba(251, 204, 190, 0.75)), url('../images/fooddrinkstrawberry.svg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
    background-repeat: repeat, repeat-y;
    background-attachment: scroll, fixed;
  }
  .menu-section-heading {
    width: 100%;
    max-width: 100%;
    min-width: 0px;
  }
  .menu-tabs-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .fad-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fad-tab-content-container {
    padding-top: 20px;
  }
  .fad-menu-item {
    width: 25%;
    min-width: 120px;
  }
  .menu-item-name {
    font-size: 20px;
    line-height: 26px;
  }
  .div-block-25 {
    margin-bottom: 70px;
    padding-top: 100px;
  }

  .image-26 {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
  .big-section-heading {
    position: relative;
    font-size: 100px;
    line-height: 100px;
  }
  .locations-section {
    display: block;
  }
  .location-image {
    width: auto;
  }
  .single-location-content {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .mobile-menu-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-menu-drawer {
    width: 100%;
  }
  .hero-heading {
    font-size: 65px;
    line-height: 65px;
    letter-spacing: 5px;
  }
  .flex-centered-container-1400 {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .intro-teaser {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .intro-teaser-content-left-section {
    width: 100%;
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .intro-teaser-content-right-section {
    width: 100%;
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .overflow-hidden {
    width: 100%;
  }
  .spacer-section {
    display: none;
  }
  
  .bottom-spacer {
    height: 40px;
    display: block;
  }
  .image-overflow-container {
    max-height: 700px;
    min-height: 50vh;
  }
  .sliding-door-offwhite {
    width: 0%;
  }
  .sliding-door-offwhite.right-side {
    width: 100%;
  }
  .image-5._5-2 {
    right: 60px;
    bottom: 0px;
  }
  .extremely-large-section-heading {
    font-size: 70px;
    line-height: 70px;
  }
  .extremely-large-section-heading.no-shadow {
    font-size: 50px;
    line-height: 50px;
  }
  .extremely-large-section-heading.no-shadow.centered-and-white {
    display: block;
    font-size: 80px;
    line-height: 80px;
  }
  .extremely-large-section-heading.no-shadow.products-heading {
    font-size: 65px;
    line-height: 65px;
  }
  .white-text-on-image {
    font-size: 24px;
    line-height: 24px;
  }
  .locations-mobile {
    display: block;
  }
  .loading-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-10 {
    display: none;
  }
  .loading {
    width: 200px;
  }
  .loader-logo {
    position: relative;
  }
  .locations-desktop {
    display: none;
  }
  .locations-container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .location-item {
    margin-top: 0px;
    color: #fffdf1;
  }
  .locations-heading {
    display: none;
    margin-bottom: 40px;
  }
  .locations-list {
    padding-top: 140px;
    padding-bottom: 140px;
    text-align: left;
  }
  .single-location {
    margin-bottom: 60px;
  }
  .container.products-container.mountain-bg {
    background-position: 96% 100px;
    background-size: 250px;
  }
  .menu-flex-container {
    height: auto;
    max-height: none;
    min-height: 100vh;
    padding-top: 60px;
  }
  .menu-tabs-categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fad-tab {
    max-width: 420px;
    min-width: 300px;
    margin-bottom: 5px;
  }
  .fad-tab-content-container {
    padding-top: 20px;
  }
  .fad-menu-item {
    width: 33%;
    max-width: none;
    min-width: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .menu-item-name {
    font-size: 16px;
    line-height: 22px;
  }
  ._4-column-product-item {
    width: 50%;
    margin-bottom: 40px;
  }

  .small-subheadline {
    font-size: 24px;
    line-height: 24px;
    
  }
  .big-section-heading {
    font-size: 60px;
    line-height: 60px;
  }
  .locations-section {
    display: block;
  }
}

@media (max-width: 479px) {
  .navwrapper {
    height: 80px;
  }
  .mobile-menu-div {
    right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-menu-drawer {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(94, 135, 105, 0.75)), to(rgba(94, 135, 105, 0.75))), url(/cdn/shop/files/woodgrain.png?v=1577404705');
    background-image: linear-gradient(180deg, rgba(94, 135, 105, 0.75), rgba(94, 135, 105, 0.75)), url('/cdn/shop/files/woodgrain.png?v=1577404705');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, 300px;
  }
  .mobile-menu-link {
    font-size: 30px;
    line-height: 34px;
  }
  .sidemenu-close {
    left: 20px;
  }
  .hero {
    height: 100vh;
    min-height: 90vh;
    background-size: cover;
  }
  .hero-heading {
    font-size: 55px;
    line-height: 55px;
    letter-spacing: 5px;
  }
  .flex-centered-container-1400 {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .intro-teaser {
    margin-bottom: 0px;
  }
  .intro-teaser-content-left-section {
    padding-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .intro-teaser-content-right-section {
    padding-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .h2-heading {
    font-size: 35px;
    line-height: 1.2;
  }
  
  .h3-heading {
    font-family: 'Lovelo', sans-serif;
    color: #4a4e54;
    font-size: 28px;
    line-height: 1.2;
  }

  .h2-heading.off-white-text {
    color: #fffdf1;
    line-height: 1.2;
  }
  .color-block-text {
    background-color: #efe295;
  }
  .color-block-text.yellow-highlight {
    margin-left: 0px;
  }
  .color-block-text.dark-text {
    margin-left: 0px;
    color: #222;
  }
  .image-overflow-container {
    max-height: none;
    min-height: 400px;
  }
  .heading {
    margin-bottom: 0px;
    font-size: 65px;
    line-height: 65px;
  }
  .image-5._5-2 {
    right: 40px;
    bottom: 0px;
  }
  .extremely-large-section-heading {
    margin-top: 0px;
    font-size: 55px;
    line-height: 55px;
  }
  .extremely-large-section-heading.no-shadow {
    font-size: 45px;
    line-height: 45px;
    text-align: center;
  }
  .extremely-large-section-heading.no-shadow.centered-and-white {
    font-size: 80px;
    line-height: 80px;
  }
  .extremely-large-section-heading.no-shadow.products-heading {
    margin-right: auto;
    font-size: 50px;
    line-height: 50px;
    text-align: left;
  }
  .white-text-on-image {
    font-size: 18px;
    line-height: 18px;
  }
  .locations-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    color: #fff;
  }
  .loading-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff 26%, #444343);
  }
  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: none;
  }
  .loading {
    width: 200px;
    min-height: 0px;
  }
  .loader-logo {
    padding-bottom: 60px;
  }
  .horizontal-doors {
    background-image: url('/cdn/shop/files/woodgrain.png?v=1577404705');
    background-size: auto, 300px;
  }
  .image-background-animated {
    left: auto;
    right: 0px;
    width: auto;
    max-width: 150%;
    min-height: 0px;
    min-width: 100%;
  }
  .locations-container {
    position: relative;
    z-index: 2;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 20px 40px;
  }
  .location-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fffdf1;
  }
  .location-name {
    margin-bottom: 5px;
  }
  .location-link {
    color: #fffdf1;
    text-decoration: none;
  }
  .locations-heading {
    position: relative;
    display: none;
    margin-bottom: 40px;
    padding-top: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .small-space {
    font-size: 20px;
  }
  .location-link-text {
    color: #ebd417;
  }
  .locations-list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .single-location {
    padding-left: 0px;
    text-align: center;
  }
  .location-slide-content {
    padding: 30px 25px;
  }
  .menu-section {
    min-height: 80vh;
  }
  .container.products-container.mountain-bg {
    background-position: 100% 80px;
    background-size: 165px;
  }
  .menu-flex-container {
    height: auto;
    max-height: none;
    min-height: 80vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 204, 190, 0.9)), to(rgba(251, 204, 190, 0.7))), url('../images/fooddrinkstrawberry.svg');
    background-image: linear-gradient(180deg, rgba(251, 204, 190, 0.9), rgba(251, 204, 190, 0.7)), url('../images/fooddrinkstrawberry.svg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
    background-repeat: repeat, repeat-y;
    background-attachment: scroll, fixed;
  }
  .menu-tabs-categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fad-tab {
    max-width: none;
    min-width: 100%;
  }
  .fad-tab-content-container {
    padding-top: 20px;
  }
  .fad-menu-item {
    width: 33%;
    max-width: none;
    min-width: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .menu-item-name {
    font-size: 14px;
    line-height: 17px;
  }
  .div-block-25 {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .products-section-heading {
    margin-left: 0px;
  }
  .product-collection-row {
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .product-section-titles {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }
  .small-subheadline {
    font-size: 18px;
    line-height: 18px;
  }
  .big-section-heading {
    margin-top: 0px;
    font-size: 55px;
    line-height: 55px;
  }
  .location-link-2 {
    color: #fffdf1;
    text-decoration: none;
  }
  .locations-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    color: #fff;
  }
  .location-name-2 {
    margin-bottom: 5px;
  }
}

.woodgrain-on-palm {
  background-color: #5e8769;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(94, 135, 105, 0.75)), to(rgba(94, 135, 105, 0.75))), url('/cdn/shop/files/woodgrain.png?v=1577404705');
  background-image: linear-gradient(180deg, rgba(94, 135, 105, 0.75), rgba(94, 135, 105, 0.75)), url('/cdn/shop/files/woodgrain.png?v=1577404705');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 400px;
  background-repeat: repeat, repeat;
}


.closeslider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lovelo, sans-serif;
  font-weight: 900;
}


.image-of-location {
  min-height: 50%;
  width: 100%;
  height: 100%;
}