/*
Theme Name: Natasha Jones Finds
Template: bricks
Version: 1.0.0
*/

:root{
 --njf-bg:#fbf8f3;
 --njf-white:#ffffff;
 --njf-ink:#292724;
 --njf-text:#655f59;
 --njf-muted:#847d75;
 --njf-sage:#71806c;
 --njf-sage-dark:#53604f;
 --njf-sage-soft:#e8ede5;
 --njf-sand:#e8ddd0;
 --njf-blush:#d8b9b4;
 --njf-soft:#f3ede6;
 --njf-border:#e7ded5;
 --njf-dark:#292824;
 --njf-radius:22px;
 --njf-shadow:0 18px 55px rgba(50,43,36,.09);
}

html{
 scroll-behavior:smooth;
}

body{
 background:var(--njf-bg);
 color:var(--njf-ink);
 font-family:Arial,Helvetica,sans-serif;
 line-height:1.65;
}

.njf-header{
 background:rgba(251,248,243,.98);
 border-bottom:1px solid var(--njf-border);
 padding:0 !important;
}

.njf-header-inner{
 min-height:82px;
 display:flex !important;
 flex-direction:row !important;
 align-items:center !important;
 justify-content:space-between !important;
 gap:30px;
}

.njf-logo{
 font-family:Georgia,"Times New Roman",serif;
 font-size:26px;
 font-weight:700;
 line-height:1;
 margin:0;
 color:var(--njf-ink);
}

.njf-nav{
 display:flex !important;
 flex-direction:row !important;
 align-items:center !important;
 justify-content:flex-end !important;
 gap:5px;
 width:auto !important;
}

.njf-nav-link{
 background:transparent !important;
 color:#514c47 !important;
 border:0 !important;
 box-shadow:none !important;
 padding:10px 11px !important;
 font-size:13px !important;
 font-weight:600 !important;
 white-space:nowrap;
}

.njf-nav-link:hover{
 color:var(--njf-sage-dark) !important;
 background:var(--njf-sage-soft) !important;
}

.njf-hero{
 padding:94px 0 90px !important;
 background:
 radial-gradient(circle at 84% 18%,rgba(216,185,180,.23),transparent 27%),
 radial-gradient(circle at 69% 78%,rgba(113,128,108,.18),transparent 30%),
 var(--njf-bg);
}

.njf-hero-inner{
 display:grid !important;
 grid-template-columns:1.08fr .92fr !important;
 gap:72px !important;
 align-items:center !important;
}

.njf-hero-copy{
 display:flex !important;
 flex-direction:column !important;
 align-items:flex-start !important;
}

.njf-kicker{
 color:var(--njf-sage-dark);
 text-transform:uppercase;
 letter-spacing:2.1px;
 font-size:11px;
 line-height:1.4;
 font-weight:800;
 margin-bottom:18px;
}

.njf-hero-title{
 font-family:Georgia,"Times New Roman",serif;
 font-size:clamp(48px,5.5vw,75px);
 line-height:1.04;
 letter-spacing:-2px;
 font-weight:500;
 max-width:760px;
 margin:0 0 25px;
}

.njf-hero-text{
 color:var(--njf-text);
 font-size:18px;
 line-height:1.72;
 max-width:650px;
 margin-bottom:12px;
}

.njf-primary-btn{
 background:var(--njf-sage-dark) !important;
 color:white !important;
 border:0 !important;
 border-radius:999px !important;
 padding:14px 23px !important;
 font-weight:700 !important;
 margin-top:14px;
 box-shadow:none !important;
}

.njf-primary-btn:hover{
 background:#414d3e !important;
 transform:translateY(-2px);
}

.njf-hero-photo{
 min-height:500px;
 border-radius:32px;
 padding:32px !important;
 display:flex !important;
 flex-direction:column !important;
 justify-content:flex-end !important;
 background:
 linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,0)),
 linear-gradient(145deg,#dccabc 0%,#a2aa98 52%,#73806e 100%);
 box-shadow:var(--njf-shadow);
 overflow:hidden;
 position:relative;
}

