@charset "UTF-8";
/*****************************************************************
	Colors
*****************************************************************/
/*****************************************************************
	Fonts
*****************************************************************/
@font-face {
  font-family: "TT Norms";
  src: url("/wp-content/themes/venterrafarms/assets/fonts/TTNormsW01-Regular.woff2") format("woff2"), url("/wp-content/themes/venterrafarms/assets/fonts/TTNormsW01-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Termina";
  src: url("/wp-content/themes/venterrafarms/assets/fonts/Termina.woff2") format("woff2"), url("/wp-content/themes/venterrafarms/assets/fonts/Termina.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*****************************************************************
	Breakpoints
*****************************************************************/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, body blockquote p, h5, h6, body blockquote h6, body blockquote cite, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
}
@media (max-width: 1270px) {
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container {
  width: 1450px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  padding-right: 80px;
  padding-left: 80px;
}
@media (max-width: 1270px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media (min-width: 580px) {
  .col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-sm-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-sm-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-sm-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-sm-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.667%;
  }

  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    align-items: flex-start;
  }

  .middle-sm {
    align-items: center;
  }

  .bottom-sm {
    align-items: flex-end;
  }

  .around-sm {
    justify-content: space-around;
  }

  .between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-md-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-md-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-md-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-md-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-1 {
    margin-left: 8.333%;
  }

  .col-md-offset-2 {
    margin-left: 16.667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.333%;
  }

  .col-md-offset-5 {
    margin-left: 41.667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333%;
  }

  .col-md-offset-8 {
    margin-left: 66.667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.333%;
  }

  .col-md-offset-11 {
    margin-left: 91.667%;
  }

  .start-md {
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    justify-content: center;
    text-align: center;
  }

  .end-md {
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    align-items: flex-start;
  }

  .middle-md {
    align-items: center;
  }

  .bottom-md {
    align-items: flex-end;
  }

  .around-md {
    justify-content: space-around;
  }

  .between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}
@media (min-width: 991px) {
  .col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-lg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-lg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-lg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-lg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.667%;
  }

  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    align-items: flex-start;
  }

  .middle-lg {
    align-items: center;
  }

  .bottom-lg {
    align-items: flex-end;
  }

  .around-lg {
    justify-content: space-around;
  }

  .between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}
