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-titlebar.scss
.page-titlebar {
  position: relative;
  text-align: center;
  background: #f0f0f0;
  padding: 75px 0;
  .page-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.25;
    text-transform: uppercase;
    color: #002866;
    margin: 0;
  }
  .breadcrumbs,
  .page-desc {
    position: absolute;
    bottom: 0;
    left: 50%;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    color: #002866;
    background: #FFEE00;
    padding: 12px 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    a {
      color: inherit;
    }
  }

}