.njf-hero-photo:before{
 content:"";
 position:absolute;
 width:280px;
 height:280px;
 border-radius:50%;
 background:rgba(255,255,255,.19);
 top:-90px;
 right:-60px;
}

.njf-photo-copy{
 position:relative;
 z-index:2;
 background:rgba(255,255,255,.91);
 backdrop-filter:blur(12px);
 border-radius:19px;
 padding:23px !important;
}

.njf-photo-title{
 font-family:Georgia,"Times New Roman",serif;
 font-size:26px;
 line-height:1.15;
 margin:0 0 6px;
}

.njf-photo-text{
 color:var(--njf-text);
 margin:0;
 font-size:14px;
}

.njf-section{
 padding:82px 0 !important;
}

.njf-section-white{
 background:var(--njf-white);
}

.njf-section-soft{
 background:var(--njf-soft);
}

.njf-section-head{
 max-width:760px;
 margin-bottom:38px;
}

.njf-section-title{
 font-family:Georgia,"Times New Roman",serif;
 font-weight:500;
 font-size:clamp(36px,4vw,49px);
 line-height:1.1;
 letter-spacing:-1px;
 margin:0 0 14px;
}

.njf-section-text{
 color:var(--njf-text);
 font-size:17px;
 max-width:690px;
}

.njf-card-grid{
 display:grid !important;
 grid-template-columns:repeat(3,minmax(0,1fr)) !important;
 gap:21px !important;
}

.njf-card{
 background:var(--njf-bg);
 border:1px solid var(--njf-border);
 border-radius:var(--njf-radius);
 padding:30px !important;
 display:flex !important;
 flex-direction:column !important;
 align-items:flex-start !important;
 transition:.22s ease;
 min-height:260px;
}

.njf-card:hover{
 transform:translateY(-4px);
 box-shadow:var(--njf-shadow);
 border-color:#d8cdc2;
}

.njf-card-num{
 color:var(--njf-sage-dark);
 font-size:11px;
 font-weight:800;
 letter-spacing:1.6px;
 text-transform:uppercase;
}

.njf-card-title{
 font-family:Georgia,"Times New Roman",serif;
 font-size:28px;
 line-height:1.15;
 font-weight:500;
 margin:14px 0 11px;
}

.njf-card-text{
 color:var(--njf-text);
 font-size:15px;
 flex-grow:1;
}

.njf-card-btn{
 background:transparent !important;
 border:0 !important;
 padding:8px 0 0 !important;
 color:var(--njf-sage-dark) !important;
 font-weight:700 !important;
 box-shadow:none !important;
}

.njf-feature{
 background:var(--njf-sage-dark);
 color:white;
 border-radius:30px;
 padding:58px !important;
}

.njf-feature .njf-kicker{
 color:#dce5d8;
}

.njf-feature-title{
 font-family:Georgia,"Times New Roman",serif;
 font-weight:500;
 color:white;
 font-size:clamp(36px,4vw,50px);
 line-height:1.1;
 max-width:850px;
 margin:0 0 18px;
}

.njf-feature-text{
 color:#e5e8e3;
 font-size:17px;
 max-width:760px;
}

.njf-latest-grid{
 display:grid !important;
 grid-template-columns:repeat(2,minmax(0,1fr)) !important;
 gap:18px !important;
}

.njf-find-card{
 background:white;
 border:1px solid var(--njf-border);
 border-radius:18px;
 padding:25px !important;
 min-height:185px;
 display:flex !important;
 flex-direction:column !important;
 align-items:flex-start !important;
}

.njf-find-category{
 color:var(--njf-sage-dark);
 text-transform:uppercase;
 font-size:10px;
 font-weight:800;
 letter-spacing:1.5px;
}

