HEX
Server: LiteSpeed
System: Linux server315.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: globfdxw (6114)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/globfdxw/www/wp-content/themes/alone/sass/_page.scss
.page-template-default {
  .site-main {
    padding: 95px 0;
  }
}
.error-page-template {
  text-align: center;
  .error-icon img {
    max-width: 100%;
    width: 460px;
    margin: -6% 0;
  }
  .page-title {
    font-size: 42px;
    margin-bottom: 16px;
  }
  .page-desc {
    font-size: 18px;
    margin-bottom: 32px;
  }
  .search-form {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
    padding-right: 120px;
    label {
      width: 100%;
      margin: 0;
    }
    .search-field {
      width: 100%;
      margin-bottom: 0;
      border-radius: 2px 0 0 2px;
    }
    .search-submit {
      position: absolute;
      top: 0;
      right: 0;
      width: 120px;
      height: 58px;
      text-align: center;
      background: #002866;
      border-color: #002866;
      border-radius: 0 2px 2px 0;
      -webkit-transition: background-color .3s, width .3s;
      transition: background-color .3s, width .3s;
    }
    @media(max-width: $break-sm - 0.02) {
      .search-submit {
        height: 47px;
      }
    }
    @media(max-width: $break-xs - 0.02) {
      padding-right: 50px;
      .search-submit {
        width: 50px;
        height: 47px;
        padding: 0;
        font-size: 0;
        background-image: url(../images/search-light.svg);
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: center;
      }

    }
  }
  .page-divider {
    margin: 32px 0;
    font-size: 18px;
    &:before, &:after {
      content: "";
      display: inline-block;
      width: 100px;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.3);
      vertical-align: middle;
      margin: 0 16px;
    }
  }
  .back-home-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 35px;
    color: #002866;
    border: 2px solid #002866;
    border-radius: 2px;
    -webkit-transition: all .3s;
    transition: all .3s;
    &:hover {
      background-color: #002866;
      color: #fff;
      text-decoration: none;
    }
  }

  @media(max-width: $break-md - 0.02) {
    .page-title {
      font-size: 42px;
    }
  }
  @media(max-width: $break-sm - 0.02) {
    .page-title {
      font-size: 36px;
    }
    .page-desc {
      font-size: 16px;
    }
    .search-form {
      max-width: 310px;
    }
  }
  @media(max-width: $break-xs - 0.02) {
    .page-title {
      font-size: 32px;
    }
    .page-desc {
      font-size: 14px;
      line-height: 150%;
    }
  }

}