/* FOOTER */
#main-footer-content {
  padding-top: 80px;
  padding-bottom: 40px;
}

.tivala-footer {
  display: flex;
}
@media all and (max-width: 1350px) {
  .tivala-footer {
    flex-direction: column;
  }
}
@media all and (max-width: 1240px) {
  .tivala-footer {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.tivala-f-logo {
  padding-right: 100px;
  display: flex;
  align-items: flex-start;
}
@media all and (max-width: 1350px) {
  .tivala-f-logo {
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    padding-right: 0px;
  }
}
.tivala-f-logo img {
  width: 250px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tivala-f-logo img {
    flex-shrink: 0;
  }
}
@media all and (max-width: 700px) {
  .tivala-f-logo img {
    max-width: 300px;
    width: 100%;
  }
}

.footer-gap {
  display: flex;
  gap: 5px;
}

.tivala-f-title {
  font-size: 20px;
  min-width: 190px;
  font-family: "ProximaNova-Bold";
  border-bottom: 3px solid #ab1624;
  margin-bottom: 10px;
  display: inline-block;
}
@media all and (max-width: 700px) {
  .tivala-f-title {
    display: block;
  }
}

.tivala-f-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 18px;
}
.tivala-f-content .fas, .tivala-f-content .far {
  margin-right: 10px;
}
@media all and (max-width: 700px) {
  .tivala-f-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.tivala-f-col-1,
.tivala-f-col-2,
.tivala-f-col-3 {
  width: 30%;
}
@media all and (max-width: 700px) {
  .tivala-f-col-1,
  .tivala-f-col-2,
  .tivala-f-col-3 {
    width: 300px;
  }
}
@media all and (max-width: 450px) {
  .tivala-f-col-1,
  .tivala-f-col-2,
  .tivala-f-col-3 {
    width: 100%;
  }
}

@media all and (max-width: 700px) {
  .tivala-f-links-wrap {
    margin: 40px 0px;
  }
}

.tivala-f-text-margin {
  margin-bottom: 10px;
}

.tivala-f-links-wrap a {
  color: white !important;
  margin-bottom: 10px;
}
.tivala-f-links-wrap a::after {
  background: white !important;
}

.tivala-f-logo-link img {
  max-width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tivala-f-logo-link img {
    width: 100%;
  }
}
.tivala-f-logo-link::after {
  content: none !important;
}

/* TIVALA BRAND FOOTER */
.tivala-brand-footer {
  width: 100%;
  background: #1D1D1D;
  text-align: center;
  padding-bottom: 40px;
}
.tivala-brand-footer img {
  width: 40px;
  opacity: 0.7;
}/*# sourceMappingURL=footer.css.map */