@import "../../assets/stylesheets/color-variables";
@import "../../assets/stylesheets/variables";
@import "../../assets/stylesheets/custom";

footer {
  border-top: 1px solid $color-pf-light-blue-300;
  font-size: 10px;
  line-height: 15px;
  padding-bottom: 28px;
  padding-top: 28px;
  width: 100%;
}

footer .row {
  margin-left: 20px;
}

footer #logo-redhat {
  background: url(../../assets/img/redhat.svg) no-repeat;
  float: left;
  height: 34px;
  margin: -3px 30px 0 0;
  text-indent: -9999px;
  width: 106px;
}

footer #logo-jbossforge {
  background: url(../../assets/img/forge_powered.png) no-repeat;
  float: left;
  height: 75px;
  margin: -3px 30px 0 0;
  text-indent: -9999px;
  width: 106px;
}

footer .social {
  clear: left;
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
}

footer .social li {
    display: inline-block;
}

footer .social li a {
  color: $color-pf-light-blue-500;
  font-size: 26px;
}