#site-footer {
  width: 100%;
  background: url(../../img/texture-triangle-line.svg) repeat-x bottom center,
    url(../../img/texture-small-plus-line.svg) repeat-x top center;
  background-size: 1400px, 1600px;
  max-width: 100%;
  padding: 3em 2em;
  padding-bottom: 4em;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: rgba(111, 112, 100, 0.5);
}

#site-footer h2 {
  font-weight: 800;
  font-style: normal;
  font-size: 1.1em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #42a7c6;
  text-align: left;
}

#site-footer p {
  font-size: 0.8em;
  line-height: 1em;
}

#site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#site-footer .site-info ul {
  margin-bottom: 2em;
  text-align: left;
}

#site-footer .social-links ul {
  text-align: right;
  color: #999;
}

#site-footer .social-links ul li {
  display: inline-block;
  font-size: 2em;
}

#site-footer .social-links ul li a {
  color: inherit;
}

#site-footer .site-info li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0;
  /* width: 100%; */
  max-width: 320px;
  box-sizing: border-box;
  padding-right: 3rem;
  padding-bottom: .5rem;
  padding-top: .5rem;
  vertical-align: top;
}

#site-footer .site-info li a {
  color: #1a1a1a;
  border-bottom: 0;
}
#site-footer .site-info li a:before {
  content: "+";
  font-family: "FontAwesome";
  margin-right: 5px;

}

@media (max-width: 767px) {
  #site-footer .site-info li {
    max-width:100%;
    width: 100%;
    padding-right:0px;
  }
  #site-footer ul {
    text-align: center;
  }
  #site-footer .social-links ul {
    text-align: center;
  }
  #site-footer .site-info ul {
    text-align: center;
  }
  #site-footer h2 {
    text-align: center;
  }
}

@media (max-width: 420px) {

}
