@charset "UTF-8";
/*
$brand-color-1: #44474a;
$brand-color-2: #ffffff;
$brand-color-3: #272d2f;
$brand-color-4: #642015;
$brand-color-5: #aed1ef;
$brand-color-6: #6e1d26;
*/
/* Sass variables for media queries */
/*
$brand-color-1: #44474a;
$brand-color-2: #ffffff;
$brand-color-3: #272d2f;
$brand-color-4: #642015;
$brand-color-5: #aed1ef;
$brand-color-6: #6e1d26;
*/
/* Sass variables for media queries */
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
$brand-color-1: #44474a;
$brand-color-2: #ffffff;
$brand-color-3: #272d2f;
$brand-color-4: #642015;
$brand-color-5: #aed1ef;
$brand-color-6: #6e1d26;
*/
/* Header */
#header {
  opacity: 1;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  /* Desktop/tablet override (>= $tablet-breakpoint) */
  box-shadow: 0px 2px 20px black;
  background-size: contain;
  width: 100%;
  max-width: none;
  font-size: 1.1rem;
  z-index: 500;
  /* Desktop/menu behaviour (>= $menu-breakpoint) */
}
.font-loaded #header {
  opacity: 1;
}
html[data-theme=light] #header {
  background-color: #44474a;
  border-bottom: 5px solid transparent;
}
html[data-theme=dark] #header {
  background-color: #44474a;
  border-bottom: 5px solid;
}
html[data-theme=light] #header {
  color: #ffffff;
}
html[data-theme=dark] #header {
  color: #ffffff;
}
#header a {
  text-decoration: none;
}
@media (min-width: 1280px) {
  #header {
    max-height: 1000px;
  }
}
#header .row {
  row-gap: 5px;
}
#header .admin-on {
  /* Compensate for the Drupal toolbar */
  top: 80px;
}
#header .header-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .header-main #logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0 10px 12px;
  background-size: contain;
  flex: 1 1 auto;
  /* Mobile/default logo sizing */
  /* Desktop/tablet logo sizing (>= $header-breakpoint) */
  /* Safety: media wrappers from Drupal */
}
#header .header-main #logo .scrolled-logo {
  display: none;
}
#header .header-main #logo img {
  display: block;
  width: auto;
  max-width: none;
  margin: 0;
}
@media (min-width: 1280px) {
  #header .header-main #logo img {
    height: 100px;
    margin-right: 10px;
  }
}
#header .header-main #logo a,
#header .header-main #logo .media,
#header .header-main #logo .field,
#header .header-main #logo .field__item {
  display: block;
}
#header .header-main #header-right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  padding-right: 12px;
  /* Desktop/tablet override (>= $header-breakpoint) */
}
@media (min-width: 1280px) {
  #header .header-main #header-right {
    justify-content: space-between;
  }
}
#header .header-main #header-right #tools {
  display: none;
  /* Desktop/tablet override (>= $header-breakpoint) */
  align-self: flex-end;
  align-items: center;
}
@media (min-width: 1280px) {
  #header .header-main #header-right #tools {
    display: flex;
  }
}
#header .header-main #header-right #tools #tel,
#header .header-main #header-right #tools #email {
  font-family: "Source Sans 3", "Raleway", Georgia, "Times New Roman", serif;
  display: none;
  text-align: center;
  /* Desktop/tablet override (>= $header-breakpoint) */
}
@media (min-width: 1280px) {
  #header .header-main #header-right #tools #tel,
#header .header-main #header-right #tools #email {
    display: flex;
    height: 100%;
    align-items: center;
  }
}
#header .header-main #header-right #tools #tel p,
#header .header-main #header-right #tools #email p {
  margin: 0;
}
#header .header-main #header-right #tools #tel a,
#header .header-main #header-right #tools #email a {
  font-size: 15px;
  font-weight: 500;
}
html[data-theme=light] #header .header-main #header-right #tools #tel a,
html[data-theme=light] #header .header-main #header-right #tools #email a {
  color: #ffffff;
}
html[data-theme=dark] #header .header-main #header-right #tools #tel a,
html[data-theme=dark] #header .header-main #header-right #tools #email a {
  color: #ffffff;
}
#header .header-main #header-right #tools #tel a:hover,
#header .header-main #header-right #tools #email a:hover {
  text-decoration: none;
}
html[data-theme=light] #header .header-main #header-right #tools #tel a:hover,
html[data-theme=light] #header .header-main #header-right #tools #email a:hover {
  color: #aac3d6;
}
html[data-theme=dark] #header .header-main #header-right #tools #tel a:hover,
html[data-theme=dark] #header .header-main #header-right #tools #email a:hover {
  color: #272d2f;
}
#header .header-main #header-right #tools #tel a:before,
#header .header-main #header-right #tools #email a:before {
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 3px;
  content: "";
  position: relative;
  top: 1px;
}
#header .header-main #header-right #tools #tel {
  /* Desktop/tablet override (>= $header-breakpoint) */
}
@media (min-width: 1280px) {
  #header .header-main #header-right #tools #tel a:after {
    content: ".";
    display: inline;
    margin-left: 10px;
  }
  #header .header-main #header-right #tools #tel a:hover:after {
    color: #99051e !important;
  }
}
#header .header-main #header-right #tools #email {
  margin-left: 10px;
}
#header .header-main #header-right #tools #email a:before {
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 3px;
  content: "";
  position: relative;
  margin-right: 5px;
  top: 1px;
  width: 20px;
  height: 20px;
}
#header .header-main #header-right #tools #email a:after {
  display: none;
}
#header .header-main #header-right #tools #cart.cart {
  display: block;
}
#header .header-main #header-right #tools .search-container {
  margin-right: 10px;
  padding-top: 10px;
}
#header.scrolled {
  position: fixed;
}
#header.scrolled #mobile-top-header,
#header.scrolled .header-stripe {
  display: none;
}
#header.scrolled #logo {
  padding: 6px 0 6px 12px;
}
#header.scrolled #logo img {
  width: auto;
  max-width: none;
  margin-right: 10px;
}
#header.scrolled #header-right #tools {
  display: none;
}
#header.open, #header.scrolled.open {
  max-height: 1000px;
  overflow: visible;
}

