/*
Theme Name: Storm Guard Micro
Author: Socius Marketing
Version: 1.0
*/


@font-face {
    font-family: Gotham Book;
    src: url(/wp-content/themes/storm-guard-micro/fonts/Gotham-Book.otf)format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gotham;
    src: url(/wp-content/themes/storm-guard-micro/fonts/Gotham-Medium.otf)format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gotham;
    src: url(/wp-content/themes/storm-guard-micro/fonts/Gotham-Black.otf)format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gotham;
    src: url(/wp-content/themes/storm-guard-micro/fonts/Gotham-Bold.otf)format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gotham Ultra;
    src: url(/wp-content/themes/storm-guard-micro/fonts/Gotham-Ultra.otf)format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}



:root {

    --font--font-heading: "Gotham", Arial, sans-serif;
    --font--text-5xl: 2.5rem;
    --font--text-4xl: 2.25rem;
    --font--text-3xl: 2rem;
    --font--text-2xl: 1.75rem;
    --font--text-xl: 1.5rem;
    --font--text-lg: 1.25rem;
    --font--font-body: "Gotham Book", Arial, sans-serif;
    --colors--black: black;
    --font--text-sm: .875rem;
    --font--text-md: 1.125rem;
    --colors--white: white;
    --font--text-base: 1rem;
    --colors--light-grey: #eff3f7;
    --colors--soft-outline: #e0e6ec;
    --colors--is-primary: #ffde17;
    --colors--is-secondary: #2e2e38;
    --colors--is-accent: #ffde17;
    --colors--lba-red: #ee3123;
    --colors--lba-green: #8cc63e;
    --colors--lba-yellow: #ffd400;
    --colors--sg-red: #ed1c24;
    --colors--sg-yellow: #ffde17;
    --colors--is-dark: #2e2e38;
    --colors--text-body: #1f1f1f;
    --font--text-6xl: 3rem;
    --font--text-xs: .75rem;
    --font--text-7xl: 3.5rem;
    --font--text-8xl: 4rem;
    --font--text-9xl: 5rem;
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: var(--text);
    line-height: 1.6;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--primary);
}

/* Bold text needs to use Gotham (not Gotham Book) for proper font-weight */
strong,
b {
    font-family: var(--font--font-heading);
    font-weight: 700;
}

/* Typography */
h1,
h2,
h3 {
    color: var(--primary);
    margin-bottom: 15px;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
    margin-top: 0;
}

.btn {
    display: inline-block;
    padding: 12px 25px;
    background: var(--secondary);
    color: #000;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: 0.3s;
}

.btn:hover {
    background: #e0a800;
}

/* Header */
.site-header {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

/* Hero */
.hero {
    background: var(--light);
    padding: 60px 0 80px;
    text-align: center;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
}

/* Content Sections */
.content-section {
    padding: 60px 0;
    border-bottom: 1px solid #eee;
}

.content-section:last-child {
    border-bottom: none;
}

.section-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.section-text {
    flex: 1;
    min-width: 300px;
}

.section-cta {
    margin-top: 20px;
}

/* Form / Contact Area */
.contact-section {
    background: var(--primary);
    color: #fff;
    padding: 60px 0;
}

.contact-section h2,
.contact-section h3 {
    color: #fff;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.map-responsive iframe {
    width: 100%;
    height: 350px;
    border: 0;
    border-radius: 8px;
}

/* Footer */
.site-footer {
    background: #222;
    color: #aaa;
    padding: 40px 0;
    font-size: 0.9rem;
}

/* Warning */
.error-msg {
    background: #ffeeba;
    color: #856404;
    padding: 20px;
    text-align: center;
    margin: 50px auto;
    max-width: 600px;
    border-radius: 5px;
}

.current-menu-item {
    text-decoration: underline !important;
    text-underline-offset: 4px;
}

#w-node-a7c88da2-17d7-bca4-4ff9-4c591ea86894-dd488354 {
    text-align: left;
}

.form-heading-lg,
.form-heading-md,
.form-heading-sm,
.hero-heading-title,
.hero-text {
    text-wrap: balance;
}

/* sticky image */
.img-sticky-wrapper {
    height: 100%;
    position: relative;
}

.img-sticky {
    box-shadow: 5px 5px 0 0 var(--colors--black);
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    position: sticky;
    top: 12rem;
    border-radius: 0;
}

.specials-cta_layout {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    display: flex;
}

.icon_image {
    width: 5rem;
}

.card-pad {
    padding: 1.5rem 3rem 1.5rem 1.5rem;
}

.section_callout {

    background-position: 0 0, 50% 100%;
    background-size: auto, cover
}

.map_icon {
    width: 3rem;
    height: auto;
}

.header-wrapper {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.trust-logos-section p {
    color: #000;
}

.reviews-section-micro p {
    color: #fff;
}

@media (max-width: 992px) {
    body {
        margin-top: 70px;
    }

    .mobile-none {
        display: none !important;
    }

    .specials-cta_layout {
        flex-direction: column;
    }

    .specials-cta_layout h2 {
        text-align: center;
    }

    .special-offer-card #w-node-_290aa8c4-71fb-cbf0-3c56-e7dc76ea13c7-aa6c6e0b {
        padding: 1rem !important;
    }

    .button {
        font-size: 1rem;
    }
}


@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }

    h1 {
        font-size: 2rem;
    }

    .hero-form_container {
        max-width: 100%;
    }

}