/**
Theme Name: Astra
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Version: 4.13.6
Requires at least: 5.3
WC requires at least: 3.0
WC tested up to: 10.9.1
Tested up to: 7.0
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of.
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.

Icons used in the Screenshot image are all licensed under Creative Commons ( CC BY 4.0 ) License ( https://fontawesome.com/license/free )
https://fontawesome.com/v5.15/icons/store?style=solid
https://fontawesome.com/v5.15/icons/shopping-cart?style=solid
https://fontawesome.com/v5.15/icons/pen-square?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid

Illustrations used in the Screenshot images are all licensed under Creative Commons ( CC0 ) License ( https://gumroad.com/l/humaaans )
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/standing-24.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/sitting-2.png

Hand-drawn illustrations used are created by Brainstorm Force and released under Creative Commons ( CC0 ) License.
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/girl-with-image-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/boy-with-code-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/web-browser.png

The same site as screenshot can be imported from here https://websitedemos.net/web-design-agency-08/.

For more information, refer to this document on how to create a page like in the screenshot - https://wpastra.com/docs/replicating-the-screenshot/.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Astra local fonts feature is based on Webfonts Loader by WordPress Themes Team (WPTT). (https://github.com/WPTT/webfont-loader)
Licensed under MIT ( https://github.com/WPTT/webfont-loader/blob/master/LICENSE )

/* Note: The CSS files are loaded from assets/css/ folder. */

/* ==========================================================
   SP RACING — Additional CSS
   Paste this entire file into:
   Appearance → Customize → Additional CSS
   (or Appearance → Editor → Styles → Additional CSS on block themes)
   ========================================================== */



@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Oswald:wght@400;500;600;700&family=Barlow:wght@400;500;600&family=JetBrains+Mono:wght@400;500;600&display=swap');

:root{
  --spr-asphalt:#0B0B0D;
  --spr-carbon:#17181B;
  --spr-line:#2B2C30;
  --spr-red:#E8352B;
  --spr-red-dark:#A82920;
  --spr-steel:#9A9CA3;
  --spr-steel-dim:#63656B;
  --spr-off-white:#F2F1ED;
}

/* Base page tone — remove this block if you only want SP Racing
   styling on specific sections rather than the whole site */
body.page,
body.home{
  background:var(--spr-asphalt);
  color:var(--spr-off-white);
}

.spr-display{font-family:'Bebas Neue', sans-serif; letter-spacing:0.03em;}
.spr-mono{font-family:'JetBrains Mono', monospace;}
.spr-eyebrow{
  display:inline-flex; align-items:center; gap:10px;
  font-family:'JetBrains Mono'; font-size:12px; letter-spacing:0.12em; text-transform:uppercase;
  color:var(--spr-red); margin-bottom:18px;
}
.spr-eyebrow::before{content:''; width:24px; height:1px; background:var(--spr-red);}

/* Buttons */
.spr-btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:14px 28px; font-family:'Oswald'; font-weight:600; font-size:14px;
  text-transform:uppercase; letter-spacing:0.06em;
  text-decoration:none !important; cursor:pointer;
  clip-path:polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}
.spr-btn-primary{background:var(--spr-red); color:var(--spr-off-white) !important;}
.spr-btn-primary:hover{background:var(--spr-red-dark);}
.spr-btn-outline{background:transparent; border:1px solid var(--spr-steel-dim); color:var(--spr-off-white) !important;}
.spr-btn-outline:hover{border-color:var(--spr-red);}

/* Hero */
.spr-hero{background:var(--spr-asphalt); padding:90px 0; border-bottom:1px solid var(--spr-line);}
.spr-hero h1{
  font-family:'Bebas Neue'; font-size:72px; line-height:0.95; color:var(--spr-off-white);
  text-transform:uppercase; margin-bottom:20px;
}
.spr-hero h1 .accent{color:var(--spr-red);}
.spr-hero p.spr-lead{color:var(--spr-steel); font-size:17px; max-width:440px; margin-bottom:32px;}
.spr-hero-ctas{display:flex; gap:16px; flex-wrap:wrap; margin-bottom:40px;}
.spr-hero-meta{display:flex; gap:28px; flex-wrap:wrap; font-family:'JetBrains Mono'; font-size:12px; color:var(--spr-steel-dim); text-transform:uppercase;}
.spr-hero-meta strong{color:var(--spr-off-white); display:block; font-family:'Oswald'; font-size:14px; margin-bottom:2px;}

.spr-hero-logo-panel{
  background:var(--spr-carbon); border:1px solid var(--spr-line); padding:36px;
  clip-path:polygon(24px 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%, 0 24px);
}
.spr-hero-logo-panel img{width:100%; display:block;}

