.subheader-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: hsla(46.47887323943662, 47.65%, 70.78%, 1.00);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.subheader-section:hover {
  background-color: hsla(46.55172413793102, 100.00%, 88.63%, 1.00);
}

.subheader-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subheader-p {
  margin-right: 8px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.subheader-link {
  margin-right: 10px;
  border-bottom: 1px solid #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.subheader-link:hover {
  border-bottom-color: transparent;
  opacity: 0.5;
}

.brand.w--current {
  position: static;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.body {
  font-family: Muli;
}

.nav-link {
  -webkit-transition: all 120ms ease;
  transition: all 120ms ease;
  font-family: halyard-display, sans-serif;
  color: hsla(46.47887323943662, 47.65%, 70.78%, 1.00);
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: hsla(46.55172413793102, 100.00%, 88.63%, 1.00);
}

.nav-link.footer-nav-link {
  padding-right: 14px;
  padding-left: 14px;
  text-decoration: none;
}

.hero-section {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hero-img-new.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  text-transform: uppercase;
}

.black-line-div {
  width: 150px;
  height: 1px;
  background-color: #000;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-links-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 6px;
  margin-left: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-link-header:hover {
  opacity: 1;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.avail-p {
  margin-bottom: 10px;
  font-family: halyard-display, sans-serif;
  color: hsla(46.47887323943662, 47.65%, 70.78%, 1.00);
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.avail-p.hidden-desktop {
  margin-bottom: 0px;
  padding-right: 20px;
}

.availability-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  width: 230px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(46.47887323943662, 47.65%, 70.78%, 1.00);
  background-color: hsla(46.47887323943662, 47.65%, 70.78%, 1.00);
  box-shadow: inset 0 0 0 2px #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: #000;
  color: hsla(46.47887323943662, 47.65%, 70.78%, 1.00);
}

.button.form-btn {
  width: 99%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
    margin-left: -7px;
}

.hero-section-wrapper {
  max-width: 800px;
  padding: 50px 70px;
  border-style: solid;
  border-width: 4px;
  border-color: hsla(46.47887323943662, 47.65%, 70.78%, 1.00);
  background-color: rgba(0, 0, 0, .4);
}

.hero-heading {
  font-family: halyard-display, sans-serif;
  color: hsla(46.47887323943662, 47.65%, 70.78%, 1.00);
  font-size: 70px;
  line-height: 65px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -3px;
  text-transform: uppercase;
}

.paragraph {
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: 'Playfair Display', sans-serif;
  color: hsla(46.55172413793102, 100.00%, 88.63%, 1.00);
  font-size: 20px;
  text-align: center;
  text-transform: none;
}

.est-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.yellow-line-div {
  width: 40%;
  height: 2px;
  background-color: hsla(46.47887323943662, 47.65%, 70.78%, 1.00);
}

.playfair-caps1 {
  font-family: 'Playfair Display', sans-serif;
  color: hsla(46.55172413793102, 100.00%, 88.63%, 1.00);
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}

.about-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(46.55172413793102, 100.00%, 88.63%, 1.00);
}

.about-div {
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px 30px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 3px 0px 3px 3px;
  border-color: #000;
  background-color: hsla(46.55172413793102, 100.00%, 88.63%, 1.00);
}

.black-header {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: halyard-display, sans-serif;
  color: #000;
  font-weight: 400;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.reg-p {
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.product-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 400px;
  padding-right: 31px;
  padding-left: 31px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 30px solid #000;
  background-color: #000;
  box-shadow: 1px 1px 30px 9px rgba(0, 0, 0, .25), inset 0 0 0 2px hsla(46.47887323943662, 47.65%, 70.78%, 1.00);
}

.product-img {
  max-height: 140px;
  max-width: 160px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.black-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #000;
  background-image: url('../images/bb_tool.svg'), url('../images/bb_combs.svg'), url('../images/grunge-bg.png'), radial-gradient(circle farthest-corner at 50% 50%, #171717, #000);
  background-position: 0% 55%, 100% 100%, 50% 50%, 0px 0px;
  background-size: 220px, 450px, 100%, auto;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
}

.gallery-heading-wrapper {
  position: relative;
  z-index: 50;
  width: 80%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.crew-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divisor-crew {
  width: 100%;
  height: 1px;
  min-width: 0px;
  background-color: hsla(46.47887323943662, 47.65%, 70.78%, 1.00);
}

.light-link {
  margin-right: 10px;
  margin-left: 10px;
  border-bottom: 1px solid hsla(46.55172413793102, 100.00%, 88.63%, 1.00);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Playfair Display', sans-serif;
  color: hsla(46.55172413793102, 100.00%, 88.63%, 1.00);
  font-size: 20px;
  text-decoration: none;
}

.light-link:hover {
  border-bottom-color: transparent;
  color: hsla(46.47887323943662, 47.65%, 70.78%, 1.00);
}

.crew-wrapper {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.crew-member-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.crew-photo-profile-1 {
  position: relative;
  width: 200px;
  height: 200px;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(46.47887323943662, 47.65%, 70.78%, 1.00);
  border-radius: 50%;
  background-image: url('../images/barber1.png');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: inset 0 0 0 5px #000;
}

.crew-name {
  margin-top: 30px;
  font-family: halyard-display, sans-serif;
  color: hsla(46.55172413793102, 100.00%, 88.63%, 1.00);
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.about-crew {
  font-family: 'Playfair Display', sans-serif;
  color: hsla(46.55172413793102, 100.00%, 88.63%, 1.00);
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}

.crew-photo-profile-2 {
  position: relative;
  width: 200px;
  height: 200px;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(46.47887323943662, 47.65%, 70.78%, 1.00);
  border-radius: 50%;
  background-image: url('../images/barber2.png');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: inset 0 0 0 5px #000;
}

.crew-photo-profile-3 {
  position: relative;
  width: 200px;
  height: 200px;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(46.47887323943662, 47.65%, 70.78%, 1.00);
  border-radius: 50%;
  background-image: url('../images/barber3.png');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: inset 0 0 0 5px #000;
}

.crew-photo-profile-4 {
  position: relative;
  width: 200px;
  height: 200px;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(46.47887323943662, 47.65%, 70.78%, 1.00);
  border-radius: 50%;
  background-image: url('../images/barber4.png');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: inset 0 0 0 5px #000;
}

.crew-photo-profile-5 {
  position: relative;
  width: 200px;
  height: 200px;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(46.47887323943662, 47.65%, 70.78%, 1.00);
  border-radius: 50%;
  background-image: url('../images/barber5.png');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: inset 0 0 0 5px #000;
}

.divisor-gallery {
  width: 100%;
  height: 1px;
  max-width: none;
  background-color: hsla(46.47887323943662, 47.65%, 70.78%, 1.00);
}

.contact-section {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(46.55172413793102, 100.00%, 88.63%, 1.00);
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.left-contact-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid #000;
}

.right-contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-p {
  margin-bottom: 0px;
  margin-left: 15px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.playfair-allcaps {
  margin-top: 0px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 20px;
}

.list-p {
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 16px;
  line-height: 34px;
}

.social-profile-link {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-profile-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.social-media-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/30-bg-socialmediasection.png'), radial-gradient(circle farthest-corner at 50% 50%, #404040, #000);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-social-media-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-social-media-content {
  width: 45%;
}

.yellow-heading {
  margin: 0px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: halyard-display, sans-serif;
  color: hsla(46.47887323943662, 47.65%, 70.78%, 1.00);
  font-size: 38px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.yellow-heading.large-yh {
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  font-size: 50px;
  line-height: 50px;
}

.yellow-heading.nprl {
  margin-right: 0px;
  margin-left: 0px;
  line-height: 38px;
}

.playfair-caps {
  font-family: 'Playfair Display', sans-serif;
  color: hsla(46.55172413793102, 100.00%, 88.63%, 1.00);
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}

.playfair-caps.pc3 {
  font-size: 23px;
}

.playfair-caps.pfc2 {
  margin-bottom: 0px;
  font-size: 20px;
}

.playfair-caps.pfc1 {
  margin-top: 15px;
  margin-bottom: 0px;
  color: hsla(46.47887323943662, 47.65%, 70.78%, 1.00);
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 2px;
}

.img-divisor {
  width: 300px;
  height: auto;
  margin-top: 31px;
  margin-bottom: 22px;
}

.social-links-footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.big-social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.big-social-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.big-social-icon {
  max-height: 55px;
  max-width: 60px;
  min-width: 60px;
}

.facebook-widget-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.subfooter-gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
}

.copyright {
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: hsla(46.55172413793102, 100.00%, 88.63%, 1.00);
  font-size: 15px;
  text-align: center;
  letter-spacing: 2px;
}

.subfooter-company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.mojo-link-block {
  margin-left: 5px;
}

.main-footer-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding: 30px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-nav-p {
  margin-bottom: 0px;
  text-align: center;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100000;
  display: none;
  overflow: scroll;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .85);
}

.modal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  max-width: 1200px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-modal-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-heading {
  font-family: halyard-display, sans-serif;
  color: hsla(46.47887323943662, 47.65%, 70.78%, 1.00);
  font-size: 75px;
  line-height: 75px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.divisor-modal-hor {
  width: 350px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.modal-p {
  font-family: 'Playfair Display', sans-serif;
  color: hsla(46.55172413793102, 100.00%, 88.63%, 1.00);
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.modal-p.modal-left-align {
  text-align: left;
}

.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-content-form-wrapper {
  position: relative;
  width: 65%;
  padding-top: 20px;
  padding-right: 35px;
  padding-bottom: 20px;
}

.right-content-form-wrapper {
  width: 35%;
  padding-left: 25px;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: hsla(46.55172413793102, 100.00%, 88.63%, 1.00);
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-field {
  width: 99%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(46.55172413793102, 100.00%, 88.63%, 1.00);
  background-color: #000;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-field:focus {
  border-color: hsla(46.55172413793102, 100.00%, 88.63%, 1.00);
  color: hsla(46.55172413793102, 100.00%, 88.63%, 1.00);
}

.form-field::-webkit-input-placeholder {
  color: hsla(46.47887323943662, 47.65%, 70.78%, 1.00);
}

.form-field:-ms-input-placeholder {
  color: hsla(46.47887323943662, 47.65%, 70.78%, 1.00);
}

.form-field::-ms-input-placeholder {
  color: hsla(46.47887323943662, 47.65%, 70.78%, 1.00);
}

.form-field::placeholder {
  color: hsla(46.47887323943662, 47.65%, 70.78%, 1.00);
}

.form-field.half-field {
  width: 98%;
}

.vert-divisor-form {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000000;
  width: 1px;
  height: 100%;
  background-color: hsla(46.55172413793102, 100.00%, 88.63%, 1.00);
}

.close-modal-link {
  position: absolute;
  left: auto;
  top: 3%;
  right: 1%;
  bottom: auto;
  width: 50px;
}

.bold-yellow {
  color: hsla(46.55172413793102, 100.00%, 88.63%, 1.00);
  font-weight: 600;
}

.brices-logo {
  width: 300px;
  min-width: 200px;
}

.bold-black-span {
  font-size: 22px;
  font-weight: 700;
}

.bold-span {
  font-weight: 600;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.crew-header-holder {
  margin-bottom: 40px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-header-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 95px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/bb_scissors.svg');
  background-position: -5% 0%;
  background-size: 560px;
  background-repeat: no-repeat;
}

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

.mojo-logo {
  width: 300px;
  min-width: 0px;
}

.subfooter-p {
  margin-bottom: 0px;
  padding-right: 15px;
  font-family: 'Playfair Display', sans-serif;
  color: hsla(46.55172413793102, 100.00%, 88.63%, 1.00);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  text-align: right;
  letter-spacing: 3px;
}

.bb-footer-logo {
  width: 250px;
}

.header-social-icon {
  max-height: 35px;
  max-width: 75%;
}

.crew-social-icon {
  max-height: 45px;
  max-width: 50%;
  min-width: 40px;
}

.contact-linkblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.phone-icon {
  width: 40px;
}

.location-icon {
  width: 40px;
}

.div-block-4 {
  width: 80%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9px;
  padding-bottom: 9px;
}

.main-lightbox-img {
  width: 100%;
  text-align: center;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lightbox-img {
  width: auto;
}

.lightbox-link {
  max-width: 15%;
}

.hidden-desktop-section {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.model-subhead {
  font-family: 'Playfair Display', sans-serif;
  color: hsla(46.55172413793102, 100.00%, 88.63%, 1.00);
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.form-block {
  margin-bottom: 0px;
}

.half-form-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .subheader-p {
    font-size: 18px;
  }
  .subheader-link {
    font-size: 16px;
  }
  .navbar {
    padding: 15px 10px;
  }
  .nav-link {
    background-color: #000;
    text-align: center;
  }
  .nav-link.footer-nav-link {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .hero-section {
    min-height: 60vh;
  }
  .nav-menu {
    position: absolute;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 33px;
    margin-left: 0px;
  }
  .social-links-header-wrapper {
    display: none;
  }
  .avail-p {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .avail-p.hidden-desktop {
    font-size: 16px;
    text-align: right;
  }
  .availability-div.hidden-mobile {
    display: none;
  }
  .button {
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .button.hidden-desktop {
    width: 250px;
  }
  .menu-button {
    padding: 14px;
    color: hsla(46.47887323943662, 47.65%, 70.78%, 1.00);
    font-size: 45px;
  }
  .menu-button.w--open {
    background-color: hsla(46.47887323943662, 38.84%, 55.31%, 1.00);
  }
  .hero-section-wrapper {
    width: 85%;
    padding-right: 17px;
    padding-left: 17px;
  }
  .hero-heading {
    font-size: 60px;
    line-height: 60px;
  }
  .paragraph {
    text-transform: uppercase;
  }
  .yellow-line-div {
    width: 35%;
  }
  .playfair-caps1 {
    font-size: 18px;
    line-height: 24px;
  }
  .about-div {
    width: 85%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-text-wrapper {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: transparent;
  }
  .reg-p {
    font-size: 15px;
  }
  .product-holder {
    width: auto;
  }
  .black-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url('../images/grunge-bg.png'), radial-gradient(circle farthest-corner at 50% 50%, #171717, #000);
    background-position: 50% 50%, 0px 0px;
    background-size: 100%, auto;
    background-repeat: no-repeat, repeat;
  }
  .crew-wrapper {
    width: 95%;
    margin-bottom: 37px;
  }
  .crew-photo-profile-1 {
    width: 150px;
    height: 150px;
  }
  .crew-name {
    font-size: 22px;
  }
  .about-crew {
    font-size: 15px;
  }
  .crew-photo-profile-2 {
    width: 150px;
    height: 150px;
  }
  .crew-photo-profile-3 {
    width: 150px;
    height: 150px;
  }
  .crew-photo-profile-4 {
    width: 150px;
    height: 150px;
  }
  .crew-photo-profile-5 {
    width: 150px;
    height: 150px;
  }
  .contact-wrapper {
    width: 85%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .left-contact-wrapper {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
    border-right-style: none;
  }
  .right-contact-wrapper {
    width: 100%;
    padding-top: 30px;
    padding-left: 0px;
  }
  .social-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-footer-div {
    padding-right: 50px;
    padding-left: 50px;
  }
  .menu-footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-nav-p {
    font-size: 16px;
  }
  .modal-heading {
    font-size: 60px;
    line-height: 60px;
  }
  .left-content-form-wrapper {
    height: 100%;
  }
  .close-modal-link {
    left: auto;
    right: 0%;
    bottom: auto;
    margin-right: 20px;
  }
  .brices-logo {
    width: 260px;
  }
  .bold-black-span {
    font-size: 20px;
  }
  .gallery-header-holder {
    margin-top: 60px;
  }
  .about-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .hidden-desktop-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 30px;
    background-color: #2b2b2b;
  }
}

@media (max-width: 767px) {
  .hero-section {
    min-height: 40vh;
  }
  .black-line-div {
    display: none;
  }
  .nav-menu {
    position: absolute;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 32px;
    margin-left: 0px;
  }
  .avail-p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2.5px;
  }
  .avail-p.hidden-desktop {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1px;
  }
  .availability-div {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .button {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    text-align: center;
  }
  .button.hidden-desktop {
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .menu-button.w--open {
    background-color: hsla(46.47887323943662, 47.65%, 70.78%, 1.00);
  }
  .hero-section-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .hero-heading {
    margin-top: 0px;
    font-size: 40px;
    line-height: 36px;
  }
  .paragraph {
    font-size: 18px;
  }
  .est-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .playfair-caps1 {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 20px;
  }
  .about-div {
    height: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-text-wrapper {
    height: 80%;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .reg-p {
    width: 100%;
    padding-right: 10px;
  }
  .product-holder {
    position: relative;
    width: 100%;
    min-width: 0px;
    margin-top: 20px;
  }
  .black-section {
    background-size: cover, auto;
  }
  .gallery-heading-wrapper {
    width: 95%;
    margin-bottom: 15px;
    padding-top: 45px;
  }
  .crew-heading-wrapper {
    width: 90%;
  }
  .divisor-crew {
    width: 100%;
  }
  .light-link {
    text-align: center;
  }
  .crew-wrapper {
    width: 90%;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .crew-member-wrapper {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .crew-name {
    font-size: 30px;
  }
  .divisor-gallery {
    display: block;
  }
  .contact-p {
    font-size: 18px;
    line-height: 24px;
  }
  .list-p {
    font-size: 14px;
  }
  .social-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .left-social-media-content {
    width: 80%;
  }
  .right-social-media-content {
    width: 80%;
  }
  .yellow-heading {
    font-size: 30px;
    line-height: 28px;
  }
  .yellow-heading.nprl {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 30px;
    line-height: 28px;
  }
  .playfair-caps.pfc2 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 24px;
  }
  .html-embed {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .copyright {
    font-size: 14px;
  }
  .subfooter-company {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-footer-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-link-footer {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .menu-footer-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .modal-wrapper {
    padding-top: 110px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .modal {
    width: 100%;
    padding-top: 0px;
  }
  .modal-heading {
    font-size: 40px;
    line-height: 40px;
  }
  .divisor-modal-hor {
    width: 150px;
  }
  .modal-p {
    font-size: 14px;
    line-height: 22px;
  }
  .modal-p.modal-left-align {
    padding-right: 0px;
    padding-left: 0px;
  }
  .form-wrapper {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .left-content-form-wrapper {
    width: 100%;
    padding-right: 0px;
  }
  .right-content-form-wrapper {
    width: 100%;
    padding-top: 29px;
    padding-left: 0px;
  }
  .vert-divisor-form {
    display: none;
  }
  .close-modal-link {
    width: 40px;
  }
  .crew-header-holder {
    margin-bottom: 20px;
  }
  .div-block-2 {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gallery-header-holder {
    margin-top: 0px;
  }
  .subfooter-p {
    padding-right: 0px;
    font-size: 14px;
    text-align: center;
  }
  .div-block-4 {
    width: 90%;
  }
  .hidden-desktop-section {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 479px) {
  .subheader-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .subheader-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subheader-p {
    margin-right: 0px;
    margin-bottom: 4px;
    font-size: 18px;
  }
  .subheader-link {
    text-align: center;
  }
  .brand {
    width: 40%;
    min-width: 200px;
  }
  .navbar {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .nav-link.footer-nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .nav-menu {
    min-width: auto;
    margin-top: -2px;
    margin-bottom: 27px;
    margin-left: 0px;
  }
  .avail-p.hidden-desktop {
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .availability-div {
    width: 100%;
  }
  .button.hidden-desktop {
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menu-button {
    font-size: 30px;
  }
  .menu-button.w--open {
    background-color: hsla(46.47887323943662, 47.65%, 70.78%, 1.00);
  }
  .hero-section-wrapper {
    padding: 30px 15px;
  }
  .hero-heading {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 36px;
    letter-spacing: -3px;
  }
  .paragraph {
    font-size: 16px;
  }
  .yellow-line-div {
    width: 25%;
  }
  .about-text-wrapper {
    height: 100%;
  }
  .reg-p {
    line-height: 26px;
  }
  .product-img {
    max-height: 120px;
    max-width: 140px;
  }
  .divisor-crew {
    width: 25%;
  }
  .light-link {
    text-align: center;
  }
  .crew-wrapper {
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .crew-member-wrapper {
    width: auto;
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .divisor-gallery {
    width: 25%;
  }
  .contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .left-contact-wrapper {
    width: 100%;
  }
  .right-contact-wrapper {
    width: 100%;
    padding-top: 39px;
    padding-left: 10px;
  }
  .list-p {
    font-size: 16px;
  }
  .left-social-media-content {
    width: 90%;
  }
  .right-social-media-content {
    width: 90%;
  }
  .yellow-heading {
    margin-right: 4px;
    margin-left: 4px;
    font-size: 40px;
  }
  .playfair-caps {
    font-size: 20px;
  }
  .playfair-caps.pc3 {
    font-size: 20px;
  }
  .playfair-caps.pfc2 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .playfair-caps.pfc1 {
    font-size: 16px;
    line-height: 22px;
  }
  .subfooter-gray {
    padding-right: 20px;
    padding-left: 20px;
  }
  .copyright {
    margin-right: 19px;
    margin-left: 19px;
  }
  .mojo-link-block {
    width: 90%;
  }
  .main-footer-div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modal-wrapper {
    padding-top: 65px;
  }
  .modal {
    margin-top: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .modal-heading {
    font-size: 30px;
    line-height: 30px;
  }
  .modal-p {
    padding-right: 8px;
    padding-left: 8px;
  }
  .left-content-form-wrapper {
    width: 95%;
  }
  .right-content-form-wrapper {
    width: 95%;
  }
  .form-field {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    font-size: 16px;
    letter-spacing: 1.5px;
  }
  .form-field.half-field {
    width: 100%;
  }
  .vert-divisor-form {
    display: none;
  }
  .close-modal-link {
    width: 30px;
    height: 30px;
  }
  .mojo-logo {
    width: 100%;
  }
  .hidden-desktop-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .half-form-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  #w-node-3b5ab574dbb4-049a2286 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c18c12410fa6-049a2286 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}


.gallery-thumbnail-a{
  margin-left: 24px;
}



@media screen and (max-width: 799px) {
  .gallery-thumbnail-img{
    width: 65px; 
    height: 65px;
  }
}

@media screen and (min-width: 800px) {
  .gallery-thumbnail-img{
    width: 96px; 
    height: 96px;
  }
}

@media screen and (min-width: 1080px) {
  .gallery-thumbnail-img{
    width: 129px; 
    height: 129px;
  }
}

@media screen and (min-width: 1365px) {
  .gallery-thumbnail-img{
    width: 180px; 
    height: 180px;
  }
}

.form-item, .form-actions {
  margin-top: unset;
  margin-bottom: unset; 
}

.webform-confirmation{
  display: none;
}

.links{
  display: none;
}
/* === D7 webform parity overrides === */
/* D11 webform 6.x adds more spacing than D7 webform 4.x. Tighten form-item gaps. */
.webform-submission-form .form-item,
.webform-submission-form .js-form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.webform-submission-form .js-form-wrapper {
  margin: 0;
}
.webform-submission-form .form-actions {
  margin-top: 10px;
  margin-bottom: 0;
}

/* === D7 webform parity: hide labels (D7 used element-invisible) === */
.webform-submission-form label.form-required,
.webform-submission-form label.js-form-required,
.webform-submission-form .form-item > label,
.webform-submission-form .js-form-item > label {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  width: 1px; height: 1px;
}

/* === D7 webform parity: hide D11's "Submitted by" article footer === */
article > footer {
  display: none;
}
