.site-footer {
  background-color: #bfbfbf;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .site-footer {
    padding: 25px 0;
  }
}
.site-footer .sf-logo-container {
  margin: 0 auto;
}
.site-footer .sf-logo-container .sf-logo {
  width: 150px;
}
@media screen and (min-width: 780px) {
  .site-footer .sf-logo-container {
    margin: 0;
  }
}
.site-footer .sf-information {
  width: 100%;
  margin: 15px 0;
}
@media screen and (min-width: 780px) {
  .site-footer .sf-information {
    margin: 0;
    width: auto;
  }
}
.site-footer .sf-information ul {
  padding: 0 10px;
  margin: 0 auto;
  text-align: center;
}
.site-footer .sf-information ul li {
  text-align: center;
}
@media screen and (min-width: 680px) {
  .site-footer .sf-information ul li {
    display: inline;
  }
}
.site-footer .sf-information ul li span {
  color: #fff;
  font-weight: 600;
  padding: 0 5px;
  display: none;
}
@media screen and (min-width: 680px) {
  .site-footer .sf-information ul li span {
    display: inline;
  }
}
.site-footer .sf-information ul li a {
  color: #fff;
  font-weight: 600;
}
.site-footer .sf-publish {
  width: 100%;
  text-align: center;
}
.site-footer .sf-publish .btn-global {
  font-size: .9em;
  margin: 0 auto;
  padding: 10px 15px;
}
@media screen and (min-width: 968px) {
  .site-footer .sf-publish {
    width: auto;
  }
}

/*# sourceMappingURL=footer.css.map */