@font-face {
  font-family: Alegreyasanssc Regular;
  src: url('../fonts/AlegreyaSansSC-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Alegreyasanssc Regular;
  src: url('../fonts/AlegreyaSansSC-Regular.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Alegreyasanssc Regular;
  src: url('../fonts/AlegreyaSansSC-Regular.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Heebo Bold;
  src: url('../fonts/Heebo-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Heebo Light;
  src: url('../fonts/Heebo-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --white-smoke: whitesmoke;
  --olive-green: #606d3e;
  --dark-grey: #242424;
  --green: #4a7212;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: #fff;
  letter-spacing: -3px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 54px;
}

h2 {
  letter-spacing: -3px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 40px;
}

h3 {
  letter-spacing: -2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #fff;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}

h5 {
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: Vollkorn, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}

h6 {
  color: #7d7d7d;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #5c5c5c;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.button {
  color: #333;
  text-align: center;
  letter-spacing: -1px;
  background-color: #0000;
  border: 2px solid #000;
  margin-top: 30px;
  padding: 15px 35px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #878787;
  border-color: #878787;
}

.header {
  margin-bottom: 20px;
  padding: 20px 20px 0;
}

.header.about {
  background-image: linear-gradient(#4a721254, #4a721254), url('../images/contact-us.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 30vh;
  margin: 20px;
}

.header.about-copy {
  background-image: linear-gradient(#4a721254, #4a721254), url('../images/contact-us.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 30vh;
  margin: 20px;
}

.slider {
  height: 100%;
  padding-left: 0;
  display: none;
}

.slide-nav {
  display: none;
}

.slide-1 {
  background-image: linear-gradient(#00000047, #00000047), url('../images/Appleberry-Design-kitchen.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.slide-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-christa-grover-1910472.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.slide-container {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  width: 60vw;
  margin-top: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.right-icon {
  color: #fff;
  background-color: #0000;
  width: 35px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 30px;
  transition: all .5s;
  display: block;
}

.right-icon:hover {
  color: #fff;
  background-color: #3333337d;
}

.left-icon {
  color: #fff;
  background-color: #0000;
  width: 35px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 30px;
  transition: all .5s;
  display: block;
}

.left-icon:hover {
  color: #fff;
  background-color: #3333337d;
}

.navbar {
  background-color: var(--white-smoke);
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.nav-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.brand {
  margin-right: 140px;
  display: block;
}

.nav-menu {
  float: left;
  text-align: left;
  flex: 0 auto;
  justify-content: flex-end;
  display: flex;
}

.nav-link {
  float: none;
  color: var(--dark-grey);
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 13px 25px;
  font-family: Heebo Regular, sans-serif;
  font-size: 12px;
}

.nav-link:hover {
  color: var(--olive-green);
  -webkit-text-stroke-color: var(--green);
}

.nav-link.w--current {
  color: var(--olive-green);
  letter-spacing: 3px;
  -webkit-text-stroke-color: var(--green);
  padding-bottom: 13px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Heebo Regular, sans-serif;
  font-size: 13px;
  font-weight: 500;
  transition: all .5s;
}

.nav-link.contact {
  border: 1px solid #4a72125c;
  padding-top: 13px;
  padding-bottom: 13px;
}

.nav-link.contact.w--current {
  margin-left: 20px;
}

.nav-link.drop {
  padding-right: 40px;
}

.about {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.right-column {
  margin-bottom: 20px;
  padding-right: 0;
}

.grey-box {
  background-color: var(--white-smoke);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 40px 20px;
  display: flex;
}

.grey-box.intro {
  margin-bottom: 20px;
  padding: 20px;
}

.grey-box._2 {
  padding: 40px 45px 40px 40px;
}

.about-photo {
  background-image: url('../images/Appleberry-Design-kitchen.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 55vh;
  display: flex;
}

.row {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  padding-right: 0;
}

.about-photo-2 {
  background-image: url('../images/desk3.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
}

.portfolio {
  padding: 40px 20px;
}

.break---numbers {
  padding: 50px 20px;
}

.contact {
  text-align: center;
  height: auto;
  margin-bottom: 0;
  padding: 20px;
}

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

.label {
  color: var(--dark-grey);
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vollkorn, serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.text-field {
  letter-spacing: -1px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.text-area {
  letter-spacing: -1px;
  height: 350px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.footer {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-content {
  background-color: #242424;
  padding: 40px 40px 20px;
  display: block;
}

.footer-text {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Heebo Light, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 28px;
}

.services {
  background-color: #0000;
  padding: 60px 20px;
}

.services-photo {
  background-image: url('../images/desk2.jpeg');
  background-position: 50%;
  background-size: cover;
}

.services-1 {
  text-align: center;
  background-color: #f5f5f5;
  height: auto;
  min-height: 400px;
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
  transition: all .75s;
  overflow: hidden;
}

.services-1:hover {
  background-color: #e3e1d3;
  background-image: none;
}

.services-2 {
  text-align: center;
  background-color: #f5f5f5;
  height: auto;
  min-height: 400px;
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
  transition: all .75s;
}

.services-2:hover {
  background-color: #e0cece;
  background-image: none;
}

.services-3 {
  text-align: center;
  background-color: #f5f5f5;
  height: auto;
  min-height: 400px;
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
  transition: all .75s;
}

.services-3:hover {
  background-color: #d1d7e0;
  background-image: none;
}

.break---quotes {
  text-align: center;
  padding: 100px 20px;
}

.quote-slider {
  background-color: #fff;
  height: 100px;
}

.quote-1, .quote-2 {
  text-align: center;
  padding-top: 30px;
}

.quote-text {
  color: #333;
  letter-spacing: -1.5px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.footer-link {
  color: #fff;
  text-decoration: none;
}

.footer-link.small {
  color: #f5f5f5b8;
  font-size: 11px;
}

.preloader {
  z-index: 2000;
  text-align: center;
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
  padding-top: 275px;
  display: none;
  position: absolute;
}

.brand-image {
  width: 25vw;
  margin-right: 70px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.footer-logo {
  width: 180px;
}

.slide-3 {
  background-image: url('../images/hoop.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.portfolio-thumbnail {
  width: 100%;
  height: auto;
}

.portfolio-lightbox {
  width: 100%;
  transition: all .5s;
}

.portfolio-lightbox:hover {
  opacity: 1;
  transition: none;
}

.portfolio-hover-colour {
  width: 100%;
  height: 100%;
  padding-right: 20px;
  position: absolute;
}

.colour {
  opacity: 0;
  text-align: center;
  background-color: #000c;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: all .5s;
}

.colour:hover {
  opacity: 1;
}

.white {
  color: #fff;
  letter-spacing: 2px;
  font-family: Heebo Light, sans-serif;
  font-size: 17px;
  font-weight: 300;
  transform: none;
}

.portfolio-inner {
  border: 1px solid #fff;
  height: 100%;
  padding-top: 40%;
}

.heading {
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-family: Heebo Light, sans-serif;
  font-size: 40px;
  font-weight: 300;
}

.heading-2 {
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: 0 0 4px #00000087;
  font-family: Heebo Bold, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 66px;
}

.heading-3 {
  font-family: Alegreyasanssc Regular, sans-serif;
}

.heading-4 {
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: Heebo Light, sans-serif;
  font-weight: 300;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.btn-2-w {
  z-index: 10;
  color: #000;
  letter-spacing: 3px;
  justify-content: center;
  align-items: center;
  width: 182px;
  height: 80px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vert-line {
  transform-origin: 0 0;
  transform-style: preserve-3d;
  background-color: #000;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale3d(1, .35, 1);
}

.vert-line.thin {
  transform-style: preserve-3d;
  width: 1px;
  transform: scale3d(1, .25, 1);
}

.horizont-line {
  transform-origin: 0 0;
  transform-style: preserve-3d;
  background-color: #000;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale3d(.15, 1, 1);
}

.horizont-line.thin {
  transform-style: preserve-3d;
  height: 1px;
  transform: scale3d(.1, 1, 1);
}

.text-block-2 {
  position: relative;
}

.paragraph {
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  width: auto;
  font-family: Heebo Light, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

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

.paragraph.head {
  font-family: Heebo Regular, sans-serif;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 400px;
  margin-left: 10px;
  display: flex;
}

.text-block-5 {
  color: #fff;
  letter-spacing: 3px;
  white-space: nowrap;
  margin-bottom: 35px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 20px;
  position: static;
  transform: rotate(90deg);
}

.div-block-9 {
  background-color: #fff;
  width: 1px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-block-2 {
  background-color: #0000;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-style: normal;
  text-decoration: none;
}

.div-block-10 {
  background-color: #fff;
  width: 1px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-5 {
  background-color: #000000d1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 56%;
  height: 70%;
  margin-left: 115px;
  display: flex;
}

.div-block-11 {
  overflow: hidden;
}

.text-block-6 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 120px;
  font-weight: 900;
  line-height: 100px;
}

.paragraph-2 {
  color: #fff;
  letter-spacing: 10px;
  margin-top: 20px;
  margin-left: 24px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.button-outline {
  z-index: 2;
  color: var(--dark-grey);
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 65px;
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-outline:visited {
  color: var(--dark-grey);
}

.button-outline.white {
  border-color: var(--white-smoke);
  color: #000;
}

.button-outline.black {
  border-color: #000;
}

.button-outline.black:visited {
  color: #000;
}

.div-block-17 {
  background-color: #fff;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text-block-3 {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}

.div-block-18 {
  background-color: var(--green);
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text-block-7 {
  color: #fff;
  font-family: Heebo Light, sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}

.button-div {
  margin-top: 20px;
}

.container {
  height: 17%;
}

.heading-1 {
  color: var(--white-smoke);
  letter-spacing: normal;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #f5f5f5a1;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  font-family: Heebo Light, sans-serif;
  font-size: 40px;
  font-weight: 300;
  display: flex;
}

.heading-5 {
  letter-spacing: normal;
  font-family: Heebo Light, sans-serif;
  font-weight: 300;
}

.intro-div {
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.heading-6 {
  letter-spacing: 2px;
  font-family: Heebo Light, sans-serif;
  font-weight: 300;
}

.pa {
  text-align: center;
  font-family: Heebo Light, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.heading-7 {
  letter-spacing: 1px;
  font-family: Heebo Light, sans-serif;
  font-size: 38px;
  font-weight: 300;
}

.heading-8 {
  margin-bottom: 20px;
}

.cell {
  align-items: stretch;
}

.quick-stack {
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-10 {
  font-family: Heebo Light, sans-serif;
}

.footer-heading {
  color: #f0f0f0;
  letter-spacing: 1px;
  font-family: Heebo Light, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.footer-heading.dark {
  color: var(--dark-grey);
  -webkit-text-stroke-color: var(--white-smoke);
}

.link {
  color: #5b7a0d;
  -webkit-text-stroke-color: var(--green);
  font-family: Heebo Light, sans-serif;
  text-decoration: none;
}

.contact-form-div {
  border: 1px solid #e6e6e6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 20px 10px;
  display: flex;
}

.html-embed {
  justify-content: space-between;
  margin-bottom: 20px;
  font-family: Heebo Light, sans-serif;
  font-weight: 300;
  display: flex;
}

.paragraph-3 {
  color: #f5f5f573;
  text-align: center;
  letter-spacing: 1px;
  border-top: 1px solid #f5f5f51a;
  margin-top: 10px;
  padding-top: 20px;
  font-family: Heebo Light, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.div-block-67 {
  margin: 40px 0 0;
  padding: 30px 20px 10px;
}

.div-block-68 {
  margin-top: 20px;
}

.white-button-text {
  color: #fff;
  text-shadow: 0 2px 2px #00000061;
  font-family: Heebo Light, sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}

.black-button-text {
  color: var(--dark-grey);
  letter-spacing: 2px;
  font-family: Heebo Light, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
}

.black-button-text:hover {
  color: var(--dark-grey);
}

.html-embed-2 {
  width: 100%;
  min-width: 100%;
  margin-top: 40px;
}

.columns-2 {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.html-embed-3 {
  margin-top: 20px;
  margin-right: 0;
  font-family: Heebo Light, sans-serif;
  font-style: normal;
}

.cell-3 {
  background-image: url('../images/Appleberry-Design-bedroom9.jpg');
  background-position: 50%;
  background-size: cover;
}

.cell-4 {
  background-image: url('../images/happy-about-my-kitchen.jpg');
  background-position: 50%;
  background-size: cover;
}

.quick-stack-2 {
  padding: 0;
}

.quick-stack-3 {
  padding: 20px 0 0;
}

.quick-stack-4 {
  margin-bottom: 0;
  padding: 0 20px;
}

.cell-5, .cell-6 {
  align-items: stretch;
}

.cell-7 {
  background-image: none;
}

.icon {
  margin-top: 16px;
  padding-right: 0;
}

.dropdown-link {
  color: var(--green);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #4a7212bd;
  font-family: Heebo Regular, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.dropdown-link:hover {
  -webkit-text-stroke-color: var(--dark-grey);
}

.dropdown-link.w--current {
  color: #af2a2a;
  border: 0 solid #606d3e54;
  border-bottom: 1px solid #606d3ebd;
  font-size: 12px;
  font-weight: 500;
}

.section-heading {
  z-index: 2;
  color: var(--green);
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Heebo Light, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  display: block;
  position: relative;
}

.section-heading.outline {
  z-index: 0;
  color: var(--white-smoke);
  -webkit-text-stroke-color: #606d3e45;
  margin-top: -66px;
  font-family: Heebo Bold, sans-serif;
  font-size: 70px;
  display: block;
  position: relative;
}

.section-heading.gallery {
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 28px;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 10px;
  display: flex;
}

.html-embed-4 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.column-2, .column-3 {
  text-align: left;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  padding-top: 10px;
  display: flex;
}

.suppliers {
  text-align: center;
  background-color: #2424240d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 40px 20px 60px;
  display: block;
}

.about-image-left {
  background-image: url('../images/Kitchen-design2.jpg');
  background-position: 50%;
  background-size: cover;
  display: block;
}

.quick-stack-5 {
  grid-row-gap: 4px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-69 {
  justify-content: space-between;
  display: block;
}

.image {
  background-color: var(--green);
  border-radius: 200px;
  width: 30px;
  margin-right: 10px;
  padding: 5px;
}

.cell-8, .cell-9 {
  justify-content: center;
}

.section {
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 0;
}

.text-block-8 {
  color: var(--dark-grey);
}

.html-embed-5 {
  font-family: Heebo Regular, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.div-block-70 {
  text-align: left;
}

.header-grid {
  grid-column-gap: 0px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 0;
}

.cell-10 {
  background-image: linear-gradient(to bottom, var(--olive-green), var(--olive-green));
  padding-left: 20px;
}

.cell-11 {
  background-image: linear-gradient(#606d3e9e, #606d3e9e), url('../images/kitchen-lineart.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.gallery {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 10px 0 0 20px;
  display: block;
}

.cell-12 {
  justify-content: flex-start;
}

.quick-stack-6 {
  padding-bottom: 10px;
}

.cell-15 {
  background-color: var(--olive-green);
}

.divider {
  background-color: var(--olive-green);
  color: var(--olive-green);
  width: 100px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.kitchen-cell-left {
  background-image: url('../images/kitchen-lifestyle.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.living-space-left {
  background-image: url('../images/living-spaces.jpg');
  background-position: 50%;
  background-size: cover;
}

.bedroom-image-left {
  background-image: url('../images/bedroom-lifestyle.jpg');
  background-position: 50%;
  background-size: cover;
}

.home-office-image-left {
  background-image: url('../images/home-office.jpg');
  background-position: 50%;
  background-size: cover;
}

.bold-text-2 {
  font-family: Heebo Regular, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.quick-stack-7 {
  grid-column-gap: 3px;
  grid-row-gap: 5px;
  padding: 0;
}

.cell-16 {
  background-image: url('../images/AppleBerry-Design-Showroom4.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 140px;
}

.bathroom-image-left {
  background-image: url('../images/bathroom-lifestyle2.jpg');
  background-position: 50%;
  background-size: cover;
}

.social-div {
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.quick-stack-8 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  padding: 0;
}

._3d-image-left {
  background-image: url('../images/AppleBerry-Design-3D-1.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.cookie-policy {
  font-family: Heebo Regular, sans-serif;
}

.whatsapp {
  font-family: Heebo Regular, sans-serif;
  font-weight: 500;
}

.dropdown-list {
  margin-top: 10px;
}

.dropdown-list.w--open {
  margin-top: 13px;
}

.bedroom-intro, .kitchen-intro, .office-intro, ._3d-intro, .portfolio-intro, .bathroom-intro {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.cell-18, .cell-21, .showroom-cell {
  padding-top: 10px;
}

.kitchen-gallery-embed, .bedroom-gallery-embed {
  margin-top: 20px;
  margin-right: 20px;
  font-family: Heebo Light, sans-serif;
  font-style: normal;
}

.social-icons-grid {
  grid-template-columns: 1fr;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.social-wrapper-2 {
  text-align: center;
  align-items: flex-end;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.social-link-block {
  background-color: #d4af65;
  background-image: url('../images/Asset-4_1Asset 4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-right-style: none;
  border-radius: 80px;
  margin-right: 10px;
  padding: 20px;
  transition: background-color .5s;
}

.social-link-block:hover {
  background-color: #686a4e;
  border-right-width: 0;
  border-right-color: #0000;
}

.social-link-block.fb {
  background-color: #4a7213;
  background-image: url('../images/facebook55.png');
  margin-right: 5px;
  padding: 18px;
}

.social-link-block.fb:hover {
  background-color: #7d1a1b;
}

.social-link-block.insta {
  background-color: #4a7213;
  background-image: url('../images/instagram_1instagram.png');
  background-position: 50%;
  background-size: 20px;
  margin-left: 0;
  margin-right: 5px;
  padding: 18px;
}

.social-link-block.insta:hover {
  background-color: #7d1a1b;
}

.social-link-block.linkedinn {
  background-color: #d4af65;
  background-image: url('../images/53f3346a981411270eb11242_linkedin_footer.svg');
  margin-left: 0;
  margin-right: 5px;
  padding: 18px;
  display: inline-block;
}

.social-link-block.linkedinn:hover {
  color: #000;
  background-color: #9a6ea8;
}

.social-link-block.tiktok {
  background-color: #d4af65;
  background-image: url('../images/Asset-2.svg');
  margin-left: 0;
  margin-right: 5px;
  padding: 18px;
  display: inline-block;
}

.social-link-block.tiktok:hover {
  color: #000;
  background-color: #9a6ea8;
}

.social-link-block.youtube {
  background-color: #d4af65;
  background-image: url('../images/youtube_1youtube.png');
  margin-right: 5px;
  padding: 18px;
}

.public-spaces-image-left {
  background-image: url('../images/AppleBerryDesign-Floral-Avenue5.jpg');
  background-position: 50%;
  background-size: cover;
}

.social {
  padding: 40px 20px;
}

html.w-mod-js [data-ix="title-slide-in-1"], html.w-mod-js [data-ix="title-slide-in-2"], html.w-mod-js [data-ix="fade-in-on-scroll"], html.w-mod-js [data-ix="services-slide-up-1"], html.w-mod-js [data-ix="services-slide-up-2"], html.w-mod-js [data-ix="services-slide-up-3"] {
  opacity: 0;
}

html.w-mod-js [data-ix="preloader-fade-out"] {
  opacity: 1;
  display: block;
}

html.w-mod-js [data-ix="page-load-fade-in"] {
  opacity: 0;
}

@media screen and (min-width: 1440px) {
  .grey-box {
    padding: 60px;
  }

  .utility-page-wrap {
    height: 60vh;
  }

  .utility-page-content {
    justify-content: center;
    align-items: center;
  }

  .heading-1 {
    margin-top: 95px;
  }

  ._3d-image-left {
    background-image: url('../images/AppleBerry-Design-3D-1.jpg');
  }

  .heading-11 {
    color: var(--green);
    letter-spacing: 0;
    font-family: Heebo Light, sans-serif;
    font-size: 50px;
    line-height: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .header {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .header.about, .header.about-copy {
    background-image: linear-gradient(to bottom, null, null), url('../images/contact-us.jpg');
    background-size: auto, cover;
    height: 35vh;
  }

  .slider {
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow {
    margin-left: 40px;
  }

  .right-arrow {
    margin-right: 40px;
  }

  .slide-1 {
    text-shadow: 15px 0 4px #00000091;
    font-family: Heebo Light, sans-serif;
    font-weight: 300;
  }

  .slide-container {
    justify-content: center;
    align-items: flex-end;
    margin-top: 20%;
  }

  .nav-container {
    justify-content: space-between;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .brand.w--current {
    flex: 1;
    margin-right: 0;
  }

  .nav-menu {
    text-align: right;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    display: flex;
  }

  .nav-link.contact {
    padding-top: 13px;
  }

  .about {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .grey-box {
    padding: 60px 100px;
  }

  .grey-box.intro {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grey-box._2 {
    height: auto;
    padding: 60px 70px;
  }

  .about-photo {
    height: 45vh;
  }

  .portfolio {
    background-color: var(--white-smoke);
    margin: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .services {
    background-color: #0000;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .services-photo {
    height: 55vh;
  }

  .brand-image {
    text-align: left;
    width: 17vw;
    display: block;
  }

  .heading-2 {
    font-size: 7em;
    font-weight: 700;
    line-height: 1.1em;
  }

  .paragraph {
    font-size: 15px;
  }

  .button-outline {
    width: 300px;
    margin-top: 40px;
  }

  .button-outline:hover {
    color: var(--white-smoke);
  }

  .text-block-7 {
    text-shadow: none;
    font-size: 20px;
    font-weight: 300;
  }

  .heading-1 {
    margin-top: 190px;
    margin-bottom: auto;
    font-family: Heebo Regular, sans-serif;
  }

  .pa {
    font-size: 15px;
  }

  .quick-stack {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-form-div {
    align-items: stretch;
    padding-left: 10px;
  }

  .html-embed {
    justify-content: space-between;
    display: flex;
  }

  .div-block-20 {
    max-width: 1800em;
  }

  .div-block-21 {
    max-width: 0;
  }

  .div-block-22 {
    max-width: NaN% ;
  }

  .div-block-23, .div-block-24 {
    max-width: 100px;
  }

  .div-block-25 {
    max-width: 100%;
  }

  .div-block-26 {
    max-width: 0;
  }

  .div-block-27 {
    max-width: NaN% ;
  }

  .div-block-28 {
    max-width: 0%;
  }

  .div-block-29 {
    max-width: 100px;
  }

  .div-block-30 {
    max-width: 100%;
  }

  .div-block-31 {
    max-width: 0;
  }

  .div-block-32 {
    max-width: 0;
  }

  .div-block-33, .div-block-34, .div-block-35 {
    max-width: 50px;
  }

  .div-block-36 {
    max-width: 0;
  }

  .div-block-37 {
    max-width: 0;
  }

  .div-block-38 {
    max-width: 222px;
  }

  .div-block-39 {
    max-width: 100%;
  }

  .div-block-40 {
    max-width: 900px;
  }

  .div-block-41 {
    max-width: 100%;
  }

  .div-block-42, .div-block-43 {
    max-width: 100px;
  }

  .div-block-44 {
    max-width: 100%;
  }

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

  .div-block-46, .div-block-47 {
    width: 70px;
  }

  .div-block-48 {
    width: NaN% ;
  }

  .div-block-49 {
    width: 0;
  }

  .div-block-50 {
    width: 700px;
  }

  .div-block-51, .div-block-52 {
    width: 1400px;
  }

  .div-block-53 {
    max-width: 1320px;
  }

  .div-block-54 {
    max-width: 1000px;
  }

  .div-block-55 {
    max-width: 100%;
  }

  .div-block-56 {
    min-width: 100%;
  }

  .div-block-57 {
    min-width: 1800px;
  }

  .div-block-58, .div-block-59 {
    min-width: 1400px;
  }

  .div-block-60 {
    min-width: 100%;
  }

  .div-block-61, .div-block-62 {
    width: 1300px;
  }

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

  .div-block-64 {
    width: 0%;
  }

  .div-block-65, .div-block-66 {
    width: 70px;
  }

  .div-block-67 {
    width: auto;
    min-width: auto;
    max-width: none;
    margin-top: 0;
  }

  .white-button-text, .black-button-text {
    text-shadow: none;
    font-size: 20px;
    font-weight: 300;
  }

  .columns-2 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .cell-4 {
    background-size: cover;
  }

  .quick-stack-2 {
    background-size: auto;
  }

  .quick-stack-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-7 {
    padding-right: 0;
  }

  .container-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .suppliers {
    background-color: #0000;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .about-image-left {
    background-image: url('../images/Kitchen-design.jpg');
    background-position: 50%;
    background-size: cover;
  }

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

  .gallery {
    margin-bottom: 20px;
  }

  .quick-stack-6 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .divider {
    width: 100px;
  }

  .about-copy {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .bedroom-image-left {
    background-position: 40% 30%;
  }

  .bathroom-image-left {
    background-repeat: no-repeat;
    background-attachment: scroll;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .body {
    height: auto;
  }

  .bedroom-intro, .kitchen-intro, .office-intro, ._3d-intro, .portfolio-intro, .bathroom-intro {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .kitchen-gallery-embed, .bedroom-gallery-embed {
    margin-right: 20px;
  }

  .public-spaces-image-left {
    background-repeat: no-repeat;
    background-attachment: scroll;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 5px;
    font-size: 48px;
    line-height: 46px;
  }

  h2 {
    font-size: 32px;
    line-height: 31px;
  }

  h4 {
    margin-top: 5px;
  }

  h5 {
    margin-bottom: 15px;
    font-size: 15px;
  }

  p {
    font-size: 13px;
    line-height: 21px;
  }

  .button {
    margin-top: 15px;
  }

  .header.about {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header.about-copy {
    background-image: linear-gradient(to bottom, null, null), url('../images/contact-us.jpg');
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    margin-top: 110px;
    display: flex;
  }

  .slide-container {
    width: 85%;
    margin-top: 250px;
  }

  .navbar {
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
    padding-right: 0;
    display: block;
    position: absolute;
    top: 0;
  }

  .nav-container {
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    margin-right: auto;
  }

  .nav-menu {
    text-align: center;
    background-color: #fff;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
  }

  .menu-button {
    z-index: 0;
    margin-top: 31px;
    padding-top: 0;
    padding-bottom: 10px;
    position: absolute;
    top: 0;
    right: 20px;
  }

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

  .nav-icon {
    color: var(--olive-green);
  }

  .nav-link, .nav-link.w--current {
    color: #333;
    text-align: center;
  }

  .nav-link.contact {
    margin-bottom: 20px;
  }

  .about {
    padding-top: 0;
  }

  .left-column {
    padding-left: 10px;
  }

  .right-column {
    background-color: #0000;
  }

  .grey-box {
    align-items: center;
    height: 100%;
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grey-box.intro {
    height: auto;
    margin-top: 0;
    padding-top: 20px;
  }

  .grey-box._2 {
    height: auto;
    min-height: auto;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-photo {
    height: 68vh;
  }

  .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .about-photo-2 {
    height: 400px;
  }

  .portfolio {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .break---numbers {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .footer-content {
    font-family: Heebo Light, sans-serif;
    font-weight: 300;
  }

  .footer-text {
    letter-spacing: 1px;
    font-family: Heebo Light, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
  }

  .services {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-1, .services-2, .services-3 {
    height: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .break---quotes {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .quote-text {
    letter-spacing: -1px;
    font-size: 17px;
    line-height: 26px;
  }

  .preloader {
    z-index: 2000;
    padding-top: 200px;
  }

  .mobile-logo {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .brand-image {
    width: 40vw;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 10px;
  }

  .colour {
    opacity: 1;
    background-color: #0006;
    padding: 10px;
  }

  .white {
    font-size: 15px;
  }

  .portfolio-inner {
    padding-top: 35%;
  }

  .heading-1 {
    margin-top: 0;
    font-size: 40px;
  }

  .heading-7 {
    line-height: 43px;
  }

  .div-block-19 {
    display: block;
  }

  .heading-9, .heading-9-copy {
    letter-spacing: 1px;
    font-family: Heebo Regular, sans-serif;
    font-weight: 400;
  }

  .quick-stack {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-form-div {
    align-items: stretch;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-67 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .columns-2 {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-2 {
    margin-top: 0;
    padding-top: 0;
  }

  .quick-stack-4 {
    margin-right: 0;
  }

  .cell-6 {
    align-items: stretch;
  }

  .section-heading {
    font-size: 28px;
  }

  .section-heading.gallery {
    padding-right: 20px;
  }

  .suppliers {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section {
    margin-right: 20px;
  }

  .header-grid {
    margin-top: 0;
  }

  .quick-stack-6 {
    grid-column-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bedroom-image-left {
    background-position: 30%;
    background-repeat: no-repeat;
  }

  .cell-17 {
    padding-top: 100px;
    display: none;
  }

  ._3d-image-left {
    background-position: 50%;
  }

  .bedroom-intro, .kitchen-intro, .office-intro, ._3d-intro {
    padding-top: 100px;
  }

  .portfolio-intro {
    padding-top: 90px;
  }

  .bathroom-intro {
    padding-top: 100px;
  }

  .cell-21, .cell-22 {
    padding-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-bottom: 0;
  }

  .header.about {
    height: 40vh;
  }

  .header.about-copy {
    background-image: linear-gradient(to bottom, null, null), url('../images/contact-us.jpg');
    background-size: auto, cover;
    height: 40vh;
  }

  .slide-container {
    margin-top: 100px;
  }

  .navbar {
    position: absolute;
  }

  .brand {
    padding-left: 5px;
  }

  .nav-menu {
    padding-top: 60px;
  }

  .menu-button {
    margin-top: 25px;
    padding-bottom: 0;
    padding-right: 10px;
    right: 21px;
  }

  .nav-icon {
    padding-top: 0;
  }

  .nav-link {
    padding-bottom: 15px;
  }

  .about {
    padding-top: 0;
  }

  .left-column {
    margin-top: 20px;
    padding-right: 0;
    display: block;
  }

  .right-column {
    margin-top: 20px;
    padding-left: 0;
  }

  .grey-box {
    align-items: center;
    height: auto;
    min-height: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 40px 20px;
    display: flex;
    position: static;
  }

  .grey-box.intro {
    padding-top: 20px;
  }

  .grey-box._2 {
    margin-bottom: 20px;
  }

  .about-photo {
    height: 400px;
  }

  .row {
    flex-flow: row;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }

  .about-photo-2 {
    height: 250px;
    margin-top: 0;
  }

  .portfolio {
    float: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .break---numbers {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .label {
    text-align: center;
  }

  .footer-content {
    text-align: center;
    margin-top: 20px;
    padding: 20px;
    display: flex;
  }

  .footer-text {
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    font-family: Heebo Light, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
  }

  .services-photo {
    height: 250px;
  }

  .services-1, .services-2, .services-3 {
    height: auto;
    min-height: 100px;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .footer-link {
    line-height: 16px;
  }

  .column {
    margin-top: 20px;
    padding: 0;
  }

  .preloader {
    padding-top: 100px;
  }

  .mobile-logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .brand-image {
    width: 40vw;
    margin-left: 0;
    padding-left: 0;
  }

  .footer-logo {
    margin-bottom: 26px;
  }

  .portfolio-column {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .colour {
    opacity: 1;
    background-color: #0006;
    padding: 20px;
  }

  .heading-1 {
    font-size: 36px;
  }

  .columns {
    letter-spacing: 2px;
    font-family: Heebo Light, sans-serif;
    font-weight: 300;
    display: block;
  }

  .div-block-19, .quick-stack {
    width: 100%;
    max-width: 100%;
  }

  .contact-form-div {
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
  }

  .paragraph-3 {
    margin-top: 0;
  }

  .div-block-67 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .html-embed-2 {
    justify-content: space-between;
    display: block;
  }

  .cell-2 {
    flex-direction: column;
    font-family: Heebo Light, sans-serif;
    font-weight: 300;
    display: block;
  }

  .html-embed-3 {
    margin-right: 0;
  }

  .cell-3 {
    padding-top: 140px;
    padding-bottom: 140px;
    padding-right: 0;
  }

  .cell-4 {
    padding-top: 220px;
  }

  .quick-stack-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-6 {
    justify-content: center;
    align-items: center;
  }

  .section-heading.gallery {
    font-size: 28px;
  }

  .container-3 {
    display: flex;
  }

  .about-image-left {
    padding-top: 140px;
    padding-bottom: 140px;
    padding-right: 0;
  }

  .quick-stack-5 {
    grid-column-gap: 10px;
  }

  .div-block-70 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .gallery {
    padding-right: 20px;
  }

  .cell-12 {
    justify-content: center;
    align-items: center;
  }

  .bold-text {
    padding-right: 20px;
  }

  .cell-13, .cell-14 {
    justify-content: center;
    align-items: center;
  }

  .kitchen-cell-left {
    padding-top: 140px;
    padding-bottom: 140px;
    padding-right: 0;
  }

  .about-copy {
    padding-top: 0;
  }

  .living-space-left, .bedroom-image-left, .home-office-image-left, .bathroom-image-left {
    padding-top: 140px;
    padding-bottom: 140px;
    padding-right: 0;
  }

  .social-div {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._3d-image-left {
    padding-top: 140px;
    padding-bottom: 140px;
    padding-right: 0;
  }

  .bedroom-intro, .kitchen-intro, .office-intro, ._3d-intro {
    padding-top: 100px;
  }

  .portfolio-intro {
    padding-top: 90px;
  }

  .bathroom-intro {
    padding-top: 100px;
  }

  .kitchen-gallery-embed, .bedroom-gallery-embed {
    margin-right: 0;
  }

  .social-wrapper-2 {
    margin-bottom: 50px;
  }

  .public-spaces-image-left {
    padding-top: 140px;
    padding-bottom: 140px;
    padding-right: 0;
  }
}

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

  h2 {
    font-size: 28px;
    line-height: 27px;
  }

  h4 {
    font-size: 14px;
    line-height: 15px;
  }

  h5 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 21px;
  }

  .header {
    margin-top: 79px;
    padding-top: 20px;
  }

  .header.about-copy {
    margin-top: 90px;
    margin-left: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-container {
    margin-top: 130px;
  }

  .navbar {
    padding-top: 10px;
    position: absolute;
  }

  .brand {
    margin-right: auto;
    padding-left: 0;
  }

  .nav-menu {
    text-align: center;
    padding-top: 40px;
  }

  .menu-button {
    margin-top: 9px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-icon {
    color: var(--olive-green);
    padding-top: 10px;
  }

  .nav-link.contact {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .about {
    padding-top: 0;
  }

  .left-column, .right-column {
    margin-top: 20px;
  }

  .grey-box {
    margin: 0 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .grey-box.intro {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-photo {
    height: 200px;
  }

  .row {
    margin-bottom: 0;
  }

  .about-photo-2 {
    height: 200px;
  }

  .break---numbers {
    padding-bottom: 10px;
  }

  .contact {
    margin-top: 30px;
    padding-top: 30px;
  }

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

  .footer-text {
    text-align: center;
    padding-right: 0;
    font-size: 11px;
  }

  .services-photo {
    height: 200px;
  }

  .services-1, .services-2, .services-3 {
    margin-top: 0;
  }

  .break---quotes {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-slider {
    height: 130px;
  }

  .quote-text {
    font-size: 16px;
    line-height: 24px;
  }

  .mobile-logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .brand-image {
    width: 60vw;
    margin-left: 0;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .brand-image.mobile {
    padding-top: 10px;
  }

  .colour {
    opacity: 1;
    background-color: #0006;
    padding: 10px;
  }

  .white {
    font-size: 12px;
    line-height: 16px;
    transform: none;
  }

  .portfolio-inner {
    padding-top: 30%;
  }

  .paragraph {
    text-align: center;
    width: 90vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph.left {
    text-align: center;
    margin-bottom: 10px;
  }

  .heading-1 {
    text-align: center;
    padding-right: 10px;
    font-size: 30px;
    line-height: 33px;
  }

  .pa {
    text-align: center;
  }

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

  .contact-form-div {
    margin-left: 0;
  }

  .html-embed {
    padding-left: 10px;
    padding-right: 10px;
  }

  .html-embed-3 {
    margin-right: 0;
  }

  .quick-stack-4 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-heading {
    font-size: 23px;
    font-weight: 300;
    line-height: 27px;
  }

  .section-heading.gallery {
    font-size: 23px;
  }

  .quick-stack-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: stretch;
    padding-left: 0;
  }

  .section {
    margin-right: 20px;
  }

  .gallery {
    margin-top: 20px;
    padding-top: 0;
    padding-right: 20px;
  }

  .cell-13.mobile {
    font-size: 13px;
  }

  .cell-14 {
    padding-top: 10px;
  }

  .quick-stack-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .kitchen-cell-left {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .about-copy {
    padding-top: 0;
  }

  .bedroom-image-left {
    display: flex;
  }

  .bedroom-intro, .kitchen-intro, .office-intro, ._3d-intro {
    padding-top: 55px;
  }

  .portfolio-intro {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 90px;
  }

  .bathroom-intro {
    padding-top: 60px;
  }

  .div-block-71 {
    flex-direction: column;
    padding-left: 0;
    display: flex;
  }

  .cell-18 {
    padding-top: 10px;
  }

  .cell-19 {
    align-items: flex-start;
    padding-top: 10px;
  }

  .cell-20 {
    align-items: stretch;
  }

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

  .kitchen-gallery-embed, .bedroom-gallery-embed {
    margin-right: 0;
  }

  .social-wrapper-2 {
    margin-bottom: 40px;
  }
}

#w-node-_981b93db-d8c7-3663-719e-5b65161c643b-2c8a6ca7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_981b93db-d8c7-3663-719e-5b65161c643c-2c8a6ca7, #w-node-_981b93db-d8c7-3663-719e-5b65161c643d-2c8a6ca7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28c93fa5-79f2-28da-c2bd-293c129a3695-2c8a6ca7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_28c93fa5-79f2-28da-c2bd-293c129a3696-2c8a6ca7, #w-node-_28c93fa5-79f2-28da-c2bd-293c129a3697-2c8a6ca7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2288dbd-c5a4-588d-974e-33895764c359-e4fa6f01 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-e2288dbd-c5a4-588d-974e-33895764c35a-e4fa6f01, #w-node-e2288dbd-c5a4-588d-974e-33895764c35b-e4fa6f01, #w-node-a16a85ff-cb9e-035a-405d-865f827416d0-e4fa6f01, #w-node-_30b0d4bc-7adb-e44c-5771-afb1f3f69e22-e4fa6f01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e81cedc-d063-ace0-0bc0-d0ae91c2dc3a-2c8a6ccb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3e81cedc-d063-ace0-0bc0-d0ae91c2dc3b-2c8a6ccb, #w-node-_3e81cedc-d063-ace0-0bc0-d0ae91c2dc3c-2c8a6ccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7920b1ef-5a9b-ed5f-2bd9-f5ed7e0211e2-2c8a6ce0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7920b1ef-5a9b-ed5f-2bd9-f5ed7e0211e3-2c8a6ce0, #w-node-_7920b1ef-5a9b-ed5f-2bd9-f5ed7e0211e4-2c8a6ce0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44614a30-1924-c6e1-46c5-db57c5f6ca50-2c8a6ce1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_44614a30-1924-c6e1-46c5-db57c5f6ca51-2c8a6ce1, #w-node-_44614a30-1924-c6e1-46c5-db57c5f6ca52-2c8a6ce1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a2c8f7b-2766-1cde-dd0a-6c972628272f-2c8a6ce2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9a2c8f7b-2766-1cde-dd0a-6c9726282730-2c8a6ce2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acd28de3-f35e-a22a-0a03-01abf86743f0-2c8a6ce2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1.25fr;
}

#w-node-acd28de3-f35e-a22a-0a03-01abf86743f1-2c8a6ce2, #w-node-acd28de3-f35e-a22a-0a03-01abf86743f2-2c8a6ce2, #w-node-f9f89602-7c16-88f2-d62b-72d7f5f1d5be-2c8a6ce2, #w-node-f10a266a-5c21-bfa6-0566-4cc1b1459520-2c8a6ce2, #w-node-_7a1241c1-2567-66e5-8cf9-6005003f9348-2c8a6ce2, #w-node-c2be9200-e00f-ab9c-df4d-1ee0c3108138-2c8a6ce2, #w-node-_9a2c8f7b-2766-1cde-dd0a-6c9726282731-2c8a6ce2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e81cedc-d063-ace0-0bc0-d0ae91c2dc3a-2c8a6ce3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3e81cedc-d063-ace0-0bc0-d0ae91c2dc3b-2c8a6ce3, #w-node-_3e81cedc-d063-ace0-0bc0-d0ae91c2dc3c-2c8a6ce3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6794f80-8c81-042e-6c82-7ad89b751b91-2c8a6cec {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a6794f80-8c81-042e-6c82-7ad89b751b92-2c8a6cec, #w-node-a6794f80-8c81-042e-6c82-7ad89b751b93-2c8a6cec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50ba716d-8e6e-b279-ff0d-68ab9909766d-2c8a6cee {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_50ba716d-8e6e-b279-ff0d-68ab9909766e-2c8a6cee, #w-node-_50ba716d-8e6e-b279-ff0d-68ab9909766f-2c8a6cee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7920b1ef-5a9b-ed5f-2bd9-f5ed7e0211e2-f26c7e3b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7920b1ef-5a9b-ed5f-2bd9-f5ed7e0211e3-f26c7e3b, #w-node-_7920b1ef-5a9b-ed5f-2bd9-f5ed7e0211e4-f26c7e3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_7920b1ef-5a9b-ed5f-2bd9-f5ed7e0211e2-2c8a6ce0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_981b93db-d8c7-3663-719e-5b65161c643c-2c8a6ca7 {
    grid-column: span 1 / span 1;
  }

  #w-node-e2288dbd-c5a4-588d-974e-33895764c359-e4fa6f01 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
  }

  #w-node-e2288dbd-c5a4-588d-974e-33895764c35a-e4fa6f01, #w-node-e2288dbd-c5a4-588d-974e-33895764c35b-e4fa6f01, #w-node-a16a85ff-cb9e-035a-405d-865f827416d0-e4fa6f01, #w-node-_30b0d4bc-7adb-e44c-5771-afb1f3f69e22-e4fa6f01 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9a2c8f7b-2766-1cde-dd0a-6c972628272f-2c8a6ce2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9a2c8f7b-2766-1cde-dd0a-6c9726282730-2c8a6ce2, #w-node-_9a2c8f7b-2766-1cde-dd0a-6c9726282731-2c8a6ce2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_981b93db-d8c7-3663-719e-5b65161c643b-2c8a6ca7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_981b93db-d8c7-3663-719e-5b65161c643c-2c8a6ca7, #w-node-_981b93db-d8c7-3663-719e-5b65161c643d-2c8a6ca7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_28c93fa5-79f2-28da-c2bd-293c129a3695-2c8a6ca7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_28c93fa5-79f2-28da-c2bd-293c129a3696-2c8a6ca7, #w-node-_28c93fa5-79f2-28da-c2bd-293c129a3697-2c8a6ca7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e2288dbd-c5a4-588d-974e-33895764c359-e4fa6f01 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e2288dbd-c5a4-588d-974e-33895764c35a-e4fa6f01, #w-node-e2288dbd-c5a4-588d-974e-33895764c35b-e4fa6f01, #w-node-a16a85ff-cb9e-035a-405d-865f827416d0-e4fa6f01 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e81cedc-d063-ace0-0bc0-d0ae91c2dc3a-2c8a6ccb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3e81cedc-d063-ace0-0bc0-d0ae91c2dc3b-2c8a6ccb, #w-node-_3e81cedc-d063-ace0-0bc0-d0ae91c2dc3c-2c8a6ccb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7920b1ef-5a9b-ed5f-2bd9-f5ed7e0211e2-2c8a6ce0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7920b1ef-5a9b-ed5f-2bd9-f5ed7e0211e3-2c8a6ce0, #w-node-_7920b1ef-5a9b-ed5f-2bd9-f5ed7e0211e4-2c8a6ce0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_44614a30-1924-c6e1-46c5-db57c5f6ca50-2c8a6ce1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_44614a30-1924-c6e1-46c5-db57c5f6ca51-2c8a6ce1, #w-node-_44614a30-1924-c6e1-46c5-db57c5f6ca52-2c8a6ce1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-acd28de3-f35e-a22a-0a03-01abf86743f0-2c8a6ce2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: .25fr 1fr;
  }

  #w-node-_3e81cedc-d063-ace0-0bc0-d0ae91c2dc3a-2c8a6ce3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3e81cedc-d063-ace0-0bc0-d0ae91c2dc3b-2c8a6ce3, #w-node-_3e81cedc-d063-ace0-0bc0-d0ae91c2dc3c-2c8a6ce3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a6794f80-8c81-042e-6c82-7ad89b751b91-2c8a6cec {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a6794f80-8c81-042e-6c82-7ad89b751b92-2c8a6cec, #w-node-a6794f80-8c81-042e-6c82-7ad89b751b93-2c8a6cec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_50ba716d-8e6e-b279-ff0d-68ab9909766d-2c8a6cee {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_50ba716d-8e6e-b279-ff0d-68ab9909766e-2c8a6cee, #w-node-_50ba716d-8e6e-b279-ff0d-68ab9909766f-2c8a6cee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7920b1ef-5a9b-ed5f-2bd9-f5ed7e0211e2-f26c7e3b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7920b1ef-5a9b-ed5f-2bd9-f5ed7e0211e3-f26c7e3b, #w-node-_7920b1ef-5a9b-ed5f-2bd9-f5ed7e0211e4-f26c7e3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-acd28de3-f35e-a22a-0a03-01abf86743f0-2c8a6ce2 {
    grid-template-rows: auto auto;
    grid-template-columns: .25fr;
  }

  #w-node-acd28de3-f35e-a22a-0a03-01abf86743f1-2c8a6ce2, #w-node-acd28de3-f35e-a22a-0a03-01abf86743f2-2c8a6ce2, #w-node-f9f89602-7c16-88f2-d62b-72d7f5f1d5be-2c8a6ce2, #w-node-f10a266a-5c21-bfa6-0566-4cc1b1459520-2c8a6ce2, #w-node-_7a1241c1-2567-66e5-8cf9-6005003f9348-2c8a6ce2, #w-node-c2be9200-e00f-ab9c-df4d-1ee0c3108138-2c8a6ce2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Alegreyasanssc Regular';
  src: url('../fonts/AlegreyaSansSC-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alegreyasanssc Regular';
  src: url('../fonts/AlegreyaSansSC-Regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alegreyasanssc Regular';
  src: url('../fonts/AlegreyaSansSC-Regular.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Heebo Regular';
  src: url('../fonts/Heebo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Heebo Regular';
  src: url('../fonts/Heebo-Regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Heebo Bold';
  src: url('../fonts/Heebo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Heebo Light';
  src: url('../fonts/Heebo-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}