/* Skip link */
.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 9999;
  padding: 12px 16px;
  border-radius: 6px;
}
html[data-theme=light] .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-skip-link {
  background-color: #5d6162;
  color: #ffffff;
}
html[data-theme=dark] .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-skip-link {
  background-color: #5d6162;
  color: #ffffff;
}

.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-skip-link:focus {
  left: 12px;
  top: 12px;
}

/* Menu button */
.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav {
  display: flex;
}

.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-toggle:hover {
  background: rgba(177, 205, 227, 0.14);
}

.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-toggle:focus {
  outline: 2px solid #aed1ef;
  outline-offset: 2px;
}

/* Overlay */
.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay[hidden] {
  display: none;
}

.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
}

.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(29, 29, 29, 0.65);
}

.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-panel {
  position: relative;
  z-index: 1;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
html[data-theme=light] .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-panel {
  background-color: #44474a;
  color: #ffffff;
}
html[data-theme=dark] .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-panel {
  color: #ffffff;
}

.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border-bottom: 1px solid rgba(237, 232, 228, 0.25);
}

.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-close {
  appearance: none;
  background: transparent;
  padding: 10px 12px;
  border-radius: 999px;
  font-family: "Source Sans 3", "Raleway", Georgia, "Times New Roman", serif;
  font-weight: 700;
  float: right;
}
html[data-theme=light] .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-close {
  border: 1px solid rgba(153, 5, 30, 0.5);
}
html[data-theme=dark] .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-close {
  border: 1px solid rgba(153, 5, 30, 0.5);
}

