/*! elementor - v3.19.0 - 07-02-2024 */ .elementor-control-unit-1 { width: 27px; } .elementor-control-unit-2 { width: 54px; } .elementor-control-unit-3 { width: 81px; } .elementor-control-unit-4 { width: 108px; } .elementor-control-unit-5 { max-width: 400px; width: 52%; } *, :before, :after { margin: 0; padding: 0; box-sizing: border-box; } body, html { height: 100%; } html { background-color: var(--e-a-bg-loading); } iframe, img { border: 0 none; } li { list-style: none; } a { text-decoration: none; } body { background-color: var(--e-a-bg-default); color: var(--e-a-color-txt); font-family: var(--e-a-font-family); font-size: 13px; font-weight: normal; line-height: 1; text-decoration: none; text-transform: none; overflow: hidden; } body:after { content: ""; position: absolute; top: 0; right: 0; height: 100%; width: 0; background-color: var(--e-a-bg-default); transition: width 0.5s; } body a { color: var(--e-a-color-info); } body a:hover { color: var(--e-a-color-primary-bold); } body.elementor-editor-active #elementor-mode-switcher-preview .eicon:before { content: "\e89f"; } body.elementor-editor-preview { --e-preview-width: 100%; } body.elementor-editor-preview #elementor-mode-switcher-preview .eicon:before { content: "\e89e"; } body.elementor-navigator--dock-hint:after { width: 30px; } #elementor-editor-wrapper { display: flex; width: 100%; height: 100vh; } #elementor-panel:not(.ui-resizable-resizing), #elementor-preview:not(.ui-resizable-resizing) { transition: margin 0.5s ease-in-out, width 0.5s ease-in-out; } #elementor-loading { position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: var(--e-a-bg-default); z-index: 9999; } #elementor-preview-loading { display: flex; align-items: center; justify-content: center; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: var(--e-a-bg-default); } #elementor-preview-loading i { color: var(--e-a-color-txt-disabled); font-size: 50px; } .elementor-nerd-box { padding: 30px; text-align: center; } .elementor-nerd-box-icon { width: 100px; } .elementor-nerd-box-title { margin-block-start: 20px; font-size: 16px; font-weight: bold; line-height: 1.4; } .elementor-nerd-box-message { margin-block-start: 5px; line-height: 1.8; font-size: 11px; } .elementor-nerd-box .elementor-button { margin-block-start: 20px; } .elementor-nerd-box--upsale { padding: 15px 30px 30px; } .elementor-nerd-box--upsale .elementor-nerd-box-title { font-weight: 500; line-height: 1.2; } .elementor-nerd-box--upsale .elementor-nerd-box-message { line-height: 1.5; } .eicon-nerd:hover:before { content: "\e8b7"; } .eicon-nerd:active:before { content: "\e8b6"; } .e-group-control-header { display: flex; justify-content: space-between; align-items: center; font-weight: bold; font-size: 12px; padding: 10px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); margin-block-end: 15px; } .e-control-tools { display: flex; } .e-control-tool { width: 20px; height: 20px; display: inline-flex; border-radius: 3px; margin: 0 3px 0; border: 0; position: relative; background-color: var(--e-a-bg-default); } .e-control-tool:not(.e-control-tool-disabled) { box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); cursor: pointer; } .e-control-tool-disabled { background: var(--e-a-bg-default); pointer-events: none; } .e-control-tool-disabled i { color: var(--e-a-color-txt-disabled); } .e-control-tool i { position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); color: var(--e-a-color-txt-default); font-size: 13px; } i.eicon-tilted { transform: rotate(90deg); } .elementor-loader-wrapper { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 300px; display: flex; flex-direction: column; align-items: center; gap: 30px; } .elementor-loader { border-radius: 50%; padding: 40px; height: 150px; width: 150px; background-color: var(--e-a-bg-active); box-sizing: border-box; box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.02); } .elementor-loader-boxes { height: 100%; width: 100%; position: relative; } .elementor-loader-box { position: absolute; background-color: var(--e-a-color-txt-hover); animation: load 1.8s linear infinite; } .elementor-loader-box:nth-of-type(1) { width: 20%; height: 100%; left: 0; top: 0; } .elementor-loader-box:not(:nth-of-type(1)) { right: 0; height: 20%; width: 60%; } .elementor-loader-box:nth-of-type(2) { top: 0; animation-delay: calc(1.8s / 4 * -1); } .elementor-loader-box:nth-of-type(3) { top: 40%; animation-delay: calc(1.8s / 4 * -2); } .elementor-loader-box:nth-of-type(4) { bottom: 0; animation-delay: calc(1.8s / 4 * -3); } .elementor-loading-title { color: var(--e-a-color-txt); text-align: center; text-transform: uppercase; letter-spacing: 7px; text-indent: 7px; font-size: 10px; width: 100%; } input, select, textarea, .e-input-style { color: var(--e-a-color-txt); border-radius: var(--e-a-border-radius); font-size: 12px; width: 100%; background: none; background-color: var(--e-a-bg-default); box-shadow: none; border: var(--e-a-border-bold); outline: none; } input:focus, input:focus + .elementor-control-dynamic-switcher, select:focus, select:focus + .elementor-control-dynamic-switcher, textarea:focus, textarea:focus + .elementor-control-dynamic-switcher, .e-input-style:focus, .e-input-style:focus + .elementor-control-dynamic-switcher { border-color: var(--e-a-border-color-focus); } .elementor-error input, .elementor-error select, .elementor-error textarea { border-color: var(--e-a-color-danger); } input { min-width: 0; } input, textarea, .e-input-style { padding: 5px; } textarea, .e-input-style { resize: vertical; } input[type=checkbox], input[type=radio] { height: auto; width: auto; } input[type=checkbox] { margin: 0; padding: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: none; content: none; height: 15px; border-radius: var(--e-a-border-radius); margin-inline-end: 5px; width: 15px; border: var(--e-a-border-bold); display: inline-flex; align-items: center; justify-content: center; } input[type=checkbox]:checked { background: var(--e-a-color-primary-bold); border: none; } input[type=checkbox]:checked:before { display: block; content: ""; width: 4px; height: 7px; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg); } input[disabled] { background-color: var(--e-a-bg-hover); cursor: not-allowed; opacity: 1; } select { outline: none; height: 27px; } /* * Container style */ .ps { overflow: hidden !important; overflow-anchor: none; touch-action: auto; } /* * Scrollbar rail styles */ .ps__rail-y { display: none; opacity: 0; transition: background-color 0.2s linear, opacity 0.2s linear; width: 15px; /* there must be 'right' or 'left' for ps__rail-y */ right: 0; left: initial !important; /* please don't change 'position' */ position: absolute; } .ps--active-y > .ps__rail-y { display: block; background-color: transparent; } .ps:hover > .ps__rail-y, .ps--focus > .ps__rail-y, .ps--scrolling-y > .ps__rail-y { opacity: 0.6; } .ps .ps__rail-y:hover, .ps .ps__rail-y:focus, .ps .ps__rail-y.ps--clicking { opacity: 0.9; } .ps__thumb-y { background-color: #aaa; border-radius: 6px; transition: background-color 0.2s linear, width 0.2s ease-in-out; width: 6px; /* there must be 'right' for ps__thumb-y */ right: 2px; /* please don't change 'position' */ position: absolute; } .ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y { background-color: #999; width: 6px; } /* Make clicks pass-through */ #nprogress { pointer-events: none; } #nprogress .bar { background: #D004D4; position: fixed; z-index: 1031; top: 0; left: 0; width: 100%; height: 2px; } /* Fancy blur effect */ #nprogress .peg { display: block; position: absolute; right: 0; width: 100px; height: 100%; box-shadow: 0 0 10px #D004D4, 0 0 5px #D004D4; opacity: 1; transform: rotate(3deg) translate(0px, -4px); } /* Remove these to get rid of the spinner */ #nprogress .spinner { display: none; position: fixed; z-index: 1031; top: 15px; right: 15px; } #nprogress .spinner-icon { width: 18px; height: 18px; box-sizing: border-box; border: solid 2px transparent; border-block-start-color: #D004D4; border-inline-start-color: #D004D4; border-radius: 50%; animation: nprogress-spinner 400ms linear infinite; } .nprogress-custom-parent { overflow: hidden; position: relative; } .nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar { position: absolute; } @keyframes nprogress-spinner { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } #nprogress .bar, #nprogress .spinner { z-index: 100000; } :root { --e-is-preview-mode: 0; } @media (max-width: 1439px) { :root { --e-editor-panel-width: 280px; } } @media (min-width: 1440px) { :root { --e-editor-panel-width: 300px; } } .elementor-panel { position: relative; height: 100%; margin-inline-start: calc(-1 * var(--e-editor-panel-width) * var(--e-is-preview-mode)); width: var(--e-editor-panel-width); overflow: visible; background-color: var(--e-a-bg-default); z-index: 1; font-family: var(--e-a-font-family); font-size: 13px; left: 0; } .elementor-panel h1, .elementor-panel h2, .elementor-panel h3, .elementor-panel h4, .elementor-panel h5, .elementor-panel h6 { font-size: 100%; font-weight: normal; } .elementor-panel abbr, .elementor-panel acronym { border: 0; font-variant: normal; } .elementor-panel sup { vertical-align: text-top; } .elementor-panel sub { vertical-align: text-bottom; } .elementor-panel img { max-width: 100%; height: auto; border: 0; } .elementor-panel :focus { outline: 0; } .elementor-panel .elementor-panel-box-content { padding: 20px 20px 10px; } .elementor-panel .elementor-button { display: inline-block; } .elementor-panel .elementor-panel-alert { background-color: var(--e-a-bg-primary); padding: 15px; border-inline-start: 3px solid var(--e-a-color-primary); position: relative; font-size: 12px; font-weight: 300; font-style: italic; line-height: 1.5; text-align: start; border-start-start-radius: 0; border-start-end-radius: 3px; border-end-start-radius: 0; border-end-end-radius: 3px; } .elementor-panel .elementor-panel-alert a { color: inherit; } .elementor-panel .elementor-panel-alert.elementor-panel-alert-info { border-color: var(--e-a-color-info); background: var(--e-a-bg-info); } .elementor-panel .elementor-panel-alert.elementor-panel-alert-success { border-color: var(--e-a-color-success); background: var(--e-a-bg-success); } .elementor-panel .elementor-panel-alert.elementor-panel-alert-warning { border-inline-start: 3px solid var(--e-a-color-warning); background: var(--e-a-bg-warning); } .elementor-panel .elementor-panel-alert.elementor-panel-alert-danger { border-color: var(--e-a-color-danger); background: var(--e-a-bg-danger); } .elementor-panel .elementor-descriptor, .elementor-panel .elementor-control-field-description { font-size: 11px; font-style: italic; line-height: 1.4; color: var(--e-a-color-txt-muted); } .elementor-panel .elementor-controls-popover { display: none; position: absolute; box-shadow: var(--e-a-popover-shadow); border-radius: var(--e-a-border-radius); left: 0; right: 0; margin: -4px auto 5px; padding-block-start: 15px; width: 90%; z-index: 10000; background-color: var(--e-a-bg-default); } .elementor-panel .elementor-controls-popover:before { content: ""; position: absolute; top: -16px; right: 22px; border: 8px solid transparent; border-block-end-color: var(--e-a-bg-default); } .elementor-panel .elementor-controls-popover div.elementor-control { background-color: transparent; } .elementor-panel .elementor-controls-popover div.elementor-control:before { content: none; } .elementor-panel #elementor-panel-global .elementor-nerd-box .elementor-nerd-box-icon { margin-block-start: 20px; } .elementor-editor-preview .elementor-panel { --e-is-preview-mode: 1; } .elementor-editor-preview .elementor-panel > .ui-resizable-e, .elementor-editor-preview .elementor-panel > .ui-resizable-w { display: none; } .elementor-panel .ps__rail-y { z-index: 2; } .elementor-panel .elementor-responsive-panel { padding: 0 15px; display: grid; gap: 10px; grid-template-columns: repeat(auto-fill, minmax(min(135px, 50% - 5px), 1fr)); } .elementor-panel .elementor-responsive-panel > .e-responsive-panel-stretch { grid-column: 1/-1; } .elementor-panel #elementor-panel-header { display: flex; align-items: center; justify-content: space-between; height: 40px; width: 100%; background-color: var(--e-a-dark-bg); color: var(--e-a-color-white); } .elementor-panel #elementor-panel-header > * { display: flex; align-items: center; justify-content: center; } .elementor-panel .elementor-header-button { width: 40px; border: 0; color: currentColor; background-color: transparent; } .elementor-panel .elementor-header-button .elementor-icon { cursor: pointer; display: block; font-size: 19px; height: 40px; line-height: 40px; transition: var(--e-a-transition-hover); } .elementor-panel .elementor-header-button .elementor-icon.eicon-menu-bar { font-size: 18px; } .elementor-panel .elementor-header-button .elementor-icon:hover, .elementor-panel .elementor-header-button .elementor-icon:focus { color: var(--e-a-dark-color-txt-hover); } .elementor-panel #elementor-panel-header-title { flex: 1; font-size: 15px; font-weight: 700; } .elementor-panel #elementor-panel-header-title img { width: 90px; } .elementor-panel #elementor-panel-elements-categories { padding-block-end: 10px; } .elementor-panel .elementor-panel-category { position: relative; border-block-end: var(--e-a-border); } .elementor-panel .elementor-panel-category .elementor-panel-heading { padding: 0 15px; border: none; background-color: transparent; } .elementor-panel .elementor-panel-category.elementor-active .elementor-panel-heading { border: none; } .elementor-panel .elementor-panel-category-items { padding-block-end: 20px; } .elementor-panel .elementor-panel-category-items-empty { grid-column-start: 1; grid-column-end: 3; } .elementor-panel #elementor-panel-page-menu { padding: 25px 15px; } .elementor-panel .elementor-panel-menu-group-title { text-transform: uppercase; font-size: 11px; } .elementor-panel .elementor-panel-menu-items { border: var(--e-a-border); margin: 15px 0 25px; border-radius: 5px; overflow: hidden; } .elementor-panel .elementor-panel-menu-item { display: flex; align-items: center; width: 100%; height: 40px; transition: var(--e-a-transition-hover); cursor: pointer; } .elementor-panel .elementor-panel-menu-item:not(:last-child) { border-block-end: var(--e-a-border); } .elementor-panel .elementor-panel-menu-item:hover { background-color: var(--e-a-bg-hover); } .elementor-panel .elementor-panel-menu-item:active { background-color: var(--e-a-bg-active); color: var(--e-a-color-txt-accent); } .elementor-panel .elementor-panel-menu-item-icon { text-align: center; width: 30px; flex-shrink: 0; padding: 10px 0; margin: 0 10px; font-size: 19px; } .elementor-panel .elementor-panel-menu-item-title { display: flex; flex-grow: 1; font-weight: 500; justify-content: space-between; } .elementor-panel .elementor-panel-menu-item-title-badge { margin: 0 10px; background: var(--e-a-color-white); border-radius: var(--e-a-border-radius); } .elementor-panel .elementor-panel-menu-item-title > span { color: var(--e-a-color-accent); } .elementor-panel .elementor-panel-menu-item a { display: flex; align-items: center; color: inherit; width: 100%; height: 100%; padding-inline-start: 10px; padding: 10px 0; } .elementor-panel .elementor-control.elementor-control-clear_page { background-color: transparent; } .elementor-panel .elementor-control.elementor-control-clear_page .elementor-control-raw-html { display: flex; align-items: center; justify-content: space-between; } .elementor-panel .elementor-panel-navigation { display: flex; width: 100%; border-block-end: var(--e-a-border); } .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab { all: unset; flex: auto; transition: var(--e-a-transition-hover); border-block-end: 3px solid transparent; cursor: pointer; } .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab:hover, .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab:focus { background-color: var(--e-a-bg-hover); } .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab:focus { outline: 0; } .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active { border-color: var(--e-a-border-color-accent); color: var(--e-a-color-txt-accent); } .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active a, .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active span { color: var(--e-a-color-txt-accent); } .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab a, .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab span { color: inherit; display: block; text-align: center; padding: 12px 0 8px; font-size: 10px; } .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab a:before, .elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab span:before { font-family: eicons; font-size: 16px; display: block; margin-block-end: 8px; } .elementor-panel .elementor-tab-control-content a:before, .elementor-panel .elementor-tab-control-content span:before { content: "\e92c"; } .elementor-panel .elementor-tab-control-style a:before, .elementor-panel .elementor-tab-control-style span:before { content: "\e921"; } .elementor-panel .elementor-tab-control-advanced a:before, .elementor-panel .elementor-tab-control-advanced span:before, .elementor-panel .elementor-tab-control-settings a:before, .elementor-panel .elementor-tab-control-settings span:before, .elementor-panel .elementor-tab-control-general_style a:before, .elementor-panel .elementor-tab-control-general_style span:before { content: "\e916"; } .elementor-panel .elementor-tab-control-responsive a:before, .elementor-panel .elementor-tab-control-responsive span:before { content: "\e885"; } .elementor-panel .elementor-tab-control-lightbox a:before, .elementor-panel .elementor-tab-control-lightbox span:before { content: "\e922"; } .elementor-panel .elementor-tab-control-layout a:before, .elementor-panel .elementor-tab-control-layout span:before, .elementor-panel .elementor-tab-control-column a:before, .elementor-panel .elementor-tab-control-column span:before { content: "\e899"; } .elementor-panel #elementor-panel__editor__help { padding: 50px 25px; display: flex; align-items: center; justify-content: center; } .elementor-panel #elementor-panel__editor__help__link { display: inline-flex; align-items: center; justify-content: center; font-size: 85%; line-height: 2; padding-inline-start: 5px; color: inherit; font-weight: 500; transition: var(--e-a-transition-hover); } .elementor-panel #elementor-panel__editor__help__link:hover, .elementor-panel #elementor-panel__editor__help__link:focus { color: var(--e-a-color-info); } .elementor-panel #elementor-panel__editor__help__link i { padding: 0 5px; font-size: 125%; position: relative; } .elementor-panel #elementor-panel__editor__help__link i:after { content: ""; position: absolute; height: 13px; width: 13px; top: 3px; bottom: 0; left: 8px; right: 0; border-radius: 50%; z-index: -1; } .elementor-panel #elementor-panel-footer { position: relative; height: 40px; background-color: var(--e-a-dark-bg); color: var(--e-a-dark-color-txt); } .elementor-panel #elementor-panel-footer-tools { display: flex; justify-content: space-between; height: 100%; } .elementor-panel .elementor-panel-footer-tool { display: flex; align-items: center; justify-content: center; width: 15%; cursor: pointer; transition: var(--e-a-transition-hover); border: 0; color: currentColor; background-color: transparent; } .elementor-panel .elementor-panel-footer-tool i { font-size: 15px; } .elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options i.eicon-chevron-right { margin: auto; transform: rotate(270deg); } .elementor-panel .elementor-panel-footer-tool #elementor-panel-saver-button-save-options.elementor-disabled { cursor: inherit; } .elementor-panel .elementor-panel-footer-tool:not(.e-open):hover, .elementor-panel .elementor-panel-footer-tool:not(.e-open):focus { color: var(--e-a-dark-color-txt-hover); } .elementor-panel .elementor-panel-footer-tool:not(.e-open) .elementor-panel-footer-sub-menu-wrapper { display: none; } .elementor-panel #elementor-panel-footer-saver-publish { width: 30%; margin-inline-start: auto; } .elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state i { margin-inline-end: 0; } .elementor-panel #elementor-panel-footer-saver-publish .elementor-button-state #elementor-panel-saver-button-publish-label { display: none; } .elementor-panel #elementor-panel-footer-saver-options { width: 10%; } .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper { font-size: 11px; font-style: italic; padding: 5px 0 15px; } .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper:not(.elementor-state-active) .elementor-state-icon { display: none; } .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time { border-block-end: 1px dotted transparent; transition: all ease-in-out 0.3s; cursor: pointer; } .elementor-panel #elementor-panel-footer-saver-options .elementor-last-edited-wrapper time:hover { border-block-end-color: inherit; } .elementor-panel #elementor-panel-footer-saver-options.e-open i.eicon-chevron-right { transform: rotate(90deg); } .elementor-panel #elementor-panel-saver-button-publish, .elementor-panel #elementor-panel-saver-button-save-options { padding: 0; font-size: 11px; height: 100%; width: 100%; border-radius: 0; } .elementor-panel #elementor-panel-saver-button-publish.elementor-disabled, .elementor-panel #elementor-panel-saver-button-save-options.elementor-disabled { background-color: #1f2124; color: #9DA5AE; } .elementor-panel #elementor-panel-saver-button-publish:not(.elementor-disabled) { border-inline-end: 1px solid #F0ABFC; } .elementor-panel #elementor-panel-saver-button-publish.elementor-disabled { border-inline-end: 1px solid #3f444b; } .elementor-panel .elementor-panel-footer-sub-menu-wrapper { position: absolute; bottom: 100%; left: 0; width: 100%; background-color: #1f2124; padding: 10px; box-shadow: -2px -5px 8px rgba(0, 0, 0, 0.1); cursor: default; z-index: 10000; } .elementor-panel .elementor-panel-footer-sub-menu { border-radius: var(--e-border-radius); overflow: hidden; border: 1px solid #3f444b; } .elementor-panel .elementor-panel-footer-sub-menu-item { display: flex; height: 40px; color: #D5D8DC; align-items: center; -moz-column-gap: 10px; column-gap: 10px; padding: 0 20px; transition: var(--e-a-transition-hover); cursor: pointer; } .elementor-panel .elementor-panel-footer-sub-menu-item.elementor-disabled { cursor: default; color: #69727D; } .elementor-panel .elementor-panel-footer-sub-menu-item:not(:last-child) { border-block-end: 1px solid #3f444b; } .elementor-panel .elementor-panel-footer-sub-menu-item:hover { background-color: rgba(255, 255, 255, 0.1); } .elementor-panel .elementor-panel-footer-sub-menu-item.active { background-color: rgba(255, 255, 255, 0.2); } #elementor-panel-elements-navigation .elementor-panel-navigation-tab { text-align: center; padding: 10px 0; font-size: 12px; cursor: pointer; } #elementor-panel-elements { overflow: hidden; } #elementor-panel-state-loading { display: none; } body.elementor-panel-loading #elementor-panel-state-loading { position: absolute; top: 0; left: 0; height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; background-color: rgba(255, 255, 255, 0.5); z-index: 2; } #elementor-panel-state-loading .eicon-loading { font-size: 25px; color: var(--e-a-color-txt-accent); } #elementor-panel-elements-search-area { background-color: var(--e-a-bg-default); position: sticky; top: 0; padding: 15px; z-index: 1; } #elementor-panel-elements-search-wrapper { position: relative; } #elementor-panel-elements-search-input { font-size: 11px; padding-block: 10px; padding-inline: 29px 10px; font-style: italic; border: var(--e-a-border-bold); border-radius: 0; transition: all 1s; -webkit-appearance: none; -moz-appearance: none; appearance: none; } #elementor-panel-elements-search-input + i { position: absolute; left: 10px; top: 50%; color: var(--e-a-color-txt-disabled); transform: translateY(-50%); } #elementor-panel-elements-search-input:focus { border-color: var(--e-a-border-color-focus); padding-inline-end: 15px; } .elementor-panel .elementor-element { text-align: center; border: var(--e-a-border-bold); border-radius: 3px; cursor: move; position: relative; transition: var(--e-a-transition-hover); } .elementor-panel .elementor-element--promotion .elementor-element { cursor: pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .elementor-panel .elementor-element:hover { background-color: var(--e-a-bg-hover); border-color: var(--e-a-border-color-bold); } .elementor-panel .elementor-element:hover > .eicon-lock { color: var(--e-a-color-accent); } .elementor-panel .elementor-element .icon { font-size: 28px; padding-block-start: 15px; } .elementor-panel .elementor-element .title-wrapper { display: flex; height: 40px; align-items: center; justify-content: center; } .elementor-panel .elementor-element .title { font-size: 12px; } .elementor-panel .elementor-element > .eicon-lock { position: absolute; top: 5px; right: 5px; color: var(--e-a-color-txt-disabled); } .elementor-panel .elementor-element:active { background-color: var(--e-a-bg-hover); border-color: var(--e-a-border-color-accent); color: var(--e-a-color-txt-accent); } #elementor-element--promotion__dialog { position: absolute; width: 300px; z-index: 1; background-color: var(--e-a-bg-default); box-shadow: var(--e-a-popover-shadow); border-radius: var(--e-a-border-radius); } #elementor-element--promotion__dialog:after { content: ""; position: absolute; top: 15px; right: 100%; transform: scaleY(0.7); border: 10px solid transparent; border-inline-end-color: var(--e-a-bg-default); } #elementor-element--promotion__dialog__title { font-size: 14px; } #elementor-element--promotion__dialog .dialog-header { display: flex; padding: 20px; border-block-end: var(--e-a-border); font-weight: 500; } #elementor-element--promotion__dialog .dialog-header .eicon-pro-icon { flex-grow: 1; margin-inline-start: 10px; font-size: 14px; color: var(--e-a-color-accent); } #elementor-element--promotion__dialog .dialog-header .eicon-close { cursor: pointer; color: var(--e-a-color-txt-disabled); } #elementor-element--promotion__dialog .dialog-header .eicon-close:hover { color: var(--e-a-color-txt-muted); } #elementor-element--promotion__dialog .dialog-message { padding: 20px; } #elementor-element--promotion__dialog .dialog-buttons-wrapper { padding: 0 20px 20px; } #elementor-element--promotion__dialog .dialog-button { padding: 7px 25px; font-size: 12px; } .dialog-tooltip-widget { position: absolute; width: 300px; z-index: 1; background-color: #ffffff; box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); border-radius: 3px; } .dialog-tooltip-widget:after { content: ""; position: absolute; top: 15px; right: 100%; transform: scaleY(0.7); border: 10px solid transparent; border-inline-end-color: #ffffff; } .dialog-tooltip-widget__title { font-size: 14px; } .dialog-tooltip-widget .dialog-tooltip-header { display: flex; padding: 20px 20px 0; color: #0C0D0E; border-block-end: 1px solid #ffffff; font-weight: 500; } .dialog-tooltip-widget .dialog-tooltip-header .eicon-pro-icon { flex-grow: 1; margin-inline-start: 10px; font-size: 14px; color: #93003f; } .dialog-tooltip-widget .dialog-tooltip-header .eicon-close { cursor: pointer; margin-inline-start: auto; color: #9DA5AE; } .dialog-tooltip-widget .dialog-tooltip-message { padding: 20px; } .dialog-tooltip-widget .dialog-tooltip-buttons-wrapper { padding: 0 20px 20px 20px; text-align: end; } .dialog-tooltip-widget .dialog-tooltip-button { padding: 7px 25px; font-size: 12px; } .dialog-tooltip-widget .dialog-tooltip-button::-moz-focus-inner { border: 0; } #elementor-panel-inner { position: relative; height: 100%; display: flex; flex-direction: column; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); } #elementor-panel-content-wrapper { position: relative; width: 100%; flex: 1; } .elementor-panel-container { clear: both; padding-inline-start: 15px; padding-inline-end: 15px; } #elementor-panel-get-pro-elements .elementor-nerd-box-message { margin-block-start: 10px; } #elementor-panel-get-pro-elements .elementor-nerd-box-icon { margin-block-start: 20px; } #elementor-panel-notice-wrapper .elementor-panel-notice { width: 90%; margin: 0 auto; font-style: unset; margin-block-end: 15px; } #elementor-panel-notice-wrapper .elementor-panel-notice a { font-weight: bold; font-style: italic; border-block-end: 2px dotted var(--e-a-color-info); display: inline-block; } body.e-has-notification:not(.e-route-panel-menu) #elementor-panel-header-menu-button, body.e-has-notification .elementor-panel-menu-item.elementor-panel-menu-item-notification-center .elementor-panel-menu-item-icon { position: relative; } body.e-has-notification:not(.e-route-panel-menu) #elementor-panel-header-menu-button:after, body.e-has-notification .elementor-panel-menu-item.elementor-panel-menu-item-notification-center .elementor-panel-menu-item-icon:after { position: absolute; content: ""; display: block; background: var(--e-a-color-primary); border-radius: 50%; width: 8px; height: 8px; top: 5px; right: 5px; } .media-modal.wp-core-ui { color-scheme: light; color: #515962; } .media-modal.wp-core-ui select { width: initial; padding-inline: 8px; } .media-modal.wp-core-ui fieldset { padding: 0; border: 0; } .elementor-control { --control-title-size: 12px; position: relative; padding: 0 20px 15px; } .elementor-control a { font-weight: 500; text-decoration: none; border-block-end: 1px dotted transparent; transition: all ease-in-out 0.3s; } .elementor-control a:hover { border-block-end-color: inherit; } .elementor-control .elementor-control-content { display: flex; flex-direction: column; } .elementor-control .elementor-control-title { font-size: var(--control-title-size); line-height: 1; margin-inline-end: 5px; } .elementor-control .elementor-control-spinner { display: flex; align-items: center; } .elementor-control.elementor-control-type-divider { padding: 0; } .elementor-control.elementor-control-type-divider .elementor-control-content { border-width: 0; border-block-start: var(--e-a-border); background-color: var(--e-a-bg-default); height: 15px; } .elementor-control.elementor-control-separator-before { padding-block-start: 15px; } .elementor-control.elementor-control-separator-before:before { content: ""; position: absolute; height: 1px; width: calc(100% - 40px); top: 0; left: 20px; background-color: var(--e-a-border-color); } .elementor-control.elementor-control-separator-after:after { content: ""; position: absolute; height: 1px; width: calc(100% - 40px); bottom: 0; left: 20px; background-color: var(--e-a-border-color); } .elementor-control.elementor-control-separator-after + .elementor-control-type-tabs ~ .elementor-control-separator-default, .elementor-control.elementor-control-separator-after:not(.elementor-hidden-control) ~ .elementor-control-separator-default { padding-block-start: 15px; } .elementor-control.elementor-control-deprecated { color: var(--e-a-color-warning); } .elementor-control.elementor-control-deprecated .elementor-control-field-description { color: var(--e-a-color-warning); } .elementor-control.elementor-control-hidden-label > * > .elementor-control-title, .elementor-control.elementor-control-hidden-label > * > * > .elementor-control-title { display: none; } .elementor-control.elementor-hidden-control { display: none; } .elementor-control.elementor-control-type-heading .elementor-control-title { font-weight: bold; margin: 0; } body:not(.elementor-device-widescreen) .elementor-control.elementor-control-responsive-widescreen { display: none; } body:not(.elementor-device-desktop) .elementor-control.elementor-control-responsive-desktop { display: none; } body:not(.elementor-device-laptop) .elementor-control.elementor-control-responsive-laptop { display: none; } body:not(.elementor-device-tablet_extra) .elementor-control.elementor-control-responsive-tablet_extra { display: none; } body:not(.elementor-device-tablet) .elementor-control.elementor-control-responsive-tablet { display: none; } body:not(.elementor-device-mobile_extra) .elementor-control.elementor-control-responsive-mobile_extra { display: none; } body:not(.elementor-device-mobile) .elementor-control.elementor-control-responsive-mobile { display: none; } .elementor-control-custom_css_pro .elementor-nerd-box-message, .elementor-control-custom_attributes_pro .elementor-nerd-box-message { margin-block-start: 5px; } .elementor-control.e-open .elementor-panel-heading-toggle .eicon:before, .elementor-control.elementor-active .elementor-panel-heading-toggle .eicon:before, .elementor-panel-category.e-open .elementor-panel-heading-toggle .eicon:before, .elementor-panel-category.elementor-active .elementor-panel-heading-toggle .eicon:before, .elementor-panel-scheme-item.e-open .elementor-panel-heading-toggle .eicon:before, .elementor-panel-scheme-item.elementor-active .elementor-panel-heading-toggle .eicon:before { content: "\e92a"; } .elementor-control:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before, .elementor-panel-category:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before, .elementor-panel-scheme-item:not(.e-open):not(.elementor-active) .elementor-panel-heading-toggle .eicon:before { content: "\e90a"; } .elementor-panel-heading { display: flex; align-items: center; gap: 5px; height: 48px; padding-inline: 20px; width: 100%; border-block-start: var(--e-a-border); border-block-start-width: 2px; color: var(--e-a-color-txt-accent); cursor: pointer; } .elementor-panel-heading-toggle { width: 10px; display: flex; flex-direction: column; align-items: center; } .elementor-panel-heading-title { font-weight: bold; } #elementor-controls .elementor-control-type-section:first-child .elementor-panel-heading { border-block-start: none; } .elementor-control-field { display: flex; align-items: center; } .elementor-label-block > .elementor-control-content > .elementor-control-field { flex-wrap: wrap; } .elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { width: 100%; max-width: 100%; margin-block-start: 10px; } .elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper > .elementor-choices label { width: auto; flex: 1 1 27px; display: flex; align-items: center; justify-content: center; } .elementor-label-block.elementor-control-hidden-label:not(.elementor-control-dynamic) > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { margin-block-start: 0; } .elementor-label-block.elementor-control-hidden-label.elementor-label-block > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { margin-block-start: 0; } .elementor-label-inline > .elementor-control-content > .elementor-control-field > .elementor-control-title { flex-shrink: 0; max-width: 60%; } .elementor-label-inline > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { margin-inline-start: auto; } .elementor-control-field-description { margin-block-start: 10px; } .elementor-group-control-attachment_alert .elementor-control-field-description { margin-block-start: 0; } .elementor-update-preview { margin: 15px 15px 0; display: flex; align-items: center; } .elementor-update-preview-button-wrapper { flex-grow: 1; text-align: end; } .elementor-update-preview-button { padding: 8px 15px; } .elementor-control-direction-ltr input, .elementor-control-direction-ltr textarea { direction: ltr; } .elementor-control-direction-rtl input, .elementor-control-direction-rtl textarea { direction: rtl; } .elementor-control-responsive-switchers { --selected-option: 0; --pointer-position: var(--selected-option); position: relative; width: 2.5em; height: 2.5em; margin: calc(-2.5em + 12px) 0; margin-inline-end: 5px; } .elementor-control-responsive-switchers__holder { position: absolute; width: 100%; top: 0; background-color: var(--e-a-bg-default); border-radius: var(--e-a-border-radius); transition: 0.15s; border: 1px solid transparent; } .elementor-control-responsive-switchers.elementor-responsive-switchers-open { z-index: 11000; } .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher { height: 2.5em; transform: scale(1); opacity: 1; } .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher:hover { color: var(--e-a-color-primary-bold); } .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-control-responsive-switchers__holder { box-shadow: var(--e-a-dropdown-shadow); } .elementor-responsive-switcher { all: unset; display: flex; align-items: center; justify-content: center; position: relative; z-index: 2; cursor: pointer; height: 0; width: 100%; transform: scale(0); opacity: 0; transition: 0.15s; font-size: 12px; color: inherit; } .elementor-responsive-switcher:hover { color: var(--e-a-color-primary-bold); } .elementor-device-widescreen .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { height: 2.5em; transform: scale(1); opacity: 1; } .elementor-device-widescreen .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { color: var(--e-a-color-primary-bold); } .elementor-device-desktop .elementor-responsive-switcher.elementor-responsive-switcher-desktop { height: 2.5em; transform: scale(1); opacity: 1; } .elementor-device-desktop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-desktop { color: var(--e-a-color-primary-bold); } .elementor-device-laptop .elementor-responsive-switcher.elementor-responsive-switcher-laptop { height: 2.5em; transform: scale(1); opacity: 1; } .elementor-device-laptop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-laptop { color: var(--e-a-color-primary-bold); } .elementor-device-tablet_extra .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { height: 2.5em; transform: scale(1); opacity: 1; } .elementor-device-tablet_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { color: var(--e-a-color-primary-bold); } .elementor-device-tablet .elementor-responsive-switcher.elementor-responsive-switcher-tablet { height: 2.5em; transform: scale(1); opacity: 1; } .elementor-device-tablet .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet { color: var(--e-a-color-primary-bold); } .elementor-device-mobile_extra .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { height: 2.5em; transform: scale(1); opacity: 1; } .elementor-device-mobile_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { color: var(--e-a-color-primary-bold); } .elementor-device-mobile .elementor-responsive-switcher.elementor-responsive-switcher-mobile { height: 2.5em; transform: scale(1); opacity: 1; } .elementor-device-mobile .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile { color: var(--e-a-color-primary-bold); } .e-units-wrapper { position: relative; margin-inline-start: auto; } .e-units-wrapper .e-units-switcher { cursor: pointer; font-size: 10px; padding: 0.5em; margin: -0.5em 0; transition: all ease-in-out 0.15s; } .e-units-wrapper .e-units-switcher:hover { color: var(--e-a-color-primary-bold); background-color: var(--e-a-bg-hover); border-radius: var(--e-a-border-radius); } .e-units-wrapper .e-units-switcher:not([data-selected=custom]) i.eicon-edit { display: none; } .e-units-wrapper .e-units-switcher[data-selected=custom] span { display: none; } .e-units-wrapper .e-units-switcher i.eicon-angle-right { transform: rotate(90deg); } .e-units-choices input { display: none; } .e-units-choices input:checked + label { color: var(--e-a-color-primary-bold); } .e-units-choices label { cursor: pointer; display: block; } .e-units-choices { display: none; overflow: hidden; max-height: 0; position: absolute; top: -0.8em; left: -0.5em; width: 2.5em; text-align: center; background-color: var(--e-a-bg-default); border-radius: var(--e-a-border-radius); box-shadow: var(--e-a-dropdown-shadow); animation-timing-function: linear; animation-delay: 0s; animation-fill-mode: forwards; z-index: 11000; } .e-units-choices .elementor-units-choices-label { display: flex; align-items: center; height: 3em; justify-content: center; font-size: 10px; transition: 0.15s; } .e-units-choices .elementor-units-choices-label:hover { color: var(--e-a-color-primary-bold); } .e-units-choices .elementor-units-choices-label:not([data-choose=custom]) i { display: none; } .e-units-choices .elementor-units-choices-label[data-choose=custom] span { display: none; } .e-units-choices.e-units-choices-open { display: block; animation-duration: 1s; animation-name: e-units-choices-open; } .e-units-custom input { font-family: monospace; font-size: 0.85em; } @keyframes e-units-choices-open { from { max-height: 0; } to { max-height: 100vh; } } .elementor-control-alert { display: flex; flex-direction: column; justify-content: start; align-items: start; gap: 8px; } .elementor-control-alert-heading { font-weight: bold; } .elementor-control-type-button .elementor-control-input-wrapper { text-align: end; } .elementor-control-type-button .elementor-button { width: auto; } .elementor-control-type-button .elementor-button.elementor-button-center { display: block; margin: 0 auto; } .elementor-control-type-choose.elementor-label-block .elementor-choices { width: 100%; } .elementor-choices { display: flex; height: 27px; line-height: 27px; text-align: center; border-spacing: 1px; border-radius: var(--e-a-border-radius); overflow: hidden; } .elementor-choices .elementor-choices-label { border-block-start: var(--e-a-border-bold); border-block-end: var(--e-a-border-bold); border-inline-start: var(--e-a-border-bold); border-inline-end: none; font-size: 12px; transition: var(--e-a-transition-hover); cursor: pointer; overflow: hidden; } .elementor-choices .elementor-choices-label:nth-child(2) { border-start-start-radius: var(--e-a-border-radius); border-end-start-radius: var(--e-a-border-radius); } .elementor-choices .elementor-choices-label:last-child { border-inline-end: var(--e-a-border-bold); border-start-end-radius: var(--e-a-border-radius); border-end-end-radius: var(--e-a-border-radius); } .elementor-choices input { display: none; } .elementor-choices input:hover + .elementor-choices-label { background-color: var(--e-a-bg-hover); } .elementor-choices input.e-choose-placeholder + .elementor-choices-label, .elementor-choices input:checked + .elementor-choices-label { background-color: var(--e-a-bg-active-bold); color: var(--e-a-color-txt-accent); } .elementor-label-inline .elementor-choices { justify-content: flex-end; } .elementor-control-type-color.e-control-global .pickr { border-start-start-radius: 0; border-start-end-radius: var(--e-a-border-radius); border-end-start-radius: 0; border-end-end-radius: var(--e-a-border-radius); flex-shrink: 0; border-color: var(--e-a-border-color-bold); transition: var(--e-a-transition-hover); } .elementor-control-type-color.e-control-global .pickr:hover { background-color: var(--e-a-bg-hover); } .elementor-control-type-color.e-control-global .e-global__popover-toggle:not(.e-global__popover-toggle--active) ~ .pickr { background-color: var(--e-a-bg-active-bold); } .elementor-control-type-color .elementor-control-title { flex-grow: 1; } .elementor-control-type-color .elementor-control-input-wrapper { display: flex; justify-content: flex-end; } .elementor-group-control-css-filter .elementor-slider { height: 6px; box-shadow: 0 0 1px 1px inset rgba(0, 0, 0, 0.2); } .elementor-group-control-css-filter .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { margin-block-start: 0; margin-block-end: 5px; } .elementor-group-control-blur .elementor-slider { background: url("../images/blur.png"); background-size: cover; background-position: center; } .elementor-group-control-contrast .elementor-slider { background: url("../images/contrast.png"); background-size: 100% 100%; } .elementor-group-control-hue .elementor-slider { background-image: linear-gradient(to right, red, orange, yellow, greenyellow, limegreen, deepskyblue, blue, darkviolet 95%); } .elementor-group-control-saturate .elementor-slider { background-image: linear-gradient(to right, gray, red); } .elementor-group-control-brightness .elementor-slider { background-image: linear-gradient(to right, black, white); } .elementor-control-responsive-switchers { --selected-option: 0; --pointer-position: var(--selected-option); position: relative; width: 2.5em; height: 2.5em; margin: calc(-2.5em + 12px) 0; margin-inline-end: 5px; } .elementor-control-responsive-switchers__holder { position: absolute; width: 100%; top: 0; background-color: var(--e-a-bg-default); border-radius: var(--e-a-border-radius); transition: 0.15s; border: 1px solid transparent; } .elementor-control-responsive-switchers.elementor-responsive-switchers-open { z-index: 11000; } .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher { height: 2.5em; transform: scale(1); opacity: 1; } .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher:hover { color: var(--e-a-color-primary-bold); } .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-control-responsive-switchers__holder { box-shadow: var(--e-a-dropdown-shadow); } .elementor-responsive-switcher { all: unset; display: flex; align-items: center; justify-content: center; position: relative; z-index: 2; cursor: pointer; height: 0; width: 100%; transform: scale(0); opacity: 0; transition: 0.15s; font-size: 12px; color: inherit; } .elementor-responsive-switcher:hover { color: var(--e-a-color-primary-bold); } .elementor-device-widescreen .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { height: 2.5em; transform: scale(1); opacity: 1; } .elementor-device-widescreen .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { color: var(--e-a-color-primary-bold); } .elementor-device-desktop .elementor-responsive-switcher.elementor-responsive-switcher-desktop { height: 2.5em; transform: scale(1); opacity: 1; } .elementor-device-desktop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-desktop { color: var(--e-a-color-primary-bold); } .elementor-device-laptop .elementor-responsive-switcher.elementor-responsive-switcher-laptop { height: 2.5em; transform: scale(1); opacity: 1; } .elementor-device-laptop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-laptop { color: var(--e-a-color-primary-bold); } .elementor-device-tablet_extra .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { height: 2.5em; transform: scale(1); opacity: 1; } .elementor-device-tablet_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { color: var(--e-a-color-primary-bold); } .elementor-device-tablet .elementor-responsive-switcher.elementor-responsive-switcher-tablet { height: 2.5em; transform: scale(1); opacity: 1; } .elementor-device-tablet .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet { color: var(--e-a-color-primary-bold); } .elementor-device-mobile_extra .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { height: 2.5em; transform: scale(1); opacity: 1; } .elementor-device-mobile_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { color: var(--e-a-color-primary-bold); } .elementor-device-mobile .elementor-responsive-switcher.elementor-responsive-switcher-mobile { height: 2.5em; transform: scale(1); opacity: 1; } .elementor-device-mobile .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile { color: var(--e-a-color-primary-bold); } .e-units-wrapper { position: relative; margin-inline-start: auto; } .e-units-wrapper .e-units-switcher { cursor: pointer; font-size: 10px; padding: 0.5em; margin: -0.5em 0; transition: all ease-in-out 0.15s; } .e-units-wrapper .e-units-switcher:hover { color: var(--e-a-color-primary-bold); background-color: var(--e-a-bg-hover); border-radius: var(--e-a-border-radius); } .e-units-wrapper .e-units-switcher:not([data-selected=custom]) i.eicon-edit { display: none; } .e-units-wrapper .e-units-switcher[data-selected=custom] span { display: none; } .e-units-wrapper .e-units-switcher i.eicon-angle-right { transform: rotate(90deg); } .e-units-choices input { display: none; } .e-units-choices input:checked + label { color: var(--e-a-color-primary-bold); } .e-units-choices label { cursor: pointer; display: block; } .e-units-choices { display: none; overflow: hidden; max-height: 0; position: absolute; top: -0.8em; left: -0.5em; width: 2.5em; text-align: center; background-color: var(--e-a-bg-default); border-radius: var(--e-a-border-radius); box-shadow: var(--e-a-dropdown-shadow); animation-timing-function: linear; animation-delay: 0s; animation-fill-mode: forwards; z-index: 11000; } .e-units-choices .elementor-units-choices-label { display: flex; align-items: center; height: 3em; justify-content: center; font-size: 10px; transition: 0.15s; } .e-units-choices .elementor-units-choices-label:hover { color: var(--e-a-color-primary-bold); } .e-units-choices .elementor-units-choices-label:not([data-choose=custom]) i { display: none; } .e-units-choices .elementor-units-choices-label[data-choose=custom] span { display: none; } .e-units-choices.e-units-choices-open { display: block; animation-duration: 1s; animation-name: e-units-choices-open; } .e-units-custom input { font-family: monospace; font-size: 0.85em; } @keyframes e-units-choices-open { from { max-height: 0; } to { max-height: 100vh; } } .elementor-control-type-dimensions .elementor-control-dimensions { display: flex; } .elementor-control-type-dimensions li { flex: 1; transition: flex-grow 0.3s ease-in-out; } .elementor-control-type-dimensions li input, .elementor-control-type-dimensions li .elementor-link-dimensions { display: block; text-align: center; width: 100%; height: 27px; } .elementor-control-type-dimensions li input { border-inline-start: none; border-radius: 0; padding: var(--e-a-border-radius); } .elementor-control-type-dimensions li input:focus { border-inline-start: var(--e-a-border-bold); margin-inline-start: -1px; width: calc(100% + 1px); } .elementor-control-type-dimensions li input:focus + .elementor-control-dimension-label { color: var(--e-a-color-txt); } .elementor-control-type-dimensions li .elementor-link-dimensions { border: var(--e-a-border-bold); border-inline-start: none; background-color: var(--e-a-bg-default); padding: 0; outline: none; border-start-start-radius: 0; border-start-end-radius: var(--e-a-border-radius); border-end-start-radius: 0; border-end-end-radius: var(--e-a-border-radius); cursor: pointer; } .elementor-control-type-dimensions li:first-child input { border-inline-start: 1px solid var(--e-a-border-color-bold); border-start-start-radius: var(--e-a-border-radius); border-start-end-radius: 0; border-end-start-radius: var(--e-a-border-radius); border-end-end-radius: 0; } .elementor-control-type-dimensions li:first-child input:focus { border-color: var(--e-a-border-color-focus); margin-inline-start: 0; width: 100%; } .elementor-control-type-dimensions li:last-child { max-width: 27px; } .elementor-control-type-dimensions.e-units-custom li.elementor-control-dimension:focus-within { flex: 2.5; } .elementor-control-type-dimensions .elementor-control-dimension-label { color: var(--e-a-color-txt-muted); display: block; text-align: center; font-size: 9px; padding-block-start: 5px; } .elementor-control-type-dimensions .elementor-link-dimensions.unlinked { background-color: var(--e-a-bg-default); } .elementor-control-type-dimensions .elementor-link-dimensions.unlinked .elementor-linked { display: none; } .elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked) { background-color: var(--e-a-bg-active-bold); color: var(--e-a-color-txt-accent); border-color: var(--e-a-border-color-bold); } .elementor-control-type-dimensions .elementor-link-dimensions:not(.unlinked) .elementor-unlinked { display: none; } .elementor-control-responsive-switchers { --selected-option: 0; --pointer-position: var(--selected-option); position: relative; width: 2.5em; height: 2.5em; margin: calc(-2.5em + 12px) 0; margin-inline-end: 5px; } .elementor-control-responsive-switchers__holder { position: absolute; width: 100%; top: 0; background-color: var(--e-a-bg-default); border-radius: var(--e-a-border-radius); transition: 0.15s; border: 1px solid transparent; } .elementor-control-responsive-switchers.elementor-responsive-switchers-open { z-index: 11000; } .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher { height: 2.5em; transform: scale(1); opacity: 1; } .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-responsive-switcher:hover { color: var(--e-a-color-primary-bold); } .elementor-control-responsive-switchers.elementor-responsive-switchers-open .elementor-control-responsive-switchers__holder { box-shadow: var(--e-a-dropdown-shadow); } .elementor-responsive-switcher { all: unset; display: flex; align-items: center; justify-content: center; position: relative; z-index: 2; cursor: pointer; height: 0; width: 100%; transform: scale(0); opacity: 0; transition: 0.15s; font-size: 12px; color: inherit; } .elementor-responsive-switcher:hover { color: var(--e-a-color-primary-bold); } .elementor-device-widescreen .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { height: 2.5em; transform: scale(1); opacity: 1; } .elementor-device-widescreen .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-widescreen { color: var(--e-a-color-primary-bold); } .elementor-device-desktop .elementor-responsive-switcher.elementor-responsive-switcher-desktop { height: 2.5em; transform: scale(1); opacity: 1; } .elementor-device-desktop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-desktop { color: var(--e-a-color-primary-bold); } .elementor-device-laptop .elementor-responsive-switcher.elementor-responsive-switcher-laptop { height: 2.5em; transform: scale(1); opacity: 1; } .elementor-device-laptop .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-laptop { color: var(--e-a-color-primary-bold); } .elementor-device-tablet_extra .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { height: 2.5em; transform: scale(1); opacity: 1; } .elementor-device-tablet_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet_extra { color: var(--e-a-color-primary-bold); } .elementor-device-tablet .elementor-responsive-switcher.elementor-responsive-switcher-tablet { height: 2.5em; transform: scale(1); opacity: 1; } .elementor-device-tablet .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-tablet { color: var(--e-a-color-primary-bold); } .elementor-device-mobile_extra .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { height: 2.5em; transform: scale(1); opacity: 1; } .elementor-device-mobile_extra .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile_extra { color: var(--e-a-color-primary-bold); } .elementor-device-mobile .elementor-responsive-switcher.elementor-responsive-switcher-mobile { height: 2.5em; transform: scale(1); opacity: 1; } .elementor-device-mobile .elementor-responsive-switchers-open:not(:hover) .elementor-responsive-switcher.elementor-responsive-switcher-mobile { color: var(--e-a-color-primary-bold); } .e-units-wrapper { position: relative; margin-inline-start: auto; } .e-units-wrapper .e-units-switcher { cursor: pointer; font-size: 10px; padding: 0.5em; margin: -0.5em 0; transition: all ease-in-out 0.15s; } .e-units-wrapper .e-units-switcher:hover { color: var(--e-a-color-primary-bold); background-color: var(--e-a-bg-hover); border-radius: var(--e-a-border-radius); } .e-units-wrapper .e-units-switcher:not([data-selected=custom]) i.eicon-edit { display: none; } .e-units-wrapper .e-units-switcher[data-selected=custom] span { display: none; } .e-units-wrapper .e-units-switcher i.eicon-angle-right { transform: rotate(90deg); } .e-units-choices input { display: none; } .e-units-choices input:checked + label { color: var(--e-a-color-primary-bold); } .e-units-choices label { cursor: pointer; display: block; } .e-units-choices { display: none; overflow: hidden; max-height: 0; position: absolute; top: -0.8em; left: -0.5em; width: 2.5em; text-align: center; background-color: var(--e-a-bg-default); border-radius: var(--e-a-border-radius); box-shadow: var(--e-a-dropdown-shadow); animation-timing-function: linear; animation-delay: 0s; animation-fill-mode: forwards; z-index: 11000; } .e-units-choices .elementor-units-choices-label { display: flex; align-items: center; height: 3em; justify-content: center; font-size: 10px; transition: 0.15s; } .e-units-choices .elementor-units-choices-label:hover { color: var(--e-a-color-primary-bold); } .e-units-choices .elementor-units-choices-label:not([data-choose=custom]) i { display: none; } .e-units-choices .elementor-units-choices-label[data-choose=custom] span { display: none; } .e-units-choices.e-units-choices-open { display: block; animation-duration: 1s; animation-name: e-units-choices-open; } .e-units-custom input { font-family: monospace; font-size: 0.85em; } @keyframes e-units-choices-open { from { max-height: 0; } to { max-height: 100vh; } } .elementor-control-type-gaps .elementor-control-gaps { display: flex; } .elementor-control-type-gaps li { flex: 1; transition: flex-grow 0.3s ease-in-out; } .elementor-control-type-gaps li input, .elementor-control-type-gaps li .elementor-link-gaps { display: block; text-align: center; width: 100%; height: 27px; } .elementor-control-type-gaps li input { border-inline-start: none; border-radius: 0; padding: var(--e-a-border-radius); } .elementor-control-type-gaps li input:focus { border-inline-start: var(--e-a-border-bold); margin-inline-start: -1px; width: calc(100% + 1px); } .elementor-control-type-gaps li input:focus + .elementor-control-gap-label { color: var(--e-a-color-txt); } .elementor-control-type-gaps li .elementor-link-gaps { border: var(--e-a-border-bold); border-inline-start: none; background-color: var(--e-a-bg-default); padding: 0; outline: none; border-start-start-radius: 0; border-start-end-radius: var(--e-a-border-radius); border-end-start-radius: 0; border-end-end-radius: var(--e-a-border-radius); cursor: pointer; } .elementor-control-type-gaps li:first-child input { border-inline-start: 1px solid var(--e-a-border-color-bold); border-start-start-radius: var(--e-a-border-radius); border-start-end-radius: 0; border-end-start-radius: var(--e-a-border-radius); border-end-end-radius: 0; } .elementor-control-type-gaps li:first-child input:focus { border-color: var(--e-a-border-color-focus); margin-inline-start: 0; width: 100%; } .elementor-control-type-gaps li:last-child { max-width: 27px; } .elementor-control-type-gaps.e-units-custom li.elementor-control-gap:focus-within { flex: 2.5; } .elementor-control-type-gaps .elementor-control-gap-label { color: var(--e-a-color-txt-muted); display: block; text-align: center; font-size: 9px; padding-block-start: 5px; } .elementor-control-type-gaps .elementor-link-gaps.unlinked { background-color: var(--e-a-bg-default); } .elementor-control-type-gaps .elementor-link-gaps.unlinked .elementor-linked { display: none; } .elementor-control-type-gaps .elementor-link-gaps:not(.unlinked) { background-color: var(--e-a-bg-active-bold); color: var(--e-a-color-txt-accent); border-color: var(--e-a-border-color-bold); } .elementor-control-type-gaps .elementor-link-gaps:not(.unlinked) .elementor-unlinked { display: none; } .elementor-control-type-icons .elementor-control-media__preview > * { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .elementor-control-type-icons .elementor-control-media__preview i { font-size: 70px; } .elementor-control-type-icons .elementor-control-media__preview svg { height: 75%; } .elementor-control-type-icons .elementor-control-icons--inline__svg i.eicon-upload { font-size: 15px; } .elementor-control-type-gallery .elementor-control-media__content { border: var(--e-a-border-bold); border-radius: 3px; } .elementor-control-type-gallery .elementor-control-gallery-status { font-size: 12px; height: 27px; padding-inline-start: 10px; border-block-end: var(--e-a-border-bold); display: flex; } .elementor-control-type-gallery .elementor-control-gallery-status > * { display: flex; align-items: center; } .elementor-control-type-gallery .elementor-control-gallery-status-title { flex-grow: 1; } .elementor-control-type-gallery .elementor-control-gallery-content { position: relative; overflow: hidden; } .elementor-control-type-gallery .elementor-control-gallery-thumbnails { display: grid; grid-template-columns: repeat(auto-fill, minmax(48px, 1fr)); grid-gap: 10px; cursor: pointer; padding: 10px; } .elementor-control-type-gallery .elementor-control-gallery-thumbnails:hover + .elementor-control-gallery-edit, .elementor-control-type-gallery .elementor-control-gallery-thumbnails:focus + .elementor-control-gallery-edit { opacity: 1; } .elementor-control-type-gallery .elementor-control-gallery-thumbnail { width: 48px; height: 48px; -o-object-fit: cover; object-fit: cover; border: var(--e-a-border); } .elementor-control-type-gallery .elementor-control-gallery-thumbnail + .unoptimized__image { outline: 2px solid var(--e-a-btn-bg-danger-active); opacity: 0.6; } .elementor-control-type-gallery .elementor-control-gallery-edit { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.2); padding: 10px; font-size: 11px; transition: all 0.3s ease-in-out; pointer-events: none; cursor: pointer; opacity: 0; } .elementor-control-type-gallery .elementor-control-gallery-edit span { position: absolute; top: 10px; right: 10px; width: 21px; height: 21px; color: var(--e-a-color-white); background-color: rgba(0, 0, 0, 0.5); box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); transition: var(--e-a-transition-hover); } .elementor-control-type-gallery .elementor-control-gallery-edit span i { font-size: 11px; padding: 5px; } .elementor-control-type-gallery .elementor-control-gallery-edit span:hover { background-color: rgba(0, 0, 0, 0.6); } .elementor-control-type-gallery .elementor-control-gallery-add { width: 48px; height: 48px; font-size: 14px; } .elementor-control-type-gallery .elementor-control-gallery-add i { margin: 0; } .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-clear, .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-thumbnails, .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-edit { display: none; } .elementor-control-type-gallery.elementor-gallery-empty .elementor-control-gallery-content { padding: 10px; } .elementor-control-type-gallery.elementor-gallery-has-images .elementor-control-gallery-add { display: none; } .elementor-control-type-gallery.elementor-control-dynamic .elementor-control-gallery-clear { border-inline-start: var(--e-a-border); } .elementor-control-type-gallery .elementor-control-gallery-clear { color: currentColor; background-color: transparent; border: none; cursor: pointer; justify-content: center; } .elementor-control-type-gallery .elementor-control-gallery-clear:hover, .elementor-control-type-gallery .elementor-control-gallery-clear:focus { color: var(--e-a-color-danger); } .elementor-control-type-gallery .elementor-control-dynamic-switcher { border-width: 0; border-inline-start-width: 1px; border-block-end-width: 1px; border-radius: 0; } .e-global__popover { width: 288px; z-index: 1; font-size: 12px; padding-inline-start: 10px; } .e-global__popover-toggle { border: var(--e-a-border-bold); border-inline-end: 0; border-start-start-radius: 3px; border-start-end-radius: 0; border-end-start-radius: 3px; border-end-end-radius: 0; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: var(--e-a-transition-hover); } .e-global__popover-toggle:hover { background-color: var(--e-a-bg-hover); } .e-global__popover-toggle--active { color: var(--e-a-color-primary-bold); background-color: var(--e-a-bg-active-bold); } .e-global__popover-container { box-shadow: var(--e-a-popover-shadow); border-radius: var(--e-a-border-radius); background-color: var(--e-a-bg-default); } .e-global__popover-title { padding: 15px 20px; font-weight: 500; border-block-end: var(--e-a-border); display: flex; } .e-global__popover-title > i { margin-inline-end: 5px; } .e-global__popover-title-text { flex-grow: 1; } .e-global__popover-info { margin-inline-end: 10px; display: inline-block; } .e-global__popover-info-tooltip { width: 270px; z-index: 1; background-color: rgba(0, 0, 0, 0.9); color: var(--e-a-color-white); padding: 20px; border-radius: 3px; } .e-global__popover-info-tooltip:after { content: ""; position: absolute; bottom: -17px; left: 16px; border: 10px solid transparent; border-block-start-color: rgba(0, 0, 0, 0.9); } .e-global__popover-info i { font-size: 13px; } .e-global__preview-items-container { max-height: 260px; overflow-y: auto; padding: 5px 0; } .e-global__preview-items-container::-webkit-scrollbar { width: 7px; } .e-global__preview-items-container::-webkit-scrollbar-thumb { background-color: #BABFC5; border-radius: 10px; } .e-global__manage-button { font-weight: 500; cursor: pointer; } .e-global__typography { padding-block: 10px; padding-inline: 35px 20px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .e-global__typography.e-global__preview-item--selected:before { font-family: "eicons"; font-size: 13px; content: "\e90e"; position: absolute; transform: translateY(-50%); top: 50%; inset-inline-start: 13px; } .e-global__color { padding: 10px 20px; display: flex; align-items: center; } .e-global__color-preview-container { height: 20px; width: 20px; border-radius: 3px; border: 1px solid rgba(0, 0, 0, 0.1); margin-inline-end: 10px; flex-shrink: 0; position: relative; } .e-global__color-preview-color, .e-global__color-preview-transparent-bg { border-radius: 3px; height: 100%; width: 100%; position: absolute; top: 0; left: 0; } .e-global__color-preview-transparent-bg { background-image: linear-gradient(45deg, var(--e-a-border-color-bold) 25%, transparent 0, transparent 75%, var(--e-a-border-color-bold) 0, var(--e-a-border-color-bold)), linear-gradient(45deg, var(--e-a-border-color-bold) 25%, transparent 0, transparent 75%, var(--e-a-border-color-bold) 0, var(--e-a-border-color-bold)); background-size: 12px 12px; background-position: 0 0, calc(12px / 2) calc(12px / 2); } .e-global__color-title { flex-grow: 1; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; padding-inline-end: 10px; } .e-global__color-hex { font-size: 10px; color: var(--e-a-color-txt-muted); } .e-global__color .pcr-button { background-color: var(--e-a-bg-default); } .e-global__color.e-global__preview-item--selected .e-global__color-preview-container { display: flex; justify-content: center; align-items: center; color: var(--e-a-color-white); } .e-global__color.e-global__preview-item--selected .e-global__color-preview-container:before { font-family: "eicons"; font-size: 13px; content: "\e90e"; text-shadow: 0 0 1px #000; z-index: 1; } .e-global__preview-item { cursor: pointer; position: relative; } .e-global__preview-item:hover { background-color: var(--e-a-bg-hover); } .e-global__confirm-delete i, .e-global__confirm-message-text i { color: var(--e-a-color-warning); } .e-global__confirm-input-wrapper { display: flex; align-items: center; border: var(--e-a-border); border-radius: var(--e-a-border-radius); margin: 15px 0; padding: 2px; } .e-global__confirm-input-wrapper input { font-family: var(--e-a-font-family); font-size: 12px; padding: 2px; border: 0; } .e-control-global .elementor-control-input-wrapper { display: flex; justify-content: flex-end; max-width: 135px; width: 100%; } .e-control-global.elementor-control .elementor-control-input-wrapper { display: flex; flex-direction: row; align-items: stretch; } .e-control-global .elementor-control-spinner { margin-inline-end: 4px; } .elementor-control-type-hidden { display: none !important; } .elementor-control-type-icon .select2-selection__rendered .eicon { margin-inline-end: 3px; } .elementor-control-type-image_dimensions .elementor-control-field-description { margin: 0 0 15px; line-height: 1.4; } .elementor-control-type-image_dimensions .elementor-control-input-wrapper { display: flex; align-items: flex-start; } .elementor-control-type-image_dimensions .elementor-image-dimensions-field { width: 65px; } .elementor-control-type-image_dimensions .elementor-image-dimensions-field input:focus + .elementor-image-dimensions-field-description { color: var(--e-a-color-txt); } .elementor-control-type-image_dimensions .elementor-image-dimensions-separator { width: 20px; text-align: center; padding-block-start: 4px; } .elementor-control-type-image_dimensions .elementor-image-dimensions-field-description { display: block; margin-block-start: 5px; color: var(--e-a-color-txt-disabled); font-size: 10px; text-align: center; } .elementor-control-type-image_dimensions .elementor-image-dimensions-apply-button { margin-inline-start: auto; } .elementor-control-media.e-media-empty .elementor-control-media-area .elementor-control-media__remove, .elementor-control-media.e-media-empty .elementor-control-media-area .elementor-control-media__content__remove { display: none; } .elementor-control-media.e-media-empty-placeholder .e-control-image-size { display: none; } .elementor-control-media:not(.e-media-empty) .elementor-control-media__content__upload-button { display: none; } .elementor-control-media .eicon-plus-circle { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: var(--e-a-color-white); font-size: 20px; } .elementor-control-media__content__upload-button { background-color: var(--e-a-bg-active-bold); } .elementor-control-media__preview { height: 100%; background-size: cover; background-position: center; padding-block-end: 42.8571%; } .elementor-control-media-area { background-image: linear-gradient(45deg, var(--e-a-border-color-bold) 25%, transparent 0, transparent 75%, var(--e-a-border-color-bold) 0, var(--e-a-border-color-bold)), linear-gradient(45deg, var(--e-a-border-color-bold) 25%, transparent 0, transparent 75%, var(--e-a-border-color-bold) 0, var(--e-a-border-color-bold)); background-size: 16px 16px; background-position: 0 0, calc(16px / 2) calc(16px / 2); background-color: var(--e-a-bg-default); border: var(--e-a-border-bold); aspect-ratio: 21/9; } .elementor-control-media-area:not(:hover) .elementor-control-media__remove { display: none; } .elementor-control-media-area .eicon-video-camera { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: rgba(255, 255, 255, 0.7); font-size: 21px; } .elementor-control-media .elementor-control-media__content { aspect-ratio: 21/9; position: relative; cursor: pointer; overflow: hidden; } .elementor-control-media .elementor-control-media__content:hover:after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.2); pointer-events: none; } .elementor-control-media .elementor-control-media__content:not(:hover) .elementor-control-media__tools { bottom: -30px; } .elementor-control-media__content { transition: all 0.2s ease-in-out; } .elementor-control-media__tools { position: absolute; bottom: 0; left: 0; right: 0; height: 27px; transition: all 0.2s ease-in-out; } .elementor-control-media__tools > *:not(:first-child) { margin-inline-start: 1px; } .elementor-control-media__tool { display: flex; align-items: center; justify-content: center; flex-grow: 1; color: var(--e-a-color-white); background-color: rgba(0, 0, 0, 0.9); font-size: 11px; transition: var(--e-a-transition-hover); } .elementor-control-media__tool:hover { background-color: rgba(0, 0, 0, 0.8); } .elementor-control-media__remove { display: flex; align-items: center; justify-content: center; transition: all 0.3s ease-in-out; } .elementor-control-media__content__remove { position: absolute; z-index: 1; top: 10px; right: 10px; width: 20px; height: 20px; font-size: 11px; color: var(--e-a-color-white); background-color: rgba(0, 0, 0, 0.5); border-radius: var(--e-border-radius); box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); transition: var(--e-a-transition-hover); } .elementor-control-media__content__remove:hover { background-color: rgba(0, 0, 0, 0.6); } .elementor-control-media.e-media-empty .elementor-control-file-area { display: none; } .elementor-control-media__warnings:empty { display: none; } .elementor-control-media__warnings:not(:empty) { margin-block-start: 10px; } .elementor-control-media__file { display: flex; justify-content: space-between; align-items: center; width: 100%; margin-block-start: 10px; border: var(--e-a-border); } .elementor-control-media__file__content { padding-inline-start: 5px; font-size: 12px; } .elementor-control-media__file__content__label { color: #9DA5AE; } .elementor-control-media__file__content__info { display: flex; align-items: center; font-weight: 500; } .elementor-control-media__file__content__info__icon { margin-inline-end: 5px; } .elementor-control-media__file__controls { display: flex; border-inline-start: var(--e-a-border); } .elementor-control-media__file__controls__upload-button, .elementor-control-media__file__controls__remove { width: 27px; height: 27px; cursor: pointer; align-items: center; } .elementor-control-media__file__controls__upload-button { display: flex; justify-content: center; } .elementor-control-media__file__controls__remove { border-inline-end: var(--e-a-border); } .elementor-control-media:not(.e-media-empty) .elementor-control-media__file__content__label { display: none; } .elementor-control-media.e-media-empty .elementor-control-media__file__content__info { display: none; } .elementor-control-media.e-media-empty .elementor-control-media__file__controls__remove { display: none; } .elementor-control-media .elementor-control-dynamic-switcher { border: none; border-radius: 0; background-color: rgba(0, 0, 0, 0.9); color: var(--e-a-color-white); } .elementor-control-media .elementor-control-dynamic-switcher:hover { background-color: rgba(0, 0, 0, 0.8); color: var(--e-a-color-white); } .elementor-control-media .e-control-image-size { display: flex; flex-direction: column; width: 100%; padding-block-start: 20px; } .elementor-control-media .e-control-image-size .elementor-control-input-wrapper { margin-inline-start: auto; } .elementor-control-type-media.elementor-control-dynamic-value .elementor-control-input-wrapper { border: none; } .elementor-control:not(.elementor-control-type-icons) .elementor-control-media__preview { background-color: var(--e-a-bg-active-bold); } .elementor-control-notice { display: flex; justify-content: start; align-items: start; gap: 8px; padding: 16px; border-radius: 3px; border: 1px solid var(--notice-control-color, var(--e-a-color-txt)); color: var(--e-a-color-txt); font-size: 12px; font-weight: 400; line-height: 1.5; text-align: start; margin-block-start: 10px; } .elementor-control-notice-type-info { --notice-control-color: var(--e-a-color-info); } .elementor-control-notice-type-success { --notice-control-color: var(--e-a-color-success); } .elementor-control-notice-type-warning { --notice-control-color: var(--e-a-color-warning); } .elementor-control-notice-type-danger { --notice-control-color: var(--e-a-color-danger); } .elementor-control-notice-icon { flex-basis: 18px; color: var(--notice-control-color); } .elementor-control-notice-main { display: flex; flex-direction: column; justify-content: start; align-items: start; gap: 6px; flex: 1; } .elementor-control-notice-main-heading { font-weight: 700; font-style: italic; } .elementor-control-notice-main-content { font-style: italic; line-height: 1.5; } .elementor-control-notice-main-actions { display: flex; gap: 10px; padding-block-start: 8px; } .elementor-control-notice-main a { color: inherit; font-weight: 700; cursor: pointer; } .elementor-control-notice-main a:hover, .elementor-control-notice-main a:focus { color: inherit; } .elementor-control-notice-dismiss { -webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: transparent; border: 0; padding: 0; margin: 0; cursor: pointer; } .elementor-control-type-popover_toggle input { display: none; } .elementor-control-type-popover_toggle label { cursor: pointer; } .elementor-control-type-popover_toggle .elementor-control-input-wrapper { display: flex; flex-direction: row-reverse; align-items: center; } .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle:checked + .elementor-control-popover-toggle-toggle-label { color: var(--e-a-color-txt-active); background-color: var(--e-a-bg-active-bold); } .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle:not(:checked) ~ .elementor-control-popover-toggle-reset-label { display: none; } .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle-label { height: 27px; display: inline-flex; align-items: center; justify-content: center; border-radius: var(--e-a-border-radius); border: var(--e-a-border-bold); transition: var(--e-a-transition-hover); } .elementor-control-type-popover_toggle .elementor-control-popover-toggle-toggle-label:hover { background-color: var(--e-a-bg-hover); } .elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label { color: var(--e-a-color-txt-muted); margin-inline-end: 5px; } .elementor-control-type-popover_toggle .elementor-control-popover-toggle-reset-label:hover { color: var(--e-a-color-txt); } .elementor-controls-popover.e-controls-popover--typography { padding-block-start: 0; } .e-control-global .elementor-control-popover-toggle-toggle-label { border-start-start-radius: 0; border-start-end-radius: var(--e-a-border-radius); border-end-start-radius: 0; border-end-end-radius: var(--e-a-border-radius); flex-shrink: 0; } .elementor-control-type-repeater .elementor-control:not(.elementor-control-type-tab) { padding-inline-start: 10px; padding-inline-end: 10px; padding-block-end: 10px; } .elementor-control-type-repeater.elementor-repeater-has-minimum-rows .elementor-repeater-tool-remove { display: none; } .elementor-control-type-repeater .elementor-repeater-fields { margin: 10px 0; } .elementor-control-type-repeater .elementor-repeater-row-controls { border: var(--e-a-border-bold); border-block-start-width: 0; padding-block-start: 15px; } .elementor-control-type-repeater .elementor-repeater-row-controls:not(.editable) { display: none; } .elementor-control-type-repeater .elementor-repeater-row-tools { display: flex; align-items: center; width: 100%; border: 1px solid var(--e-a-border-color-bold); transition: var(--e-a-transition-hover); } .elementor-control-type-repeater .elementor-repeater-row-tools > button { display: flex; align-items: center; justify-content: center; height: 40px; border: none; background-color: transparent; color: currentColor; cursor: pointer; } .elementor-control-type-repeater .elementor-repeater-row-tools > button:hover, .elementor-control-type-repeater .elementor-repeater-row-tools > button:focus { background-color: var(--e-a-bg-hover); } .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title { flex: 1; justify-content: flex-start; padding: 0 10px; font-size: var(--control-title-size); white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title .eicon, .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title i, .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title svg { margin-inline-end: 5px; } .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-item-title img[src$=svg] { width: 1em; } .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-tool { width: 40px; border-inline-start: 1px solid var(--e-a-border-color-bold); } .elementor-control-type-repeater .elementor-repeater-row-tools .elementor-repeater-row-handle-sortable { width: 10px; border-inline-end: 1px solid var(--e-a-border-color-bold); cursor: move; } .elementor-control-type-repeater .elementor-button-wrapper { text-align: center; padding-block-start: 5px; } #elementor-controls { padding-block-start: 15px; } .elementor-control-type-section { padding: 0; } .elementor-control-type-section.e-open { padding-block-end: 10px; } .elementor-control-type-section + .elementor-control:not(.elementor-control-type-section):before { display: none; } .elementor-control-type-section:not(:first-child):not(.elementor-control-type-section + .elementor-control-type-section) { margin-block-start: 25px; } .elementor-control-type-select .elementor-control-input-wrapper { position: relative; } .elementor-control-type-select .elementor-control-input-wrapper select { -webkit-appearance: none; -moz-appearance: none; appearance: none; font-size: var(--control-title-size); font-family: inherit; font-weight: inherit; font-style: inherit; text-transform: inherit; letter-spacing: inherit; line-height: inherit; flex-basis: 100%; padding-inline-start: 5px; padding-inline-end: 20px; cursor: pointer; } .elementor-control-type-select .elementor-control-input-wrapper select.e-select-placeholder { color: var(--e-a-color-txt-disabled); } .elementor-control-type-select .elementor-control-input-wrapper option.e-option-placeholder { display: none; } .elementor-control-type-select .elementor-control-input-wrapper:after { font-family: eicons; content: "\e8ad"; font-size: 12px; position: absolute; top: 50%; transform: translateY(-50%); right: 5px; pointer-events: none; } .elementor-control-type-select .elementor-control-field.elementor-control-field-select-small .elementor-control-input-wrapper { max-width: 80px; } .elementor-shadow-box .elementor-shadow-slider { margin-block-start: 10px; } .elementor-shadow-box .elementor-color-picker-wrapper .elementor-control-title { flex-grow: 1; } .elementor-control-type-slider.elementor-control-dynamic input { border-start-start-radius: var(--e-a-border-radius); border-start-end-radius: 0; border-end-start-radius: var(--e-a-border-radius); border-end-end-radius: 0; } .elementor-control-type-slider .elementor-control-unit-2 { width: 21%; } .elementor-control-type-slider.elementor-control-type-slider--multiple .elementor-control-input-wrapper { display: block; } .elementor-control-type-slider--multiple { padding-block-end: 40px; } .elementor-control-type-slider--multiple .elementor-slider { margin-block-start: 12px; width: 98%; } .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle { border-radius: 0; width: 10px; transform: translateY(calc(50% - 14px)) translateX(4px); } .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle:after { content: ""; position: absolute; top: 2px; height: 12px; width: 11px; transform: rotate(45deg); background-color: var(--e-a-color-white); border-radius: 3px; } .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-lower:after { left: 5px; box-shadow: 2px -2px 3px 0px rgba(0, 0, 0, 0.1); } .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper:after { right: 5px; box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1); } .elementor-control-type-slider .elementor-control-dynamic-switcher { border-inline-start-width: 0; border-start-start-radius: 0; border-start-end-radius: var(--e-a-border-radius); border-end-start-radius: 0; border-end-end-radius: var(--e-a-border-radius); } .elementor-control-type-slider .elementor-control-input-wrapper { display: flex; align-items: center; } .elementor-control-type-slider .elementor-dynamic-cover { margin-block-start: 10px; } .elementor-control-type-slider.e-units-custom .elementor-slider { display: none; } .elementor-control-type-slider.e-units-custom .elementor-slider-input { width: 100%; margin: 0; transition: none; } .elementor-slider { flex-grow: 1; height: 4px; background-color: var(--e-a-border-color-bold); border-radius: 5px; position: relative; cursor: pointer; } .elementor-slider-input { width: 21%; min-width: 54px; margin-inline-start: 12px; transition: width 0.3s ease-in-out; } .elementor-slider__extra { position: relative; } .elementor-slider__labels { display: flex; justify-content: space-between; } .elementor-slider__label { font-size: 9px; color: var(--e-a-color-txt-disabled); } .elementor-slider__scales { position: absolute; display: flex; justify-content: space-evenly; width: 100%; margin-block-start: 4px; } .elementor-slider__scale { width: 1px; height: 21px; background-color: var(--e-a-border-color-focus); } .elementor-slider .noUi-handle { height: 16px; width: 16px; background-color: var(--e-a-color-white); right: 0; transform: translateY(calc(50% - 14px)) translateX(8px); position: absolute; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); border-radius: 50%; } .elementor-slider .noUi-connects { position: absolute; width: 100%; height: 4px; } .elementor-slider .noUi-connect { position: absolute; z-index: 0; top: 0; left: 0; height: 100%; width: 100%; will-change: transform; transform-origin: 0 0; background-color: var(--e-a-border-color-focus); } .elementor-slider .noUi-tooltip { position: absolute; top: calc(100% + 5px); left: calc(50% - 4px); transform: translateX(-50%); font-size: 10px; } .elementor-control-type-structure .elementor-control-field { display: initial; } .elementor-control-type-structure .elementor-control-structure-preset { padding: 3px; border-radius: var(--e-border-radius); display: inline-block; cursor: pointer; height: 50px; } .elementor-control-type-structure .elementor-control-structure-preset svg { height: 100%; } .elementor-control-type-structure .elementor-control-structure-preset path { fill: var(--e-a-border-color-bold); } .elementor-control-type-structure .elementor-control-structure-reset { padding: 15px 20px 0; font-size: 11px; cursor: pointer; color: var(--e-a-color-txt-muted); border-block-start: var(--e-a-border); margin: 0 -20px; } .elementor-control-type-structure .elementor-control-structure-reset:hover { color: var(--e-a-color-txt); } .elementor-control-type-structure .elementor-control-structure-title { margin: 10px -20px 0; } .elementor-control-type-structure .elementor-control-structure-title:before { height: 10px; box-shadow: inset 0 2px 4px rgba(127, 127, 127, 0.1); } .elementor-control-type-structure .elementor-control-structure-presets { display: flex; flex-wrap: wrap; justify-content: space-between; } .elementor-control-type-structure .elementor-control-structure-presets input { display: none; } .elementor-control-type-structure .elementor-control-structure-presets input:checked + .elementor-control-structure-preset path { fill: var(--e-a-border-color-focus); } .elementor-control-type-structure .elementor-control-structure-preset-wrapper { margin-block-end: 15px; } .elementor-control-type-structure .elementor-control-structure-preset-title { text-align: center; padding-block-start: 5px; font-style: italic; font-size: 11px; color: #9DA5AE; } .elementor-control-type-switcher .elementor-control-input-wrapper { text-align: end; } .elementor-control-type-switcher .elementor-switch { position: relative; display: inline-block; vertical-align: top; height: 20px; background-color: var(--e-a-bg-default); border-radius: 18px; cursor: pointer; } .elementor-control-type-switcher .elementor-switch-input { display: none; } .elementor-control-type-switcher .elementor-switch-label { position: relative; display: block; height: inherit; font-size: 10px; background: var(--e-a-bg-active-bold); border-radius: inherit; transition: 0.15s ease-out; transition-property: opacity, background; } .elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after { position: absolute; top: 0; width: 50%; text-align: center; line-height: 20px; transition: inherit; } .elementor-control-type-switcher .elementor-switch-label:before { content: attr(data-off); right: 5px; color: var(--e-a-color-txt-muted); } .elementor-control-type-switcher .elementor-switch-label:after { content: attr(data-on); left: 5px; color: var(--e-a-btn-color); opacity: 0; } .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label { background: var(--e-a-btn-bg-primary); } .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label:before { opacity: 0; } .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label:after { opacity: 1; } .elementor-control-type-switcher .elementor-switch-handle { position: absolute; top: 1px; left: 1px; width: 18px; height: 18px; background: white; border-radius: 10px; transition: left 0.15s ease-out; } .elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle { left: initial; right: 1px; } .elementor-control-type-tabs { display: flex; font-size: var(--control-title-size); } .elementor-control-type-tab { text-align: center; width: 100%; padding: 0; line-height: 25px; border-block-start: var(--e-a-border-bold); border-block-end: var(--e-a-border-bold); border-inline-end: var(--e-a-border-bold); transition: var(--e-a-transition-hover); cursor: pointer; } .elementor-control-type-tab:first-child { border-inline-start: var(--e-a-border-bold); border-start-start-radius: var(--e-a-border-radius); border-end-start-radius: var(--e-a-border-radius); } .elementor-control-type-tab:last-child { border-start-end-radius: var(--e-a-border-radius); border-end-end-radius: var(--e-a-border-radius); } .elementor-control-type-tab:hover { background-color: var(--e-a-bg-hover); } .elementor-control-type-tab.e-tab-active { background-color: var(--e-a-bg-active-bold); color: var(--e-a-color-txt-accent); } .e-tab-close { display: none !important; } .elementor-control-type-textarea .elementor-control-dynamic-switcher, .elementor-control-type-code .elementor-control-dynamic-switcher { border-inline-start-width: 1px; border-start-start-radius: 0; border-start-end-radius: 0; border-end-end-radius: 0; border-end-start-radius: var(--e-a-border-radius); } .elementor-control-type-textarea:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher, .elementor-control-type-code:not(.elementor-control-dynamic-value) .elementor-control-dynamic-switcher { position: absolute; top: 0; right: 0; z-index: 1; } .elementor-control-type-textarea .elementor-control-input-wrapper, .elementor-control-type-code .elementor-control-input-wrapper { position: relative; } .elementor-control-type-textarea textarea, .elementor-control-type-code textarea { display: block; font-family: inherit; } .elementor-control-type-textarea textarea:focus + .elementor-control-dynamic-switcher, .elementor-control-type-code textarea:focus + .elementor-control-dynamic-switcher { display: none; } .elementor-control-type-textarea pre:focus-within + .elementor-control-dynamic-switcher, .elementor-control-type-code pre:focus-within + .elementor-control-dynamic-switcher { display: none; } .elementor-control-type-url .elementor-control-field { position: relative; } .elementor-control-type-url .elementor-control-input-wrapper { display: flex; } .elementor-control-type-url.elementor-control-dynamic .elementor-control-url-more-options input { border-radius: var(--e-a-border-radius); } .elementor-control-type-url.elementor-control-dynamic-value .e-input-style { border-start-end-radius: 0; border-end-end-radius: 0; } .elementor-control-type-url.elementor-control-dynamic-value .elementor-control-url-more { border-start-end-radius: var(--e-a-border-radius); border-end-end-radius: var(--e-a-border-radius); } .elementor-control-type-url .elementor-control-url-more { display: flex; align-items: center; justify-content: center; flex-shrink: 0; border: var(--e-a-border-bold); color: currentColor; background-color: transparent; border-inline-start-width: 0; cursor: pointer; } .elementor-control-type-url .elementor-control-url-more i { font-size: 12px; } .elementor-control-type-url .elementor-control-url-more-options { display: none; padding-block-start: 10px; } .elementor-control-type-url .elementor-control-url-more-options .elementor-control-field-description { margin-block-start: 10px; } .elementor-control-type-url .elementor-control-url-more:hover { color: var(--e-a-color-txt-hover); } .elementor-control-type-url .elementor-control-url-more:focus { color: var(--e-a-color-txt-active); border-color: var(--e-a-border-color-focus); } .elementor-control-type-url .elementor-control-url-option { display: flex; align-items: center; } .elementor-control-type-url .elementor-control-url-option:not(:last-child) { padding-block-end: 10px; } .elementor-control-type-url .elementor-control-url-option input, .elementor-control-type-url .elementor-control-url-option label { cursor: pointer; } .elementor-control-type-url .elementor-control-url-autocomplete-spinner { display: none; position: absolute; top: 5px; right: 0; width: 10px; height: 10px; font-size: 10px; color: var(--e-a-color-txt-disabled); } .elementor-control-type-url .elementor-control-url__custom-attributes label { font-size: var(--control-title-size); } .elementor-control-type-url .elementor-control-url__custom-attributes input { width: 100%; margin-block-start: 10px; } .elementor-control-type-url .elementor-input:focus ~ div { border-color: var(--e-a-border-color-focus); } .elementor-autocomplete-menu { position: absolute; background: var(--e-a-bg-default); border: var(--e-a-border); margin: 0; list-style: none; padding: 4px 0; height: auto; width: 100%; min-width: 260px; max-width: 300px; max-height: 200px; overflow-y: auto; border-radius: 3px; transition: var(--e-a-transition-hover); cursor: default; z-index: 1; } .elementor-autocomplete-menu .ui-menu-item { display: flex; justify-content: space-between; align-self: baseline; padding: 5px 8px; font-size: 12px; width: 100%; line-height: 1.2; cursor: pointer; } .elementor-autocomplete-menu .ui-menu-item.ui-state-hover, .elementor-autocomplete-menu .ui-menu-item.ui-state-active, .elementor-autocomplete-menu .ui-menu-item.ui-state-focus { background: var(--e-a-bg-hover); } .elementor-autocomplete-menu .elementor-autocomplete-item-info { font-size: 10px; padding-block-start: 2px; } .elementor-control-type-wp_widget .widget-inside { line-height: 2; background-color: inherit; display: block; } .elementor-control-type-wp_widget .quicktags-toolbar input { width: auto; } .elementor-control-type-wysiwyg * { box-sizing: content-box; } .elementor-control-type-wysiwyg .wp-editor-container { border: var(--e-a-border); } .elementor-control-type-wysiwyg .wp-editor-tabs { border: var(--e-a-border-bold); border-block-end: none; border-start-start-radius: var(--e-a-border-radius); border-start-end-radius: var(--e-a-border-radius); border-end-end-radius: 0; border-end-start-radius: 0; } .elementor-control-type-wysiwyg .wp-editor-tabs button:hover { background-color: var(--e-a-bg-hover); } .elementor-control-type-wysiwyg #insert-media-button { height: initial; line-height: 24px; font-size: 10px; color: var(--e-a-color-txt); border-color: var(--e-a-border-color-bold); background-color: var(--e-a-bg-default); min-height: initial; } .elementor-control-type-wysiwyg .ed_button { height: 22px; width: initial; } .elementor-control-type-wysiwyg .wp-media-buttons-icon { height: 14px; margin: 0; } .elementor-control-type-wysiwyg .wp-media-buttons-icon:before { font-size: 14px; } .elementor-control-type-wysiwyg .wp-switch-editor { position: static; border: none; margin: 0; color: var(--e-a-color-txt); font-size: 10px; padding: 3px 9px 4px; } .elementor-control-type-wysiwyg .switch-html { border: solid var(--e-a-border-color-bold); border-width: 0 1px; } .elementor-control-type-wysiwyg .html-active .switch-tmce { background-color: transparent; } .elementor-control-type-wysiwyg .html-active .switch-html { background-color: var(--e-a-bg-active); } .elementor-control-type-wysiwyg .tmce-active .switch-tmce { background-color: var(--e-a-bg-active); } .elementor-control-type-wysiwyg .tmce-active .switch-html { background-color: transparent; } .elementor-control-type-wysiwyg .mce-toolbar-grp, .elementor-control-type-wysiwyg .quicktags-toolbar { background-color: var(--e-a-bg-default); } .elementor-control-type-wysiwyg .mce-toolbar .mce-btn-group .mce-btn.mce-listbox { background-color: var(--e-a-bg-default); } .elementor-control-type-wysiwyg .mce-toolbar .mce-btn-group .mce-btn.mce-listbox button { color: var(--e-a-color-txt); } .elementor-control-type-wysiwyg .mce-toolbar-grp > div { padding: 0 3px; } .elementor-control-type-wysiwyg .elementor-wp-editor { box-sizing: border-box; } .elementor-control-type-wysiwyg .mce-ico { color: var(--e-a-color-txt); font-size: 16px; } .elementor-control-type-wysiwyg .mce-btn-group .mce-btn:hover, .elementor-control-type-wysiwyg .mce-btn-group .mce-btn:active, .elementor-control-type-wysiwyg .mce-btn-group .mce-btn.mce-active { color: var(--e-a-color-txt-active); background: var(--e-a-bg-hover); border-color: var(--e-a-border-color); box-shadow: none; } .elementor-control-type-wysiwyg .mce-btn-group .mce-btn:hover i, .elementor-control-type-wysiwyg .mce-btn-group .mce-btn:active i, .elementor-control-type-wysiwyg .mce-btn-group .mce-btn.mce-active i { color: var(--e-a-color-txt-active); } .elementor-control-type-wysiwyg .mce-path { padding: 5px 10px; } .elementor-control-type-wysiwyg .mce-path-item { font-size: 12px; color: var(--e-a-color-txt); } .elementor-control-type-wysiwyg .mce-top-part:before { box-shadow: none; } .elementor-control-type-wysiwyg .elementor-control-dynamic-switcher { border: none; } @media screen and (prefers-color-scheme: dark) { #wp-link-wrap { color-scheme: light; --e-a-color-txt: #515962; --e-a-bg-default: #ffffff; --e-a-border-color-bold: #D5D8DC; --e-a-color-primary-bold: #D004D4; } #wp-link { color: var(--e-a-color-txt); } #wp-link input { background-color: var(--e-a-bg-default); border-color: var(--e-a-border-color-bold); } #wp-link input[type=checkbox] { border-color: var(--e-a-border-color-bold); } #wp-link input[type=checkbox]:checked { background: var(--e-a-color-primary-bold); } #wp-link input.button-primary { background: #2271b1; border-color: #2271b1; color: #fff; } } #elementor-mode-switcher { --e-a-mode-switcher-width: 15px; --e-a-mode-switcher-height: 50px; --e-a-mode-switcher-icon-size: 15px; position: absolute; left: 100%; top: 50%; transform: translateY(-50%); background-color: var(--e-a-bg-default); box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.05); transition: 0.3s opacity; } #elementor-mode-switcher:hover { background-color: var(--e-a-bg-hover); } #elementor-mode-switcher:focus-within { background-color: var(--e-a-bg-active); } .e-panel-block-interactions #elementor-mode-switcher { opacity: 0; pointer-events: none; } #elementor-mode-switcher-preview i { display: flex; flex-direction: column; justify-content: center; width: var(--e-a-mode-switcher-width); height: var(--e-a-mode-switcher-height); font-size: var(--e-a-mode-switcher-icon-size); cursor: pointer; } #elementor-mode-switcher-preview-input { display: none; } .elementor-revision-item__wrapper { display: flex; align-items: center; border: var(--e-a-border); border-radius: var(--e-a-border-radius); padding: 10px 15px; margin-block-end: 10px; font-size: 11px; transition: var(--e-a-transition-hover); } .elementor-revision-item__wrapper:hover { background-color: var(--e-a-bg-hover); } .elementor-revision-item-loading .elementor-revision-item__tools-current { display: none; } .elementor-revision-item:not(.elementor-revision-item-loading) .elementor-revision-item__tools-spinner { display: none; } .elementor-revision-item__gravatar { border-radius: 50%; overflow: hidden; } .elementor-revision-item__gravatar img { display: block; } .elementor-revision-item__details { padding-inline-start: 15px; flex-grow: 1; cursor: pointer; } .elementor-revision-meta { padding-block-start: 5px; font-size: 10px; font-weight: bold; } .elementor-revision-current-preview .elementor-revision-item__wrapper { border-color: var(--e-a-border-color-accent); background-color: var(--e-a-bg-active); } #elementor-panel-revisions-loading { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } #elementor-panel-revisions-loading .eicon-loading { font-size: 50px; } .elementor-panel-revisions-buttons { display: flex; justify-content: space-between; padding: 15px 20px; border-block-end: var(--e-a-border); } .elementor-history-item { display: flex; align-items: center; border: var(--e-a-border); border-radius: var(--e-a-border-radius); padding: 10px 15px; margin-block-end: 10px; font-size: 11px; line-height: 1.4; cursor: pointer; transition: var(--e-a-transition-hover); } .elementor-history-item:hover:not(.elementor-history-item-current) { background-color: var(--e-a-bg-hover); color: var(--e-a-txt-color-hover); } .elementor-history-item:hover:not(.elementor-history-item-current) .elementor-history-item__icon .eicon:before { content: "\e924"; } .elementor-history-item-current { border-color: var(--e-a-border-color-accent); background-color: var(--e-a-bg-active); color: var(--e-a-txt-color-active); } .elementor-history-item-current .elementor-history-item__icon .eicon:before, .elementor-history-item-current:hover .elementor-history-item__icon .eicon:before { content: "\e90e"; } .elementor-history-item__details { width: 95%; } .elementor-history-item__title { font-weight: bold; } .elementor-history-item__subtitle, .elementor-history-item__action { font-weight: lighter; } .elementor-history-item__action { font-style: italic; text-decoration: underline; } .elementor-history-revisions-message { font-size: 11px; text-align: center; padding-block-start: 5px; } #elementor-panel-history { padding: 20px; padding-block-end: 15px; } #elementor-panel-history.elementor-empty .elementor-history-revisions-message { padding-block-start: 20px; } #elementor-panel-history:not(.elementor-empty) { margin-block-start: 10px; } #elementor-panel-history-no-items, #elementor-panel-revisions-no-revisions { text-align: center; } #elementor-panel-history-no-items .elementor-nerd-box-icon, #elementor-panel-revisions-no-revisions .elementor-nerd-box-icon { margin-block-start: 20px; } .e-control-display-conditions-promotion__wrapper { display: flex; justify-content: space-between; } .e-control-display-conditions-promotion__wrapper:hover .eicon-lock.e-control-display-conditions-promotion { color: var(--e-a-color-accent); } .e-control-display-conditions-promotion__description { display: flex; align-self: center; } .e-control-display-conditions-promotion__text { display: inline-block; } .e-control-display-conditions-promotion__lock-wrapper { width: 2.5rem; display: flex; justify-content: center; align-items: center; } .e-control-display-conditions-promotion.eicon-flow { align-self: flex-end; cursor: pointer; border: var(--e-a-border-bold); border-radius: var(--e-a-border-radius); padding: 5px; } .e-control-display-conditions-promotion.eicon-flow.filled { background-color: var(--e-a-bg-active); color: #E73CF6; } .e-control-motion-effects-promotion__wrapper:hover .eicon-lock { color: var(--e-a-color-accent); } .e-control-motion-effects-promotion__wrapper .select-promotion { display: flex; flex-direction: column; justify-content: center; padding-inline-start: 5px; padding-inline-end: 20px; cursor: pointer; height: 27px; width: 100%; color: var(--e-a-color-txt); border-radius: var(--e-a-border-radius); background-color: var(--e-a-bg-default); box-shadow: none; border: var(--e-a-border-bold); font-size: var(--control-title-size); } .e-control-motion-effects-promotion__lock-wrapper { width: 2.5rem; display: flex; justify-content: center; align-items: center; } .elementor-panel #elementor-panel-header #elementor-panel-header-kit-close, .elementor-panel #elementor-panel-header #elementor-panel-header-kit-back { display: none; } .elementor-editor-kit .elementor-panel #elementor-panel-header #elementor-panel-header-kit-close, .elementor-editor-kit .elementor-panel #elementor-panel-header #elementor-panel-header-kit-back { display: flex; } body:not(.e-routes-has-history) #elementor-panel-header-kit-back { pointer-events: none; visibility: hidden; } .elementor-editor-kit .elementor-panel #elementor-panel-page-settings .elementor-panel-navigation { display: none; } .elementor-editor-kit .elementor-panel #elementor-panel-page-menu { padding: 25px 15px 0; } .elementor-editor-kit #elementor-panel-header-add-button, .elementor-editor-kit #elementor-panel-header-menu-button, .elementor-editor-kit #elementor-panel-footer-sub-menu-item-save-template, .elementor-editor-kit #elementor-panel-footer-navigator { display: none; } .elementor-control-type-global-style-repeater .elementor-repeater-fields { margin-block-end: 15px; position: relative; } .elementor-control-type-global-style-repeater .elementor-repeater-fields.ui-sortable-helper { background-color: var(--e-a-bg-default); } .elementor-control-type-global-style-repeater .elementor-repeater-row-controls { display: flex; align-items: center; } .elementor-control-type-global-style-repeater .elementor-repeater-row-tool { cursor: pointer; color: var(--e-a-color-txt); background-color: transparent; border: none; padding: 5px; } .elementor-control-type-global-style-repeater .elementor-repeater-row-tool:focus, .elementor-control-type-global-style-repeater .elementor-repeater-row-tool:hover { color: var(--e-a-color-txt-hover); } .elementor-control-type-global-style-repeater .elementor-control { padding: 0; } .elementor-control-type-global-style-repeater .elementor-control-title { flex-grow: 1; } .elementor-control-type-global-style-repeater .elementor-control-title input { max-width: 135px; } .elementor-control-type-global-style-repeater .elementor-control-title input:not(:focus) { background: none; border: none; } .elementor-control-type-global-style-repeater .elementor-control-input-wrapper { display: flex; align-items: center; min-width: 81px; } .elementor-control-type-global-style-repeater .elementor-control-input-wrapper:hover .e-global-colors__color-value { display: none; } .elementor-control-type-global-style-repeater .elementor-control-input-wrapper:not(:hover) .elementor-repeater-tool-remove, .elementor-control-type-global-style-repeater .elementor-control-input-wrapper:not(:hover) .elementor-repeater-tool-remove--disabled, .elementor-control-type-global-style-repeater .elementor-control-input-wrapper:not(:hover) .elementor-repeater-tool-sort { display: none; } .elementor-control-type-global-style-repeater .elementor-repeater-row-controls > .elementor-control > .elementor-control-content > .elementor-control-field > .elementor-control-input-wrapper { margin-block-start: 0; } .elementor-control-type-global-style-repeater .elementor-controls-popover { align-self: end; margin-block-start: 35px; top: 0; width: 100%; } .elementor-control-type-global-style-repeater .elementor-controls-popover:before { right: 5px; } .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control { padding: 0 20px 15px; } .elementor-control-type-global-style-repeater .elementor-controls-popover .elementor-control-title { flex-grow: initial; } .elementor-control-type-global-style-repeater .elementor-button-wrapper { text-align: center; border-block-start: var(--e-a-border); padding-block-start: 15px; } .elementor-control-type-global-style-repeater .pickr, .elementor-control-type-global-style-repeater .elementor-control-popover-toggle-toggle-label { margin-inline-start: 5px; } .elementor-control-type-global-style-repeater .e-sortable-placeholder { background-color: var(--e-a-color-info); opacity: 0.9; width: 100%; margin: 8px 0; height: 2px; } .elementor-control-system_colors, .elementor-control-system_typography { padding-block-end: 0; } .e-global-colors__color-value { font-size: 10px; padding: 0 5px; text-align: end; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } @keyframes load { 0% { opacity: 0.3; } 50% { opacity: 1; } 100% { opacity: 0.3; } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes mover { 0% { transform: translateY(0); } 100% { transform: translateY(-5px); } } @keyframes slideDown { 0% { transform: translateY(-30px); } 100% { transform: translateY(0); } } .elementor-button, .e-btn { font-size: 12px; font-weight: 500; line-height: 1.2; padding: 8px 16px; outline: none; border: none; border-radius: var(--e-a-border-radius); background-color: var(--e-a-btn-bg); color: var(--e-a-btn-color-invert); transition: var(--e-a-transition-hover); } .elementor-button:hover, .e-btn:hover { border: none; } .elementor-button:hover, .elementor-button:focus, .e-btn:hover, .e-btn:focus { background-color: var(--e-a-btn-bg-hover); color: var(--e-a-btn-color-invert); } .elementor-button:active, .e-btn:active { background-color: var(--e-a-btn-bg-active); } .elementor-button:not([disabled]), .e-btn:not([disabled]) { cursor: pointer; } .elementor-button:disabled, .e-btn:disabled { background-color: var(--e-a-btn-bg-disabled); color: var(--e-a-btn-color-disabled); } .elementor-button:not(.elementor-button-state) .elementor-state-icon, .e-btn:not(.elementor-button-state) .elementor-state-icon { display: none; } .elementor-button.e-btn-txt, .e-btn.e-btn-txt { background: transparent; color: var(--e-a-color-txt); } .elementor-button.e-btn-txt:hover, .elementor-button.e-btn-txt:focus, .e-btn.e-btn-txt:hover, .e-btn.e-btn-txt:focus { background: var(--e-a-bg-hover); color: var(--e-a-color-txt-hover); } .elementor-button.e-btn-txt:disabled, .e-btn.e-btn-txt:disabled { background: transparent; color: var(--e-a-color-txt-disabled); } .elementor-button.e-btn-txt-border, .e-btn.e-btn-txt-border { border: 1px solid var(--e-a-color-txt-muted); } .elementor-button.elementor-button-success, .elementor-button.e-success, .e-btn.elementor-button-success, .e-btn.e-success { background-color: var(--e-a-btn-bg-success); } .elementor-button.elementor-button-success:hover, .elementor-button.elementor-button-success:focus, .elementor-button.e-success:hover, .elementor-button.e-success:focus, .e-btn.elementor-button-success:hover, .e-btn.elementor-button-success:focus, .e-btn.e-success:hover, .e-btn.e-success:focus { background-color: var(--e-a-btn-bg-success-hover); } .elementor-button.e-primary, .e-btn.e-primary { background-color: var(--e-a-btn-bg-primary); color: var(--e-a-btn-color); } .elementor-button.e-primary:hover, .elementor-button.e-primary:focus, .e-btn.e-primary:hover, .e-btn.e-primary:focus { background-color: var(--e-a-btn-bg-primary-hover); color: var(--e-a-btn-color); } .elementor-button.e-primary.e-btn-txt, .e-btn.e-primary.e-btn-txt { background: transparent; color: var(--e-a-color-primary-bold); } .elementor-button.e-primary.e-btn-txt:hover, .elementor-button.e-primary.e-btn-txt:focus, .e-btn.e-primary.e-btn-txt:hover, .e-btn.e-primary.e-btn-txt:focus { background: var(--e-a-bg-primary); } .elementor-button.go-pro, .elementor-button.e-accent, .e-btn.go-pro, .e-btn.e-accent { background-color: var(--e-a-btn-bg-accent); } .elementor-button.go-pro:hover, .elementor-button.go-pro:focus, .elementor-button.e-accent:hover, .elementor-button.e-accent:focus, .e-btn.go-pro:hover, .e-btn.go-pro:focus, .e-btn.e-accent:hover, .e-btn.e-accent:focus { background-color: var(--e-a-btn-bg-accent-hover); } .elementor-button.go-pro:active, .elementor-button.e-accent:active, .e-btn.go-pro:active, .e-btn.e-accent:active { background-color: var(--e-a-btn-bg-accent-active); } .elementor-button.elementor-button-info, .elementor-button.e-info, .e-btn.elementor-button-info, .e-btn.e-info { background-color: var(--e-a-btn-bg-info); } .elementor-button.elementor-button-info:hover, .elementor-button.elementor-button-info:focus, .elementor-button.e-info:hover, .elementor-button.e-info:focus, .e-btn.elementor-button-info:hover, .e-btn.elementor-button-info:focus, .e-btn.e-info:hover, .e-btn.e-info:focus { background-color: var(--e-a-btn-bg-info-hover); } .elementor-button.elementor-button-warning, .elementor-button.e-warning, .e-btn.elementor-button-warning, .e-btn.e-warning { background-color: var(--e-a-btn-bg-warning); } .elementor-button.elementor-button-warning:hover, .elementor-button.elementor-button-warning:focus, .elementor-button.e-warning:hover, .elementor-button.e-warning:focus, .e-btn.elementor-button-warning:hover, .e-btn.elementor-button-warning:focus, .e-btn.e-warning:hover, .e-btn.e-warning:focus { background-color: var(--e-a-btn-bg-warning-hover); } .elementor-button.elementor-button-danger, .elementor-button.e-danger, .e-btn.elementor-button-danger, .e-btn.e-danger { background-color: var(--e-a-btn-bg-danger); } .elementor-button.elementor-button-danger:hover, .elementor-button.elementor-button-danger:focus, .elementor-button.e-danger:hover, .elementor-button.e-danger:focus, .e-btn.elementor-button-danger:hover, .e-btn.elementor-button-danger:focus, .e-btn.e-danger:hover, .e-btn.e-danger:focus { background-color: var(--e-a-btn-bg-danger-hover); } .elementor-button i, .e-btn i { margin-inline-end: 5px; } body { --e-preview-width: calc(100% - var(--e-editor-panel-width, 300px)); } body.elementor-navigator-docked { --e-preview-width: calc(100% - var(--e-editor-panel-width, 300px) - var(--e-editor-navigator-width, 0px)); } body.elementor-device-desktop #elementor-preview { overflow-y: hidden; align-items: flex-start; } body:not(.elementor-device-desktop) body { overflow-y: auto; } #elementor-preview { background-color: #333; height: 100%; border: 0; width: var(--e-preview-width); display: flex; flex-direction: column; justify-content: flex-start; align-items: center; position: relative; } #elementor-preview-responsive-wrapper { transform-origin: top center; padding: 20px; transform: scale(var(--e-preview-scale, 1)); } .elementor-device-desktop #elementor-preview-responsive-wrapper { min-width: 1025px; width: 100%; height: 100%; padding: 0; position: relative; } body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper { width: var(--e-editor-preview-width); height: var(--e-editor-preview-height); margin: 0 max((100vw - var(--e-editor-panel-width) - var(--e-editor-preview-width)) / 2, 20px); box-sizing: content-box; position: relative; max-height: calc(100vh - 80px); } body.e-is-device-mode:not(.elementor-device-desktop) #elementor-preview-responsive-wrapper .ui-resizable-handle { display: flex !important; } #elementor-preview-responsive-wrapper:not(.ui-resizable-resizing) { transition: 0.3s ease-in-out; } #elementor-preview-responsive-wrapper .ui-resizable-handle { top: 0; } #elementor-preview-responsive-wrapper .ui-resizable-handle.ui-resizable-s { top: auto; bottom: 0; } #elementor-preview-responsive-wrapper .ui-resizable-n, #elementor-preview-responsive-wrapper .ui-resizable-s { align-items: center; justify-content: center; height: 20px; } #elementor-preview-responsive-wrapper .ui-resizable-n:before, #elementor-preview-responsive-wrapper .ui-resizable-s:before { content: ""; display: block; background-color: rgba(255, 255, 255, 0.2); width: 50px; height: 4px; border-radius: 3px; transition: all 0.2s ease-in-out; } #elementor-preview-responsive-wrapper .ui-resizable-n:hover:before, #elementor-preview-responsive-wrapper .ui-resizable-s:hover:before { background-color: rgba(255, 255, 255, 0.6); width: 100px; } #elementor-preview-responsive-wrapper .ui-resizable-e, #elementor-preview-responsive-wrapper .ui-resizable-w { align-items: center; justify-content: center; width: 20px; } #elementor-preview-responsive-wrapper .ui-resizable-e:before, #elementor-preview-responsive-wrapper .ui-resizable-w:before { content: ""; display: block; background-color: rgba(255, 255, 255, 0.2); width: 4px; height: 50px; border-radius: 3px; transition: all 0.2s ease-in-out; } #elementor-preview-responsive-wrapper .ui-resizable-e:hover:before, #elementor-preview-responsive-wrapper .ui-resizable-w:hover:before { background-color: rgba(255, 255, 255, 0.6); height: 100px; } #elementor-preview-responsive-wrapper.ui-resizable-resizing .ui-resizable-handle:before { background-color: rgba(255, 255, 255, 0.9); } #elementor-preview-responsive-wrapper .ui-resizable-s { bottom: 0; } #elementor-preview-responsive-wrapper .ui-resizable-e { right: 0; } #elementor-preview-responsive-wrapper .ui-resizable-w { left: 0; } #elementor-preview-iframe { width: 100%; height: 100%; background-color: #fff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15); } #elementor-template-library-modal a.elementor-template-library-blank-footer-link { font-style: normal; text-decoration: underline; } #elementor-template-library-modal .dialog-buttons-wrapper { display: none; } #elementor-template-library-modal .select2-container { z-index: 0; } #elementor-template-library-modal .dialog-message { overflow-y: scroll; } #elementor-template-library-header-menu { text-align: center; } .elementor-template-library-menu-item { display: inline-block; padding: 17px 20px; border-block-end: 3px solid transparent; cursor: pointer; } .elementor-template-library-menu-item:hover { background-color: var(--e-a-bg-hover); border-color: var(--e-a-bg-hover); } .elementor-template-library-menu-item.elementor-active { border-color: var(--e-a-border-color-accent); color: var(--e-a-color-txt-accent); } #elementor-template-library-header-actions { display: flex; } #elementor-template-library-header-actions > div { padding-inline-end: 16px; } #elementor-template-library-header-preview-insert-wrapper { cursor: default; padding: 0 10px; } .elementor-template-library-template-insert + .elementor-template-library-template-generate-variation { margin-inline-start: 4px; } #elementor-template-library-header-preview-back { padding-block: 16.5px 15px; padding-inline: 0 16.5px; border-inline-end: var(--e-a-border); cursor: pointer; transition: color 0.5s; } #elementor-template-library-header-preview-back:hover { color: var(--e-a-color-txt-hover); } #elementor-template-library-header-preview-back i { padding-inline-end: 10px; font-size: 18px; } #elementor-template-library-header-preview-back i:before { content: "\e87e"; } #elementor-template-library-templates[data-template-source=local] #elementor-template-library-templates-container { margin-block-start: 10px; margin-block-end: 45px; border-block-start: var(--e-a-border); } #elementor-template-library-templates[data-template-source=local] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { color: var(--e-a-color-txt-active); } #elementor-template-library-templates[data-template-source=remote] #elementor-template-library-templates-container { margin: 10px -15px 0; } #elementor-template-library-templates[data-template-source=remote] .elementor-template-library-order-input:checked + .elementor-template-library-order-label { color: var(--e-a-color-txt-active); } #elementor-template-library-templates[data-template-source=empty] #elementor-template-library-order-toolbar-local, #elementor-template-library-templates[data-template-source=empty] #elementor-template-library-footer-banner { display: none; } #elementor-template-library-templates.elementor-templates-filter-active #elementor-template-library-footer-banner { display: none; } #elementor-template-library-templates .elementor-template-library-order-input { display: none; } #elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label { padding-inline-end: 8px; } #elementor-template-library-templates .elementor-template-library-order-input:checked + .elementor-template-library-order-label:after { font-family: eicons; content: "\e8ae"; margin-inline-start: 3px; } #elementor-template-library-templates .elementor-template-library-order-input:checked.elementor-template-library-order-reverse + .elementor-template-library-order-label:after { content: "\e8ad"; } #elementor-template-library-templates-container { display: flex; flex-wrap: wrap; align-items: flex-start; } #elementor-template-library-toolbar { display: flex; justify-content: space-between; align-items: center; } .elementor-template-library-filter-toolbar { display: flex; align-items: center; } #elementor-template-library-filter-toolbar-remote { font-size: 11px; } #elementor-template-library-order { display: flex; border-inline-end: var(--e-a-border); } .elementor-template-library-order-label { text-transform: uppercase; padding-inline-end: 22px; -webkit-user-select: none; -moz-user-select: none; user-select: none; } label.elementor-template-library-order-label { cursor: pointer; } label.elementor-template-library-order-label:hover { color: var(--e-a-color-txt-hover); } #elementor-template-library-filter .select2 { text-align: start; width: calc(27px * 5) !important; } #elementor-template-library-filter .select2-selection__rendered { text-transform: capitalize; } #select2-elementor-template-library-filter-subtype-results .select2-results__option { text-transform: capitalize; text-align: start; padding-inline-start: 5px; } #elementor-template-library-my-favorites { flex-grow: 1; text-align: start; padding-inline-start: 20px; } #elementor-template-library-filter-my-favorites { display: none; } #elementor-template-library-filter-my-favorites:checked + #elementor-template-library-filter-my-favorites-label { color: var(--e-a-color-txt-active); } #elementor-template-library-filter-my-favorites:checked + #elementor-template-library-filter-my-favorites-label i:after { color: var(--e-a-color-primary-bold); content: "\e93f"; } #elementor-template-library-filter-my-favorites-label { cursor: pointer; text-transform: uppercase; } #elementor-template-library-filter-my-favorites-label:hover { color: var(--e-a-color-txt-hover); } #elementor-template-library-filter-my-favorites-label:hover i:after { color: var(--e-a-color-primary-bold); } #elementor-template-library-filter-my-favorites-label i { padding-inline-end: 5px; } #elementor-template-library-filter-my-favorites-label i:after { content: "\e923"; } #elementor-template-library-filter-text-wrapper { width: 200px; position: relative; } #elementor-template-library-filter-text-wrapper i { position: absolute; top: 50%; right: 0; transform: translateY(-50%); } #elementor-template-library-filter-text { border: none; border-block-end: var(--e-a-border-bold); border-radius: 0; font-size: 11px; padding: 8px 15px 8px 0; transition: border 0.5s; } #elementor-template-library-filter-text:focus { border-color: var(--e-a-border-color-focus); } #elementor-template-library-filter-text::-moz-placeholder { font-weight: 300; text-transform: uppercase; } #elementor-template-library-filter-text::placeholder { font-weight: 300; text-transform: uppercase; } .elementor-template-library-template-remote { margin: calc(30px / 2); padding: 8px; border: var(--e-a-border); border-radius: 3px; } .elementor-template-library-template-remote:hover { background-color: var(--e-a-bg-hover); } .elementor-template-library-template-remote:hover .elementor-template-library-template-name { display: none; } .elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-preview { opacity: 0; } .elementor-template-library-template-remote:not(:hover) .elementor-template-library-favorite, .elementor-template-library-template-remote:not(:hover) .elementor-template-library-template-action { display: none; } .elementor-template-library-template-remote.elementor-template-library-pro-template .elementor-template-library-template-body:before { content: var(--elementor-template-library-subscription-plan-label); background-color: var(--e-a-color-accent); color: var(--e-a-color-white); position: absolute; text-transform: uppercase; line-height: 1; top: 5px; right: 5px; padding: 3px 5px; font-size: 8px; border-radius: 2px; } .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) { position: relative; width: calc(33.333% - 30px); overflow: hidden; } .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) img { display: block; width: 100%; } .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-footer { position: absolute; width: 100%; bottom: 0; left: 0; padding: 10px; background-color: var(--e-a-bg-default); transition: transform 0.5s; } .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp) .elementor-template-library-template-name { display: none; } .elementor-template-library-template-remote:not(.elementor-template-library-template-page):not(.elementor-template-library-template-lp):not(:hover) .elementor-template-library-template-footer { transform: translateY(100%); } .elementor-template-library-template-remote .elementor-template-library-template-body { position: relative; } @media (max-width: 1025px) { .elementor-template-library-template-remote .elementor-template-library-template-body { height: 300px; } } .elementor-template-library-template-remote .elementor-template-library-template-screenshot { height: 100%; background-size: cover; background-position-x: 50%; box-shadow: inset 0px -2px 15px -6px rgba(0, 0, 0, 0.07); } .elementor-template-library-template-remote .elementor-template-library-template-preview { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); transition: opacity 0.5s; cursor: pointer; } .elementor-template-library-template-remote .elementor-template-library-template-preview i { font-size: 20px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .elementor-template-library-template-remote .elementor-template-library-template-footer { display: flex; justify-content: space-between; font-size: 11px; line-height: 1; height: 40px; align-items: center; } .elementor-template-library-template-remote .elementor-template-library-template-name { text-align: start; flex-grow: 1; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; padding-inline-end: 5px; } .elementor-template-library-template-remote .elementor-template-library-favorite { margin-inline-start: auto; } .elementor-template-library-template-remote .elementor-template-library-template-favorite-input { display: none; } .elementor-template-library-template-remote .elementor-template-library-template-favorite-input:checked + .elementor-template-library-template-favorite-label i:before { content: "\e93f"; color: var(--e-a-color-primary-bold); } .elementor-template-library-template-remote .elementor-template-library-template-favorite-label { font-size: 15px; cursor: pointer; } .elementor-template-library-template-remote .elementor-template-library-template-favorite-label:hover i { color: var(--e-a-color-primary-bold); } @media (max-width: 1439px) { .elementor-template-library-template-page, .elementor-template-library-template-lp { width: calc(25% - 30px); } } @media (min-width: 1440px) { .elementor-template-library-template-page, .elementor-template-library-template-lp { width: calc(20% - 30px); } } @media (max-width: 1025px) { .elementor-template-library-template-page, .elementor-template-library-template-lp { width: calc(33.333% - 30px); } } .elementor-template-library-template-page .elementor-template-library-template-body, .elementor-template-library-template-lp .elementor-template-library-template-body { height: 200px; } #elementor-template-library-order-toolbar-local, .elementor-template-library-template-local { display: flex; align-items: center; padding: 0 25px; text-align: start; } #elementor-template-library-order-toolbar-local { margin-block-start: 30px; } #elementor-template-library-order-toolbar-local .elementor-template-library-order-label { line-height: 1; font-size: 10px; font-weight: 500; } .elementor-template-library-template-local { height: 50px; width: 100%; margin-block-start: 1px; transition: background-color 0.3s linear; } .elementor-template-library-template-local:hover { background-color: var(--e-a-bg-hover); } .elementor-template-library-template-local:first-child { border-start-start-radius: 3px; border-start-end-radius: 3px; border-end-start-radius: 0; border-end-end-radius: 0; } .elementor-template-library-template-local:last-child { border-start-start-radius: 0; border-start-end-radius: 0; border-end-start-radius: 3px; border-end-end-radius: 3px; } .elementor-template-library-template-local .elementor-template-library-template-name { font-weight: 500; } .elementor-template-library-template-local .elementor-template-library-template-name, .elementor-template-library-template-local .elementor-template-library-template-meta { padding-inline-end: 20px; } .elementor-template-library-template-local .elementor-template-library-template-name, .elementor-template-library-template-local .elementor-template-library-template-meta, .elementor-template-library-template-local .elementor-template-library-template-preview, .elementor-template-library-template-local .elementor-template-library-template-action { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .elementor-template-library-template-local .elementor-template-library-template-controls { position: relative; display: flex; align-items: center; } .elementor-template-library-template-local .elementor-template-library-template-controls > div { cursor: pointer; transition: color 0.5s; } .elementor-template-library-template-local .elementor-template-library-template-insert i { margin-inline-end: 3px; } .elementor-template-library-template-local .elementor-template-library-template-control-title { margin-inline-start: 6px; } .elementor-template-library-template-local .elementor-template-library-template-more .elementor-template-library-template-delete:hover { color: var(--e-a-color-danger); } .elementor-template-library-template-local .elementor-template-library-template-more { display: none; position: absolute; background-color: var(--e-a-bg-default); padding: 3px 20px; border-radius: var(--e-a-border-radius); box-shadow: 1px 3px 11px rgba(0, 0, 0, 0.3); top: 100%; right: 0; transform: translateX(65%) translateY(-7px); z-index: 1; } .elementor-template-library-template-local .elementor-template-library-template-more:before { content: ""; position: absolute; border: solid transparent; border-width: 8px 4px; border-block-end-color: var(--e-a-color-white); transform: translateY(-100%); } .elementor-template-library-template-local .elementor-template-library-template-more > div { margin: 10px 0; font-size: 11px; } .elementor-template-library-template-local .elementor-template-library-template-more a { color: var(--e-a-color-txt); } .elementor-template-library-template-local .elementor-template-library-template-more-toggle { flex-grow: 1; text-align: end; } .elementor-template-library-template-local .elementor-template-library-template-more-toggle i { font-size: 16px; } #elementor-template-library-preview { height: 100%; overflow: hidden; } #elementor-template-library-preview iframe { height: 150%; transform: scale(0.666) translateX(-25%) translateY(-25%); } @media (max-width: 1439px) { #elementor-template-library-preview iframe { width: 1440px; } } @media (min-width: 1440px) { #elementor-template-library-preview iframe { width: 1730px; } } .elementor-template-library-blank-icon { font-size: 64px; margin-block-start: 45px; line-height: 1; } .elementor-template-library-blank-icon img { width: 70px; } .elementor-template-library-blank-icon .elementor-template-library-no-results { width: 200px; } .elementor-template-library-blank-title { font-size: 30px; margin-block-start: 20px; } @media (max-width: 1439px) { .elementor-template-library-blank-title { font-size: 25px; } } .elementor-template-library-blank-message { font-size: 18px; margin-block-start: 15px; font-weight: 300; } @media (max-width: 1439px) { .elementor-template-library-blank-message { font-size: 16px; margin-block-start: 10px; } } #elementor-template-library-save-template-form { margin-block-start: 40px; display: flex; align-items: center; justify-content: center; } #elementor-template-library-save-template-form > * { height: 55px; font-size: 16px; } #elementor-template-library-save-template-name { width: 500px; padding-inline-start: 25px; border-start-start-radius: 3px; border-start-end-radius: 0; border-end-start-radius: 3px; border-end-end-radius: 0; } #elementor-template-library-save-template-submit { width: 150px; border-start-start-radius: 0; border-start-end-radius: 3px; border-end-start-radius: 0; border-end-end-radius: 3px; } #elementor-template-library-import-form { width: 95%; padding: 60px; border: 2px dashed var(--e-a-border-color-bold); margin: 35px auto; transition: var(--e-a-transition-hover); } #elementor-template-library-import-form-or { margin-block-start: 15px; font-size: 18px; } #elementor-template-library-import-form-label { margin-block-start: 20px; padding: 15px 35px; display: inline-block; } #elementor-template-library-import-form-input { display: none; } #elementor-template-library-import-form.elementor-drag-over { border-color: var(--e-a-color-primary); } #elementor-template-library-import .elementor-template-library-blank-icon { margin-block-start: 0; } #elementor-template-library-import .elementor-template-library-blank-message { margin-block-start: 20px; } .e-route-library-connect #elementor-template-library-modal .dialog-message { max-height: 95vh; padding: 100px 0 0; min-height: 550px; } #elementor-template-library-connect-logo { font-size: 20px; } #elementor-template-library-connect__button { display: inline-block; position: relative; z-index: 1; margin-block-start: 25px; padding: 12px 24px; font-size: 14px; } #elementor-template-library-connect__background-image-left-1 { right: 22.4%; bottom: -29%; animation: 1.5s fadeIn, 1.5s slideDown, 3.5s mover 1.5s infinite alternate; } #elementor-template-library-connect__background-image-left-2 { right: 46.25%; bottom: -15.5%; animation: 3s fadeIn, 3s slideDown, 2s mover 3s infinite alternate; } #elementor-template-library-connect__background-image-right-1 { left: 37%; bottom: -41%; animation: 2.5s fadeIn, 2.5s slideDown, 2s mover 2.5s infinite alternate; } #elementor-template-library-connect__background-image-right-2 { left: 48%; bottom: -12.5%; animation: 1.5s fadeIn, 1.5s slideDown, 1.5s mover 1.5s infinite alternate; } .elementor-template-library-connect__background-image { position: absolute; } .elementor-template-library-blank-footer { position: absolute; bottom: 70px; left: 50%; transform: translateX(-50%); font-style: italic; color: var(--e-a-color-txt-muted); } @media (max-height: 700px) { .elementor-template-library-blank-footer { display: none; } } #elementor-template-library-footer-banner { padding-block-end: 45px; } #elementor-template-library-footer-banner i { font-size: 56px; margin-block-start: 40px; } #elementor-template-library-footer-banner .elementor-nerd-box-icon { margin-block-start: 70px; } #elementor-template-library-templates-empty { width: 100%; margin-block-start: 40px; } #elementor-template-library-error-dialog .dialog-message { text-align: start; } #elementor-template-library-error-info { margin-block-start: 10px; } @media (max-width: 1439px) { .elementor-template-library-local-column-1 { width: 33%; } .elementor-template-library-local-column-2 { width: 10%; } .elementor-template-library-local-column-3 { width: 15%; } .elementor-template-library-local-column-4 { width: 15%; } .elementor-template-library-local-column-5 { width: 27%; } } @media (min-width: 1440px) { .elementor-template-library-local-column-1 { width: 25%; } .elementor-template-library-local-column-2 { width: 17%; } .elementor-template-library-local-column-3 { width: 17%; } .elementor-template-library-local-column-4 { width: 17%; } .elementor-template-library-local-column-5 { width: 24%; } } @media (max-width: 1024px) { .elementor-template-library-local-column-3 { display: none; } .elementor-template-library-local-column-5 { width: 41%; } } .elementor-tags-list { display: none; position: absolute; width: 260px; max-height: 300px; overflow: auto; padding-block-end: 5px; background-color: var(--e-a-bg-default); box-shadow: var(--e-a-popover-shadow); border: var(--e-a-border); border-radius: 3px; z-index: 10000; } .elementor-tags-list__group-title { font-weight: bold; font-size: 12px; padding: 10px 15px; display: flex; align-items: center; } .elementor-tags-list__group-title .eicon-info-circle { padding-inline-end: 5px; color: var(--e-a-color-primary-bold); font-size: 14px; } .elementor-tags-list__item { font-size: 10px; padding: 6px 15px; cursor: pointer; } .elementor-tags-list__item:before { content: ">"; font-size: 8px; padding-inline-end: 5px; } .elementor-tags-list__item:hover { background-color: var(--e-a-bg-hover); } .elementor-tags-list__teaser { border-block-start: 2px solid var(--e-a-border-color); padding-block-start: 4px; margin-block-start: 4px; } .elementor-tags-list__teaser-text { padding: 2px 15px 8px; line-height: 1.5; font-size: 12px; } .elementor-tags-list__teaser-link { color: var(--e-a-color-primary-bold); text-decoration: underline; font-style: italic; font-weight: bold; } .elementor-dynamic-cover { display: flex; align-items: center; width: 100%; height: 27px; box-sizing: border-box; } .elementor-dynamic-cover__title { padding: 0 8px; flex-grow: 1; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .elementor-dynamic-cover__settings, .elementor-dynamic-cover__remove { cursor: pointer; transition: var(--e-a-transition-hover); } .elementor-dynamic-cover__settings:hover, .elementor-dynamic-cover__remove:hover { color: var(--e-a-color-txt-hover); } .elementor-control-type-wysiwyg .elementor-dynamic-cover { margin-block-start: 10px; } .elementor-tag-settings-popup { position: absolute; width: 260px; background-color: var(--e-a-bg-default); border: var(--e-a-border); box-shadow: var(--e-a-popover-shadow); z-index: 1; } .elementor-tag-settings-popup:before { content: ""; position: absolute; top: -20px; left: 5px; border: 10px solid transparent; border-block-end-color: var(--e-a-border-color); } .elementor-tag-settings-popup .elementor-control-type-section:first-child { margin: 0; } .elementor-tag-controls-stack-empty { background-color: var(--e-a-bg-default); padding: 10px; font-size: 13px; text-align: center; } .elementor-control-dynamic input { border-start-start-radius: var(--e-a-border-radius); border-start-end-radius: 0; border-end-end-radius: 0; border-end-start-radius: var(--e-a-border-radius); } .elementor-control-dynamic-switcher { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; height: 27px; cursor: pointer; border: var(--e-a-border-bold); background: var(--e-a-bg-default); border-inline-start-width: 0; border-start-start-radius: 0; border-start-end-radius: var(--e-a-border-radius); border-end-end-radius: var(--e-a-border-radius); border-end-start-radius: 0; transition: var(--e-a-transition-hover); } .elementor-control-dynamic-switcher:hover { background-color: var(--e-a-bg-hover); color: var(--e-a-color-txt-hover); } .elementor-control-dynamic-switcher.e-control-tool { height: 20px; border: 0; } .elementor-control-dynamic-switcher-wrapper { display: flex; } .elementor-control-dynamic-switcher .eicon-database { font-size: 12px; } .elementor-control-dynamic-value .elementor-control-tag-area, .elementor-control-dynamic-value .elementor-control-dynamic-switcher, .elementor-control-dynamic-value .e-global__popover-toggle { display: none; } .elementor-context-menu { position: absolute; width: 250px; padding: 5px 0px; background-color: var(--e-a-bg-default); border-radius: var(--e-a-border-radius); box-shadow: var(--e-a-popover-shadow); -webkit-user-select: none; -moz-user-select: none; user-select: none; z-index: 101; } .elementor-context-menu-list { display: flex; flex-direction: column; } .elementor-context-menu-list__group { display: flex; flex-direction: column; } .elementor-context-menu-list__group:not(:last-child) { border-block-end: var(--e-a-border); } .elementor-context-menu-list__item { padding: 12px 20px; display: flex; gap: 16px; cursor: pointer; transition: var(--e-a-transition-hover); align-items: center; } .elementor-context-menu-list__item--disabled { cursor: default; color: var(--e-a-color-disabled); } .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):hover, .elementor-context-menu-list__item:not(.elementor-context-menu-list__item--disabled):focus { background-color: var(--e-a-bg-hover); color: var(--e-a-color-hover); } .elementor-context-menu-list__item__icon { display: none; width: 20px; } .elementor-context-menu-list__item__title { flex-grow: 1; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .elementor-context-menu-list__item__shortcut { color: var(--e-a-color-txt-muted); } .elementor-context-menu-list__item__title, .elementor-context-menu-list__item__shortcut { font-size: 14px; font-style: normal; font-weight: 400; line-height: 1; } .elementor-context-menu-list__item.elementor-context-menu-list__item-delete:not(.elementor-context-menu-list__item--disabled):hover > *, .elementor-context-menu-list__item.elementor-context-menu-list__item-delete:not(.elementor-context-menu-list__item--disabled):focus > * { color: var(--e-global-color-danger); } .elementor-context-menu .eicon-pro-icon { color: var(--e-global-color-accent); } #elementor-hotkeys { text-align: start; } #elementor-hotkeys__modal .dialog-buttons-wrapper { display: none; } #elementor-hotkeys__content { display: flex; justify-content: space-between; gap: 70px; padding: 20px 30px; width: 100%; overflow: hidden; } @media (max-width: 1024px) { #elementor-hotkeys__content { flex-direction: column; gap: 20px; padding: 20px; } } .elementor-hotkeys__col { display: flex; flex-direction: column; gap: 20px; width: 100%; } .elementor-hotkeys__header { font-weight: 500; } .elementor-hotkeys__item { display: flex; align-items: center; padding: 20px 10px; } .elementor-hotkeys__item:not(:last-child) { border-block-end: var(--e-a-border); } .elementor-hotkeys__item--label { font-size: 13px; font-weight: 400; flex-grow: 1; } .elementor-hotkeys__item--shortcut { flex-grow: 0; display: flex; gap: 27px; } @media (max-width: 1024px) { .elementor-hotkeys__item--shortcut { gap: 23px; } } .elementor-hotkeys__item--shortcut kbd { position: relative; font-family: unset; background-color: var(--e-a-bg-active); padding: 5px 12px; border-radius: var(--e-a-border-radius); } @media (max-width: 1024px) { .elementor-hotkeys__item--shortcut kbd { padding: 4px 9px; } } .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after { content: "+"; position: absolute; right: 0; width: 9px; text-align: center; margin-inline-end: -18px; } @media (max-width: 1024px) { .elementor-hotkeys__item--shortcut kbd:not(:last-of-type)::after { margin-inline-end: -16px; } } .ui-resizable-n { top: -5px; } .ui-resizable-e { right: -5px; } .ui-resizable-s { bottom: -5px; } .ui-resizable-w { left: -5px; } .ui-resizable-ne { top: -5px; right: -5px; } .ui-resizable-nw { top: -5px; left: -5px; } .ui-resizable-se { bottom: -5px; right: -5px; } .ui-resizable-sw { bottom: -5px; left: -5px; } .ui-resizable-n, .ui-resizable-s { left: 0; height: 10px; width: 100%; cursor: ns-resize; } .ui-resizable-e, .ui-resizable-w { top: 0; height: 100%; width: 10px; cursor: ew-resize; } .ui-resizable-ne, .ui-resizable-nw, .ui-resizable-se, .ui-resizable-sw { height: 15px; width: 15px; } .ui-resizable-nw, .ui-resizable-se { cursor: nwse-resize; } .ui-resizable-ne, .ui-resizable-sw { cursor: nesw-resize; } .ui-resizable-handle { position: absolute; } .ui-resizable-resizing { pointer-events: none; } body { --e-editor-navigator-width: 240px; } #elementor-navigator { position: fixed; top: 100px; width: var(--e-editor-navigator-width); height: 50vh; right: 30px; background-color: var(--e-a-bg-default); border: var(--e-a-border); box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); -webkit-user-select: none; -moz-user-select: none; user-select: none; overflow: hidden; z-index: 100; display: none; } body.elementor-navigator-docked #elementor-navigator { top: 0; right: 0; height: 100%; } body:not(.elementor-navigator-docked) #elementor-navigator { border-radius: 5px; } #elementor-navigator__inner { height: 100%; } #elementor-navigator__header { display: flex; align-items: stretch; border-block-end: var(--e-a-border); color: var(--e-a-color-txt-accent); } #elementor-navigator__header__title { flex: 1; text-align: center; font-size: 13px; font-weight: 400; padding: 10px 0; cursor: move; } #elementor-navigator__close, #elementor-navigator__toggle-all { color: var(--e-a-color-txt); background-color: transparent; border: none; outline: 0; padding: 10px; cursor: pointer; transition: color 0.5s; } #elementor-navigator__close:hover, #elementor-navigator__toggle-all:hover { color: var(--e-a-color-txt-hover); } #elementor-navigator__close:focus, #elementor-navigator__toggle-all:focus { color: var(--e-a-color-txt-active); } #elementor-navigator__toggle-all { font-size: 13px; } #elementor-navigator__close { font-size: 11px; } #elementor-navigator__elements { height: calc(100% - 49px); overflow: auto; position: relative; } .elementor-navigator-docked #elementor-navigator__elements { height: calc(100% - 35px); } #elementor-navigator__elements .elementor-nerd-box { padding: 25px; } #elementor-navigator__elements > .elementor-navigator__element-section { border-block-end: var(--e-a-border); } #elementor-navigator__footer { position: absolute; width: 100%; left: 0; bottom: 0; text-align: center; border-block-start: var(--e-a-border); } .elementor-navigator-docked #elementor-navigator__footer { display: none; } .elementor-navigator__item { position: relative; display: flex; height: 30px; cursor: pointer; transition: padding 0.5s linear; overflow: hidden; } .elementor-navigator__item:hover, .elementor-navigator__item:focus { background-color: var(--e-a-bg-hover); } .elementor-navigator__item:active { background-color: var(--e-a-bg-active); color: var(--e-a-color-txt-accent); } .elementor-navigator__item[data-locked=true] { cursor: not-allowed; } .elementor-navigator__item:not(.elementor-active) .elementor-navigator__element__list-toggle i { transform: rotate(-90deg); } .elementor-navigator__item > * { display: flex; align-items: center; } .elementor-navigator__item + .elementor-navigator__elements { display: none; } .elementor-navigator__elements > .elementor-navigator__element-section, .elementor-navigator__elements > .elementor-navigator__element-container:not(:last-child) { border-block-end: var(--e-a-border); } .elementor-navigator__elements .elementor-empty-view { padding: 10px; } .elementor-navigator__elements .elementor-empty-view__title { margin-inline-start: 23px; font-size: 10px; font-style: italic; } .elementor-navigator__elements .ui-sortable-helper { box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.1); transform: rotate(4deg); background-color: var(--e-a-bg-active); color: var(--e-a-color-txt-accent); pointer-events: none; } .elementor-navigator__elements .ui-sortable-placeholder { background-color: var(--e-a-bg-hover); } .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view { border-block-start: var(--e-a-border); } .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view .elementor-empty-view__title { display: none; } .elementor-navigator__element.elementor-dragging-on-child > .elementor-navigator__elements > .elementor-empty-view + .ui-sortable-placeholder { display: none; } .elementor-navigator__element:not(.elementor-navigator__element--has-children) .elementor-navigator__element__list-toggle { visibility: hidden; } .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item .elementor-navigator__element__toggle { color: var(--e-a-color-txt-default); } .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item .elementor-navigator__element__toggle:hover { color: var(--e-a-color-txt-hover); } .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item:not(:hover) .elementor-navigator__element__toggle { display: none; } .elementor-navigator__element:not(.elementor-navigator__element--hidden) > .elementor-navigator__item.elementor-editing { background-color: var(--e-a-bg-active); } .elementor-navigator__element__list-toggle { margin-inline-end: 7px; transition: transform 0.3s; } .elementor-navigator__element__element-type { margin-inline-end: 8px; font-size: 14px; } .elementor-navigator__element__title { flex-grow: 1; overflow: hidden; } .elementor-navigator__element__title__text { white-space: nowrap; -webkit-user-select: text; -moz-user-select: text; user-select: text; } .elementor-navigator__element__title__text[contenteditable=true] { outline: none; background-color: var(--e-a-bg-hover); padding: var(--e-admin-border-radius); border: var(--e-a-border); } .elementor-navigator__element__title__text:not([contenteditable=true]) { padding: 3px 0; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .elementor-navigator__element__toggle { position: absolute; right: 15px; height: 100%; z-index: 0; font-size: 13px; } .elementor-navigator__element__indicators { position: relative; transition: transform 0.5s; padding-inline-start: 5px; z-index: 91; } .elementor-navigator__element__indicators:not(:hover) { transform: translateX(calc(100% - 8px)); } .elementor-navigator__element__indicator { height: 100%; width: 31px; display: inline-flex; align-items: center; justify-content: center; color: var(--e-a-color-txt); background-color: var(--e-a-bg-default); border-inline-start: var(--e-a-border); } .elementor-navigator__element__indicator:first-child { border-inline-start: 3px solid var(--e-a-border-color-accent); } .elementor-editing .elementor-navigator__element__indicator:first-child { border-color: #242729; } .elementor-navigator__element__indicator:hover { color: var(--e-a-color-txt-hover); } .elementor-navigator__element--hidden .elementor-navigator__element__title, .elementor-navigator__element--hidden .elementor-navigator__element__toggle { opacity: 0.5; } .e-notice-bar { position: absolute; width: 100%; bottom: 0; display: flex; align-items: center; height: 40px; color: #fff; background-color: var(--e-a-color-accent); padding: 0 25px; } .e-notice-bar__message a { text-decoration: underline; color: var(--e-a-color-txt-invert); } .e-notice-bar__message a:hover { color: #D5D8DC; } .e-notice-bar__primary_action { margin-inline: 12px; } .e-notice-bar__primary_action a { background: #ffffff; border-radius: 3px; color: #93003f; padding: 4px 10px; font-size: 11px; } .e-notice-bar__primary_action a:hover { color: #47001e; background: #F1F2F3; } .e-notice-bar__secondary_message, .e-notice-bar__secondary_action { font-size: 11px; } .e-notice-bar__secondary_action { margin-inline: 4px; } .e-notice-bar__secondary_action a { color: #ffffff; text-decoration: underline; } .e-notice-bar__secondary_action a:hover { color: #F1F2F3; } .e-notice-bar__close { cursor: pointer; margin-inline-start: auto; } .e-notice-bar__icon { margin-inline-end: 8px; } .e-notice-bar i { font-size: 16px; opacity: 0.9; } .e-notice-bar i:hover { color: #D5D8DC; } .e-notice-bar a, .e-notice-bar i { transition: var(--e-a-transition-hover); } body:not(.elementor-device-desktop) #e-notice-bar { display: none; } #elementor-fatal-error-dialog .dialog-message a { text-decoration: underline; } #elementor-preview-debug-link-text { display: inline-block; } #elementor-icons-manager-modal .dialog-message { padding: 0; height: 700px; } #elementor-icons-manager-modal .dialog-content { display: flex; } #elementor-icons-manager__wrapper { display: flex; } @media (max-width: 479px) { #elementor-icons-manager__sidebar { display: none; } } #elementor-icons-manager__tab-links { margin-block-start: 30px; } #elementor-icons-manager__upload { margin: 20px 45px; padding-block-start: 35px; border-block-start: var(--e-a-border); display: flex; align-items: center; justify-content: space-between; } @media (max-width: 1439px) { #elementor-icons-manager__upload { margin: 20px 25px; } } #elementor-icons-manager__main { display: flex; flex-direction: column; padding: 30px 80px 0; } @media (max-width: 1439px) { #elementor-icons-manager__main { padding: 30px 50px 0; } } @media (max-width: 479px) { #elementor-icons-manager__main { width: 100%; } } #elementor-icons-manager__search { position: relative; } #elementor-icons-manager__search input { padding: 8px 15px; background-color: transparent; } #elementor-icons-manager__search i { position: absolute; top: 50%; transform: translateY(-50%); right: 15px; } #elementor-icons-manager__tab__wrapper { overflow: auto; margin: 25px -15px 0; padding: 0 15px 15px; } #elementor-icons-manager__tab__title { color: var(--e-a-color-txt); font-size: 16px; font-weight: 500; text-align: start; } @media (max-width: 479px) { #elementor-icons-manager__tab__title { display: none; } } #elementor-icons-manager__tab__content { display: grid; grid-template-columns: repeat(7, 1fr); grid-gap: 20px; margin: 20px 0; } @media (max-width: 1439px) { #elementor-icons-manager__tab__content { grid-template-columns: repeat(6, 1fr); } } @media (max-width: 1024px) { #elementor-icons-manager__tab__content { grid-template-columns: repeat(5, 1fr); } } @media (max-width: 767px) { #elementor-icons-manager__tab__content { grid-template-columns: repeat(4, 1fr); } } @media (max-width: 479px) { #elementor-icons-manager__tab__content { grid-template-columns: repeat(3, 1fr); } } #elementor-icons-manager__promotion { display: flex; align-items: center; flex-direction: column; padding-block-start: 70px; } #elementor-icons-manager__promotion__icon { font-size: 60px; } #elementor-icons-manager__promotion__text { width: 300px; font-size: 16px; padding-block-start: 25px; } #elementor-icons-manager__promotion__link { margin-block-start: 20px; } .elementor-icons-manager__tab-link { padding-block: 15px; padding-inline: 45px 0; font-size: 12px; text-align: start; cursor: pointer; position: relative; } .elementor-icons-manager__tab-link i { font-size: 20px; padding-inline-end: 15px; } @media (max-width: 1024px) { .elementor-icons-manager__tab-link i { display: none; } } .elementor-icons-manager__tab-link:hover { background-color: var(--e-a-bg-hover); } .elementor-icons-manager__tab-link.elementor-active { background-color: var(--e-a-bg-active); color: var(--e-a-color-txt-accent); } .elementor-icons-manager__tab-link.elementor-active:after { content: ""; position: absolute; height: 100%; width: 3px; top: 0; left: 0; background-color: var(--e-a-border-color-accent); } .elementor-icons-manager__tab__item { position: relative; height: 0; padding-block-end: 100%; border: var(--e-a-border); border-radius: 3px; cursor: pointer; transition: var(--e-a-transition-hover); overflow: hidden; } .elementor-icons-manager__tab__item:hover { background-color: var(--e-a-bg-hover); } .elementor-icons-manager__tab__item.elementor-selected { background-color: var(--e-a-bg-active); border-color: var(--e-a-border-color-accent); color: var(--e-a-color-txt-accent); } .elementor-icons-manager__tab__item__content { display: flex; flex-direction: column; align-items: center; width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 1px; } .elementor-icons-manager__tab__item__icon { font-size: 25px; } .elementor-icons-manager__tab__item__name { font-size: 11px; padding: 13px 20px 0; max-width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .elementor-color-picker__header { display: flex; justify-content: space-between; align-items: center; font-weight: bold; padding: 10px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } .e-color-picker__tools { display: flex; } .e-control-color--no-value .pcr-button { background-image: linear-gradient(135deg, transparent 46%, #ff3030 50%, transparent 54%); background-size: cover; background-color: transparent; } .pickr { border: var(--e-a-border); height: 27px; } .pickr .pcr-button { height: 100%; width: 100%; border-radius: var(--e-a-border-radius); } .pickr .pcr-button:before, .pickr .pcr-button:after { height: 12px; width: 12px; top: 50%; left: 50%; transform: translate(-50%, -50%); } .pcr-app { background-color: var(--e-a-bg-default); color: var(--e-a-color-txt); box-shadow: var(--e-a-popover-shadow); font-family: var(--e-a-font-family); } .pcr-app[data-theme=monolith] { padding: 0; width: 270px; } .pcr-app[data-theme=monolith] .pcr-selection .pcr-color-opacity, .pcr-app[data-theme=monolith] .pcr-selection .pcr-color-chooser { height: 8px; } .pcr-app[data-theme=monolith] .pcr-selection .pcr-color-palette { height: 150px; } .pcr-app .pcr-interaction { padding-block-end: 20px; } .pcr-app .pcr-interaction input.pcr-result { border: var(--e-a-border); color: var(--e-a-color-txt); border-radius: var(--e-a-border-radius); margin: 0; background-color: transparent; } .pcr-app .pcr-interaction input.pcr-result:focus { box-shadow: none; border-color: var(--e-a-border-color-bold); } .pcr-app .pcr-interaction input.pcr-type { all: unset; font-size: 10px; color: var(--e-a-color-txt-muted); padding-inline-start: 5px; cursor: pointer; } .pcr-app .pcr-interaction input.pcr-type.active { background-color: transparent; color: var(--e-a-color-txt-accent); } .pcr-selection, .pcr-interaction { padding: 0 20px; } .pcr-selection { padding-block-start: 20px; } .pcr .elementor-control-dynamic-switcher { height: 20px; border: 0; } .select2-container { width: 100% !important; outline: none; z-index: 9999; font-size: 12px; } .select2-container .e-select2-placeholder { color: var(--e-a-color-txt-muted); } .select2-container.select2-container--default .select2-selection--single { height: 27px; background-color: transparent; } .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered { color: var(--e-a-color-txt); line-height: 27px; } .select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: var(--e-a-bg-hover); color: var(--e-a-color-txt-hover); } .select2-container.select2-container--default .select2-selection--multiple { background-color: var(--e-a-bg-default); min-height: 27px; line-height: 0; } .select2-container.select2-container--default .select2-selection--multiple .select2-selection__clear { display: none; } .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: var(--e-a-btn-bg); color: var(--e-a-btn-color-invert); line-height: 1.2; font-size: 10px; border: none; border-radius: 0; padding: 2px 3px; } .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice.select2-selection__e-plus-button { cursor: pointer; width: 16.67px; text-indent: -9999px; position: relative; } .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice.select2-selection__e-plus-button:after { content: "\e815"; font-family: "eicons"; color: var(--e-a-btn-color-invert); text-indent: 0; position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; } .select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered { padding-block-end: 5px; } .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: var(--e-a-btn-color-invert); margin-inline-end: 3px; } .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--single, .select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--multiple { background-color: var(--e-a-bg-default); color: var(--e-a-color-txt); border-color: var(--e-a-border-color); } .select2-container.select2-container--open .select2-selection--single, .select2-container.select2-container--open .select2-selection--multiple, .select2-container.select2-container--focus .select2-selection--single, .select2-container.select2-container--focus .select2-selection--multiple { border-color: var(--e-a-border-color-bold); } .select2-selection { outline: none; } .select2-selection--single { height: 27px; } .select2-selection__arrow { height: 27px; top: 0; } .select2-results__option[aria-selected=true] { background-color: var(--e-a-bg-active); color: var(--e-a-color-txt-active); } .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) { background-color: var(--e-a-bg-active); } .select2-dropdown { border-color: var(--e-a-border-color); background-color: var(--e-a-bg-default); color: var(--e-a-color-txt); box-shadow: var(--e-a-dropdown-shadow); } .select2-dropdown .select2-search__field { outline: none; } .e-ui-state--document-scrubbing-mode__on, .e-ui-state--document-scrubbing-mode__on * { cursor: ew-resize; } .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active, .e-ui-state--document-scrubbing-mode__on input.e-scrubbing--active:focus { box-shadow: 0 0 0 1px #0e3b9c inset; } .e-ui-state--document-scrubbing-mode__on label.e-scrubbing--active { color: #0e3b9c; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .e-ui-state--document-scrubbing-mode__on iframe { pointer-events: none; } label.e-scrubbing-over { cursor: ew-resize; } #elementor-paste-area-dialog { text-align: center; } #elementor-paste-area-dialog .dialog-header { padding-block-start: 60px; font-size: 30px; } #elementor-paste-area-dialog .dialog-message { padding: 0 15px 15px; font-size: 15px; position: relative; } #elementor-paste-area-dialog #elementor-paste-area-dialog__input { background: transparent; color: transparent; border-color: transparent; padding: 0; margin: 0; height: 100px; position: absolute; top: -60px; left: 0; right: 0; } #elementor-paste-area-dialog #elementor-paste-area-dialog__input:focus { border-color: transparent; outline: none; } #elementor-paste-area-dialog .dialog-widget-content { width: 400px; } #elementor-paste-area-dialog .dialog-widget-content .eicon-loading { display: none; } #elementor-paste-area-dialog .dialog-widget-content.e-state-loading .eicon-loading { display: block; margin-block-start: 15px; } #elementor-paste-area-dialog #elementor-paste-area-dialog__error { color: var(--e-a-color-danger); font-size: 12px; } #elementor-paste-area-dialog #elementor-paste-area-dialog__error:before { content: ""; border-block-start: var(--e-a-border); display: block; margin: 10px -15px; } [class^=eicon-flex], [class*=" eicon-flex"] { transition: 0.3s all; --is-ltr: 1; --is-rtl: 0; --rotation-direction: calc(var(--is-ltr) - var(--is-rtl)); } [class^=eicon-flex].eicon-inline, [class*=" eicon-flex"].eicon-inline { max-height: 1em; max-width: 1em; } [class^=eicon-flex]:is(.eicon-justify-start-h, .eicon-justify-end-h), [class*=" eicon-flex"]:is(.eicon-justify-start-h, .eicon-justify-end-h) { --rotation-direction: calc(var(--is-ltr) + var(--is-rtl)); } :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow), :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow) { transform: rotate(calc(var(--rotation-direction) * 90deg)); } :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-align-start-v, .eicon-align-end-v), :is(.e-ui-state--document-direction-mode__column, .e-ui-state--document-direction-mode__column-reverse) [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-align-start-v, .eicon-align-end-v) { transform: rotate(calc(var(--rotation-direction) * -90deg)); } .e-ui-state--document-direction-mode__column-reverse [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end), .e-ui-state--document-direction-mode__column-reverse [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end) { transform: rotate(calc(var(--rotation-direction) * -90deg)); } .e-ui-state--document-direction-mode__row [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end), .e-ui-state--document-direction-mode__row [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end) { transform: rotate(calc(var(--is-rtl) * 180deg)); } .e-ui-state--document-direction-mode__row-reverse [class^=eicon-flex]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end), .e-ui-state--document-direction-mode__row-reverse [class*=" eicon-flex"]:not(.eicon-wrap):not(.eicon-nowrap):not(.eicon-grow):is(.eicon-justify-start-h, .eicon-justify-end-h, .eicon-order-start, .eicon-order-end) { transform: rotate(calc(var(--is-ltr) * 180deg)); } /*# sourceMappingURL=editor.css.map */{"name":"The After Work Entrepreneur","description":"","url":"http:\/\/theafterworkentrepreneur.com","home":"http:\/\/theafterworkentrepreneur.com","gmt_offset":"0","timezone_string":"","namespaces":["oembed\/1.0","kadence-starter-library\/v1","kbp\/v1","kb-mailerlite\/v1","kb-getresponse\/v1","kb-fluentcrm\/v1","kb-lottieanimation\/v1","kb-design-library\/v1","kb-image-picker\/v1","wpforms\/v1","wp\/v2","wp-site-health\/v1","wp-block-editor\/v1"],"authentication":[],"routes":{"\/":{"namespace":"","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/"}]}},"\/batch\/v1":{"namespace":"","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"validation":{"type":"string","enum":["require-all-validate","normal"],"default":"normal","required":false},"requests":{"type":"array","maxItems":25,"items":{"type":"object","properties":{"method":{"type":"string","enum":["POST","PUT","PATCH","DELETE"],"default":"POST"},"path":{"type":"string","required":true},"body":{"type":"object","properties":[],"additionalProperties":true},"headers":{"type":"object","properties":[],"additionalProperties":{"type":["string","array"],"items":{"type":"string"}}}}},"required":true}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/batch\/v1"}]}},"\/oembed\/1.0":{"namespace":"oembed\/1.0","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"oembed\/1.0","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/oembed\/1.0"}]}},"\/oembed\/1.0\/embed":{"namespace":"oembed\/1.0","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"url":{"description":"The URL of the resource for which to fetch oEmbed data.","type":"string","format":"uri","required":true},"format":{"default":"json","required":false},"maxwidth":{"default":600,"required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/oembed\/1.0\/embed"}]}},"\/oembed\/1.0\/proxy":{"namespace":"oembed\/1.0","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"url":{"description":"The URL of the resource for which to fetch oEmbed data.","type":"string","format":"uri","required":true},"format":{"description":"The oEmbed format to use.","type":"string","default":"json","enum":["json","xml"],"required":false},"maxwidth":{"description":"The maximum width of the embed frame in pixels.","type":"integer","default":600,"required":false},"maxheight":{"description":"The maximum height of the embed frame in pixels.","type":"integer","required":false},"discover":{"description":"Whether to perform an oEmbed discovery request for unsanctioned providers.","type":"boolean","default":true,"required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/oembed\/1.0\/proxy"}]}},"\/kadence-starter-library\/v1":{"namespace":"kadence-starter-library\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"kadence-starter-library\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kadence-starter-library\/v1"}]}},"\/kadence-starter-library\/v1\/handle_event":{"namespace":"kadence-starter-library\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"event_label":{"description":"The Event Label","type":"string","required":false},"event_data":{"description":"The Event Data","type":"object","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kadence-starter-library\/v1\/handle_event"}]}},"\/kadence-starter-library\/v1\/get":{"namespace":"kadence-starter-library\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Import Page.","type":"string","required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"plugins":{"description":"Import Plugins","type":"array","items":{"type":"string"},"required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kadence-starter-library\/v1\/get"}]}},"\/kadence-starter-library\/v1\/ai-base":{"namespace":"kadence-starter-library\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Import Page.","type":"string","required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"plugins":{"description":"Import Plugins","type":"array","items":{"type":"string"},"required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kadence-starter-library\/v1\/ai-base"}]}},"\/kadence-starter-library\/v1\/get-all-local-ai":{"namespace":"kadence-starter-library\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Import Page.","type":"string","required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"plugins":{"description":"Import Plugins","type":"array","items":{"type":"string"},"required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kadence-starter-library\/v1\/get-all-local-ai"}]}},"\/kadence-starter-library\/v1\/get-all-ai":{"namespace":"kadence-starter-library\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Import Page.","type":"string","required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"plugins":{"description":"Import Plugins","type":"array","items":{"type":"string"},"required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kadence-starter-library\/v1\/get-all-ai"}]}},"\/kadence-starter-library\/v1\/remove-content":{"namespace":"kadence-starter-library\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Import Page.","type":"string","required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"plugins":{"description":"Import Plugins","type":"array","items":{"type":"string"},"required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kadence-starter-library\/v1\/remove-content"}]}},"\/kadence-starter-library\/v1\/install-plugins":{"namespace":"kadence-starter-library\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Import Page.","type":"string","required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"plugins":{"description":"Import Plugins","type":"array","items":{"type":"string"},"required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kadence-starter-library\/v1\/install-plugins"}]}},"\/kadence-starter-library\/v1\/install-pages":{"namespace":"kadence-starter-library\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Import Page.","type":"string","required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"plugins":{"description":"Import Plugins","type":"array","items":{"type":"string"},"required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kadence-starter-library\/v1\/install-pages"}]}},"\/kadence-starter-library\/v1\/install-posts":{"namespace":"kadence-starter-library\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Import Page.","type":"string","required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"plugins":{"description":"Import Plugins","type":"array","items":{"type":"string"},"required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kadence-starter-library\/v1\/install-posts"}]}},"\/kadence-starter-library\/v1\/get-posts":{"namespace":"kadence-starter-library\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Import Page.","type":"string","required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"plugins":{"description":"Import Plugins","type":"array","items":{"type":"string"},"required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kadence-starter-library\/v1\/get-posts"}]}},"\/kadence-starter-library\/v1\/update-pages":{"namespace":"kadence-starter-library\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Import Page.","type":"string","required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"plugins":{"description":"Import Plugins","type":"array","items":{"type":"string"},"required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kadence-starter-library\/v1\/update-pages"}]}},"\/kadence-starter-library\/v1\/get-products":{"namespace":"kadence-starter-library\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Import Page.","type":"string","required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"plugins":{"description":"Import Plugins","type":"array","items":{"type":"string"},"required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kadence-starter-library\/v1\/get-products"}]}},"\/kadence-starter-library\/v1\/install-products":{"namespace":"kadence-starter-library\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Import Page.","type":"string","required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"plugins":{"description":"Import Plugins","type":"array","items":{"type":"string"},"required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kadence-starter-library\/v1\/install-products"}]}},"\/kadence-starter-library\/v1\/get-events":{"namespace":"kadence-starter-library\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Import Page.","type":"string","required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"plugins":{"description":"Import Plugins","type":"array","items":{"type":"string"},"required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kadence-starter-library\/v1\/get-events"}]}},"\/kadence-starter-library\/v1\/install-events":{"namespace":"kadence-starter-library\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Import Page.","type":"string","required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"plugins":{"description":"Import Plugins","type":"array","items":{"type":"string"},"required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kadence-starter-library\/v1\/install-events"}]}},"\/kadence-starter-library\/v1\/install-settings":{"namespace":"kadence-starter-library\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Import Page.","type":"string","required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"plugins":{"description":"Import Plugins","type":"array","items":{"type":"string"},"required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kadence-starter-library\/v1\/install-settings"}]}},"\/kadence-starter-library\/v1\/install-navigation":{"namespace":"kadence-starter-library\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Import Page.","type":"string","required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"plugins":{"description":"Import Plugins","type":"array","items":{"type":"string"},"required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kadence-starter-library\/v1\/install-navigation"}]}},"\/kadence-starter-library\/v1\/install-widgets":{"namespace":"kadence-starter-library\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Import Page.","type":"string","required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"plugins":{"description":"Import Plugins","type":"array","items":{"type":"string"},"required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kadence-starter-library\/v1\/install-widgets"}]}},"\/kadence-starter-library\/v1\/get_remaining_credits":{"namespace":"kadence-starter-library\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Import Page.","type":"string","required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"plugins":{"description":"Import Plugins","type":"array","items":{"type":"string"},"required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kadence-starter-library\/v1\/get_remaining_credits"}]}},"\/kadence-starter-library\/v1\/get_auth_data":{"namespace":"kadence-starter-library\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Import Page.","type":"string","required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"plugins":{"description":"Import Plugins","type":"array","items":{"type":"string"},"required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kadence-starter-library\/v1\/get_auth_data"}]}},"\/kadence-starter-library\/v1\/get_initial_jobs":{"namespace":"kadence-starter-library\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Import Page.","type":"string","required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"plugins":{"description":"Import Plugins","type":"array","items":{"type":"string"},"required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kadence-starter-library\/v1\/get_initial_jobs"}]}},"\/kadence-starter-library\/v1\/has_initial_jobs":{"namespace":"kadence-starter-library\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Import Page.","type":"string","required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"plugins":{"description":"Import Plugins","type":"array","items":{"type":"string"},"required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kadence-starter-library\/v1\/has_initial_jobs"}]}},"\/kadence-starter-library\/v1\/get_remaining_jobs":{"namespace":"kadence-starter-library\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Import Page.","type":"string","required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"plugins":{"description":"Import Plugins","type":"array","items":{"type":"string"},"required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kadence-starter-library\/v1\/get_remaining_jobs"}]}},"\/kadence-starter-library\/v1\/get_local_contexts":{"namespace":"kadence-starter-library\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Import Page.","type":"string","required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"plugins":{"description":"Import Plugins","type":"array","items":{"type":"string"},"required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kadence-starter-library\/v1\/get_local_contexts"}]}},"\/kadence-starter-library\/v1\/get_images":{"namespace":"kadence-starter-library\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Import Page.","type":"string","required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"plugins":{"description":"Import Plugins","type":"array","items":{"type":"string"},"required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kadence-starter-library\/v1\/get_images"}]}},"\/kadence-starter-library\/v1\/get_image_collections":{"namespace":"kadence-starter-library\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Import Page.","type":"string","required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"plugins":{"description":"Import Plugins","type":"array","items":{"type":"string"},"required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kadence-starter-library\/v1\/get_image_collections"}]}},"\/kadence-starter-library\/v1\/get_search_query":{"namespace":"kadence-starter-library\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Import Page.","type":"string","required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"plugins":{"description":"Import Plugins","type":"array","items":{"type":"string"},"required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kadence-starter-library\/v1\/get_search_query"}]}},"\/kadence-starter-library\/v1\/get_verticals":{"namespace":"kadence-starter-library\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Import Page.","type":"string","required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"plugins":{"description":"Import Plugins","type":"array","items":{"type":"string"},"required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kadence-starter-library\/v1\/get_verticals"}]}},"\/kadence-starter-library\/v1\/get_keywords":{"namespace":"kadence-starter-library\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Import Page.","type":"string","required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"plugins":{"description":"Import Plugins","type":"array","items":{"type":"string"},"required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kadence-starter-library\/v1\/get_keywords"}]}},"\/kadence-starter-library\/v1\/process_images":{"namespace":"kadence-starter-library\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Import Page.","type":"string","required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"plugins":{"description":"Import Plugins","type":"array","items":{"type":"string"},"required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kadence-starter-library\/v1\/process_images"}]}},"\/kbp\/v1":{"namespace":"kbp\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"kbp\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kbp\/v1"}]}},"\/kbp\/v1\/post-query":{"namespace":"kbp\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Number of results to return.","type":"number","default":25,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"type":{"description":"Limit results to items of a specific post type.","type":"string","required":false},"include":{"description":"Include posts by ID.","type":"array","required":false},"query":{"description":"Define Type of Query.","type":"string","required":false},"order":{"description":"Define Query Order.","type":"string","required":false},"order_by":{"description":"Define Query Order By.","type":"string","required":false},"allow_sticky":{"description":"Allow Sticky in Query.","type":"boolean","required":false},"exclude":{"description":"Exclude Category.","type":"string","required":false},"offset":{"description":"Number of items to offset in query.","type":"number","default":0,"required":false},"post_id":{"description":"The Current Post ID.","type":"string","required":false},"custom_tax":{"description":"Check if using a custom Taxonomy","type":"boolean","required":false},"tax_type":{"description":"Define Query Order By.","type":"string","required":false},"category":{"description":"Include posts category.","type":"string","required":false},"tags":{"description":"Include posts tags.","type":"string","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kbp\/v1\/post-query"}]}},"\/kbp\/v1\/taxonomies-select":{"namespace":"kbp\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","required":false},"page":{"description":"Page of results to return.","type":"number","default":1,"required":false},"per_page":{"description":"Number of results to return.","type":"number","default":25,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"source":{"description":"The source of the content.","type":"string","default":"","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kbp\/v1\/taxonomies-select"}]}},"\/kbp\/v1\/term-select":{"namespace":"kbp\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","required":false},"page":{"description":"Page of results to return.","type":"number","default":1,"required":false},"per_page":{"description":"Number of results to return.","type":"number","default":25,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"source":{"description":"The source of the content.","type":"string","default":"","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kbp\/v1\/term-select"}]}},"\/kb-mailerlite\/v1":{"namespace":"kb-mailerlite\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"kb-mailerlite\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kb-mailerlite\/v1"}]}},"\/kb-mailerlite\/v1\/get":{"namespace":"kb-mailerlite\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"apikey":{"description":"The API Key for Mailerlite account.","type":"string","required":false},"endpoint":{"description":"Actionable endpoint for api call.","type":"string","required":false},"queryargs":{"description":"Query Args for url.","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kb-mailerlite\/v1\/get"}]}},"\/kb-getresponse\/v1":{"namespace":"kb-getresponse\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"kb-getresponse\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kb-getresponse\/v1"}]}},"\/kb-getresponse\/v1\/get":{"namespace":"kb-getresponse\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"endpoint":{"description":"Actionable endpoint for api call.","type":"string","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kb-getresponse\/v1\/get"}]}},"\/kb-fluentcrm\/v1":{"namespace":"kb-fluentcrm\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"kb-fluentcrm\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kb-fluentcrm\/v1"}]}},"\/kb-fluentcrm\/v1\/get":{"namespace":"kb-fluentcrm\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"endpoint":{"description":"Actionable endpoint for api call.","type":"string","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kb-fluentcrm\/v1\/get"}]}},"\/kb-lottieanimation\/v1":{"namespace":"kb-lottieanimation\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"kb-lottieanimation\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kb-lottieanimation\/v1"}]}},"\/kb-lottieanimation\/v1\/animations\/(?P[\\a-zA-Z0-9]+)":{"namespace":"kb-lottieanimation\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}]},"\/kb-lottieanimation\/v1\/animations":{"namespace":"kb-lottieanimation\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kb-lottieanimation\/v1\/animations"}]}},"\/kb-design-library\/v1":{"namespace":"kb-design-library\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"kb-design-library\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kb-design-library\/v1"}]}},"\/kb-design-library\/v1\/get":{"namespace":"kb-design-library\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"pattern_type":{"description":"Pattern Type","type":"string","required":false},"pattern_style":{"description":"Pattern Style","type":"string","required":false},"pattern_id":{"description":"Pattern ID","type":"string","required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kb-design-library\/v1\/get"}]}},"\/kb-design-library\/v1\/get_all_items":{"namespace":"kb-design-library\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"pattern_type":{"description":"Pattern Type","type":"string","required":false},"pattern_style":{"description":"Pattern Style","type":"string","required":false},"pattern_id":{"description":"Pattern ID","type":"string","required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kb-design-library\/v1\/get_all_items"}]}},"\/kb-design-library\/v1\/get-all-ai":{"namespace":"kb-design-library\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"pattern_type":{"description":"Pattern Type","type":"string","required":false},"pattern_style":{"description":"Pattern Style","type":"string","required":false},"pattern_id":{"description":"Pattern ID","type":"string","required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kb-design-library\/v1\/get-all-ai"}]}},"\/kb-design-library\/v1\/get_remaining_jobs":{"namespace":"kb-design-library\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"pattern_type":{"description":"Pattern Type","type":"string","required":false},"pattern_style":{"description":"Pattern Style","type":"string","required":false},"pattern_id":{"description":"Pattern ID","type":"string","required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kb-design-library\/v1\/get_remaining_jobs"}]}},"\/kb-design-library\/v1\/get_library":{"namespace":"kb-design-library\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"pattern_type":{"description":"Pattern Type","type":"string","required":false},"pattern_style":{"description":"Pattern Style","type":"string","required":false},"pattern_id":{"description":"Pattern ID","type":"string","required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kb-design-library\/v1\/get_library"}]}},"\/kb-design-library\/v1\/get_library_categories":{"namespace":"kb-design-library\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"pattern_type":{"description":"Pattern Type","type":"string","required":false},"pattern_style":{"description":"Pattern Style","type":"string","required":false},"pattern_id":{"description":"Pattern ID","type":"string","required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kb-design-library\/v1\/get_library_categories"}]}},"\/kb-design-library\/v1\/get_local_contexts":{"namespace":"kb-design-library\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"pattern_type":{"description":"Pattern Type","type":"string","required":false},"pattern_style":{"description":"Pattern Style","type":"string","required":false},"pattern_id":{"description":"Pattern ID","type":"string","required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kb-design-library\/v1\/get_local_contexts"}]}},"\/kb-design-library\/v1\/get_verticals":{"namespace":"kb-design-library\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"pattern_type":{"description":"Pattern Type","type":"string","required":false},"pattern_style":{"description":"Pattern Style","type":"string","required":false},"pattern_id":{"description":"Pattern ID","type":"string","required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kb-design-library\/v1\/get_verticals"}]}},"\/kb-design-library\/v1\/get_keywords":{"namespace":"kb-design-library\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"pattern_type":{"description":"Pattern Type","type":"string","required":false},"pattern_style":{"description":"Pattern Style","type":"string","required":false},"pattern_id":{"description":"Pattern ID","type":"string","required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kb-design-library\/v1\/get_keywords"}]}},"\/kb-design-library\/v1\/get_initial_jobs":{"namespace":"kb-design-library\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"pattern_type":{"description":"Pattern Type","type":"string","required":false},"pattern_style":{"description":"Pattern Style","type":"string","required":false},"pattern_id":{"description":"Pattern ID","type":"string","required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kb-design-library\/v1\/get_initial_jobs"}]}},"\/kb-design-library\/v1\/get_search_query":{"namespace":"kb-design-library\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"pattern_type":{"description":"Pattern Type","type":"string","required":false},"pattern_style":{"description":"Pattern Style","type":"string","required":false},"pattern_id":{"description":"Pattern ID","type":"string","required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kb-design-library\/v1\/get_search_query"}]}},"\/kb-design-library\/v1\/get_images":{"namespace":"kb-design-library\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"pattern_type":{"description":"Pattern Type","type":"string","required":false},"pattern_style":{"description":"Pattern Style","type":"string","required":false},"pattern_id":{"description":"Pattern ID","type":"string","required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kb-design-library\/v1\/get_images"}]}},"\/kb-design-library\/v1\/get_image_collections":{"namespace":"kb-design-library\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"pattern_type":{"description":"Pattern Type","type":"string","required":false},"pattern_style":{"description":"Pattern Style","type":"string","required":false},"pattern_id":{"description":"Pattern ID","type":"string","required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kb-design-library\/v1\/get_image_collections"}]}},"\/kb-design-library\/v1\/get_pattern_content":{"namespace":"kb-design-library\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"pattern_type":{"description":"Pattern Type","type":"string","required":false},"pattern_style":{"description":"Pattern Style","type":"string","required":false},"pattern_id":{"description":"Pattern ID","type":"string","required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kb-design-library\/v1\/get_pattern_content"}]}},"\/kb-design-library\/v1\/process_pattern":{"namespace":"kb-design-library\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"pattern_type":{"description":"Pattern Type","type":"string","required":false},"pattern_style":{"description":"Pattern Style","type":"string","required":false},"pattern_id":{"description":"Pattern ID","type":"string","required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kb-design-library\/v1\/process_pattern"}]}},"\/kb-design-library\/v1\/process_images":{"namespace":"kb-design-library\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"pattern_type":{"description":"Pattern Type","type":"string","required":false},"pattern_style":{"description":"Pattern Style","type":"string","required":false},"pattern_id":{"description":"Pattern ID","type":"string","required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kb-design-library\/v1\/process_images"}]}},"\/kb-design-library\/v1\/get_remaining_credits":{"namespace":"kb-design-library\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"pattern_type":{"description":"Pattern Type","type":"string","required":false},"pattern_style":{"description":"Pattern Style","type":"string","required":false},"pattern_id":{"description":"Pattern ID","type":"string","required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kb-design-library\/v1\/get_remaining_credits"}]}},"\/kb-design-library\/v1\/reset":{"namespace":"kb-design-library\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"The requested ai context.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"library":{"description":"The requested library.","type":"string","required":false},"library_url":{"description":"The requested library URL.","type":"string","required":false},"force_reload":{"description":"Force a refresh of the context.","type":"boolean","default":false,"required":false},"key":{"description":"Library Key.","type":"string","required":false},"api_key":{"description":"Kadence License Key.","type":"string","required":false},"api_email":{"description":"Kadence License Email.","type":"string","required":false},"product_id":{"description":"Kadence License Product ID.","type":"string","required":false},"pattern_type":{"description":"Pattern Type","type":"string","required":false},"pattern_style":{"description":"Pattern Style","type":"string","required":false},"pattern_id":{"description":"Pattern ID","type":"string","required":false},"industry":{"description":"The selected Industry","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"industries":{"description":"The industries to return","type":"array","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kb-design-library\/v1\/reset"}]}},"\/kb-image-picker\/v1":{"namespace":"kb-image-picker\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"kb-image-picker\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kb-image-picker\/v1"}]}},"\/kb-image-picker\/v1\/process_images":{"namespace":"kb-image-picker\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"image_type":{"description":"The Image type to return","type":"string","required":false},"image_sizes":{"description":"The Image type to return","type":"array","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kb-image-picker\/v1\/process_images"}]}},"\/kb-design-library\/v1\/handle_event":{"namespace":"kb-design-library\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"event_label":{"description":"The Event Label","type":"string","required":false},"event_data":{"description":"The Event Data","type":"object","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/kb-design-library\/v1\/handle_event"}]}},"\/wpforms\/v1":{"namespace":"wpforms\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"wpforms\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wpforms\/v1"}]}},"\/wpforms\/v1\/forms":{"namespace":"wpforms\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wpforms\/v1\/forms"}]}},"\/wpforms\/v1\/themes":{"namespace":"wpforms\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wpforms\/v1\/themes"}]}},"\/wpforms\/v1\/themes\/custom":{"namespace":"wpforms\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wpforms\/v1\/themes\/custom"}]}},"\/wp\/v2":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"wp\/v2","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2"}]}},"\/wp\/v2\/posts":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"after":{"description":"Limit response to posts published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limit response to posts modified after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"author":{"description":"Limit result set to posts assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"author_exclude":{"description":"Ensure result set excludes posts assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"before":{"description":"Limit response to posts published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limit response to posts modified before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"How to interpret the search input.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by post attribute.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"search_columns":{"default":[],"description":"Array of column names to be searched.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limit result set to posts with one or more specific slugs.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Limit result set to posts assigned one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false},"tax_relation":{"description":"Limit result set based on relationship between multiple taxonomies.","type":"string","enum":["AND","OR"],"required":false},"categories":{"description":"Limit result set to items with specific terms assigned in the categories taxonomy.","type":["object","array"],"oneOf":[{"title":"Term ID List","description":"Match terms with the listed IDs.","type":"array","items":{"type":"integer"}},{"title":"Term ID Taxonomy Query","description":"Perform an advanced term query.","type":"object","properties":{"terms":{"description":"Term IDs.","type":"array","items":{"type":"integer"},"default":[]},"include_children":{"description":"Whether to include child terms in the terms limiting the result set.","type":"boolean","default":false},"operator":{"description":"Whether items must be assigned all or any of the specified terms.","type":"string","enum":["AND","OR"],"default":"OR"}},"additionalProperties":false}],"required":false},"categories_exclude":{"description":"Limit result set to items except those with specific terms assigned in the categories taxonomy.","type":["object","array"],"oneOf":[{"title":"Term ID List","description":"Match terms with the listed IDs.","type":"array","items":{"type":"integer"}},{"title":"Term ID Taxonomy Query","description":"Perform an advanced term query.","type":"object","properties":{"terms":{"description":"Term IDs.","type":"array","items":{"type":"integer"},"default":[]},"include_children":{"description":"Whether to include child terms in the terms limiting the result set.","type":"boolean","default":false}},"additionalProperties":false}],"required":false},"tags":{"description":"Limit result set to items with specific terms assigned in the tags taxonomy.","type":["object","array"],"oneOf":[{"title":"Term ID List","description":"Match terms with the listed IDs.","type":"array","items":{"type":"integer"}},{"title":"Term ID Taxonomy Query","description":"Perform an advanced term query.","type":"object","properties":{"terms":{"description":"Term IDs.","type":"array","items":{"type":"integer"},"default":[]},"operator":{"description":"Whether items must be assigned all or any of the specified terms.","type":"string","enum":["AND","OR"],"default":"OR"}},"additionalProperties":false}],"required":false},"tags_exclude":{"description":"Limit result set to items except those with specific terms assigned in the tags taxonomy.","type":["object","array"],"oneOf":[{"title":"Term ID List","description":"Match terms with the listed IDs.","type":"array","items":{"type":"integer"}},{"title":"Term ID Taxonomy Query","description":"Perform an advanced term query.","type":"object","properties":{"terms":{"description":"Term IDs.","type":"array","items":{"type":"integer"},"default":[]}},"additionalProperties":false}],"required":false},"sticky":{"description":"Limit result set to items that are sticky.","type":"boolean","required":false},"format":{"description":"Limit result set to items assigned one or more given formats.","type":"array","uniqueItems":true,"items":{"enum":["standard","aside","chat","gallery","link","image","quote","status","video","audio"],"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"date":{"description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the post unique to its type.","type":"string","required":false},"status":{"description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"A password to protect access to the content and excerpt.","type":"string","required":false},"title":{"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML content for the post, transformed for display.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"The ID for the author of the post.","type":"integer","required":false},"excerpt":{"description":"The excerpt for the post.","type":"object","properties":{"raw":{"description":"Excerpt for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML excerpt for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Whether the excerpt is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"The ID of the featured media for the post.","type":"integer","required":false},"comment_status":{"description":"Whether or not comments are open on the post.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Whether or not the post can be pinged.","type":"string","enum":["open","closed"],"required":false},"format":{"description":"The format for the post.","type":"string","enum":["standard","aside","chat","gallery","link","image","quote","status","video","audio"],"required":false},"meta":{"description":"Meta fields.","type":"object","properties":{"_kadence_starter_templates_imported_post":{"type":"boolean","title":"","description":"","default":false},"_kad_post_transparent":{"type":"string","title":"","description":"","default":""},"_kad_post_title":{"type":"string","title":"","description":"","default":""},"_kad_post_layout":{"type":"string","title":"","description":"","default":""},"_kad_post_sidebar_id":{"type":"string","title":"","description":"","default":""},"_kad_post_content_style":{"type":"string","title":"","description":"","default":""},"_kad_post_vertical_padding":{"type":"string","title":"","description":"","default":""},"_kad_post_feature":{"type":"string","title":"","description":"","default":""},"_kad_post_feature_position":{"type":"string","title":"","description":"","default":""},"_kad_post_header":{"type":"boolean","title":"","description":"","default":false},"_kad_post_footer":{"type":"boolean","title":"","description":"","default":false},"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"sticky":{"description":"Whether or not the post should be treated as sticky.","type":"boolean","required":false},"template":{"description":"The theme file to use to display the post.","type":"string","required":false},"categories":{"description":"The terms assigned to the post in the category taxonomy.","type":"array","items":{"type":"integer"},"required":false},"tags":{"description":"The terms assigned to the post in the post_tag taxonomy.","type":"array","items":{"type":"integer"},"required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/posts"}]}},"\/wp\/v2\/posts\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"excerpt_length":{"description":"Override the default excerpt length.","type":"integer","required":false},"password":{"description":"The password for the post if it is password protected.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"date":{"description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the post unique to its type.","type":"string","required":false},"status":{"description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"A password to protect access to the content and excerpt.","type":"string","required":false},"title":{"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML content for the post, transformed for display.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"The ID for the author of the post.","type":"integer","required":false},"excerpt":{"description":"The excerpt for the post.","type":"object","properties":{"raw":{"description":"Excerpt for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML excerpt for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Whether the excerpt is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"The ID of the featured media for the post.","type":"integer","required":false},"comment_status":{"description":"Whether or not comments are open on the post.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Whether or not the post can be pinged.","type":"string","enum":["open","closed"],"required":false},"format":{"description":"The format for the post.","type":"string","enum":["standard","aside","chat","gallery","link","image","quote","status","video","audio"],"required":false},"meta":{"description":"Meta fields.","type":"object","properties":{"_kadence_starter_templates_imported_post":{"type":"boolean","title":"","description":"","default":false},"_kad_post_transparent":{"type":"string","title":"","description":"","default":""},"_kad_post_title":{"type":"string","title":"","description":"","default":""},"_kad_post_layout":{"type":"string","title":"","description":"","default":""},"_kad_post_sidebar_id":{"type":"string","title":"","description":"","default":""},"_kad_post_content_style":{"type":"string","title":"","description":"","default":""},"_kad_post_vertical_padding":{"type":"string","title":"","description":"","default":""},"_kad_post_feature":{"type":"string","title":"","description":"","default":""},"_kad_post_feature_position":{"type":"string","title":"","description":"","default":""},"_kad_post_header":{"type":"boolean","title":"","description":"","default":false},"_kad_post_footer":{"type":"boolean","title":"","description":"","default":false},"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"sticky":{"description":"Whether or not the post should be treated as sticky.","type":"boolean","required":false},"template":{"description":"The theme file to use to display the post.","type":"string","required":false},"categories":{"description":"The terms assigned to the post in the category taxonomy.","type":"array","items":{"type":"integer"},"required":false},"tags":{"description":"The terms assigned to the post in the post_tag taxonomy.","type":"array","items":{"type":"integer"},"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion.","required":false}}}]},"\/wp\/v2\/posts\/(?P[\\d]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"\/wp\/v2\/posts\/(?P[\\d]+)\/revisions\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer","required":false},"id":{"description":"Unique identifier for the revision.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer","required":false},"id":{"description":"Unique identifier for the revision.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Required to be true, as revisions do not support trashing.","required":false}}}]},"\/wp\/v2\/posts\/(?P[\\d]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer","required":false},"date":{"description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the post unique to its type.","type":"string","required":false},"status":{"description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"A password to protect access to the content and excerpt.","type":"string","required":false},"title":{"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML content for the post, transformed for display.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"The ID for the author of the post.","type":"integer","required":false},"excerpt":{"description":"The excerpt for the post.","type":"object","properties":{"raw":{"description":"Excerpt for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML excerpt for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Whether the excerpt is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"The ID of the featured media for the post.","type":"integer","required":false},"comment_status":{"description":"Whether or not comments are open on the post.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Whether or not the post can be pinged.","type":"string","enum":["open","closed"],"required":false},"format":{"description":"The format for the post.","type":"string","enum":["standard","aside","chat","gallery","link","image","quote","status","video","audio"],"required":false},"meta":{"description":"Meta fields.","type":"object","properties":{"_kadence_starter_templates_imported_post":{"type":"boolean","title":"","description":"","default":false},"_kad_post_transparent":{"type":"string","title":"","description":"","default":""},"_kad_post_title":{"type":"string","title":"","description":"","default":""},"_kad_post_layout":{"type":"string","title":"","description":"","default":""},"_kad_post_sidebar_id":{"type":"string","title":"","description":"","default":""},"_kad_post_content_style":{"type":"string","title":"","description":"","default":""},"_kad_post_vertical_padding":{"type":"string","title":"","description":"","default":""},"_kad_post_feature":{"type":"string","title":"","description":"","default":""},"_kad_post_feature_position":{"type":"string","title":"","description":"","default":""},"_kad_post_header":{"type":"boolean","title":"","description":"","default":false},"_kad_post_footer":{"type":"boolean","title":"","description":"","default":false},"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"sticky":{"description":"Whether or not the post should be treated as sticky.","type":"boolean","required":false},"template":{"description":"The theme file to use to display the post.","type":"string","required":false},"categories":{"description":"The terms assigned to the post in the category taxonomy.","type":"array","items":{"type":"integer"},"required":false},"tags":{"description":"The terms assigned to the post in the post_tag taxonomy.","type":"array","items":{"type":"integer"},"required":false}}}]},"\/wp\/v2\/posts\/(?P[\\d]+)\/autosaves\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer","required":false},"id":{"description":"The ID for the autosave.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/pages":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"after":{"description":"Limit response to posts published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limit response to posts modified after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"author":{"description":"Limit result set to posts assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"author_exclude":{"description":"Ensure result set excludes posts assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"before":{"description":"Limit response to posts published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limit response to posts modified before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"menu_order":{"description":"Limit result set to posts with a specific menu_order value.","type":"integer","required":false},"search_semantics":{"description":"How to interpret the search input.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by post attribute.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","menu_order"],"required":false},"parent":{"description":"Limit result set to items with particular parent IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limit result set to all items except those of a particular parent ID.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_columns":{"default":[],"description":"Array of column names to be searched.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limit result set to posts with one or more specific slugs.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Limit result set to posts assigned one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"date":{"description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the post unique to its type.","type":"string","required":false},"status":{"description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"A password to protect access to the content and excerpt.","type":"string","required":false},"parent":{"description":"The ID for the parent of the post.","type":"integer","required":false},"title":{"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML content for the post, transformed for display.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"The ID for the author of the post.","type":"integer","required":false},"excerpt":{"description":"The excerpt for the post.","type":"object","properties":{"raw":{"description":"Excerpt for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML excerpt for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Whether the excerpt is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"The ID of the featured media for the post.","type":"integer","required":false},"comment_status":{"description":"Whether or not comments are open on the post.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Whether or not the post can be pinged.","type":"string","enum":["open","closed"],"required":false},"menu_order":{"description":"The order of the post in relation to other posts.","type":"integer","required":false},"meta":{"description":"Meta fields.","type":"object","properties":{"_kadence_starter_templates_imported_post":{"type":"boolean","title":"","description":"","default":false},"_kad_post_transparent":{"type":"string","title":"","description":"","default":""},"_kad_post_title":{"type":"string","title":"","description":"","default":""},"_kad_post_layout":{"type":"string","title":"","description":"","default":""},"_kad_post_sidebar_id":{"type":"string","title":"","description":"","default":""},"_kad_post_content_style":{"type":"string","title":"","description":"","default":""},"_kad_post_vertical_padding":{"type":"string","title":"","description":"","default":""},"_kad_post_feature":{"type":"string","title":"","description":"","default":""},"_kad_post_feature_position":{"type":"string","title":"","description":"","default":""},"_kad_post_header":{"type":"boolean","title":"","description":"","default":false},"_kad_post_footer":{"type":"boolean","title":"","description":"","default":false},"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"The theme file to use to display the post.","type":"string","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/pages"}]}},"\/wp\/v2\/pages\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"excerpt_length":{"description":"Override the default excerpt length.","type":"integer","required":false},"password":{"description":"The password for the post if it is password protected.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"date":{"description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the post unique to its type.","type":"string","required":false},"status":{"description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"A password to protect access to the content and excerpt.","type":"string","required":false},"parent":{"description":"The ID for the parent of the post.","type":"integer","required":false},"title":{"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML content for the post, transformed for display.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"The ID for the author of the post.","type":"integer","required":false},"excerpt":{"description":"The excerpt for the post.","type":"object","properties":{"raw":{"description":"Excerpt for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML excerpt for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Whether the excerpt is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"The ID of the featured media for the post.","type":"integer","required":false},"comment_status":{"description":"Whether or not comments are open on the post.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Whether or not the post can be pinged.","type":"string","enum":["open","closed"],"required":false},"menu_order":{"description":"The order of the post in relation to other posts.","type":"integer","required":false},"meta":{"description":"Meta fields.","type":"object","properties":{"_kadence_starter_templates_imported_post":{"type":"boolean","title":"","description":"","default":false},"_kad_post_transparent":{"type":"string","title":"","description":"","default":""},"_kad_post_title":{"type":"string","title":"","description":"","default":""},"_kad_post_layout":{"type":"string","title":"","description":"","default":""},"_kad_post_sidebar_id":{"type":"string","title":"","description":"","default":""},"_kad_post_content_style":{"type":"string","title":"","description":"","default":""},"_kad_post_vertical_padding":{"type":"string","title":"","description":"","default":""},"_kad_post_feature":{"type":"string","title":"","description":"","default":""},"_kad_post_feature_position":{"type":"string","title":"","description":"","default":""},"_kad_post_header":{"type":"boolean","title":"","description":"","default":false},"_kad_post_footer":{"type":"boolean","title":"","description":"","default":false},"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"The theme file to use to display the post.","type":"string","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion.","required":false}}}]},"\/wp\/v2\/pages\/(?P[\\d]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"\/wp\/v2\/pages\/(?P[\\d]+)\/revisions\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer","required":false},"id":{"description":"Unique identifier for the revision.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer","required":false},"id":{"description":"Unique identifier for the revision.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Required to be true, as revisions do not support trashing.","required":false}}}]},"\/wp\/v2\/pages\/(?P[\\d]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"The ID for the parent of the post.","type":"integer","required":false},"date":{"description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the post unique to its type.","type":"string","required":false},"status":{"description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"A password to protect access to the content and excerpt.","type":"string","required":false},"title":{"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML content for the post, transformed for display.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"The ID for the author of the post.","type":"integer","required":false},"excerpt":{"description":"The excerpt for the post.","type":"object","properties":{"raw":{"description":"Excerpt for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML excerpt for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Whether the excerpt is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"The ID of the featured media for the post.","type":"integer","required":false},"comment_status":{"description":"Whether or not comments are open on the post.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Whether or not the post can be pinged.","type":"string","enum":["open","closed"],"required":false},"menu_order":{"description":"The order of the post in relation to other posts.","type":"integer","required":false},"meta":{"description":"Meta fields.","type":"object","properties":{"_kadence_starter_templates_imported_post":{"type":"boolean","title":"","description":"","default":false},"_kad_post_transparent":{"type":"string","title":"","description":"","default":""},"_kad_post_title":{"type":"string","title":"","description":"","default":""},"_kad_post_layout":{"type":"string","title":"","description":"","default":""},"_kad_post_sidebar_id":{"type":"string","title":"","description":"","default":""},"_kad_post_content_style":{"type":"string","title":"","description":"","default":""},"_kad_post_vertical_padding":{"type":"string","title":"","description":"","default":""},"_kad_post_feature":{"type":"string","title":"","description":"","default":""},"_kad_post_feature_position":{"type":"string","title":"","description":"","default":""},"_kad_post_header":{"type":"boolean","title":"","description":"","default":false},"_kad_post_footer":{"type":"boolean","title":"","description":"","default":false},"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"The theme file to use to display the post.","type":"string","required":false}}}]},"\/wp\/v2\/pages\/(?P[\\d]+)\/autosaves\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer","required":false},"id":{"description":"The ID for the autosave.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/media":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"after":{"description":"Limit response to posts published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limit response to posts modified after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"author":{"description":"Limit result set to posts assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"author_exclude":{"description":"Ensure result set excludes posts assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"before":{"description":"Limit response to posts published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limit response to posts modified before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"How to interpret the search input.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by post attribute.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"parent":{"description":"Limit result set to items with particular parent IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"Limit result set to all items except those of a particular parent ID.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_columns":{"default":[],"description":"Array of column names to be searched.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limit result set to posts with one or more specific slugs.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"inherit","description":"Limit result set to posts assigned one or more statuses.","type":"array","items":{"enum":["inherit","private","trash"],"type":"string"},"required":false},"media_type":{"default":null,"description":"Limit result set to attachments of a particular media type.","type":"string","enum":["image","video","text","application","audio"],"required":false},"mime_type":{"default":null,"description":"Limit result set to attachments of a particular MIME type.","type":"string","required":false}}},{"methods":["POST"],"args":{"date":{"description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the post unique to its type.","type":"string","required":false},"status":{"description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"title":{"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"The ID for the author of the post.","type":"integer","required":false},"featured_media":{"description":"The ID of the featured media for the post.","type":"integer","required":false},"comment_status":{"description":"Whether or not comments are open on the post.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Whether or not the post can be pinged.","type":"string","enum":["open","closed"],"required":false},"meta":{"description":"Meta fields.","type":"object","properties":{"_kadence_starter_templates_imported_post":{"type":"boolean","title":"","description":"","default":false},"_kad_post_transparent":{"type":"string","title":"","description":"","default":""},"_kad_post_title":{"type":"string","title":"","description":"","default":""},"_kad_post_layout":{"type":"string","title":"","description":"","default":""},"_kad_post_sidebar_id":{"type":"string","title":"","description":"","default":""},"_kad_post_content_style":{"type":"string","title":"","description":"","default":""},"_kad_post_vertical_padding":{"type":"string","title":"","description":"","default":""},"_kad_post_feature":{"type":"string","title":"","description":"","default":""},"_kad_post_feature_position":{"type":"string","title":"","description":"","default":""},"_kad_post_header":{"type":"boolean","title":"","description":"","default":false},"_kad_post_footer":{"type":"boolean","title":"","description":"","default":false}},"required":false},"template":{"description":"The theme file to use to display the post.","type":"string","required":false},"alt_text":{"description":"Alternative text to display when attachment is not displayed.","type":"string","required":false},"caption":{"description":"The attachment caption.","type":"object","properties":{"raw":{"description":"Caption for the attachment, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML caption for the attachment, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"The attachment description.","type":"object","properties":{"raw":{"description":"Description for the attachment, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML description for the attachment, transformed for display.","type":"string","context":["view","edit"],"readonly":true}},"required":false},"post":{"description":"The ID for the associated post of the attachment.","type":"integer","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/media"}]}},"\/wp\/v2\/media\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"date":{"description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the post unique to its type.","type":"string","required":false},"status":{"description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"title":{"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"The ID for the author of the post.","type":"integer","required":false},"featured_media":{"description":"The ID of the featured media for the post.","type":"integer","required":false},"comment_status":{"description":"Whether or not comments are open on the post.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Whether or not the post can be pinged.","type":"string","enum":["open","closed"],"required":false},"meta":{"description":"Meta fields.","type":"object","properties":{"_kadence_starter_templates_imported_post":{"type":"boolean","title":"","description":"","default":false},"_kad_post_transparent":{"type":"string","title":"","description":"","default":""},"_kad_post_title":{"type":"string","title":"","description":"","default":""},"_kad_post_layout":{"type":"string","title":"","description":"","default":""},"_kad_post_sidebar_id":{"type":"string","title":"","description":"","default":""},"_kad_post_content_style":{"type":"string","title":"","description":"","default":""},"_kad_post_vertical_padding":{"type":"string","title":"","description":"","default":""},"_kad_post_feature":{"type":"string","title":"","description":"","default":""},"_kad_post_feature_position":{"type":"string","title":"","description":"","default":""},"_kad_post_header":{"type":"boolean","title":"","description":"","default":false},"_kad_post_footer":{"type":"boolean","title":"","description":"","default":false}},"required":false},"template":{"description":"The theme file to use to display the post.","type":"string","required":false},"alt_text":{"description":"Alternative text to display when attachment is not displayed.","type":"string","required":false},"caption":{"description":"The attachment caption.","type":"object","properties":{"raw":{"description":"Caption for the attachment, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML caption for the attachment, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"The attachment description.","type":"object","properties":{"raw":{"description":"Description for the attachment, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML description for the attachment, transformed for display.","type":"string","context":["view","edit"],"readonly":true}},"required":false},"post":{"description":"The ID for the associated post of the attachment.","type":"integer","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion.","required":false}}}]},"\/wp\/v2\/media\/(?P[\\d]+)\/post-process":{"namespace":"wp\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"description":"Unique identifier for the attachment.","type":"integer","required":false},"action":{"type":"string","enum":["create-image-subsizes"],"required":true}}}]},"\/wp\/v2\/media\/(?P[\\d]+)\/edit":{"namespace":"wp\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"src":{"description":"URL to the edited image file.","type":"string","format":"uri","required":true},"modifiers":{"description":"Array of image edits.","type":"array","minItems":1,"items":{"description":"Image edit.","type":"object","required":["type","args"],"oneOf":[{"title":"Rotation","properties":{"type":{"description":"Rotation type.","type":"string","enum":["rotate"]},"args":{"description":"Rotation arguments.","type":"object","required":["angle"],"properties":{"angle":{"description":"Angle to rotate clockwise in degrees.","type":"number"}}}}},{"title":"Crop","properties":{"type":{"description":"Crop type.","type":"string","enum":["crop"]},"args":{"description":"Crop arguments.","type":"object","required":["left","top","width","height"],"properties":{"left":{"description":"Horizontal position from the left to begin the crop as a percentage of the image width.","type":"number"},"top":{"description":"Vertical position from the top to begin the crop as a percentage of the image height.","type":"number"},"width":{"description":"Width of the crop as a percentage of the image width.","type":"number"},"height":{"description":"Height of the crop as a percentage of the image height.","type":"number"}}}}}]},"required":false},"rotation":{"description":"The amount to rotate the image clockwise in degrees. DEPRECATED: Use `modifiers` instead.","type":"integer","minimum":0,"exclusiveMinimum":true,"maximum":360,"exclusiveMaximum":true,"required":false},"x":{"description":"As a percentage of the image, the x position to start the crop from. DEPRECATED: Use `modifiers` instead.","type":"number","minimum":0,"maximum":100,"required":false},"y":{"description":"As a percentage of the image, the y position to start the crop from. DEPRECATED: Use `modifiers` instead.","type":"number","minimum":0,"maximum":100,"required":false},"width":{"description":"As a percentage of the image, the width to crop the image to. DEPRECATED: Use `modifiers` instead.","type":"number","minimum":0,"maximum":100,"required":false},"height":{"description":"As a percentage of the image, the height to crop the image to. DEPRECATED: Use `modifiers` instead.","type":"number","minimum":0,"maximum":100,"required":false}}}]},"\/wp\/v2\/menu-items":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":100,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"after":{"description":"Limit response to posts published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limit response to posts modified after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to posts published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limit response to posts modified before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"How to interpret the search input.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"menu_order","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","menu_order"],"required":false},"search_columns":{"default":[],"description":"Array of column names to be searched.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limit result set to posts with one or more specific slugs.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Limit result set to posts assigned one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false},"tax_relation":{"description":"Limit result set based on relationship between multiple taxonomies.","type":"string","enum":["AND","OR"],"required":false},"menus":{"description":"Limit result set to items with specific terms assigned in the menus taxonomy.","type":["object","array"],"oneOf":[{"title":"Term ID List","description":"Match terms with the listed IDs.","type":"array","items":{"type":"integer"}},{"title":"Term ID Taxonomy Query","description":"Perform an advanced term query.","type":"object","properties":{"terms":{"description":"Term IDs.","type":"array","items":{"type":"integer"},"default":[]},"operator":{"description":"Whether items must be assigned all or any of the specified terms.","type":"string","enum":["AND","OR"],"default":"OR"}},"additionalProperties":false}],"required":false},"menus_exclude":{"description":"Limit result set to items except those with specific terms assigned in the menus taxonomy.","type":["object","array"],"oneOf":[{"title":"Term ID List","description":"Match terms with the listed IDs.","type":"array","items":{"type":"integer"}},{"title":"Term ID Taxonomy Query","description":"Perform an advanced term query.","type":"object","properties":{"terms":{"description":"Term IDs.","type":"array","items":{"type":"integer"},"default":[]}},"additionalProperties":false}],"required":false},"menu_order":{"description":"Limit result set to posts with a specific menu_order value.","type":"integer","required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"title":{"description":"The title for the object.","type":["string","object"],"properties":{"raw":{"description":"Title for the object, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the object, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"type":{"default":"custom","description":"The family of objects originally represented, such as \"post_type\" or \"taxonomy\".","type":"string","enum":["taxonomy","post_type","post_type_archive","custom"],"required":false},"status":{"default":"publish","description":"A named status for the object.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"parent":{"default":0,"description":"The ID for the parent of the object.","type":"integer","minimum":0,"required":false},"attr_title":{"description":"Text for the title attribute of the link element for this menu item.","type":"string","required":false},"classes":{"description":"Class names for the link element of this menu item.","type":"array","items":{"type":"string"},"required":false},"description":{"description":"The description of this menu item.","type":"string","required":false},"menu_order":{"default":1,"description":"The DB ID of the nav_menu_item that is this item's menu parent, if any, otherwise 0.","type":"integer","minimum":1,"required":false},"object":{"description":"The type of object originally represented, such as \"category\", \"post\", or \"attachment\".","type":"string","required":false},"object_id":{"default":0,"description":"The database ID of the original object this menu item represents, for example the ID for posts or the term_id for categories.","type":"integer","minimum":0,"required":false},"target":{"description":"The target attribute of the link element for this menu item.","type":"string","enum":["_blank",""],"required":false},"url":{"description":"The URL to which this menu item points.","type":"string","format":"uri","required":false},"xfn":{"description":"The XFN relationship expressed in the link of this menu item.","type":"array","items":{"type":"string"},"required":false},"menus":{"description":"The terms assigned to the object in the nav_menu taxonomy.","type":"integer","required":false},"meta":{"description":"Meta fields.","type":"object","properties":{"_kadence_starter_templates_imported_post":{"type":"boolean","title":"","description":"","default":false},"_kad_post_transparent":{"type":"string","title":"","description":"","default":""},"_kad_post_title":{"type":"string","title":"","description":"","default":""},"_kad_post_layout":{"type":"string","title":"","description":"","default":""},"_kad_post_sidebar_id":{"type":"string","title":"","description":"","default":""},"_kad_post_content_style":{"type":"string","title":"","description":"","default":""},"_kad_post_vertical_padding":{"type":"string","title":"","description":"","default":""},"_kad_post_feature":{"type":"string","title":"","description":"","default":""},"_kad_post_feature_position":{"type":"string","title":"","description":"","default":""},"_kad_post_header":{"type":"boolean","title":"","description":"","default":false},"_kad_post_footer":{"type":"boolean","title":"","description":"","default":false}},"required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/menu-items"}]}},"\/wp\/v2\/menu-items\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"title":{"description":"The title for the object.","type":["string","object"],"properties":{"raw":{"description":"Title for the object, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the object, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"type":{"description":"The family of objects originally represented, such as \"post_type\" or \"taxonomy\".","type":"string","enum":["taxonomy","post_type","post_type_archive","custom"],"required":false},"status":{"description":"A named status for the object.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"parent":{"description":"The ID for the parent of the object.","type":"integer","minimum":0,"required":false},"attr_title":{"description":"Text for the title attribute of the link element for this menu item.","type":"string","required":false},"classes":{"description":"Class names for the link element of this menu item.","type":"array","items":{"type":"string"},"required":false},"description":{"description":"The description of this menu item.","type":"string","required":false},"menu_order":{"description":"The DB ID of the nav_menu_item that is this item's menu parent, if any, otherwise 0.","type":"integer","minimum":1,"required":false},"object":{"description":"The type of object originally represented, such as \"category\", \"post\", or \"attachment\".","type":"string","required":false},"object_id":{"description":"The database ID of the original object this menu item represents, for example the ID for posts or the term_id for categories.","type":"integer","minimum":0,"required":false},"target":{"description":"The target attribute of the link element for this menu item.","type":"string","enum":["_blank",""],"required":false},"url":{"description":"The URL to which this menu item points.","type":"string","format":"uri","required":false},"xfn":{"description":"The XFN relationship expressed in the link of this menu item.","type":"array","items":{"type":"string"},"required":false},"menus":{"description":"The terms assigned to the object in the nav_menu taxonomy.","type":"integer","required":false},"meta":{"description":"Meta fields.","type":"object","properties":{"_kadence_starter_templates_imported_post":{"type":"boolean","title":"","description":"","default":false},"_kad_post_transparent":{"type":"string","title":"","description":"","default":""},"_kad_post_title":{"type":"string","title":"","description":"","default":""},"_kad_post_layout":{"type":"string","title":"","description":"","default":""},"_kad_post_sidebar_id":{"type":"string","title":"","description":"","default":""},"_kad_post_content_style":{"type":"string","title":"","description":"","default":""},"_kad_post_vertical_padding":{"type":"string","title":"","description":"","default":""},"_kad_post_feature":{"type":"string","title":"","description":"","default":""},"_kad_post_feature_position":{"type":"string","title":"","description":"","default":""},"_kad_post_header":{"type":"boolean","title":"","description":"","default":false},"_kad_post_footer":{"type":"boolean","title":"","description":"","default":false}},"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion.","required":false}}}]},"\/wp\/v2\/menu-items\/(?P[\\d]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"The ID for the parent of the object.","type":"integer","minimum":0,"required":false},"title":{"description":"The title for the object.","type":["string","object"],"properties":{"raw":{"description":"Title for the object, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the object, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"type":{"description":"The family of objects originally represented, such as \"post_type\" or \"taxonomy\".","type":"string","enum":["taxonomy","post_type","post_type_archive","custom"],"required":false},"status":{"description":"A named status for the object.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"attr_title":{"description":"Text for the title attribute of the link element for this menu item.","type":"string","required":false},"classes":{"description":"Class names for the link element of this menu item.","type":"array","items":{"type":"string"},"required":false},"description":{"description":"The description of this menu item.","type":"string","required":false},"menu_order":{"description":"The DB ID of the nav_menu_item that is this item's menu parent, if any, otherwise 0.","type":"integer","minimum":1,"required":false},"object":{"description":"The type of object originally represented, such as \"category\", \"post\", or \"attachment\".","type":"string","required":false},"object_id":{"description":"The database ID of the original object this menu item represents, for example the ID for posts or the term_id for categories.","type":"integer","minimum":0,"required":false},"target":{"description":"The target attribute of the link element for this menu item.","type":"string","enum":["_blank",""],"required":false},"url":{"description":"The URL to which this menu item points.","type":"string","format":"uri","required":false},"xfn":{"description":"The XFN relationship expressed in the link of this menu item.","type":"array","items":{"type":"string"},"required":false},"menus":{"description":"The terms assigned to the object in the nav_menu taxonomy.","type":"integer","required":false},"meta":{"description":"Meta fields.","type":"object","properties":{"_kadence_starter_templates_imported_post":{"type":"boolean","title":"","description":"","default":false},"_kad_post_transparent":{"type":"string","title":"","description":"","default":""},"_kad_post_title":{"type":"string","title":"","description":"","default":""},"_kad_post_layout":{"type":"string","title":"","description":"","default":""},"_kad_post_sidebar_id":{"type":"string","title":"","description":"","default":""},"_kad_post_content_style":{"type":"string","title":"","description":"","default":""},"_kad_post_vertical_padding":{"type":"string","title":"","description":"","default":""},"_kad_post_feature":{"type":"string","title":"","description":"","default":""},"_kad_post_feature_position":{"type":"string","title":"","description":"","default":""},"_kad_post_header":{"type":"boolean","title":"","description":"","default":false},"_kad_post_footer":{"type":"boolean","title":"","description":"","default":false}},"required":false}}}]},"\/wp\/v2\/menu-items\/(?P[\\d]+)\/autosaves\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer","required":false},"id":{"description":"The ID for the autosave.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/blocks":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"after":{"description":"Limit response to posts published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limit response to posts modified after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to posts published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limit response to posts modified before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"How to interpret the search input.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by post attribute.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"search_columns":{"default":[],"description":"Array of column names to be searched.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limit result set to posts with one or more specific slugs.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Limit result set to posts assigned one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false},"tax_relation":{"description":"Limit result set based on relationship between multiple taxonomies.","type":"string","enum":["AND","OR"],"required":false},"wp_pattern_category":{"description":"Limit result set to items with specific terms assigned in the wp_pattern_category taxonomy.","type":["object","array"],"oneOf":[{"title":"Term ID List","description":"Match terms with the listed IDs.","type":"array","items":{"type":"integer"}},{"title":"Term ID Taxonomy Query","description":"Perform an advanced term query.","type":"object","properties":{"terms":{"description":"Term IDs.","type":"array","items":{"type":"integer"},"default":[]},"operator":{"description":"Whether items must be assigned all or any of the specified terms.","type":"string","enum":["AND","OR"],"default":"OR"}},"additionalProperties":false}],"required":false},"wp_pattern_category_exclude":{"description":"Limit result set to items except those with specific terms assigned in the wp_pattern_category taxonomy.","type":["object","array"],"oneOf":[{"title":"Term ID List","description":"Match terms with the listed IDs.","type":"array","items":{"type":"integer"}},{"title":"Term ID Taxonomy Query","description":"Perform an advanced term query.","type":"object","properties":{"terms":{"description":"Term IDs.","type":"array","items":{"type":"integer"},"default":[]}},"additionalProperties":false}],"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"date":{"description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the post unique to its type.","type":"string","required":false},"status":{"description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"A password to protect access to the content and excerpt.","type":"string","required":false},"title":{"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["view","edit"]}},"required":false},"content":{"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["view","edit"]},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"excerpt":{"description":"The excerpt for the post.","type":"object","properties":{"raw":{"description":"Excerpt for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML excerpt for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Whether the excerpt is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"meta":{"description":"Meta fields.","type":"object","properties":{"_kadence_starter_templates_imported_post":{"type":"boolean","title":"","description":"","default":false},"_kad_post_transparent":{"type":"string","title":"","description":"","default":""},"_kad_post_title":{"type":"string","title":"","description":"","default":""},"_kad_post_layout":{"type":"string","title":"","description":"","default":""},"_kad_post_sidebar_id":{"type":"string","title":"","description":"","default":""},"_kad_post_content_style":{"type":"string","title":"","description":"","default":""},"_kad_post_vertical_padding":{"type":"string","title":"","description":"","default":""},"_kad_post_feature":{"type":"string","title":"","description":"","default":""},"_kad_post_feature_position":{"type":"string","title":"","description":"","default":""},"_kad_post_header":{"type":"boolean","title":"","description":"","default":false},"_kad_post_footer":{"type":"boolean","title":"","description":"","default":false},"wp_pattern_sync_status":{"type":"string","title":"","description":"","default":"","enum":["partial","unsynced"]},"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"The theme file to use to display the post.","type":"string","required":false},"wp_pattern_category":{"description":"The terms assigned to the post in the wp_pattern_category taxonomy.","type":"array","items":{"type":"integer"},"required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/blocks"}]}},"\/wp\/v2\/blocks\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"excerpt_length":{"description":"Override the default excerpt length.","type":"integer","required":false},"password":{"description":"The password for the post if it is password protected.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"date":{"description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the post unique to its type.","type":"string","required":false},"status":{"description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"A password to protect access to the content and excerpt.","type":"string","required":false},"title":{"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["view","edit"]}},"required":false},"content":{"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["view","edit"]},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"excerpt":{"description":"The excerpt for the post.","type":"object","properties":{"raw":{"description":"Excerpt for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML excerpt for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Whether the excerpt is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"meta":{"description":"Meta fields.","type":"object","properties":{"_kadence_starter_templates_imported_post":{"type":"boolean","title":"","description":"","default":false},"_kad_post_transparent":{"type":"string","title":"","description":"","default":""},"_kad_post_title":{"type":"string","title":"","description":"","default":""},"_kad_post_layout":{"type":"string","title":"","description":"","default":""},"_kad_post_sidebar_id":{"type":"string","title":"","description":"","default":""},"_kad_post_content_style":{"type":"string","title":"","description":"","default":""},"_kad_post_vertical_padding":{"type":"string","title":"","description":"","default":""},"_kad_post_feature":{"type":"string","title":"","description":"","default":""},"_kad_post_feature_position":{"type":"string","title":"","description":"","default":""},"_kad_post_header":{"type":"boolean","title":"","description":"","default":false},"_kad_post_footer":{"type":"boolean","title":"","description":"","default":false},"wp_pattern_sync_status":{"type":"string","title":"","description":"","default":"","enum":["partial","unsynced"]},"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"The theme file to use to display the post.","type":"string","required":false},"wp_pattern_category":{"description":"The terms assigned to the post in the wp_pattern_category taxonomy.","type":"array","items":{"type":"integer"},"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion.","required":false}}}]},"\/wp\/v2\/blocks\/(?P[\\d]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"\/wp\/v2\/blocks\/(?P[\\d]+)\/revisions\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer","required":false},"id":{"description":"Unique identifier for the revision.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer","required":false},"id":{"description":"Unique identifier for the revision.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Required to be true, as revisions do not support trashing.","required":false}}}]},"\/wp\/v2\/blocks\/(?P[\\d]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer","required":false},"date":{"description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the post unique to its type.","type":"string","required":false},"status":{"description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"A password to protect access to the content and excerpt.","type":"string","required":false},"title":{"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["view","edit"]}},"required":false},"content":{"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["view","edit"]},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"excerpt":{"description":"The excerpt for the post.","type":"object","properties":{"raw":{"description":"Excerpt for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML excerpt for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Whether the excerpt is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"meta":{"description":"Meta fields.","type":"object","properties":{"_kadence_starter_templates_imported_post":{"type":"boolean","title":"","description":"","default":false},"_kad_post_transparent":{"type":"string","title":"","description":"","default":""},"_kad_post_title":{"type":"string","title":"","description":"","default":""},"_kad_post_layout":{"type":"string","title":"","description":"","default":""},"_kad_post_sidebar_id":{"type":"string","title":"","description":"","default":""},"_kad_post_content_style":{"type":"string","title":"","description":"","default":""},"_kad_post_vertical_padding":{"type":"string","title":"","description":"","default":""},"_kad_post_feature":{"type":"string","title":"","description":"","default":""},"_kad_post_feature_position":{"type":"string","title":"","description":"","default":""},"_kad_post_header":{"type":"boolean","title":"","description":"","default":false},"_kad_post_footer":{"type":"boolean","title":"","description":"","default":false},"wp_pattern_sync_status":{"type":"string","title":"","description":"","default":"","enum":["partial","unsynced"]},"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"The theme file to use to display the post.","type":"string","required":false},"wp_pattern_category":{"description":"The terms assigned to the post in the wp_pattern_category taxonomy.","type":"array","items":{"type":"integer"},"required":false}}}]},"\/wp\/v2\/blocks\/(?P[\\d]+)\/autosaves\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer","required":false},"id":{"description":"The ID for the autosave.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/templates\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The id of a template","type":"string","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"\/wp\/v2\/templates\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The id of a template","type":"string","required":false},"id":{"description":"Unique identifier for the revision.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"The id of a template","type":"string","required":false},"id":{"description":"Unique identifier for the revision.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Required to be true, as revisions do not support trashing.","required":false}}}]},"\/wp\/v2\/templates\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"The id of a template","type":"string","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"id":{"description":"The id of a template","type":"string","required":false},"slug":{"description":"Unique slug identifying the template.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":false},"theme":{"description":"Theme identifier for the template.","type":"string","required":false},"type":{"description":"Type of template.","type":"string","required":false},"content":{"description":"Content of template.","type":["object","string"],"properties":{"raw":{"description":"Content for the template, as it exists in the database.","type":"string","context":["view","edit"]},"block_version":{"description":"Version of the content block format used by the template.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"description":"Title of template.","type":["object","string"],"properties":{"raw":{"description":"Title for the template, as it exists in the database.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"HTML title for the template, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"Description of template.","type":"string","required":false},"status":{"description":"Status of template.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"author":{"description":"The ID for the author of the template.","type":"integer","required":false}}}]},"\/wp\/v2\/templates\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The id of a template","type":"string","required":false},"id":{"description":"The ID for the autosave.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/templates":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"wp_id":{"description":"Limit to the specified post id.","type":"integer","required":false},"area":{"description":"Limit to the specified template part area.","type":"string","required":false},"post_type":{"description":"Post type to get the templates for.","type":"string","required":false}}},{"methods":["POST"],"args":{"slug":{"description":"Unique slug identifying the template.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":true},"theme":{"description":"Theme identifier for the template.","type":"string","required":false},"type":{"description":"Type of template.","type":"string","required":false},"content":{"default":"","description":"Content of template.","type":["object","string"],"properties":{"raw":{"description":"Content for the template, as it exists in the database.","type":"string","context":["view","edit"]},"block_version":{"description":"Version of the content block format used by the template.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"default":"","description":"Title of template.","type":["object","string"],"properties":{"raw":{"description":"Title for the template, as it exists in the database.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"HTML title for the template, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"default":"","description":"Description of template.","type":"string","required":false},"status":{"default":"publish","description":"Status of template.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"author":{"description":"The ID for the author of the template.","type":"integer","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/templates"}]}},"\/wp\/v2\/templates\/lookup":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"slug":{"description":"The slug of the template to get the fallback for","type":"string","required":true},"is_custom":{"description":"Indicates if a template is custom or part of the template hierarchy","type":"boolean","required":false},"template_prefix":{"description":"The template prefix for the created template. This is used to extract the main template type, e.g. in `taxonomy-books` extracts the `taxonomy`","type":"string","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/templates\/lookup"}]}},"\/wp\/v2\/templates\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"The id of a template","type":"string","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"The id of a template","type":"string","required":false},"slug":{"description":"Unique slug identifying the template.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":false},"theme":{"description":"Theme identifier for the template.","type":"string","required":false},"type":{"description":"Type of template.","type":"string","required":false},"content":{"description":"Content of template.","type":["object","string"],"properties":{"raw":{"description":"Content for the template, as it exists in the database.","type":"string","context":["view","edit"]},"block_version":{"description":"Version of the content block format used by the template.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"description":"Title of template.","type":["object","string"],"properties":{"raw":{"description":"Title for the template, as it exists in the database.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"HTML title for the template, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"Description of template.","type":"string","required":false},"status":{"description":"Status of template.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"author":{"description":"The ID for the author of the template.","type":"integer","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"The id of a template","type":"string","required":false},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion.","required":false}}}]},"\/wp\/v2\/template-parts\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The id of a template","type":"string","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"\/wp\/v2\/template-parts\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The id of a template","type":"string","required":false},"id":{"description":"Unique identifier for the revision.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"The id of a template","type":"string","required":false},"id":{"description":"Unique identifier for the revision.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Required to be true, as revisions do not support trashing.","required":false}}}]},"\/wp\/v2\/template-parts\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"The id of a template","type":"string","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"id":{"description":"The id of a template","type":"string","required":false},"slug":{"description":"Unique slug identifying the template.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":false},"theme":{"description":"Theme identifier for the template.","type":"string","required":false},"type":{"description":"Type of template.","type":"string","required":false},"content":{"description":"Content of template.","type":["object","string"],"properties":{"raw":{"description":"Content for the template, as it exists in the database.","type":"string","context":["view","edit"]},"block_version":{"description":"Version of the content block format used by the template.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"description":"Title of template.","type":["object","string"],"properties":{"raw":{"description":"Title for the template, as it exists in the database.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"HTML title for the template, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"Description of template.","type":"string","required":false},"status":{"description":"Status of template.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"author":{"description":"The ID for the author of the template.","type":"integer","required":false},"area":{"description":"Where the template part is intended for use (header, footer, etc.)","type":"string","required":false}}}]},"\/wp\/v2\/template-parts\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The id of a template","type":"string","required":false},"id":{"description":"The ID for the autosave.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/template-parts":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"wp_id":{"description":"Limit to the specified post id.","type":"integer","required":false},"area":{"description":"Limit to the specified template part area.","type":"string","required":false},"post_type":{"description":"Post type to get the templates for.","type":"string","required":false}}},{"methods":["POST"],"args":{"slug":{"description":"Unique slug identifying the template.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":true},"theme":{"description":"Theme identifier for the template.","type":"string","required":false},"type":{"description":"Type of template.","type":"string","required":false},"content":{"default":"","description":"Content of template.","type":["object","string"],"properties":{"raw":{"description":"Content for the template, as it exists in the database.","type":"string","context":["view","edit"]},"block_version":{"description":"Version of the content block format used by the template.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"default":"","description":"Title of template.","type":["object","string"],"properties":{"raw":{"description":"Title for the template, as it exists in the database.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"HTML title for the template, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"default":"","description":"Description of template.","type":"string","required":false},"status":{"default":"publish","description":"Status of template.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"author":{"description":"The ID for the author of the template.","type":"integer","required":false},"area":{"description":"Where the template part is intended for use (header, footer, etc.)","type":"string","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/template-parts"}]}},"\/wp\/v2\/template-parts\/lookup":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"slug":{"description":"The slug of the template to get the fallback for","type":"string","required":true},"is_custom":{"description":"Indicates if a template is custom or part of the template hierarchy","type":"boolean","required":false},"template_prefix":{"description":"The template prefix for the created template. This is used to extract the main template type, e.g. in `taxonomy-books` extracts the `taxonomy`","type":"string","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/template-parts\/lookup"}]}},"\/wp\/v2\/template-parts\/(?P([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"The id of a template","type":"string","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"The id of a template","type":"string","required":false},"slug":{"description":"Unique slug identifying the template.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":false},"theme":{"description":"Theme identifier for the template.","type":"string","required":false},"type":{"description":"Type of template.","type":"string","required":false},"content":{"description":"Content of template.","type":["object","string"],"properties":{"raw":{"description":"Content for the template, as it exists in the database.","type":"string","context":["view","edit"]},"block_version":{"description":"Version of the content block format used by the template.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"description":"Title of template.","type":["object","string"],"properties":{"raw":{"description":"Title for the template, as it exists in the database.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"HTML title for the template, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"Description of template.","type":"string","required":false},"status":{"description":"Status of template.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"author":{"description":"The ID for the author of the template.","type":"integer","required":false},"area":{"description":"Where the template part is intended for use (header, footer, etc.)","type":"string","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"The id of a template","type":"string","required":false},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion.","required":false}}}]},"\/wp\/v2\/global-styles\/(?P[\\d]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","minimum":1,"maximum":100,"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false}}}]},"\/wp\/v2\/global-styles\/(?P[\\d]+)\/revisions\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the global styles revision.","type":"integer","required":false},"id":{"description":"Unique identifier for the global styles revision.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/global-styles\/themes\/(?P[\\\/\\s%\\w\\.\\(\\)\\[\\]\\@_\\-]+)\/variations":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":false},"args":{"stylesheet":{"description":"The theme identifier","type":"string","required":false}}}]},"\/wp\/v2\/global-styles\/themes\/(?P[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":false},"args":{"stylesheet":{"description":"The theme identifier","type":"string","required":false}}}]},"\/wp\/v2\/global-styles\/(?P[\\\/\\w-]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":false},"args":{"id":{"description":"The id of a template","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":false},"args":{"styles":{"description":"Global styles.","type":["object"],"required":false},"settings":{"description":"Global settings.","type":["object"],"required":false},"title":{"description":"Title of the global styles variation.","type":["object","string"],"properties":{"raw":{"description":"Title for the global styles variation, as it exists in the database.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false}}}]},"\/wp\/v2\/navigation":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"after":{"description":"Limit response to posts published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limit response to posts modified after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to posts published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limit response to posts modified before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"How to interpret the search input.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by post attribute.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"search_columns":{"default":[],"description":"Array of column names to be searched.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limit result set to posts with one or more specific slugs.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Limit result set to posts assigned one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"date":{"description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the post unique to its type.","type":"string","required":false},"status":{"description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"A password to protect access to the content and excerpt.","type":"string","required":false},"title":{"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit","embed"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["edit","embed"]},"rendered":{"description":"HTML content for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit","embed"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"template":{"description":"The theme file to use to display the post.","type":"string","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/navigation"}]}},"\/wp\/v2\/navigation\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"password":{"description":"The password for the post if it is password protected.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"date":{"description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the post unique to its type.","type":"string","required":false},"status":{"description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"A password to protect access to the content and excerpt.","type":"string","required":false},"title":{"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit","embed"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["edit","embed"]},"rendered":{"description":"HTML content for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit","embed"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"template":{"description":"The theme file to use to display the post.","type":"string","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion.","required":false}}}]},"\/wp\/v2\/navigation\/(?P[\\d]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"\/wp\/v2\/navigation\/(?P[\\d]+)\/revisions\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer","required":false},"id":{"description":"Unique identifier for the revision.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer","required":false},"id":{"description":"Unique identifier for the revision.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Required to be true, as revisions do not support trashing.","required":false}}}]},"\/wp\/v2\/navigation\/(?P[\\d]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer","required":false},"date":{"description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the post unique to its type.","type":"string","required":false},"status":{"description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"A password to protect access to the content and excerpt.","type":"string","required":false},"title":{"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit","embed"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["edit","embed"]},"rendered":{"description":"HTML content for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit","embed"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"template":{"description":"The theme file to use to display the post.","type":"string","required":false}}}]},"\/wp\/v2\/navigation\/(?P[\\d]+)\/autosaves\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer","required":false},"id":{"description":"The ID for the autosave.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/font-families":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"How to interpret the search input.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by post attribute.","type":"string","default":"id","enum":["id","include"],"required":false},"slug":{"description":"Limit result set to posts with one or more specific slugs.","type":"array","items":{"type":"string"},"required":false}}},{"methods":["POST"],"args":{"theme_json_version":{"description":"Version of the theme.json schema used for the typography settings.","type":"integer","default":3,"minimum":2,"maximum":3,"required":false},"font_family_settings":{"description":"font-family declaration in theme.json format, encoded as a string.","type":"string","required":true}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/font-families"}]}},"\/wp\/v2\/font-families\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"theme_json_version":{"description":"Version of the theme.json schema used for the typography settings.","type":"integer","default":3,"minimum":2,"maximum":3,"required":false},"font_family_settings":{"description":"font-family declaration in theme.json format, encoded as a string.","type":"string","required":true}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion.","required":false}}}]},"\/wp\/v2\/font-families\/(?P[\\d]+)\/font-faces":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"font_family_id":{"description":"The ID for the parent font family of the font face.","type":"integer","required":true},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"How to interpret the search input.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by post attribute.","type":"string","default":"id","enum":["id","include"],"required":false}}},{"methods":["POST"],"args":{"font_family_id":{"description":"The ID for the parent font family of the font face.","type":"integer","required":true},"theme_json_version":{"description":"Version of the theme.json schema used for the typography settings.","type":"integer","default":3,"minimum":2,"maximum":3,"required":false},"font_face_settings":{"description":"font-face declaration in theme.json format, encoded as a string.","type":"string","required":true}}}]},"\/wp\/v2\/font-families\/(?P[\\d]+)\/font-faces\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"font_family_id":{"description":"The ID for the parent font family of the font face.","type":"integer","required":true},"id":{"description":"Unique identifier for the font face.","type":"integer","required":true},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"font_family_id":{"description":"The ID for the parent font family of the font face.","type":"integer","required":true},"id":{"description":"Unique identifier for the font face.","type":"integer","required":true},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion.","required":false}}}]},"\/wp\/v2\/kadence_form":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"after":{"description":"Limit response to posts published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limit response to posts modified after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"author":{"description":"Limit result set to posts assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"author_exclude":{"description":"Ensure result set excludes posts assigned to specific authors.","type":"array","items":{"type":"integer"},"default":[],"required":false},"before":{"description":"Limit response to posts published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limit response to posts modified before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"How to interpret the search input.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by post attribute.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"search_columns":{"default":[],"description":"Array of column names to be searched.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limit result set to posts with one or more specific slugs.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Limit result set to posts assigned one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"date":{"description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the post unique to its type.","type":"string","required":false},"status":{"description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"A password to protect access to the content and excerpt.","type":"string","required":false},"title":{"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML content for the post, transformed for display.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"The ID for the author of the post.","type":"integer","required":false},"meta":{"description":"Meta fields.","type":"object","properties":{"_kadence_starter_templates_imported_post":{"type":"boolean","title":"","description":"","default":false},"_kad_post_transparent":{"type":"string","title":"","description":"","default":""},"_kad_post_title":{"type":"string","title":"","description":"","default":""},"_kad_post_layout":{"type":"string","title":"","description":"","default":""},"_kad_post_sidebar_id":{"type":"string","title":"","description":"","default":""},"_kad_post_content_style":{"type":"string","title":"","description":"","default":""},"_kad_post_vertical_padding":{"type":"string","title":"","description":"","default":""},"_kad_post_feature":{"type":"string","title":"","description":"","default":""},"_kad_post_feature_position":{"type":"string","title":"","description":"","default":""},"_kad_post_header":{"type":"boolean","title":"","description":"","default":false},"_kad_post_footer":{"type":"boolean","title":"","description":"","default":false},"footnotes":{"type":"string","title":"","description":"","default":""},"_kad_form_fields":{"type":"array","title":"","description":"","default":[],"items":{"type":"object","properties":{"uniqueID":{"type":"string"},"name":{"type":"string"},"label":{"type":"string"},"type":{"type":"string"}},"additionalProperties":false}},"_kad_form_email":{"type":"object","title":"","description":"","default":{"emailTo":"","subject":"","fromEmail":"","fromName":"","replyTo":"email_field","cc":"","bcc":"","html":true},"properties":{"emailTo":{"type":"string"},"subject":{"type":"string"},"fromEmail":{"type":"string"},"fromName":{"type":"string"},"replyTo":{"type":"string"},"cc":{"type":"string"},"bcc":{"type":"string"},"html":{"type":"boolean"}},"additionalProperties":false},"_kad_form_mailerlite":{"type":"object","title":"","description":"","default":{"group":[],"map":[]},"properties":{"group":{"type":"object","properties":{"value":{"type":"string"},"label":{"type":"string"}},"additionalProperties":false},"map":{"type":"object","additionalProperties":{"type":"string"}}},"additionalProperties":false},"_kad_form_fluentcrm":{"type":"object","title":"","description":"","default":{"lists":[],"tags":[],"map":[],"doubleOptin":false},"properties":{"lists":{"type":"array"},"tags":{"type":"array"},"map":{"type":"object","additionalProperties":{"type":"string"}},"doubleOptin":{"type":"boolean"}},"additionalProperties":false},"_kad_form_sendinblue":{"type":"object","title":"","description":"","default":{"lists":[],"map":[]},"properties":{"lists":{"type":"array"},"map":{"type":"object","additionalProperties":{"type":"string"}}},"additionalProperties":false},"_kad_form_mailchimp":{"type":"object","title":"","description":"","default":{"list":[],"map":[],"groups":[],"tags":[],"doubleOptin":false},"properties":{"list":{"type":"object","properties":{"value":{"type":"string"},"label":{"type":"string"}},"additionalProperties":false},"map":{"type":"object","additionalProperties":{"type":"string"}},"groups":{"type":"array"},"tags":{"type":"array"},"doubleOptin":{"type":"boolean"}},"additionalProperties":false},"_kad_form_getresponse":{"type":"object","title":"","description":"","default":{"automation":[],"tags":[],"map":[],"listMulti":[],"doubleOptin":false},"properties":{"automation":{"type":"object","properties":{"value":{"type":"string"},"label":{"type":"string"}},"additionalProperties":false},"tags":{"type":"array"},"map":{"type":"object","additionalProperties":{"type":"string"}},"listMulti":{"type":"array"},"doubleOptin":{"type":"boolean"}},"additionalProperties":false},"_kad_form_convertkit":{"type":"object","title":"","description":"","default":{"form":[],"sequence":[],"tags":[],"map":[]},"properties":{"form":{"type":"object","properties":{"value":{"type":"number"},"label":{"type":"string"}},"additionalProperties":false},"sequence":{"type":"object","properties":{"value":{"type":"number"},"label":{"type":"string"}},"additionalProperties":false},"tags":{"type":"array"},"map":{"type":"object","additionalProperties":{"type":"string"}}},"additionalProperties":false},"_kad_form_activecampaign":{"type":"object","title":"","description":"","default":{"list":[],"automation":[],"tags":[],"map":[],"listMulti":[],"doubleOptin":false},"properties":{"list":{"type":"object","properties":{"value":{"type":"string"},"label":{"type":"string"}},"additionalProperties":false},"automation":{"type":"object","properties":{"value":{"type":"string"},"label":{"type":"string"}},"additionalProperties":false},"tags":{"type":"array"},"map":{"type":"object","additionalProperties":{"type":"string"}},"listMulti":{"type":"array"},"doubleOptin":{"type":"boolean"}},"additionalProperties":false},"_kad_form_browserValidation":{"type":"boolean","title":"","description":"","default":true},"_kad_form_enableAnalytics":{"type":"boolean","title":"","description":"","default":false},"_kad_form_redirect":{"type":"string","title":"","description":"","default":""},"_kad_form_submitHide":{"type":"boolean","title":"","description":"","default":false},"_kad_form_recaptcha":{"type":"boolean","title":"","description":"","default":false},"_kad_form_recaptchaVersion":{"type":"string","title":"","description":"","default":"v3"},"_kad_form_webhook":{"type":"object","title":"","description":"","default":{"url":"","map":[]},"properties":{"url":{"type":"string"},"map":{"type":"object","additionalProperties":{"type":"string"}}},"additionalProperties":false},"_kad_form_autoEmail":{"type":"object","title":"","description":"","default":{"emailTo":"","subject":"","message":"","fromEmail":"","fromName":"","replyTo":"","cc":"","bcc":"","html":true},"properties":{"emailTo":{"type":"string"},"subject":{"type":"string"},"message":{"type":"string"},"fromEmail":{"type":"string"},"fromName":{"type":"string"},"replyTo":{"type":"string"},"cc":{"type":"string"},"bcc":{"type":"string"},"html":{"type":"boolean"}},"additionalProperties":false},"_kad_form_entry":{"type":"object","title":"","description":"","default":{"userIP":true,"userDevice":true},"properties":{"userIP":{"type":"boolean"},"userDevice":{"type":"boolean"}},"additionalProperties":false},"_kad_form_fieldBorderRadius":{"type":"array","title":"","description":"","default":["","","",""],"properties":["","","",""]},"_kad_form_tabletFieldBorderRadius":{"type":"array","title":"","description":"","default":["","","",""],"properties":["","","",""]},"_kad_form_mobileFieldBorderRadius":{"type":"array","title":"","description":"","default":["","","",""],"properties":["","","",""]},"_kad_form_fieldBorderRadiusUnit":{"type":"string","title":"","description":"","default":"px","properties":"px"},"_kad_form_description":{"type":"string","title":"","description":"","default":""},"_kad_form_fieldBorderStyle":{"type":"object","title":"","description":"","default":{"top":["","",""],"right":["","",""],"bottom":["","",""],"left":["","",""],"unit":""},"properties":{"top":{"type":"array"},"right":{"type":"array"},"bottom":{"type":"array"},"left":{"type":"array"},"unit":{"type":"string"}},"additionalProperties":false},"_kad_form_tabletFieldBorderStyle":{"type":"object","title":"","description":"","default":{"top":["","",""],"right":["","",""],"bottom":["","",""],"left":["","",""],"unit":""},"properties":{"top":{"type":"array"},"right":{"type":"array"},"bottom":{"type":"array"},"left":{"type":"array"},"unit":{"type":"string"}},"additionalProperties":false},"_kad_form_mobileFieldBorderStyle":{"type":"object","title":"","description":"","default":{"top":["","",""],"right":["","",""],"bottom":["","",""],"left":["","",""],"unit":""},"properties":{"top":{"type":"array"},"right":{"type":"array"},"bottom":{"type":"array"},"left":{"type":"array"},"unit":{"type":"string"}},"additionalProperties":false},"_kad_form_messages":{"type":"object","title":"","description":"","default":{"success":"","error":"","required":"","invalid":"","recaptchaerror":"","preError":""},"properties":{"success":{"type":"string"},"error":{"type":"string"},"required":{"type":"string"},"invalid":{"type":"string"},"recaptchaerror":{"type":"string"},"preError":{"type":"string"}},"additionalProperties":false},"_kad_form_inputFont":{"type":"object","title":"","description":"","default":{"color":"","colorActive":"","size":["","",""],"sizeType":"px","lineHeight":["","",""],"lineType":"","letterSpacing":["","",""],"letterType":"","textTransform":"","family":"","google":false,"style":"","weight":"","variant":"","subset":"","loadGoogle":true,"padding":["","","",""],"margin":["","","",""]},"properties":{"color":{"type":"string"},"colorActive":{"type":"string"},"size":{"type":"array"},"sizeType":{"type":"string"},"lineHeight":{"type":"array"},"lineType":{"type":"string"},"letterSpacing":{"type":"array"},"letterType":{"type":"string"},"textTransform":{"type":"string"},"family":{"type":"string"},"google":{"type":"boolean"},"style":{"type":"string"},"weight":{"type":"string"},"variant":{"type":"string"},"subset":{"type":"string"},"loadGoogle":{"type":"boolean"},"padding":{"type":"array"},"margin":{"type":"array"}},"additionalProperties":false},"_kad_form_style":{"type":"object","title":"","description":"","default":{"showRequired":true,"size":"standard","padding":["","","",""],"tabletPadding":["","","",""],"mobilePadding":["","","",""],"paddingUnit":"px","requiredColor":"","background":"","backgroundActive":"","borderActive":"","placeholderColor":"","gradient":"","gradientActive":"","backgroundType":"normal","backgroundActiveType":"normal","boxShadow":[false,"#000000",0.200000000000000011102230246251565404236316680908203125,1,1,2,0,false],"boxShadowActive":[false,"#000000",0.40000000000000002220446049250313080847263336181640625,2,2,3,0,false],"gap":["","",""],"gapUnit":"px","labelStyle":"normal","basicStyles":true,"isDark":false},"properties":{"showRequired":{"type":"boolean"},"size":{"type":"string"},"padding":{"type":"array"},"tabletPadding":{"type":"array"},"mobilePadding":{"type":"array"},"paddingUnit":{"type":"string"},"requiredColor":{"type":"string"},"background":{"type":"string"},"backgroundActive":{"type":"string"},"borderActive":{"type":"string"},"placeholderColor":{"type":"string"},"gradient":{"type":"string"},"gradientActive":{"type":"string"},"backgroundType":{"type":"string"},"backgroundActiveType":{"type":"string"},"boxShadow":{"type":"array"},"boxShadowActive":{"type":"array"},"gap":{"type":"array"},"gapUnit":{"type":"string"},"labelStyle":{"type":"string"},"basicStyles":{"type":"boolean"},"isDark":{"type":"boolean"}},"additionalProperties":false},"_kad_form_background":{"type":"object","title":"","description":"","default":{"background":"","gradient":"","backgroundType":"normal"},"properties":{"background":{"type":"string"},"gradient":{"type":"string"},"backgroundType":{"type":"string"}},"additionalProperties":false},"_kad_form_labelFont":{"type":"object","title":"","description":"","default":{"color":"","size":["","",""],"sizeType":"px","lineHeight":["","",""],"lineType":"","letterSpacing":["","",""],"letterType":"px","textTransform":"","family":"","google":false,"style":"","weight":"","variant":"","subset":"","loadGoogle":true,"padding":["","","",""],"margin":["","","",""]},"properties":{"color":{"type":"string"},"size":{"type":"array"},"sizeType":{"type":"string"},"lineHeight":{"type":"array"},"lineType":{"type":"string"},"letterSpacing":{"type":"array"},"letterType":{"type":"string"},"textTransform":{"type":"string"},"family":{"type":"string"},"google":{"type":"boolean"},"style":{"type":"string"},"weight":{"type":"string"},"variant":{"type":"string"},"subset":{"type":"string"},"loadGoogle":{"type":"boolean"},"padding":{"type":"array"},"margin":{"type":"array"}},"additionalProperties":false},"_kad_form_radioLabelFont":{"type":"object","title":"","description":"","default":{"color":"","size":["","",""],"sizeType":"px","lineHeight":["","",""],"lineType":"","letterSpacing":["","",""],"letterType":"px","textTransform":"","family":"","google":false,"style":"","weight":"","variant":"","subset":"","loadGoogle":true},"properties":{"color":{"type":"string"},"size":{"type":"array"},"sizeType":{"type":"string"},"lineHeight":{"type":"array"},"lineType":{"type":"string"},"letterSpacing":{"type":"array"},"letterType":{"type":"string"},"textTransform":{"type":"string"},"family":{"type":"string"},"google":{"type":"boolean"},"style":{"type":"string"},"weight":{"type":"string"},"variant":{"type":"string"},"subset":{"type":"string"},"loadGoogle":{"type":"boolean"}},"additionalProperties":false},"_kad_form_helpFont":{"type":"object","title":"","description":"","default":{"color":"","size":["","",""],"sizeType":"px","lineHeight":["","",""],"lineType":"","letterSpacing":["","",""],"letterType":"px","textTransform":"","family":"","google":false,"style":"","weight":"","variant":"","subset":"","loadGoogle":true,"padding":["","","",""],"margin":["","","",""]},"properties":{"color":{"type":"string"},"size":{"type":"array"},"sizeType":{"type":"string"},"lineHeight":{"type":"array"},"lineType":{"type":"string"},"letterSpacing":{"type":"array"},"letterType":{"type":"string"},"textTransform":{"type":"string"},"family":{"type":"string"},"google":{"type":"boolean"},"style":{"type":"string"},"weight":{"type":"string"},"variant":{"type":"string"},"subset":{"type":"string"},"loadGoogle":{"type":"boolean"},"padding":{"type":"array"},"margin":{"type":"array"}},"additionalProperties":false},"_kad_form_messageBorderSuccess":{"type":"object","title":"","description":"","default":{"top":["","",""],"right":["","",""],"bottom":["","",""],"left":["","",""],"unit":""},"properties":{"top":{"type":"array"},"right":{"type":"array"},"bottom":{"type":"array"},"left":{"type":"array"},"unit":{"type":"string"}},"additionalProperties":false},"_kad_form_tabletMessageBorderSuccess":{"type":"object","title":"","description":"","default":{"top":["","",""],"right":["","",""],"bottom":["","",""],"left":["","",""],"unit":""},"properties":{"top":{"type":"array"},"right":{"type":"array"},"bottom":{"type":"array"},"left":{"type":"array"},"unit":{"type":"string"}},"additionalProperties":false},"_kad_form_mobileMessageBorderSuccess":{"type":"object","title":"","description":"","default":{"top":["","",""],"right":["","",""],"bottom":["","",""],"left":["","",""],"unit":""},"properties":{"top":{"type":"array"},"right":{"type":"array"},"bottom":{"type":"array"},"left":{"type":"array"},"unit":{"type":"string"}},"additionalProperties":false},"_kad_form_messageBorderError":{"type":"object","title":"","description":"","default":{"top":["","",""],"right":["","",""],"bottom":["","",""],"left":["","",""],"unit":""},"properties":{"top":{"type":"array"},"right":{"type":"array"},"bottom":{"type":"array"},"left":{"type":"array"},"unit":{"type":"string"}},"additionalProperties":false},"_kad_form_tabletMessageBorderError":{"type":"object","title":"","description":"","default":{"top":["","",""],"right":["","",""],"bottom":["","",""],"left":["","",""],"unit":""},"properties":{"top":{"type":"array"},"right":{"type":"array"},"bottom":{"type":"array"},"left":{"type":"array"},"unit":{"type":"string"}},"additionalProperties":false},"_kad_form_mobileMessageBorderError":{"type":"object","title":"","description":"","default":{"top":["","",""],"right":["","",""],"bottom":["","",""],"left":["","",""],"unit":""},"properties":{"top":{"type":"array"},"right":{"type":"array"},"bottom":{"type":"array"},"left":{"type":"array"},"unit":{"type":"string"}},"additionalProperties":false},"_kad_form_anchor":{"type":"string","title":"","description":"","default":""},"_kad_form_className":{"type":"string","title":"","description":"","default":""},"_kad_form_actions":{"type":"array","title":"","description":"","default":["email"],"items":{"type":"string"}},"_kad_form_padding":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_tabletPadding":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_mobilePadding":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_paddingUnit":{"type":"string","title":"","description":"","default":"px"},"_kad_form_margin":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_tabletMargin":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_mobileMargin":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_marginUnit":{"type":"string","title":"","description":"","default":"px"},"_kad_form_messageBorderRadius":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_tabletMessageBorderRadius":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_mobileMessageBorderRadius":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_messageBorderRadiusUnit":{"type":"string","title":"","description":"","default":"px"},"_kad_form_messagePadding":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_tableMessagePadding":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_mobileMessagePadding":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_messagePaddingUnit":{"type":"string","title":"","description":"","default":"px"},"_kad_form_messageMargin":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_tabletMessageMargin":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_mobileMessageMargin":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_messageMarginUnit":{"type":"string","title":"","description":"","default":"px"},"_kad_form_messageColor":{"type":"string","title":"","description":"","default":""},"_kad_form_messageBackground":{"type":"string","title":"","description":"","default":""},"_kad_form_messageColorError":{"type":"string","title":"","description":"","default":""},"_kad_form_messageBackgroundError":{"type":"string","title":"","description":"","default":""},"_kad_form_messageFont":{"type":"array","title":"","description":"","default":[{"size":["","",""],"sizetype":"px","lineHeight":["","",""],"lineType":"","letterSpacing":["","",""],"letterType":"px","textTransform":"","family":"","google":false,"style":"","weight":"","variant":"","subset":"","loadgoogle":true}],"items":{"type":"object","properties":{"size":{"type":"array"},"sizetype":{"type":"string"},"lineHeight":{"type":"array"},"lineType":{"type":"string"},"letterSpacing":{"type":"array"},"letterType":{"type":"string"},"textTransform":{"type":"string"},"family":{"type":"string"},"google":{"type":"boolean"},"style":{"type":"string"},"weight":{"type":"string"},"variant":{"type":"string"},"subset":{"type":"string"},"loadgoogle":{"type":"boolean"}},"additionalProperties":false}},"_kad_form_maxWidthUnit":{"type":"string","title":"","description":"","default":"px"},"_kad_form_maxWidth":{"type":"array","title":"","description":"","default":["","",""],"items":{"type":"string"}},"_kad_form_importId":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"The theme file to use to display the post.","type":"string","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/kadence_form"}]}},"\/wp\/v2\/kadence_form\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"password":{"description":"The password for the post if it is password protected.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"date":{"description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the post unique to its type.","type":"string","required":false},"status":{"description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"A password to protect access to the content and excerpt.","type":"string","required":false},"title":{"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML content for the post, transformed for display.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"The ID for the author of the post.","type":"integer","required":false},"meta":{"description":"Meta fields.","type":"object","properties":{"_kadence_starter_templates_imported_post":{"type":"boolean","title":"","description":"","default":false},"_kad_post_transparent":{"type":"string","title":"","description":"","default":""},"_kad_post_title":{"type":"string","title":"","description":"","default":""},"_kad_post_layout":{"type":"string","title":"","description":"","default":""},"_kad_post_sidebar_id":{"type":"string","title":"","description":"","default":""},"_kad_post_content_style":{"type":"string","title":"","description":"","default":""},"_kad_post_vertical_padding":{"type":"string","title":"","description":"","default":""},"_kad_post_feature":{"type":"string","title":"","description":"","default":""},"_kad_post_feature_position":{"type":"string","title":"","description":"","default":""},"_kad_post_header":{"type":"boolean","title":"","description":"","default":false},"_kad_post_footer":{"type":"boolean","title":"","description":"","default":false},"footnotes":{"type":"string","title":"","description":"","default":""},"_kad_form_fields":{"type":"array","title":"","description":"","default":[],"items":{"type":"object","properties":{"uniqueID":{"type":"string"},"name":{"type":"string"},"label":{"type":"string"},"type":{"type":"string"}},"additionalProperties":false}},"_kad_form_email":{"type":"object","title":"","description":"","default":{"emailTo":"","subject":"","fromEmail":"","fromName":"","replyTo":"email_field","cc":"","bcc":"","html":true},"properties":{"emailTo":{"type":"string"},"subject":{"type":"string"},"fromEmail":{"type":"string"},"fromName":{"type":"string"},"replyTo":{"type":"string"},"cc":{"type":"string"},"bcc":{"type":"string"},"html":{"type":"boolean"}},"additionalProperties":false},"_kad_form_mailerlite":{"type":"object","title":"","description":"","default":{"group":[],"map":[]},"properties":{"group":{"type":"object","properties":{"value":{"type":"string"},"label":{"type":"string"}},"additionalProperties":false},"map":{"type":"object","additionalProperties":{"type":"string"}}},"additionalProperties":false},"_kad_form_fluentcrm":{"type":"object","title":"","description":"","default":{"lists":[],"tags":[],"map":[],"doubleOptin":false},"properties":{"lists":{"type":"array"},"tags":{"type":"array"},"map":{"type":"object","additionalProperties":{"type":"string"}},"doubleOptin":{"type":"boolean"}},"additionalProperties":false},"_kad_form_sendinblue":{"type":"object","title":"","description":"","default":{"lists":[],"map":[]},"properties":{"lists":{"type":"array"},"map":{"type":"object","additionalProperties":{"type":"string"}}},"additionalProperties":false},"_kad_form_mailchimp":{"type":"object","title":"","description":"","default":{"list":[],"map":[],"groups":[],"tags":[],"doubleOptin":false},"properties":{"list":{"type":"object","properties":{"value":{"type":"string"},"label":{"type":"string"}},"additionalProperties":false},"map":{"type":"object","additionalProperties":{"type":"string"}},"groups":{"type":"array"},"tags":{"type":"array"},"doubleOptin":{"type":"boolean"}},"additionalProperties":false},"_kad_form_getresponse":{"type":"object","title":"","description":"","default":{"automation":[],"tags":[],"map":[],"listMulti":[],"doubleOptin":false},"properties":{"automation":{"type":"object","properties":{"value":{"type":"string"},"label":{"type":"string"}},"additionalProperties":false},"tags":{"type":"array"},"map":{"type":"object","additionalProperties":{"type":"string"}},"listMulti":{"type":"array"},"doubleOptin":{"type":"boolean"}},"additionalProperties":false},"_kad_form_convertkit":{"type":"object","title":"","description":"","default":{"form":[],"sequence":[],"tags":[],"map":[]},"properties":{"form":{"type":"object","properties":{"value":{"type":"number"},"label":{"type":"string"}},"additionalProperties":false},"sequence":{"type":"object","properties":{"value":{"type":"number"},"label":{"type":"string"}},"additionalProperties":false},"tags":{"type":"array"},"map":{"type":"object","additionalProperties":{"type":"string"}}},"additionalProperties":false},"_kad_form_activecampaign":{"type":"object","title":"","description":"","default":{"list":[],"automation":[],"tags":[],"map":[],"listMulti":[],"doubleOptin":false},"properties":{"list":{"type":"object","properties":{"value":{"type":"string"},"label":{"type":"string"}},"additionalProperties":false},"automation":{"type":"object","properties":{"value":{"type":"string"},"label":{"type":"string"}},"additionalProperties":false},"tags":{"type":"array"},"map":{"type":"object","additionalProperties":{"type":"string"}},"listMulti":{"type":"array"},"doubleOptin":{"type":"boolean"}},"additionalProperties":false},"_kad_form_browserValidation":{"type":"boolean","title":"","description":"","default":true},"_kad_form_enableAnalytics":{"type":"boolean","title":"","description":"","default":false},"_kad_form_redirect":{"type":"string","title":"","description":"","default":""},"_kad_form_submitHide":{"type":"boolean","title":"","description":"","default":false},"_kad_form_recaptcha":{"type":"boolean","title":"","description":"","default":false},"_kad_form_recaptchaVersion":{"type":"string","title":"","description":"","default":"v3"},"_kad_form_webhook":{"type":"object","title":"","description":"","default":{"url":"","map":[]},"properties":{"url":{"type":"string"},"map":{"type":"object","additionalProperties":{"type":"string"}}},"additionalProperties":false},"_kad_form_autoEmail":{"type":"object","title":"","description":"","default":{"emailTo":"","subject":"","message":"","fromEmail":"","fromName":"","replyTo":"","cc":"","bcc":"","html":true},"properties":{"emailTo":{"type":"string"},"subject":{"type":"string"},"message":{"type":"string"},"fromEmail":{"type":"string"},"fromName":{"type":"string"},"replyTo":{"type":"string"},"cc":{"type":"string"},"bcc":{"type":"string"},"html":{"type":"boolean"}},"additionalProperties":false},"_kad_form_entry":{"type":"object","title":"","description":"","default":{"userIP":true,"userDevice":true},"properties":{"userIP":{"type":"boolean"},"userDevice":{"type":"boolean"}},"additionalProperties":false},"_kad_form_fieldBorderRadius":{"type":"array","title":"","description":"","default":["","","",""],"properties":["","","",""]},"_kad_form_tabletFieldBorderRadius":{"type":"array","title":"","description":"","default":["","","",""],"properties":["","","",""]},"_kad_form_mobileFieldBorderRadius":{"type":"array","title":"","description":"","default":["","","",""],"properties":["","","",""]},"_kad_form_fieldBorderRadiusUnit":{"type":"string","title":"","description":"","default":"px","properties":"px"},"_kad_form_description":{"type":"string","title":"","description":"","default":""},"_kad_form_fieldBorderStyle":{"type":"object","title":"","description":"","default":{"top":["","",""],"right":["","",""],"bottom":["","",""],"left":["","",""],"unit":""},"properties":{"top":{"type":"array"},"right":{"type":"array"},"bottom":{"type":"array"},"left":{"type":"array"},"unit":{"type":"string"}},"additionalProperties":false},"_kad_form_tabletFieldBorderStyle":{"type":"object","title":"","description":"","default":{"top":["","",""],"right":["","",""],"bottom":["","",""],"left":["","",""],"unit":""},"properties":{"top":{"type":"array"},"right":{"type":"array"},"bottom":{"type":"array"},"left":{"type":"array"},"unit":{"type":"string"}},"additionalProperties":false},"_kad_form_mobileFieldBorderStyle":{"type":"object","title":"","description":"","default":{"top":["","",""],"right":["","",""],"bottom":["","",""],"left":["","",""],"unit":""},"properties":{"top":{"type":"array"},"right":{"type":"array"},"bottom":{"type":"array"},"left":{"type":"array"},"unit":{"type":"string"}},"additionalProperties":false},"_kad_form_messages":{"type":"object","title":"","description":"","default":{"success":"","error":"","required":"","invalid":"","recaptchaerror":"","preError":""},"properties":{"success":{"type":"string"},"error":{"type":"string"},"required":{"type":"string"},"invalid":{"type":"string"},"recaptchaerror":{"type":"string"},"preError":{"type":"string"}},"additionalProperties":false},"_kad_form_inputFont":{"type":"object","title":"","description":"","default":{"color":"","colorActive":"","size":["","",""],"sizeType":"px","lineHeight":["","",""],"lineType":"","letterSpacing":["","",""],"letterType":"","textTransform":"","family":"","google":false,"style":"","weight":"","variant":"","subset":"","loadGoogle":true,"padding":["","","",""],"margin":["","","",""]},"properties":{"color":{"type":"string"},"colorActive":{"type":"string"},"size":{"type":"array"},"sizeType":{"type":"string"},"lineHeight":{"type":"array"},"lineType":{"type":"string"},"letterSpacing":{"type":"array"},"letterType":{"type":"string"},"textTransform":{"type":"string"},"family":{"type":"string"},"google":{"type":"boolean"},"style":{"type":"string"},"weight":{"type":"string"},"variant":{"type":"string"},"subset":{"type":"string"},"loadGoogle":{"type":"boolean"},"padding":{"type":"array"},"margin":{"type":"array"}},"additionalProperties":false},"_kad_form_style":{"type":"object","title":"","description":"","default":{"showRequired":true,"size":"standard","padding":["","","",""],"tabletPadding":["","","",""],"mobilePadding":["","","",""],"paddingUnit":"px","requiredColor":"","background":"","backgroundActive":"","borderActive":"","placeholderColor":"","gradient":"","gradientActive":"","backgroundType":"normal","backgroundActiveType":"normal","boxShadow":[false,"#000000",0.200000000000000011102230246251565404236316680908203125,1,1,2,0,false],"boxShadowActive":[false,"#000000",0.40000000000000002220446049250313080847263336181640625,2,2,3,0,false],"gap":["","",""],"gapUnit":"px","labelStyle":"normal","basicStyles":true,"isDark":false},"properties":{"showRequired":{"type":"boolean"},"size":{"type":"string"},"padding":{"type":"array"},"tabletPadding":{"type":"array"},"mobilePadding":{"type":"array"},"paddingUnit":{"type":"string"},"requiredColor":{"type":"string"},"background":{"type":"string"},"backgroundActive":{"type":"string"},"borderActive":{"type":"string"},"placeholderColor":{"type":"string"},"gradient":{"type":"string"},"gradientActive":{"type":"string"},"backgroundType":{"type":"string"},"backgroundActiveType":{"type":"string"},"boxShadow":{"type":"array"},"boxShadowActive":{"type":"array"},"gap":{"type":"array"},"gapUnit":{"type":"string"},"labelStyle":{"type":"string"},"basicStyles":{"type":"boolean"},"isDark":{"type":"boolean"}},"additionalProperties":false},"_kad_form_background":{"type":"object","title":"","description":"","default":{"background":"","gradient":"","backgroundType":"normal"},"properties":{"background":{"type":"string"},"gradient":{"type":"string"},"backgroundType":{"type":"string"}},"additionalProperties":false},"_kad_form_labelFont":{"type":"object","title":"","description":"","default":{"color":"","size":["","",""],"sizeType":"px","lineHeight":["","",""],"lineType":"","letterSpacing":["","",""],"letterType":"px","textTransform":"","family":"","google":false,"style":"","weight":"","variant":"","subset":"","loadGoogle":true,"padding":["","","",""],"margin":["","","",""]},"properties":{"color":{"type":"string"},"size":{"type":"array"},"sizeType":{"type":"string"},"lineHeight":{"type":"array"},"lineType":{"type":"string"},"letterSpacing":{"type":"array"},"letterType":{"type":"string"},"textTransform":{"type":"string"},"family":{"type":"string"},"google":{"type":"boolean"},"style":{"type":"string"},"weight":{"type":"string"},"variant":{"type":"string"},"subset":{"type":"string"},"loadGoogle":{"type":"boolean"},"padding":{"type":"array"},"margin":{"type":"array"}},"additionalProperties":false},"_kad_form_radioLabelFont":{"type":"object","title":"","description":"","default":{"color":"","size":["","",""],"sizeType":"px","lineHeight":["","",""],"lineType":"","letterSpacing":["","",""],"letterType":"px","textTransform":"","family":"","google":false,"style":"","weight":"","variant":"","subset":"","loadGoogle":true},"properties":{"color":{"type":"string"},"size":{"type":"array"},"sizeType":{"type":"string"},"lineHeight":{"type":"array"},"lineType":{"type":"string"},"letterSpacing":{"type":"array"},"letterType":{"type":"string"},"textTransform":{"type":"string"},"family":{"type":"string"},"google":{"type":"boolean"},"style":{"type":"string"},"weight":{"type":"string"},"variant":{"type":"string"},"subset":{"type":"string"},"loadGoogle":{"type":"boolean"}},"additionalProperties":false},"_kad_form_helpFont":{"type":"object","title":"","description":"","default":{"color":"","size":["","",""],"sizeType":"px","lineHeight":["","",""],"lineType":"","letterSpacing":["","",""],"letterType":"px","textTransform":"","family":"","google":false,"style":"","weight":"","variant":"","subset":"","loadGoogle":true,"padding":["","","",""],"margin":["","","",""]},"properties":{"color":{"type":"string"},"size":{"type":"array"},"sizeType":{"type":"string"},"lineHeight":{"type":"array"},"lineType":{"type":"string"},"letterSpacing":{"type":"array"},"letterType":{"type":"string"},"textTransform":{"type":"string"},"family":{"type":"string"},"google":{"type":"boolean"},"style":{"type":"string"},"weight":{"type":"string"},"variant":{"type":"string"},"subset":{"type":"string"},"loadGoogle":{"type":"boolean"},"padding":{"type":"array"},"margin":{"type":"array"}},"additionalProperties":false},"_kad_form_messageBorderSuccess":{"type":"object","title":"","description":"","default":{"top":["","",""],"right":["","",""],"bottom":["","",""],"left":["","",""],"unit":""},"properties":{"top":{"type":"array"},"right":{"type":"array"},"bottom":{"type":"array"},"left":{"type":"array"},"unit":{"type":"string"}},"additionalProperties":false},"_kad_form_tabletMessageBorderSuccess":{"type":"object","title":"","description":"","default":{"top":["","",""],"right":["","",""],"bottom":["","",""],"left":["","",""],"unit":""},"properties":{"top":{"type":"array"},"right":{"type":"array"},"bottom":{"type":"array"},"left":{"type":"array"},"unit":{"type":"string"}},"additionalProperties":false},"_kad_form_mobileMessageBorderSuccess":{"type":"object","title":"","description":"","default":{"top":["","",""],"right":["","",""],"bottom":["","",""],"left":["","",""],"unit":""},"properties":{"top":{"type":"array"},"right":{"type":"array"},"bottom":{"type":"array"},"left":{"type":"array"},"unit":{"type":"string"}},"additionalProperties":false},"_kad_form_messageBorderError":{"type":"object","title":"","description":"","default":{"top":["","",""],"right":["","",""],"bottom":["","",""],"left":["","",""],"unit":""},"properties":{"top":{"type":"array"},"right":{"type":"array"},"bottom":{"type":"array"},"left":{"type":"array"},"unit":{"type":"string"}},"additionalProperties":false},"_kad_form_tabletMessageBorderError":{"type":"object","title":"","description":"","default":{"top":["","",""],"right":["","",""],"bottom":["","",""],"left":["","",""],"unit":""},"properties":{"top":{"type":"array"},"right":{"type":"array"},"bottom":{"type":"array"},"left":{"type":"array"},"unit":{"type":"string"}},"additionalProperties":false},"_kad_form_mobileMessageBorderError":{"type":"object","title":"","description":"","default":{"top":["","",""],"right":["","",""],"bottom":["","",""],"left":["","",""],"unit":""},"properties":{"top":{"type":"array"},"right":{"type":"array"},"bottom":{"type":"array"},"left":{"type":"array"},"unit":{"type":"string"}},"additionalProperties":false},"_kad_form_anchor":{"type":"string","title":"","description":"","default":""},"_kad_form_className":{"type":"string","title":"","description":"","default":""},"_kad_form_actions":{"type":"array","title":"","description":"","default":["email"],"items":{"type":"string"}},"_kad_form_padding":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_tabletPadding":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_mobilePadding":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_paddingUnit":{"type":"string","title":"","description":"","default":"px"},"_kad_form_margin":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_tabletMargin":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_mobileMargin":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_marginUnit":{"type":"string","title":"","description":"","default":"px"},"_kad_form_messageBorderRadius":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_tabletMessageBorderRadius":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_mobileMessageBorderRadius":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_messageBorderRadiusUnit":{"type":"string","title":"","description":"","default":"px"},"_kad_form_messagePadding":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_tableMessagePadding":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_mobileMessagePadding":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_messagePaddingUnit":{"type":"string","title":"","description":"","default":"px"},"_kad_form_messageMargin":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_tabletMessageMargin":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_mobileMessageMargin":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_messageMarginUnit":{"type":"string","title":"","description":"","default":"px"},"_kad_form_messageColor":{"type":"string","title":"","description":"","default":""},"_kad_form_messageBackground":{"type":"string","title":"","description":"","default":""},"_kad_form_messageColorError":{"type":"string","title":"","description":"","default":""},"_kad_form_messageBackgroundError":{"type":"string","title":"","description":"","default":""},"_kad_form_messageFont":{"type":"array","title":"","description":"","default":[{"size":["","",""],"sizetype":"px","lineHeight":["","",""],"lineType":"","letterSpacing":["","",""],"letterType":"px","textTransform":"","family":"","google":false,"style":"","weight":"","variant":"","subset":"","loadgoogle":true}],"items":{"type":"object","properties":{"size":{"type":"array"},"sizetype":{"type":"string"},"lineHeight":{"type":"array"},"lineType":{"type":"string"},"letterSpacing":{"type":"array"},"letterType":{"type":"string"},"textTransform":{"type":"string"},"family":{"type":"string"},"google":{"type":"boolean"},"style":{"type":"string"},"weight":{"type":"string"},"variant":{"type":"string"},"subset":{"type":"string"},"loadgoogle":{"type":"boolean"}},"additionalProperties":false}},"_kad_form_maxWidthUnit":{"type":"string","title":"","description":"","default":"px"},"_kad_form_maxWidth":{"type":"array","title":"","description":"","default":["","",""],"items":{"type":"string"}},"_kad_form_importId":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"The theme file to use to display the post.","type":"string","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion.","required":false}}}]},"\/wp\/v2\/kadence_form\/auto-draft":{"namespace":"wp\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/kadence_form\/auto-draft"}]}},"\/wp\/v2\/kadence_form\/(?P[\\d]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"\/wp\/v2\/kadence_form\/(?P[\\d]+)\/revisions\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer","required":false},"id":{"description":"Unique identifier for the revision.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer","required":false},"id":{"description":"Unique identifier for the revision.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Required to be true, as revisions do not support trashing.","required":false}}}]},"\/wp\/v2\/kadence_form\/(?P[\\d]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer","required":false},"date":{"description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the post unique to its type.","type":"string","required":false},"status":{"description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"A password to protect access to the content and excerpt.","type":"string","required":false},"title":{"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML content for the post, transformed for display.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"The ID for the author of the post.","type":"integer","required":false},"meta":{"description":"Meta fields.","type":"object","properties":{"_kadence_starter_templates_imported_post":{"type":"boolean","title":"","description":"","default":false},"_kad_post_transparent":{"type":"string","title":"","description":"","default":""},"_kad_post_title":{"type":"string","title":"","description":"","default":""},"_kad_post_layout":{"type":"string","title":"","description":"","default":""},"_kad_post_sidebar_id":{"type":"string","title":"","description":"","default":""},"_kad_post_content_style":{"type":"string","title":"","description":"","default":""},"_kad_post_vertical_padding":{"type":"string","title":"","description":"","default":""},"_kad_post_feature":{"type":"string","title":"","description":"","default":""},"_kad_post_feature_position":{"type":"string","title":"","description":"","default":""},"_kad_post_header":{"type":"boolean","title":"","description":"","default":false},"_kad_post_footer":{"type":"boolean","title":"","description":"","default":false},"footnotes":{"type":"string","title":"","description":"","default":""},"_kad_form_fields":{"type":"array","title":"","description":"","default":[],"items":{"type":"object","properties":{"uniqueID":{"type":"string"},"name":{"type":"string"},"label":{"type":"string"},"type":{"type":"string"}},"additionalProperties":false}},"_kad_form_email":{"type":"object","title":"","description":"","default":{"emailTo":"","subject":"","fromEmail":"","fromName":"","replyTo":"email_field","cc":"","bcc":"","html":true},"properties":{"emailTo":{"type":"string"},"subject":{"type":"string"},"fromEmail":{"type":"string"},"fromName":{"type":"string"},"replyTo":{"type":"string"},"cc":{"type":"string"},"bcc":{"type":"string"},"html":{"type":"boolean"}},"additionalProperties":false},"_kad_form_mailerlite":{"type":"object","title":"","description":"","default":{"group":[],"map":[]},"properties":{"group":{"type":"object","properties":{"value":{"type":"string"},"label":{"type":"string"}},"additionalProperties":false},"map":{"type":"object","additionalProperties":{"type":"string"}}},"additionalProperties":false},"_kad_form_fluentcrm":{"type":"object","title":"","description":"","default":{"lists":[],"tags":[],"map":[],"doubleOptin":false},"properties":{"lists":{"type":"array"},"tags":{"type":"array"},"map":{"type":"object","additionalProperties":{"type":"string"}},"doubleOptin":{"type":"boolean"}},"additionalProperties":false},"_kad_form_sendinblue":{"type":"object","title":"","description":"","default":{"lists":[],"map":[]},"properties":{"lists":{"type":"array"},"map":{"type":"object","additionalProperties":{"type":"string"}}},"additionalProperties":false},"_kad_form_mailchimp":{"type":"object","title":"","description":"","default":{"list":[],"map":[],"groups":[],"tags":[],"doubleOptin":false},"properties":{"list":{"type":"object","properties":{"value":{"type":"string"},"label":{"type":"string"}},"additionalProperties":false},"map":{"type":"object","additionalProperties":{"type":"string"}},"groups":{"type":"array"},"tags":{"type":"array"},"doubleOptin":{"type":"boolean"}},"additionalProperties":false},"_kad_form_getresponse":{"type":"object","title":"","description":"","default":{"automation":[],"tags":[],"map":[],"listMulti":[],"doubleOptin":false},"properties":{"automation":{"type":"object","properties":{"value":{"type":"string"},"label":{"type":"string"}},"additionalProperties":false},"tags":{"type":"array"},"map":{"type":"object","additionalProperties":{"type":"string"}},"listMulti":{"type":"array"},"doubleOptin":{"type":"boolean"}},"additionalProperties":false},"_kad_form_convertkit":{"type":"object","title":"","description":"","default":{"form":[],"sequence":[],"tags":[],"map":[]},"properties":{"form":{"type":"object","properties":{"value":{"type":"number"},"label":{"type":"string"}},"additionalProperties":false},"sequence":{"type":"object","properties":{"value":{"type":"number"},"label":{"type":"string"}},"additionalProperties":false},"tags":{"type":"array"},"map":{"type":"object","additionalProperties":{"type":"string"}}},"additionalProperties":false},"_kad_form_activecampaign":{"type":"object","title":"","description":"","default":{"list":[],"automation":[],"tags":[],"map":[],"listMulti":[],"doubleOptin":false},"properties":{"list":{"type":"object","properties":{"value":{"type":"string"},"label":{"type":"string"}},"additionalProperties":false},"automation":{"type":"object","properties":{"value":{"type":"string"},"label":{"type":"string"}},"additionalProperties":false},"tags":{"type":"array"},"map":{"type":"object","additionalProperties":{"type":"string"}},"listMulti":{"type":"array"},"doubleOptin":{"type":"boolean"}},"additionalProperties":false},"_kad_form_browserValidation":{"type":"boolean","title":"","description":"","default":true},"_kad_form_enableAnalytics":{"type":"boolean","title":"","description":"","default":false},"_kad_form_redirect":{"type":"string","title":"","description":"","default":""},"_kad_form_submitHide":{"type":"boolean","title":"","description":"","default":false},"_kad_form_recaptcha":{"type":"boolean","title":"","description":"","default":false},"_kad_form_recaptchaVersion":{"type":"string","title":"","description":"","default":"v3"},"_kad_form_webhook":{"type":"object","title":"","description":"","default":{"url":"","map":[]},"properties":{"url":{"type":"string"},"map":{"type":"object","additionalProperties":{"type":"string"}}},"additionalProperties":false},"_kad_form_autoEmail":{"type":"object","title":"","description":"","default":{"emailTo":"","subject":"","message":"","fromEmail":"","fromName":"","replyTo":"","cc":"","bcc":"","html":true},"properties":{"emailTo":{"type":"string"},"subject":{"type":"string"},"message":{"type":"string"},"fromEmail":{"type":"string"},"fromName":{"type":"string"},"replyTo":{"type":"string"},"cc":{"type":"string"},"bcc":{"type":"string"},"html":{"type":"boolean"}},"additionalProperties":false},"_kad_form_entry":{"type":"object","title":"","description":"","default":{"userIP":true,"userDevice":true},"properties":{"userIP":{"type":"boolean"},"userDevice":{"type":"boolean"}},"additionalProperties":false},"_kad_form_fieldBorderRadius":{"type":"array","title":"","description":"","default":["","","",""],"properties":["","","",""]},"_kad_form_tabletFieldBorderRadius":{"type":"array","title":"","description":"","default":["","","",""],"properties":["","","",""]},"_kad_form_mobileFieldBorderRadius":{"type":"array","title":"","description":"","default":["","","",""],"properties":["","","",""]},"_kad_form_fieldBorderRadiusUnit":{"type":"string","title":"","description":"","default":"px","properties":"px"},"_kad_form_description":{"type":"string","title":"","description":"","default":""},"_kad_form_fieldBorderStyle":{"type":"object","title":"","description":"","default":{"top":["","",""],"right":["","",""],"bottom":["","",""],"left":["","",""],"unit":""},"properties":{"top":{"type":"array"},"right":{"type":"array"},"bottom":{"type":"array"},"left":{"type":"array"},"unit":{"type":"string"}},"additionalProperties":false},"_kad_form_tabletFieldBorderStyle":{"type":"object","title":"","description":"","default":{"top":["","",""],"right":["","",""],"bottom":["","",""],"left":["","",""],"unit":""},"properties":{"top":{"type":"array"},"right":{"type":"array"},"bottom":{"type":"array"},"left":{"type":"array"},"unit":{"type":"string"}},"additionalProperties":false},"_kad_form_mobileFieldBorderStyle":{"type":"object","title":"","description":"","default":{"top":["","",""],"right":["","",""],"bottom":["","",""],"left":["","",""],"unit":""},"properties":{"top":{"type":"array"},"right":{"type":"array"},"bottom":{"type":"array"},"left":{"type":"array"},"unit":{"type":"string"}},"additionalProperties":false},"_kad_form_messages":{"type":"object","title":"","description":"","default":{"success":"","error":"","required":"","invalid":"","recaptchaerror":"","preError":""},"properties":{"success":{"type":"string"},"error":{"type":"string"},"required":{"type":"string"},"invalid":{"type":"string"},"recaptchaerror":{"type":"string"},"preError":{"type":"string"}},"additionalProperties":false},"_kad_form_inputFont":{"type":"object","title":"","description":"","default":{"color":"","colorActive":"","size":["","",""],"sizeType":"px","lineHeight":["","",""],"lineType":"","letterSpacing":["","",""],"letterType":"","textTransform":"","family":"","google":false,"style":"","weight":"","variant":"","subset":"","loadGoogle":true,"padding":["","","",""],"margin":["","","",""]},"properties":{"color":{"type":"string"},"colorActive":{"type":"string"},"size":{"type":"array"},"sizeType":{"type":"string"},"lineHeight":{"type":"array"},"lineType":{"type":"string"},"letterSpacing":{"type":"array"},"letterType":{"type":"string"},"textTransform":{"type":"string"},"family":{"type":"string"},"google":{"type":"boolean"},"style":{"type":"string"},"weight":{"type":"string"},"variant":{"type":"string"},"subset":{"type":"string"},"loadGoogle":{"type":"boolean"},"padding":{"type":"array"},"margin":{"type":"array"}},"additionalProperties":false},"_kad_form_style":{"type":"object","title":"","description":"","default":{"showRequired":true,"size":"standard","padding":["","","",""],"tabletPadding":["","","",""],"mobilePadding":["","","",""],"paddingUnit":"px","requiredColor":"","background":"","backgroundActive":"","borderActive":"","placeholderColor":"","gradient":"","gradientActive":"","backgroundType":"normal","backgroundActiveType":"normal","boxShadow":[false,"#000000",0.200000000000000011102230246251565404236316680908203125,1,1,2,0,false],"boxShadowActive":[false,"#000000",0.40000000000000002220446049250313080847263336181640625,2,2,3,0,false],"gap":["","",""],"gapUnit":"px","labelStyle":"normal","basicStyles":true,"isDark":false},"properties":{"showRequired":{"type":"boolean"},"size":{"type":"string"},"padding":{"type":"array"},"tabletPadding":{"type":"array"},"mobilePadding":{"type":"array"},"paddingUnit":{"type":"string"},"requiredColor":{"type":"string"},"background":{"type":"string"},"backgroundActive":{"type":"string"},"borderActive":{"type":"string"},"placeholderColor":{"type":"string"},"gradient":{"type":"string"},"gradientActive":{"type":"string"},"backgroundType":{"type":"string"},"backgroundActiveType":{"type":"string"},"boxShadow":{"type":"array"},"boxShadowActive":{"type":"array"},"gap":{"type":"array"},"gapUnit":{"type":"string"},"labelStyle":{"type":"string"},"basicStyles":{"type":"boolean"},"isDark":{"type":"boolean"}},"additionalProperties":false},"_kad_form_background":{"type":"object","title":"","description":"","default":{"background":"","gradient":"","backgroundType":"normal"},"properties":{"background":{"type":"string"},"gradient":{"type":"string"},"backgroundType":{"type":"string"}},"additionalProperties":false},"_kad_form_labelFont":{"type":"object","title":"","description":"","default":{"color":"","size":["","",""],"sizeType":"px","lineHeight":["","",""],"lineType":"","letterSpacing":["","",""],"letterType":"px","textTransform":"","family":"","google":false,"style":"","weight":"","variant":"","subset":"","loadGoogle":true,"padding":["","","",""],"margin":["","","",""]},"properties":{"color":{"type":"string"},"size":{"type":"array"},"sizeType":{"type":"string"},"lineHeight":{"type":"array"},"lineType":{"type":"string"},"letterSpacing":{"type":"array"},"letterType":{"type":"string"},"textTransform":{"type":"string"},"family":{"type":"string"},"google":{"type":"boolean"},"style":{"type":"string"},"weight":{"type":"string"},"variant":{"type":"string"},"subset":{"type":"string"},"loadGoogle":{"type":"boolean"},"padding":{"type":"array"},"margin":{"type":"array"}},"additionalProperties":false},"_kad_form_radioLabelFont":{"type":"object","title":"","description":"","default":{"color":"","size":["","",""],"sizeType":"px","lineHeight":["","",""],"lineType":"","letterSpacing":["","",""],"letterType":"px","textTransform":"","family":"","google":false,"style":"","weight":"","variant":"","subset":"","loadGoogle":true},"properties":{"color":{"type":"string"},"size":{"type":"array"},"sizeType":{"type":"string"},"lineHeight":{"type":"array"},"lineType":{"type":"string"},"letterSpacing":{"type":"array"},"letterType":{"type":"string"},"textTransform":{"type":"string"},"family":{"type":"string"},"google":{"type":"boolean"},"style":{"type":"string"},"weight":{"type":"string"},"variant":{"type":"string"},"subset":{"type":"string"},"loadGoogle":{"type":"boolean"}},"additionalProperties":false},"_kad_form_helpFont":{"type":"object","title":"","description":"","default":{"color":"","size":["","",""],"sizeType":"px","lineHeight":["","",""],"lineType":"","letterSpacing":["","",""],"letterType":"px","textTransform":"","family":"","google":false,"style":"","weight":"","variant":"","subset":"","loadGoogle":true,"padding":["","","",""],"margin":["","","",""]},"properties":{"color":{"type":"string"},"size":{"type":"array"},"sizeType":{"type":"string"},"lineHeight":{"type":"array"},"lineType":{"type":"string"},"letterSpacing":{"type":"array"},"letterType":{"type":"string"},"textTransform":{"type":"string"},"family":{"type":"string"},"google":{"type":"boolean"},"style":{"type":"string"},"weight":{"type":"string"},"variant":{"type":"string"},"subset":{"type":"string"},"loadGoogle":{"type":"boolean"},"padding":{"type":"array"},"margin":{"type":"array"}},"additionalProperties":false},"_kad_form_messageBorderSuccess":{"type":"object","title":"","description":"","default":{"top":["","",""],"right":["","",""],"bottom":["","",""],"left":["","",""],"unit":""},"properties":{"top":{"type":"array"},"right":{"type":"array"},"bottom":{"type":"array"},"left":{"type":"array"},"unit":{"type":"string"}},"additionalProperties":false},"_kad_form_tabletMessageBorderSuccess":{"type":"object","title":"","description":"","default":{"top":["","",""],"right":["","",""],"bottom":["","",""],"left":["","",""],"unit":""},"properties":{"top":{"type":"array"},"right":{"type":"array"},"bottom":{"type":"array"},"left":{"type":"array"},"unit":{"type":"string"}},"additionalProperties":false},"_kad_form_mobileMessageBorderSuccess":{"type":"object","title":"","description":"","default":{"top":["","",""],"right":["","",""],"bottom":["","",""],"left":["","",""],"unit":""},"properties":{"top":{"type":"array"},"right":{"type":"array"},"bottom":{"type":"array"},"left":{"type":"array"},"unit":{"type":"string"}},"additionalProperties":false},"_kad_form_messageBorderError":{"type":"object","title":"","description":"","default":{"top":["","",""],"right":["","",""],"bottom":["","",""],"left":["","",""],"unit":""},"properties":{"top":{"type":"array"},"right":{"type":"array"},"bottom":{"type":"array"},"left":{"type":"array"},"unit":{"type":"string"}},"additionalProperties":false},"_kad_form_tabletMessageBorderError":{"type":"object","title":"","description":"","default":{"top":["","",""],"right":["","",""],"bottom":["","",""],"left":["","",""],"unit":""},"properties":{"top":{"type":"array"},"right":{"type":"array"},"bottom":{"type":"array"},"left":{"type":"array"},"unit":{"type":"string"}},"additionalProperties":false},"_kad_form_mobileMessageBorderError":{"type":"object","title":"","description":"","default":{"top":["","",""],"right":["","",""],"bottom":["","",""],"left":["","",""],"unit":""},"properties":{"top":{"type":"array"},"right":{"type":"array"},"bottom":{"type":"array"},"left":{"type":"array"},"unit":{"type":"string"}},"additionalProperties":false},"_kad_form_anchor":{"type":"string","title":"","description":"","default":""},"_kad_form_className":{"type":"string","title":"","description":"","default":""},"_kad_form_actions":{"type":"array","title":"","description":"","default":["email"],"items":{"type":"string"}},"_kad_form_padding":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_tabletPadding":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_mobilePadding":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_paddingUnit":{"type":"string","title":"","description":"","default":"px"},"_kad_form_margin":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_tabletMargin":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_mobileMargin":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_marginUnit":{"type":"string","title":"","description":"","default":"px"},"_kad_form_messageBorderRadius":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_tabletMessageBorderRadius":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_mobileMessageBorderRadius":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_messageBorderRadiusUnit":{"type":"string","title":"","description":"","default":"px"},"_kad_form_messagePadding":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_tableMessagePadding":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_mobileMessagePadding":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_messagePaddingUnit":{"type":"string","title":"","description":"","default":"px"},"_kad_form_messageMargin":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_tabletMessageMargin":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_mobileMessageMargin":{"type":"array","title":"","description":"","default":["","","",""],"items":{"type":"string"}},"_kad_form_messageMarginUnit":{"type":"string","title":"","description":"","default":"px"},"_kad_form_messageColor":{"type":"string","title":"","description":"","default":""},"_kad_form_messageBackground":{"type":"string","title":"","description":"","default":""},"_kad_form_messageColorError":{"type":"string","title":"","description":"","default":""},"_kad_form_messageBackgroundError":{"type":"string","title":"","description":"","default":""},"_kad_form_messageFont":{"type":"array","title":"","description":"","default":[{"size":["","",""],"sizetype":"px","lineHeight":["","",""],"lineType":"","letterSpacing":["","",""],"letterType":"px","textTransform":"","family":"","google":false,"style":"","weight":"","variant":"","subset":"","loadgoogle":true}],"items":{"type":"object","properties":{"size":{"type":"array"},"sizetype":{"type":"string"},"lineHeight":{"type":"array"},"lineType":{"type":"string"},"letterSpacing":{"type":"array"},"letterType":{"type":"string"},"textTransform":{"type":"string"},"family":{"type":"string"},"google":{"type":"boolean"},"style":{"type":"string"},"weight":{"type":"string"},"variant":{"type":"string"},"subset":{"type":"string"},"loadgoogle":{"type":"boolean"}},"additionalProperties":false}},"_kad_form_maxWidthUnit":{"type":"string","title":"","description":"","default":"px"},"_kad_form_maxWidth":{"type":"array","title":"","description":"","default":["","",""],"items":{"type":"string"}},"_kad_form_importId":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"The theme file to use to display the post.","type":"string","required":false}}}]},"\/wp\/v2\/kadence_form\/(?P[\\d]+)\/autosaves\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer","required":false},"id":{"description":"The ID for the autosave.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/kadence_lottie":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"after":{"description":"Limit response to posts published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"modified_after":{"description":"Limit response to posts modified after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"before":{"description":"Limit response to posts published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"modified_before":{"description":"Limit response to posts modified before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"How to interpret the search input.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by post attribute.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"search_columns":{"default":[],"description":"Array of column names to be searched.","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"Limit result set to posts with one or more specific slugs.","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"Limit result set to posts assigned one or more statuses.","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"date":{"description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the post unique to its type.","type":"string","required":false},"status":{"description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"A password to protect access to the content and excerpt.","type":"string","required":false},"title":{"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML content for the post, transformed for display.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"template":{"description":"The theme file to use to display the post.","type":"string","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/kadence_lottie"}]}},"\/wp\/v2\/kadence_lottie\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"password":{"description":"The password for the post if it is password protected.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"date":{"description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the post unique to its type.","type":"string","required":false},"status":{"description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"A password to protect access to the content and excerpt.","type":"string","required":false},"title":{"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML content for the post, transformed for display.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"template":{"description":"The theme file to use to display the post.","type":"string","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion.","required":false}}}]},"\/wp\/v2\/kadence_lottie\/(?P[\\d]+)\/revisions":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"\/wp\/v2\/kadence_lottie\/(?P[\\d]+)\/revisions\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer","required":false},"id":{"description":"Unique identifier for the revision.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer","required":false},"id":{"description":"Unique identifier for the revision.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Required to be true, as revisions do not support trashing.","required":false}}}]},"\/wp\/v2\/kadence_lottie\/(?P[\\d]+)\/autosaves":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer","required":false},"date":{"description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the post unique to its type.","type":"string","required":false},"status":{"description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"A password to protect access to the content and excerpt.","type":"string","required":false},"title":{"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML content for the post, transformed for display.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"template":{"description":"The theme file to use to display the post.","type":"string","required":false}}}]},"\/wp\/v2\/kadence_lottie\/(?P[\\d]+)\/autosaves\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer","required":false},"id":{"description":"The ID for the autosave.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/types":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/types"}]}},"\/wp\/v2\/types\/(?P[\\w-]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"type":{"description":"An alphanumeric identifier for the post type.","type":"string","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/statuses":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/statuses"}]}},"\/wp\/v2\/statuses\/(?P[\\w-]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"status":{"description":"An alphanumeric identifier for the status.","type":"string","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/taxonomies":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"type":{"description":"Limit results to taxonomies associated with a specific post type.","type":"string","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/taxonomies"}]}},"\/wp\/v2\/taxonomies\/(?P[\\w-]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"taxonomy":{"description":"An alphanumeric identifier for the taxonomy.","type":"string","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/categories":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by term attribute.","type":"string","default":"name","enum":["id","include","name","slug","include_slugs","term_group","description","count"],"required":false},"hide_empty":{"description":"Whether to hide terms not assigned to any posts.","type":"boolean","default":false,"required":false},"parent":{"description":"Limit result set to terms assigned to a specific parent.","type":"integer","required":false},"post":{"description":"Limit result set to terms assigned to a specific post.","type":"integer","default":null,"required":false},"slug":{"description":"Limit result set to terms with one or more specific slugs.","type":"array","items":{"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"description":{"description":"HTML description of the term.","type":"string","required":false},"name":{"description":"HTML title for the term.","type":"string","required":true},"slug":{"description":"An alphanumeric identifier for the term unique to its type.","type":"string","required":false},"parent":{"description":"The parent term ID.","type":"integer","required":false},"meta":{"description":"Meta fields.","type":"object","properties":[],"required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/categories"}]}},"\/wp\/v2\/categories\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the term.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the term.","type":"integer","required":false},"description":{"description":"HTML description of the term.","type":"string","required":false},"name":{"description":"HTML title for the term.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the term unique to its type.","type":"string","required":false},"parent":{"description":"The parent term ID.","type":"integer","required":false},"meta":{"description":"Meta fields.","type":"object","properties":[],"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the term.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Required to be true, as terms do not support trashing.","required":false}}}]},"\/wp\/v2\/tags":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by term attribute.","type":"string","default":"name","enum":["id","include","name","slug","include_slugs","term_group","description","count"],"required":false},"hide_empty":{"description":"Whether to hide terms not assigned to any posts.","type":"boolean","default":false,"required":false},"post":{"description":"Limit result set to terms assigned to a specific post.","type":"integer","default":null,"required":false},"slug":{"description":"Limit result set to terms with one or more specific slugs.","type":"array","items":{"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"description":{"description":"HTML description of the term.","type":"string","required":false},"name":{"description":"HTML title for the term.","type":"string","required":true},"slug":{"description":"An alphanumeric identifier for the term unique to its type.","type":"string","required":false},"meta":{"description":"Meta fields.","type":"object","properties":[],"required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/tags"}]}},"\/wp\/v2\/tags\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the term.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the term.","type":"integer","required":false},"description":{"description":"HTML description of the term.","type":"string","required":false},"name":{"description":"HTML title for the term.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the term unique to its type.","type":"string","required":false},"meta":{"description":"Meta fields.","type":"object","properties":[],"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the term.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Required to be true, as terms do not support trashing.","required":false}}}]},"\/wp\/v2\/menus":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by term attribute.","type":"string","default":"name","enum":["id","include","name","slug","include_slugs","term_group","description","count"],"required":false},"hide_empty":{"description":"Whether to hide terms not assigned to any posts.","type":"boolean","default":false,"required":false},"post":{"description":"Limit result set to terms assigned to a specific post.","type":"integer","default":null,"required":false},"slug":{"description":"Limit result set to terms with one or more specific slugs.","type":"array","items":{"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"description":{"description":"HTML description of the term.","type":"string","required":false},"name":{"description":"HTML title for the term.","type":"string","required":true},"slug":{"description":"An alphanumeric identifier for the term unique to its type.","type":"string","required":false},"meta":{"description":"Meta fields.","type":"object","properties":[],"required":false},"locations":{"description":"The locations assigned to the menu.","type":"array","items":{"type":"string"},"required":false},"auto_add":{"description":"Whether to automatically add top level pages to this menu.","type":"boolean","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/menus"}]}},"\/wp\/v2\/menus\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the term.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the term.","type":"integer","required":false},"description":{"description":"HTML description of the term.","type":"string","required":false},"name":{"description":"HTML title for the term.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the term unique to its type.","type":"string","required":false},"meta":{"description":"Meta fields.","type":"object","properties":[],"required":false},"locations":{"description":"The locations assigned to the menu.","type":"array","items":{"type":"string"},"required":false},"auto_add":{"description":"Whether to automatically add top level pages to this menu.","type":"boolean","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the term.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Required to be true, as terms do not support trashing.","required":false}}}]},"\/wp\/v2\/wp_pattern_category":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by term attribute.","type":"string","default":"name","enum":["id","include","name","slug","include_slugs","term_group","description","count"],"required":false},"hide_empty":{"description":"Whether to hide terms not assigned to any posts.","type":"boolean","default":false,"required":false},"post":{"description":"Limit result set to terms assigned to a specific post.","type":"integer","default":null,"required":false},"slug":{"description":"Limit result set to terms with one or more specific slugs.","type":"array","items":{"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"description":{"description":"HTML description of the term.","type":"string","required":false},"name":{"description":"HTML title for the term.","type":"string","required":true},"slug":{"description":"An alphanumeric identifier for the term unique to its type.","type":"string","required":false},"meta":{"description":"Meta fields.","type":"object","properties":[],"required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/wp_pattern_category"}]}},"\/wp\/v2\/wp_pattern_category\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the term.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the term.","type":"integer","required":false},"description":{"description":"HTML description of the term.","type":"string","required":false},"name":{"description":"HTML title for the term.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the term unique to its type.","type":"string","required":false},"meta":{"description":"Meta fields.","type":"object","properties":[],"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the term.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Required to be true, as terms do not support trashing.","required":false}}}]},"\/wp\/v2\/users":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"default":"asc","description":"Order sort attribute ascending or descending.","enum":["asc","desc"],"type":"string","required":false},"orderby":{"default":"name","description":"Sort collection by user attribute.","enum":["id","include","name","registered_date","slug","include_slugs","email","url"],"type":"string","required":false},"slug":{"description":"Limit result set to users with one or more specific slugs.","type":"array","items":{"type":"string"},"required":false},"roles":{"description":"Limit result set to users matching at least one specific role provided. Accepts csv list or single role.","type":"array","items":{"type":"string"},"required":false},"capabilities":{"description":"Limit result set to users matching at least one specific capability provided. Accepts csv list or single capability.","type":"array","items":{"type":"string"},"required":false},"who":{"description":"Limit result set to users who are considered authors.","type":"string","enum":["authors"],"required":false},"has_published_posts":{"description":"Limit result set to users who have published posts.","type":["boolean","array"],"items":{"type":"string","enum":{"post":"post","page":"page","attachment":"attachment","nav_menu_item":"nav_menu_item","wp_block":"wp_block","wp_template":"wp_template","wp_template_part":"wp_template_part","wp_global_styles":"wp_global_styles","wp_navigation":"wp_navigation","wp_font_family":"wp_font_family","wp_font_face":"wp_font_face","kadence_form":"kadence_form","kadence_lottie":"kadence_lottie"}},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"username":{"description":"Login name for the user.","type":"string","required":true},"name":{"description":"Display name for the user.","type":"string","required":false},"first_name":{"description":"First name for the user.","type":"string","required":false},"last_name":{"description":"Last name for the user.","type":"string","required":false},"email":{"description":"The email address for the user.","type":"string","format":"email","required":true},"url":{"description":"URL of the user.","type":"string","format":"uri","required":false},"description":{"description":"Description of the user.","type":"string","required":false},"locale":{"description":"Locale for the user.","type":"string","enum":["","en_US"],"required":false},"nickname":{"description":"The nickname for the user.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the user.","type":"string","required":false},"roles":{"description":"Roles assigned to the user.","type":"array","items":{"type":"string"},"required":false},"password":{"description":"Password for the user (never included).","type":"string","required":true},"meta":{"description":"Meta fields.","type":"object","properties":{"persisted_preferences":{"type":"object","title":"","description":"","default":[],"context":["edit"],"properties":{"_modified":{"description":"The date and time the preferences were updated.","type":"string","format":"date-time","readonly":false}},"additionalProperties":true}},"required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/users"}]}},"\/wp\/v2\/users\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the user.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the user.","type":"integer","required":false},"username":{"description":"Login name for the user.","type":"string","required":false},"name":{"description":"Display name for the user.","type":"string","required":false},"first_name":{"description":"First name for the user.","type":"string","required":false},"last_name":{"description":"Last name for the user.","type":"string","required":false},"email":{"description":"The email address for the user.","type":"string","format":"email","required":false},"url":{"description":"URL of the user.","type":"string","format":"uri","required":false},"description":{"description":"Description of the user.","type":"string","required":false},"locale":{"description":"Locale for the user.","type":"string","enum":["","en_US"],"required":false},"nickname":{"description":"The nickname for the user.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the user.","type":"string","required":false},"roles":{"description":"Roles assigned to the user.","type":"array","items":{"type":"string"},"required":false},"password":{"description":"Password for the user (never included).","type":"string","required":false},"meta":{"description":"Meta fields.","type":"object","properties":{"persisted_preferences":{"type":"object","title":"","description":"","default":[],"context":["edit"],"properties":{"_modified":{"description":"The date and time the preferences were updated.","type":"string","format":"date-time","readonly":false}},"additionalProperties":true}},"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the user.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Required to be true, as users do not support trashing.","required":false},"reassign":{"type":"integer","description":"Reassign the deleted user's posts and links to this user ID.","required":true}}}]},"\/wp\/v2\/users\/me":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"username":{"description":"Login name for the user.","type":"string","required":false},"name":{"description":"Display name for the user.","type":"string","required":false},"first_name":{"description":"First name for the user.","type":"string","required":false},"last_name":{"description":"Last name for the user.","type":"string","required":false},"email":{"description":"The email address for the user.","type":"string","format":"email","required":false},"url":{"description":"URL of the user.","type":"string","format":"uri","required":false},"description":{"description":"Description of the user.","type":"string","required":false},"locale":{"description":"Locale for the user.","type":"string","enum":["","en_US"],"required":false},"nickname":{"description":"The nickname for the user.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the user.","type":"string","required":false},"roles":{"description":"Roles assigned to the user.","type":"array","items":{"type":"string"},"required":false},"password":{"description":"Password for the user (never included).","type":"string","required":false},"meta":{"description":"Meta fields.","type":"object","properties":{"persisted_preferences":{"type":"object","title":"","description":"","default":[],"context":["edit"],"properties":{"_modified":{"description":"The date and time the preferences were updated.","type":"string","format":"date-time","readonly":false}},"additionalProperties":true}},"required":false}}},{"methods":["DELETE"],"args":{"force":{"type":"boolean","default":false,"description":"Required to be true, as users do not support trashing.","required":false},"reassign":{"type":"integer","description":"Reassign the deleted user's posts and links to this user ID.","required":true}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/users\/me"}]}},"\/wp\/v2\/users\/(?P(?:[\\d]+|me))\/application-passwords":{"namespace":"wp\/v2","methods":["GET","POST","DELETE"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"app_id":{"description":"A UUID provided by the application to uniquely identify it. It is recommended to use an UUID v5 with the URL or DNS namespace.","type":"string","format":"uuid","required":false},"name":{"description":"The name of the application password.","type":"string","minLength":1,"pattern":".*\\S.*","required":true}}},{"methods":["DELETE"],"args":[]}]},"\/wp\/v2\/users\/(?P(?:[\\d]+|me))\/application-passwords\/introspect":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/users\/(?P(?:[\\d]+|me))\/application-passwords\/(?P[\\w\\-]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"app_id":{"description":"A UUID provided by the application to uniquely identify it. It is recommended to use an UUID v5 with the URL or DNS namespace.","type":"string","format":"uuid","required":false},"name":{"description":"The name of the application password.","type":"string","minLength":1,"pattern":".*\\S.*","required":false}}},{"methods":["DELETE"],"args":[]}]},"\/wp\/v2\/comments":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"after":{"description":"Limit response to comments published after a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"author":{"description":"Limit result set to comments assigned to specific user IDs. Requires authorization.","type":"array","items":{"type":"integer"},"required":false},"author_exclude":{"description":"Ensure result set excludes comments assigned to specific user IDs. Requires authorization.","type":"array","items":{"type":"integer"},"required":false},"author_email":{"default":null,"description":"Limit result set to that from a specific author email. Requires authorization.","format":"email","type":"string","required":false},"before":{"description":"Limit response to comments published before a given ISO8601 compliant date.","type":"string","format":"date-time","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by comment attribute.","type":"string","default":"date_gmt","enum":["date","date_gmt","id","include","post","parent","type"],"required":false},"parent":{"default":[],"description":"Limit result set to comments of specific parent IDs.","type":"array","items":{"type":"integer"},"required":false},"parent_exclude":{"default":[],"description":"Ensure result set excludes specific parent IDs.","type":"array","items":{"type":"integer"},"required":false},"post":{"default":[],"description":"Limit result set to comments assigned to specific post IDs.","type":"array","items":{"type":"integer"},"required":false},"status":{"default":"approve","description":"Limit result set to comments assigned a specific status. Requires authorization.","type":"string","required":false},"type":{"default":"comment","description":"Limit result set to comments assigned a specific type. Requires authorization.","type":"string","required":false},"password":{"description":"The password for the post if it is password protected.","type":"string","required":false}}},{"methods":["POST"],"args":{"author":{"description":"The ID of the user object, if author was a user.","type":"integer","required":false},"author_email":{"description":"Email address for the comment author.","type":"string","format":"email","required":false},"author_ip":{"description":"IP address for the comment author.","type":"string","format":"ip","required":false},"author_name":{"description":"Display name for the comment author.","type":"string","required":false},"author_url":{"description":"URL for the comment author.","type":"string","format":"uri","required":false},"author_user_agent":{"description":"User agent for the comment author.","type":"string","required":false},"content":{"description":"The content for the comment.","type":"object","properties":{"raw":{"description":"Content for the comment, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML content for the comment, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"date":{"description":"The date the comment was published, in the site's timezone.","type":"string","format":"date-time","required":false},"date_gmt":{"description":"The date the comment was published, as GMT.","type":"string","format":"date-time","required":false},"parent":{"default":0,"description":"The ID for the parent of the comment.","type":"integer","required":false},"post":{"default":0,"description":"The ID of the associated post object.","type":"integer","required":false},"status":{"description":"State of the comment.","type":"string","required":false},"meta":{"description":"Meta fields.","type":"object","properties":[],"required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/comments"}]}},"\/wp\/v2\/comments\/(?P[\\d]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the comment.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"password":{"description":"The password for the parent post of the comment (if the post is password protected).","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the comment.","type":"integer","required":false},"author":{"description":"The ID of the user object, if author was a user.","type":"integer","required":false},"author_email":{"description":"Email address for the comment author.","type":"string","format":"email","required":false},"author_ip":{"description":"IP address for the comment author.","type":"string","format":"ip","required":false},"author_name":{"description":"Display name for the comment author.","type":"string","required":false},"author_url":{"description":"URL for the comment author.","type":"string","format":"uri","required":false},"author_user_agent":{"description":"User agent for the comment author.","type":"string","required":false},"content":{"description":"The content for the comment.","type":"object","properties":{"raw":{"description":"Content for the comment, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML content for the comment, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"date":{"description":"The date the comment was published, in the site's timezone.","type":"string","format":"date-time","required":false},"date_gmt":{"description":"The date the comment was published, as GMT.","type":"string","format":"date-time","required":false},"parent":{"description":"The ID for the parent of the comment.","type":"integer","required":false},"post":{"description":"The ID of the associated post object.","type":"integer","required":false},"status":{"description":"State of the comment.","type":"string","required":false},"meta":{"description":"Meta fields.","type":"object","properties":[],"required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the comment.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion.","required":false},"password":{"description":"The password for the parent post of the comment (if the post is password protected).","type":"string","required":false}}}]},"\/wp\/v2\/search":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"type":{"default":"post","description":"Limit results to items of an object type.","type":"string","enum":["post","term","post-format"],"required":false},"subtype":{"default":"any","description":"Limit results to items of one or more object subtypes.","type":"array","items":{"enum":["post","page","category","post_tag","any"],"type":"string"},"required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/search"}]}},"\/wp\/v2\/block-renderer\/(?P[a-z0-9-]+\/[a-z0-9-]+)":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET","POST"],"args":{"name":{"description":"Unique registered name for the block.","type":"string","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["edit"],"default":"view","required":false},"attributes":{"description":"Attributes for the block.","type":"object","default":[],"required":false},"post_id":{"description":"ID of the post context.","type":"integer","required":false}}}]},"\/wp\/v2\/block-types":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"namespace":{"description":"Block namespace.","type":"string","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/block-types"}]}},"\/wp\/v2\/block-types\/(?P[a-zA-Z0-9_-]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"namespace":{"description":"Block namespace.","type":"string","required":false}}}]},"\/wp\/v2\/block-types\/(?P[a-zA-Z0-9_-]+)\/(?P[a-zA-Z0-9_-]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"name":{"description":"Block name.","type":"string","required":false},"namespace":{"description":"Block namespace.","type":"string","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/settings":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":[]},{"methods":["POST","PUT","PATCH"],"args":{"kadence_blocks_config_blocks":{"title":"","description":"Config Kadence Block Defaults","type":"string","required":false},"kadence_blocks_settings_blocks":{"title":"","description":"Config Kadence Block visibility settings","type":"string","required":false},"kadence_blocks_settings":{"title":"","description":"Config Kadence Block Settings","type":"string","required":false},"kadence_blocks_prophecy":{"title":"","description":"Config Kadence Block Prophecy AI","type":"string","required":false},"kadence_blocks_colors":{"title":"","description":"Config Kadence Blocks Color Palette","type":"string","required":false},"kadence_blocks_global":{"title":"","description":"Config Kadence Blocks Global Settings","type":"string","required":false},"kadence_blocks_recaptcha_site_key":{"title":"","description":"Google reCaptcha Site Key","type":"string","required":false},"kadence_blocks_recaptcha_secret_key":{"title":"","description":"Google reCaptcha Secret Key","type":"string","required":false},"kadence_blocks_recaptcha_language":{"title":"","description":"Google reCaptcha Language","type":"string","required":false},"kadence_blocks_turnstile_site_key":{"title":"","description":"Cloudflare Turnstile Site Key","type":"string","required":false},"kadence_blocks_turnstile_secret_key":{"title":"","description":"Cloudflare Turnstile Secret Key","type":"string","required":false},"kadence_blocks_hcaptcha_site_key":{"title":"","description":"hCaptcha Turnstile Site Key","type":"string","required":false},"kadence_blocks_hcaptcha_secret_key":{"title":"","description":"hCaptcha Secret Key","type":"string","required":false},"kadence_blocks_mailerlite_api":{"title":"","description":"MailerLite API Key","type":"string","required":false},"kadence_blocks_google_maps_api":{"title":"","description":"Google Maps API Key","type":"string","required":false},"kadence_blocks_cloud":{"title":"","description":"Config Kadence Blocks Cloud","type":"string","required":false},"kadence_blocks_wire_subscribe":{"title":"","description":"Subscribe to Wireframe library","type":"boolean","required":false},"kadence_blocks_convertkit_api":{"title":"","description":"ConvertKit API Key","type":"string","required":false},"kadence_blocks_activecampaign_api_key":{"title":"","description":"ConvertKit API Key","type":"string","required":false},"kadence_blocks_activecampaign_api_base":{"title":"","description":"ConvertKit API Key","type":"string","required":false},"kadence_theme_config":{"title":"","description":"Config Kadence Modules","type":"string","required":false},"kadence_starter_templates_config":{"title":"","description":"Config Kadence Starter Templates","type":"string","required":false},"title":{"title":"Title","description":"Site title.","type":"string","required":false},"description":{"title":"Tagline","description":"Site tagline.","type":"string","required":false},"url":{"title":"","description":"Site URL.","type":"string","format":"uri","required":false},"email":{"title":"","description":"This address is used for admin purposes, like new user notification.","type":"string","format":"email","required":false},"timezone":{"title":"","description":"A city in the same timezone as you.","type":"string","required":false},"date_format":{"title":"","description":"A date format for all date strings.","type":"string","required":false},"time_format":{"title":"","description":"A time format for all time strings.","type":"string","required":false},"start_of_week":{"title":"","description":"A day number of the week that the week should start on.","type":"integer","required":false},"language":{"title":"","description":"WordPress locale code.","type":"string","required":false},"use_smilies":{"title":"","description":"Convert emoticons like :-) and :-P to graphics on display.","type":"boolean","required":false},"default_category":{"title":"","description":"Default post category.","type":"integer","required":false},"default_post_format":{"title":"","description":"Default post format.","type":"string","required":false},"posts_per_page":{"title":"Maximum posts per page","description":"Blog pages show at most.","type":"integer","required":false},"show_on_front":{"title":"Show on front","description":"What to show on the front page","type":"string","required":false},"page_on_front":{"title":"Page on front","description":"The ID of the page that should be displayed on the front page","type":"integer","required":false},"page_for_posts":{"title":"","description":"The ID of the page that should display the latest posts","type":"integer","required":false},"default_ping_status":{"title":"","description":"Allow link notifications from other blogs (pingbacks and trackbacks) on new articles.","type":"string","enum":["open","closed"],"required":false},"default_comment_status":{"title":"Allow comments on new posts","description":"Allow people to submit comments on new posts.","type":"string","enum":["open","closed"],"required":false},"site_logo":{"title":"Logo","description":"Site logo.","type":"integer","required":false},"site_icon":{"title":"Icon","description":"Site icon.","type":"integer","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/settings"}]}},"\/wp\/v2\/themes":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"status":{"description":"Limit result set to themes assigned one or more statuses.","type":"array","items":{"enum":["active","inactive"],"type":"string"},"required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/themes"}]}},"\/wp\/v2\/themes\/(?P[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"stylesheet":{"description":"The theme's stylesheet. This uniquely identifies the theme.","type":"string","required":false}}}]},"\/wp\/v2\/plugins":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"status":{"description":"Limits results to plugins with the given status.","type":"array","items":{"type":"string","enum":["inactive","active"]},"required":false}}},{"methods":["POST"],"args":{"slug":{"type":"string","description":"WordPress.org plugin directory slug.","pattern":"[\\w\\-]+","required":true},"status":{"description":"The plugin activation status.","type":"string","enum":["inactive","active"],"default":"inactive","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/plugins"}]}},"\/wp\/v2\/plugins\/(?P[^.\\\/]+(?:\\\/[^.\\\/]+)?)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"plugin":{"type":"string","pattern":"[^.\\\/]+(?:\\\/[^.\\\/]+)?","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"plugin":{"type":"string","pattern":"[^.\\\/]+(?:\\\/[^.\\\/]+)?","required":false},"status":{"description":"The plugin activation status.","type":"string","enum":["inactive","active"],"required":false}}},{"methods":["DELETE"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"plugin":{"type":"string","pattern":"[^.\\\/]+(?:\\\/[^.\\\/]+)?","required":false}}}]},"\/wp\/v2\/sidebars":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/sidebars"}]}},"\/wp\/v2\/sidebars\/(?P[\\w-]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"The id of a registered sidebar","type":"string","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"widgets":{"description":"Nested widgets.","type":"array","items":{"type":["object","string"]},"required":false}}}]},"\/wp\/v2\/widget-types":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/widget-types"}]}},"\/wp\/v2\/widget-types\/(?P[a-zA-Z0-9_-]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"The widget type id.","type":"string","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp\/v2\/widget-types\/(?P[a-zA-Z0-9_-]+)\/encode":{"namespace":"wp\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"description":"The widget type id.","type":"string","required":true},"instance":{"description":"Current instance settings of the widget.","type":"object","required":false},"form_data":{"description":"Serialized widget form data to encode into instance settings.","type":"string","required":false}}}]},"\/wp\/v2\/widget-types\/(?P[a-zA-Z0-9_-]+)\/render":{"namespace":"wp\/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"description":"The widget type id.","type":"string","required":true},"instance":{"description":"Current instance settings of the widget.","type":"object","required":false}}}]},"\/wp\/v2\/widgets":{"namespace":"wp\/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"sidebar":{"description":"The sidebar to return widgets for.","type":"string","required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the widget.","type":"string","required":false},"id_base":{"description":"The type of the widget. Corresponds to ID in widget-types endpoint.","type":"string","required":false},"sidebar":{"default":"wp_inactive_widgets","description":"The sidebar the widget belongs to.","type":"string","required":true},"instance":{"description":"Instance settings of the widget, if supported.","type":"object","properties":{"encoded":{"description":"Base64 encoded representation of the instance settings.","type":"string","context":["edit"]},"hash":{"description":"Cryptographic hash of the instance settings.","type":"string","context":["edit"]},"raw":{"description":"Unencoded instance settings, if supported.","type":"object","context":["edit"]}},"required":false},"form_data":{"description":"URL-encoded form data from the widget admin form. Used to update a widget that does not support instance. Write only.","type":"string","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/widgets"}]}},"\/wp\/v2\/widgets\/(?P[\\w\\-]+)":{"namespace":"wp\/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the widget.","type":"string","required":false},"id_base":{"description":"The type of the widget. Corresponds to ID in widget-types endpoint.","type":"string","required":false},"sidebar":{"description":"The sidebar the widget belongs to.","type":"string","required":false},"instance":{"description":"Instance settings of the widget, if supported.","type":"object","properties":{"encoded":{"description":"Base64 encoded representation of the instance settings.","type":"string","context":["edit"]},"hash":{"description":"Cryptographic hash of the instance settings.","type":"string","context":["edit"]},"raw":{"description":"Unencoded instance settings, if supported.","type":"object","context":["edit"]}},"required":false},"form_data":{"description":"URL-encoded form data from the widget admin form. Used to update a widget that does not support instance. Write only.","type":"string","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"force":{"description":"Whether to force removal of the widget, or move it to the inactive sidebar.","type":"boolean","required":false}}}]},"\/wp\/v2\/block-directory\/search":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"term":{"description":"Limit result set to blocks matching the search term.","type":"string","minLength":1,"required":true}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/block-directory\/search"}]}},"\/wp\/v2\/pattern-directory\/patterns":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":100,"minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","minLength":1,"required":false},"category":{"description":"Limit results to those matching a category ID.","type":"integer","minimum":1,"required":false},"keyword":{"description":"Limit results to those matching a keyword ID.","type":"integer","minimum":1,"required":false},"slug":{"description":"Limit results to those matching a pattern (slug).","type":"array","required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by post attribute.","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","favorite_count"],"required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/pattern-directory\/patterns"}]}},"\/wp\/v2\/block-patterns\/patterns":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/block-patterns\/patterns"}]}},"\/wp\/v2\/block-patterns\/categories":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/block-patterns\/categories"}]}},"\/wp-site-health\/v1":{"namespace":"wp-site-health\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"wp-site-health\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp-site-health\/v1"}]}},"\/wp-site-health\/v1\/tests\/background-updates":{"namespace":"wp-site-health\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp-site-health\/v1\/tests\/background-updates"}]}},"\/wp-site-health\/v1\/tests\/loopback-requests":{"namespace":"wp-site-health\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp-site-health\/v1\/tests\/loopback-requests"}]}},"\/wp-site-health\/v1\/tests\/https-status":{"namespace":"wp-site-health\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp-site-health\/v1\/tests\/https-status"}]}},"\/wp-site-health\/v1\/tests\/dotorg-communication":{"namespace":"wp-site-health\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp-site-health\/v1\/tests\/dotorg-communication"}]}},"\/wp-site-health\/v1\/tests\/authorization-header":{"namespace":"wp-site-health\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp-site-health\/v1\/tests\/authorization-header"}]}},"\/wp-site-health\/v1\/directory-sizes":{"namespace":"wp-site-health\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp-site-health\/v1\/directory-sizes"}]}},"\/wp-site-health\/v1\/tests\/page-cache":{"namespace":"wp-site-health\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp-site-health\/v1\/tests\/page-cache"}]}},"\/wp-block-editor\/v1":{"namespace":"wp-block-editor\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"wp-block-editor\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp-block-editor\/v1"}]}},"\/wp-block-editor\/v1\/url-details":{"namespace":"wp-block-editor\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"url":{"description":"The URL to process.","type":"string","format":"uri","required":true}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp-block-editor\/v1\/url-details"}]}},"\/wp\/v2\/menu-locations":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/menu-locations"}]}},"\/wp\/v2\/menu-locations\/(?P[\\w-]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"location":{"description":"An alphanumeric identifier for the menu location.","type":"string","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"\/wp-block-editor\/v1\/export":{"namespace":"wp-block-editor\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp-block-editor\/v1\/export"}]}},"\/wp-block-editor\/v1\/navigation-fallback":{"namespace":"wp-block-editor\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp-block-editor\/v1\/navigation-fallback"}]}},"\/wp\/v2\/font-collections":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"Current page of the collection.","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"Maximum number of items to be returned in result set.","type":"integer","default":10,"minimum":1,"maximum":100,"required":false}}}],"_links":{"self":[{"href":"http:\/\/theafterworkentrepreneur.com\/index.php\/wp-json\/wp\/v2\/font-collections"}]}},"\/wp\/v2\/font-collections\/(?P[\\\/\\w-]+)":{"namespace":"wp\/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]}},"site_logo":0,"site_icon":0,"site_icon_url":"","_links":{"help":[{"href":"https:\/\/developer.wordpress.org\/rest-api\/"}]}}