/*
 * Footer
 */

.footer-first {
  padding: 35px 0 35px 0;
  background-color: #eee;
}

.footer-list {
  ul {
    float: left;
    padding-left: 0;
    list-style: none;
  }
  li {
    display: block;
    margin-bottom: 10px;
  }
  a {
    display: block;
    color: #333;
    padding: 0;
  }
  li:last-child {
    a {
      margin-right: 0;
    }
  }
}

.footer-list-utility {
  ul {
    padding-left: 0;
    list-style: none;
  }
  li {
    display: block;
    margin-bottom: 10px;
  }
  a {
    display: block;
    color: #333;
    padding: 0;
    margin-right: 20px;
    &:hover {
      text-decoration: none;
      span {
        text-decoration: underline;
      }
    }
  }
  li:last-child {
    margin-bottom: 0;
  }
}

.footer-logo {
  display: block;
  margin-bottom: 20px;
  img {
    max-width: 100%;
  }
}