.njf-find-title{
 font-family:Georgia,"Times New Roman",serif;
 font-size:23px;
 line-height:1.2;
 margin:10px 0;
}

.njf-find-btn{
 margin-top:auto;
 background:transparent !important;
 color:var(--njf-sage-dark) !important;
 padding:8px 0 0 !important;
 border:0 !important;
 font-weight:700 !important;
 box-shadow:none !important;
}

.njf-page-hero{
 padding:76px 0 60px !important;
 border-bottom:1px solid var(--njf-border);
}

.njf-page-title{
 font-family:Georgia,"Times New Roman",serif;
 font-size:clamp(43px,5vw,63px);
 line-height:1.06;
 letter-spacing:-1.5px;
 font-weight:500;
 max-width:880px;
 margin:15px 0 18px;
}

.njf-page-intro{
 color:var(--njf-text);
 font-size:18px;
 max-width:760px;
}

.njf-content-section{
 padding:64px 0 90px !important;
 background:white;
}

.njf-content-wrap{
 max-width:820px !important;
 margin-left:auto !important;
 margin-right:auto !important;
}

.njf-content-title{
 font-family:Georgia,"Times New Roman",serif;
 font-size:31px;
 line-height:1.2;
 margin:30px 0 10px;
}

.njf-content-text{
 font-size:17px;
 color:var(--njf-text);
}

.njf-disclosure{
 background:var(--njf-sage-soft);
 border-left:4px solid var(--njf-sage);
 padding:22px !important;
 border-radius:0 14px 14px 0;
 margin-top:25px;
}

.njf-footer{
 padding:58px 0 28px !important;
 background:var(--njf-dark);
 color:#ddd8d2;
}

.njf-footer-grid{
 display:grid !important;
 grid-template-columns:1.4fr 1fr 1fr !important;
 gap:55px !important;
}

.njf-footer-title{
 font-family:Georgia,"Times New Roman",serif;
 color:white;
 font-size:25px;
 margin:0 0 10px;
}

.njf-footer-heading{
 color:white;
 font-size:14px;
 text-transform:uppercase;
 letter-spacing:1px;
 font-weight:700;
}

.njf-footer-text{
 color:#aaa49c;
 font-size:14px;
}

.njf-footer-link{
 background:transparent !important;
 border:0 !important;
 color:#d5d0ca !important;
 padding:4px 0 !important;
 display:block !important;
 text-align:left !important;
 font-size:13px !important;
 box-shadow:none !important;
}

.njf-footer-copy{
 color:#8f8981;
 border-top:1px solid #48453f;
 padding-top:23px;
 margin-top:42px;
 font-size:11px;
}

@media(max-width:900px){

 .njf-header-inner{
  flex-direction:column !important;
  justify-content:center !important;
  padding:18px 0;
 }

 .njf-nav{
  flex-wrap:wrap;
  justify-content:center !important;
 }

 .njf-hero-inner{
  grid-template-columns:1fr !important;
 }

 .njf-hero-photo{
  min-height:390px;
 }

 .njf-card-grid{
  grid-template-columns:1fr !important;
 }

 .njf-footer-grid{
  grid-template-columns:1fr !important;
 }

}

@media(max-width:600px){

 .njf-nav{
  display:none !important;
 }

 .njf-hero{
  padding:62px 0 !important;
 }

 .njf-section{
  padding:60px 0 !important;
 }

 .njf-hero-photo{
  min-height:320px;
 }

 .njf-latest-grid{
  grid-template-columns:1fr !important;
 }

 .njf-feature{
  padding:32px !important;
 }

}

/* Natasha Jones — Homepage portrait */
.njf-hero-photo{
    background-image:
        linear-gradient(
            180deg,
            rgba(20,20,20,0.00) 35%,
            rgba(20,20,20,0.12) 70%,
            rgba(20,20,20,0.25) 100%
        ),
        url("https://natashajonesfinds.com/wp-content/uploads/2026/08/NatashaJones.png") !important;

    background-size:cover !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
}