.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-content {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}

/* Lock body scroll */
body.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-nav-overlay-open {
  overflow: hidden;
}

/* Overlay menu styling (works with menu--main.html.twig + dropdown buttons) */
.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-content .navbar-toggler {
  display: none !important;
}

.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-content .collapse.navbar-collapse {
  display: block !important;
  height: auto !important;
  visibility: visible !important;
}

.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block !important;
}

.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-content li {
  margin: 0;
  border-bottom: 1px solid #666666;
  padding: 4px 0;
}

/* Top-level item divider */
.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-content .collapse.navbar-collapse > ul > li {
  border-bottom: 1px solid #666666;
  padding: 4px 0;
}

/* Links + dropdown buttons */
.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-content a,
.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-content .dropdown__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0px;
  text-decoration: none;
  font-family: "Source Sans 3", "Raleway", Georgia, "Times New Roman", serif;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
  font-size: 28px;
  line-height: 1;
  background-color: transparent;
}
html[data-theme=light] .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-content a,
html[data-theme=light] .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-content .dropdown__title {
  color: #ffffff;
}
html[data-theme=dark] .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-content a,
html[data-theme=dark] .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-content .dropdown__title {
  color: #ffffff;
}

.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-content a:hover,
.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-content a:focus,
.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-content .dropdown__title:hover,
.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-content .dropdown__title:focus {
  background-color: transparent;
}
html[data-theme=light] .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-content a:hover,
html[data-theme=light] .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-content a:focus,
html[data-theme=light] .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-content .dropdown__title:hover,
html[data-theme=light] .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-content .dropdown__title:focus {
  color: #aac3d6;
}
/* Dropdown submenu */
.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-content .dropdown__menu {
  display: none;
  padding: 6px 0 10px 12px;
}

.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-content li.dropdown.is-open > .dropdown__menu {
  display: block;
}

/* Submenu items */
.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-content .dropdown__menu a,
.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-content .dropdown__menu .dropdown__title {
  font-weight: 300;
  padding: 12px 12px;
}

/* Ensure the Drupal navigation region is visible inside the overlay */
.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-content .region-navigation,
.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-content nav,
.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-content .block,
.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-mobile-nav-overlay-content .block-menu {
  display: block !important;
}

p.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-paragraph-header {
  display: flex;
  margin: 0;
}
@media (max-width: 768px) {
  p.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-paragraph-header {
    display: none;
  }
}

p.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-paragraph-sub {
  display: flex;
  margin: 0;
}
@media (max-width: 768px) {
  p.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-paragraph-sub {
    display: none;
  }
}
p.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-paragraph-sub a.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-sub-header:first-child::after {
  content: "|";
  display: inline;
  margin: 0 10px;
}
html[data-theme=light] p.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-paragraph-sub a.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-sub-header:first-child::after {
  color: #ffffff;
}
html[data-theme=dark] p.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-paragraph-sub a.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-sub-header:first-child::after {
  color: #ffffff;
}

.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-header {
  font-family: "Raleway";
  font-size: 30px;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 0;
}
html[data-theme=light] .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-header {
  color: #ffffff;
}
html[data-theme=dark] .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-header {
  color: #ffffff;
}
.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-header:focus, .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-header:hover, .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-header:active {
  font-family: "Raleway";
  font-size: 30px;
  margin-bottom: 0;
  display: inline;
}
html[data-theme=light] .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-header:focus, html[data-theme=light] .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-header:hover, html[data-theme=light] .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-header:active {
  color: #aac3d6;
}
html[data-theme=dark] .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-header:focus, html[data-theme=dark] .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-header:hover, html[data-theme=dark] .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-header:active {
  color: #aac3d6;
}

