/* Footer */
footer {
  width: 100%;
  min-height: 50px;
  margin-top: 20px;
  padding-top: 10px;
  color: #666;
  font-size: 12px;
  letter-spacing: .1em;
  border-top: 1px solid #ccc; }
  footer li {
    position: relative;
    text-align: center; }
    footer li a {
      color: #666;
      text-decoration: none; }
    footer li:after {
      content: "";
      position: absolute;
      left: 100%;
      top: 3px;
      width: 1px;
      height: 12px;
      background: #666; }
    footer li:last-child:after {
      width: 0px; }
  @media (min-width: 320px) and (max-width: 991px) {
    footer .footer-inner {
      padding: 5px; } }
  @media screen and (max-width: 480px) {
    footer .divi {
      display: none; } }
