.body {
  background-color: #e8e7e5;
  font-family: brandon-grotesque, sans-serif;
  color: #465460;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.navbar {
  position: static;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navbar.fill {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  width: auto;
  background-color: #e8e7e5;
}

.nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #87a44c;
}

.nav-link.w--current {
  color: #87a44c;
}

.nav-menu {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.brand {
  margin-right: 40px;
  margin-left: 40px;
}

.hero {
  padding-top: 40px;
  padding-bottom: 80px;
}

.wrapper {
  position: relative;
  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;
}

.wrapper.award {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin: 50px auto 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.wrapper.story {
  padding-right: 40px;
  padding-left: 20px;
  background-color: rgba(232, 231, 229, 0.9);
}

.div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.div.hero {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div.hero.page {
  margin-right: 10px;
}

.div.hero.page-left {
  margin-right: 10px;
}

.div.hero.page-right {
  margin-left: 10px;
}

.div.story {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div.story.right {
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

.div.story.left {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  font-family: marydale, sans-serif;
  font-size: 5em;
  line-height: 1em;
  font-weight: 400;
}

.wrapper-tex-bg {
  position: relative;
  left: 0px;
  top: -5px;
  right: 0px;
  z-index: 1000;
  background-image: url('../images/bg.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.homegrown {
  position: relative;
  left: 0px;
  top: -10px;
  right: 0px;
  margin-top: -10px;
  padding-top: 160px;
  padding-bottom: 180px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/orchard.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/orchard.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

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

.section.award-winners {
  margin-top: -20px;
  padding-top: 200px;
  padding-bottom: 220px;
  background-image: radial-gradient(circle farthest-corner at 50% 0%, transparent, rgba(0, 0, 0, 0.8)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/woodbg.jpg');
  background-image: radial-gradient(circle farthest-corner at 50% 0%, transparent, rgba(0, 0, 0, 0.8)), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/woodbg.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.section.award-winners.page {
  margin-top: -15px;
}

.section.items {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.items.item-flex {
  display: block;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section.story {
  padding-top: 160px;
  padding-bottom: 160px;
  background-image: url('../images/cakebole-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.stockists {
  display: none;
}

.p {
  color: #465460;
  font-size: 1.4em;
  line-height: 1.4em;
}

.p.white {
  margin-top: 0px;
  color: #e8e7e5;
  font-size: 1.4em;
  line-height: 1.4em;
}

.p.white.awards {
  margin-top: 10px;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 700;
}

.p.white.awards.gt {
  float: none;
  clear: both;
  line-height: 1.25em;
  text-align: center;
}

.p.sig {
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  font-family: shelby, sans-serif;
  font-size: 3.5em;
}

.p.ingredients {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1em;
  line-height: 1.25em;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: marydale, sans-serif;
  font-size: 3.5em;
  line-height: 1.5em;
  font-weight: 400;
}

.h2.white {
  font-family: marydale, sans-serif;
  color: #e8e7e5;
  font-size: 3.5em;
  line-height: 1em;
}

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

.h2.page {
  font-size: 3em;
  line-height: 1em;
}

.wrapper-noflex {
  position: relative;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
}

.wrapper-noflex.first {
  height: 50px;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 0px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.item {
  padding: 5px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
}

.item-link {
  position: relative;
  display: block;
}

.item-img {
  width: 100%;
}

.item-hover {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 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;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
}

.item-hover._1 {
  background-color: rgba(211, 109, 20, 0.9);
}

.item-hover._2 {
  background-color: rgba(170, 87, 14, 0.9);
}

.item-hover._3 {
  background-color: rgba(195, 0, 63, 0.9);
}

.item-hover._4 {
  background-color: rgba(165, 21, 54, 0.9);
}

.item-hover._5 {
  background-color: rgba(42, 47, 84, 0.9);
}

.item-hover._6 {
  background-color: rgba(42, 71, 31, 0.9);
}

.item-hover._7 {
  background-color: rgba(116, 94, 121, 0.9);
}

.item-hover._8 {
  background-color: rgba(202, 156, 0, 0.9);
}

.item-hover._9 {
  background-color: rgba(197, 65, 46, 0.9);
}

.item-hover._10 {
  background-color: rgba(126, 116, 29, 0.9);
}

.item-hover._11 {
  background-color: rgba(141, 134, 141, 0.9);
}

.item-hover._12 {
  background-color: rgba(88, 32, 65, 0.9);
}

.item-hover._13 {
  background-color: rgba(149, 146, 83, 0.9);
}

.item-hover._14 {
  background-color: rgba(113, 169, 183, 0.9);
}

.item-hover._15 {
  background-color: rgba(199, 84, 122, 0.9);
}

.h2-item {
  font-family: marydale, sans-serif;
  color: #fff;
  font-size: 2.6em;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.sig {
  margin-top: 20px;
  float: right;
}

.color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 40px;
  float: left;
  -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-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  background-color: #d36d14;
  background-image: url('../images/marmalde-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.color.jam {
  background-color: #c3003f;
  background-image: url('../images/Jam-bg.jpg');
  background-size: cover;
}

.color.chutney {
  background-color: #ca9c00;
  background-image: url('../images/Chutney-bg.jpg');
  background-size: cover;
}

.color.jelly {
  background-color: #71a9b7;
  background-image: url('../images/Jelly-bg.jpg');
  background-size: cover;
}

.description {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image {
  width: 50%;
  min-height: 500px;
  float: left;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.image.marmalade {
  background-image: url('../images/marmalade.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.jams {
  background-image: url('../images/jams.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.chutneys {
  background-image: url('../images/chutneys.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.jellies {
  background-image: url('../images/jellies.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.awards {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  background-image: url('../images/awards.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.h2-range {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: marydale, sans-serif;
  font-size: 4em;
  line-height: 1em;
  font-weight: 400;
}

.p-range {
  margin-bottom: 20px;
  font-size: 1.25em;
  line-height: 1.45em;
  font-weight: 400;
}

.award {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.award.gt {
  width: 50%;
  margin-top: 40px;
  float: left;
}

.award.fm {
  width: 100%;
  margin-top: 10px;
  float: left;
  clear: none;
}

.outlet {
  margin-top: 50px;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, #000), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/woodbg.jpg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, #000), linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/woodbg.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.copyright {
  display: inline-block;
  float: left;
  clear: both;
  color: #e8e7e5;
  font-size: 0.8em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: left;
}

.copyright.right {
  display: inline-block;
  margin-top: 20px;
  float: none;
  clear: none;
  line-height: 1em;
}

.top {
  display: block;
  padding-top: 0px;
  float: none;
  clear: none;
  font-family: marydale, sans-serif;
  color: #e8e7e5;
  font-size: 4em;
  line-height: 4em;
  font-weight: 400;
  text-decoration: none;
}

.annie {
  display: block;
  float: none;
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-transform: perspective(1px) rotate(-4deg);
  transform: perspective(1px) rotate(-4deg);
}

.jar {
  position: relative;
  left: 20px;
  width: 110%;
  max-width: 120%;
}

.jar.layer {
  width: 120%;
}

.button {
  margin-top: 20px;
  padding: 15px 25px;
  border-radius: 6px;
  background-color: #d36d14;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #e8e7e5;
  font-size: 0.8em;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #aa570e;
}

.button.ingredients {
  background-color: #87a44c;
}

.button.ingredients:hover {
  background-color: #748d42;
}

.marmalde {
  display: inline-block;
  margin-top: 20px;
  margin-right: -40px;
  float: right;
  clear: none;
}

.flex-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.ad-lib {
  display: inline-block;
  margin-top: -2px;
  float: none;
  clear: none;
}

.highlight {
  color: #d36d14;
}

.social {
  margin-right: 10px;
}

.logo-light {
  margin-bottom: 30px;
}

.address {
  text-align: left;
}

.comment {
  position: absolute;
  top: 0px;
  right: 0px;
  width: auto;
  height: auto;
}

.comment.comment2 {
  top: auto;
  right: 140px;
  bottom: 20px;
  text-align: center;
}

.comment-text {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  font-family: marydale, sans-serif;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.subtitle {
  font-size: 0.5em;
  line-height: 0.5em;
}

.top-link {
  display: inline-block;
  float: right;
}

.image-2 {
  position: static;
  text-align: center;
}

.image-3 {
  position: absolute;
  left: -30px;
  top: 0px;
  right: 0px;
  z-index: 1;
}

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

.image-4.fm {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}

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

.award-text {
  color: #e8e7e5;
}

.award-no {
  font-size: 2.4em;
  line-height: 1.2em;
  font-weight: 300;
}

.div-block {
  display: block;
}

.awards-col2 {
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.awards-col1 {
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

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

.gt_logo {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 120px;
  height: 120px;
  margin-right: -60px;
}

.image-6 {
  margin-left: 0px;
}

.award-line {
  position: relative;
  height: 1px;
  max-height: 1px;
  margin-top: 30px;
  background-color: #e8e7e5;
}

.award-line.fm {
  margin-top: 30px;
  margin-bottom: 40px;
}

.fm-img {
  margin-bottom: 15px;
}

html.w-mod-js *[data-ix="item-hover"] {
  opacity: 1;
}

@media (max-width: 991px) {
  .brand {
    margin-right: 20px;
    margin-left: 20px;
  }
  .hero {
    padding: 40px 50px 60px;
  }
  .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapper.award {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .wrapper.story {
    padding-top: 40px;
    padding-bottom: 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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .div.hero {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .div.story.right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div.story.left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .h1 {
    font-size: 4em;
    line-height: 1.2em;
  }
  .section {
    padding: 80px 50px;
  }
  .section.homegrown {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .section.award-winners {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .section.items {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.story {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .h2 {
    margin-bottom: 40px;
    line-height: 1.2em;
  }
  .item._1 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .item._2 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .item._3 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .item._4 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .item._5 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .item._6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .item._7 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .item._8 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .item._9 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .item._10 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .item._11 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .item._12 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .item._13 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .item._14 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .item._15 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .color {
    padding: 30px;
  }
  .h2-range {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 3em;
    line-height: 0.8em;
  }
  .p-range {
    margin-bottom: 10px;
  }
  .copyright.right {
    margin-top: 20px;
    float: none;
  }
  .annie {
    max-width: 100%;
  }
  .jar {
    width: 90%;
    max-width: 100%;
  }
  .marmalde {
    margin-right: -10px;
  }
  .comment {
    top: auto;
    right: 0px;
    bottom: 525px;
  }
  .comment.comment2 {
    right: 121px;
    bottom: -7px;
  }
  .gt_logo {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: inline-block;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 430px;
  }
}

@media (max-width: 767px) {
  .nav-link {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  .nav-menu {
    position: absolute;
    left: 0px;
    top: 120px;
    right: 0px;
    z-index: 2000;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 40px;
    border-bottom: 2px solid #87a44c;
    background-color: #f5f4f2;
  }
  .container {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .brand {
    position: relative;
  }
  .hero {
    padding: 0px 20px 20px;
  }
  .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapper.award {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -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;
    text-align: center;
  }
  .div {
    text-align: center;
  }
  .div.hero {
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .h1 {
    text-align: center;
  }
  .section {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .section.homegrown {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .section.award-winners {
    padding-bottom: 80px;
  }
  .section.items.item-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p.white.awards {
    text-align: center;
  }
  .p.sig {
    margin-top: 10px;
  }
  .h2 {
    margin-bottom: 40px;
    line-height: 1em;
    text-align: center;
  }
  .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .color {
    width: 100%;
    min-height: 400px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .image.marmalade {
    width: 100%;
    min-height: 400px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .image.jams {
    width: 100%;
    min-height: 400px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .image.chutneys {
    width: 100%;
    min-height: 400px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .image.jellies {
    width: 100%;
    min-height: 400px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .image.awards {
    width: 100%;
    min-height: 400px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .award {
    position: relative;
    width: 185px;
    margin-bottom: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .award.gt {
    width: 100%;
    float: none;
    text-align: center;
  }
  .icon {
    color: #465460;
    font-size: 1.5em;
    line-height: 1em;
  }
  .icon:hover {
    color: #87a44c;
  }
  .menu-button {
    margin-right: 20px;
    padding: 10px 0px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .copyright {
    margin-bottom: 20px;
  }
  .top {
    padding-top: 0px;
    float: left;
  }
  .annie {
    max-width: 100%;
  }
  .jar {
    width: 90%;
    max-width: 90%;
  }
  .marmalde {
    margin-right: 0px;
  }
  .flex-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-item.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .social {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .comment {
    right: 25px;
    bottom: 450px;
  }
  .comment.comment2 {
    right: 80px;
    bottom: 15px;
  }
  .comment-text {
    font-size: 1.25em;
  }
  .top-link.w--current {
    float: left;
  }
  .image-2 {
    margin-left: auto;
  }
  .image-4 {
    position: relative;
    display: inline-block;
    margin-left: auto;
    padding-right: 0px;
  }
  .image-4.fm {
    margin-left: auto;
  }
  .image-5 {
    margin-left: auto;
    padding-left: 0px;
  }
  .award-badge {
    position: relative;
  }
  .gt_logo {
    margin-bottom: 400px;
  }
  .award-line.fm {
    margin-top: 0px;
  }
  .fm-img {
    text-align: center;
  }
}

@media (max-width: 479px) {
  .nav-menu {
    padding-bottom: 30px;
  }
  .hero {
    padding: 0px 20px 40px;
  }
  .wrapper.story {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .div.hero {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .h1 {
    padding-right: 0px;
    font-size: 2.5em;
  }
  .section {
    padding: 40px 20px;
  }
  .section.homegrown {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .section.award-winners {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section.story {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .p {
    font-size: 1.2em;
    line-height: 1.3em;
  }
  .p.white {
    font-size: 1.2em;
    line-height: 1.3em;
  }
  .p.sig {
    font-size: 2.5em;
    line-height: 1em;
  }
  .h2 {
    margin-bottom: 20px;
    font-size: 2.5em;
  }
  .h2.white {
    font-size: 2em;
  }
  .h2.story {
    margin-bottom: 30px;
  }
  .item {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
  .color {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .image.marmalade {
    min-height: 300px;
  }
  .image.jams {
    min-height: 300px;
  }
  .image.chutneys {
    min-height: 300px;
  }
  .image.jellies {
    min-height: 300px;
  }
  .image.awards {
    min-height: 300px;
  }
  .h2-range {
    font-size: 2.5em;
    line-height: 0.8em;
  }
  .p-range {
    font-size: 1.2em;
    line-height: 1.4em;
  }
  .menu-button {
    padding: 10px;
  }
  .footer {
    padding: 20px 10px 0px;
  }
  .copyright {
    float: left;
    clear: none;
  }
  .annie {
    margin-bottom: 20px;
  }
  .button {
    margin-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 0.6em;
  }
  .marmalde {
    max-width: 40%;
    float: right;
  }
  .social {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .image-4 {
    margin-right: auto;
  }
  .image-4.fm {
    display: inline-block;
    margin-right: auto;
  }
  .gt_logo {
    position: static;
    margin-bottom: 20px;
  }
}

