<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/css/screen.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
/**
 * Primary theme stylesheet, which is used for both the front end and the
 * editor. Note that it is named `screen.scss` instead of `style.scss` because
 * `wp-scripts` renames that file to `style-index.scss`. But, it's also an
 * easy way to differentiate it from `print.scss`, which I'll totally add one
 * day. I promise.
 *
 * @package griffin-chapman
 * @author  Adam Chamberlin
 * @link    https://mackman.co.uk
 */
/* Core Styling */
/**
 * Core styling
 *
 * @package griffin-chapman
 * @author  Adam Chamberlin
 * @link    https://mackman.co.uk
 */
details p {
  padding: var(--wp--preset--spacing--40);
}

/* Hero */
.hero-wrapper {
  flex-direction: row;
  display: flex;
  /*justify-content: flex-start;*/
  align-items: stretch !important;
}

.hero-content {
  width: 60%;
  max-width: 910px;
}

.hero-image-wrapper {
  display: block;
  width: 40%;
  position: relative;
}

figure.hero-image {
  height: 100%;
  width: 100% !important;
  position: relative;
}

.hero-image img, .hero-image picture {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/* Navigation styling */
/**
 * Navigation styling
 *
 * @package griffin-chapman
 * @author  Adam Chamberlin
 * @link    https://mackman.co.uk
 */
/* Mega Menu */
li.is-current a {
  border-bottom: none !important;
}

button.gw-mm__toggle {
  border: none;
  padding: 10px;
  display: flex;
  align-items: center;
  background-color: var(--wp--preset--color--contrast) !important;
  font-size: 16px;
  cursor: pointer;
  color: white;
}

.gw-mm-item__link {
  position: relative;
}

li.is-current a {
  border-bottom: 3px solid var(--wp--preset--color--primary);
}

ul.list-lined {
  padding: 0px;
  list-style: none;
}

ul.list-lined li {
  padding: 10px 0px;
  border-bottom: 1px #c1c1c1 solid;
}

.sub-menu-basic .gw-mm-item__dropdown-wrapper {
  left: -20px !important;
  width: 400px !important;
}

.show-on-mobile {
  display: none;
}

/* Forms */
/**
 * Form styling
 *
 * @package griffin-chapman
 * @author  Adam Chamberlin
 * @link    https://mackman.co.uk
 */
.wpcf7 * {
  margin: 0;
}
.wpcf7 label {
  display: none;
}
.wpcf7 input[type=text],
.wpcf7 input[type=tel],
.wpcf7 input[type=email] {
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  height: auto;
  line-height: 1.3em;
  padding: 10px;
}
.wpcf7 input[type=submit] {
  background-color: var(--wp--preset--color--contrast);
  color: #fff;
  font-size: 14px;
  font-family: inherit;
  font-weight: 500;
  width: auto;
  min-width: 100px;
  max-width: unset;
  height: auto;
  min-height: unset;
  max-height: unset;
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background-image: unset;
  line-height: 1.45em;
}
.wpcf7 textarea {
  width: 100%;
}

/* Media Queries */
/**
 * Mobile Media Queries
 *
 * @package griffin-chapman
 * @author  Adam Chamberlin
 * @link    https://mackman.co.uk
 */
.mobile-hide {
  padding: 0 !important;
}

.desktop-hide {
  display: none;
}

@media screen and (max-width: 800px) {
  /* Hero */
  .hero-off-page {
    padding-top: 0px !important;
    padding-bottom: 10px !important;
  }
  .hero-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap-reverse !important;
    padding-top: 30px;
  }
  .hero-content {
    width: 100% !important;
    max-width: 800px;
    order: 2;
    padding-top: var(--wp--preset--spacing--70) !important;
  }
  .hero-image-wrapper {
    display: block;
    width: 100% !important;
    min-height: auto;
  }
  figure.hero-image {
    height: 100%;
    width: 100%;
    position: relative;
  }
  .hero-image img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  figure.hero-image::after {
    display: none !important;
  }
  .hero-wrapper-right {
    flex-wrap: wrap !important;
  }
  .gw-mm__content &gt; li {
    padding: 10px 0;
  }
  .gw-mm-item__link a {
    display: block;
    padding: 10px;
    letter-spacing: 1px;
    color: var(--wp--preset--color--contrast) !important;
    font-size: 1.2rem;
  }
  .gw-mm.is-mobile .gw-mm__content {
    width: 100%;
    max-width: none;
    padding: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  .mega-container {
    padding: 10px !important;
  }
  button.gw-mm-item__toggle {
    position: absolute;
    width: 50%;
    height: 100%;
    cursor: pointer;
    right: 0px;
    text-align: right;
    color: var(--wp--preset--color--contrast) !important;
  }
  .gw-mm.is-mobile.is-opened .gw-mm__content-wrapper {
    margin-top: 25px;
  }
  .gw-mm-item__dropdown-content .wp-block-group {
    padding: 0px !important;
  }
  .show-on-mobile {
    display: block;
  }
}
@media screen and (max-width: 1060px) {
  .mobile-hide {
    display: none;
  }
  .desktop-hide {
    display: block;
  }
}

/*# sourceMappingURL=screen.css.map*/</pre></body></html>