/***********************
        FOOTER
***********************/

.footer {
  width: 100%;
  height: 20vh;
  background: url("/wp-content/themes/pasta/assets/images/noise-pattern.jpg")
    repeat var(--color-secondary);
  background-position: top;
  padding: 100px 0px;
  color: var(--color-white);
  overflow: visible;
}

.footer .column-full {
  align-items: center;
  text-align: center;
}

.footer .column-full img {
  margin-bottom: 20px;
}

.footer .column-full a {
  color: var(--color-secondary);
}

.footer .column-full a:hover {
  color: var(--color-primary);
}

.menu-footer-menu-container {
  text-align: left;
}

.footer-area {
  width: 100%;
}

.footer-area p {
  margin: 0px;
}

.footer-area a:hover,
.copyright a:hover {
  color: var(--color-secondary);
  padding-left: 20px;
}

.copyright,
.copyright p,
.copyright a {
  font-size: 12px;
}

.copyright a:hover {
  padding-left: 0px;
}

.footer-area li {
  margin: 5px 0px;
  position: relative;
}

.footer-area li a::before {
  content: "\e905";
  font-family: "mrz-iconset" !important;
  position: absolute;
  display: block;
  font-size: 14px;
  top: 2px;
  opacity: 0;
  transition: 0.3s all;
}

.footer-area li a:hover::before {
  opacity: 1;
}

.copyright {
  color: var(--color-secondary);
}

.logo-footer {
  margin-bottom: 20px;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.footer-menu li {
  list-style: none;
}

.footer-menu li a {
  color: var(--color-white);
}

.footer-menu li a:hover {
  color: var(--color-white);
}

.footer-columns {
  width: 100%;
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  justify-content: space-between;
}

.above-footer {
  background: var(--color-dark);
  width: 100%;
  max-width: 1200px;
  border-radius: 30px;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  text-align: center;
  margin-top: -150px;
  position: relative;
}

.above-footer p {
  font-size: 24px;
}

.above-footer a {
  color: var(--color-white);
}

.above-footer img {
  position: absolute;
  width: 120px;
  left: calc(50% - 90px);
  bottom: 0;
}

.ppc-footer {
  background: var(--color-black);
  color: var(--color-white);
  font-size: 14px;
  padding: 50px 0px;
}
