:root {
      --steel-dark: #0d0f12;
      --steel-mid: #161b22;
      --steel-panel: #1c2430;
      --steel-border: #2a3445;
      --steel-blue: #1e6eb5;
      --steel-accent: #e8a020;
      --steel-light: #c8d8e8;
      --steel-white: #eef3f8;
      --text-muted-custom: #7a91a8;
    }
* { box-sizing: border-box!important; }

html { scroll-behavior: smooth; }
body {
    font-family: 'Barlow', sans-serif!important;
}

.page {
	margin: 0!important;
}

.pd-5 {
    padding: 5% 0;
}

.w-80 {
    width: 80%;
}

.imageHolder {
    position: relative;
}

.btn.btn-primary.blue_btn {
    background: linear-gradient(to right, #004489 50%, #009cde 50%);
    border: 1px solid #009cde;
    transition: 0.3s all ease;
    background-size: 200% 100%;
    background-position: right bottom;
    padding: 10px 15px;
    border-radius: 7px;
    color: #fff;
}

.btn.btn-primary.blue_btn:hover {
    text-decoration: none;
    border-color: #004489;
    background-position: left bottom;
}

#top_header {
    padding: 10px 0;
}

.nav-link.btn.btn-primary.header_quote {
    background: linear-gradient(to right, #004489 50%, #009cde 50%);
    border: 1px solid #009cde;
    transition: 0.3s all ease;
    background-size: 200% 100%;
    background-position: right bottom;
    padding: 10px 15px;
    border-radius: 7px;
    color: #fff;
}

.nav-link.btn.btn-primary.header_quote:hover {
    text-decoration: none;
    border-color: #004489;
    background-position: left bottom;
}

.nav-link.phone {
    color: #394352;
    font-weight: 600;
}

.bg-light.apogee_gray {
    background-color: #a7b7cd !important;
}

/*.navbar-brand {
    position: absolute;
    top: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 15px;
    background: #fff;
    border-left: 4px solid #a7b7cd;
    border-right: 4px solid #a7b7cd;
    border-bottom: 4px solid #a7b7cd;
}*/

.navbar-brand img {
    max-width: 72px;
    height: auto;
}

.navbar-toggler {
    margin-left: auto;
}

#main_nav .nav-link {
    text-align: center;
    color: #525C6B;
    font-weight: 600;
}

#main_nav .nav-link:hover {
    color: #009cde;
}

#home_hero {
    background: linear-gradient(rgb(0 68 137 / 60%) 0%, #004489 100%) center center / cover no-repeat, url('https://mktg.ryerson.com/l/513681/2022-10-05/gc3jln/513681/1665001224IAr3HaKe/LF_sheet_laser.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0;
}

#home_hero .title {
    font-size: 75px;
    color: #fff;
    font-weight: 600;
}

#tagline {
    position: relative;
    background-color: #004489;
    padding: 60px 0;
    border-top: 9px solid #a7b7cd;
}

.tagline {
    color: #fff;
    margin: 0;
}

hr.wide.blue.skewed {
    margin: 0;
    border-top: solid 14px #009cde;
    border-right: solid 18px transparent;
    border-bottom: solid 14px transparent;
    border-left: solid 0 transparent;
    width: 50%;
    position: absolute;
    top: -9px;
    left: 0;
    opacity: 1;
	background-color: transparent;
}

.section_title {
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 40px;
}

.blue_text {
    color: #004489;
}

#what_we_do {
    background: #a7b7cd;
}

.img_caption {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #004489;
    color: #fff;
    padding: 10px 30px;
}

.img_caption p {
    margin-bottom: 0;
}

#who_we_serve {
    background: linear-gradient(180deg, rgb(167 183 205) 50%, rgba(255, 255, 255, 1) 50%);
}

#who_we_serve .contentHolder.textContainer {
    background: #004489;
    padding: 100px 40px;
    color: #fff;
}

.contentBkg {
    background: url('https://apogeesteel.com/wp-content/uploads/2023/03/industry-collage.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 450px;
    width: 100%;
}

/*** FOOTER ***/
#pre_footer {
    background: #004489;
    padding: 60px 0;
    border-top: 9px solid #a7b7cd;
    position: relative;
}

#pre_footer .footer-links h4 {
    color: #fff;
}

#pre_footer .footer-links p {
    color: #fff;
	margin-bottom: 0;
}

#pre_footer .footer-links a {
    color: #fff;
    text-decoration: none;
}

#footer {
    background: #004489;
}

/*** Form Styles ***/
.form_widget {
    width: 80%;
    margin: auto;
}

#formContainer {
    padding: 40px 20px;
}

.form-widget #requestForm {
    background: transparent;
    box-shadow: 0 0 0;
    padding: 40px;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-element {
    margin-bottom: 10px;
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form input, .form textarea, .form select {
    width: 100% !important;
    outline-width: 0;
    border: 1px solid var(--steel-border) !important;
    border-radius: 2px !important;
    background-color: var(--steel-panel) !important;
    padding: 0.75rem 1rem !important;
    color: var(--steel-white) !important;
    font-size: 16px !important;
    line-height: 19px !important;
	transition: border-color 0.2s;
}

.form input:focus, .form textarea:focus, .form select:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgb(30,110,181,0.15);
}

.form label {
	font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--text-muted-custom);
	margin-bottom: 0.4rem;
}

.btn.btn-primary.selector {
    background-color: #394352;
    border-color: #394352;
    color: #fff;
}