/* Keep the caption readable over the portrait */
.njf-photo-copy{
    background:rgba(255,255,255,.92) !important;
    backdrop-filter:blur(12px);
    box-shadow:0 10px 35px rgba(0,0,0,.12);
}


/* Home navigation link */
.njf-home-link{
    text-decoration:none !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
}

/* Logo behaves like a link */
.njf-logo{
    cursor:pointer !important;
}


/* Natasha Jones Finds — Header logo image */
.njf-logo{
    display:block !important;
    width:250px !important;
    height:64px !important;

    background-image:url("https://natashajonesfinds.com/wp-content/uploads/2026/08/Natasha-Jones-Finds-logo2.png") !important;
    background-repeat:no-repeat !important;
    background-position:left center !important;
    background-size:contain !important;

    font-size:0 !important;
    line-height:0 !important;
    overflow:hidden !important;

    cursor:pointer !important;
    flex-shrink:0 !important;
}

@media(max-width:700px){
    .njf-logo{
        width:210px !important;
        height:55px !important;
        background-position:center !important;
    }
}


.njf-logo{
    width:300px !important;
    height:72px !important;
}

@media(max-width:700px){
    .njf-logo{
        width:240px !important;
        height:60px !important;
    }
}


/* Force visible Natasha logo much larger */
.njf-logo{
    width:330px !important;
    height:76px !important;

    background-size:460px auto !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
}

@media(max-width:700px){
    .njf-logo{
        width:260px !important;
        height:65px !important;
        background-size:360px auto !important;
    }
}


/* =====================================================
   HEADER + LOGO FINAL ADJUSTMENT
===================================================== */

.njf-header{
    padding:12px 0 14px !important;
}

.njf-header-inner{
    min-height:92px !important;
}

/* Clean logo rendering */
.njf-logo{
    width:330px !important;
    height:80px !important;

    background-image:url("https://natashajonesfinds.com/wp-content/uploads/2026/08/Natasha-Jones-Finds-logo2.png") !important;

    /*
     * Do NOT force an oversized background.
     * Let the browser scale the original image proportionally.
     */
    background-size:contain !important;
    background-position:left center !important;
    background-repeat:no-repeat !important;

    font-size:0 !important;
    line-height:0 !important;
    margin:0 !important;

    flex:0 0 330px !important;
}

/* Give navigation comfortable breathing room */
.njf-nav{
    min-height:80px !important;
    align-items:center !important;
}

@media(max-width:700px){

    .njf-header{
        padding:10px 0 12px !important;
    }

    .njf-logo{
        width:260px !important;
        height:70px !important;
        flex-basis:260px !important;
        background-position:center center !important;
    }

}


/* =========================================================
   NJF RICH EDITORIAL PAGES
========================================================= */

.njf-rich-hero{
    padding:85px 0 70px;
    background:
        radial-gradient(circle at 80% 25%,rgba(216,185,180,.20),transparent 27%),
        #fbf8f3;
    border-bottom:1px solid #e7ded5;
}

.njf-rich-wrap{
    width:min(1120px,calc(100% - 40px));
    margin:0 auto;
}

.njf-rich-kicker{
    color:#53604f;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:11px;
    font-weight:800;
    margin-bottom:15px;
}

.njf-rich-title{
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(44px,5vw,64px);
    font-weight:500;
    line-height:1.05;
    letter-spacing:-1.5px;
    max-width:850px;
    margin:0 0 22px;
}

.njf-rich-intro{
    max-width:760px;
    font-size:19px;
    line-height:1.7;
    color:#655f59;
}

.njf-rich-main{
    padding:70px 0 95px;
    background:#fff;
}

.njf-rich-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 330px;
    gap:70px;
    align-items:start;
}

.njf-rich-content{
    max-width:790px;
}

