/*!
Theme Name: Fixeroo
Theme URI: http://underscores.me/
Author: Design by Kieran
Author URI: https://designbykieran.co.uk/
Description: Custom theme for Fixeroo
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fixeroo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Fixeroo is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

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

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

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--black);
  font-size: 1rem;
  line-height: 1.5;
}

h1,
.h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-blue);
  line-height: 1.1;
  clear: both;
}

p {
  margin-bottom: 1.5em;
  line-height: 1.8;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: var(--light-green);
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 40px 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex='-1']:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Foundation
--------------------------------------------------------------*/

.grid-container {
  padding-right: 18px;
  padding-left: 18px;
  max-width: 84rem;
  margin: 0 auto;
}
.grid-container.fluid {
  padding-right: 18px;
  padding-left: 18px;
  max-width: 100%;
  margin: 0 auto;
  @media (min-width: 50em) {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.cell.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink,
.grid-x > .small-full,
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media print, screen and (min-width: 50em) {
  .grid-x > .medium-shrink,
  .grid-x > .medium-full,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink,
  .grid-x > .large-full,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .grid-container.fluid {
    padding-right: 60px;
    padding-left: 60px;
  }
  .grid-container.full .cell {
    padding-right: 18px;
    padding-left: 18px;
  }
}

.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.33333%;
}

.grid-x > .small-2 {
  width: 16.66667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.33333%;
}

.grid-x > .small-5 {
  width: 41.66667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.33333%;
}

.grid-x > .small-8 {
  width: 66.66667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.33333%;
}

.grid-x > .small-11 {
  width: 91.66667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 50em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  .grid-x > .medium-2 {
    width: 16.66667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333%;
  }
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  .grid-x > .medium-8 {
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333%;
  }
  .grid-x > .large-2 {
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    width: 41.66667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333%;
  }
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -18px;
  margin-right: -18px;
}
.grid-margin-x > .cell {
  width: calc(100% - 1.875rem);
  margin-left: 18px;
  margin-right: 18px;
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.875rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.875rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.875rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.875rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.875rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.875rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.875rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.875rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.875rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.875rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.875rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.875rem);
}
@media print, screen and (min-width: 50em) {
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -18px;
  margin-left: -18px;
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -18px;
  margin-left: -18px;
}

.grid-padding-x > .cell {
  padding-right: 18px;
  padding-left: 18px;
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66667%;
}

.small-up-7 > .cell {
  width: 14.28571%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 50em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.33333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.33333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66667%;
  }
  .large-up-7 > .cell {
    width: 14.28571%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.875rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.875rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.875rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.875rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.875rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.875rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.875rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.875rem);
}