#rfqButton.btn-block {
    display: block;
    width: 100%;
    background: #009cde;
    border: 2px solid #009cde;
    padding: 12px 10px;
    font-size: 18px;
    font-weight: 900;
}

#rfqButton.btn-block:hover {
    background: #004489;
    border-color: #004489;
}

.form-element.col-md-12.col-xs-12.submit {
    margin-top: 20px;
}

/*** Contact Form 7 Styles ***/
#contact-form-1234 label {
    width: 100%;
}

#contact-form-1234 input {
	width: 100%;
}

input[type=submit].wpcf7-submit {
    background: var(--steel-blue)!important;    
    color: #fff!important;
	font-weight: 700;
	font-size: 1rem!important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border: none!important;
	border-radius: 2px!important;
	text-decoration: none;
	transition: background 0.2s, transform 0.15s;
	padding: 1rem!important;
}

input[type=submit].wpcf7-submit:hover {
    background: #2480cc!important;    
    color: #fff!important;
	transform: translateY(-2px);
}

.fp-contact {
    width: 100%;
    display: block;
    text-align: center;
    vertical-align: top;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.icon_holder {
    width: 70px;
    height: 70px;
    margin: auto;    
}

.fp-contact .bi {    
    background-color: #004489;
    font-size: 24px;
    line-height: 70px;   
    text-align: center;
    color: #fff;
}

.contact-above {
    color: #525C6B;
    font-weight: 600;
}

.contact_info {
    color: #394352;
}

.contact_info a {
    color: #394352;
    text-decoration: none;
}

.contact_info a:hover {
    color: #009cde;
}

.section_divider {
    padding: 20px 0;
    margin-bottom: 40px;
}

.section_divider .section_title {
    margin-bottom: 0;
}

.section_divider.blue2 {
    background: #009cde;
    color: #fff;
}

#page_header {
    background: linear-gradient(90deg,#7dafe0,#004489);
    padding: 85px 0;
}

#page_header .page_title {
    color: #fff;
    font-weight: 600;
}

#contact_info .contact_info {
    padding: 40px 20px;
}

#our_services {
	background: #004489;
	color: #fff;
}

#our_services:before {
    height: 50px;
    content: "";
    display: block;
    background-color: #004489;
}

.section_bar {
    width: 40px;
    height: 10px;
    display: inline-block;
    background: #004489;
}

.section_info {
    width: 80%;
    margin: auto;
    padding: 20px;
}

.section_info .text_cont {
    padding: 32px 0;
}

.image_section img {
    clip-path: polygon(9% 0, 100% 0%, 100% 100%, 0% 100%);
    object-fit: cover;
    object-position: left;
    max-width: 100%;
    height: auto;
    margin-top: -51px;
    margin-bottom: -50px;
}

.section_break {
    height: 64px;
    display: flex;
    background: #eff2f5;
}

#page_contact {
    background-color: #eff2f5;
    padding: 50px 0;
}

#standard-page {    
    color: var(--steel-dark);
    padding-bottom: 65px;
}

#banner.basic-page {
    padding: 45px 0;
}


     /* ─── TOPBAR ─── */
    .topbar {
      background: var(--steel-mid);
      border-bottom: 1px solid var(--steel-border);
      font-size: 0.8rem;
      font-weight: 500;
      letter-spacing: 0.04em;
      color: var(--text-muted-custom);
    }
    .topbar a { color: var(--steel-accent); text-decoration: none; }
    .topbar a:hover { color: #fff; }
    .topbar a:visited {color: var(--steel-accent);}

    /* ─── NAVBAR ─── */
    .navbar-custom {
      background: rgba(13, 15, 18, 0.96);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--steel-border);
      padding: 0.75rem 0;
      position: sticky;
      top: 0;
      z-index: 999;
    }
