MOON
Server: Apache
System: Linux u18017238.onlinehome-server.com 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64
User: emblazeone (1003)
PHP: 7.3.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/emblazeone/www/allbrand/css/sab_style.scss
$color_text_bronz: #7c5e30;
$color_text_gray: #383838;

.faq {
  padding-top: 126px;
  padding-bottom: 122px;

  .faq-title {
    text-align: center;
    margin-bottom: 126px;

    svg.svg-inline--fa {
      width: 70px;
      height: 70px;
      margin-bottom: 36px;
    }

    h1 {
      color: $color_text_bronz;
      text-transform: uppercase;
      font-size: 42px;
      font-family: Futura;
    }
  }

  .faq-content {
    h2 {
      font-size: 28px;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      margin-bottom: 42px;
    }

    p {
      font-family: 'Poppins', sans-serif;
      font-size: 20px;
      font-weight: 600;
      color: $color_text_gray;
      margin-bottom: 40px;

      &:last-child {
        margin-bottom: 0;
      }

      a {
        text-decoration: none;
        color: $color_text_bronz;
      }
    }
  }
}

.terms-conditions {
  padding-top: 224px;
  padding-bottom: 80px;

  h1 {
    text-align: center;
    font-family: Futura;
    font-weight: 600;
    font-size: 42px;
    color: $color_text_bronz;
    margin-bottom: 34px;
  }

  .terms-wrapper {
    h2 {
      text-align: center;
      font-family: 'Poppins';
      font-weight: 600;
      font-size: 28px;
      margin-bottom: 59px;
    }

    .terms-text {
      h3 {
        margin-bottom: 46px;
        font-family: 'Poppins';
        font-size: 28px;
        font-weight: 600;
        color: $color_text_gray;
      }

      p {
        margin-bottom: 40px;
        font-family: 'Poppins';
        font-size: 20px;
        font-weight: 600;
        color: $color_text_gray;

        &:last-child {
          margin-bottom: 0;
        }

        a {
          text-decoration: none;
          color: $color_text_bronz;
        }
      }
    }
  }
}

.shipping {
  padding-top: 154px;
  padding-bottom: 116px;

  .shipping-title {
    text-align: center;
    margin-bottom: 118px;

    svg {
      fill: $color_text_bronz;
      stroke: $color_text_bronz;
      width: 52px;
      height: 32px;
    }

    h1 {
      font-family: Futura;
      font-weight: 600;
      font-size: 42px;
      color: $color_text_bronz;
    }
  }

  .shipping-content {
    h3 {
      font-family: 'Poppins';
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 44px;
    }

    p {
      font-family: 'Poppins';
      font-size: 20px;
      color: $color_text_gray;
      margin-bottom: 70px;
      font-weight: 600;

      &:last-child {
        margin-bottom: 0;
      }

      a {
        text-decoration: none;
        color: $color_text_bronz;
      }
    }

  }
}

footer {

  .top-footer {
    padding-top: 84px;
    padding-bottom: 86px;
    background-color: #1f2a35;

    .social {
      h2 {
        color: #fff;
        font-size: 28px;
        letter-spacing: 5px;
        font-family: "Futura Medium";
        margin-bottom: 30px;
        padding-top: 5px;
      }

      a {
        text-decoration: none;

        svg {
          width: 50px;
          height: 50px;
          fill: white;
          stroke: white;
          margin-right: 12px;
          margin-bottom: 125px;
        }
      }

      p {
        color: #fff;
        font-family: "Futura LT Book";
        font-size: 9px;
      }
    }

    .service-link {
      ul {
        li {
          list-style-type: none;
          background-color:#36404a;
          width: 100%;
          padding: 24px 34px;
          margin-bottom: 19px;

          a {
            text-decoration: none;
            color: #fff;
            font-size: 17px;
            font-family: 'Poppins';

            svg {
              stroke: #fff;
              width: 24px;
              height: 24px;
              margin-right: 36px;
            }
          }
        }
      }
    }

    .quick-info {
      ul {
        padding-top: 12px;
        padding-left: 80px;

        li {
          list-style-type: none;
          margin-bottom: 26px;

          a {
            font-family: "Futura LT Book";
            font-size: 16px;
            color: #fff;
            text-decoration: none;
          }
        }
      }
    }
  }

  .lower-footer {
    padding-bottom: 62px;

    .page-width {
      width: 100%;
      max-width: none;

      .grid-top {
        svg {
          margin: 30px 15px;
          width: 280px;
          height: 24px;
          display: inline-block;
        }
      }

      .grid-bottom {
        flex-flow: row wrap;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;

        img {
          height: 70px;
          width: 70px;
          display: block;
          margin: 0 20px;
        }
      }
    }
  }
}