@font-face {
  font-family: Gotham;
  src: url('../fonts/GothamBook.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/GothamMedium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

:root {
  --og: #f0d115;
  --ffde17: #f0d115;
  --black: black;
  --dim-grey-main: #57585b;
  --transimage: #0000003d;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 50px;
  margin-right: 50px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-store-home-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
}

.section.cc-store-home-wrap-inspiration {
  margin-left: 0;
  margin-right: -3px;
}

.section.hidden {
  display: none;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.container.hidden {
  display: none;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.style-2 {
  border: 2px solid var(--og);
  background-color: var(--og);
  color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.style-2:hover {
  border: 2px solid var(--ffde17);
  background-color: var(--black);
  color: #fff;
}

.button.cc-contact-us {
  z-index: 5;
  color: #000;
  cursor: default;
  background-color: #0000;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.main-contact-header-h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 20px;
}

.main-contact-header-h3.cc-styleguide-label {
  margin-bottom: 25px;
}

.main-contact-header-h3.cc-light {
  opacity: .6;
}

.main-contact-header-h3.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.main-contact-header-h3.center {
  text-align: center;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.project-main-text {
  opacity: 1;
  color: #000;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.project-main-text.name {
  color: gray;
  text-align: right;
  font-size: 17px;
}

.heading-jumbo {
  letter-spacing: 28px;
  text-transform: uppercase;
  margin-top: 5%;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 50px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
  width: auto;
  height: auto;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 20px 50px;
  box-shadow: -20px 2px 5px #0000000f;
}

.navigation.sticky {
  background-color: #fff;
  position: sticky;
  inset: 0% 0% auto;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Gotham, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.nav-logo-image {
  width: 100%;
  padding-right: 17px;
  display: block;
}

.navigation-items {
  clear: right;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.inspiration-header-home {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/Projects-1920-1080-01.jpg');
  background-position: 50% 36%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 420px;
  margin-bottom: 0;
  display: flex;
}

.inspiration-header-home.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  width: 80%;
  margin-bottom: 0;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 100%;
  margin: 75px auto;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.contact-details-wrap {
  margin-bottom: 35px;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-details-grid {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template: "."
  / 2fr 2fr;
  align-items: start;
  margin-top: 75px;
  margin-bottom: 75px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 100%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.container-about-home {
  width: 70%;
  height: auto;
  margin: 90px auto;
}

.button-style-1 {
  border: 2px solid var(--og);
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  font-size: 14px;
  font-weight: 500;
}

.button-style-1:hover {
  border-color: var(--og);
  background-color: var(--og);
  color: #fff;
}

.button-style-1.center {
  border-color: var(--dim-grey-main);
  color: #000;
  text-align: center;
  text-transform: capitalize;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.button-style-1.center:hover {
  background-color: var(--dim-grey-main);
  color: #fff;
}

.button-style-1.right-align {
  float: right;
  margin-left: auto;
}

.button-style-1.service-button {
  border-color: var(--dim-grey-main);
  color: #000;
  text-align: center;
  text-transform: capitalize;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.button-style-1.service-button:hover {
  background-color: var(--dim-grey-main);
  color: #fff;
}

.button-style-1.service-button.no-padding {
  border-color: var(--og);
  margin-top: 0;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
}

.button-style-1.service-button.no-padding:hover {
  background-color: var(--og);
}

.button-style-1.service-button.no-padding.centre {
  margin-left: auto;
}

.home-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/Home-hero-1920-1000-01.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 0;
  display: flex;
}

.div-block-19 {
  flex-wrap: wrap;
  place-content: flex-end center;
  align-items: center;
  width: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.div-block-photo-div {
  float: none;
  clear: none;
  text-align: center;
  flex: none;
  align-self: center;
  width: 25%;
  height: auto;
  margin: 25px;
  padding: 0 2px 0 0;
  display: block;
}

.gallery-images {
  border: 4px #fcfcfc;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.gallery-images:hover {
  transform: translate(0, -5px);
}

.inspiration-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/Inspiration-hero.jpg');
  background-position: 50% 69%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 620px;
  margin-bottom: 0;
  display: flex;
}

.section-about-home {
  margin-left: 30px;
  margin-right: 30px;
}

.section-about-home.cc-store-home-wrap, .section-hero-home, .section-hero-home.cc-store-home-wrap {
  margin-left: 50px;
  margin-right: 50px;
}

.section-hero-home.footer {
  background-color: var(--black);
}

.section-inspiration-home {
  margin-left: 30px;
  margin-right: 30px;
}

.section-inspiration-home.cc-store-home-wrap-inspiration {
  margin-left: 0;
  margin-right: -3px;
}

.section-hero-inspiration-home {
  margin-left: 30px;
  margin-right: 30px;
}

.section-hero-inspiration-home.cc-store-home-wrap {
  margin-left: 50px;
  margin-right: 50px;
}

.section-hero-inspiration-home.cc-store-home-wrap.hide {
  display: none;
}

.garden-room-icon-holder {
  flex: none;
  align-self: center;
  width: 180px;
  height: auto;
  margin-bottom: 15px;
  margin-left: 10%;
  margin-right: 10%;
  padding-left: 0;
  padding-right: 0;
}

.main-h3-header-center-20 {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
}

.image {
  width: 100%;
}

.image.sized {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.main-text-center-16-600-width {
  text-align: center;
  width: 600px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.main-text-center-16-600-width.left-align {
  text-align: left;
  margin-left: 0;
}

.main-text-center-16-600-width.less-padding {
  margin-bottom: 30px;
}

.features-div {
  background-color: #eee;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.features-column {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.main-h3-header-left-align-26 {
  text-align: left;
  margin: 0 auto 30px;
  padding-top: 0;
  padding-left: 50px;
  font-family: Gotham, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-22 {
  border: 1px solid #000;
  width: 10%;
  margin-left: 50px;
}

.main-text-17-left-align-padding-50-left {
  margin-top: 30px;
  padding-left: 50px;
  padding-right: 75px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.container-services-home {
  width: 70%;
  height: auto;
  margin: 0 auto;
}

.container-garden-rooms {
  width: 70%;
  height: auto;
  margin: 50px auto 0;
}

.container-garden-rooms.padding-bottom {
  margin-bottom: 30px;
}

.column {
  height: auto;
}

.container-projects {
  width: 70%;
  height: auto;
  margin: 50px auto 0;
}

.work-card-image {
  transform: scale(1.08);
}

.footer-logo-2 {
  opacity: 1;
  width: 300px;
  margin: 75px auto 50px;
  display: block;
}

.rencent-project-div {
  background-color: #0000;
  background-image: linear-gradient(#0000004a, #0000004a), url('../images/Sea-brook-1000-750-01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 85%;
  height: 22vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.rencent-project-div.tideways {
  background-image: linear-gradient(#00000052, #00000052), url('../images/Fernhill-1920-1000-01.jpg');
}

.rencent-project-div.newbuild {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/tideways-project-04-15.jpg');
}

.rencent-project-div._44-devon {
  background-image: linear-gradient(#00000059, #00000059), url('../images/44-devon-1000-664-01.jpg');
}

.recent-project-image {
  object-fit: cover;
  background-image: url('../images/tideways-project-04-15.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.button-style-2-button-float-project {
  color: #000;
  background-color: #0000;
  border: 2px solid #696969;
  font-size: 14px;
  font-weight: 500;
}

.button-style-2-button-float-project:hover {
  color: #fff;
  background-color: #a0a0a0;
}

.button-style-2-button-float-project.inspiration {
  z-index: 1000;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  border-color: #fff;
  width: 220px;
  height: auto;
  margin: auto;
  padding: 5px 7px;
  font-family: Open Sans, sans-serif;
  transition-property: none;
  display: block;
  position: static;
  inset: 0% 0% -10%;
}

.button-style-2-button-float-project.inspiration:hover {
  color: #000;
  background-color: #fff;
}

.main-h4-header-90-center {
  z-index: 1000;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 30px;
  margin: 0 auto 20px;
  font-size: 90%;
  font-weight: 400;
  position: static;
  inset: -20% 0% 0%;
}

.div-block-recent-projects {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border: 1px solid #fff;
  flex-wrap: wrap;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: flex-end center;
  place-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: grid;
}

.recent-project-shader-div {
  background-color: #00000029;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-23 {
  z-index: 1;
  position: relative;
}

.project-float {
  z-index: 10000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-projects-home {
  margin-left: 30px;
  margin-right: 30px;
}

.section-projects-home.cc-store-home-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.section-projects-home.cc-store-home-wrap.hidden, .section-projects-home.cc-store-home-wrap.hide {
  display: none;
}

.section-service-home {
  margin-left: 30px;
  margin-right: 30px;
}

.section-service-home.cc-store-home-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
}

.section-features-home {
  margin-left: 30px;
  margin-right: 30px;
}

.section-features-home.cc-store-home-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
}

.main-footer-text-15 {
  color: #fff;
  text-align: center;
  margin-bottom: 75px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.footer-links {
  color: #fff;
  font-family: Open Sans, sans-serif;
  transition-property: none;
  display: inline;
}

.footer-links:hover {
  color: #bdbdbd;
}

.contact-cta-header-home {
  color: #fff;
  background-color: #5c5c5c;
  background-image: linear-gradient(#00000040, #00000040), url('../images/Parralax-1920-1080-01.jpg');
  background-position: 0 0, 50% 36%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 420px;
  margin-bottom: 0;
  display: flex;
}

.section-hero-contact-cta-home {
  margin-left: 30px;
  margin-right: 30px;
}

.section-hero-contact-cta-home.cc-store-home-wrap {
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
}

.text-block-3 {
  text-transform: capitalize;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.main-text-left-aligned-16-600-width {
  text-align: left;
  width: 100%;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
}

.main-text-left-aligned-16-600-width.no-padding-bottom {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.main-text-left-aligned-16-600-width.centre {
  text-align: center;
}

.main-h1-heading-left-aligned {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.main-h1-heading-left-aligned.centre {
  text-align: center;
}

.main-h1-hero-heading-center-43 {
  letter-spacing: 28px;
  text-transform: uppercase;
  border: 1px #000;
  margin-top: 5%;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 43px;
  font-weight: 400;
  line-height: 80px;
}

.link-6 {
  color: #3f5fdd;
  text-decoration: underline;
  display: inline-block;
}

.link-6:hover, .link-6:visited {
  color: #631f90;
}

.maintxtblackcenter20-40-padding-left {
  float: none;
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 17px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.mainheaderh2blackleft-26-40-padding-left {
  color: #192024;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Gotham, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

.main-sectionwhite {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 0;
}

.faq-list {
  width: 66.66%;
  margin: 50px auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.question-container {
  text-align: left;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.question {
  color: #111;
  align-items: center;
  display: flex;
}

.question-text {
  flex: 1;
  margin-top: 15px;
  margin-left: 32px;
  font-family: Gotham, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.question-arrow-icon {
  opacity: .51;
  margin-left: 24px;
  margin-right: 8px;
}

.answer {
  color: #777;
  padding-left: 80px;
  padding-right: 8px;
  display: block;
}

.answer-text {
  margin-top: 8px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.bold-text, .bold-text-2 {
  font-size: 20px;
  font-weight: 600;
}

.main-h2-header-32-center {
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto 30px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.main-h2-header-32-center.left-align {
  text-align: left;
}

.main-text-center-16 {
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.main-text-center-16.no-padding-bottom {
  margin-bottom: 0;
}

.main-h1-heading-left-aligned-40-padding-left {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 39px;
  padding-left: 40px;
  font-family: Gotham, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.about-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(#00000024, #00000024), url('../images/About-1920-1000-04.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 620px;
  margin-bottom: 0;
  display: flex;
}

.about-header.testimonials {
  background-image: linear-gradient(#00000036, #00000036), url('../images/Testimonials-1920-1000-01.jpg');
}

.about-header.gallery {
  background-image: linear-gradient(#0000, #0000), url('../images/Projects-1920-1080-01.jpg');
}

.contact-form-form-wrap {
  margin-bottom: 0;
}

.main-contact-header-h2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.main-contact-text-16 {
  opacity: 1;
  color: #000;
  font-family: Montserrat, sans-serif;
}

.garden-room-detail-div-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 / .5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  height: auto;
  margin-bottom: 50px;
  display: grid;
}

.garden-room-icon-holder-2 {
  flex: none;
  align-self: center;
  width: 180px;
  height: auto;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.main-h3-header-left-align-20 {
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  display: inline-block;
}

.main-h3-header-left-align-20.center-tablet-onward, .main-h3-header-left-align-20.range {
  margin-top: 0;
}

.main-h3-header-left-align-20.centre {
  text-align: center;
}

.main-text-left-aligned-16 {
  text-align: left;
  width: auto;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.main-text-left-aligned-16.no-padding {
  margin-bottom: 0;
}

.services-rooms-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(#0003, #0003), url('../images/Services-hero-1920-1000-02.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 620px;
  margin-bottom: 0;
  display: flex;
}

.services-rooms-header.our-range {
  background-image: linear-gradient(to bottom, var(--transimage), var(--transimage)), url('../images/Our-range-hero-1920-1080-01.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
}

.contact-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(#0000004a, #0000004a), url('../images/Contact-hero-1920-1000-01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 620px;
  margin-bottom: 0;
  display: flex;
}

.section-garden-rooms {
  margin-left: 30px;
  margin-right: 30px;
}

.section-garden-rooms.cc-store-home-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
  font-weight: 400;
}

.button-style-1-center {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 2px solid #696969;
  font-size: 14px;
  font-weight: 500;
}

.button-style-1-center:hover {
  color: #fff;
  background-color: #a0a0a0;
}

.button-style-1-center.center {
  border-color: var(--dim-grey-main);
  color: #000;
  text-align: center;
  text-transform: capitalize;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.button-style-1-center.center:hover {
  background-color: var(--dim-grey-main);
  color: #fff;
}

.section-project-cta {
  margin-left: 50px;
  margin-right: 50px;
}

.section-project-cta.cc-store-home-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
}

.section-project-cta.cc-store-home-wrap.top {
  margin-top: 50px;
}

.project-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(#00000036, #00000036), url('../images/Chestnut-way-1920-1000-01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 620px;
  margin-bottom: 0;
  display: flex;
}

.project-header.choice {
  background-image: linear-gradient(to bottom, var(--transimage), var(--transimage)), url('../images/Choice-hero-1920-1080-02.jpg');
  background-position: 0 0, 50%;
}

.project-header.ultimate {
  background-image: linear-gradient(#0000, #0000), url('../images/Ultimate-1920-1080-01.jpg');
}

.project-header.finishing-touches {
  background-image: linear-gradient(to bottom, var(--transimage), var(--transimage)), url('../images/Finishing-touches-hero-1920-1080-01.jpg');
}

.project-header.customisation {
  background-image: linear-gradient(to bottom, var(--transimage), var(--transimage)), url('../images/Customisation-hero-1920-1080-01.jpg');
}

.project-header.premium {
  background-image: linear-gradient(to bottom, var(--transimage), var(--transimage)), url('../images/Premium-1920-1080-01.jpg');
  background-position: 0 0, 50%;
}

.project-header.premium2 {
  background-image: linear-gradient(to bottom, var(--transimage), var(--transimage)), url('../images/Premium-1920-1080-01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block {
  width: 100%;
  text-decoration: none;
}

.project-2-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(#00000036, #00000036), url('../images/Fernhill-1920-1000-01.jpg');
  background-position: 0 0, 50% 75%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 620px;
  margin-bottom: 0;
  display: flex;
}

.project-2-header.seabrook._2 {
  background-image: linear-gradient(#0000004a, #0000004a), url('../images/Seabrook-1920-1080.jpg');
}

.project-2-header.seabrook._44-devon {
  background-image: linear-gradient(#0000004a, #0000004a), url('../images/44-devon-1920-1080-01.jpg');
}

.project-2-header.contemporary-home {
  background-image: linear-gradient(#00000036, #00000036), url('../images/tideways-project-04-15.jpg');
}

.project-2-header.country-residence {
  background-image: linear-gradient(#00000057, #00000057), url('../images/Fernhill-1920-1000-01.jpg');
}

.project-2-header.new-build {
  background-image: linear-gradient(#00000026, #00000026), url('../images/Home-hero-1920-900-01.jpg');
}

.project-2-header.seabrook {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/Seabrook-1920-1080.jpg');
}

.project-2-header._44-devon {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/44-devon-1920-1080-01.jpg');
}

.project-3-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(#00000036, #00000036), url('../images/Coming-soon-filler-project-hero.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 620px;
  margin-bottom: 0;
  display: flex;
}

.main-text-center-16-project-cta {
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.div-block-projects-galleries {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid #fff;
  flex-wrap: wrap;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: flex-end center;
  place-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
}

.button-style-1-project-bottom-padding {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 2px solid #696969;
  font-size: 14px;
  font-weight: 500;
}

.button-style-1-project-bottom-padding:hover {
  color: #fff;
  background-color: #a0a0a0;
}

.button-style-1-project-bottom-padding.center {
  border-color: var(--dim-grey-main);
  color: #000;
  text-align: center;
  margin: 0 auto 49px;
  padding: 9px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.button-style-1-project-bottom-padding.center:hover {
  background-color: var(--dim-grey-main);
  color: #fff;
}

.button-style-1-project-bottom-padding.center.no-padding-bottom, .contact-details-wrap-bottom-no-padding {
  margin-bottom: 0;
}

.link-block-2 {
  margin-left: auto;
  margin-right: auto;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-testimonials-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "."
                 "."
                 "."
                 "."
                 / 2fr 2fr 2fr;
  align-items: start;
  margin-top: 75px;
  margin-bottom: 75px;
}

.main-testimonial-header-h3 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-left: 35px;
  font-family: Gotham, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 20px;
}

.main-testimonial-header-h3.cc-styleguide-label {
  margin-bottom: 25px;
}

.main-testimonial-header-h3.cc-light {
  opacity: .6;
}

.main-testimonial-header-h3.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

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

.paragraph-light-testimonial {
  opacity: 1;
  color: #000;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Open Sans, sans-serif;
}

.div-block-24 {
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-light-testimonial-right-aligned {
  opacity: 1;
  color: #000;
  text-align: right;
  margin-top: 11px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: italic;
}

.navigation-items-2 {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.navigation-item-2 {
  opacity: .6;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 1%;
  margin-right: 1%;
  padding: 12px 5px 9px;
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.navigation-item-2:hover {
  opacity: .9;
}

.navigation-item-2:active {
  opacity: .8;
}

.navigation-item-2.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item-2.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item-2.w--current:active {
  opacity: .7;
  color: #32343a;
}

.menu-2 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-4 {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5vw;
}

.footer-second-text-set {
  font-family: Montserrat, sans-serif;
  font-size: 21px;
}

.div-block-25 {
  z-index: 5;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.maintxtblackcenter20-40-padding-left-copy-privacy {
  float: none;
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 40px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.lightbox-link-2 {
  display: block;
}

.galleryheader {
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-9 {
  float: none;
  clear: none;
  text-align: center;
  width: 30%;
  margin: 20px;
  padding: 0 2px;
  display: block;
}

.tabs-menu-2 {
  text-align: center;
  border-bottom: 2px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-2 {
  color: #000;
  text-align: center;
  background-color: #0000;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 30%;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
}

.tab-link-2.w--current {
  background-color: var(--dim-grey-main);
  color: #fff;
  font-weight: 800;
}

.gallery-images-2 {
  border: 4px #000;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: none;
}

.gallery-images-2:hover {
  transform: translate(0, -5px);
}

.div-block-26 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 30px;
  display: flex;
}

.link-block-3 {
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.gallerysubheader {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tabs-content-2 {
  text-align: left;
  background-color: #0000;
  border-radius: 6px;
  margin-top: 60px;
  padding: 0;
}

.maincontainer-2 {
  padding-bottom: 15px;
}

.mainheaderh2centerservices {
  float: none;
  perspective-origin: 50%;
  color: #20272f;
  text-align: left;
  text-transform: none;
  background-color: #0000;
  width: 48%;
  margin: 40px auto 40px 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 40px;
  font-size: 34px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

.mainheaderh2blackleft28 {
  color: #192024;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.maintxtblackcenter20abouthome {
  float: none;
  color: #333;
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

.link-7 {
  color: #c63;
  display: inline-block;
}

.maintxtblackcenter20abouthome-copy {
  float: none;
  color: #333;
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

.social-div-flex {
  justify-content: space-between;
  width: 120px;
  padding-bottom: 20px;
  display: flex;
}

.social-link {
  filter: brightness(112%) brightness(200%) grayscale();
}

.social-link.white {
  filter: brightness(0%) invert();
}

.our-range-holder-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: grid;
}

.our-range-holder-div.reverse {
  grid-template-columns: 1fr 2fr;
}

.our-range-holder-div.no-padding {
  margin-bottom: 0;
}

.main-text-center-16-800-width {
  text-align: center;
  width: 600px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
}

.main-text-center-16-800-width.left-align {
  text-align: left;
  width: 800px;
  margin-left: 0;
}

.range-image {
  width: 100%;
}

.main-h3-header-right-align-20 {
  text-align: right;
  text-transform: uppercase;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Gotham, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  display: inline-block;
}

.main-h3-header-right-align-20.range {
  margin-top: 0;
}

.main-text-right-aligned-16 {
  text-align: right;
  width: auto;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
}

.button-centre-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-50-50-div-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.about-team-grid {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 76px;
  display: grid;
}

.about-team-image {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.home-hero-small-text {
  font-size: 30px;
}

.project-image {
  width: 100%;
  height: 23vw;
}

.project-image-1 {
  background-image: url('../images/fernhill-project-05-16.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.project-image-1._2 {
  background-image: url('../images/fernhill-project-05-08.jpg');
}

.project-image-1._4 {
  background-image: url('../images/fernhill-project-05-11.jpg');
}

.project-image-1._3 {
  background-image: url('../images/fernhill-project-05-10.jpg');
}

.project-image-1._5 {
  background-image: url('../images/fernhill-project-05-03.jpg');
}

.project-image-1._6 {
  background-image: url('../images/fernhill-project-05-12.jpg');
}

.project-image-1._7 {
  background-image: url('../images/fernhill-project-05-07.jpg');
}

.project-image-1._8 {
  background-image: url('../images/fernhill-project-05-13.jpg');
}

.project-image-1._9 {
  background-image: url('../images/fernhill-project-05-15.jpg');
}

.project-image-1._10 {
  background-image: url('../images/fernhill-project-05-09.jpg');
}

.project-image-1._11 {
  background-image: url('../images/fernhill-project-05-05.jpg');
}

.project-image-1._12 {
  background-image: url('../images/fernhill-project-05-06.jpg');
}

.project-image-1._13 {
  background-image: url('../images/fernhill-project-05-04.jpg');
}

.project-image-1._14 {
  background-image: url('../images/fernhill-project-05-02.jpg');
}

.project-image-1._15 {
  background-image: url('../images/fernhill-project-05-17.jpg');
}

.project-image-1.con1 {
  background-image: url('../images/tideways-project-04-01.jpg');
}

.project-image-1.con2 {
  background-image: url('../images/tideways-project-04-04.jpg');
}

.project-image-1.con3 {
  background-image: url('../images/tideways-project-04-03.jpg');
}

.project-image-1.con4 {
  background-image: url('../images/tideways-project-04-05.jpg');
}

.project-image-1.con5 {
  background-image: url('../images/tideways-project-04-06.jpg');
}

.project-image-1.con6 {
  background-image: url('../images/tideways-project-04-08.jpg');
}

.project-image-1.con7 {
  background-image: url('../images/tideways-project-04-07.jpg');
}

.project-image-1.con8 {
  background-image: url('../images/tideways-project-04-09.jpg');
}

.project-image-1.con9 {
  background-image: url('../images/tideways-project-04-11.jpg');
}

.project-image-1.con10 {
  background-image: url('../images/tideways-project-04-12.jpg');
}

.project-image-1.con11 {
  background-image: url('../images/tideways-project-04-13.jpg');
}

.project-image-1.con12 {
  background-image: url('../images/tideways-project-04-14.jpg');
}

.project-image-1.con13 {
  background-image: url('../images/tideways-project-04-10.jpg');
}

.project-image-1.con14 {
  background-image: url('../images/tideways-project-04-02.jpg');
}

.project-image-1.con15 {
  background-image: url('../images/tideways-project-04-17.jpg');
}

.project-image-1.new2 {
  background-image: url('../images/meadow-ridge-project-03-03.jpg');
}

.project-image-1.new3 {
  background-image: url('../images/meadow-ridge-project-03-04.jpg');
}

.project-image-1.new4 {
  background-image: url('../images/meadow-ridge-project-03-07.jpg');
}

.project-image-1.new5 {
  background-image: url('../images/meadow-ridge-project-03-09.jpg');
}

.project-image-1.new6 {
  background-image: url('../images/meadow-ridge-project-03-12.jpg');
}

.project-image-1.new7 {
  background-image: url('../images/meadow-ridge-project-03-14.jpg');
}

.project-image-1.new8 {
  background-image: url('../images/meadow-ridge-project-03-17.jpg');
}

.project-image-1.new9 {
  background-image: url('../images/meadow-ridge-project-03-05.jpg');
}

.project-image-1.new10 {
  background-image: url('../images/meadow-ridge-project-03-10.jpg');
}

.project-image-1.new11 {
  background-image: url('../images/meadow-ridge-project-03-08.jpg');
}

.project-image-1.new12 {
  background-image: url('../images/meadow-ridge-project-03-18.jpg');
}

.project-image-1.new13 {
  background-image: url('../images/meadow-ridge-project-03-13.jpg');
}

.project-image-1.new14 {
  background-image: url('../images/meadow-ridge-project-03-06.jpg');
}

.project-image-1.new15 {
  background-image: url('../images/meadow-ridge-project-03-15.jpg');
}

.project-image-1.new1 {
  background-image: url('../images/meadow-ridge-project-03-02.jpg');
}

.project-image-1.sea1 {
  background-image: url('../images/Seabrook-1000-664-02.jpg');
}

.project-image-1.sea2 {
  background-image: url('../images/Seabrook-1000-664-01.jpg');
}

.project-image-1.sea3 {
  background-image: url('../images/Seabrook-1000-664-03.jpg');
}

.project-image-1.moore1 {
  background-image: url('../images/morregradenproject16.jpg');
}

.project-image-1.moore3 {
  background-image: url('../images/morregradenproject03.jpg');
}

.project-image-1.moore4 {
  background-image: url('../images/morregradenproject10.jpg');
}

.project-image-1.moore5 {
  background-image: url('../images/morregradenproject07.jpg');
}

.project-image-1.moore6 {
  background-image: url('../images/morregradenproject05.jpg');
}

.project-image-1.moore7 {
  background-image: url('../images/morregradenproject04.jpg');
}

.project-image-1.moore8 {
  background-image: url('../images/morregradenproject09.jpg');
}

.project-image-1.moore9 {
  background-image: url('../images/morregradenproject12.jpg');
}

.project-image-1.moore10 {
  background-image: url('../images/morregradenproject02.jpg');
}

.project-image-1.moore11 {
  background-image: url('../images/morregradenproject01.jpg');
}

.project-image-1.moore12 {
  background-image: url('../images/morregradenproject13.jpg');
}

.project-image-1.moore13 {
  background-image: url('../images/morregradenproject08.jpg');
}

.project-image-1.moore14 {
  background-image: url('../images/morregradenproject14.jpg');
}

.project-image-1.moore15 {
  background-image: url('../images/morregradenproject15.jpg');
}

.project-image-1.moore2 {
  background-image: url('../images/morregradenproject06.jpg');
}

.project-image-1.home3 {
  background-image: url('../images/tideways-project-04-03.jpg');
}

.project-image-1.home1 {
  background-image: url('../images/Seabrook-1000-664-05.jpg');
}

.project-image-1.home2 {
  background-image: url('../images/meadow-ridge-project-03-10.jpg');
}

.project-image-1.home4 {
  background-image: url('../images/tideways-project-04-17.jpg');
}

.project-image-1.home5 {
  background-image: url('../images/meadow-ridge-project-03-12.jpg');
}

.project-image-1.home6 {
  background-image: url('../images/tideways-project-04-02.jpg');
}

.project-image-1.home-7 {
  background-image: url('../images/fernhill-project-05-06.jpg');
}

.project-image-1.home8 {
  background-image: url('../images/fernhill-project-05-10.jpg');
}

.project-image-1.home9 {
  background-image: url('../images/fernhill-project-05-05.jpg');
}

.project-image-1.moore16 {
  background-image: url('../images/Chestnut-way-1000-664-09.jpg');
}

.project-image-1.moore17 {
  background-image: url('../images/Chestnut-way-1000-664-07.jpg');
}

.project-image-1.moore18 {
  background-image: url('../images/Chestnut-way-1000-664-08.jpg');
}

.project-image-1.moore19 {
  background-image: url('../images/Chestnut-way-1000-664-14.jpg');
}

.project-image-1.moore20 {
  background-image: url('../images/Chestnut-way-1000-664-05.jpg');
}

.project-image-1.moore21 {
  background-image: url('../images/Chestnut-way-1000-664-06.jpg');
}

.project-image-1.moore22 {
  background-image: url('../images/Chestnut-way-1000-664-13.jpg');
}

.project-image-1.moore23 {
  background-image: url('../images/Chestnut-way-1000-664-10.jpg');
}

.project-image-1.moore24 {
  background-image: url('../images/Chestnut-way-1000-664-12.jpg');
}

.project-image-1.moore25 {
  background-image: url('../images/Chestnut-way-1000-664-11.jpg');
}

.project-image-1.moore26 {
  background-image: url('../images/Chestnut-way-1000-664-02.jpg');
}

.project-image-1.moore27 {
  background-image: url('../images/Chestnut-way-1000-664-03.jpg');
}

.project-image-1.moore28 {
  background-image: url('../images/Chestnut-way-1000-664-04.jpg');
}

.project-image-1.moore29 {
  background-image: url('../images/Chestnut-way-1000-664-01.jpg');
}

.project-image-1._16 {
  background-image: url('../images/Fernhill-1000-664-04.jpg');
}

.project-image-1._17 {
  background-image: url('../images/Fernhill-1000-664-02.jpg');
}

.project-image-1._18 {
  background-image: url('../images/Fernhill-1000-664-03.jpg');
}

.project-image-1._19 {
  background-image: url('../images/Fernhill-1000-664-01.jpg');
}

.project-image-1._20 {
  background-image: url('../images/Fernhill-1000-664-06.jpg');
}

.project-image-1._21 {
  background-image: url('../images/Fernhill-1000-664-08.jpg');
}

.project-image-1._22 {
  background-image: url('../images/Fernhill-1000-664-07.jpg');
}

.project-image-1._23 {
  background-image: url('../images/Fernhill-1000-664-05.jpg');
}

.project-image-1.sea4 {
  background-image: url('../images/Seabrook-1000-664-04.jpg');
}

.project-image-1.sea5 {
  background-image: url('../images/Seabrook-1000-664-05.jpg');
}

.project-image-1.sea6 {
  background-image: url('../images/Seabrook-1000-664-07.jpg');
}

.project-image-1.sea7 {
  background-image: url('../images/Seabrook-1000-664-06.jpg');
}

.project-image-1.sea8 {
  background-image: url('../images/Seabrook-1000-664-08.jpg');
}

.project-image-1.sea9 {
  background-image: url('../images/Seabrook-1000-664-09.jpg');
}

.project-image-1.sea10 {
  background-image: url('../images/Seabrook-1000-664-11.jpg');
}

.project-image-1.sea11 {
  background-image: url('../images/Seabrook-1000-664-10.jpg');
}

.project-image-1.sea12 {
  background-image: url('../images/Seabrook-1000-664-14.jpg');
}

.project-image-1.sea13 {
  background-image: url('../images/Seabrook-1000-664-13.jpg');
}

.project-image-1.sea14 {
  background-image: url('../images/Seabrook-1000-664-15.jpg');
}

.project-image-1.sea15 {
  background-image: url('../images/Seabrook-1000-664-12.jpg');
}

.project-image-1.home11 {
  background-image: url('../images/Fernhill-1000-664-04.jpg');
}

.project-image-1.home12 {
  background-image: url('../images/Seabrook-1000-664-14.jpg');
}

.project-image-1.home13 {
  background-image: url('../images/Seabrook-1000-664-01.jpg');
}

.project-image-1.home14 {
  background-image: url('../images/tideways-project-04-10.jpg');
}

.project-image-1.home15 {
  background-image: url('../images/meadow-ridge-project-03-15.jpg');
}

.project-image-1.home16 {
  background-image: url('../images/meadow-ridge-project-03-13.jpg');
}

.project-image-1.home17 {
  background-image: url('../images/meadow-ridge-project-03-14.jpg');
}

.project-image-1.home18 {
  background-image: url('../images/meadow-ridge-project-03-16.jpg');
}

.project-image-1.home19 {
  background-image: url('../images/meadow-ridge-project-03-07.jpg');
}

.project-image-1.home20 {
  background-image: url('../images/Seabrook-1000-664-07.jpg');
}

.project-image-1.home21 {
  background-image: url('../images/Seabrook-1000-664-06.jpg');
}

.project-image-1.home10 {
  background-image: url('../images/Seabrook-1000-664-15.jpg');
}

.project-image-1.devon44-1 {
  background-image: url('../images/44-devon-1000-664-05.jpg');
}

.project-image-1.devon44-2 {
  background-image: url('../images/44-devon-1000-664-09.jpg');
}

.project-image-1.devon44-3 {
  background-image: url('../images/44-devon-1000-664-02.jpg');
}

.project-image-1.devon44-4 {
  background-image: url('../images/44-devon-1000-664-13.jpg');
}

.project-image-1.devon44-5 {
  background-image: url('../images/44-devon-1000-664-14.jpg');
}

.project-image-1.devon44-6 {
  background-image: url('../images/44-devon-1000-664-07.jpg');
}

.project-image-1.devon44-7 {
  background-image: url('../images/44-devon-1000-664-10.jpg');
}

.project-image-1.devon44-8 {
  background-image: url('../images/44-devon-1000-664-12.jpg');
}

.project-image-1.devon44-9 {
  background-image: url('../images/44-devon-1000-664-06.jpg');
}

.project-image-1.devon44-10 {
  background-image: url('../images/44-devon-1000-664-11.jpg');
}

.project-image-1.devon-44-11 {
  background-image: url('../images/44-devon-1000-664-15.jpg');
}

.project-image-1.devon-44-12 {
  background-image: url('../images/44-devon-1000-664-08.jpg');
}

.project-image-1.devon-44-13 {
  background-image: url('../images/44-devon-1000-664-03.jpg');
}

.project-image-1.devon-44-14 {
  background-image: url('../images/44-devon-1000-664-04.jpg');
}

.project-image-1.devon-44-15 {
  background-image: url('../images/44-devon-1000-664-16.jpg');
}

.project-div-button-holder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 49px;
  display: flex;
}

.div-block-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-div-testimonial-holder {
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  display: flex;
}

.project-div-testimonial-holder.padding-bottom {
  padding-bottom: 60px;
}

.project-div-testimonial-holder.top {
  padding-top: 0;
}

.quote-icon {
  width: 30px;
}

.quote-icon._2 {
  align-self: flex-end;
}

.testimonial-text {
  opacity: 1;
  color: #000;
  width: 100%;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.testimonial-text.name {
  color: gray;
  text-align: right;
  padding-top: 12px;
  font-size: 17px;
}

.link-8 {
  display: inline;
}

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.moore-garden-logo {
  width: 250px;
  margin-bottom: 25px;
}

.ssg-image-center {
  margin-left: auto;
  margin-right: auto;
}

.link-4 {
  color: #373c19;
  display: inline-block;
}

.bold-text-pp {
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.mainheaderh2centerservices-2 {
  float: none;
  perspective-origin: 50%;
  color: #20272f;
  text-align: left;
  text-transform: none;
  background-color: #0000;
  width: 48%;
  margin: 0 auto 20px 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

.main-privacy-text {
  float: none;
  color: #777;
  text-align: left;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.main-privacy-h1 {
  float: none;
  perspective-origin: 50%;
  color: #20272f;
  text-align: left;
  text-transform: none;
  background-color: #0000;
  width: 48%;
  margin-top: 0;
  margin-bottom: 21px;
  margin-left: 0;
  font-family: Merriweather, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

.main-privacy-title {
  color: #192024;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.section-3 {
  text-align: center;
  background-color: #fff;
  padding: 0 10px;
  position: relative;
}

.privacy-container-1 {
  padding-bottom: 40px;
  display: block;
}

.privacy-container-1.no-padding-bottom {
  padding-bottom: 50px;
}

.service-50-50-100pct {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-service-50 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-service-50.flex-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
  display: flex;
}

.div-service-50.flex-text.right {
  padding-left: 40px;
  padding-right: 0;
}

.main-h1-hero-heading-center-43-copy {
  letter-spacing: 28px;
  text-transform: uppercase;
  border: 1px #000;
  margin-top: 5%;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Gotham, sans-serif;
  font-size: 43px;
  font-weight: 400;
  line-height: 80px;
}

.nav-container {
  max-width: 1920px;
  display: flex;
}

.nav-logo-link {
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link-phone {
  justify-content: flex-end;
  align-items: center;
  width: 280px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
}

.nav-phone-text {
  font-size: 17px;
  font-weight: 600;
}

.navbar-holder {
  z-index: 100;
  position: relative;
}

.navigation-items-3 {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.menu-3 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-2 {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.logo-image {
  width: 12vw;
  display: block;
}

.navigation-item-3 {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 1%;
  margin-right: 1%;
  padding: 12px 5px 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item-3:hover {
  opacity: .9;
}

.navigation-item-3:active {
  opacity: .8;
}

.navigation-item-3.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item-3.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item-3.w--current:active {
  opacity: .7;
  color: #32343a;
}

.code-embed {
  text-transform: none;
}

.garden-rooms-header-copy {
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(#0003, #0003), url('../images/Chestnut-way-1920-1000-01.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 620px;
  margin-bottom: 0;
  display: flex;
}

.garden-rooms-header-copy.our-range {
  background-image: linear-gradient(to bottom, var(--transimage), var(--transimage)), url('../images/Our-range-hero-1920-1080-01.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
}

.d-64-card-link-overlay {
  z-index: 20;
  opacity: 1;
  display: block;
  position: absolute;
  inset: 0%;
}

.d-64-p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 19px;
}

.d-64-border {
  text-align: left;
  border: 2px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50%;
  margin: 19px 20px 0;
  padding: 10px 5px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.demo-wrapper-2 {
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.servicec-cta-btn {
  background-color: #04242d;
  border: 1px solid #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 35px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.d-64-heading-light {
  width: 220px;
  font-size: 23px;
  font-weight: 400;
  line-height: 31px;
  display: block;
}

.servicec-cta-btn-text {
  color: #fff;
}

.d-64-card-wrapper {
  background-image: linear-gradient(#0003, #0003), url('../images/Carpet-main-23-1000-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: flex-start;
  width: 48%;
  height: 500px;
  margin-top: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 0 50px #0003;
}

.d-64-card-wrapper.natural-flooring {
  background-image: linear-gradient(#0000, #0000), url('../images/Natural-flooring-23-1000-03.jpg');
  background-size: auto, cover;
}

.d-64-card-wrapper.vinyl-flooring {
  background-image: linear-gradient(#00000029, #00000029), url('../images/Vinyl-flooring-23-1000-08.jpg');
}

.d-64-card-wrapper.stair-runners {
  background-image: linear-gradient(#0000, #0000), url('../images/Stair-runners-1000-0.jpg');
}

.d-64-card-wrapper.luxury-vinyl-tile {
  background-image: linear-gradient(#00000042, #00000042), url('../images/Lvt-1000-01.jpg');
}

.d-64-card-wrapper.commerical-flooring {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Commercal-1000-0.jpg');
}

.d-64-card-overlay {
  opacity: .49;
  background-image: linear-gradient(25deg, #04242d 53%, #fff);
  position: absolute;
  inset: 0%;
}

.d-64-h3-heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 35px auto 0;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 27px;
  line-height: 42px;
  display: inline-block;
  position: relative;
}

.home-service-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-servives-button-center {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.who-are-we-image {
  background-image: url('../images/Cj-1000-01.jpg');
  background-position: 80%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.who-are-we-text-holder-div {
  padding-top: 40px;
  padding-bottom: 40px;
}

html.w-mod-js [data-ix="recent-project-divs-legacy"] {
  transform: translate(0);
}

html.w-mod-js [data-ix="slide-up-1"] {
  opacity: 0;
  transform: translate(0, 60px);
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .section.cc-store-home-wrap-inspiration {
    margin-left: 17px;
    margin-right: 17px;
  }

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

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

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

  .heading-jumbo {
    letter-spacing: 21px;
    width: 100%;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-item {
    z-index: 100000;
    opacity: 1;
    text-align: center;
    padding: 15px 30px;
    transition-property: none;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-items {
    background-color: #fff;
    position: fixed;
    inset: 10% 0% auto;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .inspiration-header-home {
    background-repeat: no-repeat;
    background-size: cover;
    height: 220px;
  }

  .intro-content.cc-homepage {
    width: 100%;
  }

  .about-story-wrap {
    width: 90%;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    flex-flow: column;
    grid-template: "."
                   "."
                   / 1fr;
    width: 90%;
    margin: 75px auto;
    display: flex;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 0px;
    text-align: center;
    grid-template: "."
    / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .container-about-home {
    width: 100%;
    margin-left: 0;
  }

  .button-style-1.center, .button-style-1.service-button {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .home-header {
    height: 420px;
  }

  .div-block-19 {
    width: 100%;
    padding-bottom: 25px;
    display: flex;
  }

  .div-block-photo-div {
    width: 45%;
    height: 50%;
    margin: 35px 14px 0;
    padding: 0;
  }

  .inspiration-header {
    height: 420px;
  }

  .section-inspiration-home.cc-store-home-wrap-inspiration {
    margin-left: 17px;
    margin-right: 17px;
  }

  .garden-room-icon-holder {
    margin-bottom: 15px;
  }

  .main-h3-header-center-20 {
    line-height: 40px;
  }

  .main-h3-header-left-align-26 {
    font-size: 26px;
    line-height: 33px;
  }

  .container-services-home, .container-garden-rooms {
    width: 100%;
  }

  .container-garden-rooms.padding-bottom {
    margin-bottom: 0;
  }

  .container-projects {
    width: 100%;
  }

  .rencent-project-div {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button-style-2-button-float-project.inspiration {
    justify-content: center;
    align-items: center;
    width: 170px;
    margin-top: auto;
    margin-bottom: auto;
    bottom: -40%;
  }

  .main-h4-header-90-center {
    height: 30px;
    margin-bottom: 10px;
    font-size: 80%;
    font-weight: 600;
  }

  .div-block-recent-projects {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column wrap;
    grid-template: "." 1fr
    / 1fr 1fr 1fr;
    grid-auto-rows: .5fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .project-float {
    justify-content: center;
    align-items: center;
  }

  .section-projects-home.cc-store-home-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-left: 35px;
    margin-right: 35px;
    display: block;
  }

  .contact-cta-header-home {
    background-image: linear-gradient(to bottom, null, null);
    height: 320px;
  }

  .main-h1-heading-left-aligned {
    font-size: 28px;
  }

  .main-h1-hero-heading-center-43 {
    letter-spacing: 21px;
    width: 100%;
    font-size: 28px;
    line-height: 53px;
  }

  .maincontainer, .maintxtblackcenter20-40-padding-left {
    padding-left: 0;
    padding-right: 0;
  }

  .mainheaderh2blackleft-26-40-padding-left {
    margin-top: 27px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-sectionwhite {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-list {
    width: 90%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .question-text {
    line-height: 31px;
  }

  .main-h2-header-32-center {
    font-size: 28px;
  }

  .main-h1-heading-left-aligned-40-padding-left {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-header {
    height: 420px;
  }

  .main-contact-header-h2 {
    font-size: 28px;
  }

  .garden-room-detail-div-holder {
    width: 100%;
  }

  .garden-room-icon-holder-2 {
    margin-bottom: 15px;
  }

  .main-h3-header-left-align-20.center-tablet-onward {
    text-align: center;
  }

  .main-text-left-aligned-16 {
    font-size: 15px;
    line-height: 27px;
  }

  .services-rooms-header, .contact-header {
    height: 420px;
  }

  .section-garden-rooms.cc-store-home-wrap {
    margin-left: 50px;
    margin-right: 50px;
  }

  .button-style-1-center.center {
    margin-top: 40px;
    margin-left: 173px;
    margin-right: 173px;
    display: block;
  }

  .project-header, .project-2-header, .project-3-header {
    height: 420px;
  }

  .div-block-projects-galleries {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column wrap;
    grid-template: "." 1fr
    / 1fr 1fr 1fr;
    grid-auto-rows: .75fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding-left: 13px;
    padding-right: 13px;
    display: grid;
  }

  .button-style-1-project-bottom-padding.center {
    margin: 0 auto 50px;
    display: block;
  }

  .contact-details-wrap-bottom-no-padding {
    margin-bottom: 0;
  }

  .project-testimonials-grid {
    grid-row-gap: 0px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-light-testimonial {
    text-align: left;
  }

  .navigation-items-2 {
    background-color: #fff;
    padding-right: 0%;
  }

  .navigation-item-2 {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-2:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-2:active {
    background-color: #eef0f3;
  }

  .menu-2 {
    margin-left: 30px;
    position: static;
  }

  .footer-second-text-set {
    font-size: 19px;
  }

  .div-block-25 {
    display: none;
    overflow: visible;
  }

  .maintxtblackcenter20-40-padding-left-copy-privacy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-9 {
    width: 45%;
    margin: 35px 14px 0;
    padding: 0;
  }

  .bold-text-9 {
    font-size: 12px;
  }

  .tabs-menu-2 {
    border-bottom-color: #000;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .tab-link-2 {
    color: #000;
    padding-left: 7px;
    padding-right: 7px;
  }

  .tab-link-2.w--current {
    background-color: var(--dim-grey-main);
    padding-bottom: 12px;
  }

  .div-block-26 {
    width: 100%;
    padding-bottom: 25px;
    display: flex;
  }

  .tabs-content-2 {
    margin-top: 40px;
  }

  .maincontainer-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .mainheaderh2centerservices {
    width: 452px;
  }

  .mainheaderh2blackleft28 {
    margin-top: 27px;
    padding-left: 40px;
    padding-right: 0;
  }

  .maintxtblackcenter20abouthome, .maintxtblackcenter20abouthome-copy {
    padding-right: 0;
  }

  .social-div-flex {
    margin-left: auto;
    margin-right: auto;
  }

  .our-range-holder-div {
    grid-template-columns: 1.75fr 1fr;
  }

  .our-range-holder-div.reverse {
    grid-template-columns: 1.25fr 2fr;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .our-range-holder-div.no-padding {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .main-h3-header-right-align-20.range {
    margin-top: 0;
  }

  .range-list-item {
    text-align: left;
  }

  .home-50-50-div-holder {
    grid-template-columns: 1.25fr 1fr;
  }

  .about-team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-team-image {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-hero-small-text {
    font-size: 24px;
  }

  .mainheaderh2centerservices-2 {
    width: 452px;
  }

  .privacy-container-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .main-h1-hero-heading-center-43-copy {
    letter-spacing: 21px;
    width: 100%;
    font-size: 28px;
    line-height: 53px;
  }

  .nav-container {
    justify-content: space-between;
    align-items: center;
  }

  .nav-logo-link {
    order: -1;
  }

  .nav-menu {
    background-color: #fff;
  }

  .nav-link-phone, .menu-button-2 {
    order: 1;
  }

  .menu-button-2.w--open {
    background-color: var(--white);
  }

  .navigation-items-3 {
    background-color: #fff;
    padding-right: 0%;
  }

  .menu-3 {
    margin-left: 30px;
    position: static;
  }

  .navigation-2 {
    padding: 25px 30px;
  }

  .logo-image {
    width: 25vw;
  }

  .menu-button-3 {
    padding: 0;
  }

  .menu-button-3.w--open {
    background-color: #0000;
  }

  .navigation-item-3 {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-3:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-3:active {
    background-color: #eef0f3;
  }

  .garden-rooms-header-copy {
    height: 420px;
  }

  .d-64-p {
    font-size: 13px;
  }

  .d-64-border {
    border-width: 2px;
  }

  .demo-wrapper-2 {
    flex-wrap: wrap;
    flex: 0 auto;
    margin-right: 0%;
  }

  .d-64-card-wrapper {
    width: 49%;
    height: 340px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .d-64-h3-heading {
    margin-top: 40px;
    font-size: 27px;
  }

  .who-are-we-text-holder-div {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-29 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap, .section.cc-store-home-wrap-inspiration {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .main-contact-header-h3 {
    font-size: 18px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    letter-spacing: 18px;
    font-size: 26px;
    font-weight: 400;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 15px 30px;
  }

  .navigation-item {
    opacity: 1;
    transition-property: none;
  }

  .nav-logo-image {
    width: 250px;
  }

  .navigation-items {
    z-index: 1000;
    width: 100%;
    position: fixed;
    inset: 9% 0% auto;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .inspiration-header-home {
    height: 320px;
  }

  .intro-content {
    width: 80%;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .contact-form-grid {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-details-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-areas: ".";
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .button-style-1.center, .button-style-1.service-button {
    clear: both;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .home-header {
    height: 320px;
  }

  .div-block-19 {
    margin-bottom: 0;
  }

  .div-block-photo-div {
    flex: 0 auto;
    margin: 30px auto 0;
    display: block;
  }

  .gallery-images {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .inspiration-header {
    height: 320px;
  }

  .section-about-home, .section-about-home.cc-store-home-wrap, .section-hero-home, .section-hero-home.cc-store-home-wrap, .section-inspiration-home, .section-inspiration-home.cc-store-home-wrap-inspiration, .section-hero-inspiration-home, .section-hero-inspiration-home.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .garden-room-icon-holder {
    width: 160px;
    margin-bottom: 15px;
  }

  .main-text-center-16-600-width {
    width: 100%;
  }

  .container-garden-rooms.padding-bottom {
    margin-bottom: 20px;
  }

  .column {
    margin-bottom: 40px;
  }

  .rencent-project-div {
    width: 92%;
    height: 60vw;
    margin-bottom: 40px;
  }

  .button-style-2-button-float-project.inspiration {
    width: 180px;
    margin-top: 0;
  }

  .div-block-recent-projects {
    flex-flow: column wrap;
    align-content: stretch;
    margin-bottom: 0;
    display: block;
  }

  .project-float {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: static;
  }

  .section-projects-home {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-projects-home.cc-store-home-wrap {
    margin-left: -3px;
    margin-right: -3px;
  }

  .section-service-home, .section-service-home.cc-store-home-wrap, .section-features-home, .section-features-home.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .main-footer-text-15 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 13px;
  }

  .contact-cta-header-home {
    height: 320px;
  }

  .section-hero-contact-cta-home, .section-hero-contact-cta-home.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .main-text-left-aligned-16-600-width {
    width: 100%;
  }

  .main-h1-heading-left-aligned {
    font-size: 22px;
    line-height: 42px;
  }

  .main-h1-hero-heading-center-43 {
    letter-spacing: 18px;
    font-size: 26px;
    line-height: 51px;
  }

  .maincontainer {
    padding-left: 0;
    padding-right: 0;
  }

  .maintxtblackcenter20-40-padding-left {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mainheaderh2blackleft-26-40-padding-left {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-sectionwhite {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-list {
    width: 100%;
  }

  .question-container {
    margin-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .question-text {
    margin-top: 8px;
  }

  .main-h2-header-32-center {
    font-size: 22px;
    line-height: 42px;
  }

  .main-text-center-16 {
    width: 100%;
    margin-bottom: 20px;
  }

  .main-h1-heading-left-aligned-40-padding-left {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 26px;
  }

  .about-header {
    height: 320px;
  }

  .main-contact-header-h2 {
    font-size: 22px;
  }

  .garden-room-detail-div-holder {
    margin-bottom: 30px;
    padding-right: 10px;
  }

  .garden-room-icon-holder-2 {
    width: 160px;
    margin-bottom: 15px;
  }

  .main-h3-header-left-align-20.center-tablet-onward {
    line-height: 40px;
  }

  .main-text-left-aligned-16 {
    width: 100%;
    margin-bottom: 50px;
  }

  .services-rooms-header, .contact-header {
    height: 320px;
  }

  .section-garden-rooms, .section-garden-rooms.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .button-style-1-center.center {
    clear: both;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .section-project-cta, .section-project-cta.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .project-header, .project-2-header, .project-3-header {
    height: 320px;
  }

  .main-text-center-16-project-cta {
    width: 100%;
    margin-bottom: 20px;
    font-size: 17px;
  }

  .div-block-projects-galleries {
    flex-flow: column wrap;
    grid-template-columns: 1fr 1fr;
    align-content: stretch;
    margin-bottom: 0;
  }

  .button-style-1-project-bottom-padding.center {
    clear: both;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 170px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .contact-details-wrap-bottom-no-padding {
    margin-bottom: 0;
  }

  .project-testimonials-grid {
    grid-row-gap: 0px;
    grid-template-areas: ".";
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .main-testimonial-header-h3 {
    font-size: 18px;
  }

  .lightbox-link {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-second-text-set {
    font-size: 19px;
  }

  .maintxtblackcenter20-40-padding-left-copy-privacy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .galleryheader {
    text-align: center;
    padding-left: 0;
  }

  .div-block-9 {
    margin: 40px auto 0;
    display: block;
  }

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

  .tabs-menu-2 {
    z-index: 50;
    cursor: pointer;
    border-style: none;
    border-right-width: 1px;
    border-right-color: #000;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-top: 0;
    margin-bottom: 58px;
    padding-top: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    box-shadow: 0 28px 28px #00000014;
  }

  .tab-link-2 {
    text-align: left;
    background-color: #b8b8b8;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    height: 50px;
    padding-top: 13px;
    padding-left: 20px;
    font-size: 18px;
    display: block;
  }

  .tab-link-2:hover {
    background-color: var(--dim-grey-main);
    color: #fff;
  }

  .tab-link-2.w--current {
    background-color: var(--dim-grey-main);
    color: #fff;
    font-weight: 600;
  }

  .gallery-images-2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-26 {
    margin-bottom: 0;
  }

  .link-block-3 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .gallerysubheader {
    text-align: center;
    padding-left: 0;
  }

  .tabs-content-2 {
    margin-top: 157px;
    padding: 25px 20px;
  }

  .maincontainer-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .mainheaderh2centerservices {
    width: 85%;
    padding-left: 0;
    font-size: 31px;
  }

  .mainheaderh2blackleft28 {
    margin-bottom: 30px;
    padding-left: 0;
    font-size: 18px;
  }

  .maintxtblackcenter20abouthome, .maintxtblackcenter20abouthome-copy {
    padding-left: 0;
  }

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

  .our-range-holder-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1.75fr;
  }

  .our-range-holder-div.reverse {
    grid-template-columns: 1fr;
  }

  .main-text-center-16-800-width {
    width: 100%;
    margin-bottom: 30px;
  }

  .main-text-right-aligned-16 {
    width: 100%;
    margin-bottom: 50px;
  }

  .range-list-item {
    text-align: left;
  }

  .home-50-50-div-holder {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .home-hero-small-text {
    font-size: 20px;
  }

  .project-image {
    height: 25vw;
  }

  .testimonial-text {
    text-align: left;
  }

  .div-block-28 {
    grid-template-columns: 1fr 1fr;
  }

  .mainheaderh2centerservices-2 {
    width: 85%;
    padding-left: 0;
    font-size: 31px;
  }

  .main-privacy-text {
    padding-left: 0;
  }

  .main-privacy-h1 {
    width: 85%;
    padding-left: 0;
    font-size: 31px;
  }

  .main-privacy-title {
    margin-bottom: 30px;
    padding-left: 0;
    font-size: 18px;
  }

  .privacy-container-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .service-50-50-100pct {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .div-service-50.flex-text {
    padding-right: 0;
  }

  .div-service-50.flex-text.right {
    padding-left: 0;
  }

  .main-h1-hero-heading-center-43-copy {
    letter-spacing: 18px;
    font-size: 26px;
    line-height: 51px;
  }

  .navigation-2 {
    padding: 20px 30px;
  }

  .logo-image {
    width: 35vw;
  }

  .garden-rooms-header-copy {
    height: 320px;
  }

  .d-64-p {
    font-size: 11px;
    line-height: 16px;
  }

  .d-64-border {
    height: 52%;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 6px 5px;
  }

  .servicec-cta-btn {
    margin-top: 5px;
  }

  .d-64-heading-light {
    width: 180px;
    font-size: 19px;
    line-height: 26px;
  }

  .d-64-card-wrapper {
    height: 45vw;
  }

  .d-64-h3-heading {
    margin-top: 24px;
    font-size: 22px;
  }

  .who-are-we-image {
    height: 70vw;
  }

  .who-are-we-text-holder-div {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    text-align: center;
    letter-spacing: 10px;
    margin-top: 0%;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-item {
    color: #000;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .nav-logo-image {
    width: 200px;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .inspiration-header-home {
    height: 220px;
  }

  .intro-content.cc-homepage {
    align-self: auto;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-wrap {
    width: 100%;
    padding: 10px;
  }

  .contact-form-grid {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .intro-text {
    margin-top: auto;
    margin-bottom: auto;
  }

  .button-style-1.center {
    text-align: center;
    width: 150px;
  }

  .button-style-1.center.no-padding {
    margin-top: 0;
  }

  .button-style-1.service-button {
    text-align: center;
    width: 150px;
  }

  .button-style-1.service-button.no-padding {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .home-header {
    height: 180px;
  }

  .div-block-19 {
    padding-bottom: 50px;
  }

  .div-block-photo-div {
    width: 95%;
    margin: 20px auto 0;
    display: block;
  }

  .inspiration-header {
    background-size: cover;
    height: 180px;
  }

  .garden-room-icon-holder {
    margin-bottom: 10px;
  }

  .main-h3-header-center-20 {
    line-height: 30px;
  }

  .main-h3-header-left-align-26 {
    text-align: center;
    padding-left: 20px;
    font-size: 18px;
  }

  .div-block-22 {
    margin-left: auto;
    margin-right: auto;
  }

  .main-text-17-left-align-padding-50-left {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo-2 {
    width: 180px;
  }

  .button-style-2-button-float-project.inspiration {
    text-align: center;
    width: auto;
    margin-left: 15%;
    margin-right: 15%;
  }

  .project-float {
    flex-direction: column;
  }

  .section-projects-home.cc-store-home-wrap {
    margin-left: 5px;
    margin-right: 5px;
  }

  .main-footer-text-15 {
    font-size: 13px;
  }

  .contact-cta-header-home {
    height: 220px;
  }

  .main-h1-heading-left-aligned {
    line-height: 30px;
  }

  .main-h1-hero-heading-center-43 {
    text-align: center;
    letter-spacing: 10px;
    margin-top: 0%;
    font-size: 18px;
    line-height: 27px;
  }

  .maincontainer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .maintxtblackcenter20-40-padding-left {
    padding-left: 10px;
    padding-right: 0;
  }

  .mainheaderh2blackleft-26-40-padding-left {
    padding-left: 10px;
    padding-right: 0;
    font-size: 20px;
  }

  .main-sectionwhite {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-list {
    margin-bottom: 50px;
  }

  .question-icon {
    display: none;
  }

  .question-text {
    margin-bottom: 8px;
    margin-left: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .question-arrow-icon {
    margin-left: 16px;
  }

  .answer {
    padding-left: 0;
    padding-right: 0;
  }

  .main-h2-header-32-center {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 40px;
  }

  .main-text-center-16 {
    margin-bottom: 12px;
  }

  .main-h1-heading-left-aligned-40-padding-left {
    padding-left: 10px;
    padding-right: 0;
    font-size: 25px;
  }

  .about-header {
    background-size: cover;
    height: 180px;
  }

  .contact-form-form-wrap {
    margin-bottom: 0;
  }

  .garden-room-detail-div-holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .garden-room-icon-holder-2 {
    margin-bottom: 10px;
  }

  .main-h3-header-left-align-20 {
    text-align: center;
  }

  .main-text-left-aligned-16 {
    text-align: center;
    margin-bottom: 40px;
  }

  .services-rooms-header {
    background-size: cover;
    height: 180px;
  }

  .contact-header {
    height: 180px;
  }

  .button-style-1-center.center {
    text-align: center;
  }

  .section-project-cta.cc-store-home-wrap {
    margin-bottom: 40px;
  }

  .section-project-cta.cc-store-home-wrap.top {
    margin-top: 40px;
  }

  .project-header, .project-2-header, .project-3-header {
    background-size: cover;
    height: 180px;
  }

  .main-text-center-16-project-cta {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .div-block-projects-galleries {
    grid-template-columns: 1fr;
  }

  .button-style-1-project-bottom-padding.center {
    text-align: center;
  }

  .contact-details-wrap-bottom-no-padding {
    margin-bottom: 0;
  }

  .project-testimonials-grid {
    width: 100%;
  }

  .lightbox-link {
    margin-left: auto;
    margin-right: auto;
  }

  .menu-2 {
    margin-left: 15px;
  }

  .footer-second-text-set {
    font-size: 19px;
  }

  .maintxtblackcenter20-40-padding-left-copy-privacy {
    padding-left: 10px;
    padding-right: 0;
  }

  .galleryheader {
    padding-left: 0;
  }

  .div-block-9 {
    width: 95%;
    margin: 40px auto 0;
    display: block;
  }

  .tabs-menu-2 {
    display: block;
  }

  .tab-link-2 {
    padding-left: 15px;
    font-size: 16px;
  }

  .gallerysubheader {
    padding-left: 0;
  }

  .tabs-content-2 {
    margin-top: 157px;
    padding: 20px 15px;
  }

  .maincontainer-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mainheaderh2centerservices {
    width: 100%;
    font-size: 25px;
  }

  .mainheaderh2blackleft28 {
    font-size: 13px;
  }

  .maintxtblackcenter20abouthome, .maintxtblackcenter20abouthome-copy {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .html-embed-2 {
    width: 100%;
  }

  .main-text-center-16-800-width {
    margin-bottom: 30px;
  }

  .main-text-right-aligned-16 {
    margin-bottom: 40px;
  }

  .range-list-item {
    text-align: left;
  }

  .about-team-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-small-text {
    font-size: 13px;
  }

  .project-image {
    height: 40vw;
  }

  .mainheaderh2centerservices-2 {
    width: 100%;
    font-size: 25px;
  }

  .main-privacy-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-privacy-h1 {
    width: 100%;
    font-size: 25px;
  }

  .main-privacy-title {
    font-size: 13px;
  }

  .privacy-container-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .main-h1-hero-heading-center-43-copy {
    text-align: center;
    letter-spacing: 10px;
    margin-top: 0%;
    font-size: 18px;
    line-height: 35px;
  }

  .nav-link-phone {
    display: none;
  }

  .menu-3 {
    margin-left: 15px;
  }

  .navigation-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-image {
    width: 48vw;
  }

  .menu-button-3, .menu-button-3.w--open {
    flex: none;
  }

  .code-embed {
    width: 100%;
  }

  .garden-rooms-header-copy {
    background-size: cover;
    height: 180px;
  }

  .d-64-p {
    font-size: 4vw;
    line-height: 5vw;
  }

  .d-64-border {
    margin-top: 19px;
    margin-left: 22px;
    margin-right: 22px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .demo-wrapper-2 {
    align-items: center;
    margin-right: 0;
  }

  .servicec-cta-btn {
    margin-top: 10px;
  }

  .d-64-heading-light {
    width: 240px;
    font-size: 21px;
  }

  .d-64-card-wrapper {
    width: 100%;
    height: 85vw;
  }

  .d-64-h3-heading {
    margin-top: 30px;
  }
}

#w-node-_806a4015-ae04-feaf-c2a1-f043ab0c0c62-f689f8b2, #w-node-_34dd8395-e272-ae8b-af90-a59500f3bf7c-f689f8b2 {
  place-self: center;
}

#w-node-_2ef916f2-00a7-02b0-79be-9e8586c302e4-f689f8ca {
  align-self: center;
}

#w-node-_55693e32-6472-07ea-56f7-06ce5e939bc4-f689f8ca {
  place-self: center;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-f689f8cb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-f689f8cb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0a1b9e46-188a-760c-7d4f-595d09b04149-f689f8d1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f21f8127-28ee-38a3-b5dc-d83821545dda-f689f8d1 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ab5e45fb-e33f-115b-066f-83ff3d5b71ef-f689f8d1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e8dfb16a-baf4-e9b5-04c3-e5de6cfdb8a6-fdc75682 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e8dfb16a-baf4-e9b5-04c3-e5de6cfdb8a7-fdc75682 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_62d83bac-55b3-2cf7-7d00-92670bab247b-fdc75682 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0a1b9e46-188a-760c-7d4f-595d09b04149-a3ef55e2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f21f8127-28ee-38a3-b5dc-d83821545dda-a3ef55e2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ec5ff14b-7830-c512-2c26-6feb50c760ca-a3ef55e2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0a1b9e46-188a-760c-7d4f-595d09b04149-58e0c972 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f21f8127-28ee-38a3-b5dc-d83821545dda-58e0c972 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ec5ff14b-7830-c512-2c26-6feb50c760ca-58e0c972 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0a1b9e46-188a-760c-7d4f-595d09b04149-15acc749 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f21f8127-28ee-38a3-b5dc-d83821545dda-15acc749 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e1a4d9ae-9cb8-c8fd-e8be-76579e6e3d2c-15acc749 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0a1b9e46-188a-760c-7d4f-595d09b04149-e4199753 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f21f8127-28ee-38a3-b5dc-d83821545dda-e4199753 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e1a4d9ae-9cb8-c8fd-e8be-76579e6e3d2c-e4199753 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_3f61509a-fac7-b0d5-3763-509be705858e-f689f8cb {
    grid-row: 2 / 3;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-f689f8cb {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_03fcf65f-85ee-e6d9-d5d1-ca59d2d880b8-f689f8cf, #w-node-a288bb2d-ee6a-0a0a-d3f0-912a373e138e-f689f8cf {
    order: -9999;
  }
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}