.animate, .animate-1, .animate-2, .animate-3, .animate-4, .animate-5, .animate-6, .animate-7, .animate-8, .animate-9, .animate-10, .animate-11, .animate-12, .animate-13, .animate-14, .animate-15, .animate-16, .animate-17, .animate-18, .animate-19, .animate-20, .animate-21 {
  opacity: 0;
  transition: 0.3s ease-out;
}
.animate.visible, .animate-1.visible, .animate-2.visible, .animate-3.visible, .animate-4.visible, .animate-5.visible, .animate-6.visible, .animate-7.visible, .animate-8.visible, .animate-9.visible, .animate-10.visible, .animate-11.visible, .animate-12.visible, .animate-13.visible, .animate-14.visible, .animate-15.visible, .animate-16.visible, .animate-17.visible, .animate-18.visible, .animate-19.visible, .animate-20.visible, .animate-21.visible {
  opacity: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.btn, body .normal_content .hs-form .hs-button {
  margin-top: 35px;
  box-sizing: border-box;
  display: inline-block;
  padding: 13px 85px 13px 22px;
  border-radius: 7px;
  background-image: url("../img/submit-arrow.svg");
  background-position: right 22px center;
  background-repeat: no-repeat;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  border: 1px solid #391D27;
  min-width: 256px;
  background-color: transparent;
  text-align: left;
  transition: 0.3s ease-out;
  cursor: pointer;
  color: #391D27;
}
.btn:hover, body .normal_content .hs-form .hs-button:hover {
  border-color: #F15B29;
  color: #F15B29;
}

.cta {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  border-bottom: 1px solid #F15B29;
  padding: 2px 5px;
  display: inline-block;
  color: #391D27;
}

body {
  font-family: "TT Norms", sans-serif;
  color: #391D27;
}
body ::-moz-selection {
  background: #cbedfa;
}
body ::selection {
  background: #cbedfa;
}
body * {
  -webkit-font-smoothing: antialiased;
}
body a {
  color: #391D27;
  text-decoration: none;
  transition: 0.3s;
}
body a:hover {
  color: #F15B29;
}
body strong, body b {
  font-weight: 700;
}
body em {
  font-style: italic;
}
body hr {
  width: 100%;
  height: 4px;
  max-width: 100%;
  background: #b1c3d2;
  border-radius: 0px;
  border: none;
  margin: 40px auto 0 auto;
}
@media (min-width: 768px) {
  body hr {
    margin: 50px auto 0 auto;
  }
}
@media (min-width: 1200px) {
  body hr {
    margin: 70px auto 0 auto;
  }
}
body h1, body .h1 {
  font-family: "Termina", sans-serif;
  color: #391D27;
  font-size: 34px;
  line-height: 1.25em;
  margin: 0 0 0.4em;
  font-weight: 300;
}
@media (min-width: 768px) {
  body h1, body .h1 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  body h1, body .h1 {
    font-size: 48px;
  }
}
body h2, body .h2 {
  font-family: "Termina", sans-serif;
  color: #391D27;
  font-size: 26px;
  line-height: 1.3em;
  margin: 0 0 1em;
  font-weight: 300;
}
@media (min-width: 768px) {
  body h2, body .h2 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  body h2, body .h2 {
    font-size: 32px;
  }
}
body h3, body .h3 {
  font-family: "Termina", sans-serif;
  color: #391D27;
  font-size: 22px;
  line-height: 1.2em;
  margin: 0 0 1em;
  font-weight: 300;
}
@media (min-width: 768px) {
  body h3, body .h3 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  body h3, body .h3 {
    font-size: 26px;
  }
}
body h4, body blockquote p, body .h4 {
  font-family: "Termina", sans-serif;
  color: #391D27;
  font-size: 20px;
  line-height: 1.2em;
  margin: 0 0 1em;
  font-weight: 300;
}
@media (min-width: 768px) {
  body h4, body blockquote p, body .h4 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  body h4, body blockquote p, body .h4 {
    font-size: 24px;
  }
}
body h5, body .h5 {
  font-family: "Termina", sans-serif;
  color: #391D27;
  font-size: 18px;
  line-height: 1.2em;
  margin: 0 0 1em;
  font-weight: 600;
}
@media (min-width: 768px) {
  body h5, body .h5 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  body h5, body .h5 {
    font-size: 20px;
  }
}
body h6, body blockquote h6, body blockquote cite, body .h6 {
  font-family: "Termina", sans-serif;
  color: #391D27;
  font-size: 12px;
  line-height: 1.45em;
  margin: 0 0 1em;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body h6, body blockquote h6, body blockquote cite, body .h6 {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  body h6, body blockquote h6, body blockquote cite, body .h6 {
    font-size: 12px;
  }
}
body p {
  font-family: "TT Norms", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
  margin: 0 0 20px;
  letter-spacing: 0;
  color: #391D27;
}
body img {
  max-width: 100%;
  height: auto;
}
body img.alignleft {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  body img.alignleft {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
}
body img.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  body img.alignright {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
}
body img.aligncenter {
  float: none;
  display: block;
  margin: 0 auto 20px;
}
body button, body input, body select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
body .wp-caption {
  font-size: 14px;
  max-width: 100%;
}
body .wp-caption img {
  max-width: 100%;
  height: auto;
}
body .wp-caption p, body .wp-caption p.wp-caption-text {
  font-size: 14px;
  margin-top: 5px;
}
body blockquote {
  font-size: 28px;
  line-height: 1.45em;
  border-left: 5px solid #b1c3d2;
  padding-left: 45px;
}
body blockquote h6, body blockquote cite {
  margin-bottom: 0px !important;
}
body .content-styled {
  text-align: left;
}
body .content-styled h1:last-child, body .content-styled h2:last-child, body .content-styled h3:last-child, body .content-styled h4:last-child, body .content-styled blockquote p:last-child, body blockquote .content-styled p:last-child, body .content-styled h5:last-child, body .content-styled h6:last-child, body .content-styled blockquote cite:last-child, body blockquote .content-styled cite:last-child, body .content-styled > ul:last-child, body .content-styled > ol:last-child, body .content-styled > p:last-child {
  margin-bottom: 0;
}
body .content-styled img {
  max-width: 100%;
  height: auto;
}
body .content-styled img.alignleft {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}
body .content-styled p > a {
  color: #391D27;
}
body .content-styled p > a:hover {
  color: #F15B29;
}
body .content-styled ul, body .content-styled ol {
  padding: none;
}
body .content-styled ul li, body .content-styled ol li {
  position: relative;
  padding-left: 28px;
}
body .content-styled ul li:before, body .content-styled ol li:before {
  content: "•";
  position: absolute;
  left: 0;
}
body .content-styled ol {
  counter-reset: item;
}
body .content-styled ol li {
  counter-increment: item;
  list-style: none inside;
}
body .content-styled ol li:before {
  content: "" counter(item) ".";
}

aside.gate {
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #F5F1EC;
}
aside.gate .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
aside.gate .inner .failed {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
aside.gate .inner .failed.visible {
  position: relative;
  opacity: 1;
  z-index: 1000;
  transition: 0.3s ease-out;
}
aside.gate .inner .logo-wrapper {
  margin-bottom: 55px;
  max-width: 100%;
}
aside.gate .inner .gate-title {
  font-family: "Termina";
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 1em;
  color: #202222;
  text-align: center;
  letter-spacing: -0.03em;
  margin-bottom: 30px;
  display: block;
}
@media (min-width: 768px) {
  aside.gate .inner .gate-title {
    white-space: nowrap;
  }
}
aside.gate .inner .buttons {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
aside.gate .inner .answer {
  font-family: "TT Norms";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #391D27;
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
aside.gate .inner .answer strong {
  font-weight: 700;
}
aside.gate .inner .label, aside.gate .inner .close {
  font-family: "TT Norms";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #AAAAAA;
  display: block;
  margin-top: 20px;
  cursor: pointer;
}
aside.gate .inner .label:hover, aside.gate .inner .close:hover {
  text-decoration: underline;
}
aside.gate .inner .button {
  border: 1px solid #391D27;
  color: #fff;
  font-family: "TT Norms";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  box-sizing: border-box;
  text-align: center;
  width: 150px;
  height: 54px;
  line-height: 52px;
  background-color: #391D27;
  border-radius: 7px;
  margin: 7px;
  cursor: pointer;
  display: inline-block;
}
aside.gate .inner .button.btn-outline {
  background-color: transparent;
  border-color: #391D27;
  color: #391D27;
}
aside.gate .inner .button.btn-outline:hover {
  background-color: #F15B29;
  border-color: #F15B29;
  color: #fff;
}
aside.gate .inner .button:hover {
  background-color: #F15B29;
  border-color: #F15B29;
  color: #fff;
}

.site-wrapper {
  position: relative;
}

.global-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  padding: 26px 0 16px;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: 0.3s ease-out;
}
@media (max-width: 991px) {
  .global-header {
    padding: 5px 0 5px;
  }
}
.global-header.stuck {
  background-color: #F0EAE4;
  padding: 15px 0 5px;
}
@media (max-width: 991px) {
  .global-header.stuck {
    padding: 5px 0 5px;
  }
}
.global-header .header-flex-row {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.global-header .header-flex-row .logo-link {
  margin-left: -10px;
  margin-top: -20px;
  width: 313px;
}
@media (max-width: 991px) {
  .global-header .header-flex-row .logo-link {
    width: 218px;
    margin-top: 0px;
  }
}
.global-header .header-flex-row .logo-link .logo {
  width: 100%;
  height: auto;
}
.global-header .header-flex-row .menu-grid {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  width: 100%;
}
.global-header .header-flex-row .menu-grid .menu {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}
.global-header .header-flex-row .menu-grid .menu .menu-item {
  margin-left: 35px;
}
.global-header .header-flex-row .menu-grid .menu .menu-item:first-child {
  margin-left: 0;
}
.global-header .header-flex-row .menu-grid .menu .menu-item a {
  font-size: 15px;
  line-height: 26px;
}
.global-header .header-flex-row .menu-grid .socials-wrapper {
  text-align: right;
  padding-left: 45px;
}
.global-header .header-flex-row .menu-grid .socials-wrapper a {
  margin-left: 4px;
}
@media (max-width: 991px) {
  .global-header .header-flex-row .menu-grid .menu, .global-header .header-flex-row .menu-grid .socials-wrapper {
    display: none;
  }
}

.instagram-feed {
  border-top: 1px solid #BEBEBE;
  padding-top: 124px;
  padding-bottom: 100px;
  text-align: center;
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
}
.instagram-feed #sb_instagram {
  max-width: 864px;
}
@media (max-width: 800px) {
  .instagram-feed #sb_instagram {
    max-width: 300px;
  }
}
.instagram-feed .follow-wrapper {
  padding-top: 30px;
}
.global-footer {
  padding-top: 53px;
  padding-bottom: 80px;
  position: relative;
  background-color: #F0EAE4;
  position: relative;
  z-index: 10;
}
.global-footer .logo-link {
  margin-bottom: 35px;
}
.global-footer .socials-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.global-footer p, .global-footer a {
  display: inline-block;
  font-family: "TT Norms";
  font-style: normal;
  color: #391D27;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 4px;
}
.global-footer .content-styled p > a {
  color: #391D27;
  text-decoration: underline;
}
.global-footer .newsletter-wrapper {
  margin-bottom: 35px;
  max-width: 100%;
  width: 296px;
  padding-right: 30px;
  box-sizing: border-box;
}
.global-footer .newsletter-wrapper .newsletter-title {
  font-family: "TT Norms", sans-serif;
  font-size: 18px;
  line-height: 26px;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
}
.global-footer .newsletter-wrapper .hs-form {
  position: relative;
}
.global-footer .newsletter-wrapper .hs-form label {
  display: none;
}
.global-footer .newsletter-wrapper .hs-form label.hs-error-msg {
  display: block;
  padding-top: 10px;
  font-size: 10px;
  font-weight: bold;
  color: #F15B29;
}
.global-footer .newsletter-wrapper .hs-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #F15B29;
}
.global-footer .newsletter-wrapper .hs-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #F15B29;
}
.global-footer .newsletter-wrapper .hs-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #F15B29;
}
.global-footer .newsletter-wrapper .hs-form :-moz-placeholder {
  /* Firefox 18- */
  color: #F15B29;
}
.global-footer .newsletter-wrapper .hs-form .hs-input {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #F15B29;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #F15B29;
  padding: 2px 0 6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: none;
  box-shadow: none;
  margin: 0;
  width: 100%;
}
.global-footer .newsletter-wrapper .hs-form .hs-input:focus {
  border: none;
  border-bottom: 1px solid #F15B29;
  outline: none;
}
.global-footer .newsletter-wrapper .hs-form .hs-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 17px;
  height: 20px;
  padding: 10px 0 0 5px;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  background-image: url("../img/submit-arrow.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  overflow: hidden;
  text-indent: 150%;
}
.global-footer .menu {
  margin-bottom: 35px;
}
.global-footer .menu a {
  font-size: 18px;
  line-height: 26px;
}
.global-footer .socials-wrapper a {
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 768px) {
  .global-footer .row-bottom {
    flex-flow: column-reverse;
  }
  .global-footer .row-bottom .socials-wrapper {
    margin-top: 35px;
  }
  .global-footer .row-bottom .farming-first-link {
    margin-top: 45px;
  }
}
.global-footer .copyright, .global-footer .byline {
  display: block;
  width: 100%;
  margin: 15px 0 0;
}

@media (max-width: 1200px) {
  html.nav-locked, body.nav-locked {
    background-color: #fff;
  }
  html.nav-locked .site-wrapper, html.nav-locked .instagram-feed, html.nav-locked .global-footer, body.nav-locked .site-wrapper, body.nav-locked .instagram-feed, body.nav-locked .global-footer {
    display: none;
  }
}

.hamburger {
  display: none;
  cursor: pointer;
  overflow: visible;
  height: 16px;
  transition: 0.3s ease-out;
}
@media (max-width: 991px) {
  .hamburger {
    display: block;
  }
}
.hamburger span {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 42px;
  height: 2px;
  position: relative;
}
.hamburger span:before, .hamburger span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #391D27;
  transition: 0.3s;
}
.hamburger span:before {
  top: -8px;
  width: 100%;
}
.hamburger span:after {
  bottom: -8px;
  width: 100%;
}
.hamburger.active span {
  background-color: transparent;
}
.hamburger.active span:before {
  transform: rotate(45deg);
  top: 0;
}
.hamburger.active span:after {
  transform: rotate(-45deg);
  bottom: 0;
}

