.page-template-home footer {
  margin-top: 5em;
}
.page-template-signup footer {
  margin-top: 13em;
}
footer {
  background: black;
  display: flex;
  align-items: center;
  background-color: #2a2a2a !important;
  margin-top: 10em;
  padding: 1em 0;
}
footer p {
  font-family: 'Montserrat', 'Raleway';
  font-size: 0.85em;
  color: white;
  text-transform: uppercase;
  display: inline-block;
}
footer .container {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer-signup {
  width: 45%;
  text-align: right;
  padding-bottom: 0;
}
.footer-signup a {
  color: white;
  text-decoration: none;
}
.footer-signup span {
  padding: 0.3em 1em;
  display: inline-block;
}
@media (min-width: 1100px) {
  .footer-signup span {
    margin-left: 10px;
  }
}
.copyright {
  padding: 0;
  width: 45%;
}
.copyright a {
  display: inline-block;
  background: url('https://sliksvn.com/assets/themes/sliksvn/css/../icons-new/twitter-new.svg') no-repeat 0 0;
  background-size: 30px;
  height: 30px;
  padding-left: 35px;
  color: white;
}
.copyright span {
  display: inline-block;
  margin-left: 10px;
  vertical-align: -webkit-baseline-middle;
}
@media (max-width: 750px) {
  footer {
    padding: 1em 0;
  }
}
@media (max-width: 400px) {
  .footer {
    min-height: 200px;
  }
  footer .container {
    flex-direction: column;
  }
  .copyright {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-signup {
    width: 100%;
    text-align: center;
  }
}