.njf-rich-content h2{
    font-family:Georgia,"Times New Roman",serif;
    font-size:32px;
    font-weight:500;
    line-height:1.2;
    margin:45px 0 14px;
}

.njf-rich-content h2:first-child{
    margin-top:0;
}

.njf-rich-content h3{
    font-family:Georgia,"Times New Roman",serif;
    font-size:23px;
    margin:30px 0 10px;
}

.njf-rich-content p,
.njf-rich-content li{
    color:#625c56;
    font-size:16px;
    line-height:1.8;
}

.njf-rich-content ul{
    padding-left:22px;
}

.njf-rich-content li{
    margin:7px 0;
}

.njf-rich-note{
    margin:30px 0;
    padding:23px 25px;
    background:#e8ede5;
    border-left:4px solid #71806c;
    border-radius:0 15px 15px 0;
}

.njf-rich-note strong{
    display:block;
    color:#414d3e;
    margin-bottom:7px;
}

.njf-rich-card{
    background:#fbf8f3;
    border:1px solid #e7ded5;
    border-radius:22px;
    overflow:hidden;
    position:sticky;
    top:30px;
}

.njf-rich-photo{
    width:100%;
    aspect-ratio:4/5;
    object-fit:cover;
    object-position:center;
    display:block;
}

.njf-rich-card-copy{
    padding:24px;
}

.njf-rich-card-copy h3{
    font-family:Georgia,"Times New Roman",serif;
    font-size:25px;
    font-weight:500;
    margin:0 0 8px;
}

.njf-rich-card-copy p{
    margin:0;
    color:#716a64;
    font-size:14px;
    line-height:1.65;
}

.njf-legal-highlight{
    padding:27px;
    background:#53604f;
    color:#fff;
    border-radius:18px;
    margin:25px 0 35px;
}

.njf-legal-highlight strong{
    display:block;
    font-family:Georgia,"Times New Roman",serif;
    font-size:24px;
    font-weight:500;
}

.njf-legal-highlight p{
    color:#e6ebe3;
    margin-bottom:0;
}

.njf-rich-columns{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
    margin:32px 0;
}

.njf-rich-box{
    padding:26px;
    background:#fbf8f3;
    border:1px solid #e7ded5;
    border-radius:18px;
}

.njf-rich-box h3{
    margin-top:0;
}

.njf-rich-signature{
    margin-top:55px;
    padding-top:28px;
    border-top:1px solid #e7ded5;
    font-size:14px;
    color:#847d75;
}

@media(max-width:850px){

    .njf-rich-grid{
        grid-template-columns:1fr;
    }

    .njf-rich-card{
        position:relative;
        top:auto;
        max-width:420px;
    }

    .njf-rich-columns{
        grid-template-columns:1fr;
    }

}


/* =========================================================
   CONTACT PAGE FORM
========================================================= */

.njf-contact-form-section{
    padding:0 0 100px !important;
    background:#ffffff;
}

.njf-contact-form-wrap{
    max-width:820px !important;
    margin:0 auto !important;
    padding:42px !important;

    background:#fbf8f3;
    border:1px solid #e7ded5;
    border-radius:24px;

    box-shadow:0 18px 55px rgba(50,43,36,.07);
}

.njf-contact-form-heading{
    margin-bottom:28px;
}

.njf-contact-form-heading h2{
    font-family:Georgia,"Times New Roman",serif;
    font-size:36px;
    font-weight:500;
    line-height:1.15;
    margin:0 0 10px;
}

.njf-contact-form-heading p{
    margin:0;
    color:#746e67;
    font-size:16px;
}

@media(max-width:700px){
    .njf-contact-form-wrap{
        padding:27px !important;
        border-radius:18px;
    }
}


/* =========================================================
   NJF CONTACT FORM — FINAL
========================================================= */

.njf-cf7-section{
    padding:20px 0 95px !important;
    background:#ffffff;
}

