{"id":8310699,"date":"2025-09-12T03:32:53","date_gmt":"2025-09-12T00:32:53","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8310699"},"modified":"2025-09-12T03:34:37","modified_gmt":"2025-09-12T00:34:37","slug":"gutter-calculator","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/gutter-calculator\/","title":{"rendered":"Gutter Calculator"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8310696\" class=\"elementor elementor-8310696\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-23691a2c e-flex e-con-boxed e-con e-parent\" data-id=\"23691a2c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-37c3711c elementor-widget elementor-widget-html\" data-id=\"37c3711c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n    \/* --- Core App Layout (Inspired by your .html-viewer-app) --- *\/\r\n    .gutter-calculator-app {\r\n        width: 100%;\r\n        max-width: 700px; \/* Adjusted for a single-box layout *\/\r\n        margin: 0 auto;\r\n        padding: 40px 0 0;\r\n        background: transparent;\r\n        font-family: 'DM Sans', sans-serif;\r\n    }\r\n\r\n    \/* --- Main Calculator Section (Inspired by .input-section) --- *\/\r\n    .calculator-section {\r\n        width: 100%;\r\n        display: flex;\r\n        flex-direction: column;\r\n        background: white;\r\n        border-radius: 8px;\r\n        overflow: hidden;\r\n        box-shadow: 0 4px 15px rgba(0,0,0,0.1);\r\n        border: 1.5px solid #EBEBEB;\r\n    }\r\n\r\n    \/* --- Header (Inspired by .section-header) --- *\/\r\n    .section-header {\r\n        background-color: #05047E;\r\n        color: white;\r\n        padding: 16px 24px;\r\n        font-weight: 500;\r\n        font-size: 1.25rem;\r\n    }\r\n\r\n    \/* --- Form Container (New, but inspired by .textarea-container) --- *\/\r\n    .calculator-form {\r\n        padding: 24px;\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 20px;\r\n    }\r\n\r\n    .form-group {\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 8px;\r\n    }\r\n\r\n    .form-group label {\r\n        font-weight: 500;\r\n        color: #333;\r\n        font-size: 1rem;\r\n    }\r\n\r\n    .form-group input,\r\n    .form-group select {\r\n        width: 100%;\r\n        padding: 12px;\r\n        border: 1.5px solid #EBEBEB;\r\n        border-radius: 4px;\r\n        font-size: 1rem;\r\n        font-family: inherit;\r\n        background-color: #fdfdfd;\r\n        transition: border-color 0.2s, box-shadow 0.2s;\r\n    }\r\n    \r\n    .form-group input:focus,\r\n    .form-group select:focus {\r\n        outline: none;\r\n        border-color: #05047E;\r\n        box-shadow: 0 0 0 2px rgba(5, 4, 126, 0.2);\r\n    }\r\n\r\n    \/* --- Buttons (Inspired by your button styles) --- *\/\r\n    .format-btn-container {\r\n        display: flex;\r\n        justify-content: flex-start;\r\n        align-items: center;\r\n        gap: 16px;\r\n        padding: 0 24px 24px;\r\n    }\r\n\r\n    .format-btn {\r\n        background-color: #000;\r\n        color: white;\r\n        border: none;\r\n        padding: 12px 24px;\r\n        cursor: pointer;\r\n        font-size: 1.125rem;\r\n        font-weight: 500;\r\n        transition: all 0.2s;\r\n        min-width: 12rem;\r\n        text-align: center;\r\n        border-radius: 4px;\r\n    }\r\n\r\n    .format-btn:is(:hover, :focus, :focus-visible, :active){\r\n        background-color: #545454;\r\n    }\r\n    \r\n    .reset-btn {\r\n        background: none;\r\n        border: none;\r\n        color: black;\r\n        text-decoration: underline;\r\n        font-size: 1rem;\r\n        cursor: pointer;\r\n        padding: 0;\r\n        transition: color 0.2s;\r\n    }\r\n\r\n    .reset-btn:is(:hover, :focus, :focus-visible, :active) {\r\n        background: none;\r\n        color: #545454;\r\n    }\r\n    \r\n    \/* --- Result Section (Inspired by .output-section and .output-code) --- *\/\r\n    #resultContainer {\r\n        margin-top: 24px;\r\n        display: none; \/* Initially hidden *\/\r\n    }\r\n\r\n    .output-code {\r\n        padding: 24px;\r\n        font-family: 'Courier New', monospace;\r\n        font-size: 1rem;\r\n        line-height: 1.6;\r\n        color: #333;\r\n        background-color: #f7f7f9;\r\n        border-top: 1.5px solid #EBEBEB;\r\n    }\r\n\r\n    .output-code p {\r\n        margin: 0 0 12px;\r\n    }\r\n\r\n    .output-code strong {\r\n        font-weight: bold;\r\n        color: #05047E;\r\n    }\r\n    \r\n    .output-code .disclaimer {\r\n        font-size: 0.8rem;\r\n        color: #6c757d;\r\n        margin-top: 16px;\r\n        font-style: italic;\r\n        font-family: 'DM Sans', sans-serif;\r\n    }\r\n    \r\n    \/* --- Responsive Design --- *\/\r\n    @media (max-width: 768px) {\r\n        .gutter-calculator-app {\r\n            padding: 20px 0 0;\r\n        }\r\n\r\n        .section-header, .calculator-form, .format-btn-container {\r\n            padding-left: 16px;\r\n            padding-right: 16px;\r\n        }\r\n\r\n        .format-btn-container {\r\n            flex-direction: column;\r\n            align-items: stretch;\r\n        }\r\n        \r\n        .format-btn {\r\n            width: 100%;\r\n        }\r\n\r\n        .reset-btn {\r\n            text-align: center;\r\n            padding: 8px 0;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"gutter-calculator-app\">\r\n    <div class=\"calculator-section\">\r\n        <div class=\"section-header\">\r\n            Gutter Size Calculator\r\n        <\/div>\r\n        <form class=\"calculator-form\" id=\"gutterForm\">\r\n            <div class=\"form-group\">\r\n                <label for=\"roofArea\">Roof Area (sq. ft.)<\/label>\r\n                <input type=\"number\" id=\"roofArea\" placeholder=\"e.g., 1500\" required>\r\n            <\/div>\r\n\r\n            <div class=\"form-group\">\r\n                <label for=\"roofPitch\">Roof Pitch<\/label>\r\n                <select id=\"roofPitch\" required>\r\n                    <option value=\"1.0\">Low (up to 6\/12)<\/option>\r\n                    <option value=\"1.1\">Medium (7\/12 to 9\/12)<\/option>\r\n                    <option value=\"1.2\">Steep (10\/12 to 12\/12)<\/option>\r\n                    <option value=\"1.3\">Very Steep (13\/12+)<\/option>\r\n                <\/select>\r\n            <\/div>\r\n\r\n            <div class=\"form-group\">\r\n                <label for=\"rainfallIntensity\">Max Rainfall Intensity (inches\/hr)<\/label>\r\n                <input type=\"number\" id=\"rainfallIntensity\" step=\"0.1\" placeholder=\"Find local data, e.g., 4.5\" required>\r\n            <\/div>\r\n        <\/form>\r\n        <div class=\"format-btn-container\">\r\n            <button id=\"calculateBtn\" class=\"format-btn\">Calculate<\/button>\r\n            <button id=\"resetBtn\" class=\"reset-btn\">Reset Fields<\/button>\r\n        <\/div>\r\n        \r\n        <div id=\"resultContainer\" class=\"output-section\">\r\n            <div class=\"output-code\">\r\n                <p>Required Drainage: <strong id=\"gpmResult\">--<\/strong> GPM<\/p>\r\n                <p>Recommended Gutter: <strong id=\"gutterResult\">--<\/strong><\/p>\r\n                <p class=\"disclaimer\">\r\n                    This is an estimate for standard K-style gutters. Gutter performance also depends on downspout size, number, and placement. Always consult a professional for critical applications.\r\n                <\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', () => {\r\n    \/\/ --- Element References ---\r\n    const calculateBtn = document.getElementById('calculateBtn');\r\n    const resetBtn = document.getElementById('resetBtn');\r\n    const gutterForm = document.getElementById('gutterForm');\r\n    \r\n    \/\/ Inputs\r\n    const roofAreaInput = document.getElementById('roofArea');\r\n    const roofPitchSelect = document.getElementById('roofPitch');\r\n    const rainfallIntensityInput = document.getElementById('rainfallIntensity');\r\n\r\n    \/\/ Results\r\n    const resultContainer = document.getElementById('resultContainer');\r\n    const gpmResultEl = document.getElementById('gpmResult');\r\n    const gutterResultEl = document.getElementById('gutterResult');\r\n    \r\n    \/\/ --- Main Calculation Function ---\r\n    const calculateGutterSize = () => {\r\n        \/\/ 1. Get and parse input values\r\n        const roofArea = parseFloat(roofAreaInput.value);\r\n        const pitchFactor = parseFloat(roofPitchSelect.value);\r\n        const rainfallIntensity = parseFloat(rainfallIntensityInput.value);\r\n\r\n        \/\/ 2. Validate inputs\r\n        if (isNaN(roofArea) || isNaN(pitchFactor) || isNaN(rainfallIntensity) || roofArea <= 0 || rainfallIntensity <= 0) {\r\n            alert('Please enter valid, positive numbers for all fields.');\r\n            return;\r\n        }\r\n\r\n        \/\/ 3. Perform the calculation\r\n        \/\/ Formula: Adjusted Roof Area = Roof Area * Pitch Factor\r\n        \/\/ Required GPM = (Adjusted Roof Area * Rainfall Intensity) \/ 96.25\r\n        \/\/ 96.25 is a conversion factor for sq. ft. and in\/hr to Gallons Per Minute (GPM)\r\n        const adjustedArea = roofArea * pitchFactor;\r\n        const requiredGPM = (adjustedArea * rainfallIntensity) \/ 96.25;\r\n\r\n        \/\/ 4. Determine gutter recommendation based on standard capacities\r\n        let recommendation = '';\r\n        if (requiredGPM <= 45) { \/\/ Typical capacity for 5\" K-Style Gutter\r\n            recommendation = '5-inch K-Style Gutter';\r\n        } else if (requiredGPM <= 65) { \/\/ Typical capacity for 6\" K-Style Gutter\r\n            recommendation = '6-inch K-Style Gutter';\r\n        } else {\r\n            recommendation = 'Larger than 6-inch required. Consult a professional.';\r\n        }\r\n\r\n        \/\/ 5. Display the results\r\n        gpmResultEl.textContent = requiredGPM.toFixed(2);\r\n        gutterResultEl.textContent = recommendation;\r\n        resultContainer.style.display = 'block'; \/\/ Show the result container\r\n    };\r\n\r\n    \/\/ --- Reset Function ---\r\n    const resetCalculator = () => {\r\n        gutterForm.reset(); \/\/ Resets all form fields\r\n        resultContainer.style.display = 'none'; \/\/ Hide the result container\r\n        gpmResultEl.textContent = '--';\r\n        gutterResultEl.textContent = '--';\r\n    };\r\n\r\n    \/\/ --- Event Listeners ---\r\n    calculateBtn.addEventListener('click', (e) => {\r\n        e.preventDefault(); \/\/ Prevent form submission\r\n        calculateGutterSize();\r\n    });\r\n\r\n    resetBtn.addEventListener('click', (e) => {\r\n        e.preventDefault();\r\n        resetCalculator();\r\n    });\r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":5,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[22],"tags":[21],"class_list":["post-8310699","post","type-post","status-publish","format-standard","hentry","category-tools","tag-html-css-tools"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Gutter Calculator<\/title>\n<meta name=\"description\" content=\"Easily calculate precise column gutter spacing for your Elementor website with our free Gutter Calculator. Achieve pixel-perfect layouts and professional design.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/elementor.com\/tools\/gutter-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Gutter Calculator\" \/>\n<meta property=\"og:description\" content=\"Easily calculate precise column gutter spacing for your Elementor website with our free Gutter Calculator. Achieve pixel-perfect layouts and professional design.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/gutter-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-12T00:32:53+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-12T00:34:37+00:00\" \/>\n<meta name=\"author\" content=\"liz@148.red\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"liz@148.red\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/elementor.com\/tools\/gutter-calculator\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/gutter-calculator\/\"},\"author\":{\"name\":\"liz@148.red\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"headline\":\"Gutter Calculator\",\"datePublished\":\"2025-09-12T00:32:53+00:00\",\"dateModified\":\"2025-09-12T00:34:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/gutter-calculator\/\"},\"wordCount\":4,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/gutter-calculator\/\",\"url\":\"https:\/\/elementor.com\/tools\/gutter-calculator\/\",\"name\":\"Gutter Calculator\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-09-12T00:32:53+00:00\",\"dateModified\":\"2025-09-12T00:34:37+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"description\":\"Easily calculate precise column gutter spacing for your Elementor website with our free Gutter Calculator. Achieve pixel-perfect layouts and professional design.\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/gutter-calculator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/gutter-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/gutter-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Gutter Calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/elementor.com\/tools\/#website\",\"url\":\"https:\/\/elementor.com\/tools\/\",\"name\":\"Tools\",\"description\":\"Just another Elementor hosted website ;)\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/elementor.com\/tools\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\",\"name\":\"liz@148.red\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"caption\":\"liz@148.red\"},\"url\":\"https:\/\/elementor.com\/tools\/author\/liz148-red\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Gutter Calculator","description":"Easily calculate precise column gutter spacing for your Elementor website with our free Gutter Calculator. Achieve pixel-perfect layouts and professional design.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/elementor.com\/tools\/gutter-calculator\/","og_locale":"en_US","og_type":"article","og_title":"Gutter Calculator","og_description":"Easily calculate precise column gutter spacing for your Elementor website with our free Gutter Calculator. Achieve pixel-perfect layouts and professional design.","og_url":"https:\/\/elementor.com\/tools\/gutter-calculator\/","og_site_name":"Tools","article_published_time":"2025-09-12T00:32:53+00:00","article_modified_time":"2025-09-12T00:34:37+00:00","author":"liz@148.red","twitter_card":"summary_large_image","twitter_misc":{"Written by":"liz@148.red","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/elementor.com\/tools\/gutter-calculator\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/gutter-calculator\/"},"author":{"name":"liz@148.red","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"headline":"Gutter Calculator","datePublished":"2025-09-12T00:32:53+00:00","dateModified":"2025-09-12T00:34:37+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/gutter-calculator\/"},"wordCount":4,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/gutter-calculator\/","url":"https:\/\/elementor.com\/tools\/gutter-calculator\/","name":"Gutter Calculator","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-09-12T00:32:53+00:00","dateModified":"2025-09-12T00:34:37+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"description":"Easily calculate precise column gutter spacing for your Elementor website with our free Gutter Calculator. Achieve pixel-perfect layouts and professional design.","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/gutter-calculator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/gutter-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/gutter-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"Gutter Calculator"}]},{"@type":"WebSite","@id":"https:\/\/elementor.com\/tools\/#website","url":"https:\/\/elementor.com\/tools\/","name":"Tools","description":"Just another Elementor hosted website ;)","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/elementor.com\/tools\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac","name":"liz@148.red","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","caption":"liz@148.red"},"url":"https:\/\/elementor.com\/tools\/author\/liz148-red\/"}]}},"_links":{"self":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310699","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/comments?post=8310699"}],"version-history":[{"count":1,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310699\/revisions"}],"predecessor-version":[{"id":8310701,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310699\/revisions\/8310701"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8310699"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8310699"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8310699"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}