body {
  background-color: #f1ece6;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Raleway, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-transform: none;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 4px solid #fff;
  font-family: clarendon-text-pro, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-transform: none;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: clarendon-text-pro, sans-serif;
  color: #726b63;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

h6 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

p {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
}

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

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

p.dimmed-text {
  color: #cacaca;
  font-size: 12px;
  margin-top: 20px;
}

a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fd665c;
  text-decoration: none;
}

.plain-anchor {
  color: #FFFFFF;
}

.offset-anchor {
  display: block;
  position: relative;
  top: -105px;
  visibility: hidden;
}

a.hidden-anchor {
  color: white;
}

a.hidden-anchor:hover {
  color: #fd665c;
}


ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.display-inline-block {
  display: inline-block;
}

.flex-vertical-center {
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  box-shadow: none;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  align-items: center;
}

.main-flex-wrapper {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._1200px-wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

._1200px-wrapper.main-content {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  box-shadow: none;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

._1200px-wrapper.main-content.amazing {
  margin-bottom: 0px;
}

._1200px-wrapper.footer {
  max-width: none;
  box-shadow: none;
}

._1200px-wrapper.header {
  position: fixed;
  z-index: 40;
  height: 75px;
  max-width: none;
  border-top: 1px solid hsla(0, 0%, 100%, .2);
  border-bottom-color: hsla(0, 0%, 100%, .75);
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .3);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

._1200px-wrapper.footer-links {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

._1200px-wrapper.results {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: left;
}

._1200px-wrapper.results.news {
  padding-bottom: 20px;
}

._1200px-wrapper.market-header {
  z-index: 200;
  padding-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-shadow: 0 0 8px rgba(0, 0, 0, .5), 0 0 4px rgba(0, 0, 0, .5);
}

._1200px-wrapper.page-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-basis: auto;
  max-width: 960px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.container {
  display: block;
  max-width: 1200px;
}

.masthead {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-basis: auto;
  width: 100%;
  height: 67.5vh;
  margin-top: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #7b9b60;
  background-image: -webkit-linear-gradient(180deg, transparent 51%, #000), url('../images/cows-grazing-w.jpg');
  background-image: linear-gradient(180deg, transparent 51%, #000), url('../images/cows-grazing-w.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
}

.masthead.producer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-basis: auto;
  margin-top: 15px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.masthead.market {
  height: 85vh;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/176212_155678691151948_417619_o.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/176212_155678691151948_417619_o.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.masthead.market.bottom {
  height: 67.5vh;
  background-image: -webkit-linear-gradient(270deg, transparent 51%, #000), url('../images/apple-pear-samples-chegworth-Blackheath.jpg');
  background-image: linear-gradient(180deg, transparent 51%, #000), url('../images/apple-pear-samples-chegworth-Blackheath.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.masthead.market.bottom.about-us {
  background-image: -webkit-linear-gradient(270deg, transparent 51%, #000), url('../images/Teds-Veg-portrait-NH-April-2016.jpg');
  background-image: linear-gradient(180deg, transparent 51%, #000), url('../images/Teds-Veg-portrait-NH-April-2016.jpg');
}

.masthead.market.bottom.sell {
  background-image: -webkit-linear-gradient(270deg, transparent 51%, #000), url('../images/cows-grazing-w.jpg');
  background-image: linear-gradient(180deg, transparent 51%, #000), url('../images/cows-grazing-w.jpg');
  background-position: 0px 0px, 50% 100%;
}

.producer-image {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .3), inset 0 -23px 8px 0 #000;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.about-producer-title {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-top: 0px;
  margin-bottom: 28px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: dotted none;
  border-width: 1px;
  border-color: #000;
  color: #7c7662;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.about-producer-title.clarendon {
  padding-top: 20px;
  border-top: 6px solid #f1ece6;
  border-bottom-style: none;
  font-family: clarendon-text-pro, sans-serif;
  color: #726b63;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0px;
  text-transform: none;
}

.navbar {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}

.logo-wrapper {
  width: 140px;
  position: relative;
  z-index: 1000;
  margin-top: 10px;
  border-radius: 15px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.w-nav-overlay {
  top: 67px;
}

.nav-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-basis: auto;
  margin-top: 7px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #e2e2e2;
  border-right: 1px none #e2e2e2;
}

.nav-link {
  margin-left: 30px;
  padding: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 1px none #e2e2e2;
  font-family: clarendon-text-pro, sans-serif;
  color: #726b63;
  font-size: 15px;
  text-shadow: none;
}

.nav-link:hover {
  background-color: #fff;
  color: #7b9b60;
}

.nav-link.w--current {
  border-bottom-color: #fd665c;
  color: #fd665c;
}

.nav-link.active {
  border-bottom-color: #fd665c;
  color: #fd665c;
}

.nav-link .arrow-down {
  padding-left: 5px;
}

.nav-text {
  margin-top: 0px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.sub-nav {
  display: block;
  max-width: 1200px;
  min-width: 1000px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: none;
  background-position: 0px 0px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -80px;
}

.nav-panel-1 {
  margin-right: auto;
  margin-left: auto;
}

.col-nav-panel {
  position: relative;
  min-height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  clear: both;

}

.sub-nav .nav-link {
  display: block;
  margin-left: 0;
  padding-left: 10px;
}


.top-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-basis: auto;
  height: 24px;
  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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.producer-block {
  width: 60%;
}

.top-links-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-basis: auto;
  max-width: 1200px;
  margin-top: 10px;
  padding-left: 20px;
  -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;
  box-shadow: none;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
}

.icon-font {
  display: inline-block;
  min-width: 1em;
  margin-right: 0.35em;
  font-family: Fontawesome, sans-serif;
  font-weight: 400;
  text-align: center;
}

.icon-font.float {
  display: block;
  height: 2em;
  float: left;
  margin-right: 0;
}

.icon-font-padding {
  padding-left: 20px;
}

.icon-font.hidden {
  display: none;
}

.icon-font.right {
  margin-right: 0em;
  margin-left: 0.35em;
}

.icon-font.see-all {
  margin-right: 0.1em;
}

.top-link {
  margin-top: 2px;
  margin-bottom: 3px;
  margin-left: 20px;
  color: #cacaca;
  font-size: 11px;
  font-weight: 400;
}

.top-link:hover {
  color: #b55365;
}

.producer-meta-link {
  display: inline-block;
  margin-right: 25px;
  padding-bottom: 4px;
  border-bottom: 3px solid transparent;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

.producer-meta-link:last-child {
  margin-right: 0;
}

.producer-meta-link:hover {
  border-bottom-color: #fff;
}

.producer-meta-link.market {
  margin-right: 20px;
  margin-left: 20px;
  color: #fd665c;
  font-size: 16px;
  font-weight: 400;
}

.producer-meta-link.market:hover {
  border-bottom-color: #7b9b60;
}

.producer-meta-link.market.black {
  color: #fd665c;
}

.producer-meta-link.plain {
  padding-bottom: 0px;
  text-align: left;
}



.producer-meta-link.plain:hover {
  border-bottom-color: transparent;
}

.new-marker {
  margin-left: -80%;
  margin-bottom: 20px;
}

.w-row.extra-margin {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .new-marker {
    margin-left: -70%;
  }
}

.producer-meta-link.plain.new-label {
  height: 22px;
  padding: 5px;
  border-bottom-style: none;
  border-radius: 2px;
  background-color: #7b9b60;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1.8em;
}

.producer-meta-link.plain.about {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}

.producer-food-type {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.producer-food-type.small-list {
  font-family: Raleway, sans-serif;
  color: #726b63;
  font-size: 10px;
  line-height: 12px;
}

.producer-food-type.grey-text {
  color: #726b63;
}

.product-type {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-basis: auto;
  margin-right: 8px;
  margin-bottom: 20px;
  padding: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, .2);
  color: #fff;
}

.product-type.inline-centre {
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  background-color: rgba(0, 0, 0, .3);
}

.product-type.inline-centre.no-bg {
  background-color: hsla(32, 7%, 42%, .15);
}

.product-type.small-list {
  margin-right: 6px;
  margin-bottom: 6px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #f1ece6;
  color: #726b63;
}

.product-icon {
  height: 20px;
  margin-right: 3px;
}

.producer-type-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.producer-type-block.max-width {
  max-width: 760px;
  margin-top: 20px;
  margin-bottom: 20px;
  -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;
}

.about-this-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-basis: auto;
  margin-top: 0px;
  margin-right: -20px;
  margin-left: -20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 4px none rgba(29, 124, 117, .3);
}

.about-this-block.overlay {
  position: relative;
  z-index: 5;
  display: block;
  max-width: 760px;
  margin-top: -30px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 30px 10px;
  -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;
  border-top-style: none;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
}

.about-this-block.overlay._1200 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-basis: auto;
  max-width: 1200px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.producer-social.market {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: auto;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.producer-social.about-market {
  margin-bottom: 20px;
  text-align: center;
}

.logo-image {
  width: 100%;
}

.about-text-wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.recipe-wrapper {
  max-width: 760px;
  margin-inline: auto;
}

.recipe-title {
  margin-top: 1rem;
}

.recipe-text {

  p,
  ul,
  ol,
  strong,
  em,
  a {
    font-size: 15px;
  }
}

.cms-page-wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  width: 100%;
}

.about-text-wrapper .rich-text h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: clarendon-text-pro, sans-serif;
  color: #726b63;
}

.about-text-wrapper .rich-text p {
  color: #726b63;
}

.about-text-wrapper .rich-text ul {
  padding-left: 0;
}

.about-text-wrapper .rich-text ul li {
  display: block;
  margin-bottom: 40px;
  margin-top: 16px;
  color: #726b63;
  padding-left: 50px;
  position: relative;
}

.about-text-wrapper .rich-text ul li:before {
  content: '\f058';
  display: block;
  width: 40px;
  margin-right: 15px;
  font-family: Fontawesome, sans-serif;
  color: #7b9b60;
  font-size: 40px;
  position: absolute;
  left: 0;
  top: 5px;
}

.food-icon-font {
  width: 1em;
  margin-right: 0.25em;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Food 48', sans-serif;
  font-size: 120%;
  line-height: 100%;
}

.producer-tabs {
  width: 100%;
}

.tab-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-basis: auto;
  float: none;
  -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;
  font-family: Fontawesome, sans-serif;
}

.producer-tab-button {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-top: 2px solid #f1ece6;
  background-color: transparent;
  text-align: center;
}

.producer-tab-button.w--current {
  border-top-color: #7b9b60;
  background-color: transparent;
  color: #fff;
  cursor: default;
}

.producer-tab-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: auto;
  margin-right: 10px;
  margin-left: 10px;
  -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;
  color: #b8d4a0;
  line-height: 20px;
}

.producer-tab-button.w--current .producer-tab-icon,
.producer-tab-icon:hover {
  color: #7b9b60;
}

.producer-panel {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 23%;
  max-width: 23%;
  min-height: 100px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #f1ece6;
  background-color: #fff;
  box-shadow: none;
}

.producer-panel:hover {
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}

.producer-markets-flex-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: auto;
  -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;
}

.market-card-title-block {
  position: relative;
  margin-bottom: 5px;
  flex: none;
}

.market-card-title-block.homepage {
  width: 250px;
  margin-right: 20px;
}

.market-card-title {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 30;
  padding: 30px 7px 5px;
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .4) 45%, rgba(0, 0, 0, .4));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .4) 45%, rgba(0, 0, 0, .4));
  font-family: clarendon-text-pro, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  text-shadow: 0 0 8px rgba(0, 0, 0, .5), 0 0 3px rgba(0, 0, 0, .3);
}

.market-card-title.smaller-list {
  font-size: 18px;
  line-height: 20px;
}

.tab-content {
  padding: 4px;
}

.market-card-meta {
  margin-top: 5px;
  margin-bottom: 8px;
  color: #686868;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  min-height: 200px;
  background-color: #7b9b60;
  background-image: url('../images/TRACTOR_ILLUSTRATION-footer.png'), -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .2), rgba(0, 0, 0, .1));
  background-image: url('../images/TRACTOR_ILLUSTRATION-footer.png'), linear-gradient(180deg, hsla(0, 0%, 100%, .2), rgba(0, 0, 0, .1));
  background-position: 100% 100%, 0px 0px;
  background-size: auto 95%, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5);
}

