@font-face {
  font-family: "Contax Sans";
  src: url("../../fonts/ContaxSans55Reg-webfont.woff2") format("woff2"), url("../../fonts/ContaxSans55Reg-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Contax Sans";
  src: url("../../fonts/ContaxSans65Med-webfont.woff2") format("woff2"), url("../../fonts/ContaxSans65Med-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
.site-footer {
  position: relative;
  background-image: url("/wp-content/themes/Kolm/img/footer-bg-light.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fedacb;
  padding: 5rem 0;
  padding-bottom: 30%;
  overflow: hidden;
}
@media screen and (max-width: 2000px) {
  .site-footer {
    padding-bottom: 30%;
  }
}
@media only screen and (max-width: 900px) {
  .site-footer {
    padding-bottom: 5rem;
  }
}
.site-footer__bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #00020d, rgba(0, 0, 0, 0.36));
  z-index: 1;
  opacity: 0.6;
}
.site-footer__bg-img {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  opacity: 1;
  z-index: 0;
  max-width: 2000px;
  margin: 0 auto;
  pointer-events: none;
  mix-blend-mode: overlay;
}
@media only screen and (max-width: 900px) {
  .site-footer__bg-img {
    display: none;
  }
}
.site-footer .container {
  position: relative;
  z-index: 2;
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media screen and (max-width: 900px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
  }
}
.site-footer__col--brand {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.site-footer__col--menus {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 600px) {
  .site-footer__col--menus {
    grid-template-columns: 1fr;
  }
}
.site-footer__logo {
  font-family: "Contax Sans", Helvetica, Roboto, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.12px;
  color: #C37554;
  margin: 0;
  max-width: 130px;
}
.site-footer__newsletter {
  margin-bottom: 1rem;
}
.site-footer__newsletter-text {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.85px;
  color: #C37554;
  margin-bottom: 1.5rem;
}
.site-footer__form {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}
.site-footer__input {
  background: transparent;
  border: none;
  color: #fedacb;
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.5;
  width: 100%;
}
.site-footer__input::placeholder {
  color: #fedacb;
  opacity: 0.5;
}
.site-footer__input:focus {
  outline: none;
  opacity: 1;
}
.site-footer__submit {
  background: transparent;
  border: none;
  color: #fedacb;
  font-size: 10px;
  text-transform: uppercase;
  opacity: 0.5;
  cursor: pointer;
  white-space: nowrap;
}
.site-footer__submit:hover {
  opacity: 1;
}
.site-footer__form-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #C37554;
}
.site-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.site-footer__contact-link, .site-footer__address {
  font-size: 18px;
  color: #EBA689;
  text-decoration: none;
  line-height: 1.2;
  margin: 0;
}
.site-footer__socials {
  display: flex;
  gap: 1rem;
}
.site-footer__social-link {
  width: 24px;
  height: 24px;
  display: block;
}
.site-footer__social-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.site-footer__menu-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.site-footer__menu-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.12px;
  color: #C37554;
  margin: 0;
}
.site-footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.site-footer__menu li {
  margin: 0;
  transition: all 300ms ease;
}
.site-footer__menu li:hover {
  transform: translateX(3px);
}
.site-footer__menu li a {
  font-size: 14px;
  color: #BCBCBC;
  text-decoration: none;
  letter-spacing: 0.7px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.site-footer__menu li a:hover {
  color: #fedacb;
  transform: translateX(2px);
}

#bot-bar {
  padding: 10px 25px;
  text-align: center;
  font-size: 12px;
  color: #fedacb;
  background: #050A2D;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
#bot-bar a {
  text-decoration: none;
  color: #fedacb;
  text-align: center;
  opacity: 0.4;
}
#bot-bar span {
  margin: 0 10px;
  opacity: 0.4;
}

.footer-downloads {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-downloads a img {
  max-width: 110px;
}/*# sourceMappingURL=footer.css.map */