.component-footer {
  background: #33414f;

  .zapStats {
    
    padding: 20px;
    background-color: #e4f1dc;
    height: auto;
    border-top: solid 1px #d8d8d8;
    display: none;
  
    &.zapSubscribeStats {
      position: relative;
    }

    .subscribeTitle {
      color: #697a8b;
      text-transform: uppercase;
      font-weight: 600;
      
      padding: 15px;
      font-size: 14px;
      
    }
    .zapStatsBox {
      background: #e4f1dc;
      border: 0;
      box-shadow: none;
      margin: 0;
      position: initial;
      height: auto;
      width: 100%;
      justify-content: center;
      display: flex;
      left: 0;
      right: 0;

      .statsInfo {
        padding: 15px 0 0;
        color: rgba(4,4,4,.54);
        border-right: 1px solid #d8d8d8;
        width: 50%;
        
        float: left;

        .statIcon {
          width: 45px;
          height: 30px;
          margin: 0 auto;
        }
        .statsNumber {
          font-size: 20px;
          height: auto;
          padding: 12px 0 0;
        }
        .statsText {
          font-weight: 500;
          color: #999;
          font-size: 14px;
        }

        &:last-child {
          border:0;
        }
      } 
    }
  }

  .zc-footer {
    clear: both;
    color: #fff;

    .page-links {
      
      font-size: 12px;
      padding: 27px 15px 0;
      display: none;

      a {
        color: #fff;
      }
    }
    .contact {
      background: #33414f;
      padding: 20px;
      color: #fff;
      font-weight: 300;
      

      .footer-wrapper {
        width: 100%;
        margin: 0 auto;
        font-size: 16px;
  
        h4 {
          
          margin: 5px 0;
          margin-bottom: 22px;
          font-size: 16px;
          color: #fff;
          font-weight: 100;
        }
        p {
          font-size: 12px;
          color: #fff;
        }
        .social-links {
          padding: 10px 0;
          flex-direction: row;
          display: flex;
          margin-left: -20px;
          // justify-content: center;
          // align-items: center;
  
          a{
            margin: 10px 0;
            color: #33414f;
          }
          img {
            padding: 0 19px;
          }
        }
        .copy-rights {
          font-size: 10px;
          color: #adb3b8;
        }
      }
    }
  }
}
