/* POV Footer */
.pov-footer {
  background-color: #000;
  color: #f9f9f9;
  padding: 0px;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease; }
  .pov-footer.cbp-spmenu-push-toright {
    margin-right: 300px; }
  .pov-footer .container {
    max-width: 1280px;
    margin: 0 auto; }
  .pov-footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .pov-footer a {
    color: #aaa;
    text-decoration: none; }
    .pov-footer a:hover {
      color: #fff;
      text-decoration: underline; }
  .pov-footer-fat {
    background-color: #333; }
    .pov-footer-fat-inner {
      max-width: 400px;
      margin: 0 auto;
      padding: 20px 0px 10px; }
  .pov-footer-pledge {
    color: #fff;
    font-size: 110%;
    text-align: center;
    margin-bottom: 20px; }
    @media (max-width: 410px) {
      .pov-footer-pledge a {
        display: block; } }
  .pov-footer-links {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    max-width: 680px;
    margin: 10px auto 30px; }
    .pov-footer-links li.current-menu-item > a {
      color: #ec2f09;
      text-decoration: none; }
    .pov-footer-links-nav {
      flex: 1 0 auto;
      text-align: center; }
  .pov-footer-skinny {
    background-color: #111; }
    .pov-footer-skinny-inner {
      max-width: 1170px;
      margin: 0 auto;
      padding: 15px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      @media (max-width: 915px) {
        .pov-footer-skinny-inner {
          display: block;
          text-align: center; } }
  .pov-footer-copyright {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -o-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
    font-size: 14px; }
  .pov-footer-social-buttons {
    margin-top: 10px; }
    .pov-footer-social-buttons a {
      text-align: center;
      display: inline-block;
      margin: 0 10px;
      background-color: #444;
      color: #fff;
      height: 40px;
      width: 40px;
      border-radius: 100%;
      font-size: 20px;
      line-height: 40px;
      color: white;
      outline: none;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      .pov-footer-social-buttons a:hover, .pov-footer-social-buttons a:focus, .pov-footer-social-buttons a:active {
        color: #000;
        background-color: #fff; }

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