.mobile-navigation-wrapper {
  display: none;
  min-height: 100vh;
  padding: 110px 0;
  box-sizing: border-box;
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
  position: absolute;
  width: 100%;
  text-align: center;
}
@media (max-width: 1200px) {
  .mobile-navigation-wrapper {
    display: block;
  }
  .mobile-navigation-wrapper.active {
    opacity: 1;
    z-index: 900;
    position: relative;
  }
}
.mobile-navigation-wrapper .menu {
  padding-top: 76px;
  margin-bottom: 84px;
}
.mobile-navigation-wrapper .menu .menu-item {
  margin-bottom: 30px;
}
.mobile-navigation-wrapper .menu .menu-item a {
  font-size: 28px;
  line-height: 36px;
  font-family: "Termina", sans-serif;
  text-transform: uppercase;
}
.mobile-navigation-wrapper p {
  margin-top: 44px;
  font-size: 15px;
  line-height: 22px;
}

.global-hero {
  background-color: #391D27;
  padding-top: 30vh;
  text-align: left;
  position: relative;
  padding-bottom: 380px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1200px) {
  .global-hero {
    padding-top: 170px;
    padding-bottom: 400px;
  }
}
.global-hero .background-images {
  background-color: #391D27;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 115%;
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .global-hero .background-images {
    height: 110%;
  }
}
@media (max-width: 768px) {
  .global-hero .background-images {
    background-image: url("/wp-content/themes/venterrafarms/assets/img/bg-mobile-green.svg") !important;
  }
}
.global-hero .background-images.reveal .bg .sun, .global-hero .background-images.reveal .bg-mobile .sun {
  transform: translateY(0%);
}
.global-hero .background-images .bg, .global-hero .background-images .bg-mobile {
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  display: none;
  width: auto;
  height: auto;
}
.global-hero .background-images .bg .sun, .global-hero .background-images .bg-mobile .sun {
  transform: translateY(100%);
  transition: 1.5s;
}
@media (max-width: 768px) {
  .global-hero .background-images .bg.bg, .global-hero .background-images .bg-mobile.bg {
    display: none !important;
  }
}
.global-hero .background-images .bg.bg-mobile, .global-hero .background-images .bg-mobile.bg-mobile {
  background-position: bottom left;
}
@media (min-width: 768px) {
  .global-hero .background-images .bg.bg-mobile, .global-hero .background-images .bg-mobile.bg-mobile {
    display: none !important;
  }
}
.global-hero .container-fluid {
  position: relative;
}
.global-hero .container-fluid .page-title {
  width: 590px;
  max-width: 100%;
}
.global-hero .container-fluid .introduction {
  width: 520px;
  max-width: 100%;
}
.global-hero .anchor-down {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

body .normal_content {
  padding-top: 160px;
  padding-bottom: 200px;
  position: relative;
  z-index: 10;
}
body .normal_content.align-center .content-styled {
  text-align: center;
}
body .normal_content.bg-dark {
  background-color: #391D27;
  color: #fff;
}
body .normal_content.bg-dark h1, body .normal_content.bg-dark h2, body .normal_content.bg-dark h3, body .normal_content.bg-dark h4, body .normal_content.bg-dark h5, body .normal_content.bg-dark h6, body .normal_content.bg-dark blockquote cite, body blockquote .normal_content.bg-dark cite, body .normal_content.bg-dark p, body .normal_content.bg-dark li, body .normal_content.bg-dark span:not(.label) {
  color: #fff;
}
body .normal_content.bg-creme {
  background-color: #F0EAE4;
}
body .normal_content .hs-form {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  height: 330px;
}
@media (max-width: 768px) {
  body .normal_content .hs-form {
    height: auto;
  }
}
body .normal_content .hs-form .legal-consent-container {
  display: none;
}
body .normal_content .hs-form .hs-error-msgs li {
  padding: 0;
  margin-top: -25px;
}
body .normal_content .hs-form .hs-error-msgs li:before {
  display: none;
}
body .normal_content .hs-form label {
  display: none;
}
body .normal_content .hs-form label.hs-error-msg {
  display: block;
  padding-top: 10px;
  font-size: 10px;
  font-weight: bold;
  color: #F15B29;
}
body .normal_content .hs-form .hs-button {
  margin-top: 5px;
  color: #391D27 !important;
}
body .normal_content .hs-form .hs_error_rollup {
  display: none;
}
body .normal_content .hs-form fieldset {
  width: calc(50% - 32px);
}
@media (max-width: 768px) {
  body .normal_content .hs-form fieldset {
    width: 100%;
  }
}
body .normal_content .hs-form fieldset .hs-form-field {
  width: 100%;
  float: none;
}
body .normal_content .hs-form fieldset .hs-form-field .input {
  width: 100%;
  margin: 0;
}
body .normal_content .hs-form fieldset .hs-form-field .input input, body .normal_content .hs-form fieldset .hs-form-field .input select, body .normal_content .hs-form fieldset .hs-form-field .input textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 14px;
  border-radius: 5px;
  background-color: #fff;
  border: none;
  outline: none;
  margin-bottom: 19px;
  font-weight: 300;
  font-size: 17px;
  line-height: 25px;
  font-family: "TT Norms", sans-serif;
  color: #391D27;
}
body .normal_content .hs-form fieldset .hs-form-field .input input:focus, body .normal_content .hs-form fieldset .hs-form-field .input select:focus, body .normal_content .hs-form fieldset .hs-form-field .input textarea:focus {
  outline: none;
}
body .normal_content .hs-form fieldset .hs-form-field .input select {
  background-image: url("../img/select-arrow.svg");
  background-position: right 18px center;
  background-repeat: no-repeat;
  background-color: #231F20;
  padding-right: 50px;
  color: #fff;
}
body .normal_content .hs-form fieldset .hs-form-field .input textarea {
  height: 237px;
}

