@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dynalight&family=Montserrat:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
html, body {
  font-size: 18px;
  position: relative;
}

body {
  color: #222;
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
body:before {
  background: #045b37;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(-280px);
  transition: all 0.3s ease;
  width: 280px;
  z-index: -1;
}
body.menu-toggle {
  overflow-x: hidden;
}
body.menu-toggle:before {
  transform: translateX(0);
}

h1, h2, h3, h4, h5, h6 {
  color: #9a7a2c;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0.25em 0;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-family: "Dynalight", cursive;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.125em;
}

h5, h6 {
  font-size: 1em;
}

p {
  margin: 0.5em 0;
  padding: 0;
}

a {
  color: #9a7a2c;
  text-decoration: none;
}
a:hover {
  color: #c29937;
}

.zEditorHTML img {
  max-width: 100%;
  padding: 0;
}

.zEditorHTML img.zImageRight {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .zEditorHTML img.zImageRight {
    margin: 20px auto;
  }
}

#header, #mainContentArea, #footer {
  transition: all 0.3s ease;
}
.menu-toggle #header, .menu-toggle #mainContentArea, .menu-toggle #footer {
  transform: translateX(280px);
}

#header {
  clear: both;
  line-height: 1.6;
}
@media screen and (max-width: 992px) {
  #header {
    border-bottom: 1px solid #045b37;
  }
}

#header * {
  line-height: 1.6;
}

.header-inner {
  background-size: cover;
  color: #045b37;
  padding: 10px 30px;
  position: relative;
}
.header-inner .z-container {
  position: relative;
}
.header-inner .z-container .z-button {
  position: absolute;
  right: 0;
  top: -10px;
}
.header-inner p {
  margin: 0;
}
.header-inner p + p {
  margin-top: 0.5em;
}
@media screen and (max-width: 992px) {
  .header-inner {
    padding: 15px 20px;
    text-align: center;
  }
}

.logo {
  display: inline-block;
  margin-right: 40px;
  padding: 10px 0;
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  .logo {
    margin-left: -45px;
    margin-right: 0;
    max-width: calc(100% - 50px);
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .logo {
    margin-left: 0;
  }
}

.logo-link, .logo-image {
  display: block;
}

@media screen and (max-width: 992px) {
  .logo-image {
    max-height: 75px;
    max-width: 100%;
    width: auto;
  }
}

.tagline {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.tagline a {
  color: #9a7a2c;
}
@media screen and (max-width: 992px) {
  .tagline {
    display: none;
    margin-top: 10px;
  }
}

#header-toggle {
  display: none;
  float: left;
  line-height: 1;
  margin-right: 20px;
}
#header-toggle .fas {
  font-size: 48px;
  line-height: 1;
}
#header-toggle span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  #header-toggle {
    display: block;
  }
}

.main-menu {
  background: #045b37;
}
@media screen and (max-width: 992px) {
  .main-menu {
    left: -280px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 0;
    width: 280px;
  }
  .main-menu ul {
    text-align: left;
  }
}

#mainMenuId li {
  display: inline-block;
}
@media screen and (min-width: 993px) {
  #mainMenuId .menu-mobile-only {
    display: none;
  }
}
#mainMenuId a {
  color: #FFF;
  display: block;
  font-size: 1.35rem;
  padding: 0.4em 1.25em;
}
@media screen and (max-width: 992px) {
  #mainMenuId li {
    display: block;
  }
  #mainMenuId a {
    border-bottom: 1px solid #057346;
    font-size: 1.125rem;
    padding: 15px 20px;
  }
}

#home-main {
  background-position: center center;
  background-size: cover;
}
#home-main h1 {
  font-style: italic;
  font-weight: 400;
}
#home-main h1 strong {
  color: #045b37;
  display: block;
  font-size: 1.75em;
  font-style: normal;
}

.home-slide {
  align-items: center;
  background-position: center center;
  background-size: cover;
  display: flex !important;
  flex-wrap: wrap;
  min-height: 460px;
  position: relative;
}

.home-slide-content {
  padding-top: 1em;
}

