{"id":8311235,"date":"2025-09-19T10:20:05","date_gmt":"2025-09-19T07:20:05","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8311235"},"modified":"2025-09-19T10:20:05","modified_gmt":"2025-09-19T07:20:05","slug":"project-cost-calculator","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/project-cost-calculator\/","title":{"rendered":"Project Cost Calculator"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8311234\" class=\"elementor elementor-8311234\" 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 Provided Code --- *\/\r\n    .html-viewer-app {\r\n        width: 100%;\r\n        max-width: 800px; \/* Adjusted for a single column layout *\/\r\n        margin: 0 auto;\r\n        padding: 60px 0 0;\r\n        font-family: 'DM Sans', sans-serif; \/* Applied a consistent font *\/\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    .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        margin-top: 12px;\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    \/* --- New Styles for the Calculator Tool --- *\/\r\n    .calculator-body {\r\n        padding: 24px 32px;\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 28px;\r\n    }\r\n\r\n    .form-group {\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 12px;\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 .label-value {\r\n        font-weight: bold;\r\n        color: #05047E;\r\n    }\r\n\r\n    select,\r\n    input[type=\"range\"] {\r\n        width: 100%;\r\n        padding: 10px;\r\n        font-size: 1rem;\r\n        border-radius: 4px;\r\n        border: 1px solid #ddd;\r\n        background-color: #f9f9f9;\r\n    }\r\n\r\n    select {\r\n        appearance: none;\r\n        background-image: url(\"data:image\/svg+xml,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'\/%3e%3c\/svg%3e\");\r\n        background-repeat: no-repeat;\r\n        background-position: right 0.75rem center;\r\n        background-size: 16px 12px;\r\n        padding-right: 2.5rem;\r\n    }\r\n\r\n    input[type=\"range\"] {\r\n        padding: 0;\r\n        background-color: transparent;\r\n    }\r\n    input[type=\"range\"]::-webkit-slider-runnable-track {\r\n        width: 100%;\r\n        height: 8px;\r\n        cursor: pointer;\r\n        background: #EBEBEB;\r\n        border-radius: 5px;\r\n    }\r\n    input[type=\"range\"]::-webkit-slider-thumb {\r\n        -webkit-appearance: none;\r\n        height: 20px;\r\n        width: 20px;\r\n        border-radius: 50%;\r\n        background: #05047E;\r\n        cursor: pointer;\r\n        margin-top: -6px;\r\n    }\r\n\r\n    .options-group {\r\n        display: flex;\r\n        gap: 15px;\r\n        flex-wrap: wrap;\r\n    }\r\n\r\n    .options-group label {\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 8px;\r\n        cursor: pointer;\r\n        font-weight: 400;\r\n    }\r\n\r\n    input[type=\"radio\"],\r\n    input[type=\"checkbox\"] {\r\n        accent-color: #05047E;\r\n        width: 1.2em;\r\n        height: 1.2em;\r\n    }\r\n\r\n    .result-section {\r\n        border-top: 1.5px solid #EBEBEB;\r\n        padding-top: 24px;\r\n        margin-top: 12px;\r\n        text-align: center;\r\n    }\r\n\r\n    .result-section h3 {\r\n        margin: 0 0 10px;\r\n        font-size: 1.2rem;\r\n        color: #555;\r\n        font-weight: 500;\r\n    }\r\n\r\n    #totalCost {\r\n        font-size: 2.5rem;\r\n        font-weight: 700;\r\n        color: #05047E;\r\n        margin: 0;\r\n    }\r\n    \r\n    .button-container {\r\n        display: flex;\r\n        flex-direction: column;\r\n        align-items: center;\r\n        gap: 8px;\r\n        margin-top: 24px;\r\n    }\r\n\r\n    @media (max-width: 768px) {\r\n        .calculator-body {\r\n            padding: 20px;\r\n        }\r\n        .html-viewer-app {\r\n            padding: 20px 0 0;\r\n        }\r\n        #totalCost {\r\n            font-size: 2rem;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"html-viewer-app\">\r\n    <div class=\"calculator-section\">\r\n        <div class=\"section-header\">Project Cost Calculator<\/div>\r\n        \r\n        <div class=\"calculator-body\" id=\"calculatorForm\">\r\n            <!-- Project Type -->\r\n            <div class=\"form-group\">\r\n                <label for=\"projectType\">Project Type<\/label>\r\n                <select id=\"projectType\">\r\n                    <option value=\"website\" data-base-cost=\"1500\">Standard Website<\/option>\r\n                    <option value=\"ecommerce\" data-base-cost=\"4000\">E-commerce Store<\/option>\r\n                    <option value=\"webapp\" data-base-cost=\"6000\">Web Application<\/option>\r\n                    <option value=\"mobileapp\" data-base-cost=\"8000\">Mobile App<\/option>\r\n                <\/select>\r\n            <\/div>\r\n\r\n            <!-- Number of Pages\/Screens -->\r\n            <div class=\"form-group\">\r\n                <label for=\"pageCount\">Number of Pages \/ Screens: <span id=\"pageCountValue\" class=\"label-value\">10<\/span><\/label>\r\n                <input type=\"range\" id=\"pageCount\" min=\"1\" max=\"50\" value=\"10\" data-cost-per-page=\"150\">\r\n            <\/div>\r\n\r\n            <!-- Design Complexity -->\r\n            <div class=\"form-group\">\r\n                <label>Design Complexity<\/label>\r\n                <div class=\"options-group\">\r\n                    <label>\r\n                        <input type=\"radio\" name=\"complexity\" value=\"1\" data-cost-multiplier=\"1.0\" checked> Simple\r\n                    <\/label>\r\n                    <label>\r\n                        <input type=\"radio\" name=\"complexity\" value=\"1.5\" data-cost-multiplier=\"1.5\"> Standard\r\n                    <\/label>\r\n                    <label>\r\n                        <input type=\"radio\" name=\"complexity\" value=\"2.5\" data-cost-multiplier=\"2.5\"> High-End\r\n                    <\/label>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Additional Features -->\r\n            <div class=\"form-group\">\r\n                <label>Additional Features<\/label>\r\n                <div class=\"options-group\">\r\n                    <label>\r\n                        <input type=\"checkbox\" class=\"feature\" data-feature-cost=\"800\"> Content Management System (CMS)\r\n                    <\/label>\r\n                    <label>\r\n                        <input type=\"checkbox\" class=\"feature\" data-feature-cost=\"500\"> SEO Optimization\r\n                    <\/label>\r\n                    <label>\r\n                        <input type=\"checkbox\" class=\"feature\" data-feature-cost=\"1200\"> User Authentication\r\n                    <\/label>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Result Section -->\r\n            <div class=\"result-section\">\r\n                <h3>Estimated Project Cost<\/h3>\r\n                <p id=\"totalCost\">$0.00<\/p>\r\n            <\/div>\r\n\r\n            <!-- Action Buttons -->\r\n            <div class=\"button-container\">\r\n                 <!-- The \"Calculate\" button is here for show; calculation is real-time -->\r\n                <button id=\"calculateBtn\" class=\"format-btn\">Calculate Cost<\/button>\r\n                <button id=\"resetBtn\" class=\"reset-btn\">Reset Calculator<\/button>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n    document.addEventListener('DOMContentLoaded', () => {\r\n        \/\/ --- Element Selection ---\r\n        const calculatorForm = document.getElementById('calculatorForm');\r\n        const projectType = document.getElementById('projectType');\r\n        const pageCount = document.getElementById('pageCount');\r\n        const pageCountValue = document.getElementById('pageCountValue');\r\n        const complexityRadios = document.querySelectorAll('input[name=\"complexity\"]');\r\n        const featureCheckboxes = document.querySelectorAll('.feature');\r\n        const totalCostDisplay = document.getElementById('totalCost');\r\n        const resetButton = document.getElementById('resetBtn');\r\n        const calculateButton = document.getElementById('calculateBtn');\r\n\r\n        \/\/ --- Core Calculation Logic ---\r\n        function calculateTotalCost() {\r\n            \/\/ 1. Base cost from project type\r\n            const selectedOption = projectType.options[projectType.selectedIndex];\r\n            let baseCost = parseFloat(selectedOption.dataset.baseCost) || 0;\r\n\r\n            \/\/ 2. Cost from pages\/screens\r\n            const pages = parseInt(pageCount.value, 10);\r\n            const costPerPage = parseFloat(pageCount.dataset.costPerPage) || 0;\r\n            let pagesCost = pages * costPerPage;\r\n\r\n            \/\/ 3. Cost from additional features\r\n            let featuresCost = 0;\r\n            featureCheckboxes.forEach(checkbox => {\r\n                if (checkbox.checked) {\r\n                    featuresCost += parseFloat(checkbox.dataset.featureCost) || 0;\r\n                }\r\n            });\r\n\r\n            \/\/ 4. Calculate sub-total before complexity multiplier\r\n            let subTotal = baseCost + pagesCost + featuresCost;\r\n            \r\n            \/\/ 5. Apply complexity multiplier\r\n            const complexityMultiplier = parseFloat(document.querySelector('input[name=\"complexity\"]:checked').dataset.costMultiplier) || 1.0;\r\n            let totalCost = subTotal * complexityMultiplier;\r\n\r\n            \/\/ --- Update UI ---\r\n            updateDisplay(totalCost);\r\n        }\r\n\r\n        function updateDisplay(cost) {\r\n            \/\/ Format number as currency\r\n            const formattedCost = new Intl.NumberFormat('en-US', {\r\n                style: 'currency',\r\n                currency: 'USD',\r\n                minimumFractionDigits: 0,\r\n                maximumFractionDigits: 0,\r\n            }).format(cost);\r\n            \r\n            totalCostDisplay.textContent = formattedCost;\r\n        }\r\n\r\n        \/\/ --- Event Listeners ---\r\n\r\n        \/\/ Update slider value display in real-time\r\n        pageCount.addEventListener('input', () => {\r\n            pageCountValue.textContent = pageCount.value;\r\n        });\r\n\r\n        \/\/ Recalculate whenever any form input changes\r\n        calculatorForm.addEventListener('input', calculateTotalCost);\r\n\r\n        \/\/ Reset functionality\r\n        resetButton.addEventListener('click', () => {\r\n            \/\/ A simple way to reset the form\r\n            projectType.selectedIndex = 0;\r\n            pageCount.value = 10;\r\n            pageCountValue.textContent = 10;\r\n            complexityRadios[0].checked = true;\r\n            featureCheckboxes.forEach(checkbox => checkbox.checked = false);\r\n            \r\n            \/\/ Recalculate after reset\r\n            calculateTotalCost();\r\n        });\r\n\r\n        \/\/ The main button also triggers a calculation (good for accessibility)\r\n        calculateButton.addEventListener('click', calculateTotalCost);\r\n\r\n        \/\/ --- Initial Calculation on Load ---\r\n        calculateTotalCost();\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-8311235","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>Project Cost Calculator<\/title>\n<meta name=\"description\" content=\"Accurately estimate your project expenses with our advanced Project Cost Calculator. Get clear, detailed breakdowns for labor, materials, and more. Essential for budgeting and profitability.\" \/>\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\/project-cost-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Project Cost Calculator\" \/>\n<meta property=\"og:description\" content=\"Accurately estimate your project expenses with our advanced Project Cost Calculator. Get clear, detailed breakdowns for labor, materials, and more. Essential for budgeting and profitability.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/project-cost-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-19T07:20:05+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\/project-cost-calculator\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/project-cost-calculator\/\"},\"author\":{\"name\":\"liz@148.red\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"headline\":\"Project Cost Calculator\",\"datePublished\":\"2025-09-19T07:20:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/project-cost-calculator\/\"},\"wordCount\":5,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/project-cost-calculator\/\",\"url\":\"https:\/\/elementor.com\/tools\/project-cost-calculator\/\",\"name\":\"Project Cost Calculator\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-09-19T07:20:05+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"description\":\"Accurately estimate your project expenses with our advanced Project Cost Calculator. Get clear, detailed breakdowns for labor, materials, and more. Essential for budgeting and profitability.\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/project-cost-calculator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/project-cost-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/project-cost-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Project Cost 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":"Project Cost Calculator","description":"Accurately estimate your project expenses with our advanced Project Cost Calculator. Get clear, detailed breakdowns for labor, materials, and more. Essential for budgeting and profitability.","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\/project-cost-calculator\/","og_locale":"en_US","og_type":"article","og_title":"Project Cost Calculator","og_description":"Accurately estimate your project expenses with our advanced Project Cost Calculator. Get clear, detailed breakdowns for labor, materials, and more. Essential for budgeting and profitability.","og_url":"https:\/\/elementor.com\/tools\/project-cost-calculator\/","og_site_name":"Tools","article_published_time":"2025-09-19T07:20:05+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\/project-cost-calculator\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/project-cost-calculator\/"},"author":{"name":"liz@148.red","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"headline":"Project Cost Calculator","datePublished":"2025-09-19T07:20:05+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/project-cost-calculator\/"},"wordCount":5,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/project-cost-calculator\/","url":"https:\/\/elementor.com\/tools\/project-cost-calculator\/","name":"Project Cost Calculator","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-09-19T07:20:05+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"description":"Accurately estimate your project expenses with our advanced Project Cost Calculator. Get clear, detailed breakdowns for labor, materials, and more. Essential for budgeting and profitability.","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/project-cost-calculator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/project-cost-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/project-cost-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"Project Cost 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\/8311235","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=8311235"}],"version-history":[{"count":1,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8311235\/revisions"}],"predecessor-version":[{"id":8311237,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8311235\/revisions\/8311237"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8311235"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8311235"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8311235"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}