{"id":8310364,"date":"2025-09-08T12:40:03","date_gmt":"2025-09-08T09:40:03","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8310364"},"modified":"2025-09-08T12:41:32","modified_gmt":"2025-09-08T09:41:32","slug":"compound-growth-calculator","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/compound-growth-calculator\/","title":{"rendered":"Compound Growth Calculator"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8310363\" class=\"elementor elementor-8310363\" 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    \/* --- General App Styles (Adapted from your code) --- *\/\r\n    .compound-growth-app {\r\n        width: 100%;\r\n        max-width: 800px; \/* Adjusted for a single-column 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-content {\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 20px;\r\n    }\r\n\r\n    \/* --- Calculator Section Styles (Adapted from .input-section) --- *\/\r\n    .calculator-section {\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 12px 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: 16px 24px;\r\n        font-weight: 500;\r\n        font-size: 1.25rem;\r\n    }\r\n\r\n    .calculator-form, .results-container {\r\n        padding: 24px;\r\n    }\r\n\r\n    \/* --- Form Input Styles --- *\/\r\n    .input-grid {\r\n        display: grid;\r\n        grid-template-columns: 1fr 1fr;\r\n        gap: 20px;\r\n        margin-bottom: 24px;\r\n    }\r\n    \r\n    .input-group {\r\n        display: flex;\r\n        flex-direction: column;\r\n    }\r\n    \r\n    .input-group.full-width {\r\n        grid-column: 1 \/ -1;\r\n    }\r\n\r\n    .input-group label {\r\n        margin-bottom: 8px;\r\n        font-size: 0.9rem;\r\n        font-weight: 500;\r\n        color: #333;\r\n    }\r\n\r\n    .input-group input,\r\n    .input-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: 'DM Sans', sans-serif;\r\n        background-color: #fcfcfc;\r\n        transition: border-color 0.2s, box-shadow 0.2s;\r\n    }\r\n\r\n    .input-group input:focus,\r\n    .input-group select:focus {\r\n        outline: none;\r\n        border-color: #05047E;\r\n        box-shadow: 0 0 0 3px rgba(5, 4, 126, 0.1);\r\n    }\r\n\r\n    \/* --- Button Styles (Adapted from your code) --- *\/\r\n    .btn-container {\r\n        display: flex;\r\n        flex-direction: column;\r\n        align-items: center;\r\n        gap: 12px;\r\n        margin-top: 10px;\r\n    }\r\n    \r\n    .format-btn {\r\n        background-color: #ff7be5; \/* Using your #minifyBtn style for the primary action *\/\r\n        color: black;\r\n        border: none;\r\n        padding: 14px 24px;\r\n        cursor: pointer;\r\n        font-size: 1.125rem;\r\n        font-weight: 500;\r\n        transition: all 0.2s;\r\n        border-radius: 4px;\r\n        width: 100%;\r\n        max-width: 300px;\r\n    }\r\n\r\n    .format-btn:is(:hover, :focus, :focus-visible, :active) {\r\n        background-color: #ffa8ee; \/* Lighter pink for hover *\/\r\n    }\r\n\r\n    .reset-btn {\r\n        background: none;\r\n        border: none;\r\n        color: #545454;\r\n        text-decoration: underline;\r\n        font-size: 0.9rem;\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        color: #000;\r\n    }\r\n    \r\n    \/* --- Results Section Styles (Adapted from .output-container) --- *\/\r\n    .results-container {\r\n        display: none; \/* Initially hidden *\/\r\n        background-color: #f7f7f9;\r\n        border-top: 1.5px solid #EBEBEB;\r\n    }\r\n\r\n    .results-container h3 {\r\n        margin: 0 0 20px 0;\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        padding: 15px 0;\r\n        border-bottom: 1px solid #e0e0e0;\r\n        font-size: 1.1rem;\r\n    }\r\n    \r\n    .result-item:last-child {\r\n        border-bottom: none;\r\n    }\r\n\r\n    .result-item .label {\r\n        font-weight: 500;\r\n        color: #333;\r\n    }\r\n\r\n    .result-item .value {\r\n        font-weight: 700;\r\n        color: #00d084; \/* Using a color from your :root *\/\r\n    }\r\n    \r\n    .result-item .value.principal {\r\n        color: #0693e3; \/* Using a color from your :root *\/\r\n    }\r\n\r\n\r\n    \/* --- Responsive Adjustments --- *\/\r\n    @media (max-width: 768px) {\r\n        .compound-growth-app {\r\n            padding: 20px 15px 0;\r\n        }\r\n        .input-grid {\r\n            grid-template-columns: 1fr;\r\n        }\r\n        .section-header {\r\n            font-size: 1.1rem;\r\n            padding: 12px 16px;\r\n        }\r\n         .calculator-form, .results-container {\r\n            padding: 20px;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"compound-growth-app\">\r\n    <div class=\"main-content\">\r\n        <div class=\"calculator-section\">\r\n            <div class=\"section-header\">\r\n                Compound Growth Calculator\r\n            <\/div>\r\n            <div id=\"calculatorForm\" class=\"calculator-form\">\r\n                <div class=\"input-grid\">\r\n                    <div class=\"input-group\">\r\n                        <label for=\"initialPrincipal\">Initial Principal ($)<\/label>\r\n                        <input type=\"number\" id=\"initialPrincipal\" placeholder=\"e.g., 10000\" value=\"10000\">\r\n                    <\/div>\r\n                    <div class=\"input-group\">\r\n                        <label for=\"monthlyContribution\">Monthly Contribution ($)<\/label>\r\n                        <input type=\"number\" id=\"monthlyContribution\" placeholder=\"e.g., 500\" value=\"500\">\r\n                    <\/div>\r\n                    <div class=\"input-group\">\r\n                        <label for=\"investmentYears\">Years to Grow<\/label>\r\n                        <input type=\"number\" id=\"investmentYears\" placeholder=\"e.g., 10\" value=\"10\">\r\n                    <\/div>\r\n                    <div class=\"input-group\">\r\n                        <label for=\"annualRate\">Estimated Annual Rate (%)<\/label>\r\n                        <input type=\"number\" id=\"annualRate\" placeholder=\"e.g., 8\" value=\"8\">\r\n                    <\/div>\r\n                     <div class=\"input-group full-width\">\r\n                        <label for=\"compoundFrequency\">Compound Frequency<\/label>\r\n                        <select id=\"compoundFrequency\">\r\n                            <option value=\"12\" selected>Monthly<\/option>\r\n                            <option value=\"4\">Quarterly<\/option>\r\n                            <option value=\"2\">Semi-Annually<\/option>\r\n                            <option value=\"1\">Annually<\/option>\r\n                        <\/select>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"btn-container\">\r\n                    <button id=\"calculateBtn\" class=\"format-btn\">Calculate Growth<\/button>\r\n                    <button id=\"resetBtn\" class=\"reset-btn\">Reset Fields<\/button>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div id=\"resultsSection\" class=\"results-container\">\r\n                <h3>Your Projected Growth<\/h3>\r\n                <div class=\"result-item\">\r\n                    <span class=\"label\">Future Investment Value<\/span>\r\n                    <span id=\"futureValue\" class=\"value\"><\/span>\r\n                <\/div>\r\n                <div class=\"result-item\">\r\n                    <span class=\"label\">Total Contributions<\/span>\r\n                    <span id=\"totalPrincipal\" class=\"value principal\"><\/span>\r\n                <\/div>\r\n                <div class=\"result-item\">\r\n                    <span class=\"label\">Total Interest Earned<\/span>\r\n                    <span id=\"totalInterest\" class=\"value\"><\/span>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n    document.addEventListener('DOMContentLoaded', function() {\r\n        \/\/ --- Element References ---\r\n        const initialPrincipalEl = document.getElementById('initialPrincipal');\r\n        const monthlyContributionEl = document.getElementById('monthlyContribution');\r\n        const investmentYearsEl = document.getElementById('investmentYears');\r\n        const annualRateEl = document.getElementById('annualRate');\r\n        const compoundFrequencyEl = document.getElementById('compoundFrequency');\r\n        \r\n        const calculateBtn = document.getElementById('calculateBtn');\r\n        const resetBtn = document.getElementById('resetBtn');\r\n        \r\n        const resultsSection = document.getElementById('resultsSection');\r\n        const futureValueEl = document.getElementById('futureValue');\r\n        const totalPrincipalEl = document.getElementById('totalPrincipal');\r\n        const totalInterestEl = document.getElementById('totalInterest');\r\n\r\n        \/\/ --- Event Listeners ---\r\n        calculateBtn.addEventListener('click', calculateCompoundGrowth);\r\n        resetBtn.addEventListener('click', resetCalculator);\r\n\r\n        \/\/ --- Functions ---\r\n        function calculateCompoundGrowth() {\r\n            \/\/ 1. Get and parse input values\r\n            const P = parseFloat(initialPrincipalEl.value) || 0;\r\n            const M = parseFloat(monthlyContributionEl.value) || 0;\r\n            const t = parseFloat(investmentYearsEl.value) || 0;\r\n            const annualRate = parseFloat(annualRateEl.value) || 0;\r\n            const n = parseInt(compoundFrequencyEl.value);\r\n\r\n            \/\/ 2. Validate inputs\r\n            if (t <= 0 || annualRate <= 0) {\r\n                alert('Please enter a positive value for \"Years to Grow\" and \"Annual Rate\".');\r\n                return;\r\n            }\r\n\r\n            \/\/ 3. Perform calculations\r\n            const r = annualRate \/ 100; \/\/ Convert percentage to decimal\r\n            const nt = n * t;\r\n\r\n            \/\/ Future value of the initial principal\r\n            const fvPrincipal = P * Math.pow(1 + r \/ n, nt);\r\n\r\n            \/\/ Future value of the monthly contributions (treated as a series)\r\n            \/\/ Note: We adjust the contribution to match the compounding period\r\n            const periodicContribution = M * 12 \/ n;\r\n            const fvContributions = periodicContribution * ( (Math.pow(1 + r \/ n, nt) - 1) \/ (r \/ n) );\r\n\r\n            const totalFutureValue = fvPrincipal + fvContributions;\r\n            const totalContributions = P + (M * 12 * t);\r\n            const totalInterest = totalFutureValue - totalContributions;\r\n\r\n            \/\/ 4. Display the results\r\n            displayResults({\r\n                futureValue: totalFutureValue,\r\n                principal: totalContributions,\r\n                interest: totalInterest\r\n            });\r\n        }\r\n        \r\n        function displayResults(data) {\r\n            const currencyFormatter = new Intl.NumberFormat('en-US', {\r\n                style: 'currency',\r\n                currency: 'USD',\r\n                minimumFractionDigits: 2,\r\n                maximumFractionDigits: 2,\r\n            });\r\n\r\n            futureValueEl.textContent = currencyFormatter.format(data.futureValue);\r\n            totalPrincipalEl.textContent = currencyFormatter.format(data.principal);\r\n            totalInterestEl.textContent = currencyFormatter.format(data.interest);\r\n\r\n            \/\/ Show the results section\r\n            resultsSection.style.display = 'block';\r\n        }\r\n\r\n        function resetCalculator() {\r\n            initialPrincipalEl.value = '';\r\n            monthlyContributionEl.value = '';\r\n            investmentYearsEl.value = '';\r\n            annualRateEl.value = '';\r\n            compoundFrequencyEl.value = '12';\r\n\r\n            \/\/ Hide the results section\r\n            resultsSection.style.display = 'none';\r\n\r\n            \/\/ Clear result text\r\n            futureValueEl.textContent = '';\r\n            totalPrincipalEl.textContent = '';\r\n            totalInterestEl.textContent = '';\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-8310364","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>Compound Growth Calculator<\/title>\n<meta name=\"description\" content=\"Calculate the future value of your investments with the Elementor Compound Growth Calculator. Understand how your money grows over time with compound interest and plan your financial future effectively.\" \/>\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\/compound-growth-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Compound Growth Calculator\" \/>\n<meta property=\"og:description\" content=\"Calculate the future value of your investments with the Elementor Compound Growth Calculator. Understand how your money grows over time with compound interest and plan your financial future effectively.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/compound-growth-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-08T09:40:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-08T09:41:32+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\/compound-growth-calculator\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/compound-growth-calculator\/\"},\"author\":{\"name\":\"liz@148.red\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"headline\":\"Compound Growth Calculator\",\"datePublished\":\"2025-09-08T09:40:03+00:00\",\"dateModified\":\"2025-09-08T09:41:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/compound-growth-calculator\/\"},\"wordCount\":5,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/compound-growth-calculator\/\",\"url\":\"https:\/\/elementor.com\/tools\/compound-growth-calculator\/\",\"name\":\"Compound Growth Calculator\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-09-08T09:40:03+00:00\",\"dateModified\":\"2025-09-08T09:41:32+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"description\":\"Calculate the future value of your investments with the Elementor Compound Growth Calculator. Understand how your money grows over time with compound interest and plan your financial future effectively.\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/compound-growth-calculator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/compound-growth-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/compound-growth-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Compound Growth 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":"Compound Growth Calculator","description":"Calculate the future value of your investments with the Elementor Compound Growth Calculator. Understand how your money grows over time with compound interest and plan your financial future effectively.","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\/compound-growth-calculator\/","og_locale":"en_US","og_type":"article","og_title":"Compound Growth Calculator","og_description":"Calculate the future value of your investments with the Elementor Compound Growth Calculator. Understand how your money grows over time with compound interest and plan your financial future effectively.","og_url":"https:\/\/elementor.com\/tools\/compound-growth-calculator\/","og_site_name":"Tools","article_published_time":"2025-09-08T09:40:03+00:00","article_modified_time":"2025-09-08T09:41:32+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\/compound-growth-calculator\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/compound-growth-calculator\/"},"author":{"name":"liz@148.red","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"headline":"Compound Growth Calculator","datePublished":"2025-09-08T09:40:03+00:00","dateModified":"2025-09-08T09:41:32+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/compound-growth-calculator\/"},"wordCount":5,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/compound-growth-calculator\/","url":"https:\/\/elementor.com\/tools\/compound-growth-calculator\/","name":"Compound Growth Calculator","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-09-08T09:40:03+00:00","dateModified":"2025-09-08T09:41:32+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"description":"Calculate the future value of your investments with the Elementor Compound Growth Calculator. Understand how your money grows over time with compound interest and plan your financial future effectively.","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/compound-growth-calculator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/compound-growth-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/compound-growth-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"Compound Growth 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\/8310364","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=8310364"}],"version-history":[{"count":1,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310364\/revisions"}],"predecessor-version":[{"id":8310367,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310364\/revisions\/8310367"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8310364"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8310364"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8310364"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}