/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* Home page styled after haloglass.ca */
.alum-home {
    --alum-bg: #0b1218;
    --alum-bg-soft: #121d27;
    --alum-card: #182633;
    --alum-text: #edf3f8;
    --alum-muted: #9cb0bf;
    --alum-accent: #f7b500;
    --alum-accent-2: #d28f00;
    color: var(--alum-text);
    background: radial-gradient(1200px 600px at 80% -100px, #1a2b3a 0%, var(--alum-bg) 60%);
}

.alum-home .alum-wrap {
    width: min(1180px, 92vw);
    margin: 0 auto;
}

.alum-home .alum-hero {
    padding: 80px 0 64px;
}

.alum-home .alum-kicker {
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--alum-accent);
    font-size: 12px;
    font-weight: 700;
}

.alum-home h1,
.alum-home h2,
.alum-home h3 {
    color: #fff;
    line-height: 1.15;
}

.alum-home h1 {
    font-size: clamp(34px, 5vw, 58px);
    margin: 10px 0 16px;
}

.alum-home p {
    color: var(--alum-muted);
    font-size: 16px;
}

.alum-home .alum-hero-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
}

.alum-home .alum-btns {
    display: flex;
    gap: 12px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.alum-home .alum-btn {
    display: inline-block;
    border-radius: 30px;
    padding: 12px 22px;
    font-weight: 700;
    text-decoration: none;
    transition: .2s ease;
}

.alum-home .alum-btn-main {
    background: linear-gradient(135deg, var(--alum-accent), var(--alum-accent-2));
    color: #151515;
}

.alum-home .alum-btn-main:hover {
    transform: translateY(-2px);
    color: #111;
}

.alum-home .alum-btn-ghost {
    border: 1px solid #2f4457;
    color: #dbe7f0;
}

.alum-home .alum-btn-ghost:hover {
    border-color: #4f6980;
    color: #fff;
}

.alum-home .alum-hero-art {
    min-height: 420px;
    border-radius: 18px;
    border: 1px solid #2d4254;
    background:
        linear-gradient(160deg, rgba(247,181,0,.2), rgba(247,181,0,0) 40%),
        linear-gradient(120deg, #1b2a37 5%, #0f181f 70%);
    position: relative;
    overflow: hidden;
}

.alum-home .alum-hero-art:before,
.alum-home .alum-hero-art:after {
    content: "";
    position: absolute;
    border: 1px solid rgba(247,181,0,.25);
}

.alum-home .alum-hero-art:before {
    inset: 30px;
}

.alum-home .alum-hero-art:after {
    inset: 70px;
}

.alum-home .alum-section {
    padding: 72px 0;
}

.alum-home .alum-head {
    margin-bottom: 26px;
}

.alum-home .alum-products {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.alum-home .alum-card {
    background: linear-gradient(180deg, #1a2a37 0%, var(--alum-card) 100%);
    border: 1px solid #2b4152;
    border-radius: 14px;
    padding: 20px;
}

.alum-home .alum-card h3 {
    font-size: 18px;
    margin: 0 0 8px;
}

.alum-home .alum-grid-2 {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.alum-home .alum-form {
    background: #121f2a;
    border: 1px solid #2a4152;
    border-radius: 16px;
    padding: 24px;
}

.alum-home .alum-form label {
    display: block;
    margin-bottom: 6px;
    color: #cde0ed;
    font-size: 14px;
}

.alum-home .alum-form input,
.alum-home .alum-form textarea {
    width: 100%;
    border: 1px solid #344f61;
    border-radius: 10px;
    background: #0f1a23;
    color: #e9f2f9;
    padding: 12px;
    margin-bottom: 14px;
}

.alum-home .alum-form textarea {
    min-height: 110px;
    resize: vertical;
}

.alum-home .alum-form button {
    border: 0;
    border-radius: 30px;
    padding: 12px 20px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--alum-accent), var(--alum-accent-2));
    color: #111;
}

@media (max-width: 991px) {
    .alum-home .alum-hero-grid,
    .alum-home .alum-grid-2 {
        grid-template-columns: 1fr;
    }

    .alum-home .alum-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .alum-home .alum-products {
        grid-template-columns: 1fr;
    }

    .alum-home .alum-hero {
        padding-top: 56px;
    }
}

/* Header style inspired by haloglass.ca */

.whb-header {
    border-bottom: 1px solid #e6edf2;
    background: #fff;
}

/* Remove default WoodMart top green bar */
.whb-row.whb-top-bar {
    display: none !important;
}

.whb-general-header .container,
.whb-header-bottom .container {
    width: min(1240px, 94vw);
}

.whb-general-header .whb-flex-row {
    min-height: 86px;
}

.whb-header-bottom {
    border-top: 1px solid #eef3f7;
}

.whb-header-bottom .whb-flex-row {
    min-height: 58px;
}

.whb-header-bottom .whb-col-left {
    width: 100%;
    max-width: 100%;
}

.whb-header-bottom .wd-header-main-nav {
    text-align: right;
}

.whb-column.whb-col-right .wd-header-search {
    display: none;
}

.wd-header-main-nav .menu {
    display: flex;
    align-items: center;
    gap: 8px;
}

.wd-header-main-nav .menu > li > a {
    color: #111c25;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .06em;
    padding: 10px 12px;
}

.wd-header-main-nav .menu > li > a:hover {
    color: #000;
}

.wd-header-main-nav .menu > li.menu-item-has-children > a:after {
    opacity: .65;
}

.wd-sub-menu {
    border: 1px solid #e8edf2 !important;
    border-radius: 10px;
    box-shadow: 0 18px 40px rgba(11, 24, 38, .12) !important;
}

.create-nav-msg {
    display: none !important;
}

.home .page-title {
    display: none;
}
