﻿.footer {
  background-color: #000;
  border-top: 1px solid #333;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .footer {
    padding: 64px 0 80px;
  }
}
.footer .container {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.footer .newsletter {
  color: #fff;
}
.footer .newsletter--heading {
  font-family: "villageflex_MEDIUM", sans-serif;
  letter-spacing: 2px;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}
.footer .newsletter .form-container {
  max-width: 360px;
}
.footer .newsletter .form-container .form-group {
  padding: 0;
}
.footer .newsletter .form-container input {
  width: 100%;
}
.footer .newsletter .form-container input {
  margin: 20px 0;
  border-color: rgba(255, 255, 255, 0.2);
  background: none;
  height: 50px;
  color: #999;
  font-size: 16px;
  padding: 6px 12px;
  border: 2px solid;
}
.footer .newsletter .form-container input:focus {
  color: #fff;
  border-color: #fff;
}
.footer .newsletter .form-container button {
  height: 50px;
  border: 2px solid;
  border-color: rgb(151, 215, 0);
  font-size: 16px;
  background-color: transparent;
  color: #fff;
  margin-bottom: 20px;
}
.footer .newsletter .form-container button:hover, .footer .newsletter .form-container button:focus {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}
.footer .social-links li {
  display: inline-block;
}
.footer .social-links li a {
  color: #fff;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  margin: 0 3px;
  text-indent: -9999px;
  background-image: url("/social.png");
  background-repeat: no-repeat;
}
.footer .social-links li a.facebook {
  background-position: center -1px;
}
.footer .social-links li a.instagram {
  background-position: center -251px;
}
.footer .social-links li a.youtube {
  background-position: center -453px;
}
.footer .social-links li a:hover {
  border-color: rgb(255, 255, 255);
}
.footer .social-links li a img {
  position: absolute;
  width: 50%;
}
.footer .footer-items {
  padding-top: 16px;
  margin-top: 16px;
  margin-bottom: 32px;
}
.footer .footer-items ul {
  text-align: center;
  line-height: 2;
}
.footer .footer-items ul li {
  display: inline-block;
  margin: 0 15px;
}
.footer .footer-items ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.footer .copyright {
  font-size: 12px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.5);
}