.navbar-brand {color: var(--steel-light); text-transform: uppercase;}
.navbar-brand:hover {color: var(--steel-light);}
a.navbar-brand:visited {color: var(--steel-light);}
    .navbar-brand img { height: 38px; filter: brightness(1.1); }
    .nav-link-custom {
      color: var(--steel-light) !important;  
		font-family: 'Barlow Condensed', sans-serif;
      font-size: 0.95rem;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      padding: 0.5rem 1.1rem !important;
      transition: color 0.2s;
    }
    .nav-link-custom:hover { color: var(--steel-accent) !important; }
    /* Hamburger */
    .navbar-toggler {
      border: 1.5px solid var(--steel-border);
      border-radius: 2px;
      padding: 0.45rem 0.6rem;
      background: transparent;
      display: flex;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
    }
    .navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(30,110,181,0.25); outline: none; }
    .toggler-icon {
      display: block;
      width: 22px;
      height: 2px;
      background: var(--steel-light);
      border-radius: 1px;
      transition: background 0.2s;
    }
    .navbar-toggler:hover .toggler-icon { background: var(--steel-accent); }

    /* Mobile nav dropdown */
    @media (max-width: 767px) {
      #mainNav {
        border-top: 1px solid var(--steel-border);
        margin-top: 0.75rem;
      }
      .nav-link-custom {
        padding: 0.7rem 0.25rem !important;
        border-bottom: 1px solid var(--steel-border);
        width: 100%;
      }
      .nav-link-custom:last-of-type { border-bottom: none; }
      .btn-quote { width: 100%; text-align: center; }
    }

    .btn-quote {
      background: var(--steel-accent);
      color: #111;   
		font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: 0.9rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      padding: 0.5rem 1.4rem;
      border: none;
      border-radius: 2px;
      transition: background 0.2s, transform 0.15s;
    }
  a.btn-quote:visited {color: #111;}
    .btn-quote:hover { background: #f0b030; transform: translateY(-1px); }

/* ─── NEW HERO ─── */
    .hero {
      min-height: 92vh;
      background:
        linear-gradient(135deg, rgba(13,15,18,0.92) 0%, rgba(22,27,34,0.7) 60%, rgba(30,110,181,0.15) 100%),
        url('https://apogeesteel.com/wp-content/uploads/2023/03/LF-sheet-laser.jpg') center/cover no-repeat;
      display: flex;
      align-items: center;
      position: relative;
      overflow: hidden;
    }
    .hero::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 120px;
      background: linear-gradient(to bottom, transparent, var(--steel-dark));
    }
    .hero-eyebrow {   
		font-family: 'Barlow Condensed', sans-serif;
      font-size: 0.85rem;
      font-weight: 700;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      color: var(--steel-accent);
      display: flex;
      align-items: center;
      gap: 0.75rem;
      margin-bottom: 1.25rem;
    }
    .hero-eyebrow::before {
      content: '';
      display: block;
      width: 32px;
      height: 2px;
      background: var(--steel-accent);
    }
    .hero h1 {      
      font-size: clamp(3.2rem, 7vw, 6.5rem);
      font-weight: 900;
      line-height: 0.95;
      text-transform: uppercase;
      letter-spacing: -0.01em;
      color: var(--steel-white);
      margin-bottom: 1.5rem;
    }
    .hero h1 span { color: var(--steel-blue); display: block; }
    .hero-sub {
      font-size: 1.15rem;
      font-weight: 300;
      color: var(--steel-light);
      max-width: 460px;
      line-height: 1.65;
      margin-bottom: 2.5rem;
    }
    .btn-primary-steel {
      background: var(--steel-blue);
      color: #fff;  
		font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: 1rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      padding: 0.85rem 2.2rem;
      border: none;
      border-radius: 2px;
      text-decoration: none;
      display: inline-block;
      transition: background 0.2s, transform 0.15s;
    }
a.btn-primary-steel:visited {color: #fff;}
    .btn-primary-steel:hover { background: #2480cc; color: #fff; transform: translateY(-2px); }
    .btn-outline-steel {
      background: transparent;
      color: var(--steel-white);  
		font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: 1rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      padding: 0.85rem 2.2rem;
      border: 1.5px solid var(--steel-border);
      border-radius: 2px;
      text-decoration: none;
      display: inline-block;
      transition: border-color 0.2s, color 0.2s;
    }
a.btn-outline-steel:visited {color: var(--steel-white);}
    .btn-outline-steel:hover { border-color: var(--steel-light); color: var(--steel-light); }

/* Stats bar */
    .stats-bar {
      background: var(--steel-mid);
      border-top: 1px solid var(--steel-border);
      border-bottom: 1px solid var(--steel-border);
    }
    .stat-item {
      padding: 1.75rem 1rem;
      border-right: 1px solid var(--steel-border);
      text-align: center;
    }
    .stat-item:last-child { border-right: none; }
    .stat-number {  
		font-family: 'Barlow Condensed', sans-serif;
      font-size: 2.6rem;
      font-weight: 900;
      color: var(--steel-accent);
      line-height: 1;
    }
    .stat-label {
      font-size: 0.78rem;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--text-muted-custom);
      margin-top: 0.3rem;
    }

/* ─── SECTIONS ─── */
    .section-pad { padding: 6rem 0; }

    .section-label {  
		font-family: 'Barlow Condensed', sans-serif;
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      color: var(--steel-accent);
      display: flex;
      align-items: center;
      gap: 0.6rem;
      margin-bottom: 1rem;
    }
    .section-label::before {
      content: '';
      display: block;
      width: 24px;
      height: 2px;
      background: var(--steel-accent);
    }

    .section-title {      
      font-size: clamp(2.2rem, 4vw, 3.4rem);
      font-weight: 800;
      text-transform: uppercase;
      line-height: 1.05;
      color: var(--steel-white);
      margin-bottom: 1.5rem;
    }

    .divider-line {
      width: 48px;
      height: 3px;
      background: var(--steel-blue);
      margin-bottom: 1.75rem;
    }

    /* ─── WHO WE ARE ─── */
    #who_we_are { background: var(--steel-dark); }
    .about-body {
      font-size: 1.05rem;
      font-weight: 300;
      line-height: 1.8;
      color: var(--steel-light);
    }
    .about-body strong { color: #fff; font-weight: 600; }
    .compliance-box {
      background: var(--steel-panel);
      border-left: 3px solid var(--steel-blue);
      border-radius: 2px;
      padding: 1rem 1.25rem;
      font-size: 0.88rem;
      color: var(--text-muted-custom);
      line-height: 1.6;
      margin-top: 2rem;
    }
    .compliance-box a { color: var(--steel-accent); }

/* ─── WHAT WE DO ─── */
    #what_we_do {
      background: var(--steel-mid);
      border-top: 1px solid var(--steel-border);
      border-bottom: 1px solid var(--steel-border);
    }
    .services-pill-row {
      display: flex;
      flex-wrap: wrap;
      gap: 0.6rem;
      margin-bottom: 2.5rem;
    }
    .service-pill {
      background: var(--steel-panel);
      border: 1px solid var(--steel-border);
      color: var(--steel-light); 
		font-family: 'Barlow Condensed', sans-serif;
      font-size: 0.95rem;
      font-weight: 600;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      padding: 0.45rem 1rem;
      border-radius: 2px;
      transition: border-color 0.2s, color 0.2s;
    }
    .service-pill:hover { border-color: var(--steel-blue); color: #fff; }

    .capacity-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1px;
      background: var(--steel-border);
      border: 1px solid var(--steel-border);
      border-radius: 3px;
      overflow: hidden;
    }
    .cap-item {
      background: var(--steel-panel);
      padding: 1rem 1.25rem;
      font-size: 0.9rem;
    }
    .cap-item-label {  
		font-family: 'Barlow Condensed', sans-serif;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: var(--steel-accent);
      margin-bottom: 0.2rem;
    }
    .cap-item-val { color: var(--steel-light); font-weight: 300; font-size: 0.88rem; }

    .fab-image-wrap {
      position: relative;
      border-radius: 3px;
      overflow: hidden;
      height: 100%;
      min-height: 380px;
    }
    .fab-image-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      filter: saturate(0.7) contrast(1.1);
    }
    .fab-image-wrap::after {
      content: 'Metal Fabrication';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 2rem 1.5rem 1rem;
      background: linear-gradient(transparent, rgba(13,15,18,0.85));    
		font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: 1rem;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: var(--text-muted-custom);
    }
    .fab-image-accent {
      position: absolute;
      top: 1.25rem;
      right: 1.25rem;
      background: var(--steel-accent);
      color: #111;      
      font-weight: 800;
      font-size: 0.7rem;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      padding: 0.35rem 0.7rem;
      border-radius: 1px;
    }
/* ─── WHO WE SERVE ─── */
    #who_we_serve { background: var(--steel-dark); }
    .industries-wrap {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 1px;
      background: var(--steel-border);
      border: 1px solid var(--steel-border);
      border-radius: 3px;
      overflow: hidden;
    }
    .industry-card {
      background: var(--steel-panel);
      padding: 1.75rem 1.5rem;
      display: flex;
      align-items: center;
      gap: 1rem;
      transition: background 0.2s;
      cursor: default;
    }
    .industry-card:hover { background: #21303f; }
    .industry-icon {
      width: 36px;
      height: 36px;
      background: var(--steel-blue);
      border-radius: 2px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .industry-icon svg { width: 18px; height: 18px; fill: none; stroke: #fff; stroke-width: 1.8; }
    .industry-name {  
		font-family: 'Barlow Condensed', sans-serif;
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--steel-light);
    }

/* ─── NEW CONTACT Page ─── */
.contact-page {
	font-family: 'Barlow', sans-serif;
      background: var(--steel-dark);
      color: var(--steel-white);
      overflow-x: hidden;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
}
    #contact_us {
      background: var(--steel-mid);
      border-top: 1px solid var(--steel-border);
    }
    .contact-info-card {
      background: var(--steel-panel);
      border: 1px solid var(--steel-border);
      border-radius: 3px;
      padding: 1.5rem;
      margin-bottom: 1rem;
      display: flex;
      gap: 1rem;
      align-items: flex-start;
    }
    .contact-icon {
      width: 40px;
      height: 40px;
      background: var(--steel-blue);
      border-radius: 2px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .contact-icon svg { width: 20px; height: 20px; fill: none; stroke: #fff; stroke-width: 1.8; }
    .contact-label {   
		font-family: 'Barlow Condensed', sans-serif;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--steel-accent);
      margin-bottom: 0.2rem;
    }
    .contact-val { font-size: 0.95rem; color: var(--steel-light); font-weight: 300; }
    .contact-val a { color: var(--steel-light); text-decoration: none; }
    .contact-val a:hover { color: var(--steel-accent); }

/* ─── NEW FOOTER ─── */
    footer {
      background: #080a0c;
      border-top: 1px solid var(--steel-border);
      padding: 3rem 0 1.5rem;
    }
    .footer-title {  
		font-family: 'Barlow Condensed', sans-serif;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--text-muted-custom);
      margin-bottom: 1rem;
    }
    .footer-link {
      display: block;
      color: var(--steel-light);
      text-decoration: none;
      font-size: 0.9rem;
      font-weight: 300;
      margin-bottom: 0.5rem;
      transition: color 0.2s;
    }
    a.footer-link:visited {color: var(--steel-light);}
    .footer-link:hover { color: var(--steel-accent); }
    .footer-copy {
      font-size: 0.8rem;
      color: var(--text-muted-custom);
      border-top: 1px solid var(--steel-border);
      padding-top: 1.5rem;
      margin-top: 2rem;
    }
    .iso-badge {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      background: var(--steel-panel);
      border: 1px solid var(--steel-border);
      border-radius: 2px;
      padding: 0.4rem 0.85rem;  
		font-family: 'Barlow Condensed', sans-serif;
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      color: var(--steel-light);
      text-decoration: none;
    }
    .iso-badge:hover { border-color: var(--steel-blue); color: #fff; }
.partner-links {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0;
}
.partner-links li {
	display: flex;
	align-items: center;
}
.partner-links a {
	font-weight: 300;
	font-size: 10px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--steel-light);
	text-decoration: none;
	transition: color 0.2s ease;
	white-space: nowrap;
}
.partner-links a:hover {color: var(--steel-accent);}
.partner-links a:visited {color: var(--steel-light);}
.partner-links li:not(:last-child)::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 12px;
    background: var(--steel-light);
    margin: 0 1.25rem;
}

/* ── PAGE HERO ── */
    .page-hero {
      background:
        linear-gradient(135deg, rgba(13,15,18,0.97) 0%, rgba(22,27,34,0.88) 60%, rgba(30,110,181,0.12) 100%),
        repeating-linear-gradient(
          -45deg,
          transparent,
          transparent 20px,
          rgba(42,52,69,0.25) 20px,
          rgba(42,52,69,0.25) 21px
        );
      border-bottom: 1px solid var(--steel-border);
      padding: 4.5rem 0 4rem;
      position: relative;
      overflow: hidden;
    }
    .page-hero::after {
      content: 'CONTACT';
      position: absolute;
      right: -1rem;
      top: 50%;
      transform: translateY(-50%);
      font-family: 'Barlow Condensed', sans-serif;
      font-size: clamp(7rem, 16vw, 14rem);
      font-weight: 900;
      color: rgba(255,255,255,0.025);
      line-height: 1;
      pointer-events: none;
      white-space: nowrap;
      letter-spacing: -0.02em;
    }
    .breadcrumb-steel {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--text-muted);
      display: flex;
      align-items: center;
      gap: 0.5rem;
      margin-bottom: 1.25rem;
    }
    .breadcrumb-steel a { color: var(--text-muted); text-decoration: none; }
    .breadcrumb-steel a:visited{color: var(--text-muted);}
    .breadcrumb-steel a:hover { color: var(--steel-accent); }
    .breadcrumb-steel span { color: var(--steel-accent); }
    .page-hero h1 {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: clamp(2.8rem, 6vw, 5.5rem);
      font-weight: 900;
      text-transform: uppercase;
      line-height: 0.95;
      letter-spacing: -0.01em;
      margin-bottom: 1rem;
    }
    .page-hero p {
      font-size: 1.05rem;
      font-weight: 300;
      color: var(--steel-light);
      max-width: 480px;
      line-height: 1.7;
    }

