/* 
* Made with Template by studio.bio
* Based on Bones by Eddie Machado.
* One love :)
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/*! normalize.css v8.0.0 | 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.
 */
/* line 11, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
/* line 23, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
body {
  margin: 0;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
/* line 32, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
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.
   */
/* line 45, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
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.
   */
/* line 56, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
/* line 68, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
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.
   */
/* line 77, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
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.
   */
/* line 87, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
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.
   */
/* line 97, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
/* line 108, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
/* line 117, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 125, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 129, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
/* line 140, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
/* line 152, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
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.
   */
/* line 168, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
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.
   */
/* line 178, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
/* line 187, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
/* line 198, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
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.
   */
/* line 210, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
/* line 221, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
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.
   */
/* line 232, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
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.
   */
/* line 245, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
/* line 253, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
/* line 262, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
/* line 272, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
[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.
   */
/* line 282, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
/* line 291, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
[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.
   */
/* line 300, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
/* line 312, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
/* line 320, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
/* line 331, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
/* line 339, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
[hidden] {
  display: none;
}

/* line 345, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
.clearfix, .cf {
  zoom: 1;
}

/* line 348, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  display: table;
  content: "";
}

/* line 353, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
.clearfix:after, .cf:after {
  clear: both;
}

/* line 359, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 366, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_normalize.scss */
.image-replacement,
.ir {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name: 
Author: 

Stylesheet: Typography

******************************************************************/
/*
"Web design is 95% typography" - Oliver Reichenstein

When that quote was made in 2006 it was before web fonts, auto-play video,
and animated pop-ups so even if it is 65 or 75% today that is still *most* 
of any web site's design. Understanding some of the basics of typography
(and web typography) will go a long way.

There are lots of web typographic systems out there however many are
overly complex and not intuitive. Thus, we've tried to set some good
defaults that aren't based on confounding mixins here but you may want
to explore web typography further:

https://www.smashingmagazine.com/2009/08/typographic-design-survey-best-practices-from-the-best-blogs/
https://www.smashingmagazine.com/2012/12/css-baseline-the-good-the-bad-and-the-ugly/
http://www.newnet-soft.com/blog/csstypography
http://typecast.com/blog/4-simple-steps-to-vertical-rhythm
https://github.com/StudioThick/megatype
https://sassline.com
http://matejlatin.github.io/Gutenberg/
https://zellwk.com/blog/responsive-typography/
https://github.com/zellwk/typi

Note that most of the typography styles are set in base.scss with
the html, body, and h1-h6 tags so adjust as needed. Set a good baseline
and consider your vertical rhythm.

*/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/* To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
  
  Also, you don't have to include a separate name for 
  each font style...just use the same name and
  declare each style separately. See here:
  http://www.newnet-soft.com/blog/csstypography
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*********************
FONT STACKS
*********************/
/*
 Commented out since WP uses system fonts now but if you can't let go I won't be upset. 
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 89, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_typography.scss */
p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

Some cool simple examples here:
https://vanseodesign.com/css/custom-sass-functions/

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/************************
MORE SASS FUNCTIONS
*************************/
/* Example:
$length: 42em;
$int: strip-unit($length); // 42
*/
/**
 * Calculate rems based on a base unit.
 */
/* Example:
$list: a b, c d, e f;
$value: match($list, e); // returns f
$value: match($list, b); // returns a
$value: match($list, z); // returns false
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/* line 81, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.foo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 84, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.foo-parent {
  position: relative;
}

/*********************
TINTS/SHADES
https://css-tricks.com/snippets/sass/tint-shade-functions/
*********************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*--------------------------------------------------
Flexbox SASS mixins
The spec: http://www.w3.org/TR/css3-flexbox
https://gist.github.com/richardtorres314/26b18e12958ba418bb37993fdcbfc1bd

Checkout this Flexbox guide for more info:
https://css-tricks.com/snippets/css/a-guide-to-flexbox/

2018: probably can remove these with autoprefixer(?)
---------------------------------------------------*/
/*@include flexbox(); */
/*
This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
It will generate several classes such as:
.m-r-10 which gives margin-right 10 pixels.
.m-r-15 gives MARGIN to the RIGHT 15 pixels.
.m-t-15 gives MARGIN to the TOP 15 pixels and so on.
.p-b-5 gives PADDING to the BOTTOM of 5 pixels
.p-l-40 gives PADDING to the LEFT of 40 pixels
The first letter is "m" or "p" for MARGIN or PADDING
Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.
*/
/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-t-5 {
  margin-top: 5px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-t-5 {
  padding-top: 5px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-b-5 {
  margin-bottom: 5px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-b-5 {
  padding-bottom: 5px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-l-5 {
  margin-left: 5px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-l-5 {
  padding-left: 5px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-r-5 {
  margin-right: 5px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-r-5 {
  padding-right: 5px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-t-10 {
  margin-top: 10px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-t-10 {
  padding-top: 10px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-b-10 {
  margin-bottom: 10px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-b-10 {
  padding-bottom: 10px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-l-10 {
  margin-left: 10px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-l-10 {
  padding-left: 10px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-r-10 {
  margin-right: 10px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-r-10 {
  padding-right: 10px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-t-15 {
  margin-top: 15px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-t-15 {
  padding-top: 15px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-b-15 {
  margin-bottom: 15px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-b-15 {
  padding-bottom: 15px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-l-15 {
  margin-left: 15px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-l-15 {
  padding-left: 15px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-r-15 {
  margin-right: 15px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-r-15 {
  padding-right: 15px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-t-16 {
  margin-top: 16px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-t-16 {
  padding-top: 16px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-b-16 {
  margin-bottom: 16px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-b-16 {
  padding-bottom: 16px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-l-16 {
  margin-left: 16px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-l-16 {
  padding-left: 16px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-r-16 {
  margin-right: 16px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-r-16 {
  padding-right: 16px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-t-20 {
  margin-top: 20px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-t-20 {
  padding-top: 20px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-b-20 {
  margin-bottom: 20px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-b-20 {
  padding-bottom: 20px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-l-20 {
  margin-left: 20px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-l-20 {
  padding-left: 20px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-r-20 {
  margin-right: 20px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-r-20 {
  padding-right: 20px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-t-25 {
  margin-top: 25px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-t-25 {
  padding-top: 25px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-b-25 {
  margin-bottom: 25px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-b-25 {
  padding-bottom: 25px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-l-25 {
  margin-left: 25px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-l-25 {
  padding-left: 25px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-r-25 {
  margin-right: 25px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-r-25 {
  padding-right: 25px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-t-30 {
  margin-top: 30px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-t-30 {
  padding-top: 30px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-b-30 {
  margin-bottom: 30px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-b-30 {
  padding-bottom: 30px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-l-30 {
  margin-left: 30px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-l-30 {
  padding-left: 30px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-r-30 {
  margin-right: 30px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-r-30 {
  padding-right: 30px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-t-35 {
  margin-top: 35px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-t-35 {
  padding-top: 35px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-b-35 {
  margin-bottom: 35px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-b-35 {
  padding-bottom: 35px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-l-35 {
  margin-left: 35px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-l-35 {
  padding-left: 35px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-r-35 {
  margin-right: 35px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-r-35 {
  padding-right: 35px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-t-40 {
  margin-top: 40px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-t-40 {
  padding-top: 40px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-b-40 {
  margin-bottom: 40px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-b-40 {
  padding-bottom: 40px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-l-40 {
  margin-left: 40px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-l-40 {
  padding-left: 40px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-r-40 {
  margin-right: 40px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-r-40 {
  padding-right: 40px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-t-45 {
  margin-top: 45px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-t-45 {
  padding-top: 45px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-b-45 {
  margin-bottom: 45px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-b-45 {
  padding-bottom: 45px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-l-45 {
  margin-left: 45px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-l-45 {
  padding-left: 45px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-r-45 {
  margin-right: 45px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-r-45 {
  padding-right: 45px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-t-50 {
  margin-top: 50px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-t-50 {
  padding-top: 50px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-b-50 {
  margin-bottom: 50px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-b-50 {
  padding-bottom: 50px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-l-50 {
  margin-left: 50px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-l-50 {
  padding-left: 50px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-r-50 {
  margin-right: 50px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-r-50 {
  padding-right: 50px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-t-60 {
  margin-top: 60px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-t-60 {
  padding-top: 60px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-b-60 {
  margin-bottom: 60px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-b-60 {
  padding-bottom: 60px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-l-60 {
  margin-left: 60px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-l-60 {
  padding-left: 60px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-r-60 {
  margin-right: 60px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-r-60 {
  padding-right: 60px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-t-75 {
  margin-top: 75px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-t-75 {
  padding-top: 75px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-b-75 {
  margin-bottom: 75px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-b-75 {
  padding-bottom: 75px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-l-75 {
  margin-left: 75px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-l-75 {
  padding-left: 75px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-r-75 {
  margin-right: 75px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-r-75 {
  padding-right: 75px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-t-80 {
  margin-top: 80px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-t-80 {
  padding-top: 80px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-b-80 {
  margin-bottom: 80px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-b-80 {
  padding-bottom: 80px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-l-80 {
  margin-left: 80px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-l-80 {
  padding-left: 80px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-r-80 {
  margin-right: 80px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-r-80 {
  padding-right: 80px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-t-100 {
  margin-top: 100px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-t-100 {
  padding-top: 100px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-b-100 {
  margin-bottom: 100px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-b-100 {
  padding-bottom: 100px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-l-100 {
  margin-left: 100px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-l-100 {
  padding-left: 100px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-r-100 {
  margin-right: 100px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-r-100 {
  padding-right: 100px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-t-150 {
  margin-top: 150px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-t-150 {
  padding-top: 150px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-b-150 {
  margin-bottom: 150px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-b-150 {
  padding-bottom: 150px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-l-150 {
  margin-left: 150px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-l-150 {
  padding-left: 150px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-r-150 {
  margin-right: 150px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-r-150 {
  padding-right: 150px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-t-160 {
  margin-top: 160px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-t-160 {
  padding-top: 160px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-b-160 {
  margin-bottom: 160px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-b-160 {
  padding-bottom: 160px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-l-160 {
  margin-left: 160px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-l-160 {
  padding-left: 160px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-r-160 {
  margin-right: 160px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-r-160 {
  padding-right: 160px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-t-200 {
  margin-top: 200px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-t-200 {
  padding-top: 200px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-b-200 {
  margin-bottom: 200px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-b-200 {
  padding-bottom: 200px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-l-200 {
  margin-left: 200px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-l-200 {
  padding-left: 200px !important;
}

/* line 332, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.m-r-200 {
  margin-right: 200px !important;
}

/* line 336, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.p-r-200 {
  padding-right: 200px !important;
}

/**
 * Computes a top-shadow for a card effect.
 *
 * @param {Number} $depth - depth level
 *
 * @return {List}
 */
/**
 * Computes a bottom-shadow for a card effect.
 *
 * @param {Number} $depth - depth level
 *
 * @return {List}
 */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

Now with CSS Grid! (scroll down for active styles)

CSS Grid is ready. And you should use it. It's time.

Watch this if you are not convinced:
https://www.youtube.com/watch?v=7kVeCqQCxlk&ab_channel=CodingTech

More CSS Grid stuffs:
https://gridbyexample.com (definitely go through this)
https://css-tricks.com/snippets/css/complete-guide-grid/
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Basic_Concepts_of_Grid_Layout
http://labs.jensimmons.com

We're going to use really simple defaults for Plate so there's a few
bits you need to know:

fr = fractional unit

So here's a simple example setup using fr:

.grid {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto 1fr auto;
    header, footer {
        grid-column: span 2;
    }
}

For columns we have:

grid-template-columns: 2fr 1fr;

we get two tracks (columns), one 2/3 and the other 1/3 (of a total of 1).

No floats, no calc, no need to calculate the percentages at all.
CSS Grid does all the work. It even accounts for your grid gap (gutters)
and fills the remaining space. 

For rows we have this:

grid-template-rows: auto 1fr auto;

which gives us 3 rows with 2 content columns:

header
content | aside (sidebar)
footer

The 'auto' property assigns the row height to the height of the content.
Thus, the middle row which contains our content + sidebar is set to 1fr
which means it will fill the container as 1fr of an entire row is the
container width.

Not only that, the header and footer are anchored to the top and bottom,
respectively, no matter what the height of the content/sidebar row. This
has long been considered the 'Holy Grail' layout in CSS and we did it with
just a few lines of code.

We set grid-column: span 2; on the header and footer to span the full
width of the two columns. 

This is just a really simple default setup and the possibilities are
endless so check some examples:

https://rachelandrew.co.uk/archives/2016/04/12/flexible-sized-grids-with-auto-fill-and-minmax
https://gridbyexample.com/examples/
https://medium.com/samsung-internet-dev/common-responsive-layouts-with-css-grid-and-some-without-245a862f48df
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Realizing_common_layouts_using_CSS_Grid_Layout
https://www.smashingmagazine.com/2017/06/building-production-ready-css-grid-layout/

Soon we will be able to utilize subgrids to further layout items within the main
semantic layout sections. More on the subgrids property:

https://rachelandrew.co.uk/archives/2017/07/20/why-display-contents-is-not-css-grid-layout-subgrid/

Subgrids have been pushed to CSS Grid v2 so we can't use them yet but we 
can have nested grid layouts (e.g. grid within a grid).

There are many ways to set up your grid so there are a few options below.
Use one of those or develop your own - each project might need a different
setup. 

I've kept in the now unnecessary #content and #inner-content divs
for backwards compatibility but check out our Grate theme for a 
more pure CSS Grid interpretation: https://github.com/joshuaiz/grate

******************************************************************/
/* line 96, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_cssgrid.scss */
.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

@supports (grid-area: auto) {
  /**
    * Grid defaults. 
    * If you don't want to use CSS Grid, remove the .grid class 
    * from #container in header.php
    * 
    */
  /* line 112, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_cssgrid.scss */
  .grid {
    display: grid;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
  }
  /* line 120, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_cssgrid.scss */
  .grid #content {
    flex: 1;
    background-color: #ffffff;
  }
  /* line 124, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_cssgrid.scss */
  .grid aside {
    background-color: honeydew;
    min-height: 80px;
  }
  /* line 128, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_cssgrid.scss */
  .grid #footer {
    background-color: #23473E;
  }
  /* line 133, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_cssgrid.scss */
  .grid-aside {
    grid-template-rows: auto 1fr auto;
  }
  @media only screen and (min-width: 768px) {
    /* line 142, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_cssgrid.scss */
    .grid-aside {
      grid-template-columns: repeat(12, minmax(0, 1fr));
      grid-template-rows: auto 1fr auto;
    }
    /* line 148, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_cssgrid.scss */
    .grid-aside #header, .grid-aside #footer {
      grid-column: span 12;
    }
    /* line 153, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_cssgrid.scss */
    .grid-aside #content {
      grid-column: 1/8;
    }
    /* line 157, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_cssgrid.scss */
    .grid-aside aside {
      grid-column: 8/-1;
    }
    /* line 163, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_cssgrid.scss */
    .grid-full {
      grid-template-columns: repeat(12, minmax(0, 1fr));
      grid-template-rows: auto 1fr auto;
    }
    /* line 169, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_cssgrid.scss */
    .grid-full #header, .grid-full #footer {
      grid-column: span 12;
    }
    /* line 172, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_cssgrid.scss */
    .grid-full #content {
      grid-column: 1/-1;
    }
    /* line 175, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_cssgrid.scss */
    .grid-full aside {
      display: none;
    }
  }
  @media only screen and (min-width: 1170px) {
    /* line 185, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_cssgrid.scss */
    .grid-aside #content {
      grid-column: 2/8;
    }
    /* line 188, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_cssgrid.scss */
    .grid-aside aside {
      grid-column: 8/12;
    }
    /* line 194, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_cssgrid.scss */
    .grid-full #content {
      grid-column: 0/12;
    }
  }
  @media only screen and (min-width: 1600px) {
    /* line 205, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_cssgrid.scss */
    .grid-aside #content {
      grid-column: 3/8;
    }
    /* line 208, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_cssgrid.scss */
    .grid-aside aside {
      grid-column: 8/11;
    }
    /* line 214, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_cssgrid.scss */
    .grid-full #content {
      grid-column: 0/12;
    }
  }
}

/**
 * 
 * Other CSS Grid examples
 * 
 * You can use these or come up with your own. Once CSS Grid clicks,
 * it's really easy and there's no limit to what you can do!
 * 
 * The main takeaway here is that you don't need a predefined system.
 * Just define a grid, add your columns and rows, and go.
 * 
 * Uncomment to use.
 * 
 * */
/* Ye Olde Bones Grid
* Hear Ye, hear ye!
* This is the old style grid, now commented out
* You *should* make the move to css grid now but
* if you need this or can't let go, it's still here
* so uncomment to use (and comment the cssgrid out).
* Just know that Rachel Andrew is watching.
*/
/**
* Gutenberg Styles.
*
* Now enqueued in a separate function in functions.php to
* keep styles out of the main stylesheet. Alternatively
* you can comment out the Gutenberg styles enqueue and 
* uncomment this below to have a single stylesheet.
* You do you.
*/
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet. Or roll your own.

******************************************************************/
/* line 14, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_alerts.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 20, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_alerts.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 27, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_alerts.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 34, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_alerts.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 41, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_alerts.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

See here on placeholder selectors and why you should
use @extend instead of @include:
http://thesassway.com/intermediate/understanding-placeholder-selectors

Also, don't use cursor: pointer; for buttons as they already should 
signify that they are clickable:

https://medium.com/simple-human/buttons-shouldnt-have-a-hand-cursor-b11e99ca374b

*********************/
/* line 33, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_buttons.scss */
.button, .blue-button, .outline-btn, .outline-btn-slim, .white-outline-btn, .hero-btn {
  position: relative;
  display: inline-block;
  margin-bottom: .5em;
  padding: 0.5em 1em;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: background-color 0.75s ease, color 0.75s ease;
}

/* line 42, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_buttons.scss */
.button:hover, .blue-button:hover, .outline-btn:hover, .outline-btn-slim:hover, .white-outline-btn:hover, .hero-btn:hover {
  cursor: pointer;
}

/* line 46, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_buttons.scss */
.button:active, .blue-button:active, .outline-btn:active, .outline-btn-slim:active, .white-outline-btn:active, .hero-btn:active {
  top: 1px;
}

/* line 55, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_buttons.scss */
.blue-button {
  background: #0056ac;
  color: #fff;
}

/* line 59, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_buttons.scss */
.blue-button:hover, .blue-button:focus {
  color: #fff;
}

/* line 64, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_buttons.scss */
.contact-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  max-width: 350px;
  height: 50px;
  background: transparent;
  color: #23473E !important;
  border: 2px solid #23473E;
  text-align: center;
  font-weight: bold;
}

/* line 77, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_buttons.scss */
.contact-button:hover, .contact-button:focus {
  background-color: #23473E;
  color: #fff !important;
  text-decoration: none;
}

/* line 82, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_buttons.scss */
.contact-button:active {
  top: 1px;
}

/* line 87, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_buttons.scss */
.outline-btn {
  /* Layout Properties */
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  height: 70px;
  /* UI Properties */
  border: 2px solid #23473E;
  color: #23473E !important;
  opacity: 1;
  font-weight: bold;
}

/* line 101, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_buttons.scss */
.outline-btn:hover, .outline-btn:focus {
  background-color: rgba(35, 71, 62, 0.25);
  color: #23473E !important;
  text-decoration: none;
}

/* line 106, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_buttons.scss */
.outline-btn:active {
  top: 1px;
}

/* line 111, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_buttons.scss */
.outline-btn-slim {
  /* Layout Properties */
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  height: 40px;
  /* UI Properties */
  border: 2px solid #23473E;
  color: #23473E !important;
  opacity: 1;
  font-weight: bold;
}

/* line 125, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_buttons.scss */
.outline-btn-slim:hover, .outline-btn-slim:focus {
  background-color: rgba(35, 71, 62, 0.25);
  color: #23473E !important;
  text-decoration: none;
}

/* line 130, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_buttons.scss */
.outline-btn-slim:active {
  top: 1px;
}

/* line 135, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_buttons.scss */
.white-outline-btn {
  /* Layout Properties */
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  height: 70px;
  /* UI Properties */
  border: 2px solid #fff;
  color: #fff !important;
  opacity: 1;
  font-weight: bold;
}

/* line 149, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_buttons.scss */
.white-outline-btn:hover, .white-outline-btn:focus {
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff !important;
  text-decoration: none;
}

/* line 154, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_buttons.scss */
.white-outline-btn:active {
  top: 1px;
}

/* line 159, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_buttons.scss */
.hero-btn {
  /* Layout Properties */
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  height: 70px;
  /* UI Properties */
  background: rgba(35, 71, 62, 0.5);
  border: 2px solid #fff;
  color: #fff !important;
  opacity: 1;
  font-weight: bold;
}

/* line 174, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_buttons.scss */
.hero-btn:hover, .hero-btn:focus {
  background-color: rgba(35, 71, 62, 0.25);
  color: #fff !important;
  text-decoration: none;
}

/* line 179, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_buttons.scss */
.hero-btn:active {
  top: unset;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

Here are a few defaults for forms and stuffs.

******************************************************************/
/*********************
INPUTS
*********************/
/* line 16, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_forms.scss */
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 {
  display: block;
}

/* line 48, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_forms.scss */
input[type="text"][disabled], input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* line 60, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_forms.scss */
input[type="password"] {
  letter-spacing: 0.3em;
}

/* line 65, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_forms.scss */
textarea {
  max-width: 100%;
  width: 100%;
}

/* line 70, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_forms.scss */
fieldset {
  border: 1px solid #ccc;
}

/* line 73, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_forms.scss */
fieldset label {
  font-weight: 600;
}

/* line 77, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_forms.scss */
fieldset p {
  margin-bottom: 0;
}

/* line 82, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_forms.scss */
legend {
  padding: 0 0.5em;
}

/* line 86, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_forms.scss */
.radio-buttons {
  margin-top: 0;
}

/* line 89, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_forms.scss */
.radio-buttons li {
  margin-left: 2px;
  list-style-type: none;
}

/* line 94, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/modules/_forms.scss */
.radio-buttons label {
  font-weight: normal;
}

/*********************
BASE STYLESHEET
These are the base styles and it's loaded on every device. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Stylesheet

As the name implies, this is the base stylesheet. This will be
loaded by all devices and viewports so keep it as light as possible.

If you are using progressive enhancement, load styles that will be
only seen on tablets or desktops in the stylesheets targeted for
those viewpoints.

******************************************************************/
/*********************
GLOBAL STYLES
Use this section for
site-wide stuffs.
*********************/
/* line 22, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
html {
  font-size: 1em;
  scroll-behavior: smooth;
}

/* line 27, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
body {
  color: #333333;
  font-size: 100%;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 38, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 46, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
pre code {
  white-space: pre-line;
}

/* line 52, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.bold {
  font-weight: bold;
}

/* line 58, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 999999;
}

/* line 70, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.overlay:target {
  visibility: visible;
  opacity: 1;
}

/* line 75, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.overlay.visible {
  visibility: visible;
  opacity: 1;
}

/* line 80, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.overlay:not(.visible):target {
  visibility: hidden;
  opacity: 0;
}

/* line 85, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.popup {
  margin: 70px auto;
  padding: 1.5rem;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
  text-align: center;
}

/* line 96, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.popup h2 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #333;
}

/* line 101, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #E95E0B;
  cursor: pointer;
}

/* line 112, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.popup .close:hover {
  color: #23473E;
}

/*********************
LAYOUT & GRID STYLES
*********************/
/*********************
LINK STYLES
*********************/
/* line 131, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
a, a:visited {
  color: #E95E0B;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */
}

/* line 135, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  text-decoration: underline;
}

/* line 143, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
a:link, a:visited:link {
  /*
        this highlights links on iPhones/iPads.
        so it basically works like the :hover selector
        for mobile devices.
        */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
HEADING STYLES
******************************************************************/
/* 
While there are several frameworks for Sass web typography and
baselines like Sassline, Megatype and Gutenberg (not the new WP editor), 
those all seemed overly complex. What I wanted was simple defaults that 
looked good out of the box without a lot of calculations and segmented mixins.

After searching far and wide, I came across this:
http://type-scale.com which we used to get our base sizes.

You should use only one <h1> element per page (generally for the page title). 
Then, use <h2> for sub-headings and h3-h6 if you need to structure your text
further. Using correct headings helps with readability, SEO, and accessibility.
*/
/* Heading defaults */
/* line 173, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  color: #303030;
  font-weight: 500;
  line-height: 1.2;
  text-rendering: optimizelegibility;
  /*
    if you're going to use webfonts, be sure to check your weights
    http://css-tricks.com/watch-your-font-weight/
    */
  /* 
    Removing text decoration from all headline links.
    If you want it, then delete this. Do it your way.
    */
}

/* line 24, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
h1::before, .h1::before, h2::before, .h2::before, h3::before, .h3::before, h4::before, .h4::before, h5::before, .h5::before, h6::before, .h6::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((0.7 - 1.2) * 0.5em);
}

/* line 31, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
h1::after, .h1::after, h2::after, .h2::after, h3::after, .h3::after, h4::after, .h4::after, h5::after, .h5::after, h6::after, .h6::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((0.7 - 1.2) * 0.5em);
}

/* line 192, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
}

/* line 197, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
h1, .h1 {
  margin-top: 0;
  font-size: 3.157em;
}

/* line 203, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
h2, .h2 {
  font-size: 2.369em;
}

/* line 208, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
h3, .h3 {
  font-size: 1.777em;
}

/* line 212, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
h4, .h4 {
  font-size: 1.333em;
}

/* line 216, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
h5, .h5 {
  font-size: 1em;
}

/* line 220, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
h6, .h6 {
  text-transform: uppercase;
  letter-spacing: 4.333px;
}

/*********************
HEADER STYLES
*********************/
/* line 229, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.header {
  background: #fff;
}

/* line 233, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
#hero-video-section {
  width: 100%;
  background-color: #fff;
}

/* line 238, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.hero-video-container {
  position: relative;
  min-width: 100%;
  /* Ensure full width */
  padding-bottom: 41.66667%;
  position: relative;
  height: 0;
  overflow: hidden;
}

/* line 46, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
.hero-video-container iframe {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 245, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.hero-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 258, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
#inner-header {
  display: flex;
}

/* line 262, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
#site-title {
  margin: 0 0.5em 0 0;
  font-size: 2em;
  line-height: inherit;
}

/* line 266, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
#site-title a {
  color: #303030;
}

/* line 271, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
#bloginfo {
  display: flex;
}

/* line 276, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
#logo img {
  width: 382px;
}

/*********************
LIST STYLES
*********************/
/* line 286, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
ul, ol {
  -webkit-padding-start: 20px;
}

/* line 291, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.list-square {
  margin-bottom: 1.5em;
  list-style-position: outside;
  list-style-type: square;
}

/* line 298, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.nostyle {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

/* line 305, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.related-posts-list {
  display: flex;
}

/* line 309, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.page-numbers {
  margin: 1em 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

/* line 314, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.page-numbers li {
  margin-right: 1em;
}

/*********************
NAVIGATION STYLES
*********************/
/* 
Where did the nav menu go?
Navigation styles for mobile are now in 767down.scss
if you need them.

We almost always use the Responsive Menu plugin:
https://wordpress.org/plugins/responsive-menu/ for mobile
menus but those selectors are there if you want to use the
default menu.

For your main navigation, styles are in 768up.scss.
*/
/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/*
As you add pages, add your own body classes below if you 
need page-specific styles.

It's good practice to use .page-yourpage {} syntax here so 
that you don't conflict with other classes. That's what
the cool kids do.

*/
/* line 372, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.error404 .search-outer {
  padding: 1.5em 0;
}

/* line 375, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.error404 .search-input {
  display: flex;
  width: 100%;
}

/* line 379, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.error404 input[type="search"] {
  margin: 0 1em 0 0;
  height: 40px;
  min-width: 250px;
}

/* line 384, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.error404 .search-submit {
  width: 100px;
}

/* line 424, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.page-blog .entry-content .alignfull, .page-blog .entry-content .alignwide {
  margin: 0;
  max-width: 100%;
}

/**
 * put all your custom page classes here  
 * e.g. .page-yourpage {}
 */
/*********************
POSTS & CONTENT STYLES
*********************/
/* post meta */
/* line 494, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.byline-wrap {
  margin-bottom: 1.5em;
}

/* entry content */
/* line 503, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.entry-content {
  /*
    image alignment on a screen this size may be
    a bit difficult. It's set to start aligning
    and floating images at the next breakpoint,
    but it's up to you. Feel free to change it up.
    */
}

/* line 520, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.entry-content table {
  margin-bottom: 1.5em;
  width: 100%;
  border: 1px solid #ccc;
}

/* line 528, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.entry-content tr {
  border-bottom: 1px solid #ccc;
}

/* line 531, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.entry-content tr:nth-child(even) {
  background-color: #dedede;
}

/* line 536, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.entry-content td {
  padding: 7px;
  border-right: 1px solid #ccc;
}

/* line 540, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.entry-content td:last-child {
  border-right: 0;
}

/* line 545, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.entry-content th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #dedede;
}

/* line 550, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.entry-content th:last-child {
  border-right: 0;
}

/* end .entry-content */
/* line 591, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.wp-caption {
  /* images inside wp-caption */
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/* default WP image classes */
/******************************************************************
SCREEN READER STYLES
******************************************************************/
/* Text meant only for screen readers. */
/* line 631, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

/* line 640, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  /* Above WP toolbar. */
  display: block;
  clip: auto !important;
  padding: 15px 23px 14px;
  width: auto;
  height: auto;
  border-radius: 3px;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.875rem;
  font-size: 14px;
  line-height: normal;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* end plate_page_navi */
/* fallback previous & next links */
/* line 687, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}

/* line 691, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 701, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
#comments-title {
  /* number of comments span */
}

/* line 712, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.commentlist {
  margin: 0;
  list-style-type: none;
}

/* line 717, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.comment {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #ccc;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}

/* line 721, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.comment .comment-author {
  display: flex;
  align-items: center;
}

/* line 740, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.comment .vcard .avatar {
  margin-right: 1rem;
}

/* line 747, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.comment .children {
  /* variations */
  /* change number for different depth */
}

/* comment meta */
/* comment content */
/* end .commentlist .comment_content */
/* comment reply link */
/* end .commentlist .comment-reply-link */
/* edit comment link */
/* line 811, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.comment-edit-link {
  margin-right: 6px;
}

/**********************
COMMENT FORM STYLES
***********************/
/* comment submit button */
/* comment form title */
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
/* no comments */
/*********************
SIDEBARS & ASIDES
*********************/
/* line 861, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.widget ul li {
  /* deep nesting */
}

/*********************
FOOTER STYLES
*********************/
/* line 880, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.footer {
  clear: both;
}

/* line 890, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_base.scss */
.copyright {
  text-align: center;
  color: #fff;
}

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection.

Not sure if people use this breakpoint much anymore. We don't.
I can't remember the last time I used this stylesheet but keeping
it in for now.

******************************************************************/
  /*********************
NAVIGATION STYLES
*********************/
  /* line 23, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_481up.scss */
  .menu {
    /* end .menu ul */
  }
  /* line 24, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_481up.scss */
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 25, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_481up.scss */
  .menu ul li {
    /*
				plan your menus and drop-downs wisely.
				*/
  }
  /* line 26, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_481up.scss */
  .menu ul li a {
    /*
					you can use hover styles here even though this size
					has the possibility of being a mobile device.
					*/
  }
  /* end .menu */
  /*********************
POSTS & CONTENT STYLES
*********************/
  /* entry content */
  /* line 68, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_481up.scss */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  /* line 71, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_481up.scss */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
    margin-top: 11px;
  }
  /* line 77, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_481up.scss */
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
    margin-top: 11px;
  }
  /* line 83, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_481up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: table;
    clear: both;
    margin-top: 11px;
  }
  /* line 91, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_481up.scss */
  .entry-content .wp-block-media-text.alignfull {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  /* end .entry-content */
  /*********************
FOOTER STYLES
*********************/
  /*
check your menus here. do they look good?
do they need tweaking?
*/
  /* end .footer-links */
}

/*********************
BELOW TABLET
This is for everything that's below an iPad including mobile
phones. This way we can keep mobile styles separate and not
compete with the base styles.
*********************/
@media only screen and (max-width: 767px) {
  /******************************************************************
Site Name: 
Author:

Stylesheet: Below Tablet

This stylesheet will show on devices smaller than an iPad or tablet.
Use this to add styles that will *only* show on mobile phones.

I find it easier to do it this way than to have to override base styles.

******************************************************************/
  /* line 14, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_767down.scss */
  .wrap {
    padding: 1em;
  }
  /* line 36, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_767down.scss */
  #inner-header {
    display: flex;
    justify-content: space-around;
  }
  /* line 40, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_767down.scss */
  #inner-header .contact-button {
    display: none;
  }
  /* line 44, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_767down.scss */
  #inner-header #logo {
    max-width: 50%;
  }
  /*********************
NAVIGATION STYLES
*********************/
  /* line 59, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_767down.scss */
  .nav {
    margin: 0;
    padding: 0;
    border-bottom: 0;
    list-style-type: none;
    /* end .menu li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 65, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_767down.scss */
  .nav li {
    /* 
		Are you really going to use drop-down menus for mobile?
		Probably not. We almost always use the Responsive Menu
		plugin: https://wordpress.org/plugins/responsive-menu/
		*/
  }
  /* line 67, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_767down.scss */
  .nav li a {
    display: block;
    padding: 0.2em;
    text-decoration: none;
  }
  /* line 92, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_767down.scss */
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 30px;
  }
  /* end .nav */
  /* line 124, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_767down.scss */
  #footer-grid {
    display: block;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  /* line 130, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_767down.scss */
  #footer-grid #footer-logo {
    display: flex;
    justify-content: center;
  }
  /* line 133, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_767down.scss */
  #footer-grid #footer-logo img {
    width: 300px;
    margin-bottom: 40px;
  }
  /* line 139, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_767down.scss */
  #footer-grid #social-links {
    display: flex;
    justify-content: center;
    align-self: center;
  }
  /* line 143, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_767down.scss */
  #footer-grid #social-links img {
    width: 45px;
    height: 45px;
    margin: 0 10px;
  }
  /* line 150, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_767down.scss */
  #footer-grid #contact-details {
    padding-top: 2rem;
    grid-column: 1/5;
    grid-row-start: 2;
    color: #fff;
  }
  /* line 156, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_767down.scss */
  #footer-grid #contact-details .address, #footer-grid #contact-details .email, #footer-grid #contact-details .phone {
    padding-top: 0rem;
  }
  /* line 161, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_767down.scss */
  #footer-grid #contact-details .email {
    padding-top: 1rem;
  }
  /* line 163, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_767down.scss */
  #footer-grid #contact-details .email a {
    color: #fff;
  }
  /* line 169, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_767down.scss */
  #footer-grid nav {
    padding-top: 2rem;
    grid-column: 6/9;
    grid-row-start: 2;
  }
  /* line 174, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_767down.scss */
  #footer-grid nav ul {
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
    line-height: 1rem;
  }
  /* line 179, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_767down.scss */
  #footer-grid nav ul li {
    padding-bottom: 0.25rem;
  }
  /* line 180, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_767down.scss */
  #footer-grid nav ul li a {
    color: #fff;
  }
}

/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

This stylesheet will be used for tablets and larger devices
like desktops. CSS Grid starts working its magic here so you
can start to have fun with your layout(s).

******************************************************************/
  /*********************
GLOBAL STYLES
*********************/
  /* line 17, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #inner-header, #inner-footer .wrap {
    max-width: calc(100% - 6rem);
    margin: 0 auto;
  }
  /* line 26, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  .entry-content .alignfull {
    margin-left: calc( -100vw / 2 + 100% / 2);
    margin-right: calc( -100vw / 2 + 100% / 2);
    max-width: 100vw;
  }
  /* line 31, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  .entry-content .alignwide {
    margin-right: calc(25% - 25vw);
    margin-left: calc(25% - 25vw);
    max-width: 1000%;
    width: auto;
  }
  /* line 38, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  .entry-content .alignwide img,
  .entry-content .alignfull img {
    display: block;
    margin: 0 auto;
  }
  /*********************
LAYOUT & GRID STYLES
*********************/
  /*********************
HEADER STYLES
*********************/
  /* line 57, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  .header {
    padding: 1.5rem 0;
  }
  /* line 61, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #inner-header {
    align-items: flex-end;
  }
  /* line 64, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #inner-header .primary-menu {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
  /* line 69, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #inner-header .contact-button {
    justify-self: flex-end;
  }
  /* line 75, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #logo img {
    width: 300px;
  }
  /* line 80, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #hero-video-section {
    width: 100%;
    padding-bottom: 41.66667%;
    position: relative;
  }
  /* line 46, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
  #hero-video-section > :first-child {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  /*********************
NAVIGATION STYLES
*********************/
  /* line 94, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  .header-nav {
    display: flex;
    align-items: center;
  }
  /* line 100, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  .menu-item-has-children > a:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    /* Space between text and triangle */
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #E95E0B;
    /* Color of the triangle */
  }
  /* line 111, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #header {
    /* end .nav */
  }
  /* line 113, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #header .nav {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 119, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #header .nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #E95E0B;
    /*
            plan your menus and drop-downs wisely.
            */
    /* showing sub-menus */
  }
  /* line 126, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #header .nav li.current-page-parent a {
    font-weight: bold;
  }
  /* line 131, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #header .nav li a {
    display: block;
    border-bottom: 0;
    padding: 0 0.75rem;
    text-decoration: none;
    color: #23473E;
    /*
                you can use hover styles here even though this size
                has the possibility of being a mobile device.
                */
  }
  /* line 142, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #header .nav li a:hover, #header .nav li a:focus {
    text-decoration: underline;
  }
  /* line 149, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #header .nav li:last-child {
    border-right: none;
    padding-right: 2rem;
  }
  /* line 157, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #header .nav li ul.sub-menu,
  #header .nav li ul.children {
    background-color: rgba(255, 255, 255, 0.84);
    width: 100%;
    height: 80px;
    left: 0;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    z-index: 8999;
    visibility: hidden;
    padding-right: calc(280px + 3rem);
    transition: visibility 1s linear;
    /* highlight sub-menu current page */
  }
  /* line 174, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #header .nav li ul.sub-menu li,
  #header .nav li ul.children li {
    /*
                    if you need to go deeper, go nuts
                    just remember deeper menus suck
                    for usability. k, bai.
                    */
  }
  /* line 175, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #header .nav li ul.sub-menu li a,
  #header .nav li ul.children li a {
    font-weight: normal;
  }
  /* line 184, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #header .nav li ul.sub-menu li:last-child a,
  #header .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  /* line 200, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #header .nav li ul.sub-menu li.current-menu-item a,
  #header .nav li ul.sub-menu li.current_page_item a,
  #header .nav li ul.sub-menu li.current_page_ancestor a,
  #header .nav li ul.children li.current-menu-item a,
  #header .nav li ul.children li.current_page_item a,
  #header .nav li ul.children li.current_page_ancestor a {
    font-weight: bold;
  }
  /* line 207, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #header .nav li:hover > ul {
    top: auto;
    visibility: visible;
  }
  /* line 218, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #header .nav li.current-menu-item a,
  #header .nav li.current_page_item a,
  #header .nav li.current_page_ancestor a {
    font-weight: bold;
  }
  /********************
WORDPRESS BODY CLASSES
style a page via class
********************/
  /*
We like having these classes for use in iPad and larger devices
so we've copied them here.
*/
  /* line 251, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  .single-full #main {
    max-width: 640px;
    float: none;
    margin: 0 auto;
  }
  /*********************
SIDEBARS & ASIDES
*********************/
  /* line 291, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  .widget ul li {
    /* deep nesting */
  }
  /*!
 *
 * We rarely use these widget classes but they
 * do come in handy sometimes. Know your widgets.
 *
 */
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
FOOTER STYLES
*********************/
  /* line 457, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #inner-header, #inner-footer, .wrap {
    max-width: calc(100% - 4rem);
    margin: 0 auto;
  }
  /* line 463, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #footer-grid {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    grid-template-rows: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  /* line 470, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #footer-grid #footer-logo {
    grid-column: 1/5;
  }
  /* line 472, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #footer-grid #footer-logo img {
    width: 300px;
  }
  /* line 477, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #footer-grid #social-links {
    grid-column: 14/17;
    display: flex;
    justify-content: flex-end;
    align-self: flex-end;
  }
  /* line 482, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #footer-grid #social-links img {
    width: 45px;
    height: 45px;
    margin-left: 20px;
  }
  /* line 489, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #footer-grid #contact-details {
    padding-top: 2rem;
    grid-column: 1/5;
    grid-row-start: 2;
    color: #fff;
  }
  /* line 495, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #footer-grid #contact-details .address, #footer-grid #contact-details .email, #footer-grid #contact-details .phone {
    padding-top: 1rem;
  }
  /* line 499, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #footer-grid #contact-details .email a {
    color: #fff;
  }
  /* line 505, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #footer-grid nav {
    padding-top: 2rem;
    grid-column: 6/9;
    grid-row-start: 2;
  }
  /* line 510, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #footer-grid nav ul {
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
  }
  /* line 514, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #footer-grid nav ul li {
    padding-bottom: 0.5rem;
  }
  /* line 515, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  #footer-grid nav ul li a {
    color: #fff;
  }
  /*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
  /* line 531, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_768up.scss */
  .footer-links ul li {
    /*
            be careful with the depth of your menus.
            it's very rare to have multi-depth menus in
            the footer.
            */
  }
  /* end .footer-links */
}

@media only screen and (max-width: 899px) {
  /******************************************************************
Site Name: 
Author:

Stylesheet: Below Tweener

This stylesheet will show on devices smaller than large tablets but
below desktops.

Use this for tweener device sizes. We don't use this stylesheet
often but on occasion it comes in handy.

******************************************************************/
}

@media only screen and (max-width: 1029px) {
  /******************************************************************
Site Name: 
Author:

Stylesheet: Smaller Desktops + Tablets

This stylesheet affects desktops and some tablets but often I find
that 1029px and below is a good breakpoint for showing a mobile 
hamburger menu so you can add styles for that here.

I find it easier to do it this way than to have to override base styles.

******************************************************************/
  /* line 15, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  #inner-header, #inner-footer .wrap {
    max-width: calc(100% - 2rem);
    margin: 0 auto;
  }
  /* line 21, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  #prefooter {
    width: 100%;
    background-color: #fff;
    padding: 1rem;
  }
  /* line 26, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  #prefooter #prefooter-logos {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  /* line 33, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  #prefooter #prefooter-logos img {
    display: inline-block;
    max-width: 150px;
    margin-bottom: 2rem;
    height: auto;
    filter: url(filters.svg#grayscale);
    /* Firefox 3.5+ */
    filter: gray;
    /* IE5+ */
    -webkit-filter: grayscale(1);
    /* Webkit Nightlies & Chrome Canary */
  }
  /* line 47, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-projects .block-hero-image {
    display: flex;
  }
  /* line 49, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-projects .block-hero-image .hero-image {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    background-repeat: no-repeat, no-repeat;
    background-position: center left, center center;
    background-size: cover, cover;
  }
  /* line 46, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
  .page-template-page-projects .block-hero-image .hero-image .hero-image-inner {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  /* line 56, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-projects .block-hero-image .hero-image .hero-image-inner {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  /* line 62, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-projects .block-hero-image .hero-image .hero-image-inner .hero-image-subheading {
    font-size: 20px;
    line-height: 25px;
    max-width: 20ch;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #fff;
  }
  /* line 69, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-projects .block-hero-image .hero-image .hero-image-inner .hero-image-heading {
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    font-family: "Literata", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 500;
  }
  /* line 75, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-projects .block-hero-image .hero-image .hero-image-inner .hero-image-heading br {
    display: none;
  }
  /* line 81, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-projects .projects-intro .projects-intro-inner {
    padding-top: 2rem;
    font-family: "Literata", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  /* line 93, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-projects #project-articles-grid {
    margin-top: 2rem;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
    padding: 0 1rem;
  }
  /* line 101, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-projects #project-articles-grid .featured-video {
    background-color: #23473E;
    grid-column: span 2;
    padding: 1.5rem;
  }
  /* line 105, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-projects #project-articles-grid .featured-video .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
  /* line 105, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-projects #project-articles-grid .featured-video .embed-container iframe, .page-template-page-projects #project-articles-grid .featured-video .embed-container object, .page-template-page-projects #project-articles-grid .featured-video .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* line 108, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-projects #project-articles-grid .featued-quote-block {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  /* line 113, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-projects #project-articles-grid .featued-quote-block .quote-icon-open {
    width: 30px;
    justify-self: flex-start;
    align-self: center;
  }
  /* line 119, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-projects #project-articles-grid .featued-quote-block .quote-text {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-family: "Literata", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 500;
    color: #23473E;
    font-size: 26px;
    line-height: 35px;
    max-width: 100%;
    justify-self: center;
    align-self: center;
  }
  /* line 132, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-projects #project-articles-grid .featued-quote-block .quote-icon-close {
    width: 30px;
    justify-self: flex-end;
    align-self: center;
  }
  /* line 141, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-projects #project-articles-grid .project-article.residential {
    background-color: #6EA178;
  }
  /* line 145, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-projects #project-articles-grid .project-article.commercial {
    background-color: #23473E;
  }
  /* line 148, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-projects #project-articles-grid .project-article .project-summary {
    padding: 1em;
    color: #fff;
  }
  /* line 153, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-projects #project-articles-grid .project-article .project-summary .project-title {
    font-size: 24px;
    line-height: 28px;
  }
  /* line 157, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-projects #project-articles-grid .project-article .project-summary .project-location {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
  /* line 168, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-sharing-our-knowledge .block-text-and-image {
    margin-top: 2rem;
  }
  /* line 170, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-sharing-our-knowledge .block-text-and-image .text-and-image-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
    align-items: center;
    padding-top: 1rem;
  }
  /* line 179, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-sharing-our-knowledge .block-text-and-image .text-and-image-grid .text-and-image-text .tai-subheading {
    font-size: 25px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #E95E0B;
  }
  /* line 185, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-sharing-our-knowledge .block-text-and-image .text-and-image-grid .text-and-image-text .tai-heading {
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    font-family: "Literata", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #23473E;
    margin-bottom: 2rem;
  }
  /* line 193, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-sharing-our-knowledge .block-text-and-image .text-and-image-grid .text-and-image-text .tai-body {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
  }
  /* line 198, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-sharing-our-knowledge .block-text-and-image .text-and-image-grid .text-and-image-text .tai-cta {
    margin-top: 2rem;
  }
  /* line 209, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-sharing-our-knowledge #featured-article {
    margin-top: 2rem;
  }
  /* line 211, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-sharing-our-knowledge #featured-article #featured-article-grid {
    background-color: #CDE8E7;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
    align-items: center;
  }
  /* line 218, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-sharing-our-knowledge #featured-article #featured-article-grid .article-details {
    padding: 0 1rem;
    padding-bottom: 1rem;
  }
  /* line 221, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-sharing-our-knowledge #featured-article #featured-article-grid .article-details .article-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    font-family: "Literata", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #23473E;
  }
  /* line 228, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-sharing-our-knowledge #featured-article #featured-article-grid .article-details .article-summary {
    padding-top: 2rem;
  }
  /* line 232, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-sharing-our-knowledge #featured-article #featured-article-grid .article-details .outline-btn {
    margin-top: 2rem;
  }
  /* line 239, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-sharing-our-knowledge #articles-grid {
    padding-top: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
  }
  /* line 245, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-sharing-our-knowledge #articles-grid .article-item {
    background-color: #CDE8E7;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
  /* line 252, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-sharing-our-knowledge #articles-grid .article-item .project-thumbnail img {
    width: 100%;
  }
  /* line 257, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-sharing-our-knowledge #articles-grid .article-item .article-details {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  /* line 264, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-sharing-our-knowledge #articles-grid .article-item .article-details .article-title {
    font-size: 24px;
    line-height: 28px;
    font-family: "Literata", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 500;
    color: #23473E;
  }
  /* line 272, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-sharing-our-knowledge #articles-grid .article-item .article-details .article-summary {
    margin-top: 1rem;
  }
  /* line 276, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .page-template-page-sharing-our-knowledge #articles-grid .article-item .article-details .outline-btn {
    margin-top: 1rem;
  }
  /* line 286, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .single-project .block-text-and-image-alt .text-and-image-grid, .single .block-text-and-image-alt .text-and-image-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
    padding: 0;
    align-items: center;
  }
  /* line 294, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .single-project .block-text-and-image-alt .text-and-image-grid .text-and-image-text, .single .block-text-and-image-alt .text-and-image-grid .text-and-image-text {
    padding: 1rem;
  }
  /* line 296, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .single-project .block-text-and-image-alt .text-and-image-grid .text-and-image-text .tai-subheading, .single .block-text-and-image-alt .text-and-image-grid .text-and-image-text .tai-subheading {
    font-size: 25px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #fff;
  }
  /* line 302, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .single-project .block-text-and-image-alt .text-and-image-grid .text-and-image-text .tai-heading, .single .block-text-and-image-alt .text-and-image-grid .text-and-image-text .tai-heading {
    margin-top: 1rem;
    font-weight: 500;
    font-size: 70px;
    line-height: 80px;
    font-family: "Literata", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #fff;
  }
  /* line 310, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .single-project .block-text-and-image-alt .text-and-image-grid .text-and-image-text .tai-body, .single .block-text-and-image-alt .text-and-image-grid .text-and-image-text .tai-body {
    margin-top: 2rem;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
  }
  /* line 316, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1029down.scss */
  .single-project .block-text-and-image-alt .text-and-image-grid .text-and-image-text .tai-cta, .single .block-text-and-image-alt .text-and-image-grid .text-and-image-text .tai-cta {
    margin-top: 3rem;
  }
}

/*********************
TWEENER
This targets some trickier 'tweener' devices like large
tablets. You probably won't need to add too much to this stylesheet.
If you're not using it, delete it.
*********************/
@media only screen and (min-width: 900px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tweener Stylsheet

This is for some trickier in-between 'tweener' sizes like larger 
tablets.

******************************************************************/
}

/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.

At this breakpoint you can start setting things like max-width for
your content. Or go full-width. Like Nas said: "The world is yours!"

******************************************************************/
  /* line 15, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  p {
    font-size: 20px;
    line-height: 30px;
  }
  /* line 30, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  #prefooter {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #fff;
    padding: 3rem 6rem;
  }
  /* line 37, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  #prefooter #prefooter-logos {
    grid-column: 2/-1;
    display: flex;
    justify-content: flex-end;
    padding: 2rem 0;
  }
  /* line 43, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  #prefooter #prefooter-logos img {
    margin-left: 5rem;
    width: 150px;
    height: auto;
    filter: url(filters.svg#grayscale);
    /* Firefox 3.5+ */
    filter: gray;
    /* IE5+ */
    -webkit-filter: grayscale(1);
    /* Webkit Nightlies & Chrome Canary */
  }
  /* line 56, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .single-project .block-text-and-image-alt .text-and-image-grid, .single .block-text-and-image-alt .text-and-image-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5rem;
    padding: 6rem 0;
    align-items: center;
    padding-right: 6rem;
  }
  /* line 66, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .single-project .block-text-and-image-alt .text-and-image-grid .text-and-image-text .tai-subheading, .single .block-text-and-image-alt .text-and-image-grid .text-and-image-text .tai-subheading {
    font-size: 25px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #fff;
  }
  /* line 72, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .single-project .block-text-and-image-alt .text-and-image-grid .text-and-image-text .tai-heading, .single .block-text-and-image-alt .text-and-image-grid .text-and-image-text .tai-heading {
    margin-top: 1rem;
    font-size: 70px;
    line-height: 80px;
    font-family: "Literata", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 500;
    color: #fff;
  }
  /* line 80, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .single-project .block-text-and-image-alt .text-and-image-grid .text-and-image-text .tai-body, .single .block-text-and-image-alt .text-and-image-grid .text-and-image-text .tai-body {
    margin-top: 2rem;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
  }
  /* line 86, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .single-project .block-text-and-image-alt .text-and-image-grid .text-and-image-text .tai-cta, .single .block-text-and-image-alt .text-and-image-grid .text-and-image-text .tai-cta {
    margin-top: 3rem;
  }
  /* line 97, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-sharing-our-knowledge .block-text-and-image {
    margin-top: 5rem;
  }
  /* line 99, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-sharing-our-knowledge .block-text-and-image .text-and-image-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5rem;
    align-items: center;
    padding-top: 5rem;
  }
  /* line 108, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-sharing-our-knowledge .block-text-and-image .text-and-image-grid .text-and-image-text .tai-subheading {
    font-size: 25px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #E95E0B;
  }
  /* line 114, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-sharing-our-knowledge .block-text-and-image .text-and-image-grid .text-and-image-text .tai-heading {
    font-size: 70px;
    line-height: 80px;
    font-family: "Literata", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 500;
    color: #23473E;
    margin-bottom: 80px;
  }
  /* line 122, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-sharing-our-knowledge .block-text-and-image .text-and-image-grid .text-and-image-text .tai-body {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
  }
  /* line 127, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-sharing-our-knowledge .block-text-and-image .text-and-image-grid .text-and-image-text .tai-cta {
    margin-top: 80px;
  }
  /* line 138, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-sharing-our-knowledge .instagram-feed {
    padding: 0 6rem;
  }
  /* line 140, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-sharing-our-knowledge .instagram-feed .instagram-subheading {
    font-size: 25px;
    line-height: 30px;
    color: #E95E0B;
  }
  /* line 145, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-sharing-our-knowledge .instagram-feed .instagram-heading {
    font-size: 70px;
    line-height: 80px;
    color: #23473E;
    margin-top: 1rem;
  }
  /* line 152, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-sharing-our-knowledge .instagram-feed .instagram-grid {
    margin-top: 5rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.5rem;
  }
  /* line 158, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-sharing-our-knowledge .instagram-feed .instagram-grid .instagram-post {
    background-color: #23473E;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
  }
  /* line 169, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-sharing-our-knowledge #featured-article {
    margin-top: 5rem;
  }
  /* line 171, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-sharing-our-knowledge #featured-article #featured-article-grid {
    background-color: #CDE8E7;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5rem;
    padding: 3rem 6rem;
    align-items: center;
  }
  /* line 181, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-sharing-our-knowledge #featured-article #featured-article-grid .article-details .article-title {
    font-size: 70px;
    line-height: 80px;
    font-family: "Literata", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 500;
    color: #23473E;
  }
  /* line 188, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-sharing-our-knowledge #featured-article #featured-article-grid .article-details .article-summary {
    padding-top: 2rem;
  }
  /* line 192, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-sharing-our-knowledge #featured-article #featured-article-grid .article-details .outline-btn {
    margin-top: 2rem;
  }
  /* line 199, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-sharing-our-knowledge #articles-grid {
    padding-top: 5rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.5rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }
  /* line 207, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-sharing-our-knowledge #articles-grid .article-item {
    background-color: #CDE8E7;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
  /* line 214, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-sharing-our-knowledge #articles-grid .article-item .article-thumbnail img {
    width: 100%;
  }
  /* line 219, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-sharing-our-knowledge #articles-grid .article-item .article-details {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  /* line 226, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-sharing-our-knowledge #articles-grid .article-item .article-details .article-title {
    font-size: 24px;
    line-height: 28px;
    font-family: "Literata", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 500;
    color: #23473E;
  }
  /* line 234, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-sharing-our-knowledge #articles-grid .article-item .article-details .article-summary {
    margin-top: 1rem;
  }
  /* line 238, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-sharing-our-knowledge #articles-grid .article-item .article-details .outline-btn {
    margin-top: 1rem;
  }
  /* line 248, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-projects .block-hero-image {
    display: flex;
  }
  /* line 250, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-projects .block-hero-image .hero-image {
    width: 100%;
    padding-bottom: 44.79167%;
    position: relative;
    background-repeat: no-repeat, no-repeat;
    background-position: center left, center center;
    background-size: contain, cover;
  }
  /* line 46, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_mixins.scss */
  .page-template-page-projects .block-hero-image .hero-image .hero-image-inner {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  /* line 257, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-projects .block-hero-image .hero-image .hero-image-inner {
    padding: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  /* line 263, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-projects .block-hero-image .hero-image .hero-image-inner .hero-image-subheading {
    font-size: 25px;
    line-height: 30px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #fff;
  }
  /* line 269, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-projects .block-hero-image .hero-image .hero-image-inner .hero-image-heading {
    font-size: 40px;
    color: #fff;
    line-height: 40px;
    font-family: "Literata", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 500;
  }
  /* line 280, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-projects .projects-intro .projects-intro-inner p {
    padding-top: 5rem;
    font-family: "Literata", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    max-width: 75%;
    text-align: center;
    margin: 0 auto;
  }
  /* line 292, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-projects #project-articles-grid {
    margin-top: 7.5rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.5rem;
    padding: 0 6rem;
  }
  /* line 300, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-projects #project-articles-grid .featured-video {
    background-color: #23473E;
    grid-column: span 2;
    padding: 1.5rem;
  }
  /* line 304, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-projects #project-articles-grid .featured-video .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
  /* line 304, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-projects #project-articles-grid .featured-video .embed-container iframe, .page-template-page-projects #project-articles-grid .featured-video .embed-container object, .page-template-page-projects #project-articles-grid .featured-video .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* line 307, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-projects #project-articles-grid .featued-quote-block {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  /* line 313, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-projects #project-articles-grid .featued-quote-block .quote-icon-open {
    width: 40px;
    justify-self: flex-start;
    align-self: center;
  }
  /* line 320, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-projects #project-articles-grid .featued-quote-block .quote-text {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-family: "Literata", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 500;
    color: #23473E;
    font-size: 36px;
    line-height: 45px;
    max-width: 80%;
    justify-self: center;
    align-self: center;
  }
  /* line 333, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-projects #project-articles-grid .featued-quote-block .quote-icon-close {
    width: 40px;
    justify-self: flex-end;
    align-self: center;
  }
  /* line 341, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-projects #project-articles-grid .project-article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  /* line 346, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-projects #project-articles-grid .project-article.residential {
    background-color: #6EA178;
  }
  /* line 350, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-projects #project-articles-grid .project-article.commercial {
    background-color: #23473E;
  }
  /* line 353, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-projects #project-articles-grid .project-article .project-summary {
    padding: 1em;
    color: #fff;
  }
  /* line 358, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-projects #project-articles-grid .project-article .project-summary .project-title {
    font-size: 24px;
    line-height: 28px;
  }
  /* line 362, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1030up.scss */
  .page-template-page-projects #project-articles-grid .project-article .project-summary .project-location {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
}

/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Larger Laptop + Desktop

You can add some advanced styles for larger devices here if you like. 

******************************************************************/
  /* line 11, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1240up.scss */
  #inner-header, #inner-footer .wrap {
    max-width: calc(100% - 12rem);
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1239px) {
  /******************************************************************
Site Name: 
Author:

Stylesheet: Smaller Desktops + Tablets

This stylesheet affects desktops and some tablets but often I find
that 1029px and below is a good breakpoint for showing a mobile 
hamburger menu so you can add styles for that here.

I find it easier to do it this way than to have to override base styles.

******************************************************************/
  /* line 16, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1239down.scss */
  #inner-header .contact-button {
    margin-right: 2rem;
  }
}

/*********************
HIMALAYA XL 9000 SIZE
This is for super ginormous monitors like your one friend has.
*********************/
@media only screen and (min-width: 1600px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here for extra large monitors.

******************************************************************/
  /* line 15, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/breakpoints/_1600up.scss */
  #inner-header, #inner-footer, .wrap {
    max-width: calc(100% - 12rem);
    margin: 0 auto;
  }
}

/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. You probably don't need to edit much
in here but if you want to, do your thang.

Adapted from here:
https://www.noupe.com/design/css-perfect-print-stylesheet-98272.html

Updated 2018-05-25

******************************************************************/
}

@media print {
  /* line 19, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -ms-filter: none !important;
    filter: none !important;
  }
  /* Setting content width, unsetting floats and margins */
  /* Attention: the classes and IDs vary from theme to theme. Thus, set own classes here */
  /* line 29, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_print.scss */
  #content {
    width: 100%;
    margin: 0;
    float: none;
  }
  /** Setting margins */
  @page {
    margin: 2cm;
  }
  /* Or: */
  @page :left {
    margin: 1cm;
  }
  @page :right {
    margin: 1cm;
  }
  /* The first page of a print can be manipulated as well */
  @page :first {
    margin: 1cm 2cm;
  }
  /* Set font to 16px/13pt, set background to white and font to black.*/
  /* This saves ink */
  /* line 56, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_print.scss */
  body {
    font-size: 13pt;
    line-height: 1.3;
    background: #fff !important;
    color: #000;
  }
  /* line 63, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_print.scss */
  h1 {
    font-size: 24pt;
  }
  /* line 67, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_print.scss */
  h2, h3, h4 {
    font-size: 14pt;
    margin-top: 25px;
  }
  /* line 72, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  /* Defining all page breaks */
  /* line 78, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_print.scss */
  a {
    page-break-inside: avoid;
  }
  /* line 82, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_print.scss */
  blockquote {
    page-break-inside: avoid;
  }
  /* line 86, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_print.scss */
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  /* line 91, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_print.scss */
  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
  /* line 96, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_print.scss */
  table, pre {
    page-break-inside: avoid;
  }
  /* line 100, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_print.scss */
  ul, ol, dl {
    page-break-before: avoid;
  }
  /* line 104, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 109, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_print.scss */
  thead {
    display: table-header-group;
  }
  /* Displaying link color and link behaviour */
  /* line 114, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_print.scss */
  a:link, a:visited, a {
    background: transparent;
    color: #0088cc;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
  }
  /* line 122, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_print.scss */
  a[href^=http]:after {
    content: " < " attr(href) "> ";
  }
  /* line 126, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_print.scss */
  article a[href^="#"]:after {
    content: "";
  }
  /* line 130, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_print.scss */
  a:not(:local-link):after {
    content: " < " attr(href) "> ";
  }
  /**
    * Making intergated videos disappear, and removing the iframes' whitespace to zero. 
    */
  /* line 137, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_print.scss */
  .entry-content iframe, ins {
    display: none;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
    white-space: nowrap;
  }
  /* line 146, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_print.scss */
  .embed-youtube, .embed-responsive, .embed-container {
    display: none;
    position: absolute;
    height: 0;
    overflow: hidden;
  }
  /* Hiding unnecessary elements for the print */
  /* line 154, ../../../../MAMP/htdocs/greenheartuk.com/wp-content/themes/greenheart/library/scss/partials/_print.scss */
  #header-widgets, nav, aside,
  .sidebar, .content-ads, .make-comment, .author-bio,
  .heading, .related-posts, #decomments-form-add-comment,
  #breadcrumbs, #footer, .post-byline, .byline, .meta-single,
  .site-title img, .post-tags, .readability, .sidebar, .page-navigation, .wp-prev-next,
  .respond-form {
    display: none;
  }
}

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