.footer-illustration {
  margin-right: -20px;
  padding-top: 10px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.footer-links {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-family: clarendon-text-pro, sans-serif;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
}

.tab-text {
  margin-left: 5px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}

.footer-logo {
  display: block;
  width: 120px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-link {
  display: inline-block;
  margin-right: 15px;
  color: #fff;
  text-shadow: none;
}

.masthead-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-basis: auto;
  width: 100%;
  max-width: 1200px;
  margin: 40px 20px 60px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.masthead-container.market {
  margin-top: 0px;
  margin-bottom: 0px;
  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;
}

.masthead-container.market.bottom {
  padding-bottom: 48px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.map {
  min-height: 50vh;
}

.about-this-producer {
  position: relative;
  width: 100%;
  padding-bottom: 16px;
}

.torn-edge-top {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 2000px;
  height: 20px;
  max-width: none;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.torn-top {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 20px;
  background-image: url('../images/torn-edges-1.png');
  background-position: 50% 0px;
  background-size: 3000px 30px;
  background-repeat: repeat-x;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

.torn-top.white {
  background-image: url('../images/torn-edges-1-white.png');
  background-size: 1506px 30px;
}

.torn-top.white.markets {
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
}

.producer-tab-section {
  position: relative;
  padding-top: 20px;
  padding-bottom: 43px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #fff;
}

.torn-edge-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 20px;
  background-image: url('../images/torn-edges-2.png');
  background-position: 0px 100%;
  background-size: 3000px 30px;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.producer-image-wrapper {
  position: relative;
  max-width: 325px;
  box-shadow: none;
}

.inner-shadow {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-style: none;
  border-width: 10px;
  border-color: hsla(0, 0%, 100%, .4);
}

.market-video {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.market-video.full-width {
  width: 100%;
}

.market-video.full-width:after {
  content: "";
  display: block;
  width: 1px;
  height: 0px;
}

.map-section {
  position: relative;
  width: 100%;
}

#map-container {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
}

#direction-panel {
  background-color: white;
  font-family: 'Roboto', 'sans-serif';
  line-height: 30px;
  padding-left: 10px;
  float: right;
  overflow: auto;
  max-height: 400px;
}

#direction-panel select,
#direction-panel input {
  font-size: 15px;
}

#right-panel i {
  font-size: 12px;
}

#direction-panel select {
  width: 100%;
}

.market-map {
  display: block;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.market-title.full-width {
  width: 100%;
  text-align: center;
}

.market-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: auto;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
}

.producer-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.producer-card:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.producer-card._2 {
  -webkit-box-flex: 5;
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5;
}

.hp-producers-wrapper .featured {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333%;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.producer-card.small {
  max-width: 15%;
}

.producer-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -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;
}

.produce-inline-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;

  flex-basis: auto;
  padding-top: 4px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  border-bottom: 1px solid #f1ece6;
}