/* ── MAIN CONTENT ── */
    main { flex: 1; padding: 5rem 0; }

    /* ── CONTACT CARDS ── */
    .contact-card {
      background: var(--steel-panel);
      border: 1px solid var(--steel-border);
      border-radius: 3px;
      padding: 1.75rem 1.5rem;
      display: flex;
      gap: 1.25rem;
      align-items: flex-start;
      transition: border-color 0.25s, transform 0.2s;
    }
    .contact-card:hover {
      border-color: var(--steel-blue);
      transform: translateY(-2px);
    }
    .contact-card-icon {
      width: 46px;
      height: 46px;
      min-width: 46px;
      background: var(--steel-blue);
      border-radius: 2px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .contact-card-icon svg {
      width: 22px;
      height: 22px;
      fill: none;
      stroke: #fff;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .contact-card-label {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--steel-accent);
      margin-bottom: 0.3rem;
    }
    .contact-card-value {
      font-size: 0.97rem;
      font-weight: 400;
      color: var(--steel-light);
      line-height: 1.6;
    }
    .contact-card-value a {
      color: var(--steel-light);
      text-decoration: none;
      transition: color 0.2s;
    }
    .contact-card-value a:hover { color: var(--steel-accent); }

    /* ── MAP PLACEHOLDER ── */
    .map-wrap {
      background: var(--steel-panel);
      border: 1px solid var(--steel-border);
      border-radius: 3px;
      overflow: hidden;
      position: relative;
      height: 220px;
    }
    .map-wrap iframe {
      width: 100%;
      height: 100%;
      border: none;
      filter: saturate(0.5) contrast(1.1) brightness(0.7);
    }
    .map-overlay-label {
      position: absolute;
      bottom: 1rem;
      left: 1rem;
      background: var(--steel-dark);
      border: 1px solid var(--steel-border);
      border-radius: 2px;
      padding: 0.45rem 0.85rem;
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--steel-light);
      display: flex;
      align-items: center;
      gap: 0.4rem;
    }
    .map-dot {
      width: 8px;
      height: 8px;
      background: var(--steel-accent);
      border-radius: 50%;
      animation: pulse 1.8s infinite;
    }
    @keyframes pulse {
      0%,100% { opacity:1; transform:scale(1); }
      50% { opacity:0.5; transform:scale(1.4); }
    }

    /* ── FORM ── */
    .form-wrap {
      background: var(--steel-panel);
      border: 1px solid var(--steel-border);
      border-radius: 3px;
      padding: 2.5rem 2.25rem;
    }
    .form-section-title {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 1.6rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      color: var(--steel-white);
      margin-bottom: 0.35rem;
    }
    .form-section-sub {
      font-size: 0.9rem;
      font-weight: 300;
      color: var(--text-muted);
      margin-bottom: 2rem;
    }
    .form-label-steel {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--text-muted);
      margin-bottom: 0.4rem;
      display: block;
    }
    .form-control-steel {
      width: 100%;
      background: var(--steel-dark);
      border: 1px solid var(--steel-border);
      border-radius: 2px;
      color: var(--steel-white);
      font-family: 'Barlow', sans-serif;
      font-size: 0.93rem;
      font-weight: 300;
      padding: 0.75rem 1rem;
      outline: none;
      transition: border-color 0.2s, box-shadow 0.2s;
      appearance: none;
    }
    .form-control-steel::placeholder { color: var(--text-muted); }
    .form-control-steel:focus {
      border-color: var(--steel-blue);
      box-shadow: 0 0 0 3px rgba(30,110,181,0.18);
    }
    textarea.form-control-steel { resize: vertical; min-height: 130px; }

    .field-group { margin-bottom: 1.25rem; }

    .btn-submit {
      background: var(--steel-blue);
      color: #fff;
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: 1rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      padding: 0.9rem 2.5rem;
      border: none;
      border-radius: 2px;
      cursor: pointer;
      transition: background 0.2s, transform 0.15s;
      display: inline-flex;
      align-items: center;
      gap: 0.6rem;
    }
    .btn-submit:hover { background: #2480cc; transform: translateY(-2px); }
    .btn-submit svg {
      width: 18px;
      height: 18px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    /* Section divider */
    .section-divider {
      display: flex;
      align-items: center;
      gap: 1rem;
      margin-bottom: 2rem;
    }
    .section-divider-label {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--steel-accent);
      white-space: nowrap;
    }
    .section-divider-line {
      flex: 1;
      height: 1px;
      background: var(--steel-border);
    }

    /* Hours strip */
    .hours-strip {
      background: var(--steel-mid);
      border: 1px solid var(--steel-border);
      border-radius: 3px;
      padding: 1.25rem 1.5rem;
      display: flex;
      align-items: center;
      gap: 1rem;
      flex-wrap: wrap;
    }
    .hours-badge {
      background: var(--steel-blue);
      color: #fff;
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      padding: 0.3rem 0.7rem;
      border-radius: 2px;
      white-space: nowrap;
    }
    .hours-text {
      font-size: 0.88rem;
      font-weight: 300;
      color: var(--steel-light);
    }

/* entry animation */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(22px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    .animate-up {
      opacity: 0;
      animation: fadeUp 0.6s ease forwards;
    }
    .delay-1 { animation-delay: 0.1s; }
    .delay-2 { animation-delay: 0.22s; }
    .delay-3 { animation-delay: 0.34s; }
    .delay-4 { animation-delay: 0.46s; }


/* ── NEW WHAT WE DO ── */
.services_page {
	font-family: 'Barlow', sans-serif;
      background: var(--steel-dark);
      color: var(--steel-white);
      overflow-x: hidden;
      display: flex;
      flex-direction: column;
      min-height: 100vh;
}

/* ── PAGE HERO ── */
    .services_page .page-hero {
      position: relative;
      overflow: hidden;
      min-height: 72vh;
      display: flex;
      align-items: center;
      background:
        linear-gradient(135deg, rgba(13,15,18,0.93) 0%, rgba(13,15,18,0.75) 55%, rgba(30,110,181,0.18) 100%),
        url('https://apogeesteel.com/wp-content/uploads/2023/03/LF-sheet-laser.jpg') center / cover no-repeat;
    }
   .services_page .page-hero::after {
      content: '';
      position: absolute;
      bottom: 0; left: 0; right: 0; top: 100%;
      height: 100px;
      background: linear-gradient(transparent, var(--steel-dark));
    }
    .hero-content { position: relative; z-index: 2; padding: 5rem 0 4rem; }    
    .eyebrow {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: 0.28em;
      text-transform: uppercase;
      color: var(--steel-accent);
      display: flex;
      align-items: center;
      gap: 0.75rem;
      margin-bottom: 1.1rem;
    }
    .eyebrow::before { content: ''; display: block; width: 28px; height: 2px; background: var(--steel-accent); }
    .page-hero h1 {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: clamp(3rem, 7vw, 6rem);
      font-weight: 900;
      text-transform: uppercase;
      line-height: 0.93;
      letter-spacing: -0.01em;
      margin-bottom: 1.5rem;
    }
    .page-hero h1 em { color: var(--steel-blue); font-style: normal; display: block; }
    .hero-lead {
      font-size: 1.1rem;
      font-weight: 300;
      color: var(--steel-light);
      max-width: 520px;
      line-height: 1.75;
      margin-bottom: 2.5rem;
    }
    .btn-primary-steel {
      background: var(--steel-blue);
      color: #fff;
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: 1rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      padding: 0.85rem 2.2rem;
      border: none;
      border-radius: 2px;
      text-decoration: none;
      display: inline-block;
      transition: background 0.2s, transform 0.15s;
    }
    .btn-primary-steel:hover { background: #2480cc; color: #fff; transform: translateY(-2px); }
    .btn-outline-steel {
      background: transparent;
      color: var(--steel-white);
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: 1rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      padding: 0.85rem 2.2rem;
      border: 1.5px solid var(--steel-border);
      border-radius: 2px;
      text-decoration: none;
      display: inline-block;
      transition: border-color 0.2s, color 0.2s;
    }
    .btn-outline-steel:hover { border-color: var(--steel-light); color: var(--steel-light); }

    /* Hero stat chips */
    .hero-chips {
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem;
      margin-top: 2.5rem;
    }
    .hero-chip {
      background: rgba(28,36,48,0.85);
      border: 1px solid var(--steel-border);
      border-radius: 2px;
      padding: 0.5rem 1rem;
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--steel-light);
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }
    .chip-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--steel-accent); flex-shrink: 0; }
