/* line 8, ../../sass/theme/footer.theme.scss */
footer {
  position: relative;
}
/* line 10, ../../sass/theme/footer.theme.scss */
footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url("../../images/footer.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
/* line 24, ../../sass/theme/footer.theme.scss */
footer .footer {
  padding: 36px 15px;
}
/* line 27, ../../sass/theme/footer.theme.scss */
footer .footer .footer-text-wrapper h2 {
  color: #ffffff;
  font-size: 49px;
}
@media (max-width: 768px) {
  /* line 27, ../../sass/theme/footer.theme.scss */
  footer .footer .footer-text-wrapper h2 {
    padding: 0 50px;
  }
}
/* line 34, ../../sass/theme/footer.theme.scss */
footer .footer .footer-text-wrapper h3 {
  color: #C1B696;
  font-size: 49px;
  text-align: center;
}
/* line 41, ../../sass/theme/footer.theme.scss */
footer .footer .footer-nav-wrapper .contact-btn {
  display: block;
  width: 140px;
  padding: 7px 0 10px 0;
  text-align: center;
  border-radius: 4px;
  background-color: #C8C8C8;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  margin-bottom: 40px;
  transition: 600ms;
}
/* line 54, ../../sass/theme/footer.theme.scss */
footer .footer .footer-nav-wrapper .contact-btn:hover {
  color: #C1B696;
  background-color: #354554;
}
/* line 60, ../../sass/theme/footer.theme.scss */
footer .footer .footer-nav-wrapper .contact-info .field--name-field-address,
footer .footer .footer-nav-wrapper .contact-info .field--name-field-phone {
  margin-bottom: 25px;
}
/* line 64, ../../sass/theme/footer.theme.scss */
footer .footer .footer-nav-wrapper .contact-info .field__label {
  font-size: 18px;
  color: #C1B696;
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
}
/* line 70, ../../sass/theme/footer.theme.scss */
footer .footer .footer-nav-wrapper .contact-info .field__label:before {
  content: ":";
  width: 1%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 80, ../../sass/theme/footer.theme.scss */
footer .footer .footer-nav-wrapper .contact-info .field__item {
  font-size: 18px;
  color: #fff;
}
/* line 83, ../../sass/theme/footer.theme.scss */
footer .footer .footer-nav-wrapper .contact-info .field__item a {
  font-size: 18px;
  color: #fff;
}
/* line 89, ../../sass/theme/footer.theme.scss */
footer .footer .footer-nav-wrapper .menu--social-media {
  margin-bottom: 15px;
}
/* line 93, ../../sass/theme/footer.theme.scss */
footer .footer .footer-nav-wrapper .menu--social-media ul li a {
  line-height: unset;
  color: #ffffff;
  background-color: #0066b2;
  border-radius: 10px;
  padding: 2px 10px;
  font-size: 26px;
  transition: 600ms;
}
/* line 101, ../../sass/theme/footer.theme.scss */
footer .footer .footer-nav-wrapper .menu--social-media ul li a:hover {
  opacity: 0.7;
}
/* line 106, ../../sass/theme/footer.theme.scss */
footer .footer .footer-nav-wrapper .menu--social-media ul li:last-child {
  padding: 0;
  margin-left: 15px;
}
/* line 109, ../../sass/theme/footer.theme.scss */
footer .footer .footer-nav-wrapper .menu--social-media ul li:last-child a {
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  background-color: transparent;
}
/* line 117, ../../sass/theme/footer.theme.scss */
footer .footer .footer-nav-wrapper .menu--social-media ul li:last-child a span.logo-image:before {
  content: "";
  background-image: url("../../images/logo-terralex.svg");
  display: block;
  width: 170px;
  height: 44px;
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 136, ../../sass/theme/footer.theme.scss */
footer .footer .footer-map-wrapper .field--name-body iframe {
  width: 100%;
  height: 274px;
}
/* line 143, ../../sass/theme/footer.theme.scss */
footer .copyright {
  position: relative;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  padding: 15px 0;
}
/* line 151, ../../sass/theme/footer.theme.scss */
footer .copyright a {
  color: #000000;
}
/* line 154, ../../sass/theme/footer.theme.scss */
footer .copyright .region-copyright {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  /* line 154, ../../sass/theme/footer.theme.scss */
  footer .copyright .region-copyright {
    flex-direction: column;
  }
}
/* line 160, ../../sass/theme/footer.theme.scss */
footer .copyright .region-copyright .terms-of-use {
  position: relative;
  padding: 0 12px;
  margin: 0 6px;
}
/* line 164, ../../sass/theme/footer.theme.scss */
footer .copyright .region-copyright .terms-of-use:before {
  content: "";
  width: 6px;
  height: 1px;
  background-color: #000000;
  display: block;
  color: #ff262600;
  position: absolute;
  top: 65%;
  bottom: unset;
  left: 0;
  right: 0;
  transform: translateY(-65%);
}
@media (max-width: 768px) {
  /* line 164, ../../sass/theme/footer.theme.scss */
  footer .copyright .region-copyright .terms-of-use:before {
    display: none;
  }
}