.home-slide-text {
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  color: #FFF;
  display: block;
  font-size: 3em;
  line-height: 1.1;
  padding: 40px 60px;
  text-align: center;
  text-transform: uppercase;
}
.home-slide-text:hover {
  color: #FFF;
}
.home-slide-text p {
  margin: 0;
}
.home-slide-text strong {
  display: block;
  font-family: "Dynalight", cursive;
  font-size: 4rem;
  font-weight: 400;
  text-transform: none;
}
@media screen and (max-width: 1024px) {
  .home-slide-text {
    font-size: 2.25em;
  }
  .home-slide-text strong {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .home-slide-text {
    font-size: 1.75em;
  }
  .home-slide-text strong {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  .home-slide-text {
    font-size: 1.5em;
  }
  .home-slide-text strong {
    font-size: 2rem;
  }
}

.home-slide-button {
  display: block;
  text-align: center;
  transform: translateY(-50%);
}
.home-slide-button a {
  padding: 0.75em 3em;
}
.home-slide-button a:before {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.home-cta {
  align-items: flex-end;
  background-position: center center;
  background-size: cover;
  display: flex;
  margin-bottom: 40px;
  margin-top: 40px;
  position: relative;
}
.home-cta:before {
  content: "";
  display: block;
  padding-top: 56.5%;
}
@media screen and (max-width: 992px) {
  .home-cta {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.home-cta-button {
  background: rgba(154, 122, 44, 0.75);
  box-sizing: border-box;
  color: #FFF;
  display: block;
  padding: 0.5em 1em;
  width: 100%;
}
.home-cta-button:hover {
  background: rgba(203, 165, 72, 0.75);
  color: #FFF;
}
.home-cta-button:before {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.home-intro {
  padding-bottom: 40px;
}

.home-intro-image {
  box-sizing: border-box;
  float: right;
  margin-left: 0;
  padding: 0 20px;
}
.home-intro-image img {
  display: block;
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 993px) {
  .home-intro-image {
    max-width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .home-intro-image {
    float: none;
    margin-top: 20px;
  }
}

.home-intro-text {
  overflow: hidden;
  padding: 0 20px;
}
.home-intro-text h1 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .home-intro-text {
    margin-top: 20px;
  }
  .home-intro-text h1 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 992px) {
  .z-default-subpage-header {
    margin-top: 0;
  }
}

.z-default-subpage-title-full:before {
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.z-default-subpage-title-full .z-container {
  position: relative;
  z-index: 5;
}

.z-default-subpage-title {
  font-size: 2.75em;
  margin: 0;
  padding: 125px 30px;
}
@media screen and (max-width: 992px) {
  .z-default-subpage-title {
    padding: 100px 30px;
  }
}
@media screen and (max-width: 767px) {
  .z-default-subpage-title {
    font-size: 2.25em;
    padding: 80px 30px;
  }
}
@media screen and (max-width: 480px) {
  .z-default-subpage-title {
    font-size: 2em;
    padding: 60px 30px;
  }
}

.z-default-subpage-body-full {
  clear: both;
  float: none;
  padding: 0 30px;
  width: auto;
}

.z-default-subpage-subcontent {
  float: none;
  padding: 30px 0;
  width: auto;
}
.z-default-subpage-subcontent:after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 992px) {
  .z-default-subpage-subcontent {
    width: auto;
  }
}

.layered-page .z-default-subpage-body-full {
  display: none;
}

.layered-page-layer {
  clear: both;
  padding: 30px;
}

.recipe-list {
  font-size: 0.925em;
}
.recipe-list .layered-page-heading {
  font-size: 2em;
  margin-bottom: 20px;
}
.recipe-list .column-container {
  padding: 0 20px;
}
.recipe-list .layered-page-column {
  background: #F7F9F5;
  border: 1px solid #E7E9E5;
  max-width: 720px;
  padding: 20px 30px;
}
.recipe-list .layered-page-column h2, .recipe-list .layered-page-column h3, .recipe-list .layered-page-column h4, .recipe-list .layered-page-column h5 {
  color: #151515;
}
.recipe-list ul, .recipe-list ol {
  padding-left: 20px;
}
.recipe-list hr {
  border-color: #E7E9E5;
  margin: 30px 0;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.video-container {
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.video-container iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.zinquiry-form-table {
  margin: auto;
}
.zinquiry-form-table table, .zinquiry-form-table thead, .zinquiry-form-table tbody, .zinquiry-form-table tfoot, .zinquiry-form-table tr, .zinquiry-form-table th, .zinquiry-form-table td {
  display: block;
  margin: 0;
  padding: 0;
  width: auto !important;
}
.zinquiry-form-table th {
  margin-bottom: 5px;
}
.zinquiry-form-table tr {
  margin-bottom: 1em;
}
.zinquiry-form-table input, .zinquiry-form-table select, .zinquiry-form-table textarea {
  border: 1px solid #AAA;
  border-radius: 3px;
  box-sizing: border-box;
  max-width: 720px;
  padding: 0.5em 0.65em;
}

#footer {
  clear: both;
  color: #9a7a2c;
}
#footer a {
  color: #FFF;
}

.footer-main {
  background-size: cover;
  padding: 20px 0;
}
.footer-main p {
  margin: 0;
}
.footer-main p + p {
  margin-top: 0.5em;
}

.footer-logo {
  display: block;
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  .footer-text {
    margin: 20px 0;
  }
}

.footer-menu li {
  display: inline-block;
}
.footer-menu a {
  display: block;
  padding: 0 2.5em 0 0;
}
.footer-menu li:first-child a {
  padding-left: 0;
}
.footer-menu li:last-child a {
  padding-right: 0;
}

.footer-menu-heading {
  margin-top: 0;
}

.footer-copyright {
  background: #9a7a2c;
  color: #FFF;
  font-size: 0.825rem;
  padding: 20px 0;
  text-align: center;
}
.footer-copyright p {
  margin: 0;
}

body .z-button,
body .z-button:link,
body .z-button:visited {
  background: #045b37;
  color: #FFF;
  display: inline-block;
  padding: 0.5em 2.5em;
}
body .z-button:hover,
body .z-button:link:hover,
body .z-button:visited:hover {
  background: #068c55;
}

.z-container {
  margin: auto;
  max-width: 980px;
  width: 100%;
}

.column-container {
  margin: 0 -20px;
}
@media screen and (max-width: 1024px) {
  .column-container {
    margin: 0;
  }
}

.z-column {
  box-sizing: border-box;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .z-column {
    width: 100%;
  }
}

div.slick-slider {
  margin-bottom: 0;
}
div.slick-slider .slick-arrow {
  background: #9a7a2c;
  border-radius: 3px;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
  z-index: 5;
}
div.slick-slider .slick-arrow:hover {
  background: #cba548;
}
div.slick-slider .slick-arrow:focus {
  outline: 2px solid #FFF;
  color: #FFF;
}
div.slick-slider .slick-prev {
  left: 25px;
}
div.slick-slider .slick-prev:focus .slick-prev-icon {
  color: #FFF;
}
div.slick-slider .slick-next {
  right: 25px;
}
div.slick-slider .slick-next:focus .slick-next-icon {
  color: #FFF;
}
div.slick-slider .slick-autoplay-toggle-button {
  background: #9a7a2c;
  border-radius: 3px;
  bottom: 25px;
  box-sizing: border-box;
  height: 50px;
  left: auto;
  line-height: 50px;
  opacity: 1;
  right: 25px;
  text-align: center;
  width: 50px;
}
div.slick-slider .slick-autoplay-toggle-button:hover {
  background: #cba548;
}
div.slick-slider .slick-autoplay-toggle-button:focus {
  outline: 2px solid #FFF;
}
div.slick-slider .slick-prev-icon, div.slick-slider .slick-next-icon, div.slick-slider .slick-pause-icon, div.slick-slider .slick-play-icon {
  color: #FFF;
  opacity: 1;
}
div.slick-slider .slick-prev-icon:before, div.slick-slider .slick-next-icon:before, div.slick-slider .slick-pause-icon:before, div.slick-slider .slick-play-icon:before {
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}
div.slick-slider .slick-prev-icon:before, div.slick-slider .slick-next-icon:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
div.slick-slider .slick-prev-icon:before {
  content: "";
}
div.slick-slider .slick-next-icon:before {
  content: "";
}
div.slick-slider .slick-pause-icon:before {
  position: relative;
}
@media screen and (max-width: 1024px) {
  div.slick-slider .slick-prev {
    left: 10px;
  }
  div.slick-slider .slick-next {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  div.slick-slider.home-carousel {
    margin-bottom: 40px;
  }
}

.clearfix:after, .column-container:after {
  clear: both;
  content: "";
  display: table;
}

/*# sourceMappingURL=style.css.map */