/* ── SERVICES GRID ── */
    #services { background: var(--steel-dark); }
    .service-card {
      background: var(--steel-panel);
      border: 1px solid var(--steel-border);
      border-top: 3px solid var(--steel-blue);
      border-radius: 3px;
      padding: 2rem 1.75rem;
      height: 100%;
      transition: border-color 0.25s, transform 0.2s, box-shadow 0.25s;
      position: relative;
      overflow: hidden;
    }
    .service-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: linear-gradient(135deg, rgba(30,110,181,0.06) 0%, transparent 60%);
      opacity: 0;
      transition: opacity 0.3s;
    }
    .service-card:hover {
      border-color: var(--steel-blue);
      border-top-color: var(--steel-accent);
      transform: translateY(-4px);
      box-shadow: 0 16px 40px rgba(0,0,0,0.4);
    }
    .service-card:hover::before { opacity: 1; }
    .service-icon {
      width: 52px;
      height: 52px;
      background: rgba(30,110,181,0.15);
      border: 1px solid rgba(30,110,181,0.3);
      border-radius: 3px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1.4rem;
      transition: background 0.2s;
    }
    .service-card:hover .service-icon { background: rgba(30,110,181,0.28); }
    .service-icon svg { width: 24px; height: 24px; fill: none; stroke: var(--steel-blue); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
    .service-name {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 1.35rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      color: var(--steel-white);
      margin-bottom: 0.75rem;
    }
    .service-desc { font-size: 0.92rem; font-weight: 300; color: var(--text-muted); line-height: 1.75; }
    .service-spec-list { margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px solid var(--steel-border); }
    .service-spec {
      font-size: 0.84rem;
      font-weight: 400;
      color: var(--steel-light);
      display: flex;
      align-items: baseline;
      gap: 0.5rem;
      margin-bottom: 0.4rem;
    }
    .service-spec::before { content: '—'; color: var(--steel-accent); font-weight: 700; flex-shrink: 0; }
 /* ── MATERIALS ── */
    #materials {
      background: var(--steel-mid);
      border-top: 1px solid var(--steel-border);
      border-bottom: 1px solid var(--steel-border);
    }
    .material-card {
      background: var(--steel-panel);
      border: 1px solid var(--steel-border);
      border-radius: 3px;
      padding: 2rem 1.5rem;
      text-align: center;
      height: 100%;
      transition: border-color 0.25s, transform 0.2s;
    }
    .material-card:hover { border-color: var(--steel-blue); transform: translateY(-3px); }
    .material-swatch {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      margin: 0 auto 1.25rem;
      border: 2px solid var(--steel-border);
    }
    .material-name {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 1.2rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      color: var(--steel-white);
      margin-bottom: 0.5rem;
    }
    .material-desc { font-size: 0.87rem; font-weight: 300; color: var(--text-muted); line-height: 1.65; }
