footer .parent {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

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

footer .logo img {
  max-width: 100% !important;
}

footer a {
  text-decoration: none;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul > li {
  display: block;
  border-bottom: 1px solid white;
}
footer ul > li:last-child {
  border: none;
}

footer ul > li > a {
  padding: 10px 0px;
  display: inline-block;
}

footer ul > li > a:before {
  content: "\203A";
  margin-right: 8px;
}

footer .bottom {
  overflow: hidden;
}

footer .bottom .social {
  display: none;
  float: right;
}

footer .bottom .social.show {
  display: block;
}

footer .bottom .social a {
  padding: 10px;
  text-decoration: none;
  font-size: 20px;
}

footer .bottom p {
  margin-bottom: 0px;
  line-height: 40px;
  float: left;
}

@media screen and (max-width: 661px) {
  
  footer .parent {
    margin: 0px !important;
  }
  
  footer .parent > div {
    
    margin-bottom: 50px;
    
  }
  
  footer .parent > div:last-of-type {
    margin-bottom: 0px;
  }
  
}