HEX
Server: Apache
System: Linux msm5694.mjhst.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: camjab_ssh (1000)
PHP: 5.3.29
Disabled: NONE
Upload Files
File: /home/httpd/html/freecam2.com/public_html/templates/default_v2/scss/components/_footer.scss
.footer {
  background: $light-dark;
  .footer-top {
    background: $black-color;
    color:$white-color;
    font-size: 16px;
    padding: 1.5rem 0;
    @media(max-width: 769px) {
      text-align: center;
    }
    p {
      line-height: 1.4;
      font-weight: 300;
      color: $white-color;
      span {
        font-weight: 400;
        text-decoration: underline;
      }
    }
  }
  .footer-bottom {
    padding: 1.5rem 0;
    display: flex;
    align-items: center;
    .footer-logo {
      display: flex;
      @media(max-width: 992px) {
        justify-content: center;
      }
    }
    .footer-list {
      display: inline-flex;
      list-style: none;
      text-align: center;
      @media(max-width: 560px) {
        flex-wrap: wrap;
      }
      li {
        padding-top: 0.85rem;
        a {
          color: #fff;
          text-decoration: none;
          font-weight: 600;
          &.custom-dot:before {
            content: "\2022";
            color: #FE262A!important;
            width: 1em;
            padding: 0 1rem;
          }
        }
      }
    }
  }
}