#footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: white;
  padding: 25px 40px 25px 40px;
  margin: 40px auto !important;
  border-radius: 10px !important;
  filter: drop-shadow(0px 0px 0px grey);
  box-sizing: content-box !important;
  min-height: 75px;
}

.call-to-action-button {
  display: inline-block;
  background-color: white;
  padding: 16px 30px 16px 30px;
  line-height: 1;
  border-radius: 22px 22px 22px 22px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans;
  text-align: center;
  cursor: pointer;
  font-weight: normal !important;
}

.call-to-action {
  width: 100%;
  text-align: center;
  color: white;
  height: 60%;
  order: 1;
}

.company-info {
  width: 50%;
  color: white;
  line-height: 1.3;
  padding: 0;
  order: 2;
  align-self: flex-end;
}

.company-info a {
  color: white;
  cursor: pointer;
}

.footer-links-container {
  width: 50%;
  box-sizing: border-box;
  order: 3;
  position: relative;
}

#tag-line {
  font-size: 28px;
  padding-bottom: 40px;
}

.social-media-links {
  right: 0;
  display: flex;
  justify-content: flex-end;
  position: absolute;
}

.footer-links {
  position: relative;
  margin-left: 10px;
  text-decoration: none !important;
}

.circular-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-background {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.circle-background i {
  font-size: 100%;
}

#company-url {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: 0px;
  max-width: 100%
}

#company-url a {
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  direction: ltr;
}

.footer-links-container > .social-media-links:only-child {
  bottom: 0 !important;
}

.footer-links-container > #company-url {
  bottom: 0;
}

.footer-links-container .social-media-links:not(#company-url) {
  bottom: 40px;
}

@media (max-width: 800px) {
  #footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 20px 20px 20px;
    height: auto;
    filter: none !important;
    border-radius: 0px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  .call-to-action {
    width: 100%;
    height: auto;
    padding-bottom: 75px;
  }

  .company-info {
    text-align: center;
    width: 100%;
    height: auto;
    padding-top: 15px;
    order: 3;
  }

  .footer-links-container {
    width: 100%;
    order: 2;
  }

  .social-media-links {
    justify-content: center;
    position: relative;
    display: unset;
  }

  .info {
    font-size: 12px !important;
  }

  .circle-background {
    border-radius: 80%;
  }

  .circle-background i {
    font-size: 100%;
  }

  .circular-icon {
    width: 20px;
    height: 20px;
  }

  .show-links {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }

  #tag-line {
    padding-bottom: 40px;
    font-size: 25px;
  }

  #company-url {
    display: flex;
    justify-content: center;
    position: relative;
    font-size: 12px;
    margin-top: 20px;
  }

  .footer-links {
    margin-left: 6px;
    display: unset;
  }

  .social-media-links, .footer-links {
    display: flex !important;
  }

  .footer-links-container .social-media-links:not(#company-url) {
    bottom: 0px;
  }
}

.no-wrap-address {
  text-wrap: nowrap;
 }

.no-link-phone {
  cursor: default;
  text-decoration: none;
}