.filter-title {
  max-width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}

.filter-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-basis: auto;
  margin-left: 10px;
  -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;
}

.filter-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-basis: auto;
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  padding: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #f1ece6;
  color: #7b9b60;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
}

.filter-button:hover {
  background-color: #726b63;
  color: #fff;
}

.filter-button.active {
  background-color: #7b9b60;
  color: #fff;
}

.directions-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-basis: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -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;
}

.directions-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-basis: auto;
  width: 400px;
  padding: 10px 10px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 4px solid #fff;
  background-color: #f1ece6;
}

.directions-box.homepage {
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 11px;
}

.main-button {
  width: 100%;
  padding: 6px;
  border: 2px solid #726b63;
  border-radius: 3px;
  background-color: #fff;
  color: #726b63;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.main-button.go-button {
  width: auto;
  height: 38px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  letter-spacing: 0px;
}

.main-button.season {
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 16px;
}

.main-button.season.market {
  width: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.direction-field {
  width: 48%;
  padding: 6px;
}

.direction-field.full-width {
  width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.direction-field.full-width.shrink {
  width: 70%;
}

.direction-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-basis: auto;
  -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;
}

.direction-form.homepage {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.redirect-text {
  margin-top: 10px;
  color: #aaa;
  font-size: 12px;
  line-height: 14px;
  font-style: italic;
}

.drop-cap {
  margin-right: 3px;
  float: left;
  font-family: clarendon-text-pro, sans-serif;
  color: #726b63;
  font-size: 48px;
  line-height: 100%;
  font-weight: 400;
}

.newsletter-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-basis: auto;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 3px solid #f1ece6;
  background-color: hsla(33, 28%, 92%, .5);
}

.newsletter-form.align-left {
  margin: 0;
}

.newsletter-form.hidden {
  display: none;
}

.newsletter-form.homepage {
  max-width: none;
  border-bottom-style: none;
  background-color: transparent;
}

.newsletter-title {
  margin-bottom: 10px;
  font-family: clarendon-text-pro, sans-serif;
  color: #726b63;
  font-size: 22px;
  line-height: 26px;
  text-align: left;
}

.newsletter-text {
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}

#catering_form {
  /*max-width: 100%;*/
}

#catering_form label {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
}

#catering_form label.short-label {
  width: 60px;
  min-width: 60px;
}

#catering_form #cuisine_preferences {
  display: none;
}

#catering_form input.w-input {
  display: inline;
}

#catering_form .hour-select {
  display: inline;
  width: 20%;
}

#catering_form .errors,
#contact_form .errors {
  display: block;
  color: white;
  background: #fd665c;
  font-weight: bold;
  font-size: 0.8em;
  margin: 5px;
  padding: 5px;
}

.disclaimer {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 10px;
  line-height: 12px;
  font-style: italic;
}

.newsletter-wrapper {
  max-width: 400px;
  margin-left: 20px;
  padding-left: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-left: 1px dotted hsla(32, 7%, 42%, .3);
}

.newsletter-wrapper.no-resize {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.newsletter-wrapper.homepage {
  display: block;
  width: 100%;
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-left-style: none;
}

.sticky-newsletter {
  position: sticky;
  transform: translateY(100%);
  transition: transform 0.4s;
  z-index: 6000;
  bottom: 0;
  left: 0;
}

.sticky-newsletter.visible {
  transform: translateY(0%);
}

.modal-newsletter {
  background-color: #1d7c75;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
  padding: 0.5em;
}

.modal-newsletter.inline {
  margin-bottom: 1em;
}


.sticky-newsletter .sticky-close {
  color: #f1ece6;
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  font-size: 20px;
  line-height: 20px;
  margin: 10px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
}

.modal-newsletter h5 {
  color: #f1ece6;
}

.modal-newsletter form {
  padding: 5px;
}

.modal-newsletter .w-input,
.modal-newsletter .main-button {
  background-color: #1d7c75;
  color: #f1ece6;
  border: 1px solid #f1ece6;
}

.modal-newsletter .w-input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #f1ece6;
}

.modal-newsletter .w-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #f1ece6;
  opacity: 1;
}

.modal-newsletter .w-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #f1ece6;
  opacity: 1;
}

