h1,
h2,
h3,
h4,
h5,
h6 {
  color: #6b2321;
}

.hs-content h1,
.hs-content h2,
.hs-content h3,
.hs-content h4,
.hs-content h5,
.hs-content h6,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: inherit;
}

.section-title-more {
  font-size: 12px;
}

.services-section-item-text,
.contact-section i,
.process-labels .icon-shade,
.services-section-item-icon,
.section-title-heading {
  color: #6b2321;
}
.section-text {
  color: #31373c;
}
.hs-content .section-title-heading,
.text-white .section-title-heading {
  color: inherit;
}

#page, #page-2 {
  background: #fbf9f6;
}
.contact-section,
.services-section,
.client-logos {
  background: #eeeae3;
}
.process-labels span,
.process-labels i {
  color: #9ca3a9;
}
.line-process-mood .owl-dot span {
  background-color: #a7afb7;
}

.navbar-logo img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.hero-logo {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

@media (min-width: 992px) {
  #services-section {
    padding-top: 70px;
  }
  .client-logos {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #contact-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1200px) {
  #services-section {
    padding-top: 90px;
  }
  .client-logos {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #contact-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.about-section .about-columns > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .about-section .about-columns > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.cd-headline.clip span {
  display: block;
  padding: .2em 0;
}
/* .hs-text-11.hs-text-hero {
  font-size: 32px;
  letter-spacing: .08em;
  margin-right: -0.08em;
}
@media (max-width: 767px) {
  .hs-text-11.hs-text-hero {
    font-size: 26px;
    letter-spacing: .05em;
    margin-right: -0.05em;
  }
} */

.client-logos-pair .client-logos-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.client-logos-pair .client-logo {
  flex: 0 1 50%;
  max-width: 50%;
  display: flex;
  justify-content: center;
}
.client-logos-pair .section-title {
  padding-bottom: 25px;
}
.client-logos-pair .client-logo img {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
}
@media (max-width: 767px) {
  .client-logos-pair .client-logos-grid {
    flex-direction: column;
    gap: 30px;
  }
  .client-logos-pair .client-logo {
    flex-basis: 100%;
    max-width: 100%;
  }
  .client-logos-pair .client-logo img {
    width: 70%;
    max-width: 240px;
  }
}

.portfolio-item-img img {
  max-height: 490px;
  object-fit: cover;
}

.team-section .team-item-info {
  opacity: 0;
  transition: none;
}
.team-section .team-item:hover .team-item-info {
  opacity: 0;
}
.team-section .team-item:hover .team-item-img {
  filter: none;
}

.team-section .team-item {
  margin-bottom: 50px;
}
.team-section .team-item-placeholder {
  width: 72%;
  padding-top: 72%;
  margin: 20px auto;
  background: #eeeae3;
  border-radius: 50%;
  position: relative;
}
.team-section .team-item-placeholder span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 2px;
  color: #171724;
}
.team-section .team-item-name {
  position: static;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .navbar-nav > li > a {
    font-size: 12px;
  }
}

.shop-fixed-button {
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 2000;
  padding: 10px 22px;
  font-size: 12px;
  font-weight: 700;
  opacity: 1;
  transform: translateY(0);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.shop-fixed-button:hover,
.shop-fixed-button:focus {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}
.shop-fixed-button.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
}

.shop-fixed-button.btn-colored {
  background: #6b2321;
  border-color: #6b2321;
  color: #fbf9f6;
}
.shop-fixed-button.btn-colored:hover,
.shop-fixed-button.btn-colored:focus {
  background: #7a2a27;
  border-color: #7a2a27;
  color: #fbf9f6;
}

.page-topbar {
  background: #0c0c17;
  border-bottom: 1px solid #1f1f2a;
  padding: 14px 0;
  position: relative;
  z-index: 12;
}

.page-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-left: 0;
  padding-right: 0;
}

.page-topbar .container {
  padding-left: 0;
  padding-right: 0;
}

.page-topbar .topbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.page-topbar .topbar-brand img {
  display: block;
  height: 34px;
  width: auto;
  filter: brightness(0) invert(1);
}

.page-topbar .topbar-home-link {
  color: #f5f5fa;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 11px;
  padding: 9px 16px;
  border: 1px solid #f5f5fa;
  border-radius: 3px;
  margin-left: auto;
}

.page-topbar .topbar-home-link:hover,
.page-topbar .topbar-home-link:focus {
  color: #0c0c17;
  background: #f5f5fa;
}

body:not(.home) .site-main.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-bottom-text {
  margin-right: -25px;
}

.footer-bottom-text .footer-legal-sep {
  color: #8f8ea3;
  margin: 0 6px;
}

.footer-bottom-text .footer-legal-link {
  color: #706f83;
  font-weight: 600;
}

.footer-bottom-text .footer-legal-link:hover,
.footer-bottom-text .footer-legal-link:focus {
  color: #f5f5fa;
}

@media (max-width: 767px) {
  .shop-fixed-button {
    bottom: 10px;
    right: 10px;
    padding: 8px 18px;
    font-size: 11px;
  }
}
