/*------------------------------------*\
    
    Page Footer CSS

    Page footer...........The main page footer.

\*------------------------------------*/

.page-footer {
  margin-top: auto; /* used to affix footer at bottom of page */
  position: relative;
  background-color: #16152a;
}

.footer-top {
  padding: 50px 0;
}

.footer-first-col {
  margin-bottom: 50px;
}

.footer-logo a {
  background: transparent;
}

.site-footer-logo img {
  height: auto;
  max-width: 242px;
}

.footer-top h3 {
  font-size: 25px;
  font-weight: 700;
  color: var(--color-white);
  padding-bottom: 18px;
  text-transform: uppercase;
  margin: 0;
}

.footer-info {
  margin-bottom: 40px;
}

.footer-info p {
  font-size: 18px;
  padding-left: 32px;
  color: var(--color-white);
  position: relative;
  line-height: 1.666em;
}

.footer-info a {
  font-size: 18px;
  padding-left: 32px;
  color: var(--color-white);
  position: relative;
  font-weight: 400;
  display: block;
  margin-bottom: 23px;
  background: transparent;
}

.footer-info a i {
  position: absolute;
  left: 0;
  top: 0px;
  color: var(--color-secondary);
  font-size: 22px;
}

.footer-info p a {
  display: block;
  width: max-content;
  padding-left: 0;
  color: var(--color-secondary);
  background: transparent !important;
  margin-top: 5px;
}

.footer-info__address {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-info__address-item i {
  color: var(--color-secondary);
  font-size: 22px;
  position: relative;
  top: 3px;
}

.footer-info__address-item p,
.footer-info__address-item a {
  padding-left: 10px;
}

.footer-info__address-item a {
  display: block;
  width: max-content;
  color: var(--color-secondary);
  background: transparent !important;
  margin-top: 5px;
  font-weight: 700;
}

.footer-info__hours {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-info__hours-item i {
  color: var(--color-secondary);
  font-size: 22px;
  position: relative;
  top: 3px;
}

.footer-info__hours-item p {
  padding-left: 10px;
  margin-bottom: 23px;
}

.footer-link ul {
  padding: 0;
  margin: 0;
}

.footer-link ul li {
  padding: 0;
  margin: 0 0 12px 0;
}

.footer-link ul li:before {
  display: none;
}

.footer-link ul li a {
  color: var(--color-white);
  font-weight: 400;
  font-size: 18px;
  background: transparent;
}

.footer-social ul {
  padding: 0;
  margin: 0;
  display: flex;
  position: relative;
  left: -10px;
}

.footer-social ul li {
  padding: 0;
  margin: 0 30px 0 0;
}

.footer-social ul li:before {
  display: none;
}

.footer-social ul li a {
  color: var(--color-white);
  font-weight: 400;
  font-size: 50px;
  background: transparent;
}

.footer-link {
  margin-bottom: 35px;
}

.footer-bottom {
  background-color: #0d0d1a;
  padding: 30px 0;
}

.footer-bottom-wrapper ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom-wrapper ul li {
  padding: 0;
  margin: 0 0 18px 0;
}

.footer-bottom-wrapper ul li:before {
  display: none;
}

.footer-bottom-wrapper ul li a {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  background: transparent;
}

.footer-bottom-wrapper p {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 20px 0;
}

.back-to-top a {
  font-size: 18px;
  color: var(--color-secondary);
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 24px;
  position: relative;
  letter-spacing: 0.05em;
  background: transparent;
}

.back-to-top a:before {
  content: "\e903";
  font-family: "premier-health-icon";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 15px;
  font-weight: normal;
}

.page-footer a {
  text-decoration: none;
}

@media (min-width: 768px) {
  .footer-bottom-wrapper ul li:nth-child(2) {
    margin: 0 75px 18px;
  }

  .footer-bottom-wrapper ul {
    justify-content: center;
    margin: 0 auto;
  }

  .footer-bottom-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 555px;
    margin: 0 auto;
    justify-content: space-between;
  }

  .footer-bottom-wrapper p {
    margin: 0;
  }

  .footer-bottom {
    padding: 30px 0 24px;
  }

  .footer-top-flex {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-first-col {
    margin-bottom: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer-social ul li:last-child {
    margin-right: 0;
  }

  .footer-info {
    width: 60%;
    margin: 0;
  }

  .footer-link {
    margin-bottom: 0;
  }

  .footer-top {
    padding: 75px 0 50px 0;
  }
}

@media (min-width: 1200px) {
  .footer-first-col {
    margin-bottom: 0;
    width: auto;
    display: inline-block;
  }

  .footer-bottom-wrapper ul li {
    margin: 0;
  }

  .footer-bottom-wrapper ul li:nth-child(2) {
    margin: 0 70px 0;
  }

  .footer-bottom-wrapper ul {
    justify-content: flex-start;
    margin: 0 70px 0 0;
  }

  .footer-bottom-wrapper {
    max-width: unset;
    margin: 0;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-top {
    padding: 60px 0 35px 0;
  }

  .footer-info {
    width: auto;
  }

  .footer-top-flex {
    justify-content: space-between;
  }

  .footer-link {
    width: 27%;
  }

  .footer-bottom {
    padding: 18px 0;
  }

  .back-to-top {
    margin-left: auto;
  }

  .footer-bottom-wrapper ul li a,
  .footer-bottom-wrapper p {
    opacity: 0.69;
    font-size: 18px;
  }

  .footer-bottom-wrapper ul li a:hover {
    opacity: 1;
  }

  .footer-social ul li a {
    font-size: 32px;
  }

  .footer-social ul li {
    margin: 0 15px 0 0;
  }

  .footer-social {
    margin-top: 30px;
  }

  .footer-social ul li a:hover,
  .footer-info a:hover,
  .footer-link ul li a:hover {
    color: var(--color-secondary);
  }

  .footer-info p a:hover {
    color: var(--color-white);
  }

  .footer-info__address-item a {
    opacity: 0.75;
  }

  .footer-info__address-item a:hover {
    opacity: 1;
  }
}
