{"id":8311196,"date":"2025-09-19T06:52:04","date_gmt":"2025-09-19T03:52:04","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8311196"},"modified":"2025-09-19T07:00:08","modified_gmt":"2025-09-19T04:00:08","slug":"retirement-calculator","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/retirement-calculator\/","title":{"rendered":"Retirement Calculator"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8311197\" class=\"elementor elementor-8311197\" 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    \/* --- Styles Adapted from Your Code --- *\/\r\n    .html-viewer-app {\r\n        width: 100%;\r\n        max-width: 800px; \/* Adjusted for a single-panel 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    .format-btn {\r\n        background-color: #000;\r\n        color: white;\r\n        border: none;\r\n        padding: 12px 20px;\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: 11rem;\r\n        text-align: center;\r\n        border-radius: 4px; \/* Added for consistency *\/\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    \/* Using #minifyBtn style for the primary action to make it stand out *\/\r\n    #calculateBtn {\r\n        background-color: #ff7be5;\r\n        color: black;\r\n    }\r\n\r\n    #calculateBtn:is(:hover, :focus, :focus-visible, :active) {\r\n        background-color: #ffa8ee;\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        text-decoration: underline;\r\n    }\r\n\r\n    \/* Re-purposing .input-section as the main calculator panel *\/\r\n    .calculator-panel {\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        border: 1.5px solid #EBEBEB;\r\n        box-shadow: 0 4px 15px rgba(0,0,0,0.08);\r\n    }\r\n\r\n    .section-header {\r\n        background-color: #05047E;\r\n        color: white;\r\n        padding: 12px 20px;\r\n        font-weight: 400;\r\n        font-size: 1.25rem; \/* Slightly larger for a title *\/\r\n    }\r\n    \r\n    \/* --- New Styles for the Calculator --- *\/\r\n    .calculator-content {\r\n        padding: 25px 30px;\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 20px;\r\n    }\r\n\r\n    .form-inputs-grid {\r\n        display: grid;\r\n        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\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-size: 1rem;\r\n        font-weight: 500;\r\n        color: #333;\r\n    }\r\n\r\n    .form-group input {\r\n        width: 100%;\r\n        padding: 10px 12px;\r\n        border: 1.5px solid #EBEBEB;\r\n        border-radius: 4px;\r\n        font-size: 1rem;\r\n        font-family: 'DM Sans', sans-serif;\r\n        box-sizing: border-box; \/* Important for consistent sizing *\/\r\n        transition: border-color 0.2s, box-shadow 0.2s;\r\n    }\r\n    \r\n    .form-group input: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-container {\r\n        display: flex;\r\n        flex-wrap: wrap;\r\n        gap: 20px;\r\n        align-items: center;\r\n        margin-top: 15px;\r\n    }\r\n    \r\n    #results-section {\r\n        margin-top: 30px;\r\n        background-color: #f9f9ff;\r\n        border-radius: 8px;\r\n        padding: 25px 30px;\r\n        border: 1.5px solid #EBEBEB;\r\n        display: none; \/* Hidden by default *\/\r\n    }\r\n\r\n    #results-section h3 {\r\n        margin: 0 0 20px;\r\n        font-size: 1.5rem;\r\n        color: #05047E;\r\n        text-align: center;\r\n    }\r\n    \r\n    .result-item {\r\n        display: flex;\r\n        justify-content: space-between;\r\n        align-items: center;\r\n        padding: 15px 0;\r\n        border-bottom: 1px solid #EBEBEB;\r\n    }\r\n\r\n    .result-item:last-child {\r\n        border-bottom: none;\r\n    }\r\n    \r\n    .result-label {\r\n        font-weight: 500;\r\n        font-size: 1.1rem;\r\n        color: #333;\r\n    }\r\n    \r\n    .result-value {\r\n        font-weight: bold;\r\n        font-size: 1.2rem;\r\n        color: #000;\r\n    }\r\n    \r\n    #result-summary {\r\n        text-align: center;\r\n        margin-top: 20px;\r\n        font-size: 1.1rem;\r\n        color: #555;\r\n        line-height: 1.6;\r\n    }\r\n\r\n    .error-message {\r\n        color: #cf2e2e;\r\n        font-size: 0.9rem;\r\n        margin-top: 15px;\r\n        text-align: center;\r\n        display: none; \/* Hidden by default *\/\r\n    }\r\n\r\n<\/style>\r\n\r\n<div class=\"html-viewer-app\">\r\n    <div class=\"calculator-panel\">\r\n        <div class=\"section-header\">\r\n            Retirement Savings Calculator\r\n        <\/div>\r\n        <div class=\"calculator-content\">\r\n            <div class=\"form-inputs-grid\">\r\n                <div class=\"form-group\">\r\n                    <label for=\"currentAge\">Current Age<\/label>\r\n                    <input type=\"number\" id=\"currentAge\" placeholder=\"e.g., 30\" min=\"1\">\r\n                <\/div>\r\n                <div class=\"form-group\">\r\n                    <label for=\"retirementAge\">Retirement Age<\/label>\r\n                    <input type=\"number\" id=\"retirementAge\" placeholder=\"e.g., 65\" min=\"1\">\r\n                <\/div>\r\n                <div class=\"form-group\">\r\n                    <label for=\"currentSavings\">Current Savings ($)<\/label>\r\n                    <input type=\"number\" id=\"currentSavings\" placeholder=\"e.g., 50000\" min=\"0\">\r\n                <\/div>\r\n                <div class=\"form-group\">\r\n                    <label for=\"monthlyContribution\">Monthly Contribution ($)<\/label>\r\n                    <input type=\"number\" id=\"monthlyContribution\" placeholder=\"e.g., 500\" min=\"0\">\r\n                <\/div>\r\n                <div class=\"form-group\">\r\n                    <label for=\"annualReturn\">Expected Annual Return (%)<\/label>\r\n                    <input type=\"number\" id=\"annualReturn\" placeholder=\"e.g., 7\" min=\"0\">\r\n                <\/div>\r\n                 <div class=\"form-group\">\r\n                    <label for=\"inflationRate\">Expected Inflation Rate (%)<\/label>\r\n                    <input type=\"number\" id=\"inflationRate\" placeholder=\"e.g., 3\" min=\"0\" value=\"3\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"buttons-container\">\r\n                <button class=\"format-btn\" id=\"calculateBtn\">Calculate<\/button>\r\n                <button class=\"reset-btn\" id=\"resetBtn\">Reset Fields<\/button>\r\n            <\/div>\r\n\r\n            <div id=\"error-message\" class=\"error-message\"><\/div>\r\n\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div id=\"results-section\">\r\n        <h3>Your Retirement Projection<\/h3>\r\n        <div class=\"result-item\">\r\n            <span class=\"result-label\">Total Savings at Retirement<\/span>\r\n            <span class=\"result-value\" id=\"totalSavingsResult\">$0<\/span>\r\n        <\/div>\r\n        <div class=\"result-item\">\r\n            <span class=\"result-label\">Purchasing Power (in Today's Dollars)<\/span>\r\n            <span class=\"result-value\" id=\"purchasingPowerResult\">$0<\/span>\r\n        <\/div>\r\n        <p id=\"result-summary\"><\/p>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n    document.addEventListener('DOMContentLoaded', () => {\r\n        \/\/ --- DOM Element Selection ---\r\n        const calculateBtn = document.getElementById('calculateBtn');\r\n        const resetBtn = document.getElementById('resetBtn');\r\n        const resultsSection = document.getElementById('results-section');\r\n        const errorMessage = document.getElementById('error-message');\r\n\r\n        const inputs = {\r\n            currentAge: document.getElementById('currentAge'),\r\n            retirementAge: document.getElementById('retirementAge'),\r\n            currentSavings: document.getElementById('currentSavings'),\r\n            monthlyContribution: document.getElementById('monthlyContribution'),\r\n            annualReturn: document.getElementById('annualReturn'),\r\n            inflationRate: document.getElementById('inflationRate'),\r\n        };\r\n\r\n        const results = {\r\n            totalSavings: document.getElementById('totalSavingsResult'),\r\n            purchasingPower: document.getElementById('purchasingPowerResult'),\r\n            summary: document.getElementById('result-summary'),\r\n        };\r\n\r\n        \/\/ --- Event Listeners ---\r\n        calculateBtn.addEventListener('click', handleCalculation);\r\n        resetBtn.addEventListener('click', handleReset);\r\n        \r\n        \/\/ Add event listener to inputs to hide results\/error on change\r\n        Object.values(inputs).forEach(input => {\r\n            input.addEventListener('input', () => {\r\n                resultsSection.style.display = 'none';\r\n                errorMessage.style.display = 'none';\r\n            });\r\n        });\r\n\r\n        \/\/ --- Functions ---\r\n        function handleCalculation() {\r\n            \/\/ 1. Get and Validate Inputs\r\n            const values = {};\r\n            let isValid = true;\r\n            for (const key in inputs) {\r\n                const value = parseFloat(inputs[key].value);\r\n                if (isNaN(value) || value < 0) {\r\n                    isValid = false;\r\n                    showError(`Please enter a valid, positive number for \"${inputs[key].previousElementSibling.textContent}\".`);\r\n                    break;\r\n                }\r\n                values[key] = value;\r\n            }\r\n\r\n            if (!isValid) return;\r\n\r\n            if (values.currentAge >= values.retirementAge) {\r\n                showError(\"Retirement age must be greater than your current age.\");\r\n                return;\r\n            }\r\n            \r\n            hideError();\r\n\r\n            \/\/ 2. Perform Calculation\r\n            const yearsToGrow = values.retirementAge - values.currentAge;\r\n            const annualContribution = values.monthlyContribution * 12;\r\n            const annualReturnRate = values.annualReturn \/ 100;\r\n            const inflationRate = values.inflationRate \/ 100;\r\n\r\n            let futureValue = values.currentSavings;\r\n\r\n            \/\/ Using the future value of a series formula for monthly contributions\r\n            \/\/ FV = P(1+r)^n + PMT * [((1+r)^n - 1) \/ r]\r\n            \/\/ We'll do it iteratively for simplicity and clarity\r\n            for (let i = 0; i < yearsToGrow; i++) {\r\n                futureValue += annualContribution;\r\n                futureValue *= (1 + annualReturnRate);\r\n            }\r\n            \r\n            \/\/ 3. Calculate Purchasing Power (adjusted for inflation)\r\n            const purchasingPower = futureValue \/ Math.pow(1 + inflationRate, yearsToGrow);\r\n\r\n            \/\/ 4. Display Results\r\n            displayResults(futureValue, purchasingPower, yearsToGrow);\r\n        }\r\n\r\n        function displayResults(total, power, years) {\r\n            const currencyFormatter = new Intl.NumberFormat('en-US', {\r\n                style: 'currency',\r\n                currency: 'USD',\r\n                minimumFractionDigits: 0,\r\n                maximumFractionDigits: 0,\r\n            });\r\n\r\n            results.totalSavings.textContent = currencyFormatter.format(total);\r\n            results.purchasingPower.textContent = currencyFormatter.format(power);\r\n            results.summary.innerHTML = `Over the next <strong>${years} years<\/strong>, your savings are projected to grow to <strong>${currencyFormatter.format(total)}<\/strong>. Factoring in inflation, this would have the same buying power as approximately <strong>${currencyFormatter.format(power)}<\/strong> today.`;\r\n\r\n            resultsSection.style.display = 'block';\r\n            resultsSection.scrollIntoView({ behavior: 'smooth', block: 'end' });\r\n        }\r\n\r\n        function handleReset() {\r\n            for (const key in inputs) {\r\n                if (key !== 'inflationRate') {\r\n                    inputs[key].value = '';\r\n                } else {\r\n                    inputs[key].value = '3'; \/\/ Reset inflation to default\r\n                }\r\n            }\r\n            resultsSection.style.display = 'none';\r\n            hideError();\r\n        }\r\n        \r\n        function showError(message) {\r\n            errorMessage.textContent = message;\r\n            errorMessage.style.display = 'block';\r\n            resultsSection.style.display = 'none';\r\n        }\r\n\r\n        function hideError() {\r\n            errorMessage.style.display = 'none';\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-8311196","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>Retirement Calculator<\/title>\n<meta name=\"description\" content=\"Take control of your finances with our intuitive Budget Planner tool. Track income, expenses, set goals, and achieve financial freedom. Easy to use for Elementor users.\" \/>\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\/retirement-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Retirement Calculator\" \/>\n<meta property=\"og:description\" content=\"Take control of your finances with our intuitive Budget Planner tool. Track income, expenses, set goals, and achieve financial freedom. Easy to use for Elementor users.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/retirement-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-19T03:52:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-19T04:00:08+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\/retirement-calculator\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/retirement-calculator\/\"},\"author\":{\"name\":\"liz@148.red\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"headline\":\"Retirement Calculator\",\"datePublished\":\"2025-09-19T03:52:04+00:00\",\"dateModified\":\"2025-09-19T04:00:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/retirement-calculator\/\"},\"wordCount\":4,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/retirement-calculator\/\",\"url\":\"https:\/\/elementor.com\/tools\/retirement-calculator\/\",\"name\":\"Retirement Calculator\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-09-19T03:52:04+00:00\",\"dateModified\":\"2025-09-19T04:00:08+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"description\":\"Take control of your finances with our intuitive Budget Planner tool. Track income, expenses, set goals, and achieve financial freedom. Easy to use for Elementor users.\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/retirement-calculator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/retirement-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/retirement-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Retirement 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":"Retirement Calculator","description":"Take control of your finances with our intuitive Budget Planner tool. Track income, expenses, set goals, and achieve financial freedom. Easy to use for Elementor users.","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\/retirement-calculator\/","og_locale":"en_US","og_type":"article","og_title":"Retirement Calculator","og_description":"Take control of your finances with our intuitive Budget Planner tool. Track income, expenses, set goals, and achieve financial freedom. Easy to use for Elementor users.","og_url":"https:\/\/elementor.com\/tools\/retirement-calculator\/","og_site_name":"Tools","article_published_time":"2025-09-19T03:52:04+00:00","article_modified_time":"2025-09-19T04:00:08+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\/retirement-calculator\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/retirement-calculator\/"},"author":{"name":"liz@148.red","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"headline":"Retirement Calculator","datePublished":"2025-09-19T03:52:04+00:00","dateModified":"2025-09-19T04:00:08+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/retirement-calculator\/"},"wordCount":4,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/retirement-calculator\/","url":"https:\/\/elementor.com\/tools\/retirement-calculator\/","name":"Retirement Calculator","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-09-19T03:52:04+00:00","dateModified":"2025-09-19T04:00:08+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"description":"Take control of your finances with our intuitive Budget Planner tool. Track income, expenses, set goals, and achieve financial freedom. Easy to use for Elementor users.","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/retirement-calculator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/retirement-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/retirement-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"Retirement 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\/8311196","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=8311196"}],"version-history":[{"count":2,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8311196\/revisions"}],"predecessor-version":[{"id":8311201,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8311196\/revisions\/8311201"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8311196"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8311196"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8311196"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}