:root {
  --black: black;
  --white: white;
}

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

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

.heading {
  text-align: center;
  margin-top: 60px;
}

.brand-logo-image {
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-container {
  z-index: 4000;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.nav-links {
  border: 0 #000;
  border-radius: 0;
}

.nav-links:hover {
  color: #7b7b7b;
  -webkit-text-stroke-color: #eee;
  background-color: #eee;
  border: 0 solid #000;
  border-radius: 6px;
}

.nav-menu {
  margin-top: 15px;
}

.top-hero {
  background-color: #a9a3a3;
  background-image: linear-gradient(#00000096, #00000096), url('../images/bbs-hero-header-image-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border: 1px #000;
  padding-top: 40px;
  padding-bottom: 140px;
  padding-right: 0;
}

.hero-next-door-logo {
  text-align: center;
}

.hearo-h1 {
  color: #fff;
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 65px;
}

.hero-next-door-logo-copy, .hero-nextdoor-container {
  text-align: center;
}

.hero-button-container {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.hero-button {
  color: #fff;
  text-transform: uppercase;
  border-radius: 20px;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 700;
}

.hero-button.left {
  background-color: #fa4a40;
}

.hero-button.left:hover {
  background-color: #ef2825;
}

.hero-button.right {
  background-color: #35c18d;
  margin-left: 40px;
  margin-right: 40px;
}

.hero-button.right:hover {
  background-color: #12b471;
}

.hero-icon-container {
  grid-column-gap: 16%;
  grid-row-gap: 16%;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  place-items: center;
  display: block;
}

.about-us-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.services-section {
  background-color: #f6f6f6;
  background-image: url('../images/bg-02.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 20%;
  margin-bottom: 0;
  padding-top: 75px;
  padding-bottom: 140px;
  position: static;
}

.services-section.red {
  background-image: none;
  border-bottom: 0 #fa493f;
  padding-top: 60px;
  padding-bottom: 60px;
}

.barbers-gallery-section {
  background-image: linear-gradient(#000000c2, #000000c2), url('../images/bbs-hero-header-image-bg.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.bg-number-text {
  color: #33333345;
  text-align: center;
  font-size: 100px;
  font-weight: 700;
}

.h2-section-header {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Merriweather, serif;
  font-size: 45px;
  font-weight: 400;
}

.h2-section-header.white {
  color: #fff;
}

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

.main-text {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.main-text.white {
  color: #fff;
}

.barbers-section {
  background-color: #f6f6f6;
  padding-top: 60px;
  padding-bottom: 60px;
}

.service-box {
  background-color: #fdfdfd;
  align-items: center;
  padding: 40px 10px 30px;
}

.service-box.red {
  border-bottom: 3px solid #fa493f;
  padding-bottom: 60px;
}

.service-box.green {
  border-bottom: 3px solid #4fcb9e;
}

.service-box.purple {
  border-bottom: 3px solid #ab70ef;
}

.service-box.yellow {
  border-bottom: 3px solid #fcaf5d;
}

.service-box.barber {
  padding-top: 10px;
  padding-bottom: 25px;
}

.service-box-h3 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.service-box-h3.red {
  color: #fa493f;
}

.service-box-h3.barber.red {
  margin-bottom: 0;
}

.service-box-h3.barber.purple {
  color: #ae77ef;
}

.service-box-h3.barber.yellow {
  color: #fdb366;
}

.service-box-h3.barber.green {
  color: #35c28f;
}

.service-box-text {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.service-stack {
  margin-top: 40px;
}

.hero-quick-strack-icons {
  flex: 1;
}

.hero-icon-box {
  align-items: center;
}

.hero-icon-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

.hero-icon-text.green {
  color: #38c695;
}

.hero-icon-text.purple {
  color: #b27cf5;
}

.hero-icon-text.yellow {
  color: #feb960;
}

.section-footer {
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 60px;
}

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

.footer-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.link-footer {
  color: #fff;
}

.link-footer:hover {
  text-decoration: none;
}

.link-footer:focus {
  color: #fff;
}

.section-contact {
  background-image: linear-gradient(#0000009e, #0000009e), url('../images/bbs-team-img.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 140px;
}

.form-block {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form {
  display: flex;
}

.textarea {
  clear: none;
  flex-direction: column;
  align-self: auto;
  display: flex;
}

.form-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.form-div {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.form-block-3 {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  display: inline-block;
}

.form-2 {
  display: flex;
}

.textarea-2 {
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  display: flex;
}

.container-form-layout {
  flex-flow: row-reverse;
  justify-content: center;
  align-items: baseline;
  display: flex;
}

.form-block-4 {
  flex-direction: row;
  display: flex;
}

.field-label {
  flex-flow: wrap;
  align-content: flex-end;
  display: block;
}

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

.contact-submit-button {
  float: none;
  text-align: center;
  text-transform: uppercase;
  background-color: #fa493f;
  border-radius: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 700;
  display: block;
  position: static;
}

.form-3 {
  display: block;
}

.form-block-5 {
  justify-content: center;
  align-self: center;
  width: 70%;
  display: block;
}

.form-text-field {
  color: var(--black);
  text-align: center;
  border-radius: 5px;
  width: 100%;
  min-width: 57%;
}

.form-text-field.large {
  height: 100px;
}

.form-text-field.multi {
  margin-top: 0;
  margin-bottom: 30px;
}

.cell, .cell-2 {
  display: block;
}

.contaniner-location-contact {
  background-color: #000000bd;
}

.quick-stack-location {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-contact-cell {
  text-align: center;
  border: 0 #38c591;
  border-width: 0 0 3px 1px;
  align-self: stretch;
  align-items: stretch;
}

.div-contact-cell.red {
  border: 5px solid #000;
  border-bottom: 3px solid #fa493f;
  padding-bottom: 0;
}

.div-contact-cell.green {
  border-bottom-style: solid;
}

.h4-contact-box {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.h4-contact-box.red {
  color: #fa493f;
  margin-bottom: 20px;
}

.h4-contact-box.green {
  color: #38c591;
  border: 3px #000;
}

.h4-contact-box.purple {
  color: #b887f2;
}

.h4-contact-box.yellow {
  color: #fcaf5d;
}

.contact-box-text {
  color: #fff;
  text-align: center;
}

.location-cell {
  text-align: center;
  padding-bottom: 40px;
}

.location-cell.green {
  border-bottom: 3px solid #33c38e;
}

.location-cell.purple {
  border-bottom: 3px solid #c296f3;
}

.location-cell.yello {
  border-bottom: 3px solid #fdb468;
}

.location-cell.red {
  border-bottom: 3px solid #fa493f;
  padding-bottom: 0;
}

.cell-4 {
  border: 1px solid #000;
  border-bottom: 3px solid #b887f2;
  align-items: stretch;
}

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

.cell-5.yellow {
  border-bottom: 3px solid #fcaf5d;
}

.link {
  color: #e8dfdf;
}

.link:hover {
  text-decoration: none;
}

.image-2, .social-ico, .social-icon {
  align-self: center;
}

.social-image {
  margin-left: 10px;
  margin-right: 10px;
}

.flex-block {
  align-self: center;
}

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

.about-text-cell {
  border-bottom: 3px solid #fc5f45;
  padding: 60px 40px;
  box-shadow: 0 7px 14px 11px #0000000f;
}

.about-text-cell.award {
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-header {
  margin-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 40px;
  font-weight: 400;
}

.about-header.award {
  font-size: 38px;
}

.about-image {
  clear: both;
  align-self: flex-end;
  max-width: 100%;
  margin-top: 40px;
  position: static;
}

.about-image.award {
  margin-top: 15px;
}

.about-cell-image {
  text-align: right;
}

.about-text-block {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.gallery-container {
  text-align: center;
  display: block;
}

.slider {
  background-color: #ddd0;
  height: 500px;
  display: block;
}

.image-3 {
  float: none;
  text-align: center;
}

.slide {
  position: static;
}

.galley-thumb {
  border: 0 #000;
  margin: 5px;
  padding: 0;
  display: inline-block;
}

.galley-thumb.red-border {
  border: 2px solid #fc5f45;
}

.galley-thumb.green-border {
  border: 2px solid #38c695;
}

.galley-thumb.purple-border {
  border: 2px solid #b27cf5;
}

.galley-thumb.yellow-border {
  border: 2px solid #feb95f;
}

.gdpr-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/bbs-gdpr-header-image-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.gdp-text-container {
  margin-top: 40px;
}

.gdpr-main-text {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
}

.gdpr-bold {
  font-size: 20px;
}

.spam {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.re-captcha-div {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .mobile-menu-burger {
    color: red;
  }

  .services-section.red {
    padding-top: 40px;
  }

  .h2-section-header {
    font-size: 38px;
  }

  .main-text {
    font-size: 14px;
  }

  .service-stack {
    margin-top: 10px;
  }

  .quick-stack-location {
    padding-top: 10px;
  }

  .contact-box-text {
    font-size: 12px;
  }

  .about-text-cell.award {
    padding: 20px 30px;
  }

  .about-header.award {
    font-size: 25px;
  }

  .about-image.award {
    flex: 0 auto;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  .top-hero {
    padding-bottom: 60px;
  }

  .hearo-h1 {
    font-size: 48px;
    line-height: 55px;
  }

  .about-us-section {
    padding-bottom: 20px;
  }

  .main-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-contact-cell {
    margin-bottom: 0;
  }

  .about-image {
    align-self: center;
    max-width: none;
    margin-top: 20px;
  }

  .about-cell-image {
    padding-bottom: 20px;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 20px;
  }

  .body {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand-logo-image {
    max-width: 75%;
  }

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

  .mobile-menu-wrapper {
    margin-top: 5px;
  }

  .mobile-menu-burger {
    color: red;
  }

  .hearo-h1 {
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 30px;
    line-height: 40px;
  }

  .hero-button-container {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .hero-button.left {
    margin-bottom: 20px;
  }

  .about-us-section {
    padding-top: 0;
  }

  .services-section.red {
    padding-top: 20px;
  }

  .barbers-gallery-section {
    padding-bottom: 10px;
  }

  .h2-section-header {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .main-text {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .barbers-section {
    padding-top: 20px;
  }

  .hero-quick-strack-icons {
    padding-top: 0;
  }

  .hero-icon-text.green, .hero-icon-text.purple, .hero-icon-text.yellow {
    margin-top: 10px;
  }

  .image {
    width: auto;
    max-width: none;
  }

  .image.nextdoor-logo {
    width: 50px;
    max-width: none;
    height: 50px;
    max-height: none;
  }

  .barber-quick-stack {
    padding-top: 10px;
  }

  .section-contact {
    padding-bottom: 0;
  }

  .container-form-layout {
    width: 97.9981%;
    min-width: 31%;
    max-width: 98%;
    margin-left: 5px;
    margin-right: 0;
  }

  .form-3 {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
  }

  .div-contact-cell {
    padding-bottom: 10px;
  }

  .div-contact-cell.green, .location-cell.yello {
    padding-bottom: 40px;
  }

  .location-cell.red {
    padding-bottom: 20px;
  }

  .about-text-cell {
    padding: 20px 20px 10px;
  }

  .about-header {
    font-size: 30px;
  }

  .about-image {
    width: 100%;
  }
}

#w-node-_93b8c3c9-9469-3403-6edc-c710c1b62066-fa76c7a4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6eb92114-275d-13ec-fd4b-f9c9ec6dec65-fa76c7a4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a6cbd185-0c78-4ac2-36e4-823dc9b5dc2d-fa76c7a4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_643f1b93-3482-facb-02bd-7fbe6306baa4-fa76c7a4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-de660a0c-607c-68be-511f-bf6fa54671c3-fa76c7a4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7fb207a2-55df-3a27-f717-f5d28184d7d3-fa76c7a4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-a6cbd185-0c78-4ac2-36e4-823dc9b5dc2d-fa76c7a4, #w-node-_643f1b93-3482-facb-02bd-7fbe6306baa4-fa76c7a4, #w-node-_7fb207a2-55df-3a27-f717-f5d28184d7d3-fa76c7a4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6eb92114-275d-13ec-fd4b-f9c9ec6dec65-fa76c7a4, #w-node-de660a0c-607c-68be-511f-bf6fa54671c3-fa76c7a4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7fb207a2-55df-3a27-f717-f5d28184d7d3-fa76c7a4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_93b8c3c9-9469-3403-6edc-c710c1b62066-fa76c7a4, #w-node-a6cbd185-0c78-4ac2-36e4-823dc9b5dc2d-fa76c7a4, #w-node-_643f1b93-3482-facb-02bd-7fbe6306baa4-fa76c7a4, #w-node-_7fb207a2-55df-3a27-f717-f5d28184d7d3-fa76c7a4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


