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

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

@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Fa Sharp 300";
  src: url('../fonts/fa-sharp-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Duotone 900";
  src: url('../fonts/fa-duotone-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp Solid 900";
  src: url('../fonts/fa-sharp-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 100";
  src: url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Fa Sharp 400";
  src: url('../fonts/fa-sharp-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black: black;
  --dark-blue: #192741;
  --mid-blue: #516c9d;
  --white: white;
  --light-blue: #b8caec;
}

.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.p {
  color: #000;
  margin-bottom: 0;
  line-height: 26px;
}

.p._2 {
  padding-bottom: 20px;
}

.p._20b {
  margin-bottom: 20px;
}

.p._20t {
  padding-top: 20px;
}

.p._30b {
  margin-bottom: 30px;
}

.p._20p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.h2 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.facebook-feed {
  width: 100%;
  min-height: 450px;
}

.map {
  width: 100%;
  margin-top: 30px;
}

.areas-div {
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 10px;
  display: flex;
}

.areas-list {
  width: 30%;
}

.areas-map {
  width: 100%;
}

.body-link-no-line {
  color: #000;
  text-decoration: none;
}

.site-map-link {
  color: #000;
  text-align: left;
  margin-bottom: 5px;
  text-decoration: none;
}

.body-link {
  color: #000;
  font-weight: 700;
}

.h3-link {
  color: var(--dark-blue);
  text-decoration: none;
}

.areas-map-mobile {
  width: 100%;
  height: 420px;
  display: none;
}

.telephone-link {
  color: var(--black);
  font-weight: 700;
  text-decoration: underline;
}

.body-container-vertical {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 90%;
  display: flex;
}

.body-container-vertical.man {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 450px;
  min-height: auto;
}

.h3-link-2 {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.lrg-email {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

.h3-right-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  width: 65%;
  padding: 40px 54px;
  display: flex;
}

.h3-right-div.home {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/Holmfirth-10.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.lrg-img-text {
  color: #fff;
  text-align: center;
  margin-bottom: 14px;
  margin-right: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

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

.list-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.small-h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.menu-button-section {
  z-index: 1;
  background-color: #b8caec4d;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.menu-button-div {
  width: 19%;
}

.menu-label-div {
  background-color: var(--mid-blue);
  color: var(--white);
  border-radius: 8px 8px 0 0;
  justify-content: center;
  align-items: center;
  min-height: 66px;
  margin-top: -66px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: background-color .2s ease-in-out;
  display: flex;
}

.menu-label-div:hover {
  background-color: var(--dark-blue);
}

.menu-button-group-div {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: none;
  display: flex;
}

.img-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 100%;
  height: 220px;
  display: flex;
}

.img-link.building {
  background-image: url('../images/banner_1banner.webp');
}

.img-link.roofing {
  background-image: url('../images/roofing_1roofing.webp');
}

.img-link.new {
  background-image: url('../images/banner3_1banner3.webp');
}

.img-link.extensions {
  background-image: url('../images/house-extension_1house-extension.webp');
}

.img-link.drystone {
  background-image: url('../images/drystonewalling_1drystonewalling.webp');
}

.button-link {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  text-decoration: none;
}

.content-section {
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 0;
  display: flex;
}

.content-section._60b {
  padding-top: 220px;
  padding-bottom: 60px;
}

.content-section.top {
  padding-top: 200px;
}

.double-content-div {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.basic-p-block {
  width: 48%;
}

.new-h1 {
  color: var(--mid-blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
}

.coloured-underline {
  background-color: var(--mid-blue);
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

.p-2 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.p-2._30b {
  padding-bottom: 30px;
}

.p-2._30b._40t {
  padding-top: 40px;
}

.p-2._30t {
  padding-top: 30px;
}

.p-2._20b {
  padding-bottom: 20px;
}

.p-2._20t {
  padding-top: 20px;
}

.p-2._20t-30b {
  margin-bottom: 30px;
  padding-top: 20px;
}

.contact-us-button {
  border: 2px solid var(--mid-blue);
  color: var(--dark-blue);
  background-color: #0000;
  border-radius: 2px;
  margin-top: 30px;
  font-weight: 400;
  transition: all .2s;
}

.contact-us-button:hover {
  background-color: var(--mid-blue);
  color: var(--white);
}

.img-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 48%;
}

.img-div.roofing {
  background-image: url('../images/IMG_20170316_094543-501x500_1IMG_20170316_094543-501x500.webp');
  background-position: 50% 0;
}

.img-div.new {
  background-image: url('../images/AdobeStock_82395682_1AdobeStock_82395682.webp');
}

.img-div.extensions {
  background-image: url('../images/AdobeStock_153348652_1AdobeStock_153348652.webp');
  background-position: 35%;
}

.img-div.dry {
  background-image: url('../images/8Gallery-1.webp');
}

.img-div.stone {
  background-image: url('../images/home-page-3-1.webp');
}

.large-image-section {
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.pinned-content-div {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  max-width: 900px;
  display: flex;
  position: absolute;
  right: 0;
}

.large-p-block {
  background-color: #ffffffe6;
  width: 100%;
  padding: 40px;
}

.new-h2 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

.lrg-img-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  height: 500px;
  display: flex;
}

.lrg-img-div.roofing {
  background-image: url('../images/AdobeStock_250894988_1AdobeStock_250894988.webp');
  height: 600px;
}

.lrg-img-div.new {
  background-image: url('../images/roofing_1roofing.webp');
  height: 600px;
}

.lrg-img-div.extension {
  background-image: url('../images/gallery-6.webp');
  background-position: 0%;
  height: 550px;
}

.lrg-img-div.dry {
  background-image: url('../images/dry-2.webp');
  height: 800px;
}

.lrg-img-div.stone {
  background-image: url('../images/home-page-1-1.webp');
  height: 600px;
}

.h3-div {
  font-size: 16px;
  line-height: 26px;
}

.blue-section {
  background-color: #b8caec4d;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.grey-dividing-line {
  background-color: #5e5e5e;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.h3-2 {
  color: var(--dark-blue);
  text-align: center;
  text-transform: none;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
}

.body-div {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.body-div.vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sub-heading {
  margin-top: 0;
  font-size: 16px;
  line-height: 26px;
}

.sub-heading._40t {
  margin-top: 40px;
}

.bullet-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.areas-2 {
  color: #000;
  line-height: 34px;
}

.body-link-2 {
  color: #000;
  font-weight: 600;
}

.no-line {
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
}

.email-us-button {
  border: 2px solid var(--mid-blue);
  color: var(--dark-blue);
  background-color: #0000;
  border-radius: 2px;
  margin-top: 10px;
  font-weight: 400;
  transition: all .2s;
}

.email-us-button:hover {
  background-color: var(--mid-blue);
  color: var(--white);
}

.int-link {
  color: var(--black);
  font-weight: 700;
}

.bottom-section {
  background-color: var(--black);
  padding-top: 60px;
  padding-bottom: 30px;
}

.bottom-container {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bottom-3-div {
  border: 1px solid var(--mid-blue);
  flex-direction: column;
  align-items: center;
  width: 33.3333%;
  padding: 60px;
  display: flex;
}

.bottom-3-div._2 {
  border-left-width: 0;
  border-right-width: 0;
}

.bottom-3-div._1 {
  justify-content: center;
}

.fb-link {
  padding-top: 30px;
}

.fb-img {
  width: 50px;
  max-width: 50px;
  padding-left: 5px;
  padding-right: 5px;
}

.bottom-title {
  color: var(--mid-blue);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
}

.bottom-nav-link {
  color: var(--white);
  margin-bottom: 10px;
  text-decoration: none;
}

.bottom-nav-link._0b {
  margin-bottom: 0;
}

.chas-link {
  margin-top: 30px;
}

.chas-certificate {
  width: 100px;
}

.barnsley-footer {
  background-color: var(--black);
  padding-bottom: 30px;
}

.footer-container {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.new-footer-text {
  color: var(--light-blue);
  text-align: center;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 23px;
}

.new-footer-link {
  color: var(--light-blue);
  text-decoration: none;
}

.ilkley-footer {
  background-color: var(--black);
  padding-bottom: 30px;
}

.gallery-grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.click-to-call-div {
  z-index: 150;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: auto;
  margin-bottom: 30px;
  padding-left: 20px;
  display: none;
  position: fixed;
  inset: auto auto 0% 0;
}

.hero {
  background-image: linear-gradient(#0009, #0000 50%), linear-gradient(#0000004d, #0000004d), url('../images/Holmfirth-7.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.banner-button-text {
  font-size: 14px;
}

.text-span {
  justify-content: center;
  margin-top: 20px;
  font-size: 24px;
  line-height: 35px;
  display: flex;
}

.banner-heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
  line-height: 54px;
}

.hero-div-edge {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: auto;
  display: grid;
}

.hero-button-2 {
  color: #fff;
  background-color: #516c9d;
  border-radius: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
}

.hero-button-2:hover {
  background-color: #222;
}

.hero-div-full {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr .7fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  display: grid;
}

.hero-div-mid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  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%;
  display: grid;
}

.nav-link-2 {
  color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link-2.w--current {
  color: var(--light-blue);
  transition-property: none;
}

.navbar-4 {
  background-color: #222;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.contact-link {
  border: 1px solid var(--white);
  background-color: var(--mid-blue);
  color: #fff;
  border-radius: 50px;
  margin-left: 0;
  padding: 10px 20px;
  font-weight: 600;
}

.nav-section {
  z-index: 2147483647;
  background-color: var(--white);
  width: 100%;
  height: auto;
  position: fixed;
}

.click-to-call-button-2 {
  color: #fff;
  text-align: center;
  background-color: #243b63;
  border: 1px solid #2e2e2e4d;
  border-radius: 350px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  box-shadow: 0 3px 3px 2px #2e2e2e4d;
}

.dropdown-list-5 {
  color: #ce9595;
}

.dropdown-list-5.w--open {
  color: #fff;
  background-color: #222;
  margin-top: 17px;
}

.nav-menu-6 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdl {
  color: #fff;
  transition: all .2s;
}

.dropdl:hover {
  background-color: var(--light-blue);
  color: var(--dark-blue);
}

.dropdl.w--current, .dropdl.w--current:hover {
  background-color: var(--mid-blue);
  color: var(--white);
}

.dropdl-nav {
  color: #fff;
  padding-left: 0;
  padding-right: 30px;
  transition: all .2s;
}

.dropdl-nav:hover {
  color: var(--light-blue);
  background-color: #0000;
}

.dropdl-nav.w--open {
  color: #fff;
}

.brand {
  padding-bottom: 0;
}

.brand.w--current {
  width: 300px;
}

.nav-link-4 {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  transition: all .2s;
}

.nav-link-4:hover, .nav-link-4.w--current {
  color: var(--light-blue);
}

.heading-under-line {
  background-color: var(--dark-blue);
  border-radius: 2px;
  width: 80px;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.para {
  color: #797878;
  font-size: 1em;
  line-height: 1.75;
}

.para.white {
  color: var(--dark-blue);
}

.inner-image {
  background-image: url('../images/Holmfirth-15.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: all .3s ease-in-out;
}

.inner-image:hover {
  transform: scale(1.1);
}

.primary-btn {
  background-color: var(--dark-blue);
  color: #fff;
  border-radius: 4px;
  margin-top: 10px;
  padding: 20px 40px;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  display: inline-block;
}

.primary-btn:hover {
  color: #080f34;
  background-color: #f9f9f9;
}

.section-heading-1-with-image {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 40px;
}

.section-wrapper.display-flex {
  justify-content: space-between;
  display: flex;
}

.section-heading-1.margin-bottom-10 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3em;
  line-height: 1.1;
}

.section-heading-1.margin-bottom-10.white {
  color: var(--dark-blue);
  text-transform: uppercase;
  font-size: 2.3em;
}

.section-image {
  border-radius: 4px;
  width: 50%;
  overflow: hidden;
}

.section-image.border-radius-md {
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
}

.container {
  z-index: 2;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-content {
  width: 50%;
}

.section-content.inner-padding-right {
  width: 45%;
  padding-left: 0;
  padding-right: 40px;
}

.p-3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.h2-2 {
  color: #212121;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 400;
}

.pinned-content-div-2 {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  padding-right: 0%;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.large-single-image-div {
  background-image: url('../images/Holmfirth-6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  height: 100%;
  min-height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-p-block-2 {
  background-color: #fff;
  padding: 50px;
  box-shadow: 1px 1px 3px #0000001f;
}

.coloured-underline-2 {
  background-color: #c0c1af;
  border-radius: 0;
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

.large-image-section-2 {
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.large-image-section-2.low-p-bottom {
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.large-image-section-2.low-p-bottom.p-white {
  background-color: #b8caec4d;
}

.btn-text {
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.primary-btn-2 {
  z-index: 1;
  color: #f7f7f2;
  background-color: #c0c1af;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 30px;
  padding: 15px 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-btn-2.call {
  background-color: var(--dark-blue);
  transition: all .2s;
}

.primary-btn-2.call:hover {
  background-color: var(--mid-blue);
}

._2x1-home {
  grid-template-rows: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

._2x1-home._3x1 {
  grid-template-columns: 1fr 1fr 1fr;
}

.home-1 {
  background-image: url('../images/Holmfirth-11.webp');
  background-position: 50%;
  background-size: cover;
}

.home-2 {
  background-image: url('../images/home-page-4-1.webp');
  background-position: 50%;
  background-size: cover;
}

.fb-grid {
  grid-template-rows: auto;
}

.hero-link {
  border: 3px solid var(--white);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 10px;
  transition: all .2s;
  display: flex;
}

.hero-link:hover {
  background-color: var(--mid-blue);
}

.fb-icon {
  width: 30px;
}

.area-pin {
  width: 20px;
}

.footer-socials {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-socials.new {
  justify-content: space-around;
}

.social-link {
  background-color: var(--mid-blue);
  color: #fff;
  border: 1px solid #7a7a7a;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  background-color: var(--dark-blue);
  color: var(--white);
  border: 1px solid #000;
}

.social-link.social {
  background-color: var(--mid-blue);
  width: 60px;
  height: 60px;
  font-family: "Fa Sharp Solid 900", sans-serif;
}

.social-link.social:hover {
  background-color: var(--dark-blue);
  color: var(--white);
}

.text-block-11 {
  font-size: 25px;
}

.socials {
  z-index: 9;
  background-color: var(--light-blue);
  color: var(--dark-blue);
  justify-content: center;
  align-items: center;
  font-family: "Fa Sharp 400", sans-serif;
  display: flex;
  position: fixed;
  inset: auto auto 11px 1%;
}

.social-button {
  color: var(--dark-blue);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.social-button:hover {
  background-color: var(--dark-blue);
  color: #fff;
}

.social-button.non-social {
  font-family: "Fa Sharp Solid 900", sans-serif;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_component {
  z-index: 2147483647;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-banner_button {
  border: 2px solid var(--mid-blue);
  background-color: var(--mid-blue);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--mid-blue);
  color: var(--mid-blue);
  background-color: #f5f5f5;
}

.fs-cc-manager_component {
  z-index: 2147483647;
  display: none;
  position: fixed;
  inset: auto auto 60px 20px;
}

.fs-cc-prefs_title {
  color: var(--dark-blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_button {
  border: 2px solid var(--mid-blue);
  background-color: var(--mid-blue);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--mid-blue);
  color: var(--mid-blue);
  background-color: #fff;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
  display: flex;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 12px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_label {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--mid-blue);
  color: var(--mid-blue);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_component {
  z-index: 2147483647;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.header-div-2 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding: 0 10px;
  display: flex;
}

.header-div-2.announcement-div {
  background-color: var(--mid-blue);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.announcement-contact-block {
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  margin: 2px auto;
  display: block;
}

.contact-ann-block {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.contact-ann-block.auto-m {
  margin-left: auto;
  margin-right: auto;
}

.fa-social {
  background-color: var(--white);
  color: var(--mid-blue);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-social:hover {
  color: #1e1f1e;
  background-color: #f7f7f2;
}

.fa-social.non {
  background-color: var(--white);
  font-family: "Fa Solid 900", sans-serif;
}

.qoute-btn {
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 8px 20px;
  text-decoration: none;
  transition: all .3s;
}

.split-gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.lightbox-link-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
}

.div-block-12 {
  border-top: 1px #ffd03e;
  border-bottom: 1px solid var(--black);
  background-color: var(--mid-blue);
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 5vh;
  margin-bottom: 10px;
  display: flex;
}

.div-block-12:hover {
  background-color: #ffd03e87;
}

.txt-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.txt-2:hover {
  color: #fff;
}

.image-9 {
  width: 100%;
  display: block;
}

.image-9:hover {
  outline-color: var(--dark-blue);
  outline-offset: -20px;
  outline-width: .5px;
  outline-style: solid;
}

.icon-11, .icon-12, .icon-13 {
  margin-right: 5px;
}

.faq {
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
}

.devider-line {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 4px;
  margin-left: -2px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slider--comparison {
  position: absolute;
  inset: 0%;
}

.runner {
  background-color: #fff;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
}

.after-image {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.after-image-inner {
  background-image: url('../images/Holmfirth-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.container--full {
  height: 80vh;
  position: relative;
}

.before-wrapper {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.before-image {
  background-image: url('../images/Holmfirth-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.after-wrapper {
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.slider-2 {
  perspective: 800px;
  transform: none;
}

.maks {
  width: 25rem;
  height: 37rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.slider-3 {
  perspective: 800px;
}

.image-10 {
  opacity: .71;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-4 {
  perspective: 800px;
}

.card-image {
  background-color: var(--black);
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  transform: rotate(0);
}

.fs-sliderdots_arrow-left {
  background-color: #1a1a1a;
  border-radius: 500px;
  width: 4rem;
  height: 4rem;
  margin-bottom: 4rem;
  font-size: 1.5rem;
  inset: 15rem auto auto 2rem;
}

.slider-5 {
  perspective: 800px;
}

.fs-sliderdots_arrow-right {
  background-color: #1a1a1a;
  border-radius: 500px;
  width: 4rem;
  height: 4rem;
  margin-bottom: 4rem;
  font-size: 1.5rem;
  position: absolute;
  inset: 15rem 2rem auto auto;
}

.fs-sliderdots_slide {
  pointer-events: auto;
  color: #161616;
  text-align: center;
  background-color: #eee;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 35rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-text-wrapp {
  overflow: hidden;
}

.fs-sliderdots_slider {
  background-color: var(--light-blue);
  width: 100%;
  height: 100%;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 40px;
  overflow: hidden;
}

.slider-6 {
  perspective: 800px;
}

.fs-sliderdots-nav {
  cursor: pointer;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  min-height: 3rem;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider--1 {
  perspective: 600px;
  transform: none;
}

.fs-hide {
  display: none;
}

.fs-sliderdots_content {
  pointer-events: auto;
  color: #eeeeee80;
  text-align: center;
  cursor: default;
  border-radius: 4px;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  transition: all .2s ease-out;
  display: inline-block;
  position: relative;
}

.card-heading {
  z-index: 1;
  pointer-events: auto;
  color: #eee;
  text-align: center;
  cursor: default;
  border-radius: 4px;
  margin-left: .5rem;
  margin-right: .5rem;
  padding-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  transition: all .2s ease-out;
  display: inline-block;
  position: relative;
}

.project-header {
  background-color: var(--light-blue);
  color: var(--mid-blue);
  text-align: center;
  text-transform: uppercase;
  padding-top: 60px;
  font-size: 50px;
  font-weight: 700;
  line-height: 54px;
}

.code-embed {
  margin-top: 20px;
}

@media screen and (min-width: 1280px) {
  .menu-label-div:hover {
    background-color: var(--dark-blue);
  }

  .dropdl:hover {
    background-color: var(--light-blue);
  }

  .dropdl.w--current {
    color: var(--light-blue);
  }
}

@media screen and (min-width: 1440px) {
  .container--full {
    height: 70vh;
  }
}

@media screen and (min-width: 1920px) {
  .container--full {
    height: 70vh;
  }
}

@media screen and (max-width: 991px) {
  .body {
    margin-top: 0;
  }

  .facebook-feed {
    display: none;
  }

  .map {
    width: 100%;
  }

  .body-container-vertical {
    flex-direction: column;
    width: 95%;
  }

  .body-container-vertical.man {
    flex-direction: row;
    min-height: 280px;
  }

  .h3-link-2 {
    font-size: 25px;
  }

  .lrg-email {
    padding: 0;
  }

  .h3-right-div.home {
    align-items: center;
    width: 100%;
    padding: 20px;
  }

  .lrg-img-text {
    margin-left: 0;
    padding: 0;
    font-size: 26px;
    line-height: 33px;
  }

  .menu-button-section {
    padding-bottom: 40px;
  }

  .menu-button-div {
    width: 100%;
  }

  .menu-label-div {
    margin-top: -64px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button-group-div {
    flex-direction: column;
  }

  .img-link {
    height: 120px;
  }

  .img-link.building, .img-link.roofing, .img-link.new, .img-link.extensions, .img-link.drystone {
    height: 300px;
  }

  .button-link._100 {
    max-width: none;
  }

  .content-section._60b {
    padding-top: 200px;
  }

  .double-content-div {
    flex-direction: column;
    align-items: center;
  }

  .basic-p-block {
    width: 100%;
    padding-bottom: 30px;
  }

  .img-div {
    width: 100%;
    height: 400px;
  }

  .large-image-section {
    padding-bottom: 0;
  }

  .pinned-content-div {
    justify-content: center;
    width: 100%;
  }

  .large-p-block {
    width: 90%;
  }

  .lrg-img-div {
    width: 100%;
    height: 540px;
  }

  .lrg-img-div.new {
    height: 550px;
  }

  .lrg-img-div.dry, .lrg-img-div.stone {
    height: 700px;
  }

  .bottom-container {
    flex-direction: column;
  }

  .bottom-3-div._2 {
    border-width: 0 1px;
    width: 100%;
  }

  .bottom-3-div._1, .bottom-3-div._3 {
    width: 100%;
  }

  .banner-heading {
    width: 80%;
  }

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

  .hero-button-2 {
    width: 70%;
  }

  .hero-div-full {
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    height: auto;
    margin-top: 100px;
  }

  .hero-div-mid {
    justify-items: center;
    margin-bottom: 10px;
  }

  .nav-link-2 {
    text-align: center;
    padding-left: 0;
    padding-right: 10px;
  }

  .nav-link-2:hover, .nav-link-2.w--current {
    background-color: var(--mid-blue);
    color: var(--white);
  }

  .nav-link-2.w--current:hover {
    color: #222;
  }

  .icon-10 {
    color: #fff;
    text-align: right;
  }

  .text-block-5 {
    padding-left: 20px;
  }

  .navbar-4 {
    z-index: 999;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    display: flex;
  }

  .contact-link {
    text-align: center;
    background-color: #222;
    border-radius: 0;
    margin-left: 0;
    padding: 20px 0;
    transition-property: none;
  }

  .contact-link:hover {
    background-color: var(--mid-blue);
    color: #fff;
  }

  .nav-section {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .dropdown-list-5.w--open {
    z-index: 1;
    color: #fff;
    background-color: #222;
    margin-top: 0;
    position: relative;
  }

  .menu-button-2 {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu-button-2.w--open {
    color: #222;
    background-color: #222222c7;
  }

  .nav-menu-6 {
    background-color: #222;
  }

  .dropdl {
    background-color: var(--black);
    color: #fff;
    text-align: center;
    transition: all .2s;
  }

  .dropdl:hover {
    background-color: var(--mid-blue);
    color: var(--white);
  }

  .dropdl-nav {
    text-align: center;
    width: 100%;
  }

  .dropdl-nav:hover {
    background-color: var(--mid-blue);
    color: #fff;
  }

  .dropdl-nav.w--open {
    background-color: var(--mid-blue);
    color: var(--white);
  }

  .brand {
    text-align: center;
    width: 500px;
  }

  .nav-link-4 {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    transition-property: none;
  }

  .nav-link-4:hover {
    background-color: var(--mid-blue);
    color: #fff;
  }

  .inner-image {
    height: 100%;
    min-height: 400px;
  }

  .section-wrapper.display-flex {
    flex-direction: column;
  }

  .section-image.border-radius-md {
    width: 100%;
  }

  .container {
    width: 90%;
  }

  .section-content.inner-padding-right {
    width: 100%;
  }

  .pinned-content-div-2 {
    justify-content: center;
    width: 100%;
    padding-right: 0%;
  }

  .large-single-image-div {
    width: 100%;
    height: 540px;
  }

  .large-p-block-2 {
    width: 90%;
  }

  .large-image-section-2 {
    padding-bottom: 0;
  }

  ._2x1-home._3x1 {
    grid-template-columns: 1fr;
  }

  .home-1, .home-2 {
    height: 400px;
  }

  .fb-grid {
    grid-template-columns: 1fr;
  }

  .header-div-2 {
    width: 100%;
  }

  .announcement-contact-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

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

  .split-gallery {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-9 {
    height: 300px;
  }

  .container--full {
    height: 400px;
  }

  .maks {
    width: 20rem;
    height: 32rem;
  }

  .fs-sliderdots_slide {
    min-height: 32rem;
  }

  .fs-sliderdots-nav {
    justify-content: space-between;
    width: 90%;
    margin-top: 10%;
  }

  .fs-sliderdots_content {
    white-space: nowrap;
    word-break: normal;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 1.8vw;
  }

  .project-header {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .h2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .map {
    width: 100%;
    margin-right: 0;
  }

  .areas-div {
    width: 90%;
  }

  .areas-map, .areas-map-mobile {
    width: 70%;
  }

  .body-container-vertical.man {
    flex-direction: column;
    height: 280px;
  }

  .lrg-email {
    font-size: 26px;
  }

  .h3-right-div {
    width: 60%;
    padding: 20px;
  }

  .h3-right-div.home {
    width: 100%;
  }

  .lrg-img-text {
    max-width: 340px;
  }

  .menu-button-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button-div {
    width: 100%;
  }

  .menu-label-div {
    border-radius: 0;
    margin-top: 1px;
  }

  .menu-button-group-div {
    flex-direction: column;
  }

  .img-link {
    display: none;
  }

  .button-link._100 {
    max-width: 100%;
  }

  .content-section {
    padding-top: 40px;
  }

  .content-section._60b {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-section.top {
    padding-top: 40px;
  }

  .img-div {
    height: 250px;
  }

  .large-image-section {
    padding-top: 40px;
  }

  .large-p-block {
    padding: 30px;
  }

  .new-h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .lrg-img-div {
    height: 650px;
  }

  .lrg-img-div.roofing {
    height: 750px;
  }

  .lrg-img-div.new {
    height: 720px;
  }

  .lrg-img-div.dry, .lrg-img-div.stone {
    height: 900px;
  }

  .blue-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grey-dividing-line {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .barnsley-footer, .ilkley-footer {
    padding-bottom: 100px;
  }

  .click-to-call-div {
    width: 100%;
    padding-right: 20px;
    display: block;
  }

  .hero {
    height: 65vh;
  }

  .banner-button-text {
    font-size: 12px;
  }

  .banner-heading {
    text-transform: uppercase;
  }

  .hero-button-2 {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
    transition-property: background-color;
  }

  .hero-div-mid {
    margin-bottom: 20px;
  }

  .nav-link-2 {
    color: var(--white);
  }

  .nav-link-2:hover {
    background-color: var(--mid-blue);
    color: var(--white);
  }

  .contact-link:hover {
    background-color: var(--mid-blue);
  }

  .nav-section {
    position: relative;
  }

  .click-to-call-button-2 {
    background-color: var(--mid-blue);
    border-color: #132003;
    width: 100%;
    height: 50px;
  }

  .dropdl {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdl:hover {
    background-color: var(--mid-blue);
    color: var(--white);
  }

  .dropdl-nav:hover {
    background-color: var(--mid-blue);
  }

  .dropdl-nav.w--open {
    background-color: var(--mid-blue);
    color: var(--white);
  }

  .brand, .nav-link-4 {
    text-align: center;
  }

  .nav-link-4:hover {
    background-color: var(--mid-blue);
  }

  .inner-image {
    min-height: 350px;
  }

  .section-heading-1-with-image {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-heading-1.margin-bottom-10.white {
    font-size: 1.8em;
    line-height: 1.3;
  }

  .large-single-image-div {
    height: 650px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .announcement-contact-block, .contact-ann-block, .split-gallery {
    grid-template-columns: 1fr;
  }

  .image-9 {
    height: auto;
  }

  .fs-sliderdots_arrow-left {
    width: 4rem;
    height: 4rem;
    font-size: 1rem;
    left: 1rem;
  }

  .fs-sliderdots_arrow-right {
    width: 4rem;
    height: 4rem;
    font-size: 1rem;
    right: 1rem;
  }

  .fs-sliderdots_slider {
    margin-top: 25%;
  }

  .icon {
    font-size: 1.5rem;
  }

  .fs-sliderdots-nav {
    display: none;
  }

  .icon-2 {
    font-size: 1.5rem;
  }

  .project-header {
    text-transform: uppercase;
  }
}

@media screen and (max-width: 479px) {
  .p {
    padding-left: 0;
    padding-right: 0;
  }

  .h2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    line-height: 32px;
  }

  .areas-div {
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .areas-list {
    width: 100%;
  }

  .areas-map {
    width: 100%;
    height: 420px;
    display: none;
  }

  .areas-map-mobile {
    width: 100%;
    height: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .body-container-vertical {
    width: 100%;
    max-width: 100%;
  }

  .body-container-vertical.man {
    flex-direction: column;
    height: auto;
    min-height: auto;
  }

  .h3-link-2 {
    font-size: 18px;
    line-height: 28px;
  }

  .lrg-email {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .h3-right-div {
    width: 100%;
  }

  .h3-right-div.home {
    width: 100%;
    padding: 60px 20px;
  }

  .lrg-img-text {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .menu-button-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-label-div {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .menu-button-group-div {
    width: 95%;
  }

  .button-link {
    font-size: 14px;
    line-height: 20px;
  }

  .content-section {
    padding-top: 260px;
  }

  .content-section._60b {
    padding-top: 220px;
    padding-bottom: 30px;
  }

  .content-section.top {
    padding-top: 260px;
  }

  .new-h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .p-2._30b {
    padding-bottom: 20px;
  }

  .p-2._30t {
    padding-top: 20px;
  }

  .p-2._20b {
    padding-bottom: 20px;
  }

  .contact-us-button {
    margin-top: 20px;
  }

  .large-image-section {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pinned-content-div {
    padding-right: 0%;
    position: static;
  }

  .large-p-block {
    padding: 0;
  }

  .new-h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .lrg-img-div {
    border-radius: 4px;
    width: 90%;
    height: 250px;
    margin-top: 30px;
  }

  .lrg-img-div.roofing, .lrg-img-div.new, .lrg-img-div.extension, .lrg-img-div.dry, .lrg-img-div.stone {
    height: 250px;
  }

  .blue-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grey-dividing-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .h3-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .body-div {
    padding-top: 20px;
  }

  .sub-heading {
    margin-top: 0;
  }

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

  .bottom-section {
    padding-top: 30px;
  }

  .bottom-container {
    flex-direction: column;
  }

  .bottom-3-div._2 {
    width: 100%;
    padding: 20px;
  }

  .bottom-3-div._1 {
    flex-direction: column;
    width: 100%;
    padding: 20px;
  }

  .bottom-3-div._3 {
    padding: 20px;
  }

  .fb-link {
    padding-top: 20px;
  }

  .bottom-title {
    margin-bottom: 20px;
  }

  .chas-link {
    margin-top: 10px;
  }

  .click-to-call-div {
    margin-bottom: 20px;
  }

  .hero {
    height: 800px;
    padding-top: 150px;
  }

  .banner-button-text {
    font-size: 13px;
  }

  .text-span {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .banner-heading {
    width: 90%;
    font-size: 30px;
    line-height: 30px;
  }

  .hero-button-2 {
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-div-full {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-content: center;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .hero-div-mid {
    grid-row-gap: 5px;
  }

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

  .navbar-4 {
    flex-flow: column;
  }

  .nav-section {
    position: fixed;
  }

  .click-to-call-button-2 {
    font-size: 13px;
    line-height: 14px;
  }

  .brand {
    text-align: center;
    width: 100%;
  }

  .brand.w--current {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-under-line {
    margin-top: 0;
  }

  .section-heading-1-with-image {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-heading-1.margin-bottom-10 {
    font-size: 2.2em;
  }

  .section-heading-1.margin-bottom-10.white {
    font-size: 1.6em;
  }

  .section-content.inner-padding-right {
    padding-right: 0;
  }

  .pinned-content-div-2 {
    padding-right: 0%;
    position: static;
  }

  .large-single-image-div {
    border-radius: 4px;
    width: 90%;
    height: 250px;
    min-height: 250px;
    margin-bottom: 20px;
  }

  .large-p-block-2 {
    box-shadow: none;
    background-color: #0000;
    padding: 0;
  }

  .large-image-section-2 {
    flex-direction: column;
  }

  .home-1, .home-2 {
    height: 350px;
  }

  .footer-socials {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-socials.new {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .socials {
    width: auto;
    bottom: 10px;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .header-div-2 {
    flex-direction: column;
  }

  .image-9 {
    height: 250px;
  }

  .container--full {
    width: 100%;
    height: 60vh;
  }

  .maks {
    width: 18rem;
    height: 30rem;
  }

  .fs-sliderdots_arrow-left, .fs-sliderdots_arrow-right {
    width: 3.5rem;
    height: 3.5rem;
    top: 13rem;
  }

  .fs-sliderdots_slide {
    min-height: 15rem;
  }

  .fs-sliderdots_slider {
    margin-top: 40%;
  }

  .icon {
    font-size: 1.5rem;
  }

  .project-header {
    width: 90%;
    font-size: 30px;
    line-height: 30px;
  }
}

#w-node-b76ccba6-01c5-7c35-5ec5-be88607973d6-17f28270 {
  justify-self: center;
}

#w-node-_42ed3376-ef4d-8262-32c2-10b6efd766c1-17f28270 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b76ccba6-01c5-7c35-5ec5-be88607973e1-17f28270 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b76ccba6-01c5-7c35-5ec5-be88607973e5-17f28270, #w-node-b76ccba6-01c5-7c35-5ec5-be88607973e8-17f28270, #w-node-b76ccba6-01c5-7c35-5ec5-be88607973e9-17f28270 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b76ccba6-01c5-7c35-5ec5-be88607973eb-17f28270 {
  justify-self: center;
}

#w-node-dc50230a-ece0-d287-5661-93259735be10-17f28270, #w-node-_483618f1-71cd-cd4e-4d48-95d8bba70c6d-17f28270, #w-node-_2e5015c0-8221-b203-e1ac-fb8955fb8ed2-17f282bd, #w-node-_2e5015c0-8221-b203-e1ac-fb8955fb8ed3-17f282bd, #w-node-_2e5015c0-8221-b203-e1ac-fb8955fb8edc-17f282bd, #w-node-_2e5015c0-8221-b203-e1ac-fb8955fb8edd-17f282bd, #w-node-_2e5015c0-8221-b203-e1ac-fb8955fb8ee6-17f282bd, #w-node-_2e5015c0-8221-b203-e1ac-fb8955fb8ee7-17f282bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b76ccba6-01c5-7c35-5ec5-be88607973d6-17f28270 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }

  #w-node-b76ccba6-01c5-7c35-5ec5-be88607973e0-17f28270 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b76ccba6-01c5-7c35-5ec5-be88607973e5-17f28270 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-b76ccba6-01c5-7c35-5ec5-be88607973e8-17f28270 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-b76ccba6-01c5-7c35-5ec5-be88607973eb-17f28270 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-d99f5d5c-c743-8ab5-6d73-042146b49291-46b4928f {
    place-self: end center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b76ccba6-01c5-7c35-5ec5-be88607973d6-17f28270 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-b76ccba6-01c5-7c35-5ec5-be88607973e5-17f28270, #w-node-b76ccba6-01c5-7c35-5ec5-be88607973e8-17f28270 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-b76ccba6-01c5-7c35-5ec5-be88607973eb-17f28270 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_483618f1-71cd-cd4e-4d48-95d8bba70c6d-17f28270 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa brands';
  src: url('../fonts/FA-Brands.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa duotone';
  src: url('../fonts/FA-Duotone.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 400';
  src: url('../fonts/fa-sharp-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}