{"id":8310330,"date":"2025-09-08T09:34:28","date_gmt":"2025-09-08T06:34:28","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8310330"},"modified":"2025-09-08T09:36:18","modified_gmt":"2025-09-08T06:36:18","slug":"gross-to-net-calculator","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/gross-to-net-calculator\/","title":{"rendered":"Gross to Net Calculator"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8310331\" class=\"elementor elementor-8310331\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-23691a2c e-flex e-con-boxed e-con e-parent\" data-id=\"23691a2c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-37c3711c elementor-widget elementor-widget-html\" data-id=\"37c3711c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n    \/* --- Core App Layout (Adapted from your .html-viewer-app) --- *\/\r\n    .gross-net-calculator-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        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\r\n    }\r\n\r\n    \/* --- Main Calculator Container (Adapted from your .input-section) --- *\/\r\n    .calculator-container {\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.05);\r\n    }\r\n\r\n    \/* --- Header Style (Reused from your .section-header) --- *\/\r\n    .section-header {\r\n        background-color: #05047E;\r\n        color: white;\r\n        padding: 16px 24px;\r\n        font-weight: 500;\r\n        font-size: 1.25rem;\r\n    }\r\n\r\n    \/* --- Form & Results Area --- *\/\r\n    .calculator-body {\r\n        padding: 24px;\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 20px;\r\n    }\r\n\r\n    .form-inputs {\r\n        display: grid;\r\n        grid-template-columns: 1fr 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.full-width {\r\n        grid-column: 1 \/ -1;\r\n    }\r\n\r\n    .form-group label {\r\n        font-weight: 500;\r\n        color: #333;\r\n        font-size: 0.9rem;\r\n    }\r\n\r\n    .calc-input {\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        color: #333;\r\n        transition: border-color 0.2s, box-shadow 0.2s;\r\n    }\r\n\r\n    .calc-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    .calc-input::placeholder {\r\n        color: #adb5bd;\r\n    }\r\n    \r\n    \/* --- Action Buttons (Adapted from your button styles) --- *\/\r\n    .actions-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: #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:hover {\r\n        background-color: #545454;\r\n    }\r\n    \r\n    .reset-btn {\r\n        background: none;\r\n        border: none;\r\n        color: #555;\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:hover {\r\n        color: #000;\r\n    }\r\n\r\n    \/* --- Results Display --- *\/\r\n    .results-wrapper {\r\n        margin-top: 20px;\r\n        padding-top: 20px;\r\n        border-top: 1.5px solid #EBEBEB;\r\n    }\r\n    \r\n    #results-container.hidden {\r\n        display: none;\r\n    }\r\n\r\n    .results-wrapper h3 {\r\n        margin: 0 0 16px 0;\r\n        font-size: 1.5rem;\r\n        color: #05047E;\r\n        text-align: center;\r\n    }\r\n    \r\n    .net-salary-display {\r\n        background-color: #f7f7f9;\r\n        border: 1.5px solid #EBEBEB;\r\n        border-radius: 6px;\r\n        padding: 20px;\r\n        text-align: center;\r\n        margin-bottom: 20px;\r\n    }\r\n\r\n    .net-salary-display span {\r\n        display: block;\r\n        font-size: 1rem;\r\n        color: #555;\r\n        margin-bottom: 8px;\r\n    }\r\n    \r\n    .net-salary-display strong {\r\n        font-size: 2.25rem;\r\n        color: #00D084; \/* A green color from your theme *\/\r\n        font-weight: 700;\r\n    }\r\n\r\n    .breakdown-list {\r\n        list-style: none;\r\n        padding: 0;\r\n        margin: 0;\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 12px;\r\n    }\r\n\r\n    .breakdown-list li {\r\n        display: flex;\r\n        justify-content: space-between;\r\n        padding: 12px;\r\n        background-color: #fff;\r\n        border-radius: 4px;\r\n        border: 1.5px solid #EBEBEB;\r\n    }\r\n    \r\n    .breakdown-list li span:first-child {\r\n        color: #333;\r\n        font-weight: 500;\r\n    }\r\n    .breakdown-list li span:last-child {\r\n        color: #555;\r\n        font-weight: 400;\r\n    }\r\n    \r\n    \/* --- Responsive Design --- *\/\r\n    @media (max-width: 768px) {\r\n        .gross-net-calculator-app {\r\n            padding: 20px 15px 0;\r\n        }\r\n        .form-inputs {\r\n            grid-template-columns: 1fr;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"gross-net-calculator-app\">\r\n    <div class=\"calculator-container\">\r\n        <div class=\"section-header\">\r\n            Gross to Net Salary Calculator\r\n        <\/div>\r\n        <div class=\"calculator-body\">\r\n            <div class=\"form-inputs\">\r\n                <div class=\"form-group full-width\">\r\n                    <label for=\"grossSalary\">Gross Monthly Salary ($)<\/label>\r\n                    <input type=\"number\" id=\"grossSalary\" class=\"calc-input\" placeholder=\"e.g., 5000\">\r\n                <\/div>\r\n                <div class=\"form-group\">\r\n                    <label for=\"incomeTax\">Income Tax Rate (%)<\/label>\r\n                    <input type=\"number\" id=\"incomeTax\" class=\"calc-input\" value=\"15\">\r\n                <\/div>\r\n                <div class=\"form-group\">\r\n                    <label for=\"socialSecurity\">Social Security (%)<\/label>\r\n                    <input type=\"number\" id=\"socialSecurity\" class=\"calc-input\" value=\"7.5\">\r\n                <\/div>\r\n                <div class=\"form-group\">\r\n                    <label for=\"healthInsurance\">Health Insurance (%)<\/label>\r\n                    <input type=\"number\" id=\"healthInsurance\" class=\"calc-input\" value=\"4\">\r\n                <\/div>\r\n                <div class=\"form-group\">\r\n                    <label for=\"otherDeductions\">Other Deductions ($)<\/label>\r\n                    <input type=\"number\" id=\"otherDeductions\" class=\"calc-input\" value=\"50\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"actions-container\">\r\n                <button id=\"calculateBtn\" class=\"format-btn\">Calculate Net Salary<\/button>\r\n                <button id=\"resetBtn\" class=\"reset-btn\">Reset Fields<\/button>\r\n            <\/div>\r\n\r\n            <div id=\"results-container\" class=\"results-wrapper hidden\">\r\n                <h3>Your Salary Breakdown<\/h3>\r\n                <div class=\"net-salary-display\">\r\n                    <span>Your Net Monthly Salary is<\/span>\r\n                    <strong id=\"resultNet\">$0.00<\/strong>\r\n                <\/div>\r\n                <ul id=\"breakdownList\" class=\"breakdown-list\">\r\n                    <!-- JS will populate this list -->\r\n                <\/ul>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n    document.addEventListener('DOMContentLoaded', () => {\r\n        \/\/ --- Get DOM Elements ---\r\n        const calculateBtn = document.getElementById('calculateBtn');\r\n        const resetBtn = document.getElementById('resetBtn');\r\n\r\n        const grossSalaryInput = document.getElementById('grossSalary');\r\n        const incomeTaxInput = document.getElementById('incomeTax');\r\n        const socialSecurityInput = document.getElementById('socialSecurity');\r\n        const healthInsuranceInput = document.getElementById('healthInsurance');\r\n        const otherDeductionsInput = document.getElementById('otherDeductions');\r\n\r\n        const resultsContainer = document.getElementById('results-container');\r\n        const resultNetEl = document.getElementById('resultNet');\r\n        const breakdownListEl = document.getElementById('breakdownList');\r\n\r\n        \/\/ --- Helper function to format numbers as currency ---\r\n        const formatCurrency = (amount) => {\r\n            return new Intl.NumberFormat('en-US', {\r\n                style: 'currency',\r\n                currency: 'USD'\r\n            }).format(amount);\r\n        };\r\n\r\n        \/\/ --- Main Calculation Logic ---\r\n        const calculateNetSalary = () => {\r\n            const grossSalary = parseFloat(grossSalaryInput.value) || 0;\r\n\r\n            if (grossSalary <= 0) {\r\n                alert('Please enter a valid Gross Salary.');\r\n                return;\r\n            }\r\n\r\n            \/\/ Get rates and fixed deductions\r\n            const incomeTaxRate = parseFloat(incomeTaxInput.value) || 0;\r\n            const socialSecurityRate = parseFloat(socialSecurityInput.value) || 0;\r\n            const healthInsuranceRate = parseFloat(healthInsuranceInput.value) || 0;\r\n            const otherDeductionsFixed = parseFloat(otherDeductionsInput.value) || 0;\r\n            \r\n            \/\/ Calculate deduction amounts\r\n            const incomeTaxAmount = grossSalary * (incomeTaxRate \/ 100);\r\n            const socialSecurityAmount = grossSalary * (socialSecurityRate \/ 100);\r\n            const healthInsuranceAmount = grossSalary * (healthInsuranceRate \/ 100);\r\n            \r\n            const totalDeductions = incomeTaxAmount + socialSecurityAmount + healthInsuranceAmount + otherDeductionsFixed;\r\n            const netSalary = grossSalary - totalDeductions;\r\n\r\n            \/\/ --- Display Results ---\r\n            resultNetEl.textContent = formatCurrency(netSalary);\r\n\r\n            \/\/ Clear previous breakdown and create a new one\r\n            breakdownListEl.innerHTML = '';\r\n            \r\n            const breakdownItems = [\r\n                { label: 'Gross Monthly Salary', value: grossSalary, positive: true },\r\n                { label: 'Total Deductions', value: totalDeductions, negative: true },\r\n                { label: 'Income Tax', value: incomeTaxAmount, negative: true },\r\n                { label: 'Social Security', value: socialSecurityAmount, negative: true },\r\n                { label: 'Health Insurance', value: healthInsuranceAmount, negative: true },\r\n                { label: 'Other Deductions', value: otherDeductionsFixed, negative: true }\r\n            ];\r\n\r\n            breakdownItems.forEach(item => {\r\n                if (item.value > 0) { \/\/ Only show items with a value\r\n                    const li = document.createElement('li');\r\n                    \r\n                    const labelSpan = document.createElement('span');\r\n                    labelSpan.textContent = item.label;\r\n\r\n                    const valueSpan = document.createElement('span');\r\n                    const prefix = item.negative ? '- ' : '+ ';\r\n                    valueSpan.textContent = prefix + formatCurrency(item.value);\r\n                    \r\n                    li.appendChild(labelSpan);\r\n                    li.appendChild(valueSpan);\r\n                    breakdownListEl.appendChild(li);\r\n                }\r\n            });\r\n\r\n            \/\/ Show the results container\r\n            resultsContainer.classList.remove('hidden');\r\n        };\r\n\r\n        \/\/ --- Reset Logic ---\r\n        const resetCalculator = () => {\r\n            grossSalaryInput.value = '';\r\n            incomeTaxInput.value = '15';\r\n            socialSecurityInput.value = '7.5';\r\n            healthInsuranceInput.value = '4';\r\n            otherDeductionsInput.value = '50';\r\n            \r\n            resultsContainer.classList.add('hidden');\r\n            breakdownListEl.innerHTML = '';\r\n        };\r\n\r\n        \/\/ --- Attach Event Listeners ---\r\n        calculateBtn.addEventListener('click', calculateNetSalary);\r\n        resetBtn.addEventListener('click', resetCalculator);\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-8310330","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>Gross to Net Calculator<\/title>\n<meta name=\"description\" content=\"Easily calculate your take-home pay with our accurate Gross to Net Calculator. Understand your earnings after taxes and deductions. Try it now!\" \/>\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\/gross-to-net-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Gross to Net Calculator\" \/>\n<meta property=\"og:description\" content=\"Easily calculate your take-home pay with our accurate Gross to Net Calculator. Understand your earnings after taxes and deductions. Try it now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/gross-to-net-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-08T06:34:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-08T06:36:18+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\/gross-to-net-calculator\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/gross-to-net-calculator\/\"},\"author\":{\"name\":\"liz@148.red\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"headline\":\"Gross to Net Calculator\",\"datePublished\":\"2025-09-08T06:34:28+00:00\",\"dateModified\":\"2025-09-08T06:36:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/gross-to-net-calculator\/\"},\"wordCount\":6,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/gross-to-net-calculator\/\",\"url\":\"https:\/\/elementor.com\/tools\/gross-to-net-calculator\/\",\"name\":\"Gross to Net Calculator\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-09-08T06:34:28+00:00\",\"dateModified\":\"2025-09-08T06:36:18+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"description\":\"Easily calculate your take-home pay with our accurate Gross to Net Calculator. Understand your earnings after taxes and deductions. Try it now!\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/gross-to-net-calculator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/gross-to-net-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/gross-to-net-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Gross to Net 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":"Gross to Net Calculator","description":"Easily calculate your take-home pay with our accurate Gross to Net Calculator. Understand your earnings after taxes and deductions. Try it now!","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\/gross-to-net-calculator\/","og_locale":"en_US","og_type":"article","og_title":"Gross to Net Calculator","og_description":"Easily calculate your take-home pay with our accurate Gross to Net Calculator. Understand your earnings after taxes and deductions. Try it now!","og_url":"https:\/\/elementor.com\/tools\/gross-to-net-calculator\/","og_site_name":"Tools","article_published_time":"2025-09-08T06:34:28+00:00","article_modified_time":"2025-09-08T06:36:18+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\/gross-to-net-calculator\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/gross-to-net-calculator\/"},"author":{"name":"liz@148.red","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"headline":"Gross to Net Calculator","datePublished":"2025-09-08T06:34:28+00:00","dateModified":"2025-09-08T06:36:18+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/gross-to-net-calculator\/"},"wordCount":6,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/gross-to-net-calculator\/","url":"https:\/\/elementor.com\/tools\/gross-to-net-calculator\/","name":"Gross to Net Calculator","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-09-08T06:34:28+00:00","dateModified":"2025-09-08T06:36:18+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"description":"Easily calculate your take-home pay with our accurate Gross to Net Calculator. Understand your earnings after taxes and deductions. Try it now!","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/gross-to-net-calculator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/gross-to-net-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/gross-to-net-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"Gross to Net 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\/8310330","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=8310330"}],"version-history":[{"count":1,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310330\/revisions"}],"predecessor-version":[{"id":8310335,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310330\/revisions\/8310335"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8310330"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8310330"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8310330"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}