/* Trust strip */
.spr-trust{background:var(--spr-carbon); border-top:1px solid var(--spr-line); border-bottom:1px solid var(--spr-line);}
.spr-trust-item{
  padding:26px 20px; border-right:1px solid var(--spr-line); text-align:left;
  font-family:'JetBrains Mono';
}
.spr-trust-item .num{font-family:'Bebas Neue'; font-size:32px; color:var(--spr-red); line-height:1;}
.spr-trust-item .label{font-size:12px; color:var(--spr-steel); text-transform:uppercase; margin-top:4px;}

/* Section heads */
.spr-tag{
  font-family:'JetBrains Mono'; font-size:12px; color:var(--spr-red); text-transform:uppercase;
  letter-spacing:0.12em; display:block; margin-bottom:10px;
}
.spr-section-title{font-family:'Oswald'; font-weight:600; text-transform:uppercase; font-size:34px; color:var(--spr-off-white);}

/* Services */
.spr-services{background:var(--spr-asphalt); padding:80px 0; border-bottom:1px solid var(--spr-line);}
.spr-service-card{
  background:var(--spr-asphalt); border:1px solid var(--spr-line); padding:32px 26px; height:100%;
}
.spr-service-card .idx{font-family:'JetBrains Mono'; font-size:12px; color:var(--spr-steel-dim); margin-bottom:20px;}
.spr-service-card h3{font-family:'Oswald'; font-weight:600; text-transform:uppercase; font-size:17px; color:var(--spr-off-white); margin-bottom:8px;}
.spr-service-card p{color:var(--spr-steel); font-size:14px;}
.spr-service-card .bar{width:26px; height:3px; background:var(--spr-red); margin-top:18px;}

/* About */
.spr-about{background:var(--spr-carbon); padding:80px 0; border-bottom:1px solid var(--spr-line);}
.spr-about-stat{background:var(--spr-asphalt); border:1px solid var(--spr-line); padding:30px; text-align:left;}
.spr-about-stat .num{font-family:'Bebas Neue'; font-size:58px; color:var(--spr-red); line-height:1;}
.spr-about-stat .cap{font-family:'JetBrains Mono'; font-size:12px; color:var(--spr-steel); text-transform:uppercase; margin-top:6px;}
.spr-checklist{list-style:none; margin-top:20px; padding:0;}
.spr-checklist li{
  font-family:'JetBrains Mono'; font-size:14px; color:var(--spr-off-white); margin-bottom:8px; padding-left:20px; position:relative;
}
.spr-checklist li::before{content:'—'; color:var(--spr-red); position:absolute; left:0;}

/* Request section */
.spr-request{background:var(--spr-asphalt); padding:80px 0; border-bottom:1px solid var(--spr-line);}
.spr-request-detail{display:flex; gap:14px; margin-bottom:18px; font-size:14px;}
.spr-request-detail .k{font-family:'JetBrains Mono'; color:var(--spr-steel-dim); width:90px; flex-shrink:0; text-transform:uppercase; font-size:12px;}
.spr-request-detail .v{color:var(--spr-off-white); font-family:'JetBrains Mono'; font-size:14px;}
.spr-form-panel{background:var(--spr-carbon); border:1px solid var(--spr-line); padding:36px;}

/* Make WPForms / Contact Form 7 / Fluent Forms fields match once you
   swap in a real form plugin — adjust selectors to match your plugin */
.spr-form-panel input[type="text"],
.spr-form-panel input[type="tel"],
.spr-form-panel input[type="email"],
.spr-form-panel select,
.spr-form-panel textarea{
  background:var(--spr-asphalt) !important; border:1px solid var(--spr-line) !important;
  color:var(--spr-off-white) !important; padding:12px 14px !important; font-family:'Barlow' !important;
}
.spr-form-panel label{
  font-family:'JetBrains Mono' !important; font-size:11px !important; text-transform:uppercase;
  letter-spacing:0.08em; color:var(--spr-steel) !important;
}

/* In-page footer/contact info section */
.spr-info-strip{background:var(--spr-carbon); padding:64px 0;}
.spr-info-strip h4{
  font-family:'JetBrains Mono'; font-size:12px; text-transform:uppercase; color:var(--spr-steel-dim); margin-bottom:12px;
}
.spr-info-strip .line{font-size:14px; color:var(--spr-steel); margin-bottom:8px;}
.spr-info-strip .line strong{color:var(--spr-off-white); font-weight:500;}

@media (max-width:768px){
  .spr-hero h1{font-size:48px;}
  .spr-trust-item{border-right:none; border-bottom:1px solid var(--spr-line);}
}
