/***********************************************************************
Filename: _style.scss
Title: Style
Author: Maraid Design
Client: Mill Green Garden
************************************************************************/
/* Reset
-----------------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Import formatting
-----------------------------------------------------------------------*/
/******************************************************************
Filename: _mixins.scss
Title: Mixins
Author: Maraid Design
Client: Mill Green Garden
******************************************************************/
/*
@mixin block-text {
	font-family: $body;
	text-transform: uppercase;
	font-size: 100%;
}
*/
/***********************************************************************
Filename: _functions.scss
Title: Functions
Author: Maraid Design
Client: Mill Green Garden
************************************************************************/
/***********************************************************************
Filename: _fonts.scss
Title: Fonts
Author: Maraid Design
Client: Mill Green Garden
************************************************************************/
/* Import fonts
-----------------------------------------------------------------------*/
@font-face {
  font-family: "TenorSans";
  src: url("fonts/TenorSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Figtree-Medium";
  src: url("fonts/Figtree-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Figtree-Italic";
  src: url("fonts/Figtree-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Figtree-Bold";
  src: url("fonts/Figtree-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Font stack
-----------------------------------------------------------------------*/
/***********************************************************************
Filename: _base.scss
Title: Main colours etc
Author: Maraid Design
Client: Mill Green Herbs
************************************************************************/
/* Set media query names
-----------------------------------------------------------------------*/
/* Text sizes
-----------------------------------------------------------------------*/
/* Main site colours
-----------------------------------------------------------------------*/
/* Main text and links
-----------------------------------------------------------------------*/
a {
  color: #1b6f3d;
  transition: all 0.3s ease 0s;
  overflow-wrap: break-word;
}
a:hover, a:focus {
  color: #1b6f3d;
  text-decoration: none;
}

strong, b {
  font-weight: normal;
  font-weight: bold;
}

italic, em, cite {
  font-style: normal;
  font-style: italic;
}

address {
  font-style: normal;
}

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

/* Headings
-----------------------------------------------------------------------*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: normal;
  line-height: 1.2em;
}

h1, .h1 {
  font-size: 1.875rem;
  font-family: "TenorSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.03em;
}

h2, .h2 {
  font-size: 1.875rem;
  margin-bottom: 0.375em;
  font-family: "TenorSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.03em;
}

h3, .h3 {
  font-size: 1.875rem;
  font-size: 1.125em;
  font-family: "TenorSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.03em;
}

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

h5, .h5 {
  font-size: 0.846em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* General
-----------------------------------------------------------------------*/
body {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #1b6f3d;
  background-color: #d1e2d4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Figtree-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wrap {
  margin: 0 auto;
  max-width: 1300px;
  width: 90%;
  position: relative;
}
@media screen and (min-width: 1400px) {
  .wrap {
    width: 100%;
  }
}

.wrap-mid {
  margin: 0 auto;
  max-width: 900px;
  width: 90%;
}

.wrap-narrow {
  margin: 0 auto;
  max-width: 700px;
  width: 90%;
}

hr {
  margin: 3em 0;
  border: 2px solid #eaedf2;
}

/* Blockquote
-----------------------------------------------------------------------*/
blockquote {
  padding: 0 0 0 30px;
  border-left: 5px solid #2676AB;
}

/* Map
-----------------------------------------------------------------------*/
.acf-map {
  height: 500px;
  color: #b12525;
  font-family: "Figtree-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.acf-map a {
  color: #1b6f3d;
}
.acf-map h2 {
  margin-top: 0;
}
.acf-map .gm-style {
  font-family: "Figtree-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}
.acf-map .gm-style-mtc-bbw button[type=button] {
  border-radius: 2px;
}
.acf-map .gm-style-mtc-bbw ul li {
  background-image: none;
}

/* Border radius
-----------------------------------------------------------------------*/
/* Pagination and blog prev back
-----------------------------------------------------------------------*/
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #eaedf2;
}
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.4em 0.6em;
  min-width: 1em;
  display: block;
  color: #2676AB;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #2676AB;
  color: #fff;
}
.pagination .current {
  cursor: default;
  color: #1b6f3d;
}
.pagination .current:hover, .pagination .current:focus {
  background-color: #fff;
  color: #1b6f3d;
}

/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/***********************************************************************
Filename: _animation.scss
Title: Animation
Author: Maraid Design
Client: Mill Green Garden
************************************************************************/
/* Set the animation
-----------------------------------------------------------------------*/
@keyframes reveal {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes revealmove {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Animation in use - all good for safari!
-----------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  #main, .side-col {
    animation-name: revealmove;
    animation-duration: 800ms;
    animation-delay: 200ms;
    animation-timing-function: ease;
    animation-fill-mode: backwards;
  }

  .side-col {
    animation-delay: 500ms;
  }
}
header .wrap {
  animation-name: reveal;
  animation-duration: 1000ms;
  animation-delay: 500ms;
  animation-timing-function: ease;
  animation-fill-mode: backwards;
}

/* Animate on scroll
-----------------------------------------------------------------------*/
@keyframes appear {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes appear-move {
  0% {
    opacity: 0;
    transform: translateY(-20);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* appear with lots of elements - add animate-on-scroll to html
-----------*/
/* normal appear
-----------*/
/***********************************************************************
Filename: _grid.scss
Title: Grid
Author: Maraid Design
Client: Mill Green Garden
************************************************************************/
/* Internal pages
-----------------------------------------------------------------------*/
main {
  margin-bottom: 50px;
}

.centre-column {
  margin: 0 auto;
  max-width: 800px;
}
.centre-column h1 {
  text-align: center;
  margin-bottom: 1.8em;
}

/* Clears and hides
-----------------------------------------------------------------------*/
.hidden, footer span, .screen-reader-text, ul.children, .search-header button, #searchsubmit, .button span, .wp-block-search__label {
  position: absolute !important;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  top: auto;
}

.clear-float:after {
  /*clear floated elements*/
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.really-hidden {
  display: none;
}

.clear {
  /*clears anything leaving no gap*/
  float: none;
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}

.clearheight {
  /*clear anything leaving a gap*/
  float: none;
  clear: both;
}

/***********************************************************************
Filename: _images.scss
Title: Images
Author: Maraid Design
Client: Mill Green Garden
************************************************************************/
/* base images
-----------------------------------------------------------------------*/
img, .wp-caption, .alignnone {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

img.size, img.mepr-submit, img.mepr-loading-gif {
  width: auto;
}

article img {
  border-radius: 10px;
}

/* floated images
-----------------------------------------------------------------------*/
#main .alignright, #main img.alignright {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  #main .alignright, #main img.alignright {
    width: 45% !important;
    float: right;
    margin: 20px 0 20px 30px !important;
    max-width: 45% !important;
  }
}

#main .alignleft, #main img.alignleft {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  #main .alignleft, #main img.alignleft {
    width: 45% !important;
    float: left;
    margin: 20px 30px 20px 0 !important;
    max-width: 45% !important;
  }
}

#main .aligncenter, #main img.aligncenter {
  margin-bottom: 20px;
  display: block;
}
@media screen and (min-width: 600px) {
  #main .aligncenter, #main img.aligncenter {
    width: 60% !important;
    margin: 30px auto 30px auto !important;
    max-width: 60% !important;
  }
}

/* video
-----------------------------------------------------------------------*/
.video-container {
  margin: 1.5em 0;
}

.fluid-width-video-wrapper iframe {
  border: none;
}

/* event image with tag
-----------------------------------------------------------------------*/
.image-wrap {
  position: relative;
  overflow: hidden;
}
.image-wrap img {
  display: block;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.image-wrap p {
  position: absolute;
  font-family: "Figtree-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  padding: 3px 10px;
  margin: 0 !important;
  text-transform: uppercase;
}
.image-wrap p.event-category {
  bottom: 0;
  right: 0;
  background-color: #fff;
  color: #323944;
}
.image-wrap p.cancelled, .image-wrap p.soldout {
  bottom: 0;
  left: 0;
  background-color: #323944;
  color: white;
}

/***********************************************************************
Filename: _lists.scss
Title: Lists
Author: Maraid Design
Client: Mill Green Garden
************************************************************************/
/* Lists in content
-----------------------------------------------------------------------*/
article ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
article ul li {
  background: url(../images/bullet.svg) no-repeat 0 10px transparent;
  background-size: 8px 8px;
  padding-left: 20px;
}

article ol {
  list-style-type: decimal;
  margin-left: 1.5em;
}

/* Complex whats on filtering
-----------------------------------------------------------------------*/
ul.tabs {
  padding: 0;
  list-style-type: none;
}
ul.tabs li {
  background-image: none;
  padding: 0;
  display: inline-block;
}

/***********************************************************************
Filename: _flex.scss
Title: Flex
Author: Maraid Design
Client: Mill Green Garden
************************************************************************/
a.link-wrap {
  text-decoration: none;
}
a.link-wrap h2, a.link-wrap h3 {
  color: #1b6f3d;
  text-decoration: underline;
}
a.link-wrap:hover h2, a.link-wrap:hover h3, a.link-wrap:focus h2, a.link-wrap:focus h3 {
  color: #1b6f3d;
}
a.link-wrap p {
  color: #1b6f3d;
}

/*----Helpful links
https://www.youtube.com/watch?v=fYq5PXgSsbE
https://css-tricks.com/snippets/css/a-guide-to-flexbox/
-------------------------*/
/* Flexbox container basics
-----------------------------------------------------------------------*/
.flexbox-container {
  display: flex;
  gap: 20px 20px;
  /* row-gap column-gap */
  flex-wrap: wrap;
}

.flexbox-item {
  flex-grow: 1;
  /* 0 is default - 1 remaining space in the container will be distributed equally to all children */
}

/* flexbox-center - Image and text side by side centered
-----------------------------------------------------------------------*/
.flexbox-center .wrap-mid {
  margin-top: 40px;
}
@media screen and (min-width: 600px) {
  .flexbox-center .wrap-mid {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.flexbox-center .wrap-mid .item-pic {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .flexbox-center .wrap-mid .item-pic {
    flex-basis: 45%;
    margin-bottom: 0;
  }
}
.flexbox-center .wrap-mid .item-pic img {
  display: block;
  border-radius: 160px 160px 0 0;
}
@media screen and (min-width: 600px) {
  .flexbox-center .wrap-mid .item-text {
    flex-basis: 48%;
  }
}
.flexbox-center .wrap-mid .item-text h2, .flexbox-center .wrap-mid .item-text h3 {
  margin-top: 0;
  background: url(../images/icon-3.svg) no-repeat 0 50% transparent;
  background-size: 30px;
  padding-left: 40px;
}
.flexbox-center .wrap-mid .item-text p {
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
  .flexbox-center.alt {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 600px) {
  .flexbox-center.alt .item-text {
    text-align: right;
  }
}

/* flexbox-1 - images and text floating side by side
-----------------------------------------------------------------------*/
ul.flexbox-1 {
  list-style-type: none;
  padding: 0;
}
ul.flexbox-1 li {
  padding: 0;
  background-image: none;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  ul.flexbox-1 li {
    display: flex;
    column-gap: 20px;
  }
}
@media screen and (min-width: 600px) {
  ul.flexbox-1 li .image-wrap {
    flex-basis: 33%;
    flex-grow: 1;
  }
}
ul.flexbox-1 li .image-wrap img {
  display: block;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  ul.flexbox-1 li .image-wrap img {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 600px) {
  ul.flexbox-1 li .text {
    flex-basis: 66%;
    flex-grow: 1;
  }
}
ul.flexbox-1 li h2, ul.flexbox-1 li h3 {
  margin-top: 0;
}
/* flexbox-2 modules side by side 2 on desktop
-----------------------------------------------------------------------*/
ul.flexbox-2 {
  list-style-type: none;
  padding: 0;
}
@media screen and (min-width: 600px) {
  ul.flexbox-2 {
    column-gap: 6%;
    display: flex;
    row-gap: 40px;
    flex-wrap: wrap;
  }
}
ul.flexbox-2 li {
  margin-bottom: 40px;
  padding: 0;
  background-image: none;
}
@media screen and (min-width: 600px) {
  ul.flexbox-2 li {
    flex-basis: 47%;
    margin-bottom: 0;
  }
}
ul.flexbox-2 li img {
  display: block;
}
/* flexbox-2-c modules side by side 2 on desktop - *centred*
-----------------------------------------------------------------------*/
.flexbox-2-c {
  padding: 0;
}
@media screen and (min-width: 600px) {
  .flexbox-2-c {
    column-gap: 6%;
    display: flex;
    row-gap: 40px;
    flex-wrap: wrap;
    align-items: center;
    align-items: center;
    justify-content: center;
  }
}
.flexbox-2-c div {
  padding: 0;
}
@media screen and (min-width: 600px) {
  .flexbox-2-c div {
    flex-basis: 47%;
  }
}
.flexbox-2-c img {
  display: block;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .flexbox-2-c img {
    flex-basis: 47%;
    margin-bottom: 0;
  }
}

/* flexbox-3-only modules side by side 3 only
-----------------------------------------------------------------------*/
.flexbox-3-only {
  list-style-type: none;
  padding: 0;
}
@media screen and (min-width: 600px) {
  .flexbox-3-only {
    display: flex;
    column-gap: 4%;
    flex-wrap: wrap;
  }
}
.flexbox-3-only li, .flexbox-3-only div {
  padding: 0;
  background-image: none;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .flexbox-3-only li, .flexbox-3-only div {
    flex-basis: 30.6666666667%;
    flex-grow: 1;
    margin-bottom: 0;
  }
}
.flexbox-3-only li img, .flexbox-3-only div img {
  display: block;
}
.flexbox-3-only li:last-of-type, .flexbox-3-only div:last-of-type {
  margin-bottom: 0;
}

/* flexbox-3 modules side by side 3 on desktop - multiple rows
-----------------------------------------------------------------------*/
ul.flexbox-3 {
  list-style-type: none;
  padding: 0;
}
@media screen and (min-width: 600px) {
  ul.flexbox-3 {
    column-gap: 6%;
    display: flex;
    row-gap: 40px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 900px) {
  ul.flexbox-3 {
    column-gap: 4%;
    row-gap: 30px;
  }
}
ul.flexbox-3 li {
  padding: 0;
  background-image: none;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  ul.flexbox-3 li {
    flex-basis: 47%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 900px) {
  ul.flexbox-3 li {
    flex-basis: 30.6666666667%;
  }
}
ul.flexbox-3 li img {
  display: block;
}
ul.flexbox-3 li:last-of-type, ul.flexbox-3 div:last-of-type {
  margin-bottom: 0;
}

/* flexbox-4 modules side by side 4 on desktop
-----------------------------------------------------------------------*/
ul.flexbox-4 {
  list-style-type: none;
  padding: 0;
}
@media screen and (min-width: 600px) {
  ul.flexbox-4 {
    column-gap: 6%;
    display: flex;
    row-gap: 40px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 900px) {
  ul.flexbox-4 {
    column-gap: 4%;
    row-gap: 30px;
  }
}
@media screen and (min-width: 1030px) {
  ul.flexbox-4 {
    column-gap: 2.5%;
    row-gap: 20px;
  }
}
ul.flexbox-4 li {
  padding: 0;
  background-image: none;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  ul.flexbox-4 li {
    flex-basis: 47%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 900px) {
  ul.flexbox-4 li {
    flex-basis: 30.6666666667%;
  }
}
@media screen and (min-width: 1030px) {
  ul.flexbox-4 li {
    flex-basis: 23.125%;
  }
}
ul.flexbox-4 li img {
  display: block;
}
ul.flexbox-4 li:last-of-type, ul.flexbox-4 div:last-of-type {
  margin-bottom: 0;
}

/* flexbox-5 modules side by side 5 on desktop
-----------------------------------------------------------------------*/
ul.flexbox-5 {
  list-style-type: none;
  padding: 0;
}
@media screen and (min-width: 600px) {
  ul.flexbox-5 {
    column-gap: 6%;
    display: flex;
    row-gap: 40px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 900px) {
  ul.flexbox-5 {
    column-gap: 4%;
    row-gap: 30px;
  }
}
@media screen and (min-width: 1030px) {
  ul.flexbox-5 {
    column-gap: 2.5%;
    row-gap: 20px;
  }
}
@media screen and (min-width: 1240px) {
  ul.flexbox-5 {
    column-gap: 2.5%;
  }
}
ul.flexbox-5 li {
  padding: 0;
  background-image: none;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  ul.flexbox-5 li {
    flex-basis: 47%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 900px) {
  ul.flexbox-5 li {
    flex-basis: 30.6666666667%;
  }
}
@media screen and (min-width: 1030px) {
  ul.flexbox-5 li {
    flex-basis: 23.125%;
  }
}
@media screen and (min-width: 1240px) {
  ul.flexbox-5 li {
    flex-basis: 18%;
  }
}
ul.flexbox-5 li img {
  display: block;
}
ul.flexbox-5 li:last-of-type, ul.flexbox-5 div:last-of-type {
  margin-bottom: 0;
}

/***********************************************************************
Filename: _forms.scss
Title: Forms
Author: Maraid Design
Client: Mill Green Garden
************************************************************************/
main input[type=text],
main input[type=password],
main input[type=datetime],
main input[type=datetime-local],
main input[type=date],
main input[type=month],
main input[type=time],
main input[type=week],
main input[type=number],
main input[type=email],
main input[type=url],
main input[type=search],
main input[type=tel],
main input[type=color],
main select,
main textarea,
main .field {
  display: block;
  padding: 5px 40px 5px 10px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #1b6f3d;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid gray;
  background-color: #fff;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
main input[type=text]:focus, main input[type=text]:active,
main input[type=password]:focus,
main input[type=password]:active,
main input[type=datetime]:focus,
main input[type=datetime]:active,
main input[type=datetime-local]:focus,
main input[type=datetime-local]:active,
main input[type=date]:focus,
main input[type=date]:active,
main input[type=month]:focus,
main input[type=month]:active,
main input[type=time]:focus,
main input[type=time]:active,
main input[type=week]:focus,
main input[type=week]:active,
main input[type=number]:focus,
main input[type=number]:active,
main input[type=email]:focus,
main input[type=email]:active,
main input[type=url]:focus,
main input[type=url]:active,
main input[type=search]:focus,
main input[type=search]:active,
main input[type=tel]:focus,
main input[type=tel]:active,
main input[type=color]:focus,
main input[type=color]:active,
main select:focus,
main select:active,
main textarea:focus,
main textarea:active,
main .field:focus,
main .field:active {
  background-color: #f7f8fa;
  outline: none;
}
main textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}
main select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-appearance: none;
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
  background-image: url("../images/form-arrow.svg");
  background-size: 10px 10px;
}
main select::-ms-expand {
  display: none;
}

/* WP form labels - see buttons scss for button stuff
-----------------------------------------------------------------------*/
div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-weight: normal !important;
  font-family: "Figtree-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
}

/***********************************************************************
Filename: _buttons.scss
Title: Buttons
Author: Maraid Design
Client: Mill Green Garden
************************************************************************/
a.button, input[type=submit], #searchsubmit, button[type=button], button.button {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-weight: normal;
  padding: 10px 2em 10px 20px;
  border-radius: 30px;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  background: url(../images/arrow.svg) no-repeat calc(100% - 15px) 50% transparent;
  background-size: 0.8em;
  border: 2px solid #69a681;
  text-transform: lowercase;
}
a.button:hover, input[type=submit]:hover, #searchsubmit:hover, button[type=button]:hover, button.button:hover {
  background-position: calc(100% - 15px) 50%;
  padding-right: 2.5em;
}
a.button:focus, input[type=submit]:focus, #searchsubmit:focus, button[type=button]:focus, button.button:focus {
  background-color: white;
}
a.button:active, input[type=submit]:active, #searchsubmit:active, button[type=button]:active, button.button:active {
  top: 1px;
}

/* the individual buttons
-----------------------------------------------------------------------*/
button.wpforms-submit {
  background-color: #2676AB !important;
  padding: 4px 14px !important;
  border: none !important;
  color: #fff !important;
}
/***********************************************************************
Filename: _footers.scss
Title: Footers
Author: Maraid Design
Client: Mill Green Garden
************************************************************************/
/* real footer
-----------------------------------------------------------------------*/
footer {
  padding: 30px 0;
}
footer .wrap {
  border-top: 2px solid #adcbb6;
  padding-top: 1em;
}
@media screen and (min-width: 1030px) {
  footer .wrap {
    display: flex;
    justify-content: space-between;
  }
}
footer p {
  margin: 0;
}
footer ul {
  margin: 0;
  padding: 0;
  text-transform: lowercase;
}
footer ul li {
  background: none;
  padding: none;
  display: inline-block;
  margin-right: 0.5em;
}

/***********************************************************************
Filename: _main_header.scss
Title: Main Header
Author: Maraid Design
Client: Mill Green Garden
************************************************************************/
/* skip
-----------------------------------------------------------------------*/
nav.skip-nav ul {
  margin: 0;
  list-style: none;
}
nav.skip-nav ul a {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
  color: #323944;
}
nav.skip-nav ul a:focus, nav.skip-nav ul a:active {
  background-color: black;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  overflow: auto;
  padding: 10px;
  z-index: 999;
  color: #fff;
}

/* underline on hover on desktop
-----------------------------------------------------------------------*/
@media screen and (min-width: 1030px) {
  header nav #menu-main-nav a {
    position: relative;
  }
  header nav #menu-main-nav a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #69a681;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  header nav #menu-main-nav a:hover:before, header nav #menu-main-nav a:focus:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
/* header
-----------------------------------------------------------------------*/
.header {
  position: relative;
  z-index: 500;
  color: #1b6f3d;
  padding: 5vw 0;
}
.header ul {
  list-style-type: none;
}
.header a {
  display: block;
  text-decoration: none;
  color: #1b6f3d;
}
.header a svg {
  transition: all 0.3s ease;
}
.header a:hover, .header a:focus {
  color: #1b6f3d;
}
.header a:hover svg, .header a:focus svg {
  fill: #1b6f3d;
}
.header .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo-link {
  width: 50%;
  font-family: "TenorSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1em;
  font-size: 1.875rem;
  letter-spacing: -0.03em;
  background: url(../images/icon-1.svg) no-repeat 0 50% transparent;
  background-size: 1em;
  padding-left: 1.5em;
}
.header .logo-link img, .header .logo-link svg {
  display: block;
  width: 100%;
  height: auto;
}
.header .menu-toggle,
.header .search-toggle {
  display: flex;
  align-items: center;
  gap: 0.75em;
}
.header .menu-toggle svg,
.header .search-toggle svg {
  width: 1em;
  height: auto;
  fill: #1b6f3d;
}
.header .menu-toggle .close {
  display: none;
}
.header .nav-wrap {
  display: none;
  padding: 2em 0 0 0;
  text-transform: lowercase;
}
.header .nav-wrap a {
  padding: 0.2em 0;
}
.header .nav-wrap li:first-of-type {
  display: none;
}
.header .nav-wrap ul ul li:first-of-type {
  display: block;
}
.header a.search-toggle {
  margin-top: 1em;
}
.header #menu-main-nav {
  margin: 0;
  padding: 0;
}
.header .menu-item-has-children > a {
  position: relative;
}
.header .menu-item-has-children > a::before, .header .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
.header .menu-item-has-children > a::before {
  right: 0;
  width: 1em;
  height: 0.2em;
  transform: translateY(-50%);
}
.header .menu-item-has-children > a::after {
  right: 0.5em;
  width: 0.2em;
  height: 1em;
  transform: translate(50%, -50%);
}
.header .menu-item-has-children > a:hover::before, .header .menu-item-has-children > a:hover::after {
  background-color: #2676AB;
}
.header .menu-item-has-children.menu-open > a::after {
  opacity: 0;
}
.header .menu-item-has-children .sub-menu {
  display: none;
  margin: 0;
  padding-left: 1em;
}
.header .flat-on-mobile .menu-item-has-children > a::before, .header .flat-on-mobile .menu-item-has-children > a::after {
  display: none;
}
.header .flat-on-mobile .menu-item-has-children .sub-menu {
  display: block;
}
.header.menu-open .menu-toggle svg.burger {
  display: none;
}
.header.menu-open .menu-toggle svg.close {
  display: block;
}
@media (min-width: 768px) {
  .header {
    padding: 38px 0;
  }
}
@media (min-width: 1030px) {
  .header {
    padding: 45px 0;
  }
  .header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3em;
  }
  .header .top {
    display: block;
    width: 30%;
    flex-shrink: 1;
  }
  .header .logo-link {
    width: initial;
    max-width: initial;
    min-width: 300px;
  }
  .header .nav-wrap {
    background-color: transparent;
    padding: 0;
  }
  .header .nav-wrap a {
    display: inline-block;
    margin: 0;
    padding: 0 0 0.2em 0;
  }
  .header .menu-toggle {
    display: none;
  }
  .header #menu-main-nav,
.header .wrap-inner {
    display: flex;
    gap: 1.5em;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 0.5em;
  }
  .header #menu-main-nav > li {
    white-space: nowrap;
  }
  .header .menu-item-has-children {
    position: relative;
  }
  .header .menu-item-has-children > a {
    padding-right: 1em;
  }
  .header .menu-item-has-children > a::before {
    background-image: url("../images/nav-drop-down.svg");
    background-repeat: no-repeat;
    background-color: transparent;
    width: 0.65em;
    height: 0.35em;
  }
  .header .menu-item-has-children > a::after {
    display: none;
  }
  .header .menu-item-has-children > a:hover::before, .header .menu-item-has-children > a:hover::after {
    background-color: transparent;
  }
  .header .menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    left: -1.25em;
    width: 12em;
    background-color: #323944;
    padding: 0.33em 1.25em 0.66em 1.25em;
  }
  .header .menu-item-has-children .sub-menu li {
    display: block;
    margin: 0;
  }
  .header .menu-item-has-children .sub-menu li.duplicate {
    display: none;
  }
  .header .menu-item-has-children .sub-menu a {
    margin: 0;
    padding: 0.5em 0;
    line-height: 1.1em;
  }
  .header .flat-on-mobile .menu-item-has-children > a::before, .header .flat-on-mobile .menu-item-has-children > a::after {
    display: block;
    background-color: transparent;
  }
  .header .flat-on-mobile .menu-item-has-children .sub-menu {
    display: none;
  }
}

/* search modal
-----------------------------------------------------------------------*/
.search-modal {
  display: none;
  position: fixed;
  z-index: 600;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(50, 57, 68, 0.95);
}
.search-modal input {
  background-color: white;
  color: black;
}
.search-modal input[type=search]:focus {
  background-color: white;
  color: black;
}
.search-modal .wrap {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 7.5rem;
}
.search-modal .search-close {
  position: absolute;
  top: 1.8em;
  right: 0;
  display: flex;
  align-items: center;
  gap: 0.75em;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  transform: translateY(-0.1em);
  padding: 0.5em;
  margin: -0.5em;
}
.search-modal .search-close svg {
  width: 1em;
  height: auto;
  transform: translateY(0.1em);
  transition: fill 150ms ease-out;
  fill: #fff;
}
.search-modal .search-close:hover, .search-modal .search-close:focus {
  color: #eaedf2;
}
.search-modal .search-close:hover svg, .search-modal .search-close:focus svg {
  fill: #eaedf2;
}
.search-modal form {
  width: 100%;
  max-width: 500px;
}
.search-modal .wp-block-search__inside-wrapper {
  display: flex;
  font-size: 1rem;
}
.search-modal input,
.search-modal button {
  font: inherit;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  margin: 0;
  line-height: 1;
  padding: 0.67em 1.33em 0.8em 1.33em;
}
.search-modal input {
  flex-grow: 1;
}
.search-modal button {
  background-color: #eaedf2;
  color: #323944;
  transition: background-color 150ms ease-out;
}
.search-modal button:hover, .search-modal button:focus {
  background-color: black;
  color: white;
}
.search-modal.show {
  display: block;
  animation: searchBgAnimationIn 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.search-modal.show form {
  animation: searchFormAnimationIn 400ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.search-modal.hide {
  display: block;
  animation: searchBgAnimationOut 400ms 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.search-modal.hide form {
  animation: searchFormAnimationOut 400ms cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
@media (min-width: 500px) {
  .search-modal .wp-block-search__inside-wrapper {
    font-size: 1.25rem;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .search-modal .wrap {
    align-items: center;
    padding-top: 0;
  }
}

@keyframes searchBgAnimationIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes searchBgAnimationOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes searchFormAnimationIn {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes searchFormAnimationOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-50%);
  }
}
/***********************************************************************
Filename: _homepage.scss
Title: Home page 
Author: Maraid Design
Client: Mill Green Garden
************************************************************************/
/* intro on home
-----------------------------------------------------------------------*/
.flexbox-center-intro {
  margin: 50px 0;
}
@media screen and (min-width: 768px) {
  .flexbox-center-intro .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.flexbox-center-intro .wrap .item-text {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .flexbox-center-intro .wrap .item-text {
    flex-basis: 50%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1030px) {
  .flexbox-center-intro .wrap .item-text {
    flex-basis: 40%;
  }
}
@media screen and (min-width: 1240px) {
  .flexbox-center-intro .wrap .item-text {
    flex-basis: 38%;
  }
}
.flexbox-center-intro .wrap .item-text h1 {
  margin-top: 0;
}
.flexbox-center-intro .wrap .item-text p {
  margin-bottom: 0;
}
.flexbox-center-intro .wrap .item-pics {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .flexbox-center-intro .wrap .item-pics {
    flex-basis: 48%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1030px) {
  .flexbox-center-intro .wrap .item-pics {
    flex-basis: 55%;
  }
}
.flexbox-center-intro .wrap .item-pics .set-1 {
  flex-basis: 48%;
}
.flexbox-center-intro .wrap .item-pics .set-1 img {
  border-radius: 90px 90px 20px 150px;
}
.flexbox-center-intro .wrap .item-pics .set-2 {
  flex-basis: 48%;
  position: relative;
}
.flexbox-center-intro .wrap .item-pics .set-2 img {
  border-radius: 90px 90px 90px 20px;
}
.flexbox-center-intro .wrap .item-pics .set-2 img.last {
  border-radius: 20px 20px 90px 20px;
  position: absolute;
  bottom: 0;
}

/* quote area on home
-----------------------------------------------------------------------*/
.quote-area {
  text-align: center;
  padding: 40px 0;
}
.quote-area .wrap {
  border-top: 2px solid #adcbb6;
  border-bottom: 2px solid #adcbb6;
  padding: 30px 0 50px;
}
.quote-area p.quote {
  background: url(../images/icon-2.svg) no-repeat 50% 0% transparent;
  background-size: 40px;
  padding-top: 60px;
  font-size: 1.875rem;
  font-family: "TenorSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2em;
  letter-spacing: -0.03em;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* about on home
-----------------------------------------------------------------------*/
.flexbox-center .wrap-mid {
  margin-top: 40px;
}
@media screen and (min-width: 600px) {
  .flexbox-center .wrap-mid {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.flexbox-center .wrap-mid .item-pic {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .flexbox-center .wrap-mid .item-pic {
    flex-basis: 45%;
    margin-bottom: 0;
  }
}
.flexbox-center .wrap-mid .item-pic img {
  display: block;
  border-radius: 160px 160px 10px 10px;
}
@media screen and (min-width: 600px) {
  .flexbox-center .wrap-mid .item-text {
    flex-basis: 48%;
  }
}
.flexbox-center .wrap-mid .item-text h2 {
  margin-top: 0;
  background: url(../images/icon-3.svg) no-repeat 0 50% transparent;
  background-size: 30px;
  padding-left: 40px;
}
.flexbox-center .wrap-mid .item-text p {
  margin-bottom: 0;
}

/***********************************************************************
Filename: _main_content.scss
Title: Main content
Author: Maraid Design
Client: Mill Green Garden
************************************************************************/
/* reduced width intro
-----------------------------------------------------------------------*/
.intro {
  max-width: 800px;
}

/* cards
-----------------------------------------------------------------------*/
.card a {
  display: block;
}
.card a.link-wrap {
  text-decoration: none;
  display: block;
  height: 100%;
}
.card a.link-wrap:hover, .card a.link-wrap:focus {
  background-color: var(--base3);
}
.card a.link-wrap .text {
  padding: 1px 10px;
}
.card a.link-wrap .text h2, .card a.link-wrap .text h3 {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  text-decoration: underline;
}
.card a.link-wrap .text p {
  color: #1b6f3d;
}

/* resource tags
-----------------------------------------------------------------------*/
p.resource-type span {
  border: 1px solid gray;
  padding: 5px;
  font-size: 0.8125rem;
}

/******************************************************************
Filename: _modules.scss
Title: Modules
Author: Maraid Design
Client: Mill Green Garden
******************************************************************/
/* base info
-----------------------------------------------------------------------*/
.mod {
  padding: 1px 0;
}
.mod img {
  display: block;
}
.mod h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1em;
}

.mod:after {
  /*clear floated elements*/
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.margin_top {
  padding-top: 1.5em;
}
@media screen and (min-width: 1030px) {
  .margin_top {
    padding-top: 3em;
  }
}

.margin_bottom {
  padding-bottom: 1.5em;
}
@media screen and (min-width: 1030px) {
  .margin_bottom {
    padding-bottom: 2em;
  }
}

/* columns of text
-----------------------------------------------------------------------*/
.one-column-text {
  text-align: center;
}

@media screen and (min-width: 1030px) {
  .two-column-text .wrap div {
    width: 48.3333333333%;
    float: left;
    margin-right: 3.3333333333%;
  }
}
.two-column-text .wrap div:last-of-type {
  margin-right: 0;
}

@media screen and (min-width: 1030px) {
  .three-column-text .wrap div {
    width: 31.3888888889%;
    margin-right: 2.9166666667%;
    float: left;
  }
}
.three-column-text .wrap div:last-of-type {
  margin-right: 0;
}

@media screen and (min-width: 1030px) {
  .four-column-text .wrap div {
    width: 23.125%;
    float: left;
    margin-right: 2.5%;
  }
}
.four-column-text .wrap div:last-of-type {
  margin-right: 0;
}

/* Rows of images
-----------------------------------------------------------------------*/
.single-image .wrap {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1030px) {
  .two-pictures .wrap > div {
    width: 48.3333333333%;
    float: left;
    margin-right: 3.3333333333%;
  }
}
.two-pictures .wrap div:last-of-type {
  margin-right: 0;
}
.two-pictures .wrap div h2, .two-pictures .wrap div h3 {
  font-family: "Figtree-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
}

@media screen and (min-width: 1030px) {
  .three-pictures .wrap > div {
    width: 31.3888888889%;
    float: left;
    margin-right: 2.9166666667%;
  }
}
.three-pictures .wrap div:last-of-type {
  margin-right: 0;
}
.three-pictures .wrap div h2, .three-pictures .wrap div h3 {
  font-family: "Figtree-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
}
.three-pictures .wrap img {
  display: block;
}

@media screen and (min-width: 1030px) {
  .four-pictures .wrap > div {
    width: 23.125%;
    float: left;
    margin-right: 2.5%;
  }
}
.four-pictures .wrap div:last-of-type {
  margin-right: 0;
}
.four-pictures .wrap div h2, .four-pictures .wrap div h3 {
  font-family: "Figtree-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
}

@media screen and (min-width: 1030px) {
  .five-pictures .wrap > div {
    width: 18.3333333333%;
    float: left;
    margin-right: 2.0833333333%;
  }
}
.five-pictures .wrap div:last-of-type {
  margin-right: 0;
}
.five-pictures .wrap div h2, .five-pictures .wrap div h3 {
  font-family: "Figtree-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .lay-50-50 .img-wrap {
    width: 48.3333333333%;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .lay-50-50 .img-wrap img {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 768px) {
  .lay-50-50 .text-wrap {
    width: 48.3333333333%;
    float: right;
  }
}
@media screen and (min-width: 768px) {
  .lay-50-50 .text-wrap h2, .lay-50-50 .text-wrap h3 {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .lay-50-50 .text-wrap > :first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .lay-50-50-alt h2, .lay-50-50-alt h3 {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .lay-50-50-alt .img-wrap {
    width: 48.3333333333%;
    float: right;
  }
}
@media screen and (min-width: 768px) {
  .lay-50-50-alt .img-wrap img {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 768px) {
  .lay-50-50-alt .text-wrap {
    width: 48.3333333333%;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .lay-50-50-alt .text-wrap h2 {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .lay-50-50-alt .text-wrap > :first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .lay-75-25 .text-wrap {
    width: 48.3333333333%;
    float: right;
  }
}
@media screen and (min-width: 1030px) {
  .lay-75-25 .text-wrap {
    width: 74.375%;
  }
}
@media screen and (min-width: 768px) {
  .lay-75-25 .text-wrap > :first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .lay-75-25 .img-wrap {
    width: 48.3333333333%;
    float: left;
  }
}
@media screen and (min-width: 1030px) {
  .lay-75-25 .img-wrap {
    width: 23.125%;
  }
}

@media screen and (min-width: 1030px) {
  .lay-25-75 .img-wrap {
    width: 74.375%;
    float: left;
  }
}
@media screen and (min-width: 1030px) {
  .lay-25-75 .text-wrap {
    width: 23.125%;
    float: right;
  }
}
@media screen and (min-width: 768px) {
  .lay-25-75 .text-wrap > :first-child {
    margin-top: 0;
  }
}

/* Video
-----------------------------------------------------------------------*/
.full-width-video .wrap {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1030px) {
  .two-videos .wrap > div {
    width: 48.3333333333%;
    float: left;
    margin-right: 3.3333333333%;
  }
}
.two-videos .wrap div:last-of-type {
  margin-right: 0;
}

/* Free text and other stuff
-----------------------------------------------------------------------*/
.text-panel .wrap {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* slideshow - full width
-----------------------------------------------------------------------*/
.slick-prev::before, .slick-next::before {
  color: #fff !important;
  font-size: 30px !important;
}
@media screen and (min-width: 900px) {
  .slick-prev::before, .slick-next::before {
    color: black !important;
  }
}

.slick-prev, .slick-next {
  z-index: 4000;
  width: 30px !important;
  height: 30px !important;
}

.slick-next {
  right: 25px !important;
}
@media screen and (min-width: 900px) {
  .slick-next {
    right: -35px !important;
  }
}
@media screen and (min-width: 1240px) {
  .slick-next {
    right: -45px !important;
  }
}

.slick-prev {
  left: 25px !important;
}
@media screen and (min-width: 900px) {
  .slick-prev {
    left: -35px !important;
  }
}
@media screen and (min-width: 1240px) {
  .slick-prev {
    left: -45px !important;
  }
}

.slideshow-img .slider {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.slideshow-txt .slider {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.slideshow-txt .slider p {
  margin: 0;
}

/* quote
-----------------------------------------------------------------------*/
.quote-text {
  text-align: center;
  border-top: 2px solid #69a681;
  border-bottom: 2px solid #69a681;
}
.quote-text blockquote {
  border: none;
  margin: 0 auto;
  padding: 0;
  font-size: 1.875rem;
  font-family: "TenorSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.quote-text cite {
  display: block;
  margin-top: 2em;
  font-style: normal;
}

.multiple-image.two-pictures ul {
  list-style-type: none;
  display: flex;
  row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .multiple-image.two-pictures ul {
    column-gap: 6%;
  }
}
.multiple-image.two-pictures ul li {
  padding: 0;
}
@media screen and (min-width: 600px) {
  .multiple-image.two-pictures ul li {
    flex-basis: 47%;
  }
}
.multiple-image.two-pictures ul img {
  display: block;
}

.multiple-image.three-pictures ul {
  list-style-type: none;
  display: flex;
  row-gap: 40px;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .multiple-image.three-pictures ul {
    column-gap: 6%;
  }
}
@media screen and (min-width: 900px) {
  .multiple-image.three-pictures ul {
    column-gap: 2.9166666667%;
    row-gap: 30px;
  }
}
.multiple-image.three-pictures ul li {
  padding: 0;
  background-image: none;
}
@media screen and (min-width: 600px) {
  .multiple-image.three-pictures ul li {
    flex-basis: 47%;
  }
}
@media screen and (min-width: 900px) {
  .multiple-image.three-pictures ul li {
    flex-basis: 31.3888888889%;
  }
}
.multiple-image.three-pictures ul li img {
  display: block;
}
.multiple-image.four-pictures ul {
  list-style-type: none;
  display: flex;
  row-gap: 40px;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .multiple-image.four-pictures ul {
    column-gap: 6%;
  }
}
@media screen and (min-width: 900px) {
  .multiple-image.four-pictures ul {
    column-gap: 4%;
    row-gap: 30px;
  }
}
@media screen and (min-width: 1030px) {
  .multiple-image.four-pictures ul {
    column-gap: 2.5%;
    row-gap: 20px;
  }
}
.multiple-image.four-pictures ul li {
  padding: 0;
  background-image: none;
}
@media screen and (min-width: 600px) {
  .multiple-image.four-pictures ul li {
    flex-basis: 47%;
  }
}
@media screen and (min-width: 900px) {
  .multiple-image.four-pictures ul li {
    flex-basis: 30.6666666667%;
  }
}
@media screen and (min-width: 1030px) {
  .multiple-image.four-pictures ul li {
    flex-basis: 23.125%;
  }
}
.multiple-image.four-pictures ul li img {
  display: block;
}
.multiple-image.five-pictures ul {
  list-style-type: none;
  display: flex;
  row-gap: 40px;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .multiple-image.five-pictures ul {
    column-gap: 6%;
  }
}
@media screen and (min-width: 900px) {
  .multiple-image.five-pictures ul {
    column-gap: 4%;
    row-gap: 30px;
  }
}
@media screen and (min-width: 1030px) {
  .multiple-image.five-pictures ul {
    column-gap: 2.5%;
    row-gap: 20px;
  }
}
@media screen and (min-width: 1240px) {
  .multiple-image.five-pictures ul {
    column-gap: 2.0833333333%;
  }
}
.multiple-image.five-pictures ul li {
  padding: 0;
  background-image: none;
}
@media screen and (min-width: 600px) {
  .multiple-image.five-pictures ul li {
    flex-basis: 47%;
  }
}
@media screen and (min-width: 900px) {
  .multiple-image.five-pictures ul li {
    flex-basis: 30.6666666667%;
  }
}
@media screen and (min-width: 1030px) {
  .multiple-image.five-pictures ul li {
    flex-basis: 23.125%;
  }
}
@media screen and (min-width: 1240px) {
  .multiple-image.five-pictures ul li {
    flex-basis: 18.3333333333%;
  }
}
.multiple-image.five-pictures ul li img {
  display: block;
}
/***********************************************************************
Filename: _cookies.scss
Title: Cookies
Author: Maraid Design
Client: Mill Green Garden
************************************************************************/
/* cookies
-----------------------------------------------------------------------*/
#cc-window {
  font-family: "Figtree-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  border: 2px solid #2676AB;
  font-family: "Figtree-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
}

a.cc-link {
  color: #2676AB !important;
}
a.cc-link:focus {
  color: #fff !important;
}

a.cc-save {
  border: 2px solid #2676AB !important;
}

.cc-revoke {
  font-family: "Figtree-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #2676AB !important;
}

/* Cookies statement
-----------------------------------------------------------------------*/
#cmplz-document {
  max-width: none !important;
  font-size: 1.25rem !important;
}
#cmplz-document p {
  font-size: 1.25rem !important;
}
#cmplz-document h2 {
  border-bottom: none !important;
  font-size: 1.875rem !important;
}
#cmplz-document h3, #cmplz-document .cmplz-subtitle {
  font-size: 1.25rem !important;
  font-family: "Figtree-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
#cmplz-document ul {
  list-style-type: none !important;
  font-size: 1.25rem !important;
}
#cmplz-document ul li {
  font-size: 1.25rem !important;
}

/* Print
-----------------------------------------------------------------------*/
@media print {
  /***********************************************************************
  Filename: _print.scss
  Title: Print
  Author: Maraid Design
  Client:
  ************************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /*
   header img {
        filter: url(../images/logo.svg#negative) !important;
        -webkit-filter: invert(100%) !important;
        filter: invert(100%) !important;
    } 
  */
  /*
  body > *:not(main) {
  	display: none;
  }
  */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }

  a.button, p.link a, input[type=submit] {
    border: 2px solid #1b6f3d;
    padding: 10px !important;
    color: #1b6f3d;
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img, .wp-caption {
    max-width: 500px !important;
  }

  .entry-content ul {
    list-style-type: circle;
  }
  .entry-content ul li {
    padding-left: 0;
  }

  /* accordion
  -----------------------------------------------------------------------*/
  .js-accordion__panel[aria-hidden=true] {
    display: block;
  }

  .js-accordion .js-accordion__header {
    border: 2px solid #323944;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .sidebar,
.page-navigation,
.wp-prev-next,
.respond-form,
header nav,
footer nav,
.side-col {
    display: none;
  }

  /* forms
  -----------------------------------------------------------------------*/
  input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.field {
    border: 2px solid #323944;
  }

  /* floated images
  -----------------------------------------------------------------------*/
  #main .alignright, #main img.alignright {
    width: 45% !important;
    float: right;
    margin: 20px 0 20px 30px !important;
    max-width: 45% !important;
  }

  #main .alignleft, #main img.alignleft {
    width: 45% !important;
    float: left;
    margin: 20px 30px 20px 0 !important;
    max-width: 45% !important;
  }

  #main .aligncenter, #main img.aligncenter {
    display: block;
    width: 60% !important;
    margin: 30px auto 30px auto !important;
    max-width: 60% !important;
  }

  /* lists
  -----------------------------------------------------------------------*/
  /* flexbox-center - Image and text side by side centered
  -----------------------------------------------------------------------*/
  .flexbox-center {
    display: flex;
  }
  .flexbox-center .item-pic {
    flex-basis: 48%;
  }
  .flexbox-center .item-text {
    flex-basis: 48%;
    margin-left: 4%;
  }

  /* flexbox-1 - images and text floating side by side
  -----------------------------------------------------------------------*/
  ul.flexbox-1 li {
    display: flex;
    column-gap: 20px;
  }
  ul.flexbox-1 li .image-wrap {
    flex-basis: 33%;
    flex-grow: 1;
  }
  ul.flexbox-1 li .image-wrap img {
    margin-bottom: 0;
  }
  ul.flexbox-1 li .text {
    flex-basis: 66%;
    flex-grow: 1;
  }

  /* flexbox-2 modules side by side 2 on desktop
  -----------------------------------------------------------------------*/
  ul.flexbox-2 {
    display: flex;
    column-gap: 6%;
  }
  ul.flexbox-2 li {
    flex-basis: 47%;
  }

  /* flexbox-2-c modules side by side 2 on desktop - *centred*
  -----------------------------------------------------------------------*/
  .flexbox-2-c {
    column-gap: 6%;
    display: flex;
    row-gap: 40px;
    flex-wrap: wrap;
    align-items: center;
    align-items: center;
    justify-content: center;
  }
  .flexbox-2-c div {
    flex-basis: 47%;
  }
  .flexbox-2-c img {
    flex-basis: 47%;
    margin-bottom: 0;
  }

  /* flexbox-3-only modules side by side 3 only
  -----------------------------------------------------------------------*/
  .flexbox-3-only {
    display: flex;
    column-gap: 4%;
    flex-wrap: wrap;
  }
  .flexbox-3-only li, .flexbox-3-only div {
    flex-basis: 30.6666666667%;
    flex-grow: 1;
    margin-bottom: 0;
  }

  /* flexbox-3 modules side by side 3 on desktop - multiple rows
  -----------------------------------------------------------------------*/
  .flexbox-3 {
    column-gap: 4%;
    row-gap: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .flexbox-3 li, .flexbox-3 div {
    flex-basis: 30.6666666667%;
  }

  /* flexbox-4 modules side by side 4 on desktop
  -----------------------------------------------------------------------*/
  .flexbox-4 {
    column-gap: 2.5%;
    row-gap: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .flexbox-4 li, .flexbox-4 div {
    flex-basis: 23.125%;
  }

  /* flexbox-5 modules side by side 5 on desktop
  -----------------------------------------------------------------------*/
  .flexbox-5 {
    column-gap: 2.5%;
    row-gap: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .flexbox-5 li, .flexbox-5 div {
    flex-basis: 18%;
  }

  /* flexible content
  -----------------------------------------------------------------------*/
  .single-image img {
    margin: 0 auto;
  }
  .single-image p {
    text-align: center;
  }

  .lay-50-50 .img-wrap {
    width: 48.3333333333%;
    float: left;
  }
  .lay-50-50 .img-wrap img {
    margin-bottom: 1em;
  }
  .lay-50-50 .text-wrap {
    width: 48.3333333333%;
    float: right;
  }
  .lay-50-50 .text-wrap h2, .lay-50-50 .text-wrap h3 {
    margin-top: 0;
  }
  .lay-50-50 .text-wrap > :first-child {
    margin-top: 0;
  }

  .lay-50-50-alt h2, .lay-50-50-alt h3 {
    margin-top: 0;
  }
  .lay-50-50-alt .img-wrap {
    width: 48.3333333333%;
    float: right;
  }
  .lay-50-50-alt .img-wrap img {
    margin-bottom: 1em;
  }
  .lay-50-50-alt .text-wrap {
    width: 48.3333333333%;
    float: left;
  }
  .lay-50-50-alt .text-wrap h2 {
    margin-top: 0;
  }
  .lay-50-50-alt .text-wrap > :first-child {
    margin-top: 0;
  }

  .lay-75-25 .text-wrap {
    float: right;
    width: 74.375%;
  }
  .lay-75-25 .text-wrap > :first-child {
    margin-top: 0;
  }
  .lay-75-25 .img-wrap {
    float: left;
    width: 23.125%;
  }

  .lay-25-75 .img-wrap {
    width: 74.375%;
    float: left;
  }
  .lay-25-75 .text-wrap {
    width: 23.125%;
    float: right;
  }
  .lay-25-75 .text-wrap > :first-child {
    margin-top: 0;
  }

  details {
    border: 2px solid black !important;
  }

  summary::before, summary::after {
    border-color: black;
  }

  .fluid-width-video-wrapper {
    max-width: 450px;
  }

  .table.mod table {
    border-color: black;
  }
  .table.mod table td {
    border-color: black;
  }
  .table.mod table th {
    border-bottom: 2px solid black;
  }

  /* Rows of images
  -----------------------------------------------------------------------*/
  .multiple-image.two-pictures ul {
    column-gap: 6%;
  }
  .multiple-image.two-pictures ul li {
    flex-basis: 47%;
  }

  .multiple-image.three-pictures ul {
    column-gap: 2.9166666667%;
    row-gap: 30px;
  }
  .multiple-image.three-pictures ul li {
    flex-basis: 31.3888888889%;
  }

  .multiple-image.four-pictures ul {
    column-gap: 2.5%;
    row-gap: 20px;
  }
  .multiple-image.four-pictures ul li {
    flex-basis: 23.125%;
  }

  .multiple-image.five-pictures ul {
    row-gap: 20px;
    column-gap: 2.0833333333%;
  }
  .multiple-image.five-pictures ul li {
    flex-basis: 18.3333333333%;
  }
}

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