.njf-cf7-wrap{
    max-width:790px !important;
    margin:0 auto !important;
    padding:44px !important;

    background:#fbf8f3;
    border:1px solid #e7ded5;
    border-radius:24px;

    box-shadow:0 18px 55px rgba(50,43,36,.08);
}

.njf-cf7-title{
    font-family:Georgia,"Times New Roman",serif;
    font-size:38px;
    font-weight:500;
    line-height:1.15;
    margin:0 0 10px;
}

.njf-cf7-intro{
    color:#746e67;
    font-size:16px;
    line-height:1.7;
    margin-bottom:30px;
}

/* CF7 */
.njf-contact-form{
    width:100%;
}

.njf-form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}

.njf-form-field{
    margin-bottom:22px;
}

.njf-form-field label{
    display:block;
    margin-bottom:8px;
    color:#292724;
    font-size:13px;
    font-weight:700;
}

.njf-contact-form input[type="text"],
.njf-contact-form input[type="email"],
.njf-contact-form textarea{
    width:100% !important;

    background:#ffffff !important;
    color:#292724 !important;

    border:1px solid #ddd4ca !important;
    border-radius:13px !important;

    padding:15px 17px !important;

    font-family:inherit !important;
    font-size:15px !important;

    outline:none !important;

    transition:.2s ease;
}

.njf-contact-form input[type="text"],
.njf-contact-form input[type="email"]{
    height:52px !important;
}

.njf-contact-form textarea{
    min-height:180px !important;
    resize:vertical;
}

.njf-contact-form input:focus,
.njf-contact-form textarea:focus{
    border-color:#71806c !important;
    box-shadow:0 0 0 4px rgba(113,128,108,.11) !important;
}

.njf-form-footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.njf-form-note{
    margin:0;
    color:#847d75;
    font-size:13px;
}

.njf-contact-form input[type="submit"]{
    min-width:175px;

    border:0 !important;
    border-radius:999px !important;

    background:#53604f !important;
    color:white !important;

    padding:15px 27px !important;

    font-size:14px !important;
    font-weight:700 !important;

    cursor:pointer;
}

.njf-contact-form input[type="submit"]:hover{
    background:#414d3e !important;
}

.wpcf7-not-valid-tip{
    margin-top:6px;
    font-size:12px;
}

.wpcf7-response-output{
    margin:22px 0 0 !important;
    border:0 !important;
    border-radius:12px !important;
    padding:14px 17px !important;
    background:#e8ede5 !important;
}

@media(max-width:700px){

    .njf-cf7-wrap{
        padding:28px !important;
    }

    .njf-form-row{
        grid-template-columns:1fr;
        gap:0;
    }

    .njf-form-footer{
        flex-direction:column;
        align-items:flex-start;
    }

    .njf-contact-form input[type="submit"]{
        width:100%;
    }
}


/* =========================================================
   HEADER — SAME WIDTH AS BRICKS HOMEPAGE
========================================================= */

.njf-header > .njf-wrap,
.njf-header-inner{
    width:min(1110px, calc(100% - 48px)) !important;
    max-width:1110px !important;
    margin-left:auto !important;
    margin-right:auto !important;
}

/* Prevent nested width issues on native Bricks homepage */
.brxe-container.njf-header-inner{
    width:min(1110px, calc(100% - 48px)) !important;
    max-width:1110px !important;
}

/* Consistent header spacing */
.njf-header{
    padding:10px 0 12px !important;
}

@media(max-width:700px){

    .njf-header > .njf-wrap,
    .njf-header-inner,
    .brxe-container.njf-header-inner{
        width:calc(100% - 28px) !important;
        max-width:none !important;
    }

}


/* =========================================================
   HEADER NAV — IDENTICAL ON EVERY PAGE
========================================================= */

.njf-header-inner{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:space-between !important;
}

.njf-nav{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:flex-end !important;

    gap:28px !important;

    width:auto !important;
    margin:0 !important;
    padding:0 !important;
}