.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-sub-header {
  font-family: "Raleway";
  font-size: 25px;
  line-height: 1;
  margin-top: 0;
}
html[data-theme=light] .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-sub-header {
  color: #ffffff;
}
html[data-theme=dark] .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-sub-header {
  color: #ffffff;
}
.B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-sub-header:focus, .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-sub-header:hover, .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-sub-header:active {
  white-space: nowrap;
  margin-top: 0;
}
html[data-theme=light] .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-sub-header:focus, html[data-theme=light] .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-sub-header:hover, html[data-theme=light] .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-sub-header:active {
  color: #aac3d6;
}
html[data-theme=dark] .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-sub-header:focus, html[data-theme=dark] .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-sub-header:hover, html[data-theme=dark] .B-W-Reed-and-Son-Builders-in-Bracknell-Berkshire-sub-header:active {
  color: #aac3d6;
}

.BW-Reed-House-Renovations-button,
.BW-Reed-House-Extensions-button,
.BW-Reed-New-Build-Houses-button {
  display: block;
  text-decoration: none;
  margin: 0px 5px;
  text-align: center;
  padding: 10px;
  border-radius: 0 0 10px 10px;
}
html[data-theme=light] .BW-Reed-House-Renovations-button,
html[data-theme=light] .BW-Reed-House-Extensions-button,
html[data-theme=light] .BW-Reed-New-Build-Houses-button {
  background-color: #5d6162;
  color: #ffffff;
}
html[data-theme=dark] .BW-Reed-House-Renovations-button,
html[data-theme=dark] .BW-Reed-House-Extensions-button,
html[data-theme=dark] .BW-Reed-New-Build-Houses-button {
  background-color: #5d6162;
  color: #ffffff;
}
.BW-Reed-House-Renovations-button:focus, .BW-Reed-House-Renovations-button:hover, .BW-Reed-House-Renovations-button:active,
.BW-Reed-House-Extensions-button:focus,
.BW-Reed-House-Extensions-button:hover,
.BW-Reed-House-Extensions-button:active,
.BW-Reed-New-Build-Houses-button:focus,
.BW-Reed-New-Build-Houses-button:hover,
.BW-Reed-New-Build-Houses-button:active {
  text-decoration: none;
}
html[data-theme=light] .BW-Reed-House-Renovations-button:focus, html[data-theme=light] .BW-Reed-House-Renovations-button:hover, html[data-theme=light] .BW-Reed-House-Renovations-button:active,
html[data-theme=light] .BW-Reed-House-Extensions-button:focus,
html[data-theme=light] .BW-Reed-House-Extensions-button:hover,
html[data-theme=light] .BW-Reed-House-Extensions-button:active,
html[data-theme=light] .BW-Reed-New-Build-Houses-button:focus,
html[data-theme=light] .BW-Reed-New-Build-Houses-button:hover,
html[data-theme=light] .BW-Reed-New-Build-Houses-button:active {
  background-color: #272d2f;
  color: #ffffff;
}
html[data-theme=dark] .BW-Reed-House-Renovations-button:focus, html[data-theme=dark] .BW-Reed-House-Renovations-button:hover, html[data-theme=dark] .BW-Reed-House-Renovations-button:active,
html[data-theme=dark] .BW-Reed-House-Extensions-button:focus,
html[data-theme=dark] .BW-Reed-House-Extensions-button:hover,
html[data-theme=dark] .BW-Reed-House-Extensions-button:active,
html[data-theme=dark] .BW-Reed-New-Build-Houses-button:focus,
html[data-theme=dark] .BW-Reed-New-Build-Houses-button:hover,
html[data-theme=dark] .BW-Reed-New-Build-Houses-button:active {
  background-color: #272d2f;
  color: #ffffff;
}

#header-buttons .row {
  grid-gap: 1px;
}
#header-buttons .row a {
  display: block;
}
#header-buttons .col-i-md-4 {
  background: none;
}

body.home #breadcrumb-container {
  display: none;
}

body.binfield10k #breadcrumb-container {
  display: none;
}

/*# sourceMappingURL=header-left.css.map */