@media print, screen and (min-width: 50em) {
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media print, screen and (min-width: 80em) {
  .grid-margin-x.really-large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
}

.align-center-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.align-apart-middle {
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.align-apart-top {
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
}

.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-bottom {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

@media print, screen and (min-width: 50em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .align-responsive {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .align-responsive {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 49.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 50em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 50em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 49.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 50em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 49.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

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

@media print, screen and (min-width: 50em) {
  .medium-text-center {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Slider Base Styles
--------------------------------------------------------------*/

.slider {
  overflow: hidden;
}
.slider-container {
  display: flex;
}
.slide {
  flex: 0 0 100%;
  min-width: 0;
}

.slider-navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.slider-navigation-buttons {
  display: flex;
  gap: 12px;
}

.slider-progress-bar {
  height: 5px;
  border-radius: 20px;
  background: var(--background-grey);
  position: relative;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  left: 46px;
}

.slider-progress-element {
  border-radius: 20px;
  width: 40%;
  height: 100%;
  background: var(--green);
}

/* Small only */
@media screen and (max-width: 49.9375em) {
  .slider-navigation {
    justify-content: center;
    flex-direction: column;
  }
  .slider-progress-bar {
    left: unset;
  }
  .slider-navigation-buttons {
    gap: 10px;
    margin-top: 10px;
  }
  .slider-navigation a.button {
    order: 3;
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
# Fixeroo
--------------------------------------------------------------*/

:root {
  --green: #1e5934;
  --light-green: #d8e5dc;
  --black: #0b140e;
  --background-grey: #f5f5f5;
  --custom-ease: cubic-bezier(0.645, 0.045, 0.355, 1);
}

html,
body {
  scroll-behavior: smooth;
  font-family: recursive-mono-linear-static, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1,
.h1,
h2,
h3,
h4 {
  font-family: nexa, sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
}

p {
  line-height: 1.55;
}

a {
  color: var(--green);
  text-decoration: none;
  transition: color 300ms var(--custom-ease);
  font-weight: 700;
  &:hover {
    color: var(--green);
  }
}

.section-padding {
  padding: 30px 0;
  @media (min-width: 50em) {
    padding: 50px 0;
  }
  @media (min-width: 64em) {
    padding: 80px 0;
  }
}

button,
.button,
input[type='submit'],
.main-navigation .contact-button {
  display: block;
  width: fit-content;
  background: var(--green);
  color: var(--light-green);
  border: none;
  outline: none;
  font-weight: 700;
  padding: 11px 25px;
  text-decoration: none;
  transition: all 300ms ease;
  cursor: pointer;
  a {
    text-decoration: none;
    color: var(--light-green);
  }
  &:hover {
    opacity: 0.85;
    color: white !important;
  }
}

img {
  display: block;
}

.heading-lockup {
  h4 {
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    color: var(--green);
  }
  h2 {
    font-size: 2.8rem;
    margin-top: 5px;
    color: var(--green);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
  background: var(--light-green);
  padding-top: 25px;
  padding-bottom: 15px;
  @media (min-width: 50em) {
    padding-top: 40px;
    padding-bottom: 0px;
  }
}

.site-header svg {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  @media (min-width: 50em) {
    width: 400px;
  }
}

.main-navigation ul {
  position: relative;
  z-index: 2;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  @media (min-width: 64em) {
    gap: 50px;
  }
  @media (max-width: 49.99875em) {
    display: none;
  }
}

/*--------------------------------------------------------------
# top-header
--------------------------------------------------------------*/

.top-header {
  background: var(--light-green);
  color: var(--green);
  @media (min-width: 50em) {
    height: calc(100vh - 104.2px);
    min-height: 700px;
    .grid-container {
      height: 100%;
      display: flex;
      align-items: center;
    }
  }
}

.top-header-text {
  max-width: 700px;
  position: relative;
  z-index: 1;
  @media (min-width: 50em) {
    margin-bottom: 100px;
  }
  @media (max-width: 49.99875em) {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.top-header-text h2 {
  margin-top: 0;
  @media (min-width: 50em) {
    font-size: 3.2rem;
  }
}

.top-header-text p {
  @media (min-width: 50em) {
    font-size: 1.5rem;
  }
}

.header-contact {
  display: flex;
  align-items: stretch;
  @media (min-width: 50em) {
    margin-top: 50px;
    select {
      border-right: none;
    }
  }
  @media (max-width: 49.99875em) {
    flex-direction: column;
    select {
      border-bottom: none;
    }
  }
  .button {
    width: 350px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    @media (max-width: 49.99875em) {
      width: 100%;
    }
  }
}

input,
textarea,
select {
  border: 2px solid var(--green);
  padding: 12px 15px;
  transition: all 300ms var(--custom-ease);
  width: 100%;
  background: white;
  -webkit-border-radius: 0;
  &:focus {
    border-color: var(--green);
    outline: none;
  }
}

input[type='submit'] {
  width: 100%;
}

input::placeholder {
  color: var(--green);
  opacity: 1;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: var(--green);
  border: none;
  color: var(--light-green);
  font-weight: 500;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

/*--------------------------------------------------------------
# image-grid
--------------------------------------------------------------*/

.page {
  position: relative;
}

.top-header-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  @media (min-width: 50em) {
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(3, 1fr);
    min-height: 700px;
  }
  @media (max-width: 49.99875em) {
    position: static;
    margin-left: -18px;
  }
  img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    max-width: 100%;
    object-fit: cover;
    box-shadow: 0 0 55px 0px #1e593451;
    transition: all 1000ms var(--custom-ease);
    opacity: 0;
    transform: scale(0.7);
    mix-blend-mode: multiply;
    /* overflow: visible; */
    &.visible {
      opacity: 0.8;
      transform: scale(1);
      @media (min-width: 50em) {
        &:hover {
          opacity: 1;
          transform: scale(2);
          mix-blend-mode: normal;
          z-index: 1;
        }
      }
    }
  }

  /* Desktop only transform origins for directional expansion */
  @media (min-width: 50em) {
    /* Corners - expand diagonally */
    img.corner-top-left {
      transform-origin: left top;
    }

    img.corner-top-right {
      transform-origin: right top;
    }

    img.corner-bottom-left {
      transform-origin: left bottom;
    }

    img.corner-bottom-right {
      transform-origin: right bottom;
    }

    /* Top row - expand down */
    img.row-top {
      transform-origin: center top;
    }

    /* Bottom row - expand up */
    img.row-bottom {
      transform-origin: center bottom;
    }

    /* First column - expand right */
    img.col-left {
      transform-origin: left center;
    }

    /* Last column - expand left */
    img.col-right {
      transform-origin: right center;
    }
  }
}

/*--------------------------------------------------------------
# services
--------------------------------------------------------------*/

.services-section {
  background: linear-gradient(180deg, var(--light-green) 0%, white 30%);
  h2 {
    margin-top: 30px;
    margin-bottom: 0px;
    text-align: center;
    color: var(--green);
    @media (min-width: 50em) {
      font-size: 3rem;
      margin-top: 0px;
      margin-bottom: 60px;
      text-align: left;
    }
  }
}

.services-section .cell {
  &:last-child {
    margin-bottom: 0;
  }
  @media (min-width: 50em) {
    margin-bottom: 36px;
    &:nth-last-child(-n + 3) {
      margin-bottom: 0;
    }
  }
  .service-item {
    background-image: url('images/paint-box-1.png');
  }
  &:nth-of-type(4n + 2) .service-item {
    background-image: url('images/paint-box-2.png');
  }
  &:nth-of-type(4n + 3) .service-item {
    background-image: url('images/paint-box-3.png');
  }
  &:nth-of-type(4n + 4) .service-item {
    background-image: url('images/paint-box-4.png');
  }
}

.service-item {
  padding: 50px 30px;
  padding-left: 100px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  color: var(--green);
  height: 100%;
  position: relative;
  overflow: hidden;
  p,
  h3 {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
  }
  h3 {
    margin-bottom: 10px;
  }
  svg {
    fill: var(--green);
    width: 55px;
    height: auto;
    position: absolute;
    left: 20px;
    top: 48px;
    z-index: 0;
    z-index: 0;
    opacity: 1;
  }
}

.learn-more-link {
  display: block;
  margin-left: auto;
  width: fit-content;
  cursor: pointer;
}

/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/

.about-section {
  background: var(--black);
  color: var(--light-green);
  h2 {
    margin-top: 0;
    @media (min-width: 50em) {
      font-size: 3rem;
      margin-bottom: 60px;
    }
  }
  .company-about {
    max-width: 900px;
    p {
      a {
        color: var(--light-green);
        text-decoration: underline;
      }
      @media (min-width: 50em) {
        font-size: 1.2rem;
      }
    }
  }
}

.people-container {
  @media (min-width: 50em) {
    margin-top: 50px;
  }
  @media (min-width: 64em) {
    margin-top: 80px;
  }
  @media (max-width: 49.99875em) {
    .cell:first-of-type {
      margin-bottom: 20px;
    }
  }
}

.person-item {
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px;
  gap: 30px;
  border: 1px solid var(--light-green);
  height: 100%;
  @media (min-width: 50em) {
    padding: 30px;
  }
  img {
    width: 100px;
    height: 100px;
    display: block;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--light-green);
    @media (max-width: 49.99875em) {
      width: 50px;
      height: 50px;
    }
  }
  h3 {
    margin: 0;
  }
  p:last-of-type {
    margin-bottom: 0;
  }
  @media (max-width: 49.99875em) {
    flex-direction: column;
    position: relative;
    img {
      margin-bottom: 15px;
      position: absolute;
      top: 20px;
      left: 20px;
    }
    h3 {
      padding-left: 70px;
      margin-top: 15px;
      margin-bottom: 30px;
    }
  }
}

/*--------------------------------------------------------------
# catchment-section
--------------------------------------------------------------*/

.catchment-section {
  background: var(--background-grey);
  color: var(--green);
  position: relative;
  .grid-x {
    position: relative;
    z-index: 1;
  }
  h2 {
    @media (min-width: 50em) {
      font-size: 3rem;
      margin-bottom: 60px;
      margin-top: 0;
    }
  }
}

.section-bg-top {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.catchment-copy ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  li {
    background: var(--green);
    color: var(--light-green);
    padding: 10px;
  }
  @media (max-width: 49.99875em) {
    font-size: 15px;
    gap: 10px;
    li {
      padding: 7px;
    }
  }
}

@media screen and (min-width: 70rem) {
  .grid-x > .extra-large-4 {
    width: 33.3333%;
  }
  .grid-x > .extra-large-8 {
    width: 66.6667%;
  }
}

@media screen and (max-width: 49.99875em) {
  .map-container {
    margin-top: 40px;
    margin-bottom: -35px;
  }
}

/*--------------------------------------------------------------
# contact-panel
--------------------------------------------------------------*/

.contact-panel {
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
  color: var(--green);
  @media (min-width: 50em) {
    padding-bottom: 50px;
  }
  text-align: center;
  p {
    font-size: 1.5rem;
    margin: 0;
    margin-bottom: 20px;
    a {
      font-weight: 700;
      color: var(--green);
      &:hover {
        color: white;
      }
    }
  }
  .h1 {
    margin: 0;
    &:hover {
      color: white;
    }
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
  background: linear-gradient(180deg, var(--background-grey) 0%, var(--light-green) 100%);
  color: var(--light-green);
  position: relative;
  padding-bottom: 0 !important;
  .grid-container {
    position: relative;
    z-index: 1;
  }
  svg {
    @media (min-width: 50em) {
      width: 400px;
      display: block;
      margin-left: auto;
    }
  }
  .section-bg-top {
    top: unset;
    bottom: 0;
    transform: rotate(180deg);
  }
}

.footer-separator {
  margin: 0;
  background-color: var(--green);
  height: 2px;
  margin-bottom: 30px;
  @media (min-width: 50em) {
    margin-bottom: 50px;
  }
}

.social-icons-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  a {
  }
}

.footer-logo-link {
  display: block;
  width: fit-content;
  @media (min-width: 50em) {
    margin-left: auto;
  }
}

.sub-footer {
  color: var(--black);
  font-size: 0.9rem;
  padding-top: 30px;
  padding-bottom: 30px;
  @media (min-width: 50em) {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  p {
    margin: 0;
  }
}

/*--------------------------------------------------------------
# Contact Modal & Service Modal
--------------------------------------------------------------*/

.body-darken {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #c9dfd17b;
  backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms var(--custom-ease);
  z-index: 10;
}

.body-darken.enabled {
  opacity: 1;
  pointer-events: all;
}

#contact-modal,
#service-modal {
  display: none;
  pointer-events: none;
  z-index: 11;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  width: 90%;
  max-width: 970px;
  height: fit-content;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 0 55px 0px #1e593451;
  outline: none !important;
  @media (min-width: 50em) {
    border: 2px solid var(--green);
  }
  @media (max-width: 49.99875em) {
    width: 100vw;
    height: 100dvh;
    max-height: 100dvh;
  }
}

#contact-modal.open,
#service-modal.open {
  display: block;
  pointer-events: all;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.modal-header {
  padding: 20px 18px;
  background: var(--green);
  color: var(--light-green);
  position: relative;
  h1 {
    margin: 0;
    max-width: calc(100% - 30px);
  }
  @media (min-width: 50em) {
    padding: 20px 30px;
  }
}

.modal-header svg,
svg.toggle-service {
  position: absolute;
  top: 21px;
  right: 15px;
  cursor: pointer;
  z-index: 2;
  @media (min-width: 50em) {
    top: 15px;
  }
}

.form-container,
.service-content {
  padding: 20px 18px 10px;
  background: var(--light-green);
  @media (min-width: 50em) {
    padding: 20px 30px 10px;
  }
}

.wpcf7-form p {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  flex-direction: column;
  &:last-of-type {
    margin: 0;
    gap: 5px;
  }
  br {
    display: none;
  }
  @media (min-width: 50em) {
    gap: 20px;
    flex-direction: row;
    span:not(.wpcf7-spinner) {
      flex: 0 0 calc(50% - 10px);
    }
    span[data-name='service'],
    span[data-name='message'],
    span[data-name='marketing-consent'] {
      flex: 0 0 100%;
      span {
        flex: 0 0 100%;
      }
    }
    textarea {
      height: 100px;
    }
  }
}

.wpcf7-list-item {
  display: flex;
  align-items: center;
  flex: 0 0 100% !important;
  gap: 10px;
  margin: 0;
}

input[type='checkbox'] {
  width: auto;
  min-width: 15px;
}

#service-modal .service-content {
  p,
  ul {
    margin-bottom: 15px;
    &:last-of-type {
      margin-bottom: 0;
    }
  }
}

.service-content:has(.service-image) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  @media (max-width: 49.99875em) {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .service-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 492px;
    margin-bottom: 10px;
  }
}

.wpcf7-spinner {
  margin-left: auto;
  margin-right: auto;
  background: var(--green);
}

/*--------------------------------------------------------------
# Privacy Policy
--------------------------------------------------------------*/

.privacy-policy header {
  padding-bottom: 30px;
  @media (min-width: 50em) {
    padding-bottom: 40px;
  }
}
