/* Footer */

.footer-section .container {
  padding: 65px 75px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -5px;
}

@media (max-width: 1100px) {
  .footer-section .container {
    padding: 65px 50px;
  }
}

@media (max-width: 950px) {
  .footer-section .container {
    flex-direction: column;
  }
}

@media (max-width: 550px) {
  .footer-section .container {
    padding: 65px 20px 20px;
  }
}

.footer-logos {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.footer-logo-secondary img {
  width: 86px;
}

.footer-body {
  line-height: 1.4;
}

.footer-social {
  margin-top: 30px;
}

.footer-social-media.instagram {
  margin-right: 15px;
}

.footer-section .openHours time span:first-of-type {
  margin-right: 20px;
}

.footer-email {
  margin: 10px 0 20px;
}

@media (max-width: 550px) {
  .footer-email {
    margin: 10px 0 30px;
  }
}

.footer-email h3,
.footer-phone h3,
.footer-address h3,
.business-information h3 {
  margin-bottom: 10px;
}
.footer-email a,
.footer-phone a,
.footer-address a {
  color: white;
  text-decoration: none;
}
.footer-phone {
  margin: 10px 0 0;
}

.footer-address {
  margin: 0 0 20px;
}

@media (max-width: 550px) {
  .footer-address {
    margin: 0 0 30px;
  }
}

.footer-column-container {
  display: flex;
}

@media (max-width: 950px) {
  .footer-column-container:first-of-type {
    margin-bottom: 30px;
  }
  .footer-column-container {
    justify-content: space-between;
    width: 100%;
  }
}

@media (max-width: 550px) {
  .footer-column-container:first-of-type {
    flex-direction: column;
  }
}

.column1 {
  margin-right: 70px;
}

@media (max-width: 1100px) {
  .column1 {
    margin-right: 30px;
  }
}

@media (max-width: 550px) {
  .column1 {
    margin: 0;
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 35px;
  }
}

.column2 {
  max-width: 360px;
}

@media (max-width: 1100px) {
  .column2 {
    margin-right: 30px;
  }
}

@media (max-width: 950px) {
  .column2 {
    margin-right: 0;
  }
}

.column3 {
  margin-right: 50px;
  max-width: 210px;
  text-align: right;
}

@media (max-width: 1100px) {
  .column3 {
    margin-right: 30px;
  }
}

@media (max-width: 950px) {
  .column3 {
    text-align: left;
  }
}

@media (max-width: 550px) {
  .column3 {
    max-width: 50%;
    width: 100%;
    margin-right: 15px;
  }
}

.column4 {
  max-width: 210px;
  text-align: right;
}

@media (max-width: 550px) {
  .column4 {
    text-align: left;
  }
}

@media (max-width: 550px) {
  .column4 {
    max-width: 50%;
    width: 100%;
    margin-top: -50px;
  }
}

/* Copyright Footer */

.footer-copyright-section {
  background: #f6e8d9;
}

.footer-copyright-section .copyright {
  font-size: 14px;
}

.footer-copyright-section .container {
  width: 100%;
  margin: 0 auto;
  padding-left: 75px;
  padding-right: 75px;
  height: 60px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1100px) {
  .footer-copyright-section .container {
    padding: 19px 50px;
  }
}

@media (max-width: 900px) {
  .footer-copyright-section .container {
    height: auto;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 550px) {
  .footer-copyright-section .container {
    padding: 19px 20px;
  }
}

.footer-copyright-section .container > div {
  display: flex;
  align-items: center;
}

@media (max-width: 900px) {
  .footer-copyright-section .container > div {
    flex-direction: column;
  }
}

.footer-copyright-section {
  display: flex;
}

.footer-copyright-section .copyright {
  margin-right: 30px;
}

@media (max-width: 900px) {
  .footer-copyright-section .copyright {
    margin: 0 0 10px 0;
  }
  .field-office {
    margin-top: 10px;
    flex-direction: row !important;
  }
}

.footer-copyright-section .field-office a {
  margin-left: 5px;
  color: #273e39;
}

.legal-menu-item:first-of-type {
  margin-right: 20px;
}

.legal-menu-item a:hover {
  color: #273e39;
}

.legal-menu {
  display: flex;
  /* Temp */
  display: none;
}

.field-office,
.field-office a,
.legal-menu a {
  font-size: 14px;
}