/* Normalize Bricks buttons + HTML links */
.njf-nav > *,
.njf-nav .njf-nav-link,
.njf-nav a,
.njf-nav button{
    margin:0 !important;
    padding:0 !important;

    width:auto !important;
    min-width:0 !important;

    background:none !important;
    border:0 !important;
    box-shadow:none !important;

    font-size:14px !important;
    font-weight:600 !important;
    line-height:1 !important;
    letter-spacing:0 !important;

    white-space:nowrap !important;
    text-decoration:none !important;
    color:#292724 !important;
}

.njf-nav a:hover,
.njf-nav button:hover{
    color:#53604f !important;
    background:none !important;
}

/* Same logo dimensions everywhere */
.njf-logo{
    width:330px !important;
    height:72px !important;
    flex:0 0 330px !important;
    margin:0 !important;
}


/* =========================================================
   FOOTER — IDENTICAL ON EVERY PAGE
========================================================= */

.njf-footer{
    background:#292824 !important;
    color:#ddd8d2 !important;
    padding:58px 0 28px !important;
    margin:0 !important;
}

/* Same width everywhere */
.njf-footer > .njf-wrap,
.njf-footer > .brxe-container,
.njf-footer .njf-wrap{
    width:min(1110px, calc(100% - 48px)) !important;
    max-width:1110px !important;
    margin-left:auto !important;
    margin-right:auto !important;
}

/* Same 3-column layout */
.njf-footer-grid{
    display:grid !important;
    grid-template-columns:1.4fr 1fr 1fr !important;
    gap:55px !important;

    width:100% !important;
    margin:0 !important;
    padding:0 !important;
}

.njf-footer-grid > *{
    margin:0 !important;
    padding:0 !important;
}

/* Brand */
.njf-footer-title,
.njf-footer h3.njf-footer-title{
    margin:0 0 12px !important;

    color:#ffffff !important;

    font-family:Georgia,"Times New Roman",serif !important;
    font-size:25px !important;
    font-weight:700 !important;
    line-height:1.15 !important;
}

/* Column headings */
.njf-footer-heading{
    display:block !important;
    margin:0 0 12px !important;

    color:#ffffff !important;

    font-size:13px !important;
    font-weight:700 !important;
    line-height:1.2 !important;

    letter-spacing:1px !important;
    text-transform:uppercase !important;
}

/* Description */
.njf-footer-text{
    max-width:390px !important;
    margin:0 !important;

    color:#aaa49c !important;

    font-size:14px !important;
    line-height:1.7 !important;
}

/* Normalize Bricks buttons + HTML links */
.njf-footer-link,
.njf-footer a.njf-footer-link,
.njf-footer button.njf-footer-link{
    display:block !important;

    width:auto !important;
    min-width:0 !important;

    margin:0 0 8px !important;
    padding:0 !important;

    background:none !important;
    border:0 !important;
    box-shadow:none !important;

    color:#d5d0ca !important;

    font-family:Arial,Helvetica,sans-serif !important;
    font-size:13px !important;
    font-weight:400 !important;
    line-height:1.5 !important;

    text-align:left !important;
    text-decoration:none !important;
}

.njf-footer-link:hover,
.njf-footer a.njf-footer-link:hover,
.njf-footer button.njf-footer-link:hover{
    color:#ffffff !important;
}

/* Copyright line */
.njf-footer-copy{
    width:100% !important;

    margin:42px 0 0 !important;
    padding:23px 0 0 !important;

    border-top:1px solid #48453f !important;

    color:#8f8981 !important;

    font-size:11px !important;
    line-height:1.5 !important;
}

@media(max-width:800px){

    .njf-footer-grid{
        grid-template-columns:1fr !important;
        gap:35px !important;
    }

    .njf-footer > .njf-wrap,
    .njf-footer > .brxe-container,
    .njf-footer .njf-wrap{
        width:calc(100% - 28px) !important;
        max-width:none !important;
    }

}

