{"id":23,"date":"2026-06-01T10:02:14","date_gmt":"2026-06-01T10:02:14","guid":{"rendered":"https:\/\/go.estateschimney.com\/?page_id=23"},"modified":"2026-06-17T14:02:28","modified_gmt":"2026-06-17T18:02:28","slug":"home","status":"publish","type":"page","link":"https:\/\/go.estateschimney.com\/","title":{"rendered":"Home"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n.ml-hero{\ndisplay:flex;    \nbackground:#0b0b0b;\n    color:white;\n    padding:100px 10px 10px 10px;\njustify-content:center;\nalign-content:center;\n}\n\n\n\n.ml-hero-grid{\n    display:grid;\n    grid-template-columns:1fr 560px;\n    gap:40px;\n    align-items:center;\nmax-width:1500px;\n}\n\n.ml-review-badge{\n    display:inline-flex;\n    align-items:center;\n    gap:10px;\n\n    background:rgba(241,207,48,.1);\n\n    border:1px solid rgba(241,207,48,.2);\n\n    border-radius:999px;\n\n    padding:12px 18px;\n\n    margin-bottom:40px;\n}\n\n.ml-review-stars{\n    color:#f1cf30;\n}\n\n.ml-hero h1{\n    font-size:clamp(3rem,5vw,5rem);\n    line-height:.95;\n    font-weight:700;\n    margin:0 0 30px;\n}\n\n.ml-highlight{\n    color:#f1cf30;\n}\n\n.ml-hero-copy{\n    font-size:1.3rem;\n    line-height:1.7;\n    color:#d4d4d4;\n    max-width:700px;\n}\n\n.ml-cta-row{\n    display:flex;\n    align-items:center;\n    gap:20px;\n    margin-top:50px;\n}\n\n.ml-btn-primary{\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n\n    background:#f1cf30;\n    color:black;\n\n    text-decoration:none;\n\n    padding:18px 32px;\n\n    font-weight:700;\n\n    transition:.2s;\n}\n\n.ml-btn-primary:hover{\n    transform:translateY(-2px);\n}\n\n.ml-or{\n    font-size:1.5rem;\n    font-weight:700;\n}\n\n.ml-btn-phone-b{\n    display:flex;\n    align-items:center;\n    gap:12px;\n\n    border:2px solid #f1cf30;\n\n    color:white;\n\n    text-decoration:none;\n\n    padding:14px 22px;\n}\n\n.ml-trust-row{\n    display:flex;\n    flex-wrap:wrap;\n    gap:30px;\n\n    margin-top:60px;\n    padding-top:40px;\n\n    border-top:1px dashed rgba(241,207,48,.25);\n}\n\n.ml-trust-item{\n    display:flex;\n    align-items:center;\n    gap:10px;\n}\n\n.ml-check{\n    color:#f1cf30;\n}\n\n.ml-form-card{\n\n    background:#efefef;\n\n    color:black;\n\n    padding:40px;\n\n    border-radius:2px;\n}\n\n.ml-financing{\n    background:#111;\n\n    color:white;\n\n    padding:25px;\n\n    margin-bottom:30px;\n\n    border-radius:3px;\n}\n\n.ml-financing strong{\n    color:#f1cf30;\n}\n\n@media(max-width:1100px){\n\n    .ml-hero-grid{\n        grid-template-columns:1fr;\n    }\n\n}\n\n@media(max-width:768px){\n\n    .ml-cta-row{\n        flex-direction:column;\n        align-items:flex-start;\n    }\n\n.ml-hero {\npadding:100px 10px 10px 10px;\ngap:0px;\n}\n\n.ml-form-card{\npadding:10px;\n}\n\n}\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    \/* =========================================\nSCROLL WINDOW\n========================================= *\/\n\n.ml-scroll-wall{\n\n    position:relative;\n\n    height:640px;\n\n    overflow:hidden;\n\n    isolation:isolate;\n}\n\n\/* fade top\/bottom *\/\n\n.ml-scroll-wall::before,\n.ml-scroll-wall::after{\n\n    content:'';\n\n    position:absolute;\n\n    left:0;\n\n    width:100%;\n    height:140px;\n\n    z-index:20;\n\n    pointer-events:none;\n}\n\n.ml-scroll-wall::before{\n\n    top:90;\n\n\n}\n\n.ml-scroll-wall::after{\n\n    bottom:90;\n\n\n}\n\n\/* =========================================\nSCROLL TRACK\n========================================= *\/\n\n.ml-scroll-track{\n\n    display:flex;\n    flex-direction:column;\n\n    gap:90px;\n\n    padding-top:20px;\n    padding-bottom:20px;\n\n    animation:\n        ml-scroll-wall 42s linear infinite;\n}\n\n\/* pause on hover *\/\n\n.ml-scroll-wall:hover .ml-scroll-track{\n\n    animation-play-state:paused;\n}\n\n\/* =========================================\nCOMPARE ROW\n========================================= *\/\n\n\n\n\n.ml-compare{\n\n    display:flex;\n    align-items:center;\n    justify-content:center;\n\n    gap:18px;\n\n    width:100%;\n}\n\n\n\/* =========================================\nIMAGE CARDS\n========================================= *\/\n\n.ml-frame{\n\n    position:relative;\n\n    width:400px;\n    aspect-ratio:3 \/ 4;\n\n    overflow:hidden;\n\n    border-radius:18px;\n\n    background:#111;\n\n    flex-shrink:0;\n\n    box-shadow:\n        0 12px 30px rgba(0,0,0,.22);\n\n    transition:\n        transform .35s ease,\n        box-shadow .35s ease,\n        opacity .35s ease;\n}\n\n\/* image *\/\n\n.ml-frame img{\n\n    width:100%;\n    height:100%;\n\n    object-fit:cover;\n\n    display:block;\n}\n\n\/* before *\/\n\n.ml-before-frame{\n\n    opacity:.92;\n\n    transform:scale(.96);\n}\n\n\/* after *\/\n\n.ml-after-frame{\n\n    transform:scale(1.02);\n\n    box-shadow:\n        0 18px 42px rgba(0,0,0,.32);\n}\n\n\/* hover *\/\n\n.ml-frame:hover{\n\n    transform:translateY(-4px);\n\n    box-shadow:\n        0 22px 50px rgba(0,0,0,.38);\n}\n\n\/* =========================================\nLABELS\n========================================= *\/\n\n.ml-label{\n\n    position:absolute;\n\n    top:12px;\n    left:12px;\n\n    background:rgba(0,0,0,.72);\n\n    backdrop-filter:blur(4px);\n\n    color:#fff;\n\n    padding:8px 12px;\n\n    border-radius:999px;\n\n    font-size:11px;\n    font-weight:700;\n\n    letter-spacing:.08em;\n\n    z-index:5;\n}\n\n\/* =========================================\nARROW\n========================================= *\/\n\n.ml-arrow{\n\n    font-size:44px;\n    line-height:1;\n\n    color:#f1cf30;\n\n    flex-shrink:0;\n\n    opacity:.9;\n\n    animation:\n        ml-arrow-pulse 2s ease-in-out infinite;\n}\n\n@keyframes ml-arrow-pulse{\n\n    0%{\n        transform:translateX(0px);\n    }\n\n    50%{\n        transform:translateX(8px);\n    }\n\n    100%{\n        transform:translateX(0px);\n    }\n\n}\n\n\/* =========================================\nVERTICAL WALL MOVEMENT\n========================================= *\/\n\n@keyframes ml-scroll-wall{\n\n    0%{\n        transform:translateY(0);\n    }\n\n    100%{\n        transform:translateY(-50%);\n    }\n\n}\n\n\/* =========================================\nRESPONSIVE\n========================================= *\/\n\n@media(max-width:991px){\n\n    .ml-scroll-wall{\n\n        height:520px;\n    }\n\n    .ml-frame{\n\n        width:300px;\n    }\n\n    .ml-arrow{\n\n        font-size:34px;\n    }\n\n}\n\n@media(max-width:767px){\n\n    .ml-scroll-wall{\n\n        height:480px;\n    }\n\n    .ml-frame{\n\n        width:49%;\n    }\n\n    .ml-compare{\n\n        gap:10px;\n    }\n\n    .ml-arrow{\n\n        font-size:28px;\n    }\n\n   \n\n}\n\n\n\n\n\n\n\n\n\n\n\/* =========================================\nMODAL\n========================================= *\/\n\n.ml-overlay{\n\n    position:fixed;\n\n    inset:0;\n\n    background:rgba(0,0,0,.82);\n\n    z-index:9998;\n\n    opacity:0;\n\n    transition:\n        opacity .25s ease;\n}\n\n.ml-overlay.active{\n\n    opacity:1;\n}\n\n.ml-modal{\n\n    position:fixed;\n\n    top:50%;\n    left:50%;\n\n    transform:\n        translate(-50%, -50%)\n        scale(.92);\n\n    z-index:9999;\n\n    max-width:92vw;\n    max-height:92vh;\n\n    border-radius:18px;\n\n    overflow:hidden;\n\n    background:#111;\n\n    opacity:0;\n\n    transition:\n        opacity .25s ease,\n        transform .25s ease;\n\n    box-shadow:\n        0 30px 80px rgba(0,0,0,.55);\n}\n\n.ml-modal.active{\n\n    opacity:1;\n\n    transform:\n        translate(-50%, -50%)\n        scale(1);\n}\n\n.ml-modal img{\n\n    display:block;\n\n    max-width:92vw;\n    max-height:92vh;\n\n    object-fit:contain;\n}\n\n.ml-close{\n\n    position:absolute;\n\n    top:14px;\n    right:14px;\n\n    width:40px;\n    height:40px;\n\n    border:none;\n    border-radius:50%;\n\n    background:rgba(0,0,0,.72);\n\n    color:#fff;\n\n    font-size:24px;\n\n    cursor:pointer;\n\n    z-index:5;\n\n    transition:.2s;\n}\n\n.ml-close:hover{\n\n    background:#f1cf30;\n\n    color:#000;\n}\n<\/style>\n\n<section class=\"ml-hero\">\n\n<div class=\"ml-hero-grid\">\n\n<div>\n\n<div class=\"ml-review-badge\">\n\n<span>G<\/span>\n\n<span>\n4.8\n<\/span>\n\n<span class=\"ml-review-stars\">\n\u2605\u2605\u2605\u2605\u2605\n<\/span>\n\n<span>\n267 Verified Reviews\n<\/span>\n\n<\/div>\n\n<h1>\n\nBucks &amp; Montgomery County&#8217;s Trusted\n\n<span class=\"ml-highlight\">\nChimney &amp;\nFireplace Specialists\n<\/span>\n\n<\/h1>\n\n<p class=\"ml-hero-copy\">\n\nFrom cracked bricks to clogged flues, we handle chimney repairs, masonry restoration, and everything in between \u2014 no job too small, no project too complex. Just honest work from certified local experts.\n\n<\/p>\n\n<div class=\"ml-cta-row\">\n\n<a href=\"#estimate\" class=\"ml-btn-primary\">\n\nGet a FREE Estimate \u2192\n\n<\/a>\n\n<div class=\"ml-or\">\nOR\n<\/div>\n\n<a href=\"tel:267-500-9683\" class=\"ml-btn-phone-b\">\n\n\ud83d\udcde\n\n<span>\n\nCall us now<br>\n<strong>(267) 500-9683<\/strong>\n\n<\/span>\n\n<\/a>\n\n<\/div>\n\n<div class=\"ml-trust-row\">\n\n<div class=\"ml-trust-item\">\n\n<span class=\"ml-check\">\n\u2713\n<\/span>\n\nCSIA &amp; NFI Certified\n\n<\/div>\n\n<div class=\"ml-trust-item\">\n\n<span class=\"ml-check\">\n\u2713\n<\/span>\n\n100% satisfaction guarantee\n\n<\/div>\n\n<div class=\"ml-trust-item\">\n\n<span class=\"ml-check\">\n\u2713\n<\/span>\n\nHonest pricing\n <\/div>\n\n    <div class=\"ml-trust-item-2\">\n        \t\t\n\n          <div class=\"ml-scroll-wall\">\n\n    <div class=\"ml-scroll-track\">\n\n <!-- ITEM -->\n        <div class=\"ml-compare\">\n\n            <div class=\"ml-frame ml-before-frame\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/06\/stone-before.jpg\">\n                <div class=\"ml-label\">BEFORE<\/div>\n            <\/div>\n\n            <div class=\"ml-arrow\">\u2192<\/div>\n\n            <div class=\"ml-frame ml-after-frame\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/06\/stone-after-c.jpg\">\n                <div class=\"ml-label\">AFTER<\/div>\n            <\/div>\n\n        <\/div>\n\n\n        <!-- ITEM -->\n        <div class=\"ml-compare\">\n\n            <div class=\"ml-frame ml-before-frame\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/06\/stuck-before-rotated.jpg\">\n                <div class=\"ml-label\">BEFORE<\/div>\n            <\/div>\n\n            <div class=\"ml-arrow\">\u2192<\/div>\n\n            <div class=\"ml-frame ml-after-frame\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/06\/stuck-after-rotated.jpeg\">\n                <div class=\"ml-label\">AFTER<\/div>\n            <\/div>\n\n        <\/div>\n\n\n\n        <!-- ITEM -->\n        <div class=\"ml-compare\">\n\n            <div class=\"ml-frame ml-before-frame\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/06\/replacement2-before.jpg\">\n                <div class=\"ml-label\">BEFORE<\/div>\n            <\/div>\n\n            <div class=\"ml-arrow\">\u2192<\/div>\n\n            <div class=\"ml-frame ml-after-frame\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/06\/recplacement2-after.jpg\">\n                <div class=\"ml-label\">AFTER<\/div>\n            <\/div>\n\n        <\/div>\n\n  <div class=\"ml-compare\">\n\n            <div class=\"ml-frame ml-before-frame\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/06\/replace-before.jpg\">\n                <div class=\"ml-label\">BEFORE<\/div>\n            <\/div>\n\n            <div class=\"ml-arrow\">\u2192<\/div>\n\n            <div class=\"ml-frame ml-after-frame\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/06\/replace-after-scaled.jpg\">\n                <div class=\"ml-label\">AFTER<\/div>\n            <\/div>\n\n        <\/div>\n\n\n  <div class=\"ml-compare\">\n\n            <div class=\"ml-frame ml-before-frame\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/06\/fireplace-before.jpg\">\n                <div class=\"ml-label\">BEFORE<\/div>\n            <\/div>\n\n            <div class=\"ml-arrow\">\u2192<\/div>\n\n            <div class=\"ml-frame ml-after-frame\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/06\/fireplace-after.jpg\">\n                <div class=\"ml-label\">AFTER<\/div>\n            <\/div>\n\n        <\/div>\n\n\n  <div class=\"ml-compare\">\n\n            <div class=\"ml-frame ml-before-frame\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/06\/replacement2-before.jpg\">\n                <div class=\"ml-label\">BEFORE<\/div>\n            <\/div>\n\n            <div class=\"ml-arrow\">\u2192<\/div>\n\n            <div class=\"ml-frame ml-after-frame\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/06\/recplacement2-after.jpg\">\n                <div class=\"ml-label\">AFTER<\/div>\n            <\/div>\n\n        <\/div>\n\n <div class=\"ml-compare\">\n\n            <div class=\"ml-frame ml-before-frame\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/06\/brick-before.jpg\">\n                <div class=\"ml-label\">BEFORE<\/div>\n            <\/div>\n\n            <div class=\"ml-arrow\">\u2192<\/div>\n\n            <div class=\"ml-frame ml-after-frame\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/06\/brick-after-1.jpg\">\n                <div class=\"ml-label\">AFTER<\/div>\n            <\/div>\n\n        <\/div>\n\n\n        <!-- DUPLICATE SET FOR LOOP -->\n        <!-- repeat same items again -->\n\n    <\/div>\n\n<\/div>\n\n\n<script>\n\ndocument.addEventListener('DOMContentLoaded', function(){\n\n    const compares =\n        document.querySelectorAll('.ml-compare');\n\n    compares.forEach(compare => {\n\n        const before =\n            compare.querySelector('.ml-before-frame');\n\n        const after =\n            compare.querySelector('.ml-after-frame');\n\n        let showingBefore = true;\n\n        setInterval(() => {\n\n            if(showingBefore){\n\n                before.classList.remove('active');\n                after.classList.add('active');\n\n            } else {\n\n                after.classList.remove('active');\n                before.classList.add('active');\n\n            }\n\n            showingBefore = !showingBefore;\n\n        }, 2000);\n\n    });\n\n});\n\n\n\n\n\n\n\n\n\n\n\ndocument.addEventListener('DOMContentLoaded', function(){\n\n    \/*\n    =====================================\n    CLICK TO ENLARGE\n    =====================================\n    *\/\n\n    const images =\n        document.querySelectorAll('.ml-frame img');\n\n    images.forEach(image => {\n\n        image.style.cursor = 'pointer';\n\n        image.addEventListener('click', function(){\n\n            \/\/ prevent duplicates\n            if(document.querySelector('.ml-overlay')){\n                return;\n            }\n\n            const overlay =\n                document.createElement('div');\n\n            const modal =\n                document.createElement('div');\n\n            const img =\n                document.createElement('img');\n\n            const close =\n                document.createElement('button');\n\n            overlay.className = 'ml-overlay';\n            modal.className = 'ml-modal';\n            close.className = 'ml-close';\n\n            img.src = this.src;\n\n            close.innerHTML = '&times;';\n\n            modal.appendChild(close);\n            modal.appendChild(img);\n\n            document.body.appendChild(overlay);\n            document.body.appendChild(modal);\n\n            requestAnimationFrame(() => {\n\n                overlay.classList.add('active');\n                modal.classList.add('active');\n\n            });\n\n            close.addEventListener(\n                'click',\n                closeModal\n            );\n\n            overlay.addEventListener(\n                'click',\n                closeModal\n            );\n\n            document.addEventListener(\n                'keydown',\n                escClose\n            );\n\n            function escClose(e){\n\n                if(e.key === 'Escape'){\n                    closeModal();\n                }\n\n            }\n\n            function closeModal(){\n\n                overlay.classList.remove('active');\n                modal.classList.remove('active');\n\n                setTimeout(() => {\n\n                    overlay.remove();\n                    modal.remove();\n\n                }, 250);\n\n                document.removeEventListener(\n                    'keydown',\n                    escClose\n                );\n\n            }\n\n        });\n\n    });\n\n});\n\n\n\n<\/script>\n\n\n    \n    <\/div>\n\n\n<\/div>\n\n<\/div>\n\n<div class=\"ml-form-card\">\n\n<div class=\"ml-financing\">\n\nSubject to credit approval.<br>\n\n<strong>\n0% FINANCING AVAILABLE\n<\/strong>\n\n\u2014 Don&#8217;t wait on your project.\n\n<\/div>\n\n<h2>\nGet a Free Estimate Today\n<\/h2>\n\n\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f116-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"116\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F23#wpcf7-f116-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"116\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.7\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f116-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"first_name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"First name\" value=\"\" type=\"text\" name=\"first_name\" \/><\/span>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"last_name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Last name\" value=\"\" type=\"text\" name=\"last_name\" \/><\/span>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"phone\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone number\" value=\"\" type=\"tel\" name=\"phone\" \/><\/span>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" autocomplete=\"email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email address\" value=\"\" type=\"email\" name=\"email\" \/><\/span>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"address_home\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" placeholder=\"Home address\" value=\"\" type=\"text\" name=\"address_home\" \/><\/span>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"postal_code\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" placeholder=\"Zip code\" value=\"\" type=\"text\" name=\"postal_code\" \/><\/span>\n<\/p>\n<p>What do you need help with?\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"service_type\"><span class=\"wpcf7-form-control wpcf7-radio\"><span class=\"wpcf7-list-item first\"><label><input type=\"radio\" name=\"service_type\" value=\"Chimney Services\" checked=\"checked\" \/><span class=\"wpcf7-list-item-label\">Chimney Services<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"radio\" name=\"service_type\" value=\"Fireplace &amp; Appliance\" \/><span class=\"wpcf7-list-item-label\">Fireplace &amp; Appliance<\/span><\/label><\/span><span class=\"wpcf7-list-item last\"><label><input type=\"radio\" name=\"service_type\" value=\"Masonry\" \/><span class=\"wpcf7-list-item-label\">Masonry<\/span><\/label><\/span><\/span><\/span>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"service_category\"><select class=\"wpcf7-form-control wpcf7-select\" aria-invalid=\"false\" name=\"service_category\"><option value=\"\">Choose a service...<\/option><option value=\"Chimney Inspection\">Chimney Inspection<\/option><option value=\"Chimney Cleaning\">Chimney Cleaning<\/option><option value=\"Chimney Repair\">Chimney Repair<\/option><option value=\"Fireplace Installation\">Fireplace Installation<\/option><option value=\"Fireplace Repair\">Fireplace Repair<\/option><option value=\"Masonry Repair\">Masonry Repair<\/option><option value=\"Chimney Rebuild\">Chimney Rebuild<\/option><option value=\"Other\">Other<\/option><\/select><\/span>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" placeholder=\"Additional info or message...\" name=\"message\"><\/textarea><\/span>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"privacy-consent\"><span class=\"wpcf7-form-control wpcf7-acceptance\"><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"privacy-consent\" value=\"1\" aria-invalid=\"false\" \/><span class=\"wpcf7-list-item-label\">I agree to be contacted regarding my request.<\/span><\/label><\/span><\/span><\/span>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"hcap-cf7\">\t\t<input\n\t\t\t\ttype=\"hidden\"\n\t\t\t\tclass=\"hcaptcha-widget-id\"\n\t\t\t\tname=\"hcaptcha-widget-id\"\n\t\t\t\tvalue=\"eyJzb3VyY2UiOlsiY29udGFjdC1mb3JtLTdcL3dwLWNvbnRhY3QtZm9ybS03LnBocCJdLCJmb3JtX2lkIjoxMTZ9-0b0d6a03bb37f3da84ad454a089134ca\">\n\t\t\t\t<span id=\"hcap_cf7-6ab0056f0d3af5.10710854\" class=\"wpcf7-form-control h-captcha \"\n\t\t\tdata-sitekey=\"d9de1cca-afae-446c-93b4-b978a780ede8\"\n\t\t\tdata-theme=\"light\"\n\t\t\tdata-size=\"normal\"\n\t\t\tdata-auto=\"false\"\n\t\t\tdata-ajax=\"false\"\n\t\t\tdata-force=\"false\">\n\t\t<\/span>\n\t\t<input type=\"hidden\" id=\"_wpnonce\" name=\"_wpnonce\" value=\"ca782b6156\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F23\" \/><\/span><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Get FREE Estimate\" \/>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\n\n<\/div>\n\n<\/div>\n\n<\/section>\n\n\n\n<style data-wp-block-html=\"css\">\n.ml-credentials{\n    background:#f3f1eb;\n  display:flex;\n    align-items:center;\njustify-content:center;\n   padding:80px 0;\n}\n\n.ml-credentials-inner{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    gap:80px;\nmax-width:1500px;\n}\n\n.ml-credentials-copy{\n    flex:0 0 350px;\n}\n\n.ml-credentials-copy h2{\n    margin:0;\n    color:#111;\n    font-size:2.25rem;\n    line-height:1.2;\n    font-weight:700;\n}\n\n.ml-credentials-logos{\n    display:flex;\n    align-items:center;\n    justify-content:flex-end;\n    flex-wrap:wrap;\n    gap:40px;\n    flex:1;\n}\n\n.ml-credentials-logos img{\n    max-height:110px;\n    width:auto;\n    display:block;\n    object-fit:contain;\n\n    filter:grayscale(100%);\n    opacity:.95;\n\n    transition:.2s;\n}\n\n.ml-credentials-logos img:hover{\n    opacity:1;\n    transform:translateY(-2px);\n}\n\n@media(max-width:1000px){\n\n    .ml-credentials-inner{\n        flex-direction:column;\n        text-align:center;\n    }\n\n    .ml-credentials-copy{\n        flex:auto;\n    }\n\n    .ml-credentials-logos{\n        justify-content:center;\n    }\n\n}\n<\/style>\n\n\n<section class=\"ml-credentials\">\n\n<div class=\"ml-credentials-inner\">\n\n<div class=\"ml-credentials-copy\">\n\n<h2>\nTrained and certified to the highest industry standards\n<\/h2>\n\n<\/div>\n\n<div class=\"ml-credentials-logos\">\n\n<img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/06\/logo1-home2.png\" alt=\"Certified Chimney Sweep\">\n\n<img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/06\/logo2-home2.png\" alt=\"Certified Dryer Exhaust Technician\">\n\n<img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/06\/logo3-home2.png\" alt=\"Certified Chimney Specialist\">\n\n<img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/06\/logo4-home2.png\" alt=\"NCSG Member\">\n\n<img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/06\/\/logo5-home2.png\" alt=\"HPBA\">\n\n<img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/06\/\/logo6-home2.png\" alt=\"NFI Certified\">\n\n<\/div>\n\n<\/div>\n\n<\/section>\n\n\n\n<style data-wp-block-html=\"css\">\n.ml-financing-cta{\n\n    background:#f1cf30;\n\n    color:#111;\n\n    padding:45px 0;\ndisplay: flex;\njustify-content:center;\n}\n\n.ml-financing-cta-inner{\nmax-width:1500px;\n    display:grid;\n\n    grid-template-columns:\n    1.3fr\n    1fr\n    auto;\n\n    align-items:center;\n\n    gap:60px;\n\n    border-top:1px dashed rgba(0,0,0,.2);\n    border-bottom:1px dashed rgba(0,0,0,.2);\n\n    padding:35px 0;\n\n}\n\n.ml-financing-cta h2{\n\n    margin:0;\n\n    font-size:3rem;\n\n    line-height:1.1;\n\n    font-weight:700;\n\n}\n\n.ml-financing-copy{\n\n    font-size:1.3rem;\n\n    line-height:1.5;\n\n}\n\n.ml-financing-btn{\n\n    display:inline-flex;\n\n    align-items:center;\n    justify-content:center;\n\n    background:#111;\n\n    color:white;\n\n    text-decoration:none;\n\n    font-weight:700;\n\n    padding:18px 34px;\n\n    min-width:280px;\n\n    transition:.2s;\n\n}\n\n.ml-financing-btn:hover{\n\n    transform:translateY(-2px);\n\n}\n\n@media(max-width:1200px){\n\n    .ml-financing-cta-inner{\n\n        grid-template-columns:1fr;\n        text-align:center;\n\n    }\n\n    .ml-financing-btn{\n\n        margin:0 auto;\n\n    }\n\n}\n\n\n\n@media(max-width:900px){\n\n.ml-financing-cta-inner {\npadding:10px;\n}\n\n\n.ml-financing-copy {\npadding:0px!important;\n\n}\n\n}\n\n\n<\/style>\n\n<section class=\"ml-financing-cta\">\n\n<div class=\"ml-financing-cta-inner\">\n\n<div>\n\n<h2>\n\nYour home deserves the best\ncare \u2014 now with 0% financing.\n\n<\/h2>\n\n<\/div>\n\n<div class=\"ml-financing-copy\">\n\nFrom minor repairs to full restorations \u2014 we&#8217;re ready when you are. Get started with a free estimate.\n\n<\/div>\n\n<div>\n\n<a href=\"#estimate\" class=\"ml-financing-btn\">\n\nGet My Free Estimate \u2192\n\n<\/a>\n\n<\/div>\n\n<\/div>\n\n<\/section>\n\n\n\n<style data-wp-block-html=\"css\">\n.ml-services{\n    padding:100px 0px 30px 0;\nwidth:100%;\n\n}\n\n.ml-services-header{\n    text-align:center;\n    max-width:900px;\n    margin:0 auto 50px;\n}\n\n.ml-services-header h2{\n    font-size:4rem;\n    line-height:1.1;\n    margin:0 0 20px;\n}\n\n.ml-services-header p{\n    font-size:1.2rem;\n    color:#555;\nmargin:0 auto;\n}\n\n\n@media(max-width:900px){\n.ml-services-header h2 {\nfont-size:2rem;\n\n}\n\n}\n<\/style>\n\n<section class=\"ml-services\">\n\n<div class=\"ml-services-header\">\n\n<h2>\nComplete chimney &amp; fireplace\nservices \u2014 We handle it all\n<\/h2>\n\n<p>\nNo subcontractors, no runaround. Every service \u2014 from annual sweeps to full rebuilds and new installs \u2014 is handled by our own certified team from start to finish.\n<\/p>\n\n<\/div><\/section>\n\n\n\n<style data-wp-block-html=\"css\">\n#services-sec {\ndisplay:block;\nwidth:100%;\nbackground-color:#F9FAFF;\n\n\n}\n\n.ml-service-card{\n    margin: 0 auto;\n    margin-bottom: 60px;\n    display:grid;\n\n    grid-template-columns:\n        420px\n        1fr;\n\n    background:#0b0b0b;\n\n    \nmax-width:1500px;\n\n}\n\n.ml-service-image img{\n\n    width:100%;\n    height:100%;\n\n    display:block;\n\n    object-fit:cover;\n\n}\n\n.ml-service-content{\n\n    padding:60px;\n\n    color:white;\n\n}\n\n.ml-service-content h3{\n\n    margin:0 0 20px;\n\n    color:#f1cf30;\n\n    font-size:2.5rem;\n\n}\n\n.ml-service-content p{\n\n    font-size:1.2rem;\n\n    color:#ddd;\n\n    margin-bottom:35px;\n\n}\n\n.ml-service-lists{\n\n    display:grid;\n\n    grid-template-columns:\n        1fr\n        1fr;\n\n    gap:40px;\n\n}\n\n.ml-service-lists ul{\n\n    margin:0;\n    padding:0;\n\n    list-style:none;\n\n}\n\n.ml-service-lists li{\n\n    position:relative;\n\n    padding-left:20px;\n\n    margin-bottom:15px;\n\n}\n\n.ml-service-lists li::before{\n\n    content:\"\u25cf\";\n\n    color:#f1cf30;\n\n    position:absolute;\n\n    left:0;\n\n}\n\n.ml-service-link{\n\n    display:inline-block;\n\n    margin-top:30px;\n\n    color:#f1cf30;\n\n    text-decoration:none;\n\n    font-weight:700;\n\n    border-bottom:2px solid #f1cf30;\n\n    padding-bottom:4px;\n\n}\n\n@media(max-width:1000px){\n\n    .ml-service-card{\n\n        grid-template-columns:1fr;\n\n    }\n\n}\n\n.ml-service-content h3 {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n}\n\n.ml-service-icon {\n    width: 36px;\n    height: 36px;\n    object-fit: contain;\n    flex-shrink: 0;\n}\n\n\n.ml-services-bottom{\n\n    text-align:center;\n\n    max-width:900px;\n\n    margin:0 auto;\nbackground-color:#F9FAFF;\n\n}\n\n.ml-services-buttons{\n\n    display:flex;\n\n    justify-content:center;\n\n    align-items:center;\n\n    gap:25px;\n\n    margin-top:30px;\n\n}\n\n.ml-services-bottom p {\nmargin:0 auto;\n\n}\n\n\n\n\n@media(max-width:900px){\n\n\n.ml-service-content {\n\npadding:10px;\n}\n\n\n\n}\n<\/style>\n\n<div id=\"services-sec\">\n\n\n<!-- MASONRY SERVICES -->\n    <article class=\"ml-service-card\">\n\n        <div class=\"ml-service-image\">\n            <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/06\/service3-home3.png\" alt=\"Masonry Services\">\n        <\/div>\n\n        <div class=\"ml-service-content\">\n\n            <h3>\n                <img decoding=\"async\" class=\"ml-service-icon\" src=\"\/wp-content\/uploads\/2026\/06\/fire-1.png\" alt=\"\">\n                Masonry Services\n            <\/h3>\n\n            <p>\n                From crumbling brickwork to full chimney rebuilds and patios, we restore and rebuild with craftsmanship that stands the test of time.\n            <\/p>\n\n            <div class=\"ml-service-lists\">\n\n                <ul>\n                    <li>Masonry Repairs &amp; Restoration<\/li>\n                    <li>Stucco Chimney Repair &amp; Resurfacing<\/li>\n                    <li>Chimney Rebuilds<\/li>\n                    <li>Crown &amp; Wash Repair<\/li>\n                    <li>Brick Repointing &amp; Mortar Repair<\/li>\n                    <li>Flashing Repair<\/li>\n                <\/ul>\n\n                <ul>\n                    <li>Stone Veneer &amp; Fireplace Refacing<\/li>\n                    <li>Hearth &amp; Fireplace Finish Masonry<\/li>\n                    <li>Waterproofing &amp; Leak Correction<\/li>\n                    <li>Patios<\/li>\n                    <li>Masonry Walls &amp; Retaining Walls<\/li>\n                <\/ul>\n\n            <\/div>\n\n            <a href=\"#estimate\" class=\"ml-service-link\">\n                Get a Quote \u2192\n            <\/a>\n\n        <\/div>\n\n    <\/article>\n\n\n\n\n\n    <!-- CHIMNEY SERVICES -->\n    <article class=\"ml-service-card\">\n\n        <div class=\"ml-service-image\">\n            <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/06\/service1-home3.png\" alt=\"Chimney Services\">\n        <\/div>\n\n        <div class=\"ml-service-content\">\n\n            <h3>\n                <img decoding=\"async\" class=\"ml-service-icon\" src=\"\/wp-content\/uploads\/2026\/06\/fire-1.png\" alt=\"\">\n                Chimney Services\n            <\/h3>\n\n            <p>\n                Full chimney care from certified experts \u2014 inspections, cleanings, repairs, and more.\n            <\/p>\n\n            <div class=\"ml-service-lists\">\n\n                <ul>\n                    <li>Chimney Inspections<\/li>\n                    <li>Chimney Cleanings<\/li>\n                    <li>Chimney Re-Lining<\/li>\n                    <li>Stainless Steel Liner Installations<\/li>\n                <\/ul>\n\n                <ul>\n                    <li>B-Vent Replacement<\/li>\n                    <li>Chimney Cap Installations<\/li>\n                    <li>Chase Cover Installations<\/li>\n                <\/ul>\n\n            <\/div>\n\n            <a href=\"#estimate\" class=\"ml-service-link\">\n                Get a Quote \u2192\n            <\/a>\n\n        <\/div>\n\n    <\/article>\n\n\n    <!-- FIREPLACE & APPLIANCE -->\n    <article class=\"ml-service-card\">\n\n        <div class=\"ml-service-image\">\n            <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/06\/service2-home3.png\" alt=\"Fireplace &amp; Appliance\">\n        <\/div>\n\n        <div class=\"ml-service-content\">\n\n            <h3>\n                <img decoding=\"async\" class=\"ml-service-icon\" src=\"\/wp-content\/uploads\/2026\/06\/fire-1.png\" alt=\"\">\n                Fireplace &amp; Appliance\n            <\/h3>\n\n            <p>\n                From custom surrounds to full appliance installs, we handle every detail of your fireplace \u2014 beautifully and safely.\n            <\/p>\n\n            <div class=\"ml-service-lists\">\n\n                <ul>\n                    <li>Mantel Installations<\/li>\n                    <li>Dryer Vent Cleanings<\/li>\n                    <li>Custom Fireplace Surrounds<\/li>\n                <\/ul>\n\n                <ul>\n                    <li>Wood, Gas, Electric &amp; Pellet Service<\/li>\n                    <li>Wood, Gas, Electric &amp; Pellet Installations<\/li>\n                    <li>Propane Tank Installation &amp; Delivery<\/li>\n                <\/ul>\n\n            <\/div>\n\n            <a href=\"#estimate\" class=\"ml-service-link\">\n                Get a Quote \u2192\n            <\/a>\n\n        <\/div>\n\n    <\/article>\n\n\n    <div class=\"ml-services-bottom\">\n\n<p>\n\nNot sure where to start? That&#8217;s what we&#8217;re here for.\n\nGet a free estimate or call us directly \u2014 no pressure, just answers.\n\n<\/p>\n\n<div class=\"ml-services-buttons\">\n\n<a href=\"#\" class=\"ml-btn-primary\">\n\nGet a FREE Estimate \u2192\n\n<\/a>\n\n<div class=\"ml-or\">\nOR\n<\/div>\n\n<a href=\"tel:267-500-9683\" class=\"ml-btn-phone1\">\n\nCall us now\n(267) 500-9683 \n\n<\/a>\n\n<\/div>\n\n<\/div>\n\n<\/div>\n\n\n\n<style data-wp-block-html=\"css\">\n#ml-gal-wrap{\n    display:flex;\n    justify-content:center;\n}\n\n.ml-gallery-section{\n    width:100%;\n    max-width:1500px;\n    padding:10px 0;\n\n}\n\n.ml-gallery-header{\n    text-align:center;\n    margin-bottom:60px;\n}\n\n.ml-gallery-icon{\n    display:block;\n    height:70px;\n    width:auto;\n    margin:0 auto 25px;\n}\n\n.ml-gallery-header h2{\n    margin:25px 0 15px;\n    font-size:4rem;\n    line-height:1.1;\n}\n\n.ml-gallery-header p{\n    margin:0;\n    color:#555;\n    font-size:1.2rem;\nmin-width:100%;\ntext-align:center;\n}\n\n.ml-gallery-grid{\n    column-count:3;\n    column-gap:20px;\n}\n\n.ml-gallery-item{\n    display:block;\n    width:100%;\n    margin-bottom:20px;\n    break-inside:avoid;\n    overflow:hidden;\n    border-radius:12px;\n    cursor:pointer;\n}\n\n.ml-gallery-item img{\n    display:block;\n    width:100%;\n    height:auto;\n    transition:transform .35s ease;\n}\n\n.ml-gallery-item:hover img{\n    transform:scale(1.03);\n}\n\n.ml-gallery-cta{\n    text-align:center;\n    margin-top:70px;\n}\n\n.ml-gallery-cta p{\nmargin:0 auto 35px;\n    font-size:1.15rem;\n\n\n}\n\n.ml-gallery-buttons{\n    display:flex;\n    justify-content:center;\n    align-items:center;\n    gap:25px;\n}\n\n.ml-btn-phone{\n    color:#000 !important;\n}\n\n@media(max-width:1100px){\n\n    .ml-gallery-header h2{\n        font-size:3rem;\n    }\n\n    .ml-gallery-grid{\n        column-count:2;\n    }\n\n}\n\n@media(max-width:900px){\n\n    .ml-gallery-buttons{\n        flex-direction:column;\n    }\n\n}\n\n@media(max-width:700px){\n\n    .ml-gallery-header h2{\n        font-size:2.4rem;\n    }\n\n    .ml-gallery-grid{\n        column-count:1;\n    }\n\n}\n<\/style>\n\n<script data-wp-block-html=\"js\">\ndocument.addEventListener('DOMContentLoaded', function(){\n\n    Fancybox.bind('[data-fancybox=\"gallery\"]', {\n\n        animated: true,\n        dragToClose: true,\n\n        Toolbar: {\n            display: {\n                left: [],\n                middle: [\n                    \"zoomIn\",\n                    \"zoomOut\",\n                    \"toggle1to1\"\n                ],\n                right: [\n                    \"slideshow\",\n                    \"thumbs\",\n                    \"close\"\n                ]\n            }\n        },\n\n        Thumbs: {\n            autoStart: true\n        }\n\n    });\n\n});\n<\/script>\n\n<div id=\"ml-gal-wrap\">\n\n<section class=\"ml-gallery-section\">\n\n    <div class=\"ml-gallery-header\">\n\n        \n\n        <h2>See our work in action.<\/h2>\n\n        <p>\n            From routine cleanings to complete rebuilds \u2014 here&#8217;s a glimpse of what we do best.\n        <\/p>\n\n    <\/div>\n\n   <div class=\"ml-gallery-grid\">\n\n    <a href=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/15-rotated.jpg\" data-fancybox=\"gallery\" class=\"ml-gallery-item\">\n        <img decoding=\"async\" src=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/15-rotated.jpg\" alt=\"\">\n    <\/a>\n\n    <a href=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/9.jpg\" data-fancybox=\"gallery\" class=\"ml-gallery-item\">\n        <img decoding=\"async\" src=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/9.jpg\" alt=\"\">\n    <\/a>\n\n    <a href=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/7.png\" data-fancybox=\"gallery\" class=\"ml-gallery-item\">\n        <img decoding=\"async\" src=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/7.png\" alt=\"\">\n    <\/a>\n\n    <a href=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/6.jpg\" data-fancybox=\"gallery\" class=\"ml-gallery-item\">\n        <img decoding=\"async\" src=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/6.jpg\" alt=\"\">\n    <\/a>\n\n    <a href=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/top-after.jpg\" data-fancybox=\"gallery\" class=\"ml-gallery-item\">\n        <img decoding=\"async\" src=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/top-after.jpg\" alt=\"\">\n    <\/a>\n\n    <a href=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/318970663_603464275114730_9141223793282895952_n.jpg\" data-fancybox=\"gallery\" class=\"ml-gallery-item\">\n        <img decoding=\"async\" src=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/318970663_603464275114730_9141223793282895952_n.jpg\" alt=\"\">\n    <\/a>\n\n    <a href=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/308631148_8450493208302097_3525857353740620423_n.jpg\" data-fancybox=\"gallery\" class=\"ml-gallery-item\">\n        <img decoding=\"async\" src=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/308631148_8450493208302097_3525857353740620423_n.jpg\" alt=\"\">\n    <\/a>\n\n    <a href=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/275221798_7501241256560635_6431369876605048042_n.jpg\" data-fancybox=\"gallery\" class=\"ml-gallery-item\">\n        <img decoding=\"async\" src=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/275221798_7501241256560635_6431369876605048042_n.jpg\" alt=\"\">\n    <\/a>\n\n    <a href=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/274629712_7448173568534071_3401593127512639069_n.jpg\" data-fancybox=\"gallery\" class=\"ml-gallery-item\">\n        <img decoding=\"async\" src=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/274629712_7448173568534071_3401593127512639069_n.jpg\" alt=\"\">\n    <\/a>\n\n    <a href=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/99014317_4194675873883873_902845247090851840_n.jpg\" data-fancybox=\"gallery\" class=\"ml-gallery-item\">\n        <img decoding=\"async\" src=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/99014317_4194675873883873_902845247090851840_n.jpg\" alt=\"\">\n    <\/a>\n\n    <a href=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/98104028_4194671407217653_5239824392761901056_n.jpg\" data-fancybox=\"gallery\" class=\"ml-gallery-item\">\n        <img decoding=\"async\" src=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/98104028_4194671407217653_5239824392761901056_n.jpg\" alt=\"\">\n    <\/a>\n\n    <a href=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/51635322_2790638267620981_8729126334510399488_n.jpg\" data-fancybox=\"gallery\" class=\"ml-gallery-item\">\n        <img decoding=\"async\" src=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/51635322_2790638267620981_8729126334510399488_n.jpg\" alt=\"\">\n    <\/a>\n\n    <a href=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/37930210_2392421077442704_8246006594622455808_n.jpg\" data-fancybox=\"gallery\" class=\"ml-gallery-item\">\n        <img decoding=\"async\" src=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/37930210_2392421077442704_8246006594622455808_n.jpg\" alt=\"\">\n    <\/a>\n\n    <a href=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/Rectangle-6-2.png\" data-fancybox=\"gallery\" class=\"ml-gallery-item\">\n        <img decoding=\"async\" src=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/Rectangle-6-2.png\" alt=\"\">\n    <\/a>\n\n<\/div>\n\n    <div class=\"ml-gallery-cta\">\n\n        <p>\n            Your home could be next. Reach out today \u2014 no pressure, just a free estimate.\n        <\/p>\n\n        <div class=\"ml-gallery-buttons\">\n\n            <a href=\"#estimate\" class=\"ml-btn-primary\">\n                Get a FREE Estimate \u2192\n            <\/a>\n\n            <div class=\"ml-or\">\n                OR\n            <\/div>\n\n            <a href=\"tel:267-500-9683\" class=\"ml-btn-phone\">\n                Call us now 267-500-9683\n            <\/a>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n<\/div>\n\n\n\n<style data-wp-block-html=\"css\">\n.ml-testimonials{\n    max-width:1500px;\n    width:100%;\n    padding:100px 0;\n}\n\n.ml-testimonials-top{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:80px;\n    margin-bottom:60px;\n}\n\n.ml-testimonials-heading h2{\n    font-size:4rem;\n    line-height:1.15;\n    margin:0;\n}\n\n.ml-testimonials-intro p{\n    font-size:1.25rem;\n    line-height:1.6;\n    margin-bottom:30px;\n}\n\n.ml-testimonials-actions{\n    display:flex;\n    align-items:center;\n    gap:40px;\n}\n\n.ml-more-reviews{\n    color:#111;\n    text-decoration:none;\n    border-bottom:2px solid #f1cf30;\n    padding-bottom:4px;\n}\n\n.ml-review-grid{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:35px;\n}\n\n.ml-review-card{\n    background:#f8f7f1;\n    border:1px solid #ddd;\n    padding:35px;\n}\n\n.ml-stars{\n    color:#f1cf30;\n    margin-bottom:25px;\n}\n\n.ml-review-card p{\n    line-height:1.8;\n    margin-bottom:40px;\n}\n\n.ml-review-author{\n    display:flex;\n    align-items:center;\n    gap:15px;\n    border-top:1px dashed #d9c85b;\n    padding-top:25px;\n}\n\n.ml-review-author img{\n    width:50px;\n    height:50px;\n    object-fit:contain;\n}\n\n.ml-review-author span{\n    display:block;\n    font-size:.85rem;\n    color:#666;\n}\n\n@media(max-width:1000px){\n\n    .ml-testimonials-top{\n        grid-template-columns:1fr;\n    }\n\n    .ml-review-grid{\n        grid-template-columns:1fr;\n    }\n\n.ml-testimonials-actions{\n   \n  display:block;\n    gap:40px;\n}\n\n\n}\n\n.ml-review-author{\n    display:flex;\n    align-items:center;\n    gap:15px;\n    margin-top:20px;\n}\n\n.ml-review-avatar{\n    width:52px;\n    height:52px;\n    border-radius:50%;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    color:#fff;\n    font-weight:700;\n    font-size:1.1rem;\n    flex-shrink:0;\n}\n\n.ml-blue{\n    background:#4285f4;\n}\n\n.ml-green{\n    background:#34a853;\n}\n\n.ml-red{\n    background:#ea4335;\n}\n\n.ml-review-author strong{\n    display:block;\n    font-size:1rem;\n    line-height:1.2;\n}\n\n.ml-review-author span{\n    display:block;\n    color:#777;\n    font-size:.85rem;\n}\n<\/style>\n\n<section id=\"ml-gal-wrap\">\n\n<div class=\"ml-testimonials\">\n\n    <div class=\"ml-testimonials-top\">\n\n        <div class=\"ml-testimonials-heading\">\n\n            <h2>\n                Trusted by homeowners across Bucks &amp; Montgomery County\n            <\/h2>\n\n        <\/div>\n\n        <div class=\"ml-testimonials-intro\">\n\n            <p>\n                With a 4.8 rating across 267 verified reviews, our homeowners say it best. From routine cleanings to full installations, we show up, do the job right, and leave your home better than we found it.\n            <\/p>\n\n            <div class=\"ml-testimonials-actions\">\n\n                <div class=\"ml-review-badge\">\n\n                    <span>G<\/span>\n                    <span>4.8<\/span>\n\n                    <span class=\"ml-review-stars\">\n                        \u2605\u2605\u2605\u2605\u2605\n                    <\/span>\n\n                    <span>\n                        267 Verified Reviews\n                    <\/span>\n\n                <\/div>\n\n                <a href=\"https:\/\/maps.app.goo.gl\/UMBZU6QViFYrgq2y9\" class=\"ml-more-reviews\">\n                    See more Reviews \u2192\n                <\/a>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n  <div class=\"ml-review-grid\">\n\n    <article class=\"ml-review-card\">\n\n        <div class=\"ml-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n\n        <p>\n            We have been using Estates Chimney for years. They installed our wood-burning insert and continue to clean and inspect it annually. Every visit has been professional, thorough, and respectful of our home.\n        <\/p>\n\n        <div class=\"ml-review-author\">\n\n            <div class=\"ml-review-avatar ml-blue\">\n                J\n            <\/div>\n\n            <div>\n\n                <strong>Joseph<\/strong>\n\n                <span>Verified Google Review<\/span>\n\n            <\/div>\n\n        <\/div>\n\n    <\/article>\n\n    <article class=\"ml-review-card\">\n\n        <div class=\"ml-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n\n        <p>\n            The installation crew was hardworking, professional, and courteous throughout the project. We appreciated the care they took and the quality of the finished work.\n        <\/p>\n\n        <div class=\"ml-review-author\">\n\n            <div class=\"ml-review-avatar ml-green\">\n                J\n            <\/div>\n\n            <div>\n\n                <strong>Jamie<\/strong>\n\n                <span>Verified Google Review<\/span>\n\n            <\/div>\n\n        <\/div>\n\n    <\/article>\n\n    <article class=\"ml-review-card\">\n\n        <div class=\"ml-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n\n        <p>\n            Estates Chimney never disappoints. They explained everything clearly, were patient with our questions, and left everything clean and neat. Justin and Bryan provided another great experience.\n        <\/p>\n\n        <div class=\"ml-review-author\">\n\n            <div class=\"ml-review-avatar ml-red\">\n                A\n            <\/div>\n\n            <div>\n\n                <strong>Adele Herman<\/strong>\n\n                <span>Verified Google Review<\/span>\n\n            <\/div>\n\n        <\/div>\n\n    <\/article>\n\n<\/div>\n<\/div><\/section>\n\n\n\n<style data-wp-block-html=\"css\">\n.ml-homeowner-cta{\n    width:100%;\n    max-width:1500px;\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    overflow:hidden;\n}\n\n.ml-homeowner-copy{\n    background:#0b0b0b;\n    color:#fff;\n    padding:80px;\n    display:flex;\n    flex-direction:column;\n    justify-content:center;\n}\n\n.ml-homeowner-copy h2{\n    font-size:4rem;\n    line-height:1.1;\n    margin:0 0 30px;\n}\n\n.ml-homeowner-copy span{\n    color:#f1cf30;\n}\n\n.ml-homeowner-copy p{\n    font-size:1.3rem;\n    line-height:1.6;\n    margin:0 0 40px;\n    max-width:650px;\n}\n\n.ml-homeowner-image{\n    min-height:600px;\n}\n\n.ml-homeowner-image img{\n    width:100%;\n    height:100%;\n    display:block;\n    object-fit:cover;\n}\n\n\n\n\n\n\n\n\/* TABLET *\/\n\n@media(max-width:1200px){\n\n    .ml-homeowner-copy{\n        padding:60px;\n    }\n\n    .ml-homeowner-copy h2{\n        font-size:3.25rem;\n    }\n\n    .ml-homeowner-copy p{\n        font-size:1.15rem;\n    }\n\n}\n\n\n\n\n\n\/* MOBILE *\/\n\n@media(max-width:900px){\n\n    .ml-homeowner-cta{\n        grid-template-columns:1fr;\n    }\n\n    .ml-homeowner-image{\n        order:-1;\n        min-height:350px;\n    }\n\n    .ml-homeowner-copy{\n        padding:50px 30px;\n        text-align:center;\n        align-items:center;\n    }\n\n    .ml-homeowner-copy h2{\n        font-size:2.5rem;\n        margin-bottom:20px;\n    }\n\n    .ml-homeowner-copy p{\n        font-size:1.1rem;\n        margin-bottom:30px;\n        max-width:500px;\n    }\n\n}\n\n\n\n\n\n\/* SMALL PHONES *\/\n\n@media(max-width:600px){\n\n    .ml-homeowner-image{\n        min-height:280px;\n    }\n\n    .ml-homeowner-copy{\n        padding:40px 20px;\n    }\n\n    .ml-homeowner-copy h2{\n        font-size:2rem;\n        line-height:1.15;\n    }\n\n    .ml-homeowner-copy p{\n        font-size:1rem;\n        line-height:1.5;\n    }\n\n}\n<\/style>\n\n<div id=\"ml-gal-wrap\">\n\n<section class=\"ml-homeowner-cta\">\n\n    <div class=\"ml-homeowner-copy\">\n\n        <h2>\n\n            Hundreds of happy homeowners.\n\n            <span>\n                You&#8217;re next!\n            <\/span>\n\n        <\/h2>\n\n        <p>\n            Your neighbors trust us \u2014 now let us show you what we can do for your home.\n        <\/p>\n\n        <a href=\"#estimate\" class=\"ml-btn-primary\">\n            Get my FREE Quote \u2192\n        <\/a>\n\n    <\/div>\n\n    <div class=\"ml-homeowner-image\">\n\n        <img decoding=\"async\" src=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/CTA-Image.png\" alt=\"\">\n\n    <\/div>\n\n<\/section><\/div>\n\n\n\n<style data-wp-block-html=\"css\">\n#ml-cta666 {\nbackground-color:#0b0b0b;\ndisplay:flex;\njustify-content:center;\nmargin-top:60px;\n\n}\n.ml-btn-phone-w{\ncolor:white!important;\n}\n.ml-why-estates{\n\n    background:#0b0b0b;\n\n    color:white;\n\n    width:100%;\n\n  max-width:1500px;\n\n    padding:100px 0;\n\n}\n\n.ml-why-header{\n\n    text-align:center;\n\n    max-width:1000px;\n\n    margin:0 auto 80px;\n\n}\n\n.ml-why-header h2{\n\n    margin:0 0 30px;\n\n    font-size:4.5rem;\n\n    line-height:1.1;\n\n}\n\n.ml-why-header span{\n\n    color:#f1cf30;\n\n}\n\n.ml-why-header p{\n\n    margin:0;\n\n    font-size:1.3rem;\n\n    line-height:1.7;\n\n    color:#d4d4d4;\n\n}\n\n.ml-why-grid{\n\n    display:grid;\n\n    grid-template-columns:\n        repeat(4,1fr);\n\n    gap:40px;\n\n}\n\n.ml-why-card{\n\n    border:1px solid rgba(241,207,48,.5);\n\n    padding:35px;\n\n    background:rgba(255,255,255,.02);\n\n}\n\n.ml-why-number{\n\n    color:#f1cf30;\n\n    font-size:3rem;\n\n    font-weight:700;\n\n    margin-bottom:15px;\n\n}\n\n.ml-why-card h3{\n\n    margin:0 0 20px;\n\n    font-size:1.75rem;\n\n    line-height:1.3;\n\n}\n\n.ml-why-card p{\n\n    margin:0;\n\n    line-height:1.9;\n\n    color:#d4d4d4;\n\n}\n\n.ml-why-cta{\n\n    text-align:center;\n\n    margin-top:80px;\n\n}\n\n.ml-why-cta p{\n\n    font-size:1.4rem;\n\n    font-weight:600;\n\n    margin:0 auto 35px;\n\n}\n\n.ml-why-buttons{\n\n    display:flex;\n\n    justify-content:center;\n\n    align-items:center;\n\n    gap:25px;\n\n}\n\n@media(max-width:1200px){\n\n    .ml-why-grid{\n\n        grid-template-columns:\n            repeat(2,1fr);\n\n    }\n\n}\n\n@media(max-width:768px){\n\n    .ml-why-grid{\n\n        grid-template-columns:1fr;\n\n    }\n\n    .ml-why-buttons{\n\n        flex-direction:column;\n\n    }\n\n}\n<\/style>\n\n<div id=\"ml-cta666\">\n\n\n<section class=\"ml-why-estates\">\n\n    <div class=\"ml-why-header\">\n\n        <h2>\n\n            Why homeowners trust\n\n            <span>\n                Estates Chimney.\n            <\/span>\n\n        <\/h2>\n\n        <p>\n\n            We&#8217;ve built our reputation one home at a time \u2014 on honest work, certified expertise, and a commitment to getting it right. We&#8217;re not just a service company, we&#8217;re your neighbors, and that&#8217;s exactly how we treat every job and every homeowner we work with.\n\n        <\/p>\n\n    <\/div>\n\n    <div class=\"ml-why-grid\">\n\n        <article class=\"ml-why-card\">\n\n            <div class=\"ml-why-number\">\n                01\n            <\/div>\n\n            <h3>\n                Certified Local Experts\n            <\/h3>\n\n            <p>\n                100+ years of combined experience and continuous training \u2014 so your home is always in certified, capable hands.\n            <\/p>\n\n        <\/article>\n\n        <article class=\"ml-why-card\">\n\n            <div class=\"ml-why-number\">\n                02\n            <\/div>\n\n            <h3>\n                Every Service, One Team\n            <\/h3>\n\n            <p>\n                From routine sweeps to full installations, our fully-equipped team handles every job start to finish \u2014 no subcontractors, no runaround.\n            <\/p>\n\n        <\/article>\n\n        <article class=\"ml-why-card\">\n\n            <div class=\"ml-why-number\">\n                03\n            <\/div>\n\n            <h3>\n                Premium Brands, Expert Installs\n            <\/h3>\n\n            <p>\n                We supply and install top-quality fireplaces, stoves, and hearth products from trusted brands \u2014 matched to your home and budget.\n            <\/p>\n\n        <\/article>\n\n        <article class=\"ml-why-card\">\n\n            <div class=\"ml-why-number\">\n                04\n            <\/div>\n\n            <h3>\n                Locally Owned &amp; Operated\n            <\/h3>\n\n            <p>\n                Not a franchise \u2014 just your neighbors. Based in Chalfont, PA, we treat every home in Bucks and Montgomery County like our own.\n            <\/p>\n\n        <\/article>\n\n    <\/div>\n\n    <div class=\"ml-why-cta\">\n\n        <p>\n            Ready to experience the Estates difference? Let&#8217;s get started.\n        <\/p>\n\n        <div class=\"ml-why-buttons\">\n\n            <a href=\"#estimate\" class=\"ml-btn-primary\">\n                Get a FREE Estimate \u2192\n            <\/a>\n\n            <div class=\"ml-or\">\n                OR\n            <\/div>\n\n            <a href=\"tel:267-500-9683\" class=\"ml-btn-phone-w\">\n                Call us now (267) 500-9683\n            <\/a>\n\n        <\/div>\n\n    <\/div>\n\n<\/section><\/div>\n\n\n\n<style data-wp-block-html=\"css\">\n#ml-financing-offer {\ndisplay:flex;\njustify-content:center;\nbackground:#f1cf30;\nwidth:100%;\n}\n\n\n.ml-financing-offer{\n\n    width:100%;\n    max-width:1500px;\n\n    display:grid;\n\n    grid-template-columns:\n        1.5fr\n        1fr;\n\n    background:#f1cf30;\n\n}\n\n.ml-financing-copy{\n\n    padding:80px;\n\n}\n\n.ml-offer-badge{\n\n    height:60px;\n    width:auto;\n\n    margin-bottom:35px;\n\n}\n\n.ml-financing-copy h2{\n\n    margin:0 0 35px;\n\n    font-size:4.5rem;\n\n    line-height:1.1;\n\n    color:#111;\n\n}\n\n.ml-financing-copy p{\n\n    margin:0 0 40px;\n\n    font-size:1.3rem;\n\n    line-height:1.7;\n\n    color:#111;\n\n}\n\n.ml-financing-benefits{\n\n    display:flex;\n    flex-wrap:wrap;\n\n    gap:40px;\n\n    margin-bottom:50px;\n\n    font-weight:600;\n\n}\n\n.ml-financing-divider{\n\n    border-top:1px dashed rgba(0,0,0,.25);\n\n    margin-bottom:40px;\n\n}\n\n.ml-financing-buttons{\n\n    display:flex;\n\n    align-items:center;\n\n    gap:25px;\n\n}\n\n.ml-btn-primary-dark{\n\n    display:inline-flex;\n\n    align-items:center;\n\n    justify-content:center;\n\n    padding:18px 32px;\n\n    background:#111;\n\n    color:white;\n\n    text-decoration:none;\n\n    font-weight:700;\n\n}\n\n.ml-btn-phone-dark{\n\n    display:inline-flex;\n\n    align-items:center;\n\n    justify-content:center;\n\n    padding:18px 32px;\n\n    border:2px solid #111;\n\n    color:#111;\n\n    text-decoration:none;\n\n    font-weight:700;\n\n}\n\n.ml-or-dark{\n\n    font-size:1.5rem;\n\n    font-weight:700;\n\n    color:#111;\n\n}\n\n.ml-financing-note{\n\n    margin-top:35px;\n\n    font-size:.95rem;\n\n    color:#111;\n\n}\n\n.ml-financing-image img{\n\n    width:100%;\n    height:100%;\n\n    display:block;\n\n    object-fit:cover;\nmax-width:100vw;\n\n}\n\n@media(max-width:1000px){\n\n    .ml-financing-offer{\n\n        grid-template-columns:1fr;\n\n    }\n\n    .ml-financing-buttons{\n\n        flex-direction:column;\n\n        align-items:flex-start;\n\n    }\n\n}\n<\/style>\n\n<div id=\"ml-financing-offer\">\n\n<section class=\"ml-financing-offer\">\n\n    <div class=\"ml-financing-copy\">\n\n        <img decoding=\"async\" src=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/fi_9023681.png\" alt=\"\" class=\"ml-offer-badge\">\n\n        <h2>\n\n            0% Financing \u2014 Now available on all projects\n\n        <\/h2>\n\n        <p>\n\n            Big or small, your home improvement project shouldn&#8217;t have to wait. Estates Chimney has partnered with Hearth to offer flexible financing options that fit your budget \u2014 so you can get started today and pay over time.\n\n        <\/p>\n\n        <div class=\"ml-financing-benefits\">\n\n            <div>\n                \u2713 Multiple financing options\n            <\/div>\n\n            <div>\n                \u2713 Simple pre-qualification\n            <\/div>\n\n            <div>\n                \u2713 Personalized options\n            <\/div>\n\n        <\/div>\n\n        <div class=\"ml-financing-divider\"><\/div>\n\n        <div class=\"ml-financing-buttons\">\n\n            <a href=\"https:\/\/app.gethearth.com\/partners\/estates-chimney-inc?utm_campaign=61992&amp;utm_content=white&amp;utm_medium=contractor-website&amp;utm_source=contractor&amp;utm_term=700x110\" class=\"ml-btn-primary-dark\">\n                Apply for Financing \u2192\n            <\/a>\n\n            <div class=\"ml-or-dark\">\n                OR\n            <\/div>\n\n            <a href=\"tel:267-500-9683\" class=\"ml-btn-phone-dark\">\n                Call us now (267) 500-9683\n            <\/a>\n\n        <\/div>\n\n        <div class=\"ml-financing-note\">\n\n            Subject to credit approval. Financing provided through Hearth. Terms and conditions apply.\n\n        <\/div>\n\n    <\/div>\n\n    <div class=\"ml-financing-image\">\n\n        <img decoding=\"async\" src=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/Ventis-36-Forever-Fireplace-Custom-Brick-Work-w-Raised-Hearth-and-Custom-Mantel.jpg\" alt=\"\">\n\n    <\/div>\n\n<\/section><\/div>\n\n\n\n<style data-wp-block-html=\"css\">\n#ml-faq-section{\n    width:100%;\n    display:flex;\n    justify-content:center;\n    padding:100px 40px;\n    box-sizing:border-box;\n}\n\n.ml-faq-section{\n    width:100%;\n    max-width:1500px;\n\n    display:grid;\n    grid-template-columns:520px 1fr;\n    gap:80px;\n}\n\n\n\/*#ml-faq-section {\njustify-content:center;\n\n\n}\n\n.ml-faq-section{\n\n    width:100%;\n    max-width:1500px;\n\n    display:grid;\n\n    grid-template-columns:\n        520px\n        1fr;\n\n    gap:80px;\n\n    padding:100px 0;\n\n}\n*\/\n.ml-faq-sidebar{\n\n    background:#0b0b0b;\n\n    color:white;\n\n    padding:60px;\n\n    align-self:start;\n\n}\n\n.ml-faq-sidebar h2{\n\n    margin:0 0 30px;\n\n    font-size:4rem;\n\n    line-height:1.1;\n\n}\n\n.ml-faq-sidebar p{\n\n    margin:0 0 40px;\n\n    font-size:1.3rem;\n\n    line-height:1.7;\n\n}\n\n.ml-faq-list{\n    display:flex;\n    flex-direction:column;\n    gap:25px;\n}\n\n.ml-faq-item{\n\n    border:1px solid #cfcfc7;\n\n    background:white;\n\n}\n\n.ml-faq-question{\n\n    width:100%;\n\n    display:flex;\n\n    justify-content:space-between;\n\n    align-items:center;\n\n    padding:28px;\n\n    border:0;\n\n    background:none;\n\n    cursor:pointer;\n\n    font-size:1.75rem;\n\n    font-weight:700;\n\n    text-align:left;\n\n}\n\n.ml-faq-toggle{\n\n    background:#f1cf30;\n\n    color:#111;\n\n    font-size:.85rem;\n\n    font-weight:700;\n\n    padding:8px 14px;\n\n}\n\n.ml-faq-answer{\n\n    display:none;\n\n    padding:0 28px 28px;\n\n    line-height:1.8;\n\n    color:#444;\n\n}\n\n.ml-faq-item.active{\n\n    border-color:#111;\n\n}\n\n.ml-faq-item.active .ml-faq-answer{\n\n    display:block;\n\n}\n\n@media(max-width:1100px){\n.ml-faq-sidebar {\nmin-width:100%;\nmargin:0px;\npadding:10px;\n}\n\n.ml-faq-question {\ndisplay: flex;\nflex-direction:column;\n\n}\n\n.ml-faq-sidebar h2 {\nfont-size:42px;\n\n}\n\n    #ml-faq-section{\n\npadding:0px;\n\n\n    }\n\n.ml-faq-section {\ndisplay:unset;\n\n\n\n}\n<\/style>\n\n<script data-wp-block-html=\"js\">\ndocument.addEventListener('click', function(e){\n\n    const btn = e.target.closest('.ml-faq-question');\n\n    if(!btn) return;\n\n    const item = btn.closest('.ml-faq-item');\n\n    item.classList.toggle('active');\n\n    const toggle = item.querySelector('.ml-faq-toggle');\n\n    if(item.classList.contains('active')){\n\n        toggle.textContent = 'CLOSE';\n\n    } else {\n\n        toggle.textContent = 'OPEN';\n\n    }\n\n});\n<\/script>\n\n<div id=\"ml-faq-section\">\n\n<section class=\"ml-faq-section\">\n\n    <div class=\"ml-faq-sidebar\">\n\n        <h2>\n            Any Questions?\n        <\/h2>\n\n        <p>\n            Everything you need to know before getting started \u2014 and if you still have questions, we&#8217;re always happy to chat.\n        <\/p>\n\n        <a href=\"tel:267-500-9683\" class=\"ml-btn-primary\">\n            Call us (267) 500-9683 \u2192\n        <\/a>\n\n    <\/div>\n\n    <div class=\"ml-faq-list\">\n\n        <div class=\"ml-faq-item\">\n\n            <button class=\"ml-faq-question\">\n\n                <span>\n                    How soon can you come out for a service visit?\n                <\/span>\n\n                <span class=\"ml-faq-toggle\">\n                    OPEN\n                <\/span>\n\n            <\/button>\n\n            <div class=\"ml-faq-answer\">\n\n                Most service visits can be scheduled within a few days, often not more than 2 weeks, depending on the season and service type.\n\n            <\/div>\n\n        <\/div>\n\n        <div class=\"ml-faq-item\">\n\n            <button class=\"ml-faq-question\">\n\n                <span>\n                    What types of projects qualify for financing?\n                <\/span>\n\n                <span class=\"ml-faq-toggle\">\n                    OPEN\n                <\/span>\n\n            <\/button>\n\n            <div class=\"ml-faq-answer\">\n\n                Financing is available for many repair, installation, restoration, and fireplace upgrade projects. Typical amount is over $3000.\n\n            <\/div>\n\n        <\/div>\n\n        <div class=\"ml-faq-item\">\n\n            <button class=\"ml-faq-question\">\n\n                <span>\n                    What is the minimum loan amount?\n                <\/span>\n\n                <span class=\"ml-faq-toggle\">\n                    OPEN\n                <\/span>\n\n            <\/button>\n\n            <div class=\"ml-faq-answer\">\n\n                Minimum financing amounts vary by lender and program.\n\n            <\/div>\n\n        <\/div>\n\n        <div class=\"ml-faq-item\">\n\n            <button class=\"ml-faq-question\">\n\n                <span>\n                    What areas do you serve?\n                <\/span>\n\n                <span class=\"ml-faq-toggle\">\n                    OPEN\n                <\/span>\n\n            <\/button>\n\n            <div class=\"ml-faq-answer\">\n\n                We proudly serve Bucks County, Montgomery County, and surrounding areas.\n\n            <\/div>\n\n        <\/div>\n\n        <div class=\"ml-faq-item active\">\n\n            <button class=\"ml-faq-question\">\n\n                <span>\n                    How does the 0% financing work?\n                <\/span>\n\n                <span class=\"ml-faq-toggle\">\n                    CLOSE\n                <\/span>\n\n            <\/button>\n\n            <div class=\"ml-faq-answer\">\n\n                Estates Chimney has partnered with Hearth to offer flexible financing options. The pre-qualification process takes less than 2 minutes and won&#8217;t affect your credit score. We work with multiple lenders to find the best option for your budget and situation.\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section><\/div>\n\n\n\n<style data-wp-block-html=\"css\">\n#ml-visit-section{\ndisplay:flex;\njustify-content:center;\nbackground: #0b0b0b;\nwidth:100%;\n}\n.ml-visit-section{\n\n    width:100%;\n    max-width:1500px;\n\n    display:grid;\n\n    grid-template-columns:\n        1.1fr\n        1fr;\n\n    background:#0b0b0b;\n\n}\n\n.ml-visit-image img{\n\n    width:100%;\n    height:100%;\n\n    display:block;\n\n    object-fit:cover;\nmax-width:100vw;\n}\n\n.ml-visit-content{\n\n    padding:80px;\n\n    color:white;\n\n    display:flex;\n\n    flex-direction:column;\n\n    justify-content:center;\n\n}\n\n.ml-visit-content h2{\n\n    margin:0 0 30px;\n\n    font-size:4.5rem;\n\n    line-height:1.1;\n\n}\n\n.ml-visit-content h2 span{\n\n    color:#f1cf30;\n\n}\n\n.ml-visit-content > p{\n\n    margin:0 0 40px;\n\n    font-size:1.3rem;\n\n    line-height:1.7;\n\n    color:#d4d4d4;\n\n}\n\n.ml-visit-link{\n\n    display:inline-block;\n\n    width:max-content;\n\n    color:#f1cf30;\n\n    text-decoration:none;\n\n    font-size:1.5rem;\n\n    font-weight:600;\n\n    border-bottom:2px solid #f1cf30;\n\n    padding-bottom:10px;\n\n}\n\n.ml-visit-divider{\n\n    margin:50px 0;\n\n    border-top:1px dashed rgba(241,207,48,.6);\n\n}\n\n.ml-visit-info{\n\n    display:grid;\n\n    grid-template-columns:\n        1fr\n        1fr;\n\n    gap:60px;\n\n}\n\n.ml-visit-block h3{\n\n    margin:0 0 20px;\n\n    color:#f1cf30;\n\n    font-size:1.4rem;\n\n}\n\n.ml-visit-block p{\n\n    margin:0;\n\n    line-height:1.8;\n\n    color:#fff;\n\n}\n\n@media(max-width:1100px){\n\n    .ml-visit-section{\n\n        grid-template-columns:1fr;\n\n    }\n\n    .ml-visit-info{\n\n        grid-template-columns:1fr;\n\n    }\n\n}\n<\/style>\n\n<div id=\"ml-visit-section\">\n\n\n<section class=\"ml-visit-section\">\n\n    <div class=\"ml-visit-image\">\n\n        <img decoding=\"async\" src=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/trucks.png\" alt=\"\">\n\n    <\/div>\n\n    <div class=\"ml-visit-content\">\n\n        <h2>\n\n            Come see us in\n\n            <span>\n                Chalfont, PA.\n            <\/span>\n\n        <\/h2>\n\n        <p>\n\n            Our doors are open and our team is ready. Whether you&#8217;d rather stop in or schedule a visit, we make it easy to get started.\n\n        <\/p>\n\n        <a href=\"https:\/\/maps.google.com\/?cid=10837983922990069167&#038;g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAMYASAF&#038;hl=en-US&#038;source=embed\" class=\"ml-visit-link\">\n\n            Get Direction \u2192\n\n        <\/a>\n\n        <div class=\"ml-visit-divider\"><\/div>\n\n        <div class=\"ml-visit-info\">\n\n            <div class=\"ml-visit-block\">\n\n                <h3>\n                    LOCATION\n                <\/h3>\n\n                <p>\n\n                    \ud83d\udccd 48 Sunset Ave, Chalfont, PA 18914\n\n                <\/p>\n\n            <\/div>\n\n            <div class=\"ml-visit-block\">\n\n                <h3>\n                    SHOWROOM HOURS\n                <\/h3>\n\n                <p>\n                    Mon, Tue, Wed, Fri: 9am &#8211; 4pm\n                    <br>\n                    Thu: 9am &#8211; 7pm\n                    <br>\n                    Sat: 9am &#8211; 3pm\n                    <br>\n                    SUNDAY CLOSED\n                <\/p>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section><\/div>\n\n\n\n<style data-wp-block-html=\"css\">\n.ml-guarantee{\n\n    width:100%;\n max-width:100vw;\n\n    display:flex;\njustify-content:center;\n\n    padding:80px 0;\n\n}\n\n.ml-guarantee-card{\n\n    background:#f4f3ed;\n\n    border:2px dashed #f1cf30;\nmax-width:1500px;\n    display:grid;\n\n    grid-template-columns:\n        280px\n        1fr;\n\n    gap:40px;\n\n    padding:50px;\n\n}\n\n.ml-guarantee-logo{\n\n    display:flex;\n\n    align-items:center;\n\n    justify-content:center;\n\n}\n\n.ml-guarantee-logo img{\n\n    width:220px;\n\n    height:auto;\n\n    display:block;\n\n}\n\n.ml-guarantee-content{\n\n    display:flex;\n\n    flex-direction:column;\n\n    justify-content:center;\n\n}\n\n.ml-guarantee-content h2{\n\n    margin:0 0 25px;\n\n    color:#111;\n\n    font-size:3.5rem;\n\n    line-height:1.1;\n\n}\n\n.ml-guarantee-content p{\n\n    margin:0 0 30px;\n\n    color:#444;\n\n    font-size:1.3rem;\n\n    line-height:1.8;\n\n}\n\n.ml-guarantee-signature{\n\n    color:#111;\n\n    font-size:1.3rem;\n\n    font-weight:700;\n\n}\n\n@media(max-width:900px){\n\n    .ml-guarantee-card{\ndisplay:flex;\nflex-direction:column;\n        \/*grid-template-columns:1fr;*\/\nmax-width:100%;\n        text-align:center;\n\n\n    }\n\n.ml-guarantee {\ndisplay:flex;\nflex-direction:column;\n}\n\n\n}\n<\/style>\n\n<section class=\"ml-guarantee\">\n\n    <div class=\"ml-guarantee-card\">\n\n        <div class=\"ml-guarantee-logo\">\n\n            <img decoding=\"async\" src=\"http:\/\/go.estateschimney.com\/wp-content\/uploads\/2026\/06\/Logo-Black.png\" alt=\"\">\n\n        <\/div>\n\n        <div class=\"ml-guarantee-content\">\n\n            <h2>\n                Every job done right. Guaranteed.\n            <\/h2>\n\n            <p>\n\n                When we walk into your home, we treat it like our own. Every job \u2014 big or small \u2014 gets our full attention, certified expertise, and a clean finish. If you&#8217;re not completely satisfied, we&#8217;ll make it right. No questions, no excuses.\n\n            <\/p>\n\n            <div class=\"ml-guarantee-signature\">\n\n                \u2014 Estates Chimney\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<style data-wp-block-html=\"css\">\n#ml-final-cta {\ndisplay:flex;\njustify-content:center;\nbackground: #0b0b0b;\nwidth:100%;\n}\n\n.ml-final-cta{\n\n    width:100%;\n    max-width:1500px;\n\n    display:grid;\n\n    grid-template-columns:\n        1fr\n        520px;\n\n    gap:80px;\n\n    background:#0b0b0b;\n\n    color:white;\n\n    padding:100px 0;\n\n}\n\n.ml-final-content{\n\n    display:flex;\n\n    flex-direction:column;\n\n    justify-content:center;\n\n}\n\n.ml-final-content h2{\n\n    margin:0 0 35px;\n\n    font-size:5rem;\n\n    line-height:1.05;\n\n    color:#f1cf30;\n\n}\n\n.ml-final-content p{\n\n    margin:0 0 40px;\n\n    font-size:1.35rem;\n\n    line-height:1.7;\n\n    color:#e0e0e0;\n\n    max-width:800px;\n\n}\n\n.ml-final-divider{\n\n    border-top:1px dashed rgba(241,207,48,.5);\n\n    margin:50px 0;\n\n}\n\n.ml-final-info{\n\n    display:grid;\n\n    grid-template-columns:\n        1fr\n        1fr;\n\n    gap:60px;\n\n}\n\n.ml-final-block h3{\n\n    margin:0 0 20px;\n\n    color:#f1cf30;\n\n    font-size:1.5rem;\n\n}\n\n.ml-final-block p{\n\n    margin:0;\n\n    font-size:1.1rem;\n\n    line-height:1.8;\n\n    color:white;\n\n}\n\n.ml-final-form{\n\n    display:flex;\n\n    align-items:center;\n\n}\n\n.ml-final-form > *{\n\n    width:100%;\n\n}\n\n@media(max-width:1100px){\n\n    .ml-final-cta{\n\n        grid-template-columns:1fr;\n\n    }\n\n    .ml-final-info{\n\n        grid-template-columns:1fr;\n\n    }\n\n}\n<\/style>\n\n<div id=\"ml-final-cta\">\n\n<section class=\"ml-final-cta\">\n\n    <div class=\"ml-final-content\">\n\n        <h2>\n\n            Ready to Get Your Chimney\n            or Fireplace Project\n            Started?\n\n        <\/h2>\n\n        <p>\n\n            Whether it&#8217;s a long overdue repair or a brand new install \u2014 don&#8217;t put it off any longer. Fill out the form or give us a call and we&#8217;ll take it from there.\n\n        <\/p>\n\n        <a href=\"tel:267-500-9683\" class=\"ml-btn-phone-w\">\n\n            Call us now (267) 500-9683\n\n        <\/a>\n\n        <div class=\"ml-final-divider\"><\/div>\n\n        <div class=\"ml-final-info\">\n\n            <div class=\"ml-final-block\">\n\n                <h3>\n                    LOCATION\n                <\/h3>\n\n                <p>\n\n                    \ud83d\udccd 48 Sunset Ave,\n                    Chalfont, PA 18914\n\n                <\/p>\n\n            <\/div>\n\n            <div class=\"ml-final-block\" id=\"estimate\">\n\n                <h3>\n                    SHOWROOM HOURS\n                <\/h3>\n\n                <p>\n\n                    Mon, Tue, Wed, Fri:\n                    9am &#8211; 4pm\n\n                    <br>\n\n                    Thu: 9am &#8211; 7pm\n\n                    <br>\n\n                    Sat: 9am &#8211; 3pm\n\n                    <br>\n\n                    SUNDAY CLOSED\n\n                <\/p>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n    <div class=\"ml-final-form\">\n\n        \n<div class=\"wpcf7 no-js\" id=\"wpcf7-f116-o2\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"116\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F23#wpcf7-f116-o2\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"116\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.7\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f116-o2\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"first_name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"First name\" value=\"\" type=\"text\" name=\"first_name\" \/><\/span>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"last_name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Last name\" value=\"\" type=\"text\" name=\"last_name\" \/><\/span>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"phone\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone number\" value=\"\" type=\"tel\" name=\"phone\" \/><\/span>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" autocomplete=\"email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email address\" value=\"\" type=\"email\" name=\"email\" \/><\/span>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"address_home\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" placeholder=\"Home address\" value=\"\" type=\"text\" name=\"address_home\" \/><\/span>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"postal_code\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" placeholder=\"Zip code\" value=\"\" type=\"text\" name=\"postal_code\" \/><\/span>\n<\/p>\n<p>What do you need help with?\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"service_type\"><span class=\"wpcf7-form-control wpcf7-radio\"><span class=\"wpcf7-list-item first\"><label><input type=\"radio\" name=\"service_type\" value=\"Chimney Services\" checked=\"checked\" \/><span class=\"wpcf7-list-item-label\">Chimney Services<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"radio\" name=\"service_type\" value=\"Fireplace &amp; Appliance\" \/><span class=\"wpcf7-list-item-label\">Fireplace &amp; Appliance<\/span><\/label><\/span><span class=\"wpcf7-list-item last\"><label><input type=\"radio\" name=\"service_type\" value=\"Masonry\" \/><span class=\"wpcf7-list-item-label\">Masonry<\/span><\/label><\/span><\/span><\/span>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"service_category\"><select class=\"wpcf7-form-control wpcf7-select\" aria-invalid=\"false\" name=\"service_category\"><option value=\"\">Choose a service...<\/option><option value=\"Chimney Inspection\">Chimney Inspection<\/option><option value=\"Chimney Cleaning\">Chimney Cleaning<\/option><option value=\"Chimney Repair\">Chimney Repair<\/option><option value=\"Fireplace Installation\">Fireplace Installation<\/option><option value=\"Fireplace Repair\">Fireplace Repair<\/option><option value=\"Masonry Repair\">Masonry Repair<\/option><option value=\"Chimney Rebuild\">Chimney Rebuild<\/option><option value=\"Other\">Other<\/option><\/select><\/span>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" placeholder=\"Additional info or message...\" name=\"message\"><\/textarea><\/span>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"privacy-consent\"><span class=\"wpcf7-form-control wpcf7-acceptance\"><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"privacy-consent\" value=\"1\" aria-invalid=\"false\" \/><span class=\"wpcf7-list-item-label\">I agree to be contacted regarding my request.<\/span><\/label><\/span><\/span><\/span>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"hcap-cf7\">\t\t<input\n\t\t\t\ttype=\"hidden\"\n\t\t\t\tclass=\"hcaptcha-widget-id\"\n\t\t\t\tname=\"hcaptcha-widget-id\"\n\t\t\t\tvalue=\"eyJzb3VyY2UiOlsiY29udGFjdC1mb3JtLTdcL3dwLWNvbnRhY3QtZm9ybS03LnBocCJdLCJmb3JtX2lkIjoxMTZ9-0b0d6a03bb37f3da84ad454a089134ca\">\n\t\t\t\t<span id=\"hcap_cf7-6ab0056f0e3f73.15786223\" class=\"wpcf7-form-control h-captcha \"\n\t\t\tdata-sitekey=\"d9de1cca-afae-446c-93b4-b978a780ede8\"\n\t\t\tdata-theme=\"light\"\n\t\t\tdata-size=\"normal\"\n\t\t\tdata-auto=\"false\"\n\t\t\tdata-ajax=\"false\"\n\t\t\tdata-force=\"false\">\n\t\t<\/span>\n\t\t<input type=\"hidden\" id=\"_wpnonce\" name=\"_wpnonce\" value=\"ca782b6156\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F23\" \/><\/span><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Get FREE Estimate\" \/>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\n\n    <\/div>\n\n<\/section><\/div>\n","protected":false},"excerpt":{"rendered":"<p>G 4.8 \u2605\u2605\u2605\u2605\u2605 267 Verified Reviews Bucks &amp; Montgomery County&#8217;s Trusted Chimney &amp; Fireplace Specialists From cracked bricks to clogged flues, we handle chimney repairs, masonry restoration, and everything in between \u2014 no job too small, no project too complex. Just honest work from certified local experts. Get a FREE Estimate \u2192 OR \ud83d\udcde Call [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-23","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/go.estateschimney.com\/index.php?rest_route=\/wp\/v2\/pages\/23","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/go.estateschimney.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/go.estateschimney.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/go.estateschimney.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/go.estateschimney.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=23"}],"version-history":[{"count":158,"href":"https:\/\/go.estateschimney.com\/index.php?rest_route=\/wp\/v2\/pages\/23\/revisions"}],"predecessor-version":[{"id":305,"href":"https:\/\/go.estateschimney.com\/index.php?rest_route=\/wp\/v2\/pages\/23\/revisions\/305"}],"wp:attachment":[{"href":"https:\/\/go.estateschimney.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=23"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}