.product_slider {
  padding: 120px 0;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.product_slider .product-slider {
  position: relative;
}
.product_slider .product-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.3s ease-out;
  width: 22px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  .product_slider .product-slider .slick-arrow {
    display: none !important;
  }
}
.product_slider .product-slider .slick-arrow:hover {
  opacity: 0.6;
}
.product_slider .product-slider .slick-arrow.prev {
  left: 0;
  background-image: url("../img/slider-prev.svg");
}
.product_slider .product-slider .slick-arrow.next {
  right: 0;
  background-image: url("../img/slider-next.svg");
}
.product_slider .slide .flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 0 45px;
}
@media (max-width: 1120px) {
  .product_slider .slide .flex-row {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .product_slider .slide .flex-row {
    padding: 0;
  }
}
.product_slider .slide .flex-row .image {
  width: 530px;
  height: 530px;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 768px) {
  .product_slider .slide .flex-row .image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
}
.product_slider .slide .flex-row .content-wrapper {
  margin-left: 20px;
  width: 420px;
}
@media (max-width: 1120px) {
  .product_slider .slide .flex-row .content-wrapper {
    margin: 25px 0 0;
    width: 100%;
  }
}
.product_slider .slide .flex-row .content-wrapper h4, .product_slider .slide .flex-row .content-wrapper body blockquote p, body blockquote .product_slider .slide .flex-row .content-wrapper p {
  font-weight: 400;
  font-size: 21px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.product_slider .slide .flex-row .content-wrapper h4.pretitle, .product_slider .slide .flex-row .content-wrapper body blockquote p.pretitle, body blockquote .product_slider .slide .flex-row .content-wrapper p.pretitle {
  color: #F15B29;
}
.product_slider .slide .flex-row .content-wrapper .content {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  margin: 20px 0;
}
@media (max-width: 1120px) {
  .product_slider .slide .flex-row .content-wrapper .content {
    margin-bottom: 0;
  }
}
.product_slider .slider-pagination {
  margin: 15px auto 0;
  width: 100%;
  max-width: 970px;
}
@media (max-width: 1120px) {
  .product_slider .slider-pagination {
    margin: 50px 50px 0;
  }
}
@media (max-width: 768px) {
  .product_slider .slider-pagination {
    display: none;
  }
}
.product_slider .cta-wrapper {
  text-align: center;
  margin-top: 22px;
}
@media (max-width: 768px) {
  .product_slider .cta-wrapper {
    margin-top: 40px;
  }
}

.product_columns {
  text-align: center;
  background-color: #F0EAE4;
  padding-top: 105px;
  padding-bottom: 105px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .product_columns.loaded {
    z-index: 1;
  }
  .product_columns.loaded .section-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    top: 105px;
  }
  .product_columns.loaded .column {
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .product_columns.loaded .column.visible {
    opacity: 1;
  }
  .product_columns.loaded .btn-wrapper {
    margin: 0;
    bottom: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
  }
  .product_columns.loaded .btn-wrapper .btn, .product_columns.loaded .btn-wrapper body .normal_content .hs-form .hs-button, body .normal_content .hs-form .product_columns.loaded .btn-wrapper .hs-button {
    background-color: #F0EAE4;
  }
  .product_columns.loaded.stuck .section-title {
    position: fixed;
  }
  .product_columns.loaded.stuck .column {
    position: fixed;
  }
}
.product_columns .section-title {
  max-width: 400px;
  text-align: center;
  font-size: 21px;
  line-height: 30px;
  margin: 0 auto;
  padding-bottom: 15px;
  text-transform: uppercase;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 768px) {
  .product_columns .section-title {
    padding: 0 30px;
  }
}
.product_columns .column {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .product_columns .column {
    padding: 0 30px;
  }
}
.product_columns .image {
  margin-top: 50px;
  height: 263px;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .product_columns .image {
    margin-top: 0px;
    height: 150px;
  }
}
.product_columns .column-title {
  font-size: 18px;
  line-height: 26px;
  font-family: "TT Norms", sans-serif;
  text-align: center;
  font-weight: 700;
  color: #391D27;
  margin: 20px 0 5px;
  letter-spacing: 0;
  text-transform: none;
}
.product_columns .content {
  font-size: 15px;
  line-height: 22px;
  color: #F15B29;
}
.product_columns .btn-wrapper {
  text-align: center;
  margin-top: 44px;
  transition: opacity 0.5s ease;
}

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