.footer {
  width: 100%;
}

.footer-wrapper {
  width: 100%;
  max-width: 1280px;
  padding: 0 16px;
  margin: 0 auto;
  display: flex;
}
/* footer top */
.footer-top {
  width: 100%;
  padding: 60px 0;
  background-color: #f2f2f2;
}

.footer-top h3 {
  font-family: var(--font-gothic);
  font-size: 28px;
  margin-bottom: 32px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--black);
}

.footer-top-nav {
  width: 100%;
}

.footer-top aside {
  width: 100%;
  max-width: 440px;
}

.footer-top aside {
  padding-left: 60px;
}

.footer-top aside:first-of-type {
  padding-left: 0;
  padding-right: 60px;
  border-right: 1px solid var(--light-grey);
}

.footer-top .widget-excerpt {
  font-family: var(--font-reg);
  font-weight: 400;
  font-size: 16px;
  color: var(--main-text-color);
  margin-bottom: 20px;
}

.footer-top .widget-inner,
.footer-top .uw-cta-widget {
  height: 100%;
}

.footer-top .uw-cta-widget {
  display: flex;
  flex-direction: column;
}

.footer-top .uw-widget-button {
  margin-top: auto;
}

.footer-top .widget-button {
  width: fit-content;
  display: flex;
  align-items: center;
  color: var(--black);
  font-size: 16px;
  font-family: var(--font-cond);
  font-weight: 600;
  text-decoration: none;
	text-transform: uppercase;
  text-align: center;
  padding: 18px 40px;
  background-color: var(--white);
  border: 1px solid var(--accent);
}

.footer-top .widget-button:hover {
  background-color: var(--accent);
  border: 1px solid var(--accent);
  text-decoration: none;
}

/* Social Nav */
.footer-top-nav ul {
  list-style: none;
  margin: 0;
}

.footer-top-nav li {
  list-style-type: none;
  width: 100%;
  margin-bottom: 8px;
}

.footer-top-nav li::marker {
  display: none;
}

.footer-top-nav a {
  display: flex;
  align-items: center;
  color: var(--black);
  font-size: 16px;
  font-family: var(--font-cond);
  font-weight: 400;
}

.footer-top-nav a::before {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid var(--accent);
  background-color: var(--white);
  font-family: var(--icon-brands);
  font-size: 16px;
  color: var(--black);
}

.footer-top-nav li.facebook a::before {
  content: "\f39e";
}

.footer-top-nav li.linkedin a::before {
  content: "\f0e1";
}

.footer-top-nav li.twitter a::before {
  content: "\f099";
}

.footer-top-nav li.youtube a::before {
  content: "\f167";
}

.footer-top-nav li.instagram a::before {
  content: "\f16d";
}

.footer-top-nav a:hover {
  color: var(--accent);
  text-decoration: none;
}

.footer-top-nav a:hover::before {
  background-color: var(--accent);
}

.footer-top-nav a:visited,
.footer-top-nav a:active {
  color: var(--black);
}

.social-navigation ul li a::before {
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  width: 38px !important;
  height: 38px !important;
  padding: 0 !important;
  font-family: "Font Awesome 5 Brands" !important;
}
/* footer bottom */
.footer-bottom {
  width: 100%;
  padding: 32px 0;
  background-color: var(--white);
  color: var(--main-text-color);
  font-size: 14px;
  font-family: var(--font-reg);
}

.footer-bottom .footer-wrapper {
  justify-content: space-between;
  align-items: center;
}

.footer-bottom ul,
.footer-bottom li {
  list-style: none;
}

.footer-bottom-menu,
.footer-bottom-contact,
.footer-bottom-logos {
  display: flex;
}

.footer-bottom-menu ul {
  display: flex;
  margin: 0;
}

.footer-bottom-menu a,
.footer-bottom-menu a:active,
.footer-bottom-menu a:visited,
.footer-bottom-contact__item a
.footer-bottom-contact__item a:active,
.footer-bottom-contact__item a:visited {
  color: var(--main-text-color);
}

.footer-bottom-menu a:hover {
  color: var(--accent);
  text-decoration: none;
}

.footer-bottom-menu__copy,
.footer-bottom-menu li {
  margin-right: 32px;
}


.footer-bottom-contact__item {
  display: flex;
}

.footer-bottom-contact__item:first-child {
  margin-right: 40px;
  margin-bottom: 10px;
}

.footer-bottom-contact__item a {
  color: var(--main-text-color);
}

.footer-bottom-contact__item a:hover {
  color: var(--main-text-color);
  text-decoration: underline;
}

.footer-bottom-contact__item svg {
  height: 22px;
  width: auto;
  margin-right: 5px;
  color: var(--accent);
}

.footer-bottom-logos > a {
  max-height: 80px;
  max-width: 100px;
  margin-right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-bottom-logos > a > img {
  height: 100%;
}

.footer-bottom-logos > a:last-child,
.footer-bottom-menu li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1200px) {
  .footer-bottom .footer-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-bottom-menu {
    width: 100%;
    justify-content: center;
    order: 3;
  }

  .footer-bottom-logos {
    margin-bottom: 44px;
    order: 2;
  }

  .footer-bottom-contact {
    margin-right: 40px;
    margin-bottom: 44px;
    order: 1;
  }
}

@media screen and (max-width: 992px) {
  .footer-top .footer-wrapper {
    flex-wrap: wrap;
  }

  .footer-top-nav {
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-top aside {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .footer-top {
    padding: 32px 0;
  }

  .footer-top-nav {
    margin-bottom: 0;
  }

  .footer-top aside {
    display: none;
  }

  .footer-bottom {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .footer-bottom .footer-wrapper {
    flex-direction: column;
  }

  .footer-bottom-contact,
  .footer-bottom-menu {
    margin-right: 0;
    align-items: center;
    flex-direction: column;
  }

  .footer-bottom-menu__copy {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .footer-bottom-contact__item:first-child {
    margin-bottom: 22px;
    margin-right: 0;
  }
}