.modal-newsletter .w-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f1ece6;
}

.modal-newsletter .w-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #f1ece6;
}

.modal-newsletter .w-input::placeholder {
  /* Most modern browsers support this now. */
  color: #f1ece6;
}

.social-links {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 5000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-basis: auto;
  width: 32px;
  margin-top: 50vh;
  -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;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #f1ece6;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #fff;
  opacity: 1;
  font-family: Fontawesome, sans-serif;
}

.social-link {
  width: 20px;
  height: 20px;
  margin: 5px;
  background-color: #fff;
  line-height: 20px;
  text-align: center;
}

.social-link:hover {
  color: #726b63;
}

.fact-file {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: auto;
  -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;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

.fact-file-item {
  width: 33%;
  padding: 10px;
}

.fact-file-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66%;
  max-width: 700px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fact-file-right {
  margin-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  border-left: 1px none hsla(32, 7%, 42%, .5);
}

.amazing-title {
  margin-top: 0px;
  font-family: clarendon-text-pro, sans-serif;
  color: #726b63;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}

.amazing-title.left {
  width: 100%;
  padding-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 4px solid #f1ece6;
  font-size: 28px;
}

.amazing-title.left.bottom {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  border-bottom-style: none;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
}

.amazing-title.left.smaller {
  font-size: 24px;
}

.amazing-title.bottom.left.even-smaller {
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.amazing-title.left.market {
  padding-top: 15px;
  padding-bottom: 0px;
  border-top: 4px solid hsla(0, 0%, 100%, .75);
}

.amazing-text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 16px;
  line-height: 24px;
}

.amazing-stay-in-touch {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-basis: auto;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-style: dotted none;
  border-width: 1px;
  border-color: hsla(32, 7%, 42%, .3);
  font-size: 15px;
  line-height: 20px;
}

.amazing-link {
  display: inline-block;
  margin-right: 15px;
  line-height: 24px;
  font-weight: 400;
}

.amazing-link:hover {
  color: #7b9b60;
}

.stay-text {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #726b63;
  line-height: 24px;
  font-weight: 700;
}

.fact-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: auto;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted hsla(32, 7%, 42%, .3);
  font-size: 14px;
  line-height: 20px;
}

.fact-title {
  width: 150px;
  color: #726b63;
  font-weight: 700;
}

.fact-text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.fact-text.middle {
  display: flex;
  align-items: center;
}

.fact-text.middle a {
  padding: 15px;
}

.fact-text.middle a img {
  max-width: 100%;
  height: auto;
}

.fact-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;

  flex-basis: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.market-feature {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-basis: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #f1ece6;
}

.market-feature:hover {
  background-color: hsla(33, 28%, 92%, .6);
}

.market-feature.top {
  padding: 5px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, .5);
}

.market-feature.top.home {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  min-width: 45%;
  padding: 9px;
  border: 2px solid #f1ece6;
}

.market-feature.top.home.season {
  max-width: none;
  min-width: 20px;
  margin-right: 4px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  background-color: transparent;
}