/* ── CAPACITY TABLE ── */
    #capacity { background: var(--steel-dark); }
    .cap-table {
      width: 100%;
      border-collapse: collapse;
      border: 1px solid var(--steel-border);
      border-radius: 3px;
      overflow: hidden;
    }
    .cap-table thead {
      background: var(--steel-blue);
    }
    .cap-table thead th {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: #fff;
      padding: 1rem 1.25rem;
      text-align: left;
      border: none;
    }
    .cap-table tbody tr { border-bottom: 1px solid var(--steel-border); transition: background 0.15s; }
    .cap-table tbody tr:last-child { border-bottom: none; }
    .cap-table tbody tr:hover { background: var(--steel-panel); }
    .cap-table tbody tr:nth-child(even) { background: rgba(28,36,48,0.5); }
    .cap-table tbody tr:nth-child(even):hover { background: var(--steel-panel); }
    .cap-table td {
      padding: 1rem 1.25rem;
      font-size: 0.93rem;
      color: var(--steel-light);
      font-weight: 300;
      vertical-align: middle;
    }
    .cap-table td:first-child {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: 1rem;
      letter-spacing: 0.04em;
      color: var(--steel-white);
      text-transform: uppercase;
    }
    .cap-badge {
      display: inline-block;
      background: rgba(30,110,181,0.18);
      border: 1px solid rgba(30,110,181,0.35);
      color: var(--steel-light);
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      padding: 0.2rem 0.6rem;
      border-radius: 2px;
      margin-right: 0.35rem;
      margin-bottom: 0.25rem;
    }
