{"id":8311304,"date":"2025-09-22T09:06:04","date_gmt":"2025-09-22T06:06:04","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8311304"},"modified":"2025-09-22T09:10:03","modified_gmt":"2025-09-22T06:10:03","slug":"burn-rate-calculator","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/burn-rate-calculator\/","title":{"rendered":"Burn Rate Calculator"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8311303\" class=\"elementor elementor-8311303\" 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 Tool Styles (Adapted from your example) --- *\/\r\n    .html-viewer-app {\r\n        width: 100%;\r\n        max-width: 700px; \/* Adjusted for a single-column layout *\/\r\n        margin: 0 auto;\r\n        padding: 40px 0;\r\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\r\n    }\r\n\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 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: 16px 24px;\r\n        font-weight: 500;\r\n        font-size: 1.25rem;\r\n    }\r\n\r\n    .section-header h2 {\r\n        margin: 0;\r\n        font-size: inherit;\r\n        font-weight: inherit;\r\n    }\r\n\r\n    \/* --- Form Styles --- *\/\r\n    .calculator-body {\r\n        padding: 24px 32px 32px;\r\n    }\r\n\r\n    .form-group {\r\n        margin-bottom: 20px;\r\n    }\r\n\r\n    .form-group label {\r\n        display: block;\r\n        font-weight: 500;\r\n        color: #333;\r\n        margin-bottom: 8px;\r\n        font-size: 1rem;\r\n    }\r\n\r\n    .form-group input {\r\n        width: 100%;\r\n        padding: 12px 16px;\r\n        border: 1.5px solid #E0E0E0;\r\n        border-radius: 4px;\r\n        font-size: 1rem;\r\n        box-sizing: border-box; \/* Ensures padding doesn't affect width *\/\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 3px rgba(5, 4, 126, 0.1);\r\n    }\r\n    \r\n    .form-group input::placeholder {\r\n        color: #adb5bd;\r\n    }\r\n\r\n    \/* --- Button Styles (Adapted from your example) --- *\/\r\n    .button-container {\r\n        margin-top: 24px;\r\n        display: flex;\r\n        flex-direction: column;\r\n        align-items: center;\r\n        gap: 12px;\r\n    }\r\n\r\n    .format-btn {\r\n        background-color: #000;\r\n        color: white;\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        text-align: center;\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: 8px;\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    \/* --- Results Section --- *\/\r\n    .results-section {\r\n        margin-top: 32px;\r\n        padding: 24px;\r\n        border-radius: 8px;\r\n        background-color: #f7f7fa;\r\n        border: 1.5px dashed #E0E0E0;\r\n        display: none; \/* Initially hidden *\/\r\n        animation: fadeIn 0.5s ease-in-out;\r\n    }\r\n    \r\n    @keyframes fadeIn {\r\n        from { opacity: 0; transform: translateY(10px); }\r\n        to { opacity: 1; transform: translateY(0); }\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: 12px 0;\r\n        font-size: 1.1rem;\r\n    }\r\n\r\n    .result-item:not(:last-child) {\r\n        border-bottom: 1px solid #EBEBEB;\r\n    }\r\n    \r\n    .result-label {\r\n        color: #555;\r\n        font-weight: 400;\r\n    }\r\n\r\n    .result-value {\r\n        font-weight: 600;\r\n        color: #000;\r\n    }\r\n\r\n    .result-value.positive {\r\n        color: #00B383; \/* Green for profitable *\/\r\n    }\r\n\r\n    .result-value.negative {\r\n        color: #D93025; \/* Red for burning *\/\r\n    }\r\n\r\n    .runway-result {\r\n        text-align: center;\r\n        margin-top: 20px;\r\n        font-size: 1.2rem;\r\n    }\r\n    .runway-result .runway-value {\r\n        font-size: 2.5rem;\r\n        font-weight: 700;\r\n        color: #05047E;\r\n        display: block;\r\n        margin-bottom: 4px;\r\n    }\r\n    .runway-result .runway-label {\r\n        font-size: 1rem;\r\n        color: #555;\r\n    }\r\n    \r\n    .profitable-message {\r\n        text-align: center;\r\n        padding: 20px;\r\n        font-size: 1.2rem;\r\n        font-weight: 500;\r\n        color: #00B383;\r\n    }\r\n    \r\n    \/* --- Responsive --- *\/\r\n     @media (max-width: 768px) {\r\n        .html-viewer-app {\r\n            padding: 20px 15px;\r\n        }\r\n        .calculator-body {\r\n            padding: 20px;\r\n        }\r\n    }\r\n\r\n<\/style>\r\n\r\n<div class=\"html-viewer-app\">\r\n    <div id=\"burnRateCalculator\" class=\"calculator-section\">\r\n        <div class=\"section-header\">\r\n            <h2>Burn Rate Calculator<\/h2>\r\n        <\/div>\r\n        <div class=\"calculator-body\">\r\n            <form id=\"burnRateForm\">\r\n                <div class=\"form-group\">\r\n                    <label for=\"cashBalance\">Current Cash Balance ($)<\/label>\r\n                    <input type=\"number\" id=\"cashBalance\" placeholder=\"e.g., 500000\" min=\"0\" step=\"any\" required>\r\n                <\/div>\r\n                <div class=\"form-group\">\r\n                    <label for=\"monthlyRevenue\">Total Monthly Revenue ($)<\/label>\r\n                    <input type=\"number\" id=\"monthlyRevenue\" placeholder=\"e.g., 25000\" min=\"0\" step=\"any\" required>\r\n                <\/div>\r\n                <div class=\"form-group\">\r\n                    <label for=\"monthlyExpenses\">Total Monthly Expenses ($)<\/label>\r\n                    <input type=\"number\" id=\"monthlyExpenses\" placeholder=\"e.g., 75000\" min=\"0\" step=\"any\" required>\r\n                <\/div>\r\n                <div class=\"button-container\">\r\n                    <button type=\"submit\" class=\"format-btn\">Calculate Runway<\/button>\r\n                    <button type=\"button\" id=\"resetBtn\" class=\"reset-btn\">Reset<\/button>\r\n                <\/div>\r\n            <\/form>\r\n\r\n            <div id=\"resultsContainer\" class=\"results-section\">\r\n                <!-- Results will be dynamically injected here by JavaScript -->\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n    document.addEventListener('DOMContentLoaded', () => {\r\n        const burnRateForm = document.getElementById('burnRateForm');\r\n        const resetBtn = document.getElementById('resetBtn');\r\n        const resultsContainer = document.getElementById('resultsContainer');\r\n        const cashBalanceInput = document.getElementById('cashBalance');\r\n        const monthlyRevenueInput = document.getElementById('monthlyRevenue');\r\n        const monthlyExpensesInput = document.getElementById('monthlyExpenses');\r\n\r\n        \/\/ --- Helper Functions ---\r\n\r\n        \/**\r\n         * Formats a number into a US dollar currency string.\r\n         * @param {number} amount - The number to format.\r\n         * @returns {string} - The formatted currency string.\r\n         *\/\r\n        const formatCurrency = (amount) => {\r\n            return new Intl.NumberFormat('en-US', {\r\n                style: 'currency',\r\n                currency: 'USD',\r\n                minimumFractionDigits: 0,\r\n                maximumFractionDigits: 0,\r\n            }).format(amount);\r\n        };\r\n\r\n        \/**\r\n         * Formats the total months of runway into a human-readable string.\r\n         * @param {number} totalMonths - The total number of months.\r\n         * @returns {string} - The formatted string (e.g., \"1 year, 6 months\").\r\n         *\/\r\n        const formatRunway = (totalMonths) => {\r\n            if (totalMonths === Infinity) {\r\n                return 'Infinite';\r\n            }\r\n            if (totalMonths < 1) {\r\n                return 'Less than a month';\r\n            }\r\n            if (totalMonths < 12) {\r\n                const months = Math.floor(totalMonths);\r\n                return `${months} month${months > 1 ? 's' : ''}`;\r\n            }\r\n\r\n            const years = Math.floor(totalMonths \/ 12);\r\n            const months = Math.floor(totalMonths % 12);\r\n\r\n            let result = `${years} year${years > 1 ? 's' : ''}`;\r\n            if (months > 0) {\r\n                result += `, ${months} month${months > 1 ? 's' : ''}`;\r\n            }\r\n            return result;\r\n        };\r\n        \r\n        \/\/ --- Core Logic ---\r\n\r\n        \/**\r\n         * Handles the form submission to calculate and display the burn rate.\r\n         * @param {Event} event - The form submission event.\r\n         *\/\r\n        const handleCalculate = (event) => {\r\n            event.preventDefault();\r\n\r\n            const cashBalance = parseFloat(cashBalanceInput.value);\r\n            const monthlyRevenue = parseFloat(monthlyRevenueInput.value);\r\n            const monthlyExpenses = parseFloat(monthlyExpensesInput.value);\r\n            \r\n            \/\/ Basic validation\r\n            if (isNaN(cashBalance) || isNaN(monthlyRevenue) || isNaN(monthlyExpenses)) {\r\n                resultsContainer.innerHTML = '<p class=\"result-value negative\">Please enter valid numbers in all fields.<\/p>';\r\n                resultsContainer.style.display = 'block';\r\n                return;\r\n            }\r\n\r\n            const netBurn = monthlyExpenses - monthlyRevenue;\r\n            let resultsHTML = '';\r\n\r\n            \/\/ Main results summary\r\n            resultsHTML += `\r\n                <div class=\"result-item\">\r\n                    <span class=\"result-label\">Monthly Expenses:<\/span>\r\n                    <span class=\"result-value\">${formatCurrency(monthlyExpenses)}<\/span>\r\n                <\/div>\r\n                <div class=\"result-item\">\r\n                    <span class=\"result-label\">Monthly Revenue:<\/span>\r\n                    <span class=\"result-value\">${formatCurrency(monthlyRevenue)}<\/span>\r\n                <\/div>\r\n                <div class=\"result-item\">\r\n                    <span class=\"result-label\"><strong>Net Burn \/ Profit:<\/strong><\/span>\r\n                    <span class=\"result-value ${netBurn > 0 ? 'negative' : 'positive'}\">\r\n                        <strong>${formatCurrency(netBurn > 0 ? netBurn : -netBurn)} \/ mo<\/strong>\r\n                    <\/span>\r\n                <\/div>\r\n            `;\r\n            \r\n            \/\/ Runway calculation\r\n            if (netBurn <= 0) {\r\n                resultsHTML += `\r\n                    <div class=\"profitable-message\">\r\n                        Congratulations, you are profitable! \ud83c\udf89\r\n                    <\/div>\r\n                `;\r\n            } else {\r\n                const runwayMonths = cashBalance \/ netBurn;\r\n                const runwayText = formatRunway(runwayMonths);\r\n                resultsHTML += `\r\n                    <div class=\"runway-result\">\r\n                        <span class=\"runway-value\">${runwayText}<\/span>\r\n                        <span class=\"runway-label\">of runway left until cash runs out.<\/span>\r\n                    <\/div>\r\n                `;\r\n            }\r\n\r\n            resultsContainer.innerHTML = resultsHTML;\r\n            resultsContainer.style.display = 'block';\r\n        };\r\n\r\n        \/**\r\n         * Resets the form and hides the results.\r\n         *\/\r\n        const handleReset = () => {\r\n            burnRateForm.reset();\r\n            resultsContainer.style.display = 'none';\r\n            resultsContainer.innerHTML = '';\r\n        };\r\n\r\n        \/\/ --- Event Listeners ---\r\n        burnRateForm.addEventListener('submit', handleCalculate);\r\n        resetBtn.addEventListener('click', handleReset);\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-8311304","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>Burn Rate Calculator<\/title>\n<meta name=\"description\" content=\"Easily calculate your business&#039;s burn rate and financial runway with our free online Burn Rate Calculator. Gain crucial financial insights to guide your startup&#039;s growth and fundraising.\" \/>\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\/burn-rate-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Burn Rate Calculator\" \/>\n<meta property=\"og:description\" content=\"Easily calculate your business&#039;s burn rate and financial runway with our free online Burn Rate Calculator. Gain crucial financial insights to guide your startup&#039;s growth and fundraising.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/burn-rate-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-22T06:06:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-22T06:10:03+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\/burn-rate-calculator\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/burn-rate-calculator\/\"},\"author\":{\"name\":\"liz@148.red\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"headline\":\"Burn Rate Calculator\",\"datePublished\":\"2025-09-22T06:06:04+00:00\",\"dateModified\":\"2025-09-22T06:10:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/burn-rate-calculator\/\"},\"wordCount\":5,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/burn-rate-calculator\/\",\"url\":\"https:\/\/elementor.com\/tools\/burn-rate-calculator\/\",\"name\":\"Burn Rate Calculator\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-09-22T06:06:04+00:00\",\"dateModified\":\"2025-09-22T06:10:03+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"description\":\"Easily calculate your business's burn rate and financial runway with our free online Burn Rate Calculator. Gain crucial financial insights to guide your startup's growth and fundraising.\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/burn-rate-calculator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/burn-rate-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/burn-rate-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Burn Rate 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":"Burn Rate Calculator","description":"Easily calculate your business's burn rate and financial runway with our free online Burn Rate Calculator. Gain crucial financial insights to guide your startup's growth and fundraising.","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\/burn-rate-calculator\/","og_locale":"en_US","og_type":"article","og_title":"Burn Rate Calculator","og_description":"Easily calculate your business's burn rate and financial runway with our free online Burn Rate Calculator. Gain crucial financial insights to guide your startup's growth and fundraising.","og_url":"https:\/\/elementor.com\/tools\/burn-rate-calculator\/","og_site_name":"Tools","article_published_time":"2025-09-22T06:06:04+00:00","article_modified_time":"2025-09-22T06:10:03+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\/burn-rate-calculator\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/burn-rate-calculator\/"},"author":{"name":"liz@148.red","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"headline":"Burn Rate Calculator","datePublished":"2025-09-22T06:06:04+00:00","dateModified":"2025-09-22T06:10:03+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/burn-rate-calculator\/"},"wordCount":5,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/burn-rate-calculator\/","url":"https:\/\/elementor.com\/tools\/burn-rate-calculator\/","name":"Burn Rate Calculator","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-09-22T06:06:04+00:00","dateModified":"2025-09-22T06:10:03+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"description":"Easily calculate your business's burn rate and financial runway with our free online Burn Rate Calculator. Gain crucial financial insights to guide your startup's growth and fundraising.","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/burn-rate-calculator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/burn-rate-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/burn-rate-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"Burn Rate 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\/8311304","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=8311304"}],"version-history":[{"count":2,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8311304\/revisions"}],"predecessor-version":[{"id":8311308,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8311304\/revisions\/8311308"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8311304"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8311304"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8311304"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}