.market-feature-image {
  width: 120px;
  height: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.market-feature-image.top {
  width: 90px;
  height: 90px;
}

.market-feature-image.top.season {
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.feature-text {
  margin-left: 10px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.feature-text.in-season-text-wrapper {
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: initial;
  -webkit-flex: initial;
  -ms-flex: initial;
  flex: initial;
}

.feature-title {
  margin-top: 0px;
  margin-bottom: 7px;
  font-size: 16px;
  text-align: left;
}

.feature-desc {
  color: #726b63;
  font-size: 12px;
  line-height: 18px;
}

.feature-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-basis: auto;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.events-and-news {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-basis: auto;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-top: 20px;
  -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;
  border-top: 4px solid hsla(0, 0%, 100%, .5);
}

.events-and-news.hidden {
  display: none;
}

.events-and-news.homepage {
  position: relative;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.events-and-news.homepage.wideer {
  margin-right: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.in-season {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-basis: auto;
  width: 100%;
  margin-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.in-season-title {
  font-family: clarendon-text-pro, sans-serif;
  color: #726b63;
  font-size: 16px;
  line-height: 16px;
}

.results-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  padding-top: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;

  text-align: center;
}

.logo-scroller {
  position: absolute;
  width: 20px;
  height: 75px;
}

.results-masthead {
  margin-bottom: 15px;
  position: relative;
  z-index: 0;
}

.results-masthead.buy {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-basis: auto;
  height: 65vh;
  margin-bottom: 0px;
  padding-bottom: 15px;
  background-image: url('../images/torn-edges-1-white.png'), url('../images/Apple-fruit.jpg');
  background-position: 50% 100%, 0px 0px;
  background-size: 100% 15px, cover;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, fixed;
}

.results-masthead.buy.markets {
  background-image: url('../images/torn-edges-1-white.png'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/farmers-market.jpg');
  background-image: url('../images/torn-edges-1-white.png'), linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/farmers-market.jpg');
  background-position: 50% 100%, 0px 0px, 0px 0px;
  background-size: 100% 15px, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, fixed;
}

.results-masthead.buy.homepage {
  position: relative;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.results-masthead.buy.news {
  height: 35vh;
}

.results-block {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: #fff;
}

.results-block.buy {
  padding-top: 20px;
}

.main-header {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom-style: none;
  border-bottom-color: #726b63;
  color: #726b63;
}

.main-header.white {
  display: block;
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  color: #fff;
}

.main-header.white.homepage {
  font-size: 120px;
  line-height: 120px;
  text-shadow: 0 0 8px rgba(0, 0, 0, .5), 0 0 4px rgba(0, 0, 0, .5);
}

.find-nearest {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: auto;
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
}

.find-header {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  color: #726b63;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.find-field {
  width: 70%;
  height: 40px;
  max-width: 300px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 3px 0px 0px 3px;
}

.find-button {
  height: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 2px solid #726b63;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #726b63;
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
}

.find-button:hover {
  background-color: #fff;
  color: #726b63;
}

.time-and-place {
  padding-bottom: 4px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-bottom: 1px solid #f1ece6;
}

.time-and-place.homepage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom-style: none;
}

.show-hide-info {
  display: block;
  font-size: 14px;
}

.long-list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-basis: auto;
  min-height: 30px;
  padding: 20px 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 4px solid #f1ece6;
  color: #726b63;
}

.long-list-item.news-short {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.food-type-label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 250px;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.food-type-label.news {
  margin-right: 0px;
  margin-left: 10px;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
}

.food-label-icon {
  font-family: 'Food 48', sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.food-type-desc {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #727272;
  font-size: 18px;
  line-height: 28px;
}

.food-type-title {
  margin-left: 10px;
  font-size: 30px;
  font-weight: 400;
}

.see-all-producers {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 8px;
  padding-left: 8px;
  border: 1px solid #fd665c;
  border-radius: 28px;
  font-size: 16px;
}

.circle-number {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fd665c;
  color: #fff;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

.show-strip {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-basis: auto;
}

.see-producers-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;

  flex-basis: auto;
  max-width: 20%;
  padding: 10px;
  color: #f1ece6;
}

.show-producers-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;

  flex-basis: auto;
  height: 156px;
  -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;
  border: 4px solid #726b63;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.show-producers-wrapper:hover {
  background-color: #f1ece6;
}

.see-more-icon {
  font-family: Fontawesome, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.see-more-text {
  margin-top: 5px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

.intro-text {
  display: block;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  color: #f1ece6;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
}

.intro-link {
  color: #f1ece6;
  text-decoration: underline;
}

.rich-text .richtext-image {
  max-width: 100%;
  height: auto;
  margin-top: 3px;
}

.rich-text .richtext-image.left {
  max-width: 50%;
  float: left;
  margin-right: 16px;
}

.rich-text .richtext-image.right {
  max-width: 50%;
  float: right;
  margin-left: 16px;
}

.rich-text h1 {
  padding-bottom: 0px;
  color: #726b63;
  font-size: 32px;
  line-height: 32px;
}

.rich-text h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: clarendon-text-pro, sans-serif;
  color: #726b63;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0px;
  color: #726b63;
  font-family: Raleway, sans-serif;
  clear: both;
}

.rich-text li {
  font-size: 16px;
}

.rich-text ul {
  margin-bottom: 20px;
}

.rich-text p {
  margin-bottom: 18px;
}

.rich-text p a {
  word-break: break-word;
}

.page-list-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-basis: auto;
  width: 150px;
  height: 150px;
  margin: 20px;
  padding: 10px;
  -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;
  border: 4px solid #726b63;
  background-color: hsla(0, 0%, 100%, .5);
  color: #fd665c;
}

.page-list-link:hover {
  background-color: #fff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.slider {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
}

.hidden {
  display: none;
}

.slide {
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.slide.summer_1 {
  background-image: url('../images/summer_home_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.slide.summer_2 {
  background-image: url('../images/summer_home_2.jpg');
}

.slide.summer_3 {
  background-image: url('../images/summer_home_3.jpg');
}

.slide.summer_4 {
  background-image: url('../images/summer_home_4.jpg');
}

.slide.winter_1 {
  background-image: url('../images/winter_home_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.slide.winter_2 {
  background-image: url('../images/winter_home_2.jpg');
}

.slide.winter_3 {
  background-image: url('../images/winter_home_3.jpg');
}

.slide.winter_4 {
  background-image: url('../images/winter_home_4.jpg');
}

.slider-torn-edge {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
}

.homepage-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-basis: auto;
  margin-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hp-column-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;

  flex-basis: auto;
  width: 50%;
  max-width: 50%;
  min-width: 4%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.hp-column-1.full-width {
  max-width: 100%;
}

.featured-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-basis: auto;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.featured-block.bottom {
  margin-bottom: 0px;
}

.hp-producers-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: auto;
  margin-right: -10px;
  margin-left: -10px;
  -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;
}

.hp-producers-wrapper.no-margin {
  margin-right: 0px;
  margin-left: 0px;
}

.map-wrapper {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;

  flex-basis: auto;
  min-width: 150px;
  padding-bottom: 30px;
}

.homepage-map {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.postcode-header {
  font-size: 20px;
}

.top-market {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-basis: auto;
}

.top-market-desc {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #726b63;
  font-size: 13px;
  line-height: 19px;
  min-width: 150px;
}

.big-social-link {
  display: inline-block;
}

.award-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;

  flex-basis: auto;
  margin-top: 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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

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

  flex-basis: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.award-logo.farma {
  width: auto;
  height: 120px;
}

.side-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.side-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-basis: auto;
  margin-top: 10px;
  padding-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-top: 4px solid #f1ece6;
  font-family: clarendon-text-pro, sans-serif;
}

.farma-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  flex-basis: auto;
}

.farma-link-image {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

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

  flex-basis: auto;
  margin-bottom: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.in-season-market {
  margin-top: 30px;
}

.in-season-market.market {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.date {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}

.news-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
}

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

  flex-basis: auto;
}

.news-title {
  display: block;
  margin-bottom: 10px;
  font-family: clarendon-text-pro, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.news-image {
  width: 200px;
  margin-top: 4px;
  margin-right: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.padded-standfast {
  padding-right: 10px;
  padding-left: 10px;
}

table.pretty {
  border-collapse: separate;
  border-spacing: 30px;
}

table.pretty th {
  vertical-align: top;
}

table.pretty td {
  padding-bottom: 20px;
}

table.pretty td.border-bottom {
  border-bottom: 2px solid #f1ece6;
}

html.w-mod-js *[data-ix="hide-on-load"] {
  display: none;
}

html.w-mod-js *[data-ix="hide-info"] {
  display: none;
}

html.w-mod-js *[data-ix="hideproducers"] {
  display: none;
}

html.w-mod-js *[data-ix="slide-grow"] {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

table.members th,
table.members td {
  padding: 10px;
  font-size: 16px;
  text-align: left;
}

table.members tr {
  border-bottom: 1px solid #cacaca;
}

table.members .no-wrap {
  white-space: nowrap;
}

table.members a.button {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  padding: 6px;
  margin-bottom: 6px;
  border: 2px solid #726b63;
  border-radius: 3px;
  background-color: #fff;
  color: #726b63;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.event-meta {
  margin-top: 40px;
  padding: 20px;
  background-color: #f1ece6;
}

.event-gallery-image {
  margin: 20px 0;
}

.event-wrapper {
  width: 100%;
}

.event-wrapper p {
  font-size: 20px;
  font-family: liberation-sans, sans-serif;
  font-weight: 400;
}

.event-wrapper em {
  font-family: liberation-sans, sans-serif;
  font-weight: 400;
  font-style: italic;
}

.event-wrapper strong {
  font-family: liberation-sans, sans-serif;
  font-weight: 700;
}

#what-can-i-buy .desktop-only {
  display: block;
}

#what-can-i-buy .mobile-only {
  display: none;
}

@media (max-width: 991px) {
  h1 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 32px;
    line-height: 32px;
  }

  ._1200px-wrapper.header {
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
  }

  ._1200px-wrapper.footer-links {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .masthead {
    margin-top: 0px;
  }

  .producer-image {
    width: 250px;
  }

  .see-producers-block {
    max-width: 25%;
  }

  .about-producer-title {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }

  .navbar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-basis: auto;
  }

  .logo-wrapper {
    width: 120px;
    border-radius: 14px;
  }

  .nav-menu {
    top: 65px;
    z-index: 400;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f1ece6;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px dotted #FFFFFF;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
  }

  .top-links {
    padding-right: 0px;
    padding-left: 0px;
  }

  .top-links-wrapper {
    margin-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .top-link {
    margin-bottom: 0px;
  }

  .producer-meta-link {
    font-size: 14px;
    line-height: 14px;
  }

  .producer-food-type {
    font-size: 12px;
  }

  .about-this-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-this-block.overlay {
    max-width: 700px;
  }

  .about-this-block.overlay._1200 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-text-wrapper,
  .cms-page-wrapper {
    width: 100%;
  }

  .cms-page-wrapper {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .producer-tabs {
    width: 100%;
  }

  .producer-panel {
    flex-basis: 30%;
    max-width: 30%;
  }

  .market-card-title {
    font-size: 20px;
    line-height: 21px;
  }

  .menu-button {
    margin-left: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .menu-button.w--open {
    background-color: #f1ece6;
    color: #726b63;
  }

  .masthead-container.market.bottom {
    padding-right: 10px;
    padding-left: 10px;
  }

  .market-title {
    font-size: 48px;
    line-height: 48px;
    text-align: center;
  }

  .producer-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .newsletter-form {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-bottom-style: none;
  }

  .newsletter-title {
    font-size: 20px;
    line-height: 24px;
  }

  .newsletter-text {
    font-size: 14px;
    line-height: 16px;
  }

  .newsletter-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: auto;
    max-width: none;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-left-style: none;
  }

  .newsletter-wrapper.no-resize {
    display: block;
  }

  .fact-file {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fact-file-left {
    width: 100%;
  }

  .fact-file-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-basis: auto;
    margin-left: 0px;
    padding-left: 0px;
    border-left-style: none;
  }

  .fact-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }

  .fact-title {
    width: auto;
  }

  .market-feature-image {
    width: 100px;
    height: 100px;
  }

  .market-feature-image.top {
    display: none;
  }

  .feature-items {
    margin-top: 0px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .events-and-news.homepage {
    width: 100%;
    -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;
  }

  .results-wrapper.markets {
    padding-top: 0px;
  }

  .main-header.white.homepage {
    font-size: 80px;
    line-height: 80px;
  }

  .long-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .food-type-label {
    width: 100%;
    margin-bottom: 10px;
  }

  .food-type-label.news {
    width: auto;
  }

  .homepage-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hp-column-1 {
    width: 100%;
    max-width: none;
  }

  .map-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footer {
    background-size: auto 75%, auto;
  }

}

@media (max-width: 767px) {
  h1 {
    text-align: center;
  }

  .main-header.white.homepage {
    font-size: 50px;
    line-height: 50px;
  }

  ._1200px-wrapper.header {
    height: 65px;
    min-height: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .masthead {
    height: auto;
  }

  .masthead.producer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .results-masthead.buy {
    height: auto;
  }

  .masthead.market {
    height: auto;
  }

  .offset-anchor {
    top: 0px;
  }

  .see-producers-block {
    max-width: 33%;
  }

  .about-producer-title {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
  }

  .navbar {
    padding-right: 0px;
    padding-left: 0px;
  }

  .logo-wrapper {
    width: 120px;
    padding-left: 0px;
    border-radius: 14px;
  }

  .w-nav-overlay {
    top: 57px;
  }

  .nav-menu {
    top: 0px;
    height: auto;
  }

  .producer-block {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .icon-font.float {
    height: 2em;
  }

  .top-link {
    margin-left: 10px;
    font-size: 11px;
  }

  .producer-food-type {
    font-size: 12px;
    line-height: 12px;
  }

  .product-type.inline-centre {
    display: block;
    line-height: 12px;
  }

  .product-icon {
    height: 16px;
  }

  .producer-type-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about-this-block.overlay {
    margin-right: 30px;
    margin-left: 30px;
  }

  .about-text {
    margin-bottom: 23px;
    font-size: 15px;
    line-height: 23px;
  }

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

  .food-icon-font {
    display: inline;
  }

  .producer-tabs {
    width: 100%;
  }

  .producer-panel {
    flex-basis: 45%;
    max-width: 45%;
    margin-bottom: 30px;
  }

  .market-card-title {
    font-size: 18px;
    line-height: 20px;
  }

  .footer {
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .1), hsla(0, 0%, 100%, .1));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .1), hsla(0, 0%, 100%, .1));
    background-position: 0px 0px;
    background-size: auto;
  }

  .menu-button {
    padding: 7px;
  }

  .masthead-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .torn-top.white.markets {
    background-position: 50% 100%;
  }

  .market-title {
    padding-bottom: 0px;
    font-size: 24px;
    line-height: 36px;
  }

  .producer-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }

  .filter-button {
    font-size: 12px;
    line-height: 12px;
  }

  .newsletter-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-items {
    margin-top: 20px;
  }

  .find-header {
    width: 100%;
  }

  .long-list-item.news-short {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .food-type-label.news {
    margin-left: 0px;
    flex: 1 1 25px;
  }

  .food-type-desc {
    font-size: 16px;
    line-height: 24px;
  }

  .date {
    text-align: left;
  }

  .news-image {
    width: 120px;
  }

  .news-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .producer-meta-link.plain.new-label {
    margin-bottom: 0.8em;
  }
}

@media (max-width: 479px) {
  ._1200px-wrapper.header {
    height: 55px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .logo-wrapper {
    width: 90px;
    border-radius: 11px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .w-nav-overlay {
    top: 47px;
  }

  .top-links-wrapper {
    margin-top: 0px;
    padding-left: 10px;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .top-link {
    margin-bottom: 0px;
    margin-left: 7px;
    font-size: 10px;
    line-height: 10px;
    font-weight: 400;
  }

  .newsletter-wrapper.homepage {
    max-width: none;
  }

  .hp-producers-wrapper .featured {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .market.producer-social {
    display: block;
  }

  .producer-meta-link.plain {

    margin-right: 0;
    margin-bottom: 1.8em;
  }

  .producer-food-type {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .product-type.inline-centre {
    margin-right: 3px;
    margin-bottom: 6px;
    margin-left: 3px;
  }

  .about-this-block.overlay._1200 {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .see-producers-block {
    max-width: 100%;
  }

  .food-icon-font {
    display: inline-block;
  }

  .producer-tabs {
    width: 100%;
  }

  .producer-panel {
    flex-basis: 100%;
    max-width: 100%;
  }

  .footer-links {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-logo {
    width: 80px;
    margin-bottom: 10px;
  }

  .masthead.market.bottom {
    background-attachment: scroll, scroll;
  }

  .masthead-container.market {
    padding-right: 0px;
    padding-left: 0px;
  }

  .map-section {
    height: 90vh;
  }

  .market-title {
    line-height: 28px;
  }

  .producer-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
  }

  .producer-card.featured.homepage {
    max-width: none;
  }

  .drop-cap {
    line-height: 30px;
  }

  .fact-file-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block;
  }

  .amazing-stay-in-touch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fact-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .fact-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .market-feature.top {
    margin-bottom: 5px;
    display: block;
    max-width: 100%;
  }

  .market-feature.top.home {
    margin-bottom: 5px;
    display: block;
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }

  .events-and-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .main-header.white {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .main-header.white.homepage {
    font-size: 32px;
    line-height: 40px;
  }

  .find-field {
    width: 70%;
    max-width: 180px;
  }

  .hp-producers-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-image {
    width: 100%;
    margin-bottom: 10px;
  }

  .top-market.homepage {
    display: block;
  }

  .market-card-title-block.homepage {
    width: 100%;
    margin-right: 0;
  }

  .time-and-place.homepage {
    display: block;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }

  .amazing-title.left.bottom {
    width: 100%;
  }

  .directions-box.homepage {
    width: auto;
  }

  .producer-meta-link.plain.new-label {
    margin-bottom: 1.8em;
  }

  .rich-text .richtext-image.left {
    max-width: 100%;
    float: none;
    margin-right: 0;
  }

  .rich-text .richtext-image.right {
    max-width: 100%;
    float: none;
    margin-left: 0;
  }

  .newsletter-wrapper {
    display: block;
  }

  #what-can-i-buy .producer-card {
    display: none;
    transition: all 0.2s ease 0s;
  }

  #what-can-i-buy .desktop-only,
  #what-can-i-buy desktop-only-card {
    display: none;
  }

  #what-can-i-buy .mobile-only {
    display: block;
  }
}

@font-face {
  font-family: 'Food 48';
  src: url('../fonts/food-48.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}









/* MEMBERS' AREA STYLES */
/* main styles for members */

.members h1,
.members h2,
.members h3,
.members h4,
.members h5,
.members h6,
.members #content p {
  margin-top: 0px;
  margin-bottom: 10px;
}

.members .extra-margin-top {
  margin-top: 10px;
}

.members #content p,
.members #content ol li,
.members #content ul li {
  font-size: 14px;
}

.members div#content {
  font-size: 14px;
}

div#member-splash {
  background: white;
  position: absolute;
  top: 111px;
  width: 136px;
  height: 24px;
  padding: 3px 5px 3px 15px;
  font-weight: bold;
  background: #BDD179;
  color: #00551B;
  border: 1px solid #00551B;
  border-left: 0;
}

div#loginmenu {
  float: right;
  margin: 2px 12px 0px 0px;
  color: #BDD179;
}

.curvy {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.info-box {
  background: #DAE2A9;
  padding: 15px;
}

#content .info-box p {
  margin-bottom: 10px;
}

#content .info-box ul {
  margin-top: 0px;
}

.button {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #DAE2A9 !important;
  padding: 1px 8px 3px 8px;
  color: #3E6F41 !important;
  font-size: 14px;
  margin-right: 1rem;
}

a.button:hover {
  background: #B7BF83 !important;
  color: #3E6F41;
}

.members .week {
  margin-bottom: 1em;
}

/* edit market report */

.members #content form {
  background: none;
  border: none;
}

.members #content .formrow {
  background: #e5e5d3;
  padding: 3px 10px 3px 10px;
  clear: both;
  margin-bottom: 1px;
  overflow: auto;
}

.members #content .formrow.odd {
  background: #f4f4e8;
}

.members #content .formheader {
  background: none;
  height: 15px;
  margin-left: 11px;
}

.members .formheader h5 {
  font-weight: normal;
  margin-bottom: 4px;
}

.stall.formrow {
  clear: both;
}

.members hr {
  clear: both;
}

.members .formrow div,
.members .formheader div {
  float: left;
}

.members .formrow input,
.members textarea {
  border: 1px solid #AFAF99;
  padding: 1px 3px 1px 3px;
  font-family: tahoma, arial, sans-serif;
  font-size: 12px;
}

/* producer */

.members .marketreport .producer {
  width: 245px;
  overflow: hidden;
}

.members .formrow .producer {
  color: #3E6F41;
  font-size: 14px;
  line-height: 16px;
}

.members .formrow .producer .surname {
  font-size: 12px;
  color: #75735F;
}

/* transaction type */

.members .marketreport .transaction {
  width: 240px
}

.totals.formrow {
  min-height: 30px
}

/* amount and receipt */

.members .marketreport .amount input,
.members .marketreport .receipt input {
  width: 60px;
  height: 30px;
}

.members .marketreport .amount,
.members .marketreport .receipt {
  width: 100px;
  margin-right: 15px;
}

/* notes */

.members .marketreport .notes textarea,
.members .marketreport .description textarea {
  margin-top: 3px;
  height: 30px;
  width: 280px;
  color: #9F9F95;
}

.members .marketreport .notes {
  width: 280px;
}

/* adhoc description */

.members .marketreport .description textarea {
  width: 218px;
}

.members .marketreport .description {
  width: 240px;
}

/* finished helptext */

.members .marketreport span.finished-helptext {
  color: red;
  text-transform: uppercase;
  font-weight: bold;
}

/* grey out not-expected */

.members .marketreport .not-expected input,
.members .marketreport .not-expected textarea {
  background: none;
  border-color: #d9d9ca;
}

ul.messages,
ul.error-messages {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0;
  text-align: center;
}

ul.messages li,
ul.error-messages li {
  padding: 2px 15px 2px 15px;
  background-color: #FFE87F;
  color: #00551D;
  font-size: 14px;
}

ul.error-messages li {
  color: white;
  background-color: #CF5840;
}

ul.errorlist {
  margin-bottom: 4px;
}

ul.errorlist li {
  font-weight: bold;
  color: #CF5840;
  font-size: 14px;
}

.warn {
  color: red;
}

.aside {
  color: #ADAB96;
  font-style: italic;
}

.market-report-list {
  padding-left: 20px;
}

span.managed-by {
  font-weight: normal;
}

.status.red,
.status.late {
  color: red;
  font-weight: bold;
}

.status.green {
  color: green;
}

.status.amber,
.status.due {
  color: #FFA100;
}

.status.grey {
  color: #D1CFBE;
}

.status.status-no-show {
  position: absolute;
  top: 0;
  right: 45px;
}

table.members th,
table.members td {
  padding: 0px 5px 0px 5px;
  text-align: left;
  border-bottom: 1px solid #E0E9B5;
  font-size: 13px;
}

table.members {
  border-collapse: collapse;
}

table.members.monthly-overview td {
  width: 120px;
  border-left: 1px solid #E0E9B5;
  position: relative;
}

table.members.monthly-overview td.less-width {
  width: 20px;
}

table.members.monthly-overview td.more-width {
  width: 350px;
  line-height: 1.8em;
}

table.members a.button {
  font-size: 13px;
  padding: 0px 7px 1px 7px;
}

table.members td.closed {
  background: #F2F4E6;
}

table.members th {
  font-weight: normal;
}

.finance-flag {
  color: #98C462;
}

table.members .total {
  color: #D1CFBE;
}

/* pop-up menu */

.popup {
  display: none;
  position: absolute;
  border: 1px solid gray;
  background: white;
  width: 250px;
  padding: 5px;
}

.warning {
  color: red;
}

.popupbutton {
  position: relative;
  float: right;
  cursor: default;
}

.popupbutton .date {
  color: #D1CFBE;
  font-size: 10px;
}

.popupbutton:hover .date {
  color: #3E6F40;
  font-weight: bold;
}

.popupbutton:hover .popup {
  display: block;
  z-index: 100;
}

/* no show producers */

table.no-show-producers td {
  border-left: 1px solid #E0E9B5;
}

.no-show-producers div.no-show {
  position: relative;
  float: left;
  height: 12px;
  width: 12px;
  background: #DB250D;
  margin-top: 6px;
  margin-left: 3px;
}

.no-show-producers div.no-show:hover .no-show-detail {
  display: block;
  width: 250px;
  z-index: 1000;
}

.no-show-producers div.no-show.told-manager {
  background: #FFA100;
}

.no-show-producers .no-show .no-show-detail {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid gray;
  background: white;
  padding: 5px;
}

.market-date {
  display: inline-block;
}

.market-date--reports {
  display: inline-block;
}

/* Cases for older browsers */
.no-flexbox .footer {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .2), rgba(0, 0, 0, .1));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .2), rgba(0, 0, 0, .1));
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.no-flexbox .footer-logo {
  display: none;
}

