/* ==========================================================================
   RESPONSIVE — Layout / Flexible Content Blocks
   ========================================================================== */

/* 2xl — 1536px + */
@media only screen and (min-width: 1536px) {
  /* Base styles are designed for this range */
}
@media only screen and (min-width: 1023px) {
  .sidebar-nav-wrapper{
    display: none !important;
  }
}

@media only screen and (min-width: 1367px) and (max-width: 1536px) {

nav ul.main-menu > li > a {
    font-size: 16px;
}	

}

@media only screen and (min-width: 1280px) and (max-width: 1550px) {
  .nav-link {
    font-size: 14px !important;
  }

}

/* xl — 1280–1535 */
@media only screen and (min-width: 1280px) and (max-width: 1366px) {

  section > .container-fluid {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .full-width-image--full-width.full {
    min-height: 810px;
  }

  .full-width-image--full-width.half {
    min-height: 600px;
  }

  .full-width-image--cropped.full {
    min-height: 810px;
  }

  .full-width-image--cropped.half {
    min-height: 600px;
  }
  
  

  
  
 .hero-banner .breadcrumbs-section {
    top: -60px;
}

  .hero-banner--shallow .breadcrumbs-section {
    top: -35px;
}


.header-selling-slider .header-selling-inner {
    font-size: 16px;
}

nav .nav-buttons {
    gap: 10px;
}

.logo-header img {
    max-height: 50px;
}

.hero-banner--shallow > .container-fluid {
	padding-top:40px;
	padding-bottom:40px;
}

.featured-blog-post .image {
    max-height: 500px;
}

nav ul.main-menu > li > a {
    font-size: 16px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1279px) {
.desktop-nav {
    display: none !important;
}	

.mobile-menu-block,
.mobile-menu-container {
    display: flex !important;
}

}

/* lg — 1024–1279 */
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  section > .container-fluid {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  /* Header */
  nav ul.main-menu {
    gap: 4px;
    margin-right: 15px;
  }

  nav ul.main-menu > li > a,
  nav ul.main-menu > li > .sub-menu > li > a {
    font-size: 15px;
  }

  nav .nav-buttons {
    gap: 12px;
  }

  /* Hero */
  .hero-banner__inner.content .hero-banner__heading {
    margin: -14px 0px !important;
  }

  /* Sticky content */
  .sticky-content__scroll-col-outer {
    padding-left: 50px;
  }

  .sticky-content__scroll-col {
    padding-bottom: 70px;
  }

  /* Full-width image */
  .full-width-image--full-width.full {
    min-height: 600px;
  }

  .full-width-image--full-width.half {
    min-height: 450px;
  }

  .full-width-image--cropped.full {
    min-height: 600px;
  }

  .full-width-image--cropped.half {
    min-height: 450px;
  }

  .full-width-image--cropped .cropped-image__image img {
    max-width: 55vw;
  }

  /* 404 */
  .error-404-content .heading-1 {
    font-size: 150px;
  }

  .error-404-content .heading-1 svg {
    height: 120px;
  }

  /* Accordion */
  .accordion-faq__question,
  .sidebar-content-nav a {
    font-size: 20px;
  }

  /* CTA banner */
  .call-to-action-banner__heading {
    font-size: 24px;
  }

  .call-to-action-banner .postcode-lookup {
    gap: 30px;
  }

  /* Centered icons */
  .centered-text-with-icons__icons {
    gap: 35px;
  }
  
  

    .hero-banner .breadcrumbs-section {
        top: -60px;
    }


    .hero-banner--shallow .breadcrumbs-section {
    top: -35px;
}

    .header-selling-slider .header-selling-inner {
        font-size: 14px;
        gap: 30px;
        padding: 0 15px;
    }

nav .nav-buttons {
    gap: 10px;
}

    .logo-header img {
        max-height: 44px;
    }

.hero-banner--shallow > .container-fluid {
	padding-top:40px;
	padding-bottom:40px;
}

.featured-blog-post .image {
    max-height: 450px;
} 

.error-404-content .wp-search-form {
    margin-top: 20px;
}


  
}

/* md — 768–1023 */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  section > .container-fluid {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /* Header */
  header {
    height: 80px;
  }

  body {
    padding-top: 80px;
  }

  .logo-header img {
    max-height: 48px;
  }

  nav ul.main-menu {
    gap: 2px;
    margin-right: 10px;
  }

  nav ul.main-menu > li > a,
  nav ul.main-menu > li > .sub-menu > li > a {
    font-size: 14px;
  }

  nav .nav-buttons {
    gap: 10px;
  }

  nav ul.main-menu > li.active .sub-menu {
    transform: translateY(48px);
  }

  /* Header selling points */
    .header-selling-points {
        max-height: 36px;
        min-height: 36px;
    }

  .header-selling-slider .header-selling-inner {
    gap: 25px;
    font-size: 14px;
  }

  /* Hero */
  .hero-banner--shallow > .container-fluid {
    padding-top: 35px;
    padding-bottom: 35px;
  }

    .hero-banner .breadcrumbs-section {
        top: -50px;
    }

  .hero-banner--shallow .breadcrumbs-section {
    top: -30px;
  }

    .hero-banner__style--house-cutout svg {
        min-width: 70vw;
        max-width: 70vw;
        margin-top: 0%;
    }
  
    .hero-banner__style--house-cutout.cutout-w-overlay svg, .hero-banner__style--house-cutout svg {
        margin-left: -0%;
        opacity: 0.2;
    }

    .hero-banner__style--house-cutout {
        right: -10%;
    }

  /* Shallow overrides */
  .standard-content--shallow > .container-fluid,
  .main-cta-block--shallow > .container-fluid,
  .usp-blocks--shallow > .container-fluid,
  .side-content-with-list--shallow > .container-fluid,
  .centered-text-with-icons--shallow > .container-fluid,
  .centre-content-with-list--shallow > .container-fluid,
  .contact-block--shallow > .container-fluid,
  .title-left-text-right--shallow > .container-fluid,
  .content-with-image--shallow > .container-fluid,
  .sticky-content--shallow > .container-fluid,
  .two-col-listing--shallow > .container-fluid,
  .call-to-action-banner--shallow > .container-fluid,
  .blockquote-block--shallow > .container-fluid,
  .pebble-list--shallow > .container-fluid,
  .content-with-cta--shallow > .container-fluid,
  .accordion-faq--shallow > .container-fluid,
  .contact-page-block--shallow > .container-fluid,
  .full-width-image--shallow > .container-fluid,
  .founders-block--shallow > .container-fluid {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  /* Sticky content */
  .sticky-content__scroll-col-outer {
    padding-left: 40px;
  }

  .sticky-content__scroll-col {
    padding-bottom: 60px;
  }

  /* Full-width image */
  .full-width-image--full-width.full {
    min-height: 500px;
  }

  .full-width-image--full-width.half {
    min-height: 380px;
  }

  .full-width-image--cropped.full {
    min-height: 500px;
  }

  .full-width-image--cropped.half {
    min-height: 380px;
  }

  .full-width-image--cropped .cropped-image__image img {
    max-width: 50vw;
  }

  .full-width-image--cropped.full img {
    max-width: 65vw;
  }

  .full-width-image--cropped.half img {
    max-width: 50vw;
  }

  .full-width-image--cropped.quarter img {
    max-width: 45vw;
  }

  /* Accordion */
  .accordion-faq__question,
  .sidebar-content-nav a {
    font-size: 19px;
    gap: 20px;
  }

  .accordion-faq__items,
  .sidebar-content-nav {
    gap: 12px;
  }

  /* Contact block */
  .contact-block .full-width-contact-image {
    margin-bottom: -60px;
  }

  /* CTA banner */
  .call-to-action-banner__heading {
    font-size: 22px;
  }

  .call-to-action-banner .postcode-lookup {
    gap: 30px;
  }

  .call-to-action-banner .postcode-lookup .form-input {
    min-height: 56px;
  }

  /* Centered icons */
  .centered-text-with-icons__icons {
    gap: 30px;
    flex-wrap: wrap;
  }

  .centered-text-with-icons__icon img {
    max-height: 50px;
  }

  /* 404 */
  .error-404-content .heading-1 {
    font-size: 120px;
    gap: 15px;
  }

  .error-404-content .heading-1 svg {
    height: 100px;
  }

    .error-404-content .heading-404 {
        gap: 15px;
    }

  /* Pebble cards */
  .pebble-list__cards {
    max-height: 280px;
  }

  .pebble-content {
    padding: 0 20px;
    gap: 15px;
  }
  
 
 
 
    .header-selling-slider .header-selling-inner {
        font-size: 13px;
        gap: 20px;
        padding: 0 10px;
    }

nav .nav-buttons {
    gap: 10px;
}

    .logo-header img {
        max-height: 40px;
    }

.hero-banner--shallow > .container-fluid {
	padding-top:40px;
	padding-bottom:40px;
}

.featured-blog-post .image {
    max-height: 450px;
} 

.error-404-content .wp-search-form {
    margin-top: 20px;
}

.hero-banner__inner.content .hero-banner__heading {
    margin: -7px 0px !important;
}

}

/* sm — 640–767 */
@media only screen and (min-width: 640px) and (max-width: 767px) {


    section > .container-fluid {
        padding-top: 50px;
        padding-bottom: 50px;
    }

  /* Header — collapse to mobile nav at this point */
  header {
    height: 70px;
  }

  body {
    padding-top: 70px;
  }

  .logo-header img {
    max-height: 42px;
  }

  nav ul.main-menu {
    /* Expect hamburger nav — hide desktop menu */
    display: none;
  }

  /* Header selling points */
    .header-selling-points {
        max-height: 33px;
        min-height: 33px;
        font-size: 12px;
    }

  .header-selling-slider .header-selling-inner {
    gap: 20px;
  }

  /* Hero */
  .hero-banner--shallow > .container-fluid {
    padding-top: 30px;
    padding-bottom: 30px;
  }
.hero-banner .breadcrumbs-section {
        top: -55px;
    }

    .hero-banner--shallow .breadcrumbs-section {
        top: -50px;
    }
  .hero-banner__style--side-image img {
    max-height: 300px;
  }

    .hero-banner__style--house-cutout svg {
        min-width: 70vw;
        margin-top: 10%;
        opacity: 0.2;
    }

  /* Shallow overrides */
  .standard-content--shallow > .container-fluid,
  .main-cta-block--shallow > .container-fluid,
  .usp-blocks--shallow > .container-fluid,
  .side-content-with-list--shallow > .container-fluid,
  .centered-text-with-icons--shallow > .container-fluid,
  .centre-content-with-list--shallow > .container-fluid,
  .contact-block--shallow > .container-fluid,
  .title-left-text-right--shallow > .container-fluid,
  .content-with-image--shallow > .container-fluid,
  .sticky-content--shallow > .container-fluid,
  .two-col-listing--shallow > .container-fluid,
  .call-to-action-banner--shallow > .container-fluid,
  .blockquote-block--shallow > .container-fluid,
  .pebble-list--shallow > .container-fluid,
  .content-with-cta--shallow > .container-fluid,
  .accordion-faq--shallow > .container-fluid,
  .contact-page-block--shallow > .container-fluid,
  .full-width-image--shallow > .container-fluid,
  .founders-block--shallow > .container-fluid {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /* Sticky content — unstack */
  .sticky-content__scroll-col-outer {
    padding-left: 30px;
  }

  .sticky-content__scroll-col {
    padding-bottom: 50px;
  }

  /* Content with image */
  .content-with-image .image-full,
  .sticky-content .image-full {
    min-width: 100%;
  }

  .content-with-image .image-full .image,
  .sticky-content .image-full .image {
    max-height: 400px;
    border-radius: 120px;
  }

  /* Full-width image */
  .full-width-image--full-width.full {
    min-height: 400px;
  }

  .full-width-image--full-width.half {
    min-height: 300px;
  }

  .full-width-image--cropped.full {
    min-height: 400px;
  }

  .full-width-image--cropped.half {
    min-height: 300px;
  }

  .full-width-image--cropped .cropped-image__image img {
    max-width: 70vw;
  }

  .full-width-image--cropped.full img {
    max-width: 80vw;
  }

  .full-width-image--cropped.quarter img {
    max-width: 60vw;
  }

  /* Accordion */
  .accordion-faq__question,
  .sidebar-content-nav a {
    font-size: 18px;
    gap: 15px;
  }

  /* Contact block */
  .contact-block .full-width-contact-image {
    margin-bottom: -50px;
  }

  .contact-block__icons .content {
    max-width: 100%;
  }

  /* CTA banner */
  .call-to-action-banner__heading {
    font-size: 20px;
  }

  .call-to-action-banner .postcode-lookup {
    gap: 20px;
    flex-direction: column;
  }

  /* Centered icons */
  .centered-text-with-icons__icons {
    gap: 25px;
    flex-wrap: wrap;
  }

  .centered-text-with-icons__icon img {
    max-height: 45px;
  }

  /* 404 */
  body.error404 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .error-404-content .heading-1 {
    font-size: 100px;
    flex-direction: row;
    gap: 10px;
  }

  .error-404-content .heading-1 svg {
    height: 80px;
  }

  /* Pebble cards */
  .pebble-list__cards {
    max-height: 260px;
  }

  .pebble-content {
    padding: 0 15px;
    gap: 12px;
  }

  /* Founders */
  .founder-cards-outer > div:nth-of-type(odd) .founders-block__cards {
    padding-right: 20px;
  }

  .founder-cards-outer > div:nth-of-type(even) .founders-block__cards {
    padding-left: 20px;
  }

  /* Post listing */
  .post-inner .image {
    border-radius: 30px;
  }

  .post-pagination {
    margin-top: 60px;
  }

  .featured-blog-post {
    margin-bottom: 60px;
  }

  .featured-blog-post .image {
    max-height: 400px;
  }
  
  
  
  
  
    .header-selling-slider .header-selling-inner {
        font-size: 12px;
        gap: 20px;
        padding: 0 10px;
    }

nav .nav-buttons {
    gap: 10px;
}
.logo-header img {
        max-height: 36px;
        margin-top: 4px;
    }

.hero-banner--shallow > .container-fluid {
	padding-top:40px;
	padding-bottom:40px;
}

.featured-blog-post .image {
    max-height: 450px;
} 

.error-404-content .wp-search-form {
    margin-top: 20px;
}

.hero-banner__inner.content .hero-banner__heading {
    margin: -7px 0px !important;
}

section.hero-banner > .container-fluid {
    padding-top: 60px;
    padding-bottom: 60px;
}

.hero-banner__style--house-cutout.cutout-w-overlay svg {
    margin-left: 0%;
}

.hero-banner__style--side-image .bounce {
    margin-top: 30px;
}

}

/* xs — 0–639 */
@media only screen and (max-width: 639px) {
     section > .container-fluid {
        padding-top: 50px;
        padding-bottom: 50px;
    }

  /* Header — collapse to mobile nav at this point */
  header {
    height: 70px;
  }

  body {
    padding-top: 70px;
  }

  .logo-header img {
    max-height: 42px;
  }

  nav ul.main-menu {
    /* Expect hamburger nav — hide desktop menu */
    display: none;
  }

  /* Header selling points */
    .header-selling-points {
        max-height: 33px;
        min-height: 33px;
        font-size: 12px;
        padding-top: 3px;
    }

  .header-selling-slider .header-selling-inner {
    gap: 20px;
  }

  /* Hero */
  .hero-banner--shallow > .container-fluid {
    padding-top: 30px;
    padding-bottom: 30px;
  }
    .hero-banner .breadcrumbs-section {
        top: -50px;
    }
    .hero-banner--shallow .breadcrumbs-section {
        top: -34px;
    }
  .hero-banner__style--side-image img {
    max-height: 300px;
  }
    .hero-banner__style--house-cutout svg {
        min-width: 94vw;
        margin-top: -30%;
        max-width: 94vw;
        opacity: 0.2;
    }

  /* Shallow overrides */
  .standard-content--shallow > .container-fluid,
  .main-cta-block--shallow > .container-fluid,
  .usp-blocks--shallow > .container-fluid,
  .side-content-with-list--shallow > .container-fluid,
  .centered-text-with-icons--shallow > .container-fluid,
  .centre-content-with-list--shallow > .container-fluid,
  .contact-block--shallow > .container-fluid,
  .title-left-text-right--shallow > .container-fluid,
  .content-with-image--shallow > .container-fluid,
  .sticky-content--shallow > .container-fluid,
  .two-col-listing--shallow > .container-fluid,
  .call-to-action-banner--shallow > .container-fluid,
  .blockquote-block--shallow > .container-fluid,
  .pebble-list--shallow > .container-fluid,
  .content-with-cta--shallow > .container-fluid,
  .accordion-faq--shallow > .container-fluid,
  .contact-page-block--shallow > .container-fluid,
  .full-width-image--shallow > .container-fluid,
  .founders-block--shallow > .container-fluid {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /* Sticky content — unstack */
  .sticky-content__scroll-col-outer {
    padding-left: 30px;
  }

  .sticky-content__scroll-col {
    padding-bottom: 50px;
  }

  /* Content with image */
  .content-with-image .image-full,
  .sticky-content .image-full {
    min-width: 100%;
  }

  .content-with-image .image-full .image,
  .sticky-content .image-full .image {
    max-height: 400px;
    border-radius: 120px;
  }

  /* Full-width image */
  .full-width-image--full-width.full {
    min-height: 400px;
  }

  .full-width-image--full-width.half {
    min-height: 300px;
  }

  .full-width-image--cropped.full {
    min-height: 400px;
  }

  .full-width-image--cropped.half {
    min-height: 300px;
  }

  .full-width-image--cropped .cropped-image__image img {
    max-width: 70vw;
  }

  .full-width-image--cropped.full img {
    max-width: 80vw;
  }

  .full-width-image--cropped.quarter img {
    max-width: 60vw;
  }

  /* Accordion */
  .accordion-faq__question,
  .sidebar-content-nav a {
    font-size: 18px;
    gap: 15px;
  }

  /* Contact block */
  .contact-block .full-width-contact-image {
    margin-bottom: -50px;
  }

  .contact-block__icons .content {
    max-width: 100%;
  }

  /* CTA banner */
  .call-to-action-banner__heading {
    font-size: 20px;
  }

  .call-to-action-banner .postcode-lookup {
    gap: 20px;
    flex-direction: column;
  }

  /* Centered icons */
  .centered-text-with-icons__icons {
    gap: 25px;
    flex-wrap: wrap;
  }

  .centered-text-with-icons__icon img {
    max-height: 45px;
  }

  /* 404 */
  body.error404 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .error-404-content .heading-1 {
        font-size: 140px;
    flex-direction: row;
    gap: 10px;
  }

    .error-404-content .heading-1 svg {
        height: 110px;
    }

.error-404-content .heading-5 {
    font-size: 32px;
}

  /* Pebble cards */
  .pebble-list__cards {
    max-height: 260px;
  }

  .pebble-content {
    padding: 0 15px;
    gap: 12px;
  }

  /* Founders */
  .founder-cards-outer > div:nth-of-type(odd) .founders-block__cards {
    padding-right: 20px;
  }

  .founder-cards-outer > div:nth-of-type(even) .founders-block__cards {
    padding-left: 20px;
  }

  /* Post listing */
  .post-inner .image {
    border-radius: 30px;
  }

  .post-pagination {
    margin-top: 60px;
  }

  .featured-blog-post {
    margin-bottom: 60px;
  }

  .featured-blog-post .image {
    max-height: 400px;
  }
  
  
  
  
  
    .header-selling-slider .header-selling-inner {
        font-size: 12px;
        gap: 20px;
        padding: 0 10px;
    }

nav .nav-buttons {
    gap: 10px;
}
.logo-header img {
        max-height: 36px;
        margin-top: 4px;
    }



.featured-blog-post .image {
    max-height: 450px;
} 

.error-404-content .wp-search-form {
    margin-top: 20px;
}

.hero-banner__inner.content .hero-banner__heading {
    margin: -7px 0px !important;
}

section.hero-banner > .container-fluid {
    padding-top: 60px;
    padding-bottom: 60px;
}

section.hero-banner.hero-banner--shallow > .container-fluid {
	padding-top:40px;
	padding-bottom:40px;
}

section.hero-banner--shallow.hero-banner--style-plain > .container-fluid {
	padding-bottom:0px;
}

.hero-banner__style--house-cutout.cutout-w-overlay svg {
    margin-left: 0%;
}

.hero-banner__style--side-image .bounce {
        margin-top: 42px;
    }

.mobile-menu-block .nav-buttons {
    display: none !important;
}

body {
        float: left;
        width: 100%;
        height: auto;
        display: block;
        overflow-x: clip;
    }

header {
    max-width: 100vw;
}

section.hero-banner .y-gap-60 {
    row-gap: 30px;
}

#page {
    float: left;
    width: 100%;
    display: block;
    clear: both;
    height: auto;
        overflow-x: clip;
}
}