#footer {
  padding: 0;
}

#footer .social {
  margin-bottom: 20px;
}

#footer .social a:before {
  position: absolute;
  top: 5px;
  right: 3px;
  height: 42px;
  width: 42px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background: #539f3c;
  opacity: 0;
  content: '';
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
}

#footer > .copyright {
  text-transform: uppercase;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  background: #666;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.28px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 12px;
}
/*# sourceMappingURL=sagefrog-footer.css.map */