.no-flexbox .events-and-news.homepage {
  display: block;
}

.no-flexbox .season-wrapper {
  display: block;
}

.no-flexbox .producer-markets-flex-wrapper,
.no-flexbox .producer-list {
  display: block;
}

.no-flexbox .producer-card {
  display: inline-block;
  max-width: 19%;
  vertical-align: top;
}

.no-flexbox .find-nearest {
  display: block;
}

.no-flexbox .find-header {
  text-align: left;
}

.no-flexbox .find-field {
  max-width: 160px !important;
  display: inline-block;
}

.no-flexbox .find-button {
  display: inline-block;
  vertical-align: top;
}

.stripe-success-main {
  margin-bottom: 24px;
  margin-top: 100px;
  height: 25em;
}

.stripe-message-main {
  position: absolute;
  right: 0;
  left: 0;
}

.stripe-btn-color {
  border-width: 3px;
  border-style: solid;
  border-radius: 4px;
  border-color: #6CB33F;
  background-color: #fff;
}

.disabled-select>select {
  pointer-events: none;
  /* No cursor */
  background-color: #eee;
  /* Gray background */
}

.disabled-input>input {
  pointer-events: none;
  /* No cursor */
  background-color: #eee;
  /* Gray background */
}

.padding-left-0 {
  padding-left: 0 !important;
}

.btn-mr {
  background-color: #e5e5d3;
}

.input-green {
  background-color: #31af1a !important;
}

.input-red {
  background-color: #da4553 !important;
}

.input-orange {
  background-color: #efbc4c !important;
}

.how-paid-dd {
  width: 135px;
}

.font-green {
  color: #31af1a !important;
}

.font-red {
  color: #da4553 !important;
}

.font-orange {
  color: #efbc4c !important;
}

.font-bold {
  font-weight: bold;
}

.notes-unplanned {
  margin-left: 20px;
}

@media only screen and (max-width: 600px) {
  .extended__confirm {
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 1200px) {

  .horizontal-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 1200px;
  }

  body {
    background-color: #FFFFFF;
  }

}

.gray-background {
  background: lightgray;
}

.multiselect-dropdown-list>div>input[type="checkbox"] {
  display: none;
}

.multiselect-dropdown-list>div>label {
  font-size: 14px;
  color: #726b63 !important;
  margin-bottom: 0;
  font-weight: normal;
}

.multiselect-dropdown-list>div.checked>label {
  color: #fd665c !important;
  font-weight: bold;

}

.multiselect-dropdown {
  margin-bottom: 10px;
}

.multiselect-dropdown>span.placeholder {
  font-size: 14px;
  color: #726b63 !important;
}

.multiselect-dropdown>span.optext {
  font-size: 14px;
  color: #726b63 !important;
}

.multiselect-dropdown>span.optext>span.optdel {
  font-size: 14px;
  margin: 0 0 0 5px !important;
}

.bunting {
  width: 100%;
  height: 71px;
  background-image: url("/static/images/bunting_outside.svg?v=2");
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: 350px;
  position: relative;
}

.bunting::after {
  content: "";
  width: 135px;
  height: 75px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -67px;
  background-image: url("/static/images/25_banner.svg");
  background-size: contain;
}

.bunting.white {
  background-color: white;
}

.recipe-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 1rem;
  row-gap: 1rem;

  .recipe-grid-item {
    grid-column: span 12;

    img {
      margin: 0 0 1em 0
    }

    @media (min-width: 479px) {
      grid-column: span 6;
    }

    @media (min-width: 767px) {
      grid-column: span 4;
    }
  }

}

/* end */