/* ── PROCESS STRIP ── */
    #process {
      background: var(--steel-mid);
      border-top: 1px solid var(--steel-border);
      border-bottom: 1px solid var(--steel-border);
    }
    .process-steps {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 0;
    }
    .process-step {
      padding: 2.5rem 1.75rem;
      border-right: 1px solid var(--steel-border);
      position: relative;
    }
    .process-step:last-child { border-right: none; }
    .process-number {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 3.5rem;
      font-weight: 900;
      color: rgba(30,110,181,0.2);
      line-height: 1;
      margin-bottom: 0.75rem;
    }
    .process-title {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 1.05rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: var(--steel-white);
      margin-bottom: 0.6rem;
    }
    .process-desc { font-size: 0.87rem; font-weight: 300; color: var(--text-muted); line-height: 1.65; }
    @media (max-width: 767px) {
      .process-step { border-right: none; border-bottom: 1px solid var(--steel-border); }
      .process-step:last-child { border-bottom: none; }
    }
/* ── CTA ── */
    .cta-section {
      background:
        linear-gradient(135deg, rgba(13,15,18,0.97) 0%, rgba(30,110,181,0.12) 100%),
        repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(42,52,69,0.2) 20px, rgba(42,52,69,0.2) 21px);
      border-top: 1px solid var(--steel-border);
      padding: 5.5rem 0;
      text-align: center;
    }
    .cta-title {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: clamp(2.5rem, 5vw, 4.5rem);
      font-weight: 900;
      text-transform: uppercase;
      line-height: 1;
      margin-bottom: 1.25rem;
    }
    .cta-title span { color: var(--steel-blue); }
    .cta-sub { font-size: 1.05rem; font-weight: 300; color: var(--steel-light); max-width: 500px; margin: 0 auto 2.5rem; line-height: 1.7; }
@media screen and (max-width: 576px) {
    #home_hero .title {
        font-size: 60px;
    }

    .contentBkg {
        height: 250px;
    }
}
.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important;word-break:normal!important}.wpcf7 .hidden-fields-container{display:none}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label::before,.wpcf7-list-item-label::after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1e3ms;animation-timing-function:linear;animation-iteration-count:infinite}@media(prefers-reduced-motion:reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2e3ms}}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type=file]{cursor:pointer}.wpcf7 input[type=file]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}
/*!Theme Name: Apogee
Theme URI: http://underscores.me/
Author: Leo Barrera
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: apogee-steel
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
Apogee 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.io/normalize.css/*//*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:initial}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*::before,*::after{box-sizing:inherit}html{box-sizing:border-box}body,button,input,select,optgroup,textarea{color:#404040;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;font-size:1rem;line-height:1.5}h1,h2,h3,h4,h5,h6{clear:both}p{margin-bottom:1.5em}dfn,cite,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"courier 10 pitch",courier,monospace;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}code,kbd,tt,var{font-family:monaco,consolas,andale mono,dejavu sans mono,monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}mark,ins{background:#fff9c0;text-decoration:none}big{font-size:125%}body{background:#fff}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}ul,ol{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}li>ul,li>ol{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}embed,iframe,object{max-width:100%}img{height:auto;max-width:100%}figure{margin:1em 0}table{margin:0 0 1.5em;width:100%}a{color:#4169e1}a:visited{color:purple}a:hover,a:focus,a:active{color:#191970}a:focus{outline:thin dotted}a:hover,a:active{outline:0}button,input[type=button],input[type=reset],input[type=submit]{border:1px solid;border-color:#ccc #ccc #bbb;border-radius:3px;background:#e6e6e6;color:rgba(0,0,0,.8);line-height:1;padding:.6em 1em .4em}button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{border-color:#ccc #bbb #aaa}button:active,button:focus,input[type=button]:active,input[type=button]:focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit]:active,input[type=submit]:focus{border-color:#aaa #bbb #bbb}input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=number],input[type=tel],input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],textarea{color:#666;border:1px solid #ccc;border-radius:3px;padding:3px}input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=range]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=color]:focus,textarea:focus{color:#111}select{border:1px solid #ccc}textarea{width:100%}.main-navigation{display:block;width:100%}.main-navigation ul{display:none;list-style:none;margin:0;padding-left:0}.main-navigation ul ul{box-shadow:0 3px 3px rgba(0,0,0,.2);float:left;position:absolute;top:100%;left:-999em;z-index:99999}.main-navigation ul ul ul{left:-999em;top:0}.main-navigation ul ul li:hover>ul,.main-navigation ul ul li.focus>ul{display:block;left:auto}.main-navigation ul ul a{width:200px}.main-navigation ul li:hover>ul,.main-navigation ul li.focus>ul{left:auto}.main-navigation li{position:relative}.main-navigation a{display:block;text-decoration:none}.menu-toggle,.main-navigation.toggled ul{display:block}@media screen and (min-width:37.5em){.menu-toggle{display:none}.main-navigation ul{display:flex}}.site-main .comment-navigation,.site-main .posts-navigation,.site-main .post-navigation{margin:0 0 1.5em}.comment-navigation .nav-links,.posts-navigation .nav-links,.post-navigation .nav-links{display:flex}.comment-navigation .nav-previous,.posts-navigation .nav-previous,.post-navigation .nav-previous{flex:1 0 50%}.comment-navigation .nav-next,.posts-navigation .nav-next,.post-navigation .nav-next{text-align:end;flex:1 0 50%}.sticky{display:block}.post,.page{margin:0 0 1.5em}.updated:not(.published){display:none}.page-content,.entry-content,.entry-summary{margin:1.5em 0 0}.page-links{clear:both;margin:0 0 1.5em}.comment-content a{word-wrap:break-word}.bypostauthor{display:block}.widget{margin:0 0 1.5em}.widget select{max-width:100%}.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.custom-logo-link{display:inline-block}.wp-caption{margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.wp-caption .wp-caption-text{margin:.8075em 0}.wp-caption-text{text-align:center}.gallery{margin-bottom:1.5em;display:grid;grid-gap:1.5em}.gallery-item{display:inline-block;text-align:center;width:100%}.gallery-columns-2{grid-template-columns:repeat(2,1fr)}.gallery-columns-3{grid-template-columns:repeat(3,1fr)}.gallery-columns-4{grid-template-columns:repeat(4,1fr)}.gallery-columns-5{grid-template-columns:repeat(5,1fr)}.gallery-columns-6{grid-template-columns:repeat(6,1fr)}.gallery-columns-7{grid-template-columns:repeat(7,1fr)}.gallery-columns-8{grid-template-columns:repeat(8,1fr)}.gallery-columns-9{grid-template-columns:repeat(9,1fr)}.gallery-caption{display:block}.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;clip-path:none;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#primary[tabindex="-1"]:focus{outline:0}.alignleft{float:left;margin-right:1.5em;margin-bottom:1.5em}.alignright{float:right;margin-left:1.5em;margin-bottom:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;margin-bottom:1.5em}