:root{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33,69,230;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:24,58,214;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}@media not (prefers-reduced-motion){.components-animate__appear{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards}}.components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{transform-origin:top left}.components-animate__appear.is-from-top.is-from-right{transform-origin:top right}.components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{transform-origin:bottom left}.components-animate__appear.is-from-bottom.is-from-right{transform-origin:bottom right}@keyframes components-animate__appear-animation{0%{transform:translateY(-2em) scaleY(0) scaleX(0)}to{transform:translateY(0) scaleY(1) scaleX(1)}}@media not (prefers-reduced-motion){.components-animate__slide-in{animation:components-animate__slide-in-animation .1s cubic-bezier(0,0,.2,1);animation-fill-mode:forwards}.components-animate__slide-in.is-from-left{transform:translateX(100%)}.components-animate__slide-in.is-from-right{transform:translateX(-100%)}}@keyframes components-animate__slide-in-animation{to{transform:translateX(0)}}@media not (prefers-reduced-motion){.components-animate__loading{animation:components-animate__loading 1.6s ease-in-out infinite}}@keyframes components-animate__loading{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.components-autocomplete__popover .components-popover__content{min-width:200px;padding:8px}.components-autocomplete__result.components-button{display:flex;height:auto;min-height:36px;text-align:left;width:100%}.components-autocomplete__result.components-button:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-badge{align-items:center;background-color:color-mix(in srgb,#fff 90%,var(--base-color));border-radius:2px;box-sizing:border-box;color:color-mix(in srgb,#000 50%,var(--base-color));display:inline-flex;font-size:12px;font-weight:400;gap:2px;line-height:20px;max-width:100%;min-height:24px;padding:0 8px}.components-badge *,.components-badge :after,.components-badge :before{box-sizing:inherit}.components-badge:where(.is-default){background-color:#f0f0f0;color:#2f2f2f}.components-badge.has-icon{padding-inline-start:4px}.components-badge.is-info{--base-color:#3858e9}.components-badge.is-warning{--base-color:#f0b849}.components-badge.is-error{--base-color:#cc1818}.components-badge.is-success{--base-color:#4ab866}.components-badge__icon{flex-shrink:0}.components-badge__content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-button-group{display:inline-block}.components-button-group .components-button{border-radius:0;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e;display:inline-flex}.components-button-group .components-button+.components-button{margin-left:-1px}.components-button-group .components-button:first-child{border-radius:2px 0 0 2px}.components-button-group .components-button:last-child{border-radius:0 2px 2px 0}.components-button-group .components-button.is-primary,.components-button-group .components-button:focus{position:relative;z-index:1}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px #1e1e1e}.components-button{align-items:center;-webkit-appearance:none;background:none;border:0;border-radius:2px;box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;height:36px;margin:0;padding:6px 12px;text-decoration:none}@media not (prefers-reduced-motion){.components-button{transition:box-shadow .1s linear}}.components-button.is-next-40px-default-size{height:40px}.components-button:hover:not(:disabled,[aria-disabled=true]),.components-button[aria-expanded=true]{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:3px solid #0000}.components-button.is-primary{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff);outline:1px solid #0000;text-decoration:none;text-shadow:none;white-space:nowrap}.components-button.is-primary:hover:not(:disabled){background:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:active:not(:disabled){background:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));border-color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:active:enabled,.components-button.is-primary[aria-disabled=true]:enabled{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff6;outline:none}.components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled{box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 70%,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 70%);background-size:100px 100%;border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-secondary,.components-button.is-tertiary{outline:1px solid #0000}.components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){box-shadow:none}.components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.components-button.is-tertiary[aria-disabled=true],.components-button.is-tertiary[aria-disabled=true]:hover{background:#0000;color:#949494;transform:none}.components-button.is-secondary{background:#0000;box-shadow:inset 0 0 0 1px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 0 0 currentColor;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:1px solid #0000;white-space:nowrap}.components-button.is-secondary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);box-shadow:inset 0 0 0 1px var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-secondary:disabled:not(:focus),.components-button.is-secondary[aria-disabled=true]:hover:not(:focus),.components-button.is-secondary[aria-disabled=true]:not(:focus){box-shadow:inset 0 0 0 1px #ddd}.components-button.is-secondary:focus:not(:disabled){box-shadow:0 0 0 currentColor inset,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-tertiary{background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));white-space:nowrap}.components-button.is-tertiary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 8%,#0000)}p+.components-button.is-tertiary{margin-left:-6px}.components-button.is-tertiary:disabled:not(:focus),.components-button.is-tertiary[aria-disabled=true]:hover:not(:focus),.components-button.is-tertiary[aria-disabled=true]:not(:focus){box-shadow:none;outline:none}.components-button.is-destructive{--wp-components-color-accent:#cc1818;--wp-components-color-accent-darker-10:#9e1313;--wp-components-color-accent-darker-20:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link){color:#cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled,[aria-disabled=true]){color:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled,[aria-disabled=true]){background:#ccc}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):disabled,.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link)[aria-disabled=true]{color:#949494}.components-button.is-destructive.is-secondary:hover:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:hover:not(:disabled,[aria-disabled=true]){background:#cc18180a}.components-button.is-destructive.is-secondary:active:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:#cc181814}.components-button.is-link{background:none;border:0;border-radius:0;box-shadow:none;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));height:auto;margin:0;outline:none;padding:0;text-align:left;text-decoration:underline}@media not (prefers-reduced-motion){.components-button.is-link{transition-duration:.05s;transition-property:border,background,color;transition-timing-function:ease-in-out}}.components-button.is-link:focus{border-radius:2px}.components-button.is-link:disabled,.components-button.is-link[aria-disabled=true]{color:#949494}.components-button:not(:disabled,[aria-disabled=true]):active{color:var(--wp-components-color-foreground,#1e1e1e)}.components-button:disabled,.components-button[aria-disabled=true]{color:#949494;cursor:default}.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,#fafafa 33%,#e0e0e0 0,#e0e0e0 70%,#fafafa 0);background-size:100px 100%}@media not (prefers-reduced-motion){.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation:components-button__busy-animation 2.5s linear infinite}}.components-button.is-compact{height:32px}.components-button.is-compact.has-icon:not(.has-text){min-width:32px;padding:0;width:32px}.components-button.is-small{font-size:11px;height:24px;line-height:22px;padding:0 8px}.components-button.is-small.has-icon:not(.has-text){min-width:24px;padding:0;width:24px}.components-button.has-icon{justify-content:center;min-width:36px;padding:6px}.components-button.has-icon.is-next-40px-default-size{min-width:40px}.components-button.has-icon .dashicon{align-items:center;box-sizing:initial;display:inline-flex;justify-content:center;padding:2px}.components-button.has-icon.has-text{gap:4px;justify-content:start;padding-left:8px;padding-right:12px}.components-button.is-pressed,.components-button.is-pressed:hover{color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:hover:not(:disabled,[aria-disabled=true]),.components-button.is-pressed:not(:disabled,[aria-disabled=true]){background:var(--wp-components-color-foreground,#1e1e1e)}.components-button.is-pressed:disabled,.components-button.is-pressed[aria-disabled=true]{color:#949494}.components-button.is-pressed:disabled:not(.is-primary):not(.is-secondary):not(.is-tertiary),.components-button.is-pressed[aria-disabled=true]:not(.is-primary):not(.is-secondary):not(.is-tertiary){background:#949494;color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-button svg{fill:currentColor;outline:none}@media (forced-colors:active){.components-button svg{fill:CanvasText}}.components-button .components-visually-hidden{height:auto}@keyframes components-button__busy-animation{0%{background-position:200px 0}}.components-checkbox-control{--checkbox-input-size:24px;--checkbox-input-margin:8px}@media (min-width:600px){.components-checkbox-control{--checkbox-input-size:16px}}.components-checkbox-control__label{cursor:pointer;line-height:var(--checkbox-input-size)}.components-checkbox-control__input[type=checkbox]{appearance:none;background:#fff;border:1px solid #1e1e1e;border-radius:2px;box-shadow:0 0 0 #0000;clear:none;color:#1e1e1e;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:var(--checkbox-input-size);line-height:normal;line-height:0;margin:0 4px 0 0;outline:0;padding:6px 8px;padding:0!important;text-align:center;transition:none;vertical-align:top;width:var(--checkbox-input-size)}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{font-size:13px;line-height:normal}}.components-checkbox-control__input[type=checkbox]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]::-moz-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{margin:-4px 0 0 -5px}}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{content:"\f460";display:inline-block;float:left;font:normal 30px/1 dashicons;vertical-align:middle;width:16px;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:782px){.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{float:none;font-size:21px}}.components-checkbox-control__input[type=checkbox]:disabled,.components-checkbox-control__input[type=checkbox][aria-disabled=true]{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:border-color .1s ease-in-out}}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-checkbox-control__input[type=checkbox]:checked,.components-checkbox-control__input[type=checkbox]:indeterminate{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-checkbox-control__input[type=checkbox]:checked::-ms-check,.components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before{content:none}.components-checkbox-control__input-container{aspect-ratio:1;display:inline-block;flex-shrink:0;line-height:1;margin-right:var(--checkbox-input-margin);position:relative;vertical-align:middle;width:var(--checkbox-input-size)}svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:var(--checkbox-input-size);fill:#fff;cursor:pointer;height:var(--checkmark-size);left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;width:var(--checkmark-size)}@media (min-width:600px){svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:calc(var(--checkbox-input-size) + 4px)}}.components-checkbox-control__help{display:inline-block;margin-inline-start:calc(var(--checkbox-input-size) + var(--checkbox-input-margin))}.components-circular-option-picker{display:inline-block;min-width:188px;width:100%}.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper{display:flex;justify-content:flex-end;margin-top:12px}.components-circular-option-picker .components-circular-option-picker__swatches{display:flex;flex-wrap:wrap;gap:12px;position:relative;z-index:1}.components-circular-option-picker>:not(.components-circular-option-picker__swatches){position:relative;z-index:0}.components-circular-option-picker__option-wrapper{display:inline-block;height:28px;transform:scale(1);vertical-align:top;width:28px}@media not (prefers-reduced-motion){.components-circular-option-picker__option-wrapper{transition:transform .1s ease;will-change:transform}}.components-circular-option-picker__option-wrapper:hover{transform:scale(1.2)}.components-circular-option-picker__option-wrapper>div{height:100%;width:100%}.components-circular-option-picker__option-wrapper:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555D65' d='M6 8V6H4v2zm2 0V6h2v2zm2 8H8v-2h2zm2 0v-2h2v2zm0 2v-2h-2v2H8v2h2v-2zm2 0v2h-2v-2zm2 0h-2v-2h2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2zm-2-4v-2h2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' d='M18 18v2h-2v-2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2zm0 2v-2H6v2zm2 0v-2h2v2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4zm0 4V2H2v2zm2 0V2h2v2zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2z' clip-rule='evenodd'/%3E%3C/svg%3E");border-radius:50%;bottom:1px;content:"";left:1px;position:absolute;right:1px;top:1px;z-index:-1}.components-circular-option-picker__option{aspect-ratio:1;background:#0000;border:none;border-radius:50%;box-shadow:inset 0 0 0 14px;cursor:pointer;display:inline-block;height:100%!important;vertical-align:top}@media not (prefers-reduced-motion){.components-circular-option-picker__option{transition:box-shadow .1s ease}}.components-circular-option-picker__option:hover{box-shadow:inset 0 0 0 14px!important}.components-circular-option-picker__option[aria-pressed=true],.components-circular-option-picker__option[aria-selected=true]{box-shadow:inset 0 0 0 4px;overflow:visible;position:relative;z-index:1}.components-circular-option-picker__option[aria-pressed=true]+svg,.components-circular-option-picker__option[aria-selected=true]+svg{border-radius:50%;left:2px;pointer-events:none;position:absolute;top:2px;z-index:2}.components-circular-option-picker__option:after{border:1px solid #0000;border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px #0003;box-sizing:inherit;content:"";left:-1px;position:absolute;right:-1px;top:-1px}.components-circular-option-picker__option:focus:after{border:2px solid #757575;border-radius:50%;box-shadow:inset 0 0 0 2px #fff;content:"";height:calc(100% + 4px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% + 4px)}.components-circular-option-picker__option.components-button:focus{background-color:initial;box-shadow:inset 0 0 0 14px;outline:none}.components-circular-option-picker__button-action .components-circular-option-picker__option{background:#fff;color:#fff}.components-circular-option-picker__dropdown-link-action{margin-right:16px}.components-circular-option-picker__dropdown-link-action .components-button{line-height:22px}.components-palette-edit__popover-gradient-picker{padding:8px;width:260px}.components-dropdown-menu__menu .components-palette-edit__menu-button{width:100%}.component-color-indicator{background:#fff linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);border-radius:50%;box-shadow:inset 0 0 0 1px #0003;display:inline-block;height:20px;padding:0;width:20px}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{border:none;box-shadow:none;font-family:inherit;font-size:16px;line-height:inherit;margin:0;min-height:auto;padding:2px;width:100%}@media (min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none}.components-combobox-control__suggestions-container{align-items:flex-start;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:0;width:100%}@media not (prefers-reduced-motion){.components-combobox-control__suggestions-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-combobox-control__suggestions-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container::-moz-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container:-ms-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-combobox-control__suggestions-container .components-spinner{margin:0}.components-color-palette__custom-color-wrapper{position:relative;z-index:0}.components-color-palette__custom-color-button{background:none;border:none;border-radius:4px 4px 0 0;box-shadow:inset 0 0 0 1px #0003;box-sizing:border-box;cursor:pointer;height:64px;outline:1px solid #0000;position:relative;width:100%}.components-color-palette__custom-color-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-width:2px}.components-color-palette__custom-color-button:after{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,24px 24px;background-size:48px 48px;border-radius:3px 3px 0 0;content:"";inset:1px;position:absolute;z-index:-1}.components-color-palette__custom-color-text-wrapper{border-radius:0 0 4px 4px;box-shadow:inset 0 -1px 0 0 #0003,inset 1px 0 0 0 #0003,inset -1px 0 0 0 #0003;font-size:13px;padding:12px 16px;position:relative}.components-color-palette__custom-color-name{color:var(--wp-components-color-foreground,#1e1e1e);margin:0 1px}.components-color-palette__custom-color-value{color:#757575}.components-color-palette__custom-color-value--is-hex{text-transform:uppercase}.components-color-palette__custom-color-value:empty:after{content:"​";visibility:hidden}.components-custom-gradient-picker__gradient-bar{border-radius:2px;height:48px;position:relative;width:100%;z-index:1}.components-custom-gradient-picker__gradient-bar.has-gradient{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background{inset:0;position:absolute}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{margin-left:auto;margin-right:auto;position:relative;width:calc(100% - 48px)}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown{display:flex;height:16px;position:absolute;top:16px;width:16px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown{background:#fff;border-radius:50%;color:#1e1e1e;height:inherit;min-width:16px!important;padding:2px;position:relative;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg{height:100%;width:100%}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button{border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 2px 0 #00000040;height:inherit;outline:2px solid #0000;padding:0;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff,0 0 2px 0 #00000040;outline:1.5px solid #0000}.components-custom-gradient-picker__remove-control-point-wrapper{padding-bottom:8px}.components-custom-gradient-picker__inserter{direction:ltr}.components-custom-gradient-picker__liner-gradient-indicator{display:inline-block;flex:0 auto;height:20px;width:20px}.components-custom-gradient-picker__ui-line{position:relative;z-index:0}.block-editor-dimension-control .components-base-control__field{align-items:center;display:flex}.block-editor-dimension-control .components-base-control__label{align-items:center;display:flex;margin-bottom:0;margin-right:1em}.block-editor-dimension-control .components-base-control__label .dashicon{margin-right:.5em}.block-editor-dimension-control.is-manual .components-base-control__label{width:10em}body.is-dragging-components-draggable{cursor:move;cursor:grabbing!important}.components-draggable__invisible-drag-image{height:50px;left:-1000px;position:fixed;width:50px}.components-draggable__clone{background:#0000;padding:0;pointer-events:none;position:fixed;z-index:1000000000}.components-drop-zone{border-radius:2px;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;visibility:hidden;z-index:40}.components-drop-zone.is-active{opacity:1;visibility:visible}.components-drop-zone .components-drop-zone__content{align-items:center;background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));bottom:0;color:#fff;display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:50}.components-drop-zone .components-drop-zone__content-inner{opacity:0;transform:scale(.9)}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{opacity:1}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{transition:opacity .2s ease-in-out}}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{opacity:1;transform:scale(1)}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{transition:opacity .1s ease-in-out .1s,transform .1s ease-in-out .1s}}.components-drop-zone__content-icon,.components-drop-zone__content-text{display:block}.components-drop-zone__content-icon{line-height:0;margin:0 auto 8px;fill:currentColor;pointer-events:none}.components-drop-zone__content-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-dropdown{display:inline-block}.components-dropdown__content .components-popover__content{padding:8px}.components-dropdown__content .components-popover__content:has(.components-menu-group){padding:0}.components-dropdown__content .components-popover__content:has(.components-menu-group) .components-dropdown-menu__menu>.components-menu-item__button,.components-dropdown__content .components-popover__content:has(.components-menu-group)>.components-menu-item__button{margin:8px;width:auto}.components-dropdown__content [role=menuitem]{white-space:nowrap}.components-dropdown__content .components-menu-group{padding:8px}.components-dropdown__content .components-menu-group+.components-menu-group{border-top:1px solid #ccc;padding:8px}.components-dropdown__content.is-alternate .components-menu-group+.components-menu-group{border-color:#1e1e1e}.components-dropdown-menu__toggle{vertical-align:top}.components-dropdown-menu__menu{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.4;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{cursor:pointer;outline:none;padding:6px;white-space:nowrap;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{margin-top:6px;overflow:visible;position:relative}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{background-color:#ddd;box-sizing:initial;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:-3px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-menu-item.is-active svg{background:#1e1e1e;border-radius:1px;box-shadow:0 0 0 1px #1e1e1e;color:#fff}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,.components-dropdown-menu__menu .components-menu-item.is-icon-only{width:auto}.components-dropdown-menu__menu .components-menu-item__button,.components-dropdown-menu__menu .components-menu-item__button.components-button{height:auto;min-height:40px;padding-left:8px;padding-right:8px;text-align:left}.components-duotone-picker__color-indicator:before{background:#0000}.components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);color:#0000}.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{color:#0000}.components-color-list-picker,.components-color-list-picker__swatch-button{width:100%}.components-color-list-picker__color-picker{margin:8px 0}.components-color-list-picker__swatch-color{margin:2px}.components-external-link{text-decoration:none}.components-external-link__contents{text-decoration:underline}.components-external-link__icon{font-weight:400;margin-left:.5ch}.components-form-toggle{display:inline-block;height:16px;position:relative}.components-form-toggle .components-form-toggle__track{background-color:#fff;border:1px solid #949494;border-radius:8px;box-sizing:border-box;content:"";display:inline-block;height:16px;overflow:hidden;position:relative;vertical-align:top;width:32px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track{transition:background-color .2s ease,border-color .2s ease}}.components-form-toggle .components-form-toggle__track:after{border-top:16px solid #0000;box-sizing:border-box;content:"";inset:0;opacity:0;position:absolute}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track:after{transition:opacity .2s ease}}.components-form-toggle .components-form-toggle__thumb{background-color:#1e1e1e;border:6px solid #0000;border-radius:50%;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;box-sizing:border-box;display:block;height:12px;left:2px;position:absolute;top:2px;width:12px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__thumb{transition:transform .2s ease,background-color .2s ease-out}}.components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-toggle.is-checked .components-form-toggle__track:after{opacity:1}.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:2px}.components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff;border-width:0;transform:translateX(16px)}.components-disabled .components-form-toggle,.components-form-toggle.is-disabled{opacity:.3}.components-form-toggle input.components-form-toggle__input[type=checkbox]{border:none;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked{background:none}.components-form-toggle input.components-form-toggle__input[type=checkbox]:before{content:""}.components-form-toggle input.components-form-toggle__input[type=checkbox]:not(:disabled,[aria-disabled=true]){cursor:pointer}.components-form-token-field__input-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;cursor:text;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:0;width:100%}@media not (prefers-reduced-motion){.components-form-token-field__input-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-form-token-field__input-container{font-size:13px;line-height:normal}}.components-form-token-field__input-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-form-token-field__input-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container::-moz-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container:-ms-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.components-form-token-field__input-container.is-active{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:#1e1e1e;display:inline-block;flex:1;font-family:inherit;font-size:16px;margin-left:4px;max-width:100%;min-height:24px;min-width:50px;padding:0;width:100%}@media (min-width:600px){.components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{box-shadow:none;outline:none}.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;max-width:100%}.components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.components-form-token-field__token.is-borderless{padding:0 24px 0 0;position:relative}.components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:#0000}.components-form-token-field__token.is-borderless:not(.is-disabled) .components-form-token-field__token-text{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:#0000;color:#757575;position:absolute;right:0;top:1px}.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{color:#cc1818;padding:0 4px 0 6px}.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;min-width:unset}@media not (prefers-reduced-motion){.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{transition:all .2s cubic-bezier(.4,1,.4,1)}}.components-form-token-field__token-text{border-radius:1px 0 0 1px;line-height:24px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.components-form-token-field__remove-token.components-button{border-radius:0 1px 1px 0;color:#1e1e1e;line-height:10px;overflow:initial}.components-form-token-field__remove-token.components-button:hover:not(:disabled){color:#1e1e1e}.components-form-token-field__suggestions-list{box-shadow:inset 0 1px 0 0 #949494;flex:1 0 100%;list-style:none;margin:0;max-height:128px;min-width:100%;overflow-y:auto;padding:0}@media not (prefers-reduced-motion){.components-form-token-field__suggestions-list{transition:all .15s ease-in-out}}.components-form-token-field__suggestion{box-sizing:border-box;color:#1e1e1e;display:block;font-size:13px;margin:0;min-height:32px;padding:8px 12px}.components-form-token-field__suggestion.is-selected{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff}.components-form-token-field__suggestion[aria-disabled=true]{color:#949494;pointer-events:none}.components-form-token-field__suggestion[aria-disabled=true].is-selected{background-color:rgba(var(--wp-components-color-accent--rgb,var(--wp-admin-theme-color--rgb)),.04)}.components-form-token-field__suggestion:not(.is-empty){cursor:pointer}@media (min-width:600px){.components-guide{width:600px}}.components-guide .components-modal__content{margin-top:0;padding:0}.components-guide .components-modal__content:before{content:none}.components-guide .components-modal__header{border-bottom:none;height:60px;padding:0;position:sticky}.components-guide .components-modal__header .components-button{align-self:flex-start;margin:8px 8px 0 0;position:static}.components-guide .components-modal__header .components-button:hover svg{fill:#fff}.components-guide .components-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-60px;min-height:100%}.components-guide .components-guide__page{display:flex;flex-direction:column;justify-content:center;position:relative}@media (min-width:600px){.components-guide .components-guide__page{min-height:300px}}.components-guide .components-guide__footer{align-content:center;display:flex;height:36px;justify-content:center;margin:0 0 24px;padding:0 32px;position:relative;width:100%}.components-guide .components-guide__page-control{margin:0;text-align:center}.components-guide .components-guide__page-control li{display:inline-block;margin:0}.components-guide .components-guide__page-control .components-button{color:#e0e0e0;margin:-6px 0}.components-guide .components-guide__page-control li[aria-current=step] .components-button{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-modal__frame.components-guide{border:none;max-height:575px;min-width:312px}@media (max-width:600px){.components-modal__frame.components-guide{margin:auto;max-width:calc(100vw - 32px)}}.components-button.components-guide__back-button,.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{position:absolute}.components-button.components-guide__back-button{left:32px}.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{right:32px}[role=region]{position:relative}.is-focusing-regions [role=region]:focus:after,[role=region].interface-interface-skeleton__content:focus-visible:after{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1000000}.is-focusing-regions .editor-post-publish-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel,.is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel,.is-focusing-regions [role=region]:focus:after,.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header,[role=region].interface-interface-skeleton__content:focus-visible:after{outline-color:var(--wp-admin-theme-color);outline-offset:calc(((-1*var(--wp-admin-border-width-focus))/var(--wp-block-editor-iframe-zoom-out-scale, 1))*2);outline-style:solid;outline-width:calc((var(--wp-admin-border-width-focus)/var(--wp-block-editor-iframe-zoom-out-scale, 1))*2)}.components-menu-group+.components-menu-group{border-top:1px solid #1e1e1e;padding-top:8px}.components-menu-group+.components-menu-group.has-hidden-separator{border-top:none;margin-top:0;padding-top:0}.components-menu-group:has(>div:empty){display:none}.components-menu-group__label{color:#757575;font-size:11px;font-weight:500;margin-bottom:12px;margin-top:4px;padding:0 8px;text-transform:uppercase;white-space:nowrap}.components-menu-item__button,.components-menu-item__button.components-button{width:100%}.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child{box-sizing:initial;padding-right:48px}.components-menu-item__button .components-menu-items__item-icon,.components-menu-item__button.components-button .components-menu-items__item-icon{display:inline-block;flex:0 0 auto}.components-menu-item__button .components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right{margin-left:24px;margin-right:-2px}.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right{margin-left:8px}.components-menu-item__button .block-editor-block-icon,.components-menu-item__button.components-button .block-editor-block-icon{margin-left:-2px;margin-right:8px}.components-menu-item__button.components-button.is-primary,.components-menu-item__button.is-primary{justify-content:center}.components-menu-item__button.components-button.is-primary .components-menu-item__item,.components-menu-item__button.is-primary .components-menu-item__item{margin-right:0}.components-menu-item__button.components-button:disabled.is-tertiary,.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,.components-menu-item__button:disabled.is-tertiary,.components-menu-item__button[aria-disabled=true].is-tertiary{background:none;color:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));opacity:.3}.components-menu-item__info-wrapper{display:flex;flex-direction:column;margin-right:auto}.components-menu-item__info{color:#757575;font-size:12px;margin-top:4px;white-space:normal}.components-menu-item__item{align-items:center;display:inline-flex;margin-right:auto;min-width:160px;white-space:nowrap}.components-menu-item__shortcut{align-self:center;color:currentColor;display:none;margin-left:auto;margin-right:0;padding-left:24px}@media (min-width:480px){.components-menu-item__shortcut{display:inline}}.components-menu-items-choice,.components-menu-items-choice.components-button{height:auto;min-height:40px}.components-menu-items-choice svg,.components-menu-items-choice.components-button svg{margin-right:12px}.components-menu-items-choice.components-button.has-icon,.components-menu-items-choice.has-icon{padding-left:12px}.components-modal__screen-overlay{background-color:#00000059;bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:100000}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.components-modal__screen-overlay{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards}}@keyframes __wp-base-styles-fade-out{0%{opacity:1}to{opacity:0}}@media not (prefers-reduced-motion){.components-modal__screen-overlay.is-animating-out{animation:__wp-base-styles-fade-out .08s linear 80ms;animation-fill-mode:forwards}}.components-modal__frame{animation-fill-mode:forwards;animation-name:components-modal__appear-animation;animation-timing-function:cubic-bezier(.29,0,0,1);background:#fff;border-radius:8px 8px 0 0;box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005;box-sizing:border-box;display:flex;margin:40px 0 0;overflow:hidden;width:100%}.components-modal__frame *,.components-modal__frame :after,.components-modal__frame :before{box-sizing:inherit}@media not (prefers-reduced-motion){.components-modal__frame{animation-duration:var(--modal-frame-animation-duration)}}.components-modal__screen-overlay.is-animating-out .components-modal__frame{animation-name:components-modal__disappear-animation;animation-timing-function:cubic-bezier(1,0,.2,1)}@media (min-width:600px){.components-modal__frame{border-radius:8px;margin:auto;max-height:calc(100% - 120px);max-width:calc(100% - 32px);min-width:350px;width:auto}}@media (min-width:600px) and (min-width:600px){.components-modal__frame.is-full-screen{height:calc(100% - 32px);max-height:none;width:calc(100% - 32px)}}@media (min-width:600px) and (min-width:782px){.components-modal__frame.is-full-screen{height:calc(100% - 80px);max-width:none;width:calc(100% - 80px)}}@media (min-width:600px){.components-modal__frame.has-size-large,.components-modal__frame.has-size-medium,.components-modal__frame.has-size-small{width:100%}.components-modal__frame.has-size-small{max-width:384px}.components-modal__frame.has-size-medium{max-width:512px}.components-modal__frame.has-size-large{max-width:840px}}@media (min-width:960px){.components-modal__frame{max-height:70%}}@keyframes components-modal__appear-animation{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes components-modal__disappear-animation{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.components-modal__header{align-items:center;border-bottom:1px solid #0000;box-sizing:border-box;display:flex;flex-direction:row;height:72px;justify-content:space-between;left:0;padding:24px 32px 8px;position:absolute;top:0;width:100%;z-index:10}.components-modal__header .components-modal__header-heading{font-size:1.2rem;font-weight:600}.components-modal__header h1{line-height:1;margin:0}.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{border-bottom-color:#ddd}.components-modal__header+p{margin-top:0}.components-modal__header-heading-container{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:left}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-height:36px;max-width:36px;padding:8px}.components-modal__content{flex:1;margin-top:72px;overflow:auto;padding:4px 32px 32px}.components-modal__content.hide-header{margin-top:0;padding-top:32px}.components-modal__content.is-scrollable:focus-visible{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:-2px}.components-notice{align-items:center;background-color:#fff;border-left:4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#1e1e1e;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:8px 12px}.components-notice.is-dismissible{position:relative}.components-notice.is-success{background-color:#eff9f1;border-left-color:#4ab866}.components-notice.is-warning{background-color:#fef8ee;border-left-color:#f0b849}.components-notice.is-error{background-color:#f4a2a2;border-left-color:#cc1818}.components-notice__content{flex-grow:1;margin:4px 25px 4px 0}.components-notice__actions{display:flex;flex-wrap:wrap}.components-notice__action.components-button{margin-right:8px}.components-notice__action.components-button,.components-notice__action.components-button.is-link{margin-left:12px}.components-notice__action.components-button.is-secondary{vertical-align:initial}.components-notice__dismiss{align-self:flex-start;color:#757575;flex-shrink:0}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{background-color:initial;color:#1e1e1e}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}.components-notice-list{box-sizing:border-box;max-width:100vw}.components-notice-list .components-notice__content{line-height:2;margin-bottom:12px;margin-top:12px}.components-notice-list .components-notice__action.components-button{display:block;margin-left:0;margin-top:8px}.components-panel{background:#fff;border:1px solid #e0e0e0}.components-panel>.components-panel__body:first-child,.components-panel>.components-panel__header:first-child{margin-top:-1px}.components-panel>.components-panel__body:last-child,.components-panel>.components-panel__header:last-child{border-bottom-width:0}.components-panel+.components-panel{margin-top:-1px}.components-panel__body{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.components-panel__body h3{margin:0 0 .5em}.components-panel__body.is-opened{padding:16px}.components-panel__header{align-items:center;border-bottom:1px solid #ddd;box-sizing:initial;display:flex;flex-shrink:0;height:47px;justify-content:space-between;padding:0 16px}.components-panel__header h2{color:inherit;font-size:inherit;margin:0}.components-panel__body+.components-panel__body,.components-panel__body+.components-panel__header,.components-panel__header+.components-panel__body,.components-panel__header+.components-panel__header{margin-top:-1px}.components-panel__body>.components-panel__body-title{display:block;font-size:inherit;margin-bottom:0;margin-top:0;padding:0}@media not (prefers-reduced-motion){.components-panel__body>.components-panel__body-title{transition:background .1s ease-in-out}}.components-panel__body.is-opened>.components-panel__body-title{margin:-16px -16px 5px}.components-panel__body>.components-panel__body-title:hover{background:#f0f0f0;border:none}.components-panel__body-toggle.components-button{border:none;box-shadow:none;color:#1e1e1e;font-weight:500;height:auto;outline:none;padding:16px 48px 16px 16px;position:relative;text-align:left;width:100%}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button{transition:background .1s ease-in-out}}.components-panel__body-toggle.components-button:focus{border-radius:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-panel__body-toggle.components-button .components-panel__arrow{color:#1e1e1e;position:absolute;right:16px;top:50%;transform:translateY(-50%);fill:currentColor}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button .components-panel__arrow{transition:color .1s ease-in-out}}body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{-ms-filter:fliph;filter:FlipH;margin-top:-10px;transform:scaleX(-1)}.components-panel__icon{color:#757575;margin:-2px 0 -2px 6px}.components-panel__body-toggle-icon{margin-right:-5px}.components-panel__color-title{float:left;height:19px}.components-panel__row{align-items:center;display:flex;justify-content:space-between;margin-top:8px;min-height:36px}.components-panel__row select{min-width:0}.components-panel__row label{flex-shrink:0;margin-right:12px;max-width:75%}.components-panel__row:empty,.components-panel__row:first-of-type{margin-top:0}.components-panel .circle-picker{padding-bottom:20px}.components-placeholder.components-placeholder{align-items:flex-start;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-size:13px;gap:16px;margin:0;padding:24px;position:relative;text-align:left;width:100%;-moz-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:subpixel-antialiased;background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;outline:1px solid #0000}.components-placeholder__error,.components-placeholder__fieldset,.components-placeholder__instructions,.components-placeholder__label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;letter-spacing:normal;line-height:normal;text-transform:none}.components-placeholder__label{align-items:center;display:flex;font-weight:600}.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{margin-right:4px;fill:currentColor}@media (forced-colors:active){.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:CanvasText}}.components-placeholder__label:empty{display:none}.components-placeholder__fieldset,.components-placeholder__fieldset form{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:flex-start;width:100%}.components-placeholder__fieldset form p,.components-placeholder__fieldset p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{flex-direction:column}.components-placeholder__input[type=url]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;flex:1 1 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-placeholder__input[type=url]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-placeholder__input[type=url]{font-size:13px;line-height:normal}}.components-placeholder__input[type=url]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-placeholder__input[type=url]::-webkit-input-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]::-moz-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]:-ms-input-placeholder{color:#1e1e1e9e}.components-placeholder__error{gap:8px;width:100%}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{margin-left:10px;margin-right:10px}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{margin-right:0}.components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{display:none}.components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{flex-direction:column}.components-placeholder.is-medium .components-button,.components-placeholder.is-medium .components-placeholder__fieldset>*,.components-placeholder.is-small .components-button,.components-placeholder.is-small .components-placeholder__fieldset>*{justify-content:center;width:100%}.components-placeholder.is-small{padding:16px}.components-placeholder.has-illustration{-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);backface-visibility:hidden;background-color:initial;border-radius:0;box-shadow:none;color:inherit;display:flex;overflow:hidden}.is-dark-theme .components-placeholder.has-illustration{background-color:#0000001a}.components-placeholder.has-illustration .components-placeholder__fieldset{margin-left:0;margin-right:0}.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{opacity:0;pointer-events:none}@media not (prefers-reduced-motion){.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{transition:opacity .1s linear}}.is-selected>.components-placeholder.has-illustration .components-button,.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,.is-selected>.components-placeholder.has-illustration .components-placeholder__label{opacity:1;pointer-events:auto}.components-placeholder.has-illustration:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.is-selected .components-placeholder.has-illustration{overflow:auto}.components-placeholder__preview{display:flex;justify-content:center}.components-placeholder__illustration{box-sizing:initial;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;stroke:currentColor;opacity:.25}.components-popover{box-sizing:border-box;will-change:transform;z-index:1000000}.components-popover *,.components-popover :after,.components-popover :before{box-sizing:inherit}.components-popover.is-expanded{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000000!important}.components-popover__content{background:#fff;border-radius:4px;box-shadow:0 0 0 1px #ccc,0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005;box-sizing:border-box;width:min-content}.is-alternate .components-popover__content{border-radius:2px;box-shadow:0 0 0 1px #1e1e1e}.is-unstyled .components-popover__content{background:none;border-radius:0;box-shadow:none}.components-popover.is-expanded .components-popover__content{box-shadow:0 -1px 0 0 #ccc;height:calc(100% - 48px);overflow-y:visible;position:static;width:auto}.components-popover.is-expanded.is-alternate .components-popover__content{box-shadow:0 -1px 0 #1e1e1e}.components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.components-popover__close.components-button{z-index:5}.components-popover__arrow{display:flex;height:14px;pointer-events:none;position:absolute;width:14px}.components-popover__arrow:before{background-color:#fff;content:"";height:2px;left:1px;position:absolute;right:1px;top:-1px}.components-popover__arrow.is-top{bottom:-14px!important;transform:rotate(0)}.components-popover__arrow.is-right{left:-14px!important;transform:rotate(90deg)}.components-popover__arrow.is-bottom{top:-14px!important;transform:rotate(180deg)}.components-popover__arrow.is-left{right:-14px!important;transform:rotate(-90deg)}.components-popover__triangle{display:block;flex:1}.components-popover__triangle-bg{fill:#fff}.components-popover__triangle-border{fill:#0000;stroke-width:1px;stroke:#ccc}.is-alternate .components-popover__triangle-border{stroke:#1e1e1e}.components-radio-control{border:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:0;padding:0}.components-radio-control__group-wrapper.has-help{margin-block-end:12px}.components-radio-control__option{align-items:center;column-gap:8px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto minmax(0,max-content)}.components-radio-control__input[type=radio]{appearance:none;border:1px solid #1e1e1e;border-radius:2px;border-radius:50%;box-shadow:0 0 0 #0000;cursor:pointer;display:inline-flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;grid-column:1;grid-row:1;height:24px;line-height:normal;margin:0;max-width:24px;min-width:24px;padding:0;position:relative;transition:none;width:24px}@media not (prefers-reduced-motion){.components-radio-control__input[type=radio]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-radio-control__input[type=radio]{font-size:13px;line-height:normal}}.components-radio-control__input[type=radio]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]::-webkit-input-placeholder{color:#1e1e1e9e}.components-radio-control__input[type=radio]::-moz-placeholder{color:#1e1e1e9e}.components-radio-control__input[type=radio]:-ms-input-placeholder{color:#1e1e1e9e}@media (min-width:600px){.components-radio-control__input[type=radio]{height:16px;max-width:16px;min-width:16px;width:16px}}.components-radio-control__input[type=radio]:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:12px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}@media (min-width:600px){.components-radio-control__input[type=radio]:checked:before{height:8px;width:8px}}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]:checked{background:var(--wp-admin-theme-color);border:none}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-radio-control__input[type=radio]:checked{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-radio-control__input[type=radio]:checked:before{border-radius:50%;content:""}.components-radio-control__label{cursor:pointer;grid-column:2;grid-row:1;line-height:24px}@media (min-width:600px){.components-radio-control__label{line-height:16px}}.components-radio-control__option-description{grid-column:2;grid-row:2;padding-block-start:4px}.components-radio-control__option-description.components-radio-control__option-description{margin-top:0}.components-resizable-box__handle{display:none;height:23px;width:23px;z-index:2}.components-resizable-box__container.has-show-handle .components-resizable-box__handle{display:block}.components-resizable-box__handle>div{height:100%;outline:none;position:relative;width:100%;z-index:2}.components-resizable-box__container>img{width:inherit}.components-resizable-box__handle:after{background:#fff;border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;content:"";cursor:inherit;display:block;height:15px;outline:2px solid #0000;position:absolute;right:calc(50% - 8px);top:calc(50% - 8px);width:15px}.components-resizable-box__side-handle:before{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:9999px;content:"";cursor:inherit;display:block;height:3px;opacity:0;position:absolute;right:calc(50% - 1px);top:calc(50% - 1px);width:3px}@media not (prefers-reduced-motion){.components-resizable-box__side-handle:before{transition:transform .1s ease-in;will-change:transform}}.components-resizable-box__corner-handle,.components-resizable-box__side-handle{z-index:2}.components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-top:before{border-left:0;border-right:0;left:0;width:100%}.components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{border-bottom:0;border-top:0;height:100%;top:0}@media not (prefers-reduced-motion){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:components-resizable-box__top-bottom-animation .1s ease-out 0s;animation-fill-mode:forwards}.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation:components-resizable-box__left-right-animation .1s ease-out 0s;animation-fill-mode:forwards}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:none}}}@keyframes components-resizable-box__top-bottom-animation{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes components-resizable-box__left-right-animation{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}
/*!rtl:begin:ignore*/.components-resizable-box__handle-right{right:-11.5px}.components-resizable-box__handle-left{left:-11.5px}.components-resizable-box__handle-top{top:-11.5px}.components-resizable-box__handle-bottom{bottom:-11.5px}

/*!rtl:end:ignore*/.components-responsive-wrapper{align-items:center;display:flex;justify-content:center;max-width:100%;position:relative}.components-responsive-wrapper__content{display:block;max-width:100%;width:100%}.components-sandbox{overflow:hidden}iframe.components-sandbox{width:100%}body.lockscroll,html.lockscroll{overflow:hidden}.components-select-control__input{outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0)!important}@media (max-width:782px){.components-base-control .components-base-control__field .components-select-control__input{font-size:16px}}.components-snackbar{-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background:#000000d9;border-radius:4px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;box-sizing:border-box;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;max-width:600px;padding:12px 20px;pointer-events:auto;width:100%}@media (min-width:600px){.components-snackbar{width:fit-content}}.components-snackbar:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.components-snackbar .components-snackbar__content-with-icon{padding-left:24px;position:relative}.components-snackbar .components-snackbar__icon{left:-8px;position:absolute;top:-2.9px}.components-snackbar .components-snackbar__dismiss-button{cursor:pointer;margin-left:24px}.components-snackbar__action.components-button{color:#fff;flex-shrink:0;margin-left:32px}.components-snackbar__action.components-button:focus{box-shadow:none;outline:1px dotted #fff}.components-snackbar__action.components-button:hover{color:currentColor;text-decoration:none}.components-snackbar__content{align-items:baseline;display:flex;justify-content:space-between;line-height:1.4}.components-snackbar-list{box-sizing:border-box;pointer-events:none;position:absolute;width:100%;z-index:100000}.components-snackbar-list__notice-container{padding-top:8px;position:relative}.components-tab-panel__tabs{align-items:stretch;display:flex;flex-direction:row}.components-tab-panel__tabs[aria-orientation=vertical]{flex-direction:column}.components-tab-panel__tabs-item{background:#0000;border:none;border-radius:0;box-shadow:none;cursor:pointer;font-weight:500;height:48px!important;margin-left:0;padding:3px 16px;position:relative}.components-tab-panel__tabs-item:focus:not(:disabled){box-shadow:none;outline:none;position:relative}.components-tab-panel__tabs-item:after{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:0;bottom:0;content:"";height:calc(var(--wp-admin-border-width-focus)*0);left:0;pointer-events:none;position:absolute;right:0}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:after{transition:all .1s linear}}.components-tab-panel__tabs-item.is-active:after{height:calc(var(--wp-admin-border-width-focus)*1);outline:2px solid #0000;outline-offset:-1px}.components-tab-panel__tabs-item:before{border-radius:2px;bottom:12px;box-shadow:0 0 0 0 #0000;content:"";left:12px;pointer-events:none;position:absolute;right:12px;top:12px}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:before{transition:all .1s linear}}.components-tab-panel__tabs-item:focus-visible:before{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-tab-panel__tab-content:focus{box-shadow:none;outline:none}.components-tab-panel__tab-content:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:0}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:32px;line-height:normal;margin:0;padding:6px 8px;width:100%}@media not (prefers-reduced-motion){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{font-size:13px;line-height:normal}}.components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-text-control__input::-webkit-input-placeholder,.components-text-control__input[type=color]::-webkit-input-placeholder,.components-text-control__input[type=date]::-webkit-input-placeholder,.components-text-control__input[type=datetime-local]::-webkit-input-placeholder,.components-text-control__input[type=datetime]::-webkit-input-placeholder,.components-text-control__input[type=email]::-webkit-input-placeholder,.components-text-control__input[type=month]::-webkit-input-placeholder,.components-text-control__input[type=number]::-webkit-input-placeholder,.components-text-control__input[type=password]::-webkit-input-placeholder,.components-text-control__input[type=tel]::-webkit-input-placeholder,.components-text-control__input[type=text]::-webkit-input-placeholder,.components-text-control__input[type=time]::-webkit-input-placeholder,.components-text-control__input[type=url]::-webkit-input-placeholder,.components-text-control__input[type=week]::-webkit-input-placeholder{color:#1e1e1e9e}.components-text-control__input::-moz-placeholder,.components-text-control__input[type=color]::-moz-placeholder,.components-text-control__input[type=date]::-moz-placeholder,.components-text-control__input[type=datetime-local]::-moz-placeholder,.components-text-control__input[type=datetime]::-moz-placeholder,.components-text-control__input[type=email]::-moz-placeholder,.components-text-control__input[type=month]::-moz-placeholder,.components-text-control__input[type=number]::-moz-placeholder,.components-text-control__input[type=password]::-moz-placeholder,.components-text-control__input[type=tel]::-moz-placeholder,.components-text-control__input[type=text]::-moz-placeholder,.components-text-control__input[type=time]::-moz-placeholder,.components-text-control__input[type=url]::-moz-placeholder,.components-text-control__input[type=week]::-moz-placeholder{color:#1e1e1e9e}.components-text-control__input:-ms-input-placeholder,.components-text-control__input[type=color]:-ms-input-placeholder,.components-text-control__input[type=date]:-ms-input-placeholder,.components-text-control__input[type=datetime-local]:-ms-input-placeholder,.components-text-control__input[type=datetime]:-ms-input-placeholder,.components-text-control__input[type=email]:-ms-input-placeholder,.components-text-control__input[type=month]:-ms-input-placeholder,.components-text-control__input[type=number]:-ms-input-placeholder,.components-text-control__input[type=password]:-ms-input-placeholder,.components-text-control__input[type=tel]:-ms-input-placeholder,.components-text-control__input[type=text]:-ms-input-placeholder,.components-text-control__input[type=time]:-ms-input-placeholder,.components-text-control__input[type=url]:-ms-input-placeholder,.components-text-control__input[type=week]:-ms-input-placeholder{color:#1e1e1e9e}.components-text-control__input.is-next-40px-default-size,.components-text-control__input[type=color].is-next-40px-default-size,.components-text-control__input[type=date].is-next-40px-default-size,.components-text-control__input[type=datetime-local].is-next-40px-default-size,.components-text-control__input[type=datetime].is-next-40px-default-size,.components-text-control__input[type=email].is-next-40px-default-size,.components-text-control__input[type=month].is-next-40px-default-size,.components-text-control__input[type=number].is-next-40px-default-size,.components-text-control__input[type=password].is-next-40px-default-size,.components-text-control__input[type=tel].is-next-40px-default-size,.components-text-control__input[type=text].is-next-40px-default-size,.components-text-control__input[type=time].is-next-40px-default-size,.components-text-control__input[type=url].is-next-40px-default-size,.components-text-control__input[type=week].is-next-40px-default-size{height:40px;padding-left:12px;padding-right:12px}.components-text-control__input[type=email],.components-text-control__input[type=url]{direction:ltr}.components-tip{color:#757575;display:flex}.components-tip svg{align-self:center;fill:#f0b849;flex-shrink:0;margin-right:16px}.components-tip p{margin:0}.components-toggle-control__label{line-height:16px}.components-toggle-control__label:not(.is-disabled){cursor:pointer}.components-toggle-control__help{display:inline-block;margin-inline-start:40px}.components-accessible-toolbar{border:1px solid #1e1e1e;border-radius:2px;display:inline-flex;flex-shrink:0}.components-accessible-toolbar>.components-toolbar-group:last-child{border-right:none}.components-accessible-toolbar.is-unstyled{border:none}.components-accessible-toolbar.is-unstyled>.components-toolbar-group{border-right:none}.components-accessible-toolbar[aria-orientation=vertical],.components-toolbar[aria-orientation=vertical]{align-items:center;display:flex;flex-direction:column}.components-accessible-toolbar .components-button,.components-toolbar .components-button{height:48px;padding-left:16px;padding-right:16px;position:relative;z-index:1}.components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){box-shadow:none;outline:none}.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{margin-left:auto;margin-right:auto;position:relative}.components-accessible-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed:hover{background:#0000}.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{background:#1e1e1e}.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{min-width:48px;padding-left:8px;padding-right:8px}@keyframes components-button__appear-animation{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.components-toolbar__control.components-button{position:relative}.components-toolbar__control.components-button[data-subscript] svg{padding:5px 10px 5px 0}.components-toolbar__control.components-button[data-subscript]:after{bottom:10px;content:attr(data-subscript);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;line-height:12px;position:absolute;right:8px}.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{color:#fff}.components-toolbar-group{background-color:#fff;border-right:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;line-height:0;min-height:48px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-toolbar-group.components-toolbar-group{border-width:0;margin:0}.components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{justify-content:center;min-width:36px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{min-width:24px}.components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{left:2px;right:2px}.components-toolbar{background-color:#fff;border:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;margin:0;min-height:48px}.components-toolbar .components-toolbar.components-toolbar{border-width:0;margin:0}div.components-toolbar>div{display:flex;margin:0}div.components-toolbar>div+div.has-left-divider{margin-left:6px;overflow:visible;position:relative}div.components-toolbar>div+div.has-left-divider:before{background-color:#ddd;box-sizing:initial;content:"";display:inline-block;height:20px;left:-3px;position:absolute;top:8px;width:1px}.components-tooltip{background:#000;border-radius:2px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;color:#f0f0f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4;padding:4px 8px;text-align:center;z-index:1000002}.components-tooltip__shortcut{margin-left:8px}.wc-shortcode-components-validation-error{display:none}#shortcode-validate-error-invalid-gifting-recipient{font-size:0.75em;display:flex;align-items:center;margin-top:-12px;margin-bottom:20px}#shortcode-validate-error-invalid-gifting-recipient
svg{fill:var(--wc-red, #cc1818)}#shortcode-validate-error-invalid-gifting-recipient
span{color:var(--wc-red, #cc1818);font-size:12px;font-weight:500;font-style:normal;line-height:16px}.woocommerce .woocommerce_subscriptions_gifting_recipient_email .input-text.recipient_email.wcsg-email-error{border-color:var(--wc-red, #cc1818);color:var(--wc-red, #cc1818)}.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description
.text{width:72%;float:left}.widget_brand_description
img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0
0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails
li{float:left;margin:0
3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns
li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1
li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2
li{width:48%}ul.brand-thumbnails.columns-3
li{width:30.75%}ul.brand-thumbnails.columns-5
li{width:16.95%}ul.brand-thumbnails.columns-6
li{width:13.5%}.brand-thumbnails li
img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description
li{text-align:center}.brand-thumbnails-description li .term-thumbnail
img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index
li{float:left;margin:0
2px 2px 0}ul.brands_index li a,ul.brands_index li
span{border:1px
solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li
span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li
a.active{border-width:2px;padding:5px}div#brands_a_z
a.top{border:1px
solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}.woocommerce.wc-memberships-frontend-banner,.woocommerce.wc-memberships.admin-restricted-content-notice{background-color:#96588a;box-shadow:0 1px 1em rgba(0,0,0,.2);color:#fff;font-size:1em;left:0;margin:0;padding:1em 0;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:99998}.woocommerce.wc-memberships-frontend-banner .dismiss-link:hover,.woocommerce.wc-memberships-frontend-banner a,.woocommerce.wc-memberships.admin-restricted-content-notice .dismiss-link:hover,.woocommerce.wc-memberships.admin-restricted-content-notice a{color:#fff;text-decoration:underline}.woocommerce .wc-memberships-restriction-message{margin:2em 0!important}.woocommerce .wc-memberships-variation-message{display:none}.woocommerce ul.products li.product .onsale.wc-memberships-member-discount{margin-left:-.5em;margin-right:0;right:auto}.woocommerce span.onsale.wc-memberships-member-discount{left:auto;margin-right:-.5em}.woocommerce span.wc-memberships-variation-member-discount{font-style:italic;font-weight:400}.admin-bar .wc-memberships-frontend-banner,.admin-bar .wc-memberships.admin-restricted-content-notice{top:32px}.woocommerce-account table.my_account_memberships{table-layout:fixed}.woocommerce-account .wc-memberships-members-area-sorting .unsorted .sort-order-icon{display:none}.woocommerce-account .wc-memberships-members-area-sorting .sorted.sort-asc .sort-order-icon.sort-asc,.woocommerce-account .wc-memberships-members-area-sorting .unsorted:hover .sort-order-icon.sort-asc{display:inline-block}.woocommerce-account .wc-memberships-members-area-sorting .sorted.sort-asc .sort-order-icon.sort-desc,.woocommerce-account .wc-memberships-members-area-sorting .sorted.sort-asc:focus .sort-order-icon.sort-asc,.woocommerce-account .wc-memberships-members-area-sorting .sorted.sort-asc:hover .sort-order-icon.sort-asc{display:none}.woocommerce-account .wc-memberships-members-area-sorting .sorted.sort-asc:focus .sort-order-icon.sort-desc,.woocommerce-account .wc-memberships-members-area-sorting .sorted.sort-asc:hover .sort-order-icon.sort-desc{display:inline-block}.woocommerce-account .wc-memberships-members-area-sorting .sorted.sort-desc .sort-order-icon.sort-asc{display:none}.woocommerce-account .wc-memberships-members-area-sorting .sorted.sort-desc .sort-order-icon.sort-desc{display:inline-block}.woocommerce-account .wc-memberships-members-area-sorting .sorted.sort-desc:focus .sort-order-icon.sort-desc,.woocommerce-account .wc-memberships-members-area-sorting .sorted.sort-desc:hover .sort-order-icon.sort-desc{display:none}.woocommerce-account .wc-memberships-members-area-sorting .sorted.sort-desc:focus .sort-order-icon.sort-asc,.woocommerce-account .wc-memberships-members-area-sorting .sorted.sort-desc:hover .sort-order-icon.sort-asc{display:inline-block}.woocommerce-account .wc-memberships-members-area-pagination{float:right;line-height:normal;text-align:right}.woocommerce-account .wc-memberships-members-area-pagination a{text-decoration:none}.woocommerce-account .wc-memberships-members-area-pagination a span{opacity:.4}.woocommerce-account .wc-memberships-members-area-pagination a:focus span,.woocommerce-account .wc-memberships-members-area-pagination a:hover span{opacity:1}.woocommerce-account td.membership-content-actions,.woocommerce-account td.membership-discount-actions,.woocommerce-account td.membership-product-actions,.woocommerce-account th.membership-content-actions,.woocommerce-account th.membership-discount-actions,.woocommerce-account th.membership-product-actions{min-width:150px}.woocommerce-account .membership-discount-image img,.woocommerce-account .membership-product-image img{max-height:84px;max-width:84px}.woocommerce-account td.membership-discount-image,.woocommerce-account td.membership-product-image,.woocommerce-account th.membership-discount-image,.woocommerce-account th.membership-product-image{min-width:130px}.theme-twentytwenty #wc-memberships-members-area,.theme-twentytwentyone #wc-memberships-members-area{margin:0 auto;max-width:1600px;padding:0 6vw}
/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/
body.page .entry-header{margin-bottom:0}body.page .entry-header .kadence-breadcrumb-container{max-width:var(--global-content-width);margin:0
auto;padding:0
var(--global-content-edge-padding)}body.page .single-content{margin-top:0}#mobile-header .site-header-row{display:flex;justify-content:center;align-items:center}#main-header .header-navigation .nav-drop-title-wrap{padding-right:16px}#main-header .header-navigation .dropdown-nav-toggle{background-image:url(/wp-content/themes/kadence-child/images/angle-down-white.svg);background-position:center;background-repeat:no-repeat;background-size:12px}#main-header .header-navigation .dropdown-nav-toggle
svg{display:none}#main-header .header-navigation .header-menu-container ul ul.sub-menu{background:var(--global-palette9);border-radius:8px;padding:10px
0;box-shadow:0px 10px 12px 0px rgba(0,0,0,0.1)}#main-header .header-navigation .header-menu-container ul ul li.menu-item>a{font-size:14px;line-height:1.3;color:var(--global-palette3);background-color:var(--global-palette9);padding:20px;width:175px}#main-header .header-navigation .header-menu-container ul ul li.menu-item>a:hover{color:var(--global-palette1);background-color:var(--global-palette9)}footer .site-middle-footer-wrap .site-footer-row.site-footer-row-columns-4{grid-template-columns:1.4fr 1.2fr 1.2fr 1.2fr}footer .site-middle-footer-wrap .site-footer-section:not(:first-child){padding-left:25px;border-left:1px solid rgba(255,255,255,0.15)}footer .site-middle-footer-wrap
ul.menu{display:grid;grid-gap:16px}footer .site-middle-footer-wrap #menu-authors-by-genre,
footer .site-middle-footer-wrap #menu-authors-by-location{grid-template-columns:1fr 1fr}footer ul.menu
li{line-height:1.3}footer ul.menu li a:hover{color:var(--global-palette1)}footer .site-bottom-footer-wrap
.menu{display:flex;justify-content:end;grid-gap:25px}footer .site-bottom-footer-wrap .menu li
a{font-weight:500;text-transform:uppercase}.single-content .featured-authors-wrap ul,
.single-content .featured-books-wrap ul,
.post-type-archive-authors #archive-container ul,
.post-type-archive-books #archive-container .alpha-listing-wrap
ul{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;list-style:none;padding-left:0;margin-left:0}.featured-authors-wrap ul li,
.woocommerce-MyAccount-my-book-info ul
li{width:calc(25% - 15px)}.featured-books-wrap ul
li{width:calc(16.66% - 17px);text-align:center}.featured-authors-wrap ul
li{display:flex;flex-direction:column;text-align:center;background-color:#FFF;border:1px
solid #1306080D;border-radius:8px;padding:30px
20px;box-shadow:0 2px 4px 0 #C2C2C21A}.featured-authors-wrap .author-details{display:flex;flex-direction:column;flex-grow:1}.featured-authors-wrap .author-img-box{position:relative;display:block;border-radius:50%;max-width:120px;width:100%;overflow:hidden;margin:0
auto 20px}.featured-authors-wrap .author-img-box::before{content:'';display:block;padding-top:100%}.featured-authors-wrap .author-img-box > *,
.featured-books-wrap .on-this-day-books-items .book-img-box-in > *,
.featured-books-wrap li:not(.promote-book-item) .book-img-box-in > *,
.woocommerce-MyAccount-my-book-info .book-img-box-in>*{position:absolute;display:flex;top:0;right:0;width:100%;height:100%}.featured-authors-wrap .author-img-box
img{border-radius:50%;object-fit:cover;object-position:center}.featured-authors-wrap .author-details .author-name{font-size:16px;margin-bottom:10px}.featured-authors-wrap .author-details .author-name a:hover{color:inherit}.featured-authors-wrap .author-details .author-location{font-size:14px}.featured-authors-wrap .author-details>a{font-size:16px;margin-top:auto;text-decoration:none}.featured-books-wrap ul li .book-name{font-size:14px;font-weight:400;margin:10px
0 0}.featured-books-wrap ul li .book-img-box
img{border-radius:4px;width:100%;object-fit:cover;object-position:center}.woocommerce-MyAccount-my-book-info ul li,
.on-this-day-books-items .on-this-day-book__box{display:flex;flex-direction:column;background-color:#fff;border:1px
solid #e8e7e7;border-radius:8px;text-align:center;box-shadow:0 2px 4px 0 #C2C2C21A, 0 8px 8px 0 #C2C2C217, 0 18px 14px 0 #C2C2C20D, 0 32px 13px #C2C2C203;overflow:hidden}.featured-books-wrap .on-this-day-book__wrap .book-img-box,
.woocommerce-MyAccount-my-book-info .book-img-box{display:block;background-color:#f3f3f3;padding:34px
20px 0}.featured-books-wrap ul .book-img-box-in{position:relative}.featured-books-wrap ul li:not(.promote-book-item) .book-img-box-in::before{content:'';display:block;padding-top:152.44%}.featured-books-wrap .on-this-day-book__wrap .book-img-box-in,
.woocommerce-MyAccount-my-book-info .book-img-box-in{position:relative;width:100%;max-width:145px;margin:0
auto;overflow:hidden}.featured-books-wrap .on-this-day-book__wrap .book-img-box-in::before,
.woocommerce-MyAccount-my-book-info .book-img-box-in::before{content:'';display:block;padding-top:153%}.featured-books-wrap .on-this-day-book__wrap .book-img-box img,
.woocommerce-MyAccount-my-book-info .book-img-box
img{border-radius:4px 4px 0 0;width:100%;object-fit:cover;object-position:center}.featured-books-wrap .on-this-day-book__wrap .book-details{padding:20px}.woocommerce-MyAccount-my-book-info .book-details{display:flex;flex-direction:column;flex-grow:1;padding:20px
20px 24px}.woocommerce-MyAccount-my-book-info .book-details>a{font-size:16px;margin-top:auto;text-decoration:none}.featured-books-wrap .on-this-day-book__wrap .book-details .book-name{font-size:16px;font-weight:400;margin:0}.woocommerce-MyAccount-my-book-info .book-details .book-name{font-size:16px;margin-bottom:20px}.woocommerce-MyAccount-my-book-info .book-details a:hover{color:inherit}.sc-pick-genre .top-level-genre-main-wrap
ul{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;list-style:none;padding-left:0}.sc-pick-genre .top-level-genre-main-wrap ul>li{width:calc(20% - 16px)}.sc-pick-genre .top-level-genre-main-wrap ul>li>a{display:flex;align-items:center;justify-content:center;height:100%;text-align:center;font-size:16px;font-weight:700;color:var(--global-palette3);background-color:#AC354B33;border-radius:4px;padding:1.5rem 1rem}.sc-pick-genre .top-level-genre-main-wrap ul>li>a:hover{color:var(--global-palette9);background-color:var(--global-palette1)}.latest-news__row .kt-image-ratio-50{padding-bottom:52.215% !important}.on-this-day-books-listing.featured-listing{padding:40px
0 50px}.on-this-day-books-listing h2.on-this-day-books-title{text-align:center;margin-bottom:20px}.on-this-day-books-items.owl-carousel .otd-publication-year{text-align:center;margin-bottom:12px}.on-this-day-books-items.owl-carousel .otd-publication-year::before{content:'';position:relative;display:block;background-color:var(--global-palette1);border-radius:50%;width:10px;height:10px;margin:0
auto 6px}.on-this-day-books-items .owl-stage{display:flex}.on-this-day-books-items .owl-stage
.item{height:100%}.on-this-day-books-items .owl-stage .owl-item .on-this-day-book__wrap{display:flex;flex-direction:column;height:100%}.on-this-day-books-items .owl-stage .owl-item:not(:last-child) .on-this-day-book__wrap{position:relative}.on-this-day-books-items .owl-stage .owl-item:not(:last-child) .on-this-day-book__wrap::before{content:'';position:absolute;display:block;background-color:var(--global-palette1);top:4px;left:50%;width:calc(100% + 20px);height:1px}.on-this-day-books-items .on-this-day-book__box{flex-grow:1}.on-this-day-books-items .owl-nav button.owl-prev,
.on-this-day-books-items .owl-nav button.owl-next{position:absolute;display:flex;align-items:center;justify-content:center;background-color:#fff;border:1px
solid #1111111A;border-radius:50%;top:calc(50% - 24px);right:-28px;width:60px;height:60px;box-shadow:0 2px 4px 0 #C2C2C21A, 0 8px 8px 0 #C2C2C217, 0 18px 14px 0 #C2C2C20D, 0 32px 13px #C2C2C203}.on-this-day-books-items .owl-nav button.owl-prev{left:-28px;right:auto;transform:rotate(-180deg)}.on-this-day-books-items .owl-nav button.owl-prev.disabled,
.on-this-day-books-items .owl-nav button.owl-next.disabled{display:none}.featured-authors-wrap .promote-yourself-item-inner-wrap
a{text-decoration:none}.featured-authors-wrap .promote-yourself-item-inner-wrap .author-img-box{margin-bottom:34px}.featured-authors-wrap .promote-yourself-item-inner-wrap .author-profile-link{font-size:16px}.featured-books-wrap .promote-book-item-inner-wrap{display:flex;flex-grow:1}.featured-books-wrap ul li > a,
.featured-books-wrap .promote-book-item-inner-wrap
a{width:100%;text-decoration:none}.featured-books-wrap .promote-book-item-inner-wrap .book-img-box{border:1px
solid var(--global-palette-highlight);border-radius:4px;padding:46.8% 12%}.featured-books-wrap ul li > a:hover,
.featured-books-wrap .promote-book-item-inner-wrap a:hover{color:var(--global-palette3)}.featured-books-wrap ul li > a .book-details-link,
.featured-books-wrap .promote-book-item-inner-wrap .book-details-link{font-size:16px;margin-top:auto}.featured-books-wrap .promote-book-item-inner-wrap .book-img-box
img{border-radius:0;width:auto;object-fit:contain}.search-tab-main-wrap{background-color:#fff;border:1px
solid #1306080D;border-radius:8px;box-shadow:0 2px 4px 0 #C2C2C21A, 0 8px 8px 0 #C2C2C217, 0 18px 14px 0 #C2C2C20D, 0 32px 13px #C2C2C203;overflow:hidden}.post-type-archive .search-tab-main-wrap{background-color:transparent;border:0;border-radius:0;box-shadow:none;overflow:unset}.post-type-archive .ami-search{padding:0}.search-tab-main-wrap .tab-container{position:relative;display:flex;justify-content:center}.search-tab-main-wrap button.search-tab-link{font-size:1rem;font-weight:700;color:var(--global-palette3);background-color:#fff;border:0;border-bottom:2px solid transparent;border-radius:0;min-width:16.217%;padding:1.063rem 1.5rem;line-height:1.375}.search-tab-main-wrap button.search-tab-link.active{border-color:#AC354B;color:#AC354B}.search-tab-main-wrap button.search-tab-link:focus{}.tab-container::after{content:'';position:absolute;background-color:#1306081A;left:0;bottom:0;width:100%;height:1px}.ami-search{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px 8px;padding:14px
10px}.ami-search--inputs{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));flex:1 0 0%;gap:8px;overflow:hidden}.ami-search--inputs .mi-search__box{flex:0 0 auto}.ami-search .ami-search__box input,
.ami-search .ami-search__box
select{border:0}.ami-search .ami-search__box select:focus,
.ami-search .ami-search__box input:focus{box-shadow:none}.ami-search .ami-search__box input::placeholder{color:#130608B2}.ami-search>.col-sm-2{padding-left:0;padding-right:0}.ami-search--inputs .ami-search__box input,
.ami-search--inputs .ami-search__box
select{font-size:16px;line-height:1.375;border:1px
solid #1306081A;border-radius:4px;padding:16px
16px 16px 42px;width:100%}.ami-search--inputs .ami-search__box
select{padding-right:46px;width:100%;background:var(--global-palette9) url('/wp-content/themes/kadence-child/images/dropdown.svg') no-repeat calc(100% - 22px) 50%}.ami-search--inputs .ami-search__box select
option{font-size:14px}.ami-search--inputs .ami-search__box select.books-country-search,
.ami-search--inputs .ami-search__box select.authors-country-search{background:unset;background-image:url(/wp-content/themes/kadence-child/images/dropdown.svg?x97072), url(/wp-content/themes/kadence-child/images/location-pin-icon.svg?x97072);background-position:calc(100% - 22px) 50%, 15px 17px;background-repeat:no-repeat;margin-bottom:8px}.ami-search--inputs .ami-search__box .child-genre-search{margin-top:8px}.ami-search__box--submit{flex:0 0 auto;width:auto}.ami-search .ami-search__box input[type="submit"]{font-weight:700;border:1px
solid #AC354B;line-height:1;padding:18px
27px}.ami-search .ami-search__box input[type="submit"]:hover{color:var(--global-palette3, #1A202C);border-color:#AC354B}.ami-search--inputs .books-state-search-box,
.ami-search--inputs .top-level-genre-search,
.ami-search--inputs .child-genre-search,
.ami-search--inputs .gender-search,
.ami-search--inputs .book-title-search-box,
.ami-search--inputs .authors-state-search-box,
.ami-search--inputs .author-name-search-box{position:relative}.ami-search--inputs .books-state-search-box::before,
.ami-search--inputs .top-level-genre-search::before,
.ami-search--inputs .child-genre-search::before,
.ami-search--inputs .gender-search::before,
.ami-search--inputs .book-title-search-box::before,
.ami-search--inputs .authors-state-search-box::before,
.ami-search--inputs .author-name-search-box::before{content:'';position:absolute;top:18px;left:16px;width:20px;height:20px;background-size:cover}.ami-search--inputs .books-state-search-box::before,
.ami-search--inputs .authors-state-search-box::before{background-image:url('/wp-content/themes/kadence-child/images/location-pin-icon.svg?x97072')}.ami-search--inputs .top-level-genre-search::before,
.ami-search--inputs .child-genre-search::before{background-image:url('/wp-content/themes/kadence-child/images/book-icon.svg?x97072')}.ami-search--inputs .gender-search::before{background-image:url('/wp-content/themes/kadence-child/images/gender-icon.svg?x97072')}.ami-search--inputs .book-title-search-box::before,
.ami-search--inputs .author-name-search-box::before{background-image:url('/wp-content/themes/kadence-child/images/search-icon.svg?x97072')}body.post-type-archive .ami-search--inputs .book-title-search-box::before,
body.post-type-archive .ami-search--inputs .author-name-search-box::before{display:none}body.post-type-archive .ami-search--inputs .book-title-search-box,
body.post-type-archive .ami-search--inputs .author-name-search-box{order:-1}body.post-type-archive .ami-search--inputs .ami-search__box.book-title-search-box input,
body.post-type-archive .ami-search--inputs .ami-search__box.author-name-search-box
input{padding-left:16px}.single-authors .author-hero-section .entry-hero-container-inner{background-color:#1111110A;padding-bottom:105px}body #kadence-breadcrumbs{color:var(--global-palette3);font-size:12px;margin:0;padding:16px
0}body #kadence-breadcrumbs .kadence-breadcrumb-container .bc-delimiter{position:relative;display:inline-block;color:transparent;background-image:url(/wp-content/themes/kadence-child/images/angle-right-light-black.svg);width:14px;background-position:center;background-repeat:no-repeat;margin:0
4px;user-select:none}body #kadence-breadcrumbs
a{color:var(--global-palette3);opacity:0.7}.sc-single-author{padding-bottom:40px}.sc-single-author .site-container{display:flex;gap:20px 18px}.sc-single-author .site-container>.author-details{width:25%;margin-top:-80px}.sc-single-author .site-container>.author-books-listing{width:75%;padding-top:35px}.sc-single-author .author-details .featured-image{position:relative;border-radius:50%;width:100%;max-width:160px;margin-bottom:30px;overflow:hidden}.sc-single-author .author-details .featured-image::before{content:'';display:block;padding-top:100%}.sc-single-author .author-details .featured-image>*{position:absolute;top:0;right:0;width:100%;height:100%;object-fit:cover;object-position:center}.sc-single-author .author-details .entry-title{margin:0
0 20px}.sc-single-author .author-social-links{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-bottom:20px}.sc-single-author .author-social-links
a{display:inline-flex;align-items:center;justify-content:center;background-color:#fff;border-radius:50%;width:30px;height:30px}.sc-single-author .genres-items{margin-bottom:20px}.sc-single-author .genres-items
ul{list-style:none;color:var(--global-palette3);margin:0}.sc-single-author .genres-items
li{margin-bottom:2px}.sc-single-author .genres-items ul:not(.active) li:nth-child(n+6){display:none}.sc-single-book .genres-items
li{position:relative;padding-left:15px}.sc-single-book .genres-items li::before{content:'';position:absolute;background-color:var(--global-palette3);border-radius:50%;width:4px;height:4px;top:8px;left:2px}.sc-single-book .genres-items li a,
.sc-single-author .genres-items li
a{color:inherit}.sc-single-book .genres-items span a:hover,
.sc-single-author .genres-items span a:hover{text-decoration:underline}.sc-single-author .genres-items .show-more{position:relative;color:var(--global-palette3);padding-right:20px}.sc-single-author .genres-items .show-more:hover,
.sc-single-author .genres-items .show-more:focus{color:var(--global-palette3)}.sc-single-author .genres-items .show-more::after{content:'';position:absolute;display:inline-block;background:url(/wp-content/themes/kadence-child/images/dropdown.svg);width:20px;height:20px;background-position:center;background-repeat:no-repeat;background-size:8px}.sc-single-author .genres-items .show-more.show-more-active::after{transform:rotateZ(180deg)}.sc-single-author .state-city-items{position:relative;line-height:1.36;padding-left:16px;margin-bottom:20px}.sc-single-author .state-city-items::before{content:'';position:absolute;background-image:url(/wp-content/themes/kadence-child/images/location-dot.svg);width:14px;height:14px;top:2px;left:0;background-position:center;background-repeat:no-repeat;background-size:cover}.sc-single-author .state-city-items
a{color:var(--global-palette3)}.sc-single-author .entry-sub-title{margin-bottom:16px}.sc-single-author .author-bio{word-wrap:break-word}.sc-single-author .author-books-wrap>ul{list-style:none;display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:20px;margin:0
0 40px}.sc-single-author .author-books-wrap > ul
li{width:100%}.author-news-wrap
ul{list-style:none;display:flex;flex-wrap:wrap;gap:20px;margin:0}.author-news-wrap ul
li{width:100%}.author-news-wrap
h6{margin-bottom:10px}.author-news-wrap
p{margin-top:0}.author-news-wrap li p:last-child{margin-bottom:0}.sc-single-author .news-post-image{position:relative;width:100%;border-radius:8px 8px 0 0;overflow:hidden;margin-bottom:16px}.sc-single-author .news-post-image::before{content:'';padding-top:52.041%;display:block}.sc-single-author .news-post-image>*{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.sc-single-author .news-post-image
img{width:100%}.author-title-dd-wrap{display:flex;justify-content:space-between;margin-bottom:0.5rem}.author-title-dd-wrap #author-books-order-select{padding:10px;width:160px;border-radius:5px;background:var(--global-palette9) url(/wp-content/themes/kadence-child/images/dropdown.svg) no-repeat calc(100% - 1rem) 50%;padding-right:2rem;border-color:#e8e7e7;border-radius:0}.sc-single-author .author-bio
p{margin-top:0}.sc-single-author .author-bio p:last-child{margin-bottom:0}.featured-content-wrap .featured-listing
ul{list-style:none;justify-content:center}.post-type-archive-authors .authors-archive-title{text-align:center;margin-bottom:24px}.post-type-archive-authors .content-area,
.tax-locations .content-area{margin:40px
0 80px}body.post-type-archive-authors .arch__see-more-title,
body.post-type-archive-books .arch__see-more-title,
body.tax-genre .arch__see-more-title,
body.tax-locations .arch__see-more-title{text-align:center;margin-bottom:20px}body
.pagination{display:flex;justify-content:center;overflow:visible;margin:0
auto 80px;padding:0
var(--global-content-edge-padding)}body.post-type-archive-authors .pagination,
body.post-type-archive-books .pagination,
body.tax-genre .pagination,
body.tax-locations
.pagination{margin-bottom:40px}body .nav-links{display:flex;align-items:center;gap:20px;background-color:#fff;border-radius:6px;padding:14px
20px;box-shadow:0 2px 4px 0 #C2C2C21A, 0 8px 8px 0 #C2C2C217, 0 18px 15px 0 #C2C2C20D}body .nav-links .page-numbers{display:inline-flex;align-items:center;justify-content:center;border:1px
solid transparent;border-radius:50%;min-width:auto;width:32px;height:32px;line-height:1;margin-right:0}body .pagination .nav-links a:hover{color:var(--global-palette9);background-color:var(--global-palette-btn-bg)}body .pagination .nav-links a.prev svg,
body .pagination .nav-links a.next
svg{display:none}body .pagination .nav-links
a.prev{background-image:url(/wp-content/themes/kadence-child/images/angle-left.svg);border-color:#1306081A;background-position:center;background-repeat:no-repeat}body .pagination .nav-links
a.next{background-image:url(/wp-content/themes/kadence-child/images/angle-right.svg);border-color:#1306081A;background-position:center;background-repeat:no-repeat}body .pagination .nav-links a.prev:hover,
body .pagination .nav-links a.next:hover{background-color:transparent}body .content-wrap.dynamic-page-content.books-archive,
body .content-wrap.dynamic-page-content.authors-archive{max-width:714px;margin:0
auto 40px}body .content-wrap.dynamic-page-content
ul{list-style:none;margin-left:0}body .content-wrap.dynamic-page-content ul
li{position:relative;padding-left:44px;margin-bottom:10px}body .content-wrap.dynamic-page-content ul li::before{content:'';position:absolute;background-image:url(/wp-content/themes/kadence-child/images/book-open-red.svg);width:34px;height:13px;top:calc(50% - 6px);left:0;background-position:center;background-repeat:no-repeat;background-size:cover}.faqs__accor-wrap .kt-accordion-wrap .kt-blocks-accordion-header,
body .dynamic-page-content .kt-accordion-wrap .kt-blocks-accordion-header{align-items:start}.faqs__accor-wrap .kt-accordion-wrap .kt-accordion-pane,
body .dynamic-page-content .kt-accordion-wrap .kt-accordion-pane{border-radius:0 0 8px 8px;box-shadow:0 2px 4px 0 #C2C2C21A, 0 8px 8px 0 #C2C2C217, 0 18px 11px 0 #C2C2C20D;overflow:hidden}.faqs__accor-wrap .kt-accordion-wrap > .kt-accordion-inner-wrap > .kt-accordion-pane:first-child > .kt-accordion-header-wrap,
body .dynamic-page-content .kt-accordion-wrap>.kt-accordion-inner-wrap>.kt-accordion-pane:first-child>.kt-accordion-header-wrap{margin-top:0}.faqs__accor-wrap.wp-block-kadence-accordion div.kt-accordion-wrap.kt-accodion-icon-style-arrow span.kt-blocks-accordion-icon-trigger:before,
body .dynamic-page-content .wp-block-kadence-accordion div.kt-accordion-wrap.kt-accodion-icon-style-arrow span.kt-blocks-accordion-icon-trigger:before{background:url(/wp-content/themes/kadence-child/images/dropdown-dark.svg);top:calc(50% - 3.25px);left:0;right:0;margin:0
auto;width:12px;height:7.5px;transform:rotate(180deg);background-position:center;background-repeat:no-repeat;background-size:cover;opacity:0.7}.faqs__accor-wrap.wp-block-kadence-accordion div.kt-accordion-wrap.kt-accodion-icon-style-arrow .kt-blocks-accordion-header.kt-accordion-panel-active span.kt-blocks-accordion-icon-trigger:before,
body .dynamic-page-content .wp-block-kadence-accordion div.kt-accordion-wrap.kt-accodion-icon-style-arrow .kt-blocks-accordion-header.kt-accordion-panel-active span.kt-blocks-accordion-icon-trigger:before{opacity:1;transform:rotate(0deg)}.faqs__accor-wrap.wp-block-kadence-accordion .kt-accodion-icon-style-arrow .kt-blocks-accordion-icon-trigger::after,
body .dynamic-page-content .wp-block-kadence-accordion .kt-accodion-icon-style-arrow .kt-blocks-accordion-icon-trigger::after{display:none}.author-hero-section .cities-listing-wrap, .book-hero-section .cities-listing-wrap{display:flex;gap:20px;color:var(--global-palette3);padding-top:19px}.author-hero-section .cities-listing-wrap > label, .book-hero-section .cities-listing-wrap>label{flex:0 0 auto;width:auto}.author-hero-section .cities-listing-wrap a, .book-hero-section .cities-listing-wrap
a{display:inline-block;color:var(--global-palette3);border:1px
solid #1306081A;border-radius:4px;padding:5px
10px;text-decoration:none}.author-hero-section .cities-listing-wrap span.active a,
.author-hero-section .cities-listing-wrap a.show-more-active,
.book-hero-section .cities-listing-wrap span.active a,
.book-hero-section .cities-listing-wrap a.show-more-active{color:var(--global-palette9);background-color:var(--global-palette1)}.author-hero-section .cities-listing-wrap .saven-cities-listing,
.author-hero-section .cities-listing-wrap .cities-list,
.book-hero-section .cities-listing-wrap .saven-cities-listing,
.book-hero-section .cities-listing-wrap .cities-list{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.author-hero-section .cities-listing-wrap a.show-more, .book-hero-section .cities-listing-wrap a.show-more{padding:7px
44px 7px 10px;position:relative}.author-hero-section .cities-listing-wrap a.show-more::before, .book-hero-section .cities-listing-wrap a.show-more::before{content:'';position:absolute;background-image:url(/wp-content/themes/kadence-child/images/dropdown.svg);width:24px;height:24px;top:calc(50% - 12px);right:10px;background-position:center;background-repeat:no-repeat;background-size:12px;transform:rotate(0deg);transition:0.3s}.author-hero-section .cities-listing-wrap a.show-more.show-more-active::before, .book-hero-section .cities-listing-wrap a.show-more.show-more-active::before{background-image:url(/wp-content/themes/kadence-child/images/dropdown-white.svg);transform:rotate(180deg)}.saven-cities-listing>span{display:none}.saven-cities-listing.active>span,.saven-cities-listing>span:nth-child(-n+2){display:block}.single-books .entry-hero-container-inner{background:transparent}.single-books .book-content-area.content-area{padding:21px
0 40px;margin:0}.sc-single-book .single-custom-details .featured-image
img{border-radius:4px}.sc-single-book .entry-title{margin:0
0 10px}.sc-single-book .by-sub-title{color:#130608B2;font-weight:400}.sc-single-book .by-sub-title
a{text-decoration:underline}.sc-single-book .book-inner-content-area{margin:40px
0 20px}.sc-single-book .book-buy-links .buy-entry-title{margin-bottom:20px}.locations-listing-main-wrap .cities-listing-wrap .eight-cities-listing,
.sc-single-book .book-retailer-links{display:flex;flex-wrap:wrap;gap:6px}.sc-single-book .book-buy-links .book-retailer-links:not(:last-child){margin-bottom:20px}.sc-single-book .book-retailer-links
h6{width:100%}.locations-listing-main-wrap .cities-listing-wrap .eight-cities-listing a,
.sc-single-book .book-retailer-links
a{display:inline-flex;align-items:center;line-height:1;color:#130608;border:1px
solid #AC354B;border-radius:4px;text-decoration:unset;padding:7px
10px 5px}.locations-listing-main-wrap .cities-listing-wrap .eight-cities-listing a::after,
.sc-single-book .book-retailer-links a::after{content:'';position:relative;display:inline-block;background-image:url(/wp-content/themes/kadence-child/images/arrow-top-right-black.svg);width:16px;height:17px;margin-left:9px}.sc-single-book .book-content-wrap .book-buy-links{margin-bottom:40px}.sc-single-book .author-books-listing
ul{list-style:none;display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:20px;margin:16px
0 0}.sc-single-book .author-books-listing ul>li{width:100%}.sc-single-book .genres-items{margin-bottom:20px}.sc-single-book .genres-items.isbn-code{margin-bottom:40px}.sc-single-author .genres-items h6,
.sc-single-book .genres-items
h6{margin-bottom:10px}.sc-single-book .genres-items
ul{list-style:none;color:var(--global-palette4);margin:0}.sc-single-book .genres-items
li{padding-left:24px}.sc-single-book .genres-items li::before{background-color:var(--global-palette4);left:10px}.sc-single-book .entry-sub-title{margin-bottom:16px}.sc-single-book .news-post-image{position:relative;width:100%;border-radius:8px 8px 0 0;overflow:hidden;margin-bottom:16px}.sc-single-book .news-post-image::before{content:'';padding-top:52.041%;display:block}.sc-single-book .news-post-image>*{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}body.post-type-archive-authors .entry-hero-container-inner,
body.post-type-archive-books .entry-hero-container-inner,
body.tax-genre .entry-hero-container-inner,
body.tax-locations .entry-hero-container-inner{background-color:transparent}body.post-type-archive .author-hero-section .archive-title,
body.post-type-archive .book-hero-section .archive-title,
body.tax-genre .book-hero-section .archive-title,
body.tax-locations .author-hero-section .archive-title{text-align:center;margin:28px
auto 20px}body.post-type-archive .author-hero-section,
body.post-type-archive .book-hero-section,
body.tax-genre .book-hero-section,
body.tax-locations .author-hero-section{margin-bottom:40px}body.post-type-archive .featured-authors-archive,
body.tax-genre .featured-books-archive,
body.tax-locations .featured-books-archive{background-color:var(--global-palette2);padding:30px
0}body.post-type-archive .featured-books-archive{padding-bottom:40px}body.post-type-archive .featured-authors-archive+.featured-books-archive{padding-top:30px}body.post-type-archive .featured-authors-archive h6,
body.post-type-archive .featured-books-archive h6,
body.tax-genre .featured-books-archive h6,
body.tax-locations .featured-books-archive
h6{max-width:var(--global-content-width);text-align:center;margin:0
auto 20px}body.post-type-archive .featured-authors-archive .featured-authors-wrap,
body.post-type-archive .featured-books-archive .featured-books-wrap,
body.tax-genre .featured-books-archive .featured-books-wrap,
body.tax-locations .featured-books-archive .featured-books-wrap{max-width:var(--global-content-width);margin:0
auto;padding:0
var(--global-content-edge-padding)}body.post-type-archive .featured-authors-wrap ul,
body.post-type-archive .featured-books-wrap ul,
.woocommerce-MyAccount-my-book-info ul,
body.tax-genre .featured-books-wrap ul,
body.tax-locations .featured-authors-wrap ul,
body.tax-locations .featured-books-wrap
ul{list-style:none;display:flex;flex-wrap:wrap;margin:0;gap:20px;justify-content:center}body.tax-genre .featured-books-archive .book-details .book-name,
body.tax-locations .featured-books-archive .book-details .book-name{margin-bottom:10px}body.post-type-archive .authors-archive,
body.post-type-archive .books-archive,
body.tax-genre .books-archive,
body.tax-locations .authors-archive{max-width:var(--global-content-width);margin:40px
auto;padding:0
var(--global-content-edge-padding)}body.post-type-archive .authors-archive h2,
body.post-type-archive .books-archive h2,
body.tax-genre .books-archive h2,
body.tax-locations .authors-archive
h2{margin-bottom:24px;text-align:center}body.post-type-archive .featured-books-archive + .authors-archive,
body.post-type-archive .featured-books-archive+.books-archive{margin-top:0}.locations-listing-main-wrap .locations-listing-item:not(:last-child){margin-bottom:25px}.locations-listing-main-wrap  h2.location-country-title{margin:0
0 15px}.locations-listing-main-wrap .locations-listing-item
h3{font-weight:normal;margin-bottom:15px}.locations-listing-main-wrap h2.location-country-title a,
.locations-listing-main-wrap h2.location-country-title a:hover,
.locations-listing-main-wrap .locations-listing-item h3 a,
.locations-listing-main-wrap .locations-listing-item h3 a:hover{color:var(--global-palette3);text-decoration:underline;text-decoration-thickness:1px}.locations-listing-main-wrap .cities-listing-wrap .eight-cities-listing a.show-more::after{background-image:url(/wp-content/themes/kadence-child/images/dropdown.svg);width:24px;background-position:center;background-repeat:no-repeat;background-size:12px}.locations-listing-main-wrap .cities-listing-wrap .eight-cities-listing a.show-more.show-more-active{color:#fff;background-color:var(--global-palette1)}.locations-listing-main-wrap .cities-listing-wrap .eight-cities-listing a.show-more.show-more-active::after{background-image:url(/wp-content/themes/kadence-child/images/dropdown-white.svg);transform:rotate(180deg)}.locations-listing-main-wrap .eight-cities-listing:not(.active)>span{display:none}.locations-listing-main-wrap .eight-cities-listing>span:nth-child(-n+7){display:block}body.tag .post-archive-title,
body.category .post-archive-title,
body.blog .post-archive-title,
body.tag #archive-container,
body.category #archive-container,
body.blog #archive-container{max-width:calc(var(--global-calc-content-width) + (var(--global-content-edge-padding) * 2));margin:0
auto;padding:0
var(--global-content-edge-padding)}body.tag #archive-container,
body.category #archive-container,
body.blog #archive-container{gap:20px;margin-bottom:40px}body.tag .post-archive-title .page-title,
body.category .post-archive-title .page-title,
body.blog .post-archive-title .page-title{text-align:center;margin:28px
0 20px}body.tag #archive-container .entry .post-thumbnail,
body.category #archive-container .entry .post-thumbnail,
body.blog #archive-container .entry .post-thumbnail{border-radius:8px;margin-bottom:10px;padding-bottom:55.335%}body.tag #archive-container .entry a.post-more-link,
body.category #archive-container .entry a.post-more-link,
body.blog #archive-container .entry a.post-more-link{color:var(--global-palette-highlight);font-size:14px;font-weight:400;letter-spacing:0;text-transform:unset}body.tag #archive-container .entry a.post-more-link .kadence-svg-iconset,
body.category #archive-container .entry a.post-more-link .kadence-svg-iconset,
body.blog #archive-container .entry a.post-more-link .kadence-svg-iconset{display:none}body.tag #archive-container .loop-entry .entry-header,
body.category #archive-container .loop-entry .entry-header,
body.blog #archive-container .loop-entry .entry-header{display:flex;flex-direction:column-reverse;margin-bottom:16px}body.tag #archive-container .loop-entry .entry-header a:hover,
body.category #archive-container .loop-entry .entry-header a:hover,
body.blog #archive-container .loop-entry .entry-header a:hover{color:var(--global-palette3)}body.tag #archive-container .loop-entry .entry-header .entry-meta,
body.category #archive-container .loop-entry .entry-header .entry-meta,
body.blog #archive-container .loop-entry .entry-header .entry-meta{margin:0
0 10px}body.tag #archive-container .loop-entry .entry-header .entry-meta .posted-on,
body.category #archive-container .loop-entry .entry-header .entry-meta .posted-on,
body.blog #archive-container .loop-entry .entry-header .entry-meta .posted-on{flex-direction:row-reverse}body.tag #archive-container .loop-entry .entry-header .entry-meta .category-links,
body.category #archive-container .loop-entry .entry-header .entry-meta .category-links,
body.blog #archive-container .loop-entry .entry-header .entry-meta .category-links{text-transform:uppercase;order:-1}body.tag .pagination,
body.category .pagination,
body.blog
.pagination{display:flex;justify-content:center;overflow:visible;margin:0
auto 40px}body .wp-block-term-description
p{margin:1em
0}body .wp-block-term-description p:first-child{margin-top:0}body .wp-block-term-description p:last-child{margin-bottom:0}body.category #archive-container h2.new-release-heading{text-align:center}body.category #archive-container h2.new-release-heading:not(:first-child){margin-top:50px}.single-post .entry-hero .entry-title{margin:28px
auto 20px;max-width:715px;text-align:center}.single-post .entry-hero .title-entry-excerpt{max-width:715px;margin:0
auto 1rem}.single-post .entry-hero .title-entry-excerpt>p{margin-top:0}.single-post .entry-hero .entry-meta{justify-content:center;margin:0
0 40px}.single-post .entry-hero .entry-meta .posted-on{flex-direction:row-reverse}.single-post .entry-hero .entry-meta .category-links{order:-1;text-transform:uppercase}.single-post
#primary{margin:0
0 40px}.single-post #primary .content-container{max-width:747px}.single-post .content-wrap .post-top-featured{border-radius:8px}body.single-post .kadence-thumbnail-position-above{margin-bottom:20px}.single-post .post-navigation{font-size:16px;line-height:1.5;border-top:2px solid #1306081A;padding-top:40px;margin:40px
0 0}.single-post .post-navigation .nav-next a,
.single-post .post-navigation .nav-previous
a{font-weight:700;color:var(--global-palette3)}.single-post .post-navigation .nav-previous:after,
.single-post .post-navigation-sub
small{display:none}.single-post .post-navigation-sub{position:relative;color:var(--global-palette1);font-weight:700}.single-post .post-navigation-sub::before{content:'';position:relative;display:inline-block;background-repeat:no-repeat}.single-post .nav-previous .post-navigation-sub::before{content:"Previous article";padding-left:1.9rem;background-image:url(/wp-content/themes/kadence-child/images/arrow-left-red.svg);background-position:left 48%}.single-post .nav-next .post-navigation-sub::before{content:"Next article";padding-right:1.9rem;background-image:url(/wp-content/themes/kadence-child/images/arrow-right-red.svg);background-position:right 48%}.single-post
.kt_simple_share_container.kt_share_beforecontent{padding-bottom:40px;margin-bottom:0}.single-post .kt-social-align-center{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 16px}.single-post .kt_simple_share_container
a{font-size:20px;background-color:var(--global-palette1);width:40px;height:40px;margin:0}.single-post .kt_simple_share_container a
i{line-height:40px}div.genre__button-box .wp-block-kadence-advancedheading{text-wrap:nowrap}.genre-listing-wrap.top-level-genre-main-wrap{display:flex;flex-wrap:wrap;align-items:start;gap:20px}.genre-listing-wrap.top-level-genre-main-wrap .genre-listing-item-wrap{position:relative;border-radius:4px;width:100%;z-index:1;overflow:hidden}.genre-listing-wrap.top-level-genre-main-wrap .genre-listing-item-wrap
h3{position:relative;color:var(--global-palette9);background-color:var(--global-palette1);font-size:16px;line-height:1.375;margin-bottom:0;padding:16px
38px 16px 16px;cursor:pointer}.genre-listing-wrap.top-level-genre-main-wrap .genre-listing-item-wrap h3::before{content:'';position:absolute;background-image:url(/wp-content/themes/kadence-child/images/dropdown-white.svg);top:calc(50% - 10px);right:16px;width:20px;height:20px;transform:rotate(0deg);transition:0.3s;background-position:center;background-repeat:no-repeat;background-size:12px}.genre-listing-wrap.top-level-genre-main-wrap .genre-listing-item-wrap h3.active::before{transform:rotate(180deg)}.genre-listing-wrap.top-level-genre-main-wrap .genre-listing-dropdown{list-style:none;background-color:#1306080D;border:1px
solid var(--global-palette1);border-radius:0px 0px 4px 4px;padding:16px;max-height:350px;overflow-y:auto}.genre-listing-wrap.top-level-genre-main-wrap .genre-listing-dropdown::-webkit-scrollbar{width:16px}.genre-listing-wrap.top-level-genre-main-wrap .genre-listing-dropdown{scrollbar-width:thin;scrollbar-color:var(--global-palette1) #CFD8DC}.genre-listing-wrap.top-level-genre-main-wrap .genre-listing-dropdown::-webkit-scrollbar-track{background:#CFD8DC}.genre-listing-wrap.top-level-genre-main-wrap .genre-listing-dropdown::-webkit-scrollbar-thumb{background-color:var(--global-palette1);border-radius:6px;border:3px
solid #CFD8DC}.genre-listing-wrap.top-level-genre-main-wrap .genre-listing-dropdown
ul{list-style:none;padding-top:20px;padding-left:16px}.genre-listing-wrap.top-level-genre-main-wrap .genre-listing-dropdown ul li:not(:last-child){margin-bottom:20px}.genre-listing-wrap.top-level-genre-main-wrap .genre-listing-dropdown
a{position:relative;display:block;color:var(--global-palette3);font-size:16px;padding-right:23px;text-decoration:none}.genre-listing-wrap.top-level-genre-main-wrap .genre-listing-dropdown a::before{content:'';position:absolute;background-image:url(/wp-content/themes/kadence-child/images/arrow-right-black.svg);width:16px;height:16px;top:calc(50% - 8px);right:3px;background-position:center;background-repeat:no-repeat}.contact__form_wrapper.gform-theme--framework .gform_validation_errors,
.contact__form_wrapper .gform_heading
.gform_required_legend{display:none}.contact__form_wrapper.gform-theme--foundation
.gform_fields{gap:20px}.contact__form_wrapper.gform-theme--foundation .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)){gap:0}.contact__form_wrapper .gfield_label.gform-field-label,
.contact__form_wrapper .field_sublabel_above .gform-field-label--type-sub{color:var(--global-palette3);font-size:inherit;font-weight:400;margin-bottom:4px}.contact__form_wrapper.gform-theme--framework .gform-field-label>.gfield_required{color:#DE042C;font-size:inherit}.contact__form_wrapper .field_sublabel_above .gform-field-label--type-sub::after{content:'*';display:inline-block;color:#DE042C}.contact__form_wrapper .ginput_container input,
.contact__form_wrapper .ginput_container
textarea{border:1px
solid #2F2F2F26;border-radius:4px;height:auto;padding:12px
16px;line-height:1.572;box-shadow:none}.contact__form_wrapper .ginput_container input::placeholder,
.contact__form_wrapper .ginput_container textarea::placeholder{color:var(--global-palette4)}.contact__form_wrapper .ginput_container input:focus,
.contact__form_wrapper .ginput_container textarea:focus{border-color:#2F2F2F26}.contact__form_wrapper .ginput_container
textarea{resize:none}.contact__form_wrapper .ginput_container input[type="radio"]{position:relative;background-color:transparent;border:2px
solid #1306081A;border-radius:50%;width:20px;height:20px;padding:0;cursor:pointer}.contact__form_wrapper .ginput_container input[type="radio"]:checked{background-color:var(--global-palette1)}.contact__form_wrapper .ginput_container input[type="radio"]::before{position:absolute;background-color:#fafafa;width:10px;height:10px;top:50%;left:50%;transform:translate(-50%, -50%)}.contact__form_wrapper .ginput_container--name{--gf-field-gap-x:18px}.contact__form_wrapper .ginput_container
textarea.medium{height:200px}.contact__form_wrapper
.gform_footer{justify-content:end;margin-top:10px}.contact__form_wrapper.gform-theme--framework .contact__form .gform_footer input[type="submit"].gform_button{font-weight:700;background-color:var(--global-palette1);border:1px
solid var(--global-palette1);border-radius:4px;max-width:188px;width:100%;padding:17px}.contact__form_wrapper.gform-theme--framework .contact__form .gform_footer input[type="submit"].gform_button:hover{color:var(--global-palette1);background-color:transparent;border:1px
solid var(--global-palette1)}.contact__form_wrapper.gform-theme--framework .gfield--type-choice
.gfield_radio{flex-direction:unset;gap:15px}.gform-theme--foundation fieldset.gfield--type-radio{padding:10px
0}body ul.open-book__list{list-style:none;padding-left:0;margin-left:0}ul.open-book__list
li{position:relative;padding-left:44px}ul.open-book__list li:not(:last-child){margin-bottom:10px}ul.open-book__list li::before{content:'';position:absolute;background-image:url(/wp-content/themes/kadence-child/images/book-open-red.svg);width:34px;height:13px;top:calc(50% - 6px);left:0;background-position:center;background-repeat:no-repeat;background-size:cover}.for-author__book-title{display:flex;align-items:center;justify-content:center;flex-grow:1}.woocommerce-account .woocommerce form .form-row label,
.woocommerce-account .woocommerce form .form-row
input{color:var(--global-palette3)}.woocommerce-account .woocommerce form .woocommerce-form-login__rememberme{display:flex;align-items:center;gap:10px;margin-bottom:0.5rem}.woocommerce-account .woocommerce .woocommerce-info{display:flex;flex-wrap:wrap;flex-direction:unset;align-items:center;justify-content:space-between;gap:1rem}.woocommerce-account .woocommerce .woocommerce-info::before,
.woocommerce-account .woocommerce .woocommerce-info::after{display:none}.woocommerce-account .woocommerce .woocommerce-info
.button{font-weight:700;float:unset}.woocommerce-account .woocommerce-Address-title{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:0.25rem 1rem;margin-bottom:0.5rem}.woocommerce-account .woocommerce-Address-title
h3{margin-bottom:0}.woocommerce-account .woocommerce-Address
address{font-style:normal}body.woocommerce-account.logged-in .woocommerce-notices-wrapper{margin-top:0}body.woocommerce-account.logged-in .single-content .woocommerce-notices-wrapper ul.woocommerce-error{margin-bottom:1rem}.woocommerce-account .author-MyAccount__page .woocommerce-MyAccount-content .your-promotions-tab-main-wrap.search-tab-main-wrap{top:0;margin-top:-20px}.woocommerce-MyAccount-content .your-promotions-tab-main-wrap .promotions-date-range form.promotions-date-range-form{align-items:end;padding:20px
0}.woocommerce-account .upcoming-current-promotions-content-wrap.search-tab .woocommerce-MyAccount-orders-wrap:not(:last-child),
.woocommerce-account .past-promotions-content-wrap.search-tab .woocommerce-MyAccount-orders-wrap:not(:last-child){margin-bottom:20px}.woocommerce-account .upcoming-current-promotions-content-wrap.search-tab .woocommerce-MyAccount-orders-wrap,
.woocommerce-account .past-promotions-content-wrap.search-tab .woocommerce-MyAccount-orders-wrap{overflow:auto}.woocommerce-account .upcoming-current-promotions-content-wrap.search-tab .woocommerce-MyAccount-orders-wrap .woocommerce-MyAccount-orders,
.woocommerce-account .past-promotions-content-wrap.search-tab .woocommerce-MyAccount-orders-wrap .woocommerce-MyAccount-orders{min-width:420px}.woocommerce-cart:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-totals-coupon__form .wc-block-components-button:not(.is-link){min-height:49px}.woocommerce-cart .wc-block-components-button:not(.is-link),
.woocommerce-checkout .wc-block-components-button:not(.is-link){border:1px
solid var(--global-palette1)}.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__header,
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart__totals-title{font-size:14px}.woocommerce-cart .wc-block-cart__submit{margin-bottom:0}.woocommerce-cart .wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block{border:0;padding:0}.woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-text-input
label{top:1.7em;left:1em}.woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-text-input input[type=text],
.woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-text-input input[type=text]{height:100%}.woocommerce-cart .wc-block-components-totals-coupon__form,
.woocommerce-checkout .wc-block-components-totals-coupon__form{margin-bottom:0}body.woocommerce-cart .woocommerce-message::before,
body.woocommerce-cart .woocommerce-message::after{display:none}.woocommerce-cart .woocommerce-notices-wrapper{margin:0}.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding:1rem;flex-direction:unset}body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message
a.button{padding:0.75rem 1rem;margin:0;text-wrap:nowrap}.woocommerce-cart .kadence-woo-cart-form-wrap{display:flex}.woocommerce-cart .kadence-woo-cart-form-wrap>form{padding-right:4.5283018868%;width:65%;margin:0}.woocommerce-cart .kadence-woo-cart-form-wrap .cart-collaterals{padding-left:2.2641509434%;width:35%}.woocommerce-cart .woocommerce-cart-form__contents
thead{text-transform:uppercase}.woocommerce-cart table.cart
th{padding:8px
16px 8px 0 !important}body.woocommerce-cart table.cart th.product-name{position:static;text-align:center}.woocommerce-cart table.cart th.product-subtotal{width:100px;text-align:end}.woocommerce-cart table.cart td.product-thumbnail{width:100px;padding:24px
0 24px 16px !important;vertical-align:top}.woocommerce-cart table.cart .product-thumbnail
img{width:84px}.woocommerce-cart table.cart td.product-name{padding:24px
0 24px 16px !important}.woocommerce-cart table.cart td.product-name>strong{display:block;line-height:1.4;margin-bottom:12px}.woocommerce-cart table.cart td.product-name .cart-item-product-price{line-height:1.2;margin-bottom:12px}.woocommerce-cart table.cart
.quantity{margin-bottom:11px}.woocommerce-cart table.cart .quantity
.qty{font-weight:700;color:inherit;background-color:transparent;border:1px
solid #1212121c;border-radius:4px;height:30px;width:1005%;max-width:107px;padding:0;box-shadow:none}.woocommerce-cart table.cart .product-name
a.remove{display:inline-block;font-family:inherit;font-size:10.5px;font-weight:400;line-height:1;color:inherit !important;width:auto;height:auto;text-decoration:underline}.woocommerce-cart table.cart .product-name a.remove:hover{background-color:transparent;text-decoration:none}.woocommerce-cart table.cart td.product-subtotal{padding:24px
16px !important;vertical-align:top;text-align:end}.woocommerce-cart .cart_totals
h2{font-size:inherit;color:inherit;text-transform:uppercase;padding:8px
16px 8px 0;margin:0}.woocommerce-cart .cart_totals .coupon-code-wrap{border-top:1px solid hsla(0, 0%, 7%, .11);border-bottom:1px solid hsla(0, 0%, 7%, .11);padding:16px}.woocommerce-cart table.cart.shop_table
td{border-color:hsla(0,0%,7%,.11)}.woocommerce-cart table.cart td.actions .button[type="submit"]{border:1px
solid var(--global-palette1);height:auto;min-height:auto;line-height:1;padding: .75rem 1.125rem}.woocommerce-cart table.cart td.actions .button[type="submit"]:disabled{border-color:var(--global-palette7)}.woocommerce-cart .coupon-code-wrap .add-a-coupon-label{position:relative;display:block;cursor:pointer}.woocommerce-cart .coupon-code-wrap .add-a-coupon-label::before{content:'';position:absolute;background-image:url(/wp-content/themes/kadence-child/images/angle-down.svg?x97072);width:24px;height:24px;top:calc(50% - 12px);right:0;opacity:70%}.woocommerce-cart .cart-collaterals .cart_totals table tr th,
.woocommerce-cart .cart-collaterals .cart_totals table tr
td{line-height:1.36;border-color:hsla(0,0%,7%,.11);padding:16px
!important}.woocommerce-cart .cart-collaterals .cart-subtotal
th{font-weight:400}.woocommerce-cart .cart_totals .wc-proceed-to-checkout{padding:0}.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button{font-size:18px;border-radius:3px;padding:14px;margin:0}.woocommerce-cart .cart-collaterals .cart_totals table.shop_table
small{color:var(--global-palette4)}.woocommerce-cart .cart-collaterals
.coupon{display:block;padding-top:1rem}.woocommerce-cart .cart-collaterals .coupon input[type="text"]{color:#000;border:1px
solid #000;width:calc(100% - 153px);padding:1em
.5em;margin-right:4px}.woocommerce-cart .cart-collaterals .coupon
.button{font-size:16px;padding:13px
20px}.woocommerce-checkout .wc-block-error__text .wc-block-link-button{color:var(--global-palette1);background-color:transparent;border:0;padding:0}.woocommerce-checkout button.stripe-gateway-stripelink-modal-trigger{background-position:center}.woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-text-input
label{top:1.862em;left:1em}.woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-text-input.is-active label,
.woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-text-input.is-active
label{top:0;left:0.5em}.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button:hover{color:var(--global-palette1)}.woocommerce-checkout .wc-block-components-address-form-wrapper .wc-block-components-address-form > div:first-child .wc-blocks-components-select__container{margin-top:0}.woocommerce-checkout .is-mobile .wc-block-components-sidebar.wp-block-woocommerce-checkout-totals-block,
.woocommerce-checkout .is-small .wc-block-components-sidebar.wp-block-woocommerce-checkout-totals-block,
.woocommerce-checkout .is-medium .wc-block-components-sidebar.wp-block-woocommerce-checkout-totals-block{display:none}.woocommerce-checkout .wp-block-woocommerce-checkout{padding-top:0}body.post-type-archive-product .entry-hero-container-inner,
body.tax-product_cat .entry-hero-container-inner{padding:40px
0}body.post-type-archive-product #primary.content-area,
body.tax-product_cat #primary.content-area{margin:40px
0}.single-product main>.entry-content-wrap.product:not(.loop-entry){padding-top:28px;padding-bottom:40px}.woocommerce.single-product .quantity
.qty{color:var(--global-palette3)}.woocommerce div.product div.images.woocommerce-product-gallery{height:auto !important}.single-product.woocommerce .woocommerce-message{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:0.5rem 1rem;padding:1em
1em 1em 2em;margin:16px
0 0px;outline:0}.single-product.woocommerce .woocommerce-message::before,
.single-product.woocommerce .woocommerce-message::after{display:none}.single-product.woocommerce .woocommerce-message
.button{margin:0}body.woocommerce:not(.woocommerce-account):not(.woocommerce-cart) .woocommerce-notices-wrapper{margin-top:1rem}.woocommerce-notices-wrapper a:hover{color:var(--global-palette-highlight)}.single-product .woocommerce-Tabs-panel ul:last-child,
.single-product .woocommerce-Tabs-panel p:last-child{margin-bottom:0}.single-product.woocommerce div.product .woocommerce-tabs
.panel{margin-bottom:0}body.single-product
.related.products{margin-top:40px}.single-product.woocommerce
ul.products{margin-bottom:0}.woocommerce-account:not(.logged-in) .woocommerce{max-width:var(--global-content-width);margin:0
auto;padding:0
var(--global-content-edge-padding)}.woocommerce-account.logged-in
.woocommerce{display:flex;flex-wrap:wrap}body.kadence-account-nav-left.woocommerce-account .account-navigation-wrap{background-color:#fff;border-right:1px solid #1306081A;width:100%;max-width:280px;padding:24px;float:unset}body.kadence-account-nav-left.woocommerce-account .woocommerce-MyAccount-content{width:100%;padding:0;float:unset}.woocommerce-account .account-navigation-wrap h3.author-info-title,
.woocommerce-account .account-navigation-wrap h3.promotions-title,
.woocommerce-account .account-navigation-wrap h3.account-info-title{font-size:14px;text-transform:uppercase;margin-bottom:10px}.woocommerce-account .account-navigation-wrap h3.account-info-title{margin-top:10px}.woocommerce-account .account-navigation-wrap ul li:not(:last-child){margin-bottom:10px}body.kadence-account-nav-left.woocommerce-account .account-navigation-wrap li
a{position:relative;font-size:16px;font-weight:400;line-height:1.375;color:#111;border:0;border-radius:4px;padding:13px
34px 13px 48px;transition:all .1s linear}body.kadence-account-nav-left.woocommerce-account .account-navigation-wrap li a:hover{color:#fff;background-color:var(--global-palette1);border:0}body.kadence-account-nav-left.woocommerce-account .account-navigation-wrap li.is-active
a{font-weight:700;color:#fff;background-color:var(--global-palette1)}.woocommerce-account .account-navigation-wrap li a::before{content:'';position:absolute;width:24px;height:24px;top:12px;left:12px}.woocommerce-account .account-navigation-wrap li a:hover::before,
.woocommerce-account .account-navigation-wrap li.is-active a::before{filter:brightness(0) invert(1)}.woocommerce-account .account-navigation-wrap li.woocommerce-MyAccount-navigation-link--author-profile a::before,
.woocommerce-account .account-navigation-wrap li.woocommerce-MyAccount-navigation-link--edit-account a::before{background-image:url(/wp-content/themes/kadence-child/images/icon-user-account.svg?x97072)}.woocommerce-account .account-navigation-wrap li.woocommerce-MyAccount-navigation-link--my-books a::before{background-image:url(/wp-content/themes/kadence-child/images/icon-books.svg?x97072)}.woocommerce-account .account-navigation-wrap li.woocommerce-MyAccount-navigation-link--dashboard a::before{background-image:url(/wp-content/themes/kadence-child/images/icon-deshboard.svg?x97072)}.woocommerce-account .account-navigation-wrap li.woocommerce-MyAccount-navigation-link--members-area a::before{background-image:url(/wp-content/themes/kadence-child/images/icon-memberships.svg?x97072)}.woocommerce-account .account-navigation-wrap li.woocommerce-MyAccount-navigation-link--subscriptions a::before{background-image:url(/wp-content/themes/kadence-child/images/icon-subscriptions.svg?x97072)}.woocommerce-account .account-navigation-wrap li.woocommerce-MyAccount-navigation-link--orders a::before{background-image:url(/wp-content/themes/kadence-child/images/icon-orders.svg?x97072)}.woocommerce-account .account-navigation-wrap li.woocommerce-MyAccount-navigation-link--edit-address a::before{background-image:url(/wp-content/themes/kadence-child/images/icon-address.svg?x97072)}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-title-breadcrume{border-bottom:1px solid #1306081A;padding:14px
20px}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-title-breadcrume
h2{margin-bottom:4px}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-title-breadcrume #kadence-breadcrumbs{padding:0}.woocommerce-account .author-profile__form, .woocommerce-account .author-MyAccount__page{display:flex;align-items:start;gap:20px;padding:20px
20px 70px}.woocommerce-account .woocommerce-MyAccount-author-profile-info{background-color:#fff;border:1px
solid #1306081A;border-radius:8px;width:100%;padding:20px;box-shadow:0 2px 4px #C2C2C21A, 0 8px 8px #C2C2C217, 0 18px 11px #C2C2C20D, 0 31px 13px #C2C2C203, 0 50px 14px #C2C2C200}.woocommerce-account .woocommerce-MyAccount-author-profile-info
h3{font-size:16px;margin-bottom:20px}.woocommerce-account .woocommerce-MyAccount-author-profile-info h3+p:first-of-type{margin-top:-14px}.woocommerce-account .woocommerce-MyAccount-author-profile-info p:not(:last-child){margin-bottom:20px}.woocommerce-account .author-profile__form .author-profile__info-box{text-align:center}.woocommerce-account .author-profile__info-box .author-profile-photo-wrap
img{display:flex;border-radius:50%;aspect-ratio:1 / 1;width:100%;max-width:250px;margin:0
auto}.author-profile__form > .author-profile__info-box
h4{font-size:14px;color:#130608B2;margin:20px
0 8px}.author-profile__form > .author-profile__info-box .subscription-status{display:inline-block;font-size:16px;font-weight:700;color:var(--global-palette3);background-color:#76E39B;border-radius:4px;padding:9px
30px;margin-bottom:20px}.author-profile__form > .author-profile__info-box .subscription-status-in-active{background-color:#FCAE42}.author-profile__form > .author-profile__info-box .author-profile-photo-input-field{display:flex;align-items:center;justify-content:center;padding:10px
16px}.author-profile__form > .author-profile__info-box .author-profile-photo-upload{color:var(--global-palette1);font-size:18px;font-weight:700}.author-profile__form > .author-profile__info-box .author-profile-photo-input-field .author-profile-photo-upload-file{width:172px}.woocommerce-account .woocommerce-MyAccount-content form .form-row
label{font-size:14px;font-weight:400;line-height:1.57;margin-bottom:4px}.woocommerce-account .woocommerce-MyAccount-content form .form-row input,
.woocommerce-account .woocommerce-MyAccount-content form .form-row select,
.woocommerce-account .woocommerce-MyAccount-content form .form-row
textarea{border:1px
solid #2F2F2F1A;border-radius:4px;padding:12px
16px}.woocommerce-account .woocommerce-MyAccount-content form .form-row
select{background-image:url(/wp-content/themes/kadence-child/images/dropdown.svg?x43332);background-position:calc(100% - 20px) 50%}.woocommerce-account .author-profile__wrap form .woocommerce-gender-radio-wrap{display:flex;flex-wrap:wrap;align-items:center;gap:80px;color:var(--global-palette3)}.woocommerce-account .author-profile__wrap form .woocommerce-gender-radio-wrap>div{display:flex;align-items:center}.woocommerce-account .author-profile__wrap .woocommerce-gender-radio-wrap
input{-webkit-appearance:none;appearance:none;border:2px
solid #1306081A;border-radius:50%;width:20px;height:20px;margin-right:10px}.woocommerce-account .author-profile__form-box p.woocommerce-form-radio-row{margin-bottom:0}.woocommerce-account .author-profile__wrap .woocommerce-gender-radio-wrap input:checked{background-color:var(--global-palette1)}.author-profile__form > .author-profile__form-box p:last-child{margin-top:20px;text-align:end}.author-profile__form > .author-profile__form-box button[type="submit"]{font-weight:700}.woocommerce-account .woocommerce form.author-profile__form  .form-row-first,
.woocommerce-account .woocommerce form.author-profile__form  .form-row-last{width:calc(50% - 10px)}.woocommerce-account .author-profile__form-box h3:not(:first-of-type){margin-top:60px}.woocommerce-account .my-book__wrap .my-book__form-box{background-color:#fff;border:1px
solid #1306081A;border-radius:10px;padding:20px;margin:18px
20px;box-shadow:0 2px 4px #C2C2C21A, 0 8px 8px #C2C2C217, 0 18px 11px #C2C2C20D, 0 31px 13px #C2C2C203, 0 50px 14px #C2C2C200}.woocommerce-account .my-book__form-box .my-book-title-btn__wrap{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.woocommerce-account .my-book__form-box .my-book-title-btn__wrap
h3{margin-bottom:0}.woocommerce-account .my-book__form-box .my-book-item-listing__wrap>ul{justify-content:start;padding:0}.woocommerce-account .my-book__form-box .my-book-add-book{font-weight:700;width:100%;max-width:137px;padding:12px
18px;text-align:center}.woocommerce-account .my-book__main-form-box .book-details__form{display:flex;align-items:start;gap:20px;padding:20px
20px 70px}.woocommerce-account .my-book__main-form-box .woocommerce-MyAccount-book-details-info{background-color:#fff;border:1px
solid #1306081A;border-radius:8px;width:100%;padding:20px;box-shadow:0 2px 4px #C2C2C21A, 0 8px 8px #C2C2C217, 0 18px 11px #C2C2C20D, 0 31px 13px #C2C2C203, 0 50px 14px #C2C2C200}.woocommerce-account .my-book__main-form-box .woocommerce-MyAccount-book-info{background-color:#fff;border:1px
solid #1306081A;border-radius:8px;width:100%;box-shadow:0 2px 4px #C2C2C21A, 0 8px 8px #C2C2C217, 0 18px 11px #C2C2C20D, 0 31px 13px #C2C2C203, 0 50px 14px #C2C2C200}.woocommerce-account .book-details__form-box h6,
.woocommerce-account .woocommerce-MyAccount-book-details-info p:not(:last-child),
.woocommerce-account .book-details__form-box .form-row-format,
.woocommerce-account .book-details__form-box .retailer_format_wrap .retailer_format_box:not(:last-child){margin-bottom:20px}.woocommerce-account .book-details__form-box h6:not(:first-child){margin-top:20px}.woocommerce-account .woocommerce-MyAccount-content form .form-row
textarea{height:auto}.woocommerce-account .woocommerce form.book-details__form .form-row-first,
.woocommerce-account .woocommerce form.book-details__form .form-row-last{width:calc(50% - 10px)}.woocommerce-account .book-details__form-box
.retailer_format_wrap{margin-bottom:14px}.woocommerce-account .book-details__form-box
.retailer_format_box{display:flex;gap:20px}.woocommerce-account .book-details__form-box .retailer_format_box
select{max-width:clamp(6.5625rem, 6.1096rem + 2.1005vw, 8rem)}.woocommerce-account .book-details__form-box .add-new-retailer-wrap a,
.woocommerce-account .book-details__form-box .form-row-format
a{font-size:16px;font-weight:700;text-decoration:none}.woocommerce-account .book-details__form-box .book-form__btn-wrap{text-align:end;margin-top:97px}.woocommerce-account .book-details__form-box .book-form__btn-wrap
.button{font-weight:700}.woocommerce-account .woocommerce-MyAccount-book-info .book-photo-main-wrap{padding:6px}.woocommerce-account .woocommerce-MyAccount-book-info .book-details__main-wrap{padding:24px
20px 20px}.woocommerce-account .woocommerce-MyAccount-book-info .book-photo-wrap
img{border-radius:4px;margin:0
auto}.woocommerce-account .woocommerce-MyAccount-book-info .book-photo-input-field{text-align:center;margin-bottom:30px}.woocommerce-account .book-photo-input-field .book-photo-upload{font-size:18px;font-weight:700}.woocommerce-account .woocommerce-MyAccount-book-info .book-details__cate-genr{text-align:center;margin-bottom:20px}.woocommerce-account .woocommerce-MyAccount-book-info .book-details__cate-genr
h5{margin-bottom:6px}.woocommerce-account .book-details__main-wrap
h6{font-size:14px;margin-bottom:6px}.woocommerce-account .book-details__main-wrap .existing-selected-genres
ul{display:block;padding-left:0;margin:20px
0}.woocommerce-account .book-details__main-wrap .existing-selected-genres ul
li{display:block;position:relative;border:0;width:100%;padding-right:28px;text-align:start;box-shadow:none}.woocommerce-account .book-details__main-wrap .existing-selected-genres ul li:not(:last-child){margin-bottom:16px}.woocommerce-account .book-details__main-wrap .existing-selected-genres
a{color:var(--global-palette4)}.woocommerce-account .book-details__main-wrap .existing-selected-genres .delete-selected-genre{position:absolute;font-size:0;background-image:url(/wp-content/themes/kadence-child/images/icon-trash.svg?x94807);width:20px;height:20px;right:0;top:calc(50% - 10px)}.woocommerce-account .book-details__main-wrap
#add_new_genre{font-size:14px;font-weight:700;color:var(--global-palette1);background-color:transparent;width:100%;padding:12px;margin-bottom:20px}.woocommerce-account .book-details__main-wrap #add_new_genre:hover{color:#fff;background-color:var(--global-palette1)}.woocommerce-account .book-details__main-wrap .existing-genres-dropdown{margin-bottom:24px}.book-details__main-wrap .existing-genres-dropdown .genre-dropdown-wrap:not(:last-child){margin-bottom:20px}.book-details__main-wrap .existing-genres-dropdown .genre-dropdown-wrap
label{display:block;color:var(--global-palette3);margin-bottom:4px}.book-details__main-wrap .existing-genres-dropdown .genre-dropdown-wrap
select{border:1px
solid #2F2F2F1A;border-radius:4px;padding:12px
16px;background-image:url(/wp-content/themes/kadence-child/images/dropdown.svg?x43332);background-position:calc(100% - 20px) 50%;width:100%}.woocommerce-account .book-details__main-wrap #save-genre{font-size:14px;font-weight:700;width:100%;padding:12px}.woocommerce form.woocommerce-form-login .form-row label,
.woocommerce form.woocommerce-form-login .form-row input.input-text{color:var(--global-palette3)}.woocommerce form.woocommerce-form-login .form-row{width:100%;float:unset}.woocommerce form.woocommerce-form-login .woocommerce-form-login__rememberme{width:100%;margin-bottom:0.5rem}.woocommerce form.woocommerce-form-login
.lost_password{margin-bottom:0}body.woocommerce-order-received:not(.logged-in) .woocommerce-thankyou-order-received{display:none}.woocommerce-order-received .entry-header{display:none}.woocommerce-order-received .entry-header.wc-order-received-page{display:inherit}.woocommerce-order-received .entry-header.wc-order-received-page + .entry-content.single-content .kt-row-column-wrap.kb-theme-content-width{padding-top:0}.woocommerce-order-received .woocommerce-order{font-size:clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);background-color:#fff;border:1px
solid #1306081A;border-radius:8px;padding:40px
20px 30px;box-shadow:0 2px 4px #C2C2C21A, 0 8px 8px #C2C2C217, 0 18px 11px #C2C2C20D, 0 31px 13px #C2C2C203, 0 50px 14px #C2C2C200}.woocommerce-order-received .ireckon-wc-thankyou-order-received{position:relative;width:fit-content;padding-left:70px;margin:0
auto 40px}.woocommerce-order-received .ireckon-wc-thankyou-order-received::before{content:'';position:absolute;background-image:url(/wp-content/themes/kadence-child/images/circle-check-green.svg?x97072);width:50px;height:50px;top:0;left:0;background-position:center;background-repeat:no-repeat;background-size:cover}.woocommerce-order-received .ireckon-wc-thankyou-order-received
h2{font-size:24px;margin-bottom:10px}.woocommerce-order-details .woocommerce-order-details__title{font-size:24px;margin-bottom:30px}.woocommerce-order-received table.shop_table.woocommerce-table--order-overview,
.woocommerce-order-received table.shop_table.woocommerce-table--order-details{font-size:clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);color:var(--global-palette3);border:1px
solid #1111110D;border-collapse:separate;border-spacing:0}.woocommerce-order-received table.shop_table.woocommerce-table--order-overview{border-bottom:0;border-radius:4px 4px 0 0;margin-bottom:0}.woocommerce-order-received table.shop_table.woocommerce-table--order-overview thead
th{background-color:#1111110D;width:33.33%;padding:19px
20px}.woocommerce-order-received table.shop_table.woocommerce-table--order-overview
td{border-top:0;padding:19px
20px}.woocommerce-order-received table.shop_table.woocommerce-table--order-details{border:1px
solid #1111110D;border-radius:0 0 4px 4px;border-collapse:separate;border-spacing:0;margin-bottom:30px}.woocommerce-order-received table.shop_table.woocommerce-table--order-details tr td,
.woocommerce-order-received table.shop_table.woocommerce-table--order-details tr
th{border-top:1px solid #1111110D;padding:19px
20px;vertical-align:baseline}.woocommerce-order-received table.shop_table.woocommerce-table--order-details tbody
td{width:50%;height:80px;padding:14px
20px}.woocommerce-order-received table.shop_table.woocommerce-table--order-details tfoot tr:not(:last-child)>*{font-weight:400}.woocommerce-order-received .woocommerce-table--order-details
.includes_tax{color:var(--global-palette4)}.woocommerce-order-received table.shop_table.woocommerce-table--order-details tfoot tr:last-child>*{height:73px;padding:14px
20px}.woocommerce-order-received table.shop_table.woocommerce-table--order-details tr>*:first-child{border-right:1px solid #1111110D}.woocommerce-order-received .ireckon-purchasing-membership-wrap{margin-bottom:30px}.woocommerce-order-received .ireckon-purchasing-membership-wrap
p{max-width:562px}.woocommerce-order-received .ireckon-purchasing-membership-wrap p:not(:last-child){margin-bottom:20px}.woocommerce-order-received .woocommerce-order
.button{color:var(--global-palette1);background-color:transparent;font-weight:700}.woocommerce-order-received .woocommerce-order .button:hover{color:#fff;background-color:var(--global-palette-btn-bg)}.woocommerce-order-received .ireckon-author-profile-wrap
h3{margin-bottom:20px}.woocommerce-order-received .ireckon-author-profile-wrap p:not(:last-child){margin-bottom:10px}.woocommerce-order-received .ireckon-author-profile-wrap p:last-child{margin-top:20px}.woocommerce-order-received .ireckon-author-profile-wrap
strong{color:var(--global-palette3)}.footer__affil-discl{display:none}.book-has-retailer-urls .footer__affil-discl{display:block;margin-bottom:10px}.book-has-retailer-urls .footer-html-inner .footer__affil-discl
a{text-decoration:none;font-size:13px}.book-has-retailer-urls .footer-html-inner .footer__affil-discl span.info-icon{border:1px
solid #fff;padding:0
7px;border-radius:9px;margin-right:5px}.book-has-retailer-urls .footer-html-inner .footer__affil-discl span.affiliate-disclosure-text{text-decoration:underline}.book-rating-main-wrap .rating-star-wrap{width:100px;height:20px}.book-rating-main-wrap .rating-star-wrap span.blank-star-icon{background-image:url(/wp-content/themes/kadence-child/images/blank-star-ic.svg);background-repeat:repeat-x;display:inline-block;overflow:hidden;width:100%;height:20px}.book-rating-main-wrap .rating-star-wrap span.rating-star-icon{background-image:url(/wp-content/themes/kadence-child/images/rating-star-ic.svg);background-repeat:repeat-x;display:inline-block;overflow:hidden;height:20px}.book-rating-main-wrap{display:flex;justify-content:center;gap:6px;align-items:center;padding:0
0 10px;margin-top:12px}.book-rating-review-main-wrap .book-rating-review-total{border-bottom:1px solid #1111111A;padding-bottom:12px}.book-rating-main-wrap.mobile-rating-wrap,.book-rating-review-main-wrap.mobile-rating-wrap{display:none;padding:0}.sc-single-book .book-price-wrap{text-align:center;margin-bottom:20px}.sc-single-book .book-price-from{font-size:16px;color:#111}.book-rating-review-main-wrap{display:flex;justify-content:center;gap:6px;align-items:center;padding:0
0 10px}.book-rating-review-main-wrap .book-rating-review-total>span:not(:first-child){padding-left:12px;margin-left:6px;position:relative}.book-rating-review-main-wrap .book-rating-review-total>span:not(:first-child):before{content:"";position:absolute;width:6px;height:6px;background:#1306081A;left:0;top:calc(50% - 2px);border-radius:3px}.woocommerce table tr th,
.woocommerce table tr td,
.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders
td{padding:10px
8px !important}.woocommerce table tr th,
.woocommerce table tr
td{font-size:14px !important}.woocommerce table a.button:not(:last-child){margin-bottom:8px !important;margin-right:8px !important}.single-content .woocommerce h2:last-child{margin:1.5em 0 .5em}.authors-books-genre-item-link
p{width:max-content;margin:-20px auto 20px;position:relative;z-index:9}.home h1.wp-block-kadence-advancedheading{margin-bottom:1rem !important}.home h1.wp-block-kadence-advancedheading
span{font-weight:400;color:rgba(19,6,8,0.7)}.single-content h1.aour-account-title{margin-top:40px}.woocommerce-account .single-content .u-columns
h2{font-size:27px}.woocommerce-account .single-content .u-columns{margin-bottom:20px}body.woocommerce-account.woocommerce-lost-password
.woocommerce{margin:40px
auto}body.woocommerce-account.woocommerce-lost-password  .woocommerce .lost_reset_password>p{margin-bottom:1rem}body.woocommerce-account.woocommerce-lost-password  .woocommerce .woocommerce-ResetPassword.lost_reset_password{width:100%;max-width:500px;margin:0
auto}.page-id-13852 p
a{color:currentcolor}.page-id-13852 .kt-inside-inner-col{max-width:530px;width:100%;margin:auto}.promotions-wrap{text-align:center}.promotions-wrap
p{color:#130608;font-size:14px;margin:20px
0!important}.promotions-wrap .choose-date-button
input{width:100%;font-weight:700;font-size:14px}.promotions-wrap .choose-date-item-wrap,
.promotions-wrap .choose-type-wrap .choose-type-buttons{display:flex;margin-bottom:20px;border:1px
solid #1306080D;box-shadow:0px 2px 4px 0px #C2C2C21A,0px 8px 8px 0px #C2C2C217, 0px 18px 11px 0px #C2C2C20D, 0px 32px 13px 0px #C2C2C203,0px 50px 14px 0px #C2C2C200;border-radius:4px}.promotions-wrap .choose-date-item-wrap .choose-date-item{width:100%}.promotions-wrap .choose-date-item-wrap .choose-date-item select,
.promotions-wrap .choose-type-wrap .choose-type-buttons
input{width:100%;padding:20px
16px;border:0;border-right:1px solid #1306081A;font-size:16px;outline:none;background-color:#fff;color:#130608}.promotions-wrap .choose-date-item-wrap .choose-date-item
select{background:none;background-image:url(/wp-content/themes/kadence-child/images/dropdown.svg);background-repeat:no-repeat;background-size:12px;background-position-y:center;background-position-x:calc(100% - 24px)}.promotions-wrap .choose-type-wrap .choose-type-buttons input.choose-type-btn.active{border:1px
solid #ac354b;background:#ac354B1A;color:#ac354b;font-weight:700}.availablepromotions-items,.availablebooks-items{box-shadow:0px 2px 4px 0px #C2C2C21A,0px 8px 8px 0px #C2C2C217, 0px 18px 11px 0px #C2C2C20D, 0px 32px 13px 0px #C2C2C203,0px 50px 14px 0px #C2C2C200;border-radius:4px;border:1px
solid #1306080D}.availablebooks-items{margin-bottom:10px}.availablepromotions-items ul,
.availablebooks-items
ul{list-style:none;padding-left:0!important}.availablepromotions-items ul li .promotions-item,
.availablebooks-items ul li .books-item, .availablebooks-accordion-items
label{padding:14px
16px;font-size:14px;color:#130608;display:flex;align-items:center;justify-content:space-between;text-align:left}.availablepromotions-items ul li
span{display:flex;align-items:center;gap:5px;min-width:145px;justify-content:flex-end;max-width:100%}.availablepromotions-items ul li span input.promotion-btn,
.availablebooks-items ul li span input.bookitem-btn{color:#AC354B;font-weight:700;font-size:14px;padding:6px
16px;background:transparent}.availablepromotions-items ul li span input.promotion-btn:hover,
.availablebooks-items ul li span input.bookitem-btn:hover,
.availablepromotions-items ul li span input.promotion-btn.active,
.availablebooks-items ul li span input.bookitem-btn.active{background:#AC354B;color:#fff}.availablepromotions-items ul li .moreinfo-content{border-top:1px solid #1306081A;background:#f3f3f3;padding:14px
16px;text-align:left}.availablepromotions-items ul li .moreinfo-content
a{color:#130608}.availablepromotions-items ul li .promotions-item
.downarrow{cursor:pointer;transition:all .2s ease}.availablepromotions-items ul li .promotions-item:has(.downarrow .active){background:#f3f3f3}.availablepromotions-items ul li .promotions-item .downarrow
.active{transform:rotate(180deg)}.promotion-final-cart{padding-top:40px}.promotion-final-cart
h2{margin-bottom:20px!important}.promotion-final-cart .selected-items-details label,
.promotion-final-cart .selected-items-details
span{display:block;color:#130608;text-align:start;font-size:14px}.promotion-final-cart .selected-items-details
input{width:100%;font-weight:700}.promotion-final-cart .selected-items-details .selected-item-month{border-bottom:1px solid #1306081A;padding-bottom:20px;display:flex;align-items:center;gap:8px}.promotion-final-cart .selected-items-details .selected-item-month
svg{width:15px;height:16px}.promotion-final-cart .selected-items-details .selected-item-price{padding:20px
0}.promotion-final-cart .selected-items-details
label{padding-bottom:20px;font-size:16px}.moreinfo-content
h4{font-size:16px;text-align:center;padding:16px
16px 10px;margin-bottom:0!important}#availableBooksPromotions .availableoptions-item>.moreinfo-content{padding:0}#availableBooksPromotions .availableoptions-item ul li .promotions-item:has(.downarrow .active),
#availableBooksPromotions .availableoptions-item ul li .moreinfo-content{background:#eaeaea!important}.promotions-item.is-not-available
span{position:relative;display:flex;align-items:center;gap:6px;justify-content:flex-end}.promotions-item.is-not-available span::after{content:'';display:inline-block;height:18px;width:18px;background-image:url('/wp-content/themes/kadence-child/images/not-available.svg?x97072');background-size:contain;background-repeat:no-repeat;background-position:center}.availablebooks-accordion-items
label{cursor:pointer}.availablebooks-accordion-items label
i{font-style:normal;font-size:18px}.availablebooks-accordion-items
ul{max-height:160px;overflow:auto}.availablebooks-accordion-items ul
li{text-align:left;padding:10px
20px;border-top:1px solid #ccc;cursor:pointer}body .members-dashboard-item{display:none}body.logged-in .members-login-item{display:none}body.logged-in .members-dashboard-item{display:list-item}body.join-now-breadcrumb #kadence-breadcrumbs{background-color:rgba(232, 206, 196, 0.6)}.register-ac .account-logged-in,
.register-ac .my-account-register-main-wrap{margin-top:20px;background:#fff;padding:40px;box-shadow:0 2px 4px 0px rgba(194, 194, 194, 0.9);border-radius:8px}.register-ac .my-account-register-main-wrap .form-row-wide{display:grid;grid-template-columns:1fr 3fr;grid-gap:10px;align-items:center;margin-bottom:20px}.register-ac .my-account-register-main-wrap .form-row-wide
input{color:var(--global-palette3)}@media only screen and (min-width: 576px){body.category #archive-container h2.new-release-heading{grid-column:1 / span 2}}@media only screen and (min-width: 768px){.author-news-wrap ul
li{width:calc(50% - 10px)}.sc-single-book{display:flex;gap:40px}.sc-single-book .single-custom-details{width:25%}.sc-single-book .book-content-wrap{width:75%}body.post-type-archive .content-wrap.dynamic-page-content
ul{column-count:2;column-gap:30px}.woocommerce-MyAccount-my-book-info .book-img-box,
body.tax-locations .featured-books-archive .featured-books-wrap .book-img-box{padding-top:20px}.woocommerce-MyAccount-my-book-info .book-img-box-in,
body.tax-genre .featured-books-archive .featured-books-wrap .book-img-box-in,
body.tax-locations .featured-books-archive .featured-books-wrap .book-img-box-in{max-width:110px}body.post-type-archive-authors .nav-links .page-numbers,
body.post-type-archive-books .nav-links .page-numbers{font-size:16px}.genre-listing-wrap.top-level-genre-main-wrap .genre-listing-item-wrap{width:calc(33.33% - 14px)}.genre-listing-wrap.top-level-genre-main-wrap .genre-listing-item-wrap
h3{display:flex;align-items:center;min-height:76px}.saven-cities-listing>span:nth-child(-n+7){display:block}.contact__nav-toggle.kb-buttons-wrap{display:none}.contact__navbar.kb-buttons-wrap{align-items:unset}.sc-single-book .genres-items{font-size:16px}body .content-wrap.dynamic-page-content ul li::before,
ul.open-book__list li::before{top:4px}body.kadence-account-nav-left.woocommerce-account .woocommerce>.woocommerce-MyAccount-content{width:calc(100% - 280px)}.woocommerce-account .woocommerce-MyAccount-my-book-info .book-img-box-in{max-width:145px}.woocommerce-account .woocommerce-MyAccount-book-info .book-details__cate-genr{font-size:16px}.woocommerce-order-received .woocommerce-order{margin:20px
0 63px}.woocommerce-order-received table.shop_table.woocommerce-table--order-overview td
strong{display:none}.home h1.wp-block-kadence-advancedheading
span{display:block;margin-top:10px}.on-this-day-books-items.owl-carousel .owl-stage-outer{padding:0px
10px 30px;margin:0px
-10px -30px}.only-mobile-view{display:none}.on-this-day-books-items .owl-stage{justify-content:center;margin-left:auto;margin-right:auto}.promotions-wrap .choose-date-button input,
.promotions-wrap p,
.availablebooks-items ul li .books-item,
.availablepromotions-items ul li span input.promotion-btn,
.availablebooks-items ul li span input.bookitem-btn,
.promotion-final-cart .selected-items-details span,
.availablepromotions-items ul li .promotions-item,
.availablebooks-items ul li .books-item{font-size:16px}.availablepromotions-items ul li .promotions-item,
.availablebooks-items ul li .books-item{padding:16px
20px}.availablepromotions-items ul li
span{gap:12px}.promotions-wrap .choose-date-item-wrap .choose-date-item select,
.promotions-wrap .choose-type-wrap .choose-type-buttons
input{padding:30px
24px}}@media only screen and (min-width: 1025px){.site-footer-middle-section-2{justify-content:end}.genre-listing-wrap.top-level-genre-main-wrap .genre-listing-item-wrap{width:calc(25% - 15px)}.author-hero-section .cities-listing-wrap > label, .book-hero-section .cities-listing-wrap>label{padding:9px
0}.woocommerce-account .author-profile__form>.author-profile__info-box{width:48%}.woocommerce-account .woocommerce-MyAccount-my-book-info .book-img-box{padding-top:34px}.woocommerce-account .my-book__main-form-box .woocommerce-MyAccount-book-info{width:48%}body.category #archive-container h2.new-release-heading{grid-column:1 / span 3}}@media only screen and (max-width: 1200px){.woocommerce-MyAccount-my-book-info ul
li{width:calc(33.33% - 14px)}.woocommerce table.my_account_orders
.button{padding:8px
10px}.on-this-day-books-items .owl-nav button.owl-prev, .on-this-day-books-items .owl-nav button.owl-next{top:calc(50% - 18px);right:-14px;width:44px;height:44px}.on-this-day-books-items .owl-nav button.owl-prev{left:-14px}.on-this-day-books-items .owl-nav
svg{width:6px}}@media only screen and (max-width: 1024px){footer .site-footer-bottom-section-2
.menu{justify-content:center;margin-bottom:16px}.featured-authors-wrap ul
li{padding:16px}.featured-authors-wrap .author-img-box{max-width:90px}.featured-books-wrap ul
li{width:calc(20% - 16px)}.featured-books-wrap .on-this-day-book__wrap .book-img-box,
.woocommerce-MyAccount-my-book-info .book-img-box{padding:20px
30px 0}.featured-books-wrap .on-this-day-book__wrap .book-img-box-in,
.woocommerce-MyAccount-my-book-info .book-img-box-in{max-width:140px}.featured-books-wrap .on-this-day-book__wrap .book-details,
.woocommerce-MyAccount-my-book-info .book-details{padding:10px
16px 16px}.ami-search--inputs .ami-search__box input,
.ami-search--inputs .ami-search__box
select{font-size:14px;line-height:1.286;background-position:calc(100% - 16px) 50%;background-size:10px;padding:12px
12px 12px 40px}body.post-type-archive .ami-search--inputs .ami-search__box.book-title-search-box input,
body.post-type-archive .ami-search--inputs .ami-search__box.author-name-search-box
input{padding-left:12px}.ami-search--inputs .ami-search__box
select{padding-right:40px}.ami-search--inputs .books-state-search-box::before,
.ami-search--inputs .top-level-genre-search::before,
.ami-search--inputs .child-genre-search::before,
.ami-search--inputs .gender-search::before,
.ami-search--inputs .book-title-search-box::before,
.ami-search--inputs .authors-state-search-box::before,
.ami-search--inputs .author-name-search-box::before{top:12px;left:12px}.ami-search .ami-search__box input[type="submit"]{padding:14px
24px}#main-header .main-navigation .primary-menu-container > ul li.menu-item>a{font-size:12px;padding-left:8px;padding-right:8px}#main-header .header-button-wrap .header-button.button-size-custom{padding-left:16px;padding-right:16px;margin:0}.author-hero-section .cities-listing-wrap, .book-hero-section .cities-listing-wrap{flex-direction:column;align-items:center;gap:10px;padding-top:16px}.author-hero-section .cities-listing-wrap .saven-cities-listing,
.author-hero-section .cities-listing-wrap .cities-list,
.book-hero-section .cities-listing-wrap .saven-cities-listing,
.book-hero-section .cities-listing-wrap .cities-list{justify-content:center}.footer__affil-discl
li{justify-content:center}.woocommerce-account .author-profile__form, .woocommerce-account .author-MyAccount__page{flex-direction:column-reverse}body.kadence-account-nav-left.woocommerce-account .account-navigation-wrap li
a{font-size:14px;padding:13px
20px 13px 48px}.woocommerce-MyAccount-my-book-info ul
li{width:calc(50% - 10px)}.woocommerce-account .my-book__main-form-box .book-details__form{flex-direction:column}.woocommerce-cart .cart-collaterals .coupon input[type="text"]{width:100%;margin:0
0 8px}.woocommerce-cart .cart-collaterals .coupon
.button{width:100%}.ami-search--inputs .ami-search__box select.books-country-search,
.ami-search--inputs .ami-search__box select.authors-country-search{background-position:calc(100% - 16px) 50%, 11px 11px;background-size:10px, 20px}}@media screen and (min-width: 768px) and (max-width: 940px){#main-header .main-navigation .primary-menu-container > ul li.menu-item>a{font-size:12px;padding-left:8px;padding-right:8px}#main-header .header-button-wrap .header-button.button-size-custom{font-size:12px;padding-left:12px;padding-right:12px}#main-header .header-navigation .nav-drop-title-wrap{padding-right:16px}#main-header .site-branding a.brand img.svg-logo-image{width:180px}.register-ac .account-logged-in,
.register-ac .my-account-register-main-wrap{padding:30px}}@media only screen and (max-width: 840px){.woocommerce-account .woocommerce-MyAccount-content .your-promotions-tab-main-wrap .promotions-date-range form.promotions-date-range-form{flex-wrap:wrap}.woocommerce-account .woocommerce-MyAccount-content form.promotions-date-range-form .promotions-date-range{width:calc(50% - 5px)}.woocommerce-account .woocommerce-MyAccount-content form.promotions-date-range-form .promotions-date-range
label{display:block;margin-bottom:0.25rem}.woocommerce-account .woocommerce-MyAccount-content form.promotions-date-range-form .promotions-date-range
input{width:100%}.woocommerce-account .woocommerce-MyAccount-content form.promotions-date-range-form .promotions-date-filter-btn
input{font-size:14px}}@media only screen and (max-width: 900px){.wp-site-blocks #masthead #main-header{display:block}#main-header .site-header-section.site-header-section-left{justify-content:center}#main-header .site-header-section.site-header-section-right{display:none}#main-header .site-main-header-inner-wrap.site-header-row{grid-template-columns:auto;min-height:60px}.wp-site-blocks #masthead #mobile-header{position:fixed;background-color:inherit;left:0;bottom:0;width:100%}#mobile-header .mobile-header-button-wrap
.button{padding:9px
14px;min-width:110px;text-align:center}#mobile-header.site-mobile-header-wrap .site-header-row{width:100%;max-width:345px;margin:0
auto;justify-content:space-between;gap:20px}#mobile-header .site-header-main-section-right{width:100%}#mobile-header .site-header-main-section-right>.site-header-item{width:100%}#mobile-header .mobile-navigation ul#mobile-secondary-menu{justify-content:space-between}#mobile-header #mobile-toggle .menu-toggle-icon
svg{display:none}#mobile-header #mobile-toggle .menu-toggle-icon{background-image:url(/wp-content/themes/kadence-child/images/menu-bar.svg);width:24px;height:24px;background-repeat:no-repeat;background-position:center;background-size:cover}#mobile-header #mobile-toggle[aria-expanded="true"] .menu-toggle-icon{background-image:url(/wp-content/themes/kadence-child/images/menu-x.svg)}body #mobile-drawer{bottom:50px}#mobile-drawer.popup-drawer .drawer-inner{justify-content:end;background:var(--global-palette9);border-radius:8px 8px 0 0;top:auto;bottom:50px;box-shadow:0 -9px 12px 0px rgb(0 0 0 / 10%);overflow:scroll;max-height:100%}#mobile-drawer .drawer-overlay{height:calc(100% - 50px);opacity:0}#mobile-drawer .drawer-header{display:none}#mobile-drawer .drawer-content{padding:0;max-height:100%;min-height:100%}#mobile-drawer ul#mobile-menu{display:flex;flex-direction:column;padding-top:10px}#mobile-drawer #mobile-menu
a{border-bottom:0}#mobile-drawer ul#mobile-menu li>a{padding-left:20px;padding-right:20px}#mobile-drawer ul#mobile-menu .kadence-svg-iconset{background-image:url(/wp-content/themes/kadence-child/images/dropdown.svg);width:12px;height:7px;transform:rotatez(0);transition:0.3s}#mobile-drawer ul#mobile-menu .drawer-nav-drop-wrap.active .kadence-svg-iconset{transform:rotatez(180deg)}#mobile-drawer ul#mobile-menu .kadence-svg-iconset
svg{display:none}#mobile-drawer ul#mobile-menu
ul{background-color:#1306080D;flex-direction:column;gap:10px;padding-top:10px}#mobile-drawer ul#mobile-menu ul.sub-menu.active{display:flex}#mobile-drawer ul#mobile-menu .drawer-nav-drop-wrap.active{background-color:#1306080D}#mobile-drawer ul#mobile-menu .drawer-nav-drop-wrap.active>a{font-weight:700}#mobile-drawer ul#mobile-menu .drawer-nav-drop-wrap>a{padding-left:20px}#mobile-drawer ul#mobile-menu .drawer-nav-drop-wrap>.drawer-sub-toggle{padding-right:20px}}@media only screen and (max-width: 767px){footer .site-middle-footer-wrap .site-footer-row.site-footer-row-columns-4{grid-template-columns:1fr}footer .site-middle-footer-wrap .site-footer-section:not(:first-child){padding-left:0;border-left:none}footer .site-middle-footer-wrap #menu-authors-by-genre{grid-template-columns:1fr}footer .site-middle-footer-wrap
h6{position:relative;cursor:pointer}footer .site-middle-footer-wrap h6:not(.active){margin-bottom:0px !important}footer .site-middle-footer-wrap h6:before{position:absolute;top:calc(50% - 8px);right:0;content:"";width:10px;height:10px;transform:rotate(45deg);background:linear-gradient(135deg, transparent 50%, #fff 50%);transition:ease-in-out}footer .site-middle-footer-wrap h6.active:before{transform:rotate(-135deg);top:calc(50% - 3px)}footer .site-middle-footer-wrap
.widget_nav_menu{display:none}footer .site-middle-footer-wrap
.widget_nav_menu.active{display:block}footer .site-middle-footer-wrap ul.menu li
a{font-size:14px}.single-content .featured-authors-wrap
ul{gap:12px}.featured-authors-wrap ul
li{border-radius:4px;width:calc(50% - 6px)}.featured-authors-wrap .author-img-box{margin-bottom:10px}.featured-authors-wrap .author-details .author-name{font-size:14px;margin-bottom:2px}.featured-authors-wrap .author-details .author-location{font-size:12px}.featured-authors-wrap .author-details
a{font-size:12px}.wp-block-kadence-advancedbtn.kb-buttons-wrap .kb-button.button-mobile-w-100{width:100%}.featured-books-wrap .on-this-day-book__wrap .book-details .book-name,
.woocommerce-MyAccount-my-book-info .book-details .book-name{font-size:14px;margin-bottom:10px}.featured-books-wrap .book-details > a, .woocommerce-MyAccount-my-book-info .book-details>a{font-size:12px}.single-content .featured-books-wrap ul,
.post-type-archive-authors #archive-container
ul{gap:12px}.featured-books-wrap ul
li{width:calc(33.333% - 8px)}.woocommerce-MyAccount-my-book-info ul
li{width:calc(50% - 6px);border-radius:8px}.search-tab-main-wrap{border-radius:4px}.ami-search--inputs{grid-template-columns:1fr;border:0;overflow:initial}.ami-search__box--submit{width:100%}.ami-search .ami-search__box--submit input[type="submit"]{font-size:14px;width:100%;padding:17px
24px}.search-tab-main-wrap button.search-tab-link{font-size:0.875rem;width:50%;min-width:unset;padding:1rem 1.25rem}body #kadence-breadcrumbs{font-size:10px;padding:10px
0}body #kadence-breadcrumbs .kadence-breadcrumb-container .bc-delimiter{width:12px;margin:0
2px;background-size:5px}.single-authors .author-hero-section .entry-hero-container-inner{padding-bottom:82px}.sc-single-author{padding-bottom:40px}.sc-single-author .site-container{flex-wrap:wrap}.sc-single-author .site-container>.author-details{width:100%}.sc-single-author .author-details .featured-image{max-width:140px;margin:0
auto 10px}.sc-single-author .author-details .entry-title{text-align:center;margin-bottom:10px}.sc-single-author .author-social-links{justify-content:center}.sc-single-book .genres-items
li{padding-left:18px}.sc-single-book .genres-items li::before{width:3px;height:3px;left:6px}.sc-single-author .state-city-items{padding-left:20px;margin-bottom:18px}.sc-single-author .state-city-items::before{width:16px;height:16px}.sc-single-author .site-container>.author-books-listing{width:100%;padding-top:0}.sc-single-author .author-books-wrap>ul{margin:0
0 40px}.sc-single-author .entry-sub-title{text-align:center}.sc-single-author .author-news-sub-title.entry-sub-title{margin-bottom:20px}.sc-single-author .news-post-image{margin-bottom:12px}.single-books .book-content-area.content-area{padding:0
0 20px}.sc-single-book{display:flex;flex-wrap:wrap}.sc-single-book .single-custom-details,
.sc-single-book .book-content-wrap{width:100%}.sc-single-book .single-custom-details .featured-image
img{max-width:200px;margin:0
auto 10px}.sc-single-book .entry-title{text-align:center;margin-bottom:4px}.sc-single-book .by-sub-title{text-align:center}.sc-single-book .book-inner-content-area{margin:20px
0}.sc-single-book .book-buy-links .buy-entry-title{text-align:center;margin-bottom:10px}.sc-single-book .book-retailer-links
h6{margin-bottom:3px}.sc-single-book .entry-sub-title{text-align:center}.locations-listing-main-wrap .cities-listing-wrap .eight-cities-listing a,
.sc-single-book .book-retailer-links
a{font-size:12px;padding:7px
10px 6px}.locations-listing-main-wrap .cities-listing-wrap .eight-cities-listing a::after,
.sc-single-book .book-retailer-links a::after{width:14px;height:14px;background-size:14px}.sc-single-book .book-content-wrap .book-buy-links{margin-bottom:20px}.sc-single-book .author-books-listing .more-books-entry-title{text-align:center}.sc-single-book .news-post-image{margin-bottom:12px}.sc-single-book .author-books-wrap>ul{margin-top:20px}.sc-pick-genre .top-level-genre-main-wrap
ul{justify-content:start;gap:12px}.sc-pick-genre .top-level-genre-main-wrap ul>li{width:calc(50% - 6px)}.sc-pick-genre .top-level-genre-main-wrap ul>li>a{padding:15px;font-size:12px}.post-type-archive-authors .content-area{margin:20px
0 40px}body.post-type-archive .author-hero-section .archive-title,
body.post-type-archive .book-hero-section .archive-title{margin-top:24px}body.post-type-archive .featured-authors-wrap ul,
body.post-type-archive .featured-books-wrap ul,
.woocommerce-MyAccount-my-book-info .featured-books-wrap ul,
body.tax-genre .featured-books-wrap
ul{gap:12px}body.post-type-archive .author-hero-section,
body.post-type-archive .book-hero-section{margin-bottom:20px}body.post-type-archive .content-wrap.dynamic-page-content.books-archive,
body.post-type-archive .content-wrap.dynamic-page-content.authors-archive{padding-top:0px;margin-bottom:20px}body
.pagination{margin:40px
auto 0}body .pagination .nav-links{justify-content:space-between;gap:18px;max-width:374px;padding:14px
16px}body.post-type-archive-authors .pagination,
body.post-type-archive-books
.pagination{margin:0
auto 20px}body.post-type-archive-authors .pagination .nav-links,
body.post-type-archive-books .pagination .nav-links{flex-wrap:nowrap;justify-content:space-between;gap:0 10px;max-width:374px;padding:14px
16px}body.tag .post-archive-title .page-title,
body.category .post-archive-title .page-title,
body.blog .post-archive-title .page-title{margin-top:10px}body #archive-container{gap:16px}body #archive-container .entry .post-thumbnail{margin-bottom:12px}.single-post .entry-hero .entry-title{margin:10px
auto 16px}.single-post .entry-hero .entry-meta{margin:0
0 20px}body.single-post .kadence-thumbnail-position-above{margin-bottom:20px}.single-post .post-navigation{font-size:12px;padding-top:20px;margin-top:20px}.single-post .nav-previous .post-navigation-sub::before{padding-left:1.25rem;background-position:left 47%;background-size:14px}.single-post .nav-next .post-navigation-sub::before{padding-right:1.25rem;background-position:right 47%;background-size:14px}.single-post .kt-social-align-center{gap:8px 10px}.single-post .kt_simple_share_container
a{font-size:16px;width:32px;height:32px}.single-post .kt_simple_share_container a
i{line-height:32px}div.genre__button-box .wp-block-kadence-advancedbtn,
div.genre__button-box .wp-block-kadence-advancedbtn .kb-button{width:100%;max-width:146px}.genre-listing-wrap.top-level-genre-main-wrap{gap:10px}.author-hero-section .cities-listing-wrap a, .book-hero-section .cities-listing-wrap
a{font-size:12px}.author-hero-section .cities-listing-wrap a.show-more, .book-hero-section .cities-listing-wrap a.show-more{padding:5px
36px 5px 10px}.author-hero-section .cities-listing-wrap a.show-more::before, .book-hero-section .cities-listing-wrap a.show-more::before{width:16px;height:16px;top:calc(50% - 8px);background-size:8px}.contact__form_wrapper
.gform_footer{margin-top:20px}.contact__form_wrapper.gform-theme--framework .contact__form .gform_footer input[type="submit"].gform_button{max-width:153px}body.footer-on-bottom #inner-wrap{z-index:10}.contact__navbar.kb-buttons-wrap{display:none;position:fixed;background-color:var(--global-palette9);border-radius:8px 8px 0 0;left:0;bottom:50px;width:100%;max-height:calc(100vh - 50px);z-index:99999;box-shadow:0 -9px 12px 0 #0000001A;overflow-x:hidden;overflow-y:scroll}.contact__navbar.kb-buttons-wrap.active{display:block}.contact__navbar.kb-buttons-wrap.wp-block-kadence-advancedbtn .button.kb-button.kt-button{font-weight:500;justify-content:start;color:var(--global-palette3);border:0}.contact__nav-toggle .kb-button{justify-content:start}.contact__nav-toggle .kb-button::after{content:'';position:absolute;background-image:url(/wp-content/themes/kadence-child/images/dropdown.svg);width:12px;height:7px;top:calc(50% - 3px);right:21px}.contact__nav-toggle.active .kb-button::after{transform:rotate(180deg)}.contact__navbar.wp-block-kadence-advancedbtn .kb-button.contact__nav-close{display:none;position:fixed;background-color:transparent;width:100%;height:100%;top:0;left:0;z-index:0}.contact__navbar.wp-block-kadence-advancedbtn .kb-button.contact__nav-close.active{display:block}.contact__form_wrapper.gform-theme--foundation
.gform_fields{gap:14px}.gform-theme--foundation fieldset.gfield--type-radio{padding:6px
0 16px}.locations-listing-main-wrap .locations-listing-item:not(:last-child){margin-bottom:15px}.locations-listing-main-wrap .cities-listing-wrap .eight-cities-listing a.show-more::after{background-size:9px;width:18px}.genre-listing-wrap.top-level-genre-main-wrap .genre-listing-dropdown{max-height:324px}.woocommerce-account .woocommerce .account-navigation-wrap .kadence-account-avatar{padding-left:0;margin-bottom:1rem}.woocommerce-account .woocommerce .account-navigation-wrap .kadence-customer-image{left:0}.single-product main>.entry-content-wrap.product:not(.loop-entry){padding-top:24px;padding-bottom:20px}.locations-listing-main-wrap .locations-listing-item:not(:last-child){margin-bottom:15px}body.kadence-account-nav-left.woocommerce-account .account-navigation-wrap{display:none}body.kadence-account-nav-left.woocauthor-profile__wrap>.author-profile__wrap{width:100%}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-title-breadcrume{padding:14px
16px}.woocommerce-account .author-profile__info-box .author-profile-photo-main-wrap
h3{margin-bottom:10px}.author-profile__form > .author-profile__info-box
h4{font-weight:400}.author-profile__form > .author-profile__info-box .author-profile-photo-input-field{padding:10px
16px}.author-profile__form > .author-profile__info-box .author-profile-photo-upload{font-size:14px}.woocommerce-account .woocommerce form.author-profile__form .form-row-first,
.woocommerce-account .woocommerce form.author-profile__form .form-row-last{width:100%}.woocommerce-account .woocommerce form.author-profile__form .form-row-first.form-row__not-respo,
.woocommerce-account .woocommerce form.author-profile__form .form-row-last.form-row__not-respo{width:calc(50% - 6px)}.woocommerce-account .author-profile__form-box h3:not(:first-of-type){margin-top:40px}.woocommerce-account .author-profile__wrap form .woocommerce-gender-radio-wrap{gap:20px;justify-content:space-between;max-width:320px}.woocommerce-account .author-profile__wrap .woocommerce-gender-radio-wrap
input{width:16px;height:16px;margin-right:8px}.woocommerce-account .woocommerce-MyAccount-author-profile-info
h3{font-size:14px}.author-profile__form > .author-profile__info-box
h4{margin-top:10px}.woocommerce-account .author-profile__form,
.woocommerce-account .woocommerce-MyAccount-author-profile-info, .woocommerce-account .author-MyAccount__page{padding:20px
16px}.author-profile__form > .author-profile__info-box .subscription-status{margin-bottom:10px}.author-profile__form > .author-profile__info-box .author-profile-photo-input-field .author-profile-photo-upload-file{width:144px;height:12px}.author-profile__form > .author-profile__form-box button[type="submit"]{font-size:14px}.woocommerce-account .woocommerce-MyAccount-my-book-info
ul{gap:12px}.woocommerce-account .woocommerce-MyAccount-my-book-info .book-details .book-name{font-size:14px;margin-bottom:10px}.woocommerce-account .woocommerce-MyAccount-my-book-info .book-details>a{font-size:12px}.woocommerce-account .my-book__form-box .my-book-title-btn__wrap
h3{font-size:18px}.locations-listing-main-wrap .locations-listing-item
h3{font-size:16px}.woocommerce-account .woocommerce form.book-details__form .form-row-wide-m{width:100%}.woocommerce-account .book-details__form-box .book-form__btn-wrap{margin-top:44px}.woocommerce-account .book-details__form-box .book-form__btn-wrap
.button{font-size:14px;width:100%}.woocommerce-account .book-details__form-box .add-new-retailer-wrap a,
.woocommerce-account .book-details__form-box .form-row-format
a{font-size:14px}.woocommerce-account .my-book__main-form-box .woocommerce-MyAccount-book-details-info{font-size:20px 16px}.woocommerce-account .book-details__form-box
.retailer_format_box{gap:12px}.woocommerce-account .my-book__main-form-box .book-details__form{padding:20px
16px 40px}.woocommerce-order-received .ireckon-wc-thankyou-order-received{padding:60px
0 0;text-align:center}.woocommerce-order-received .ireckon-wc-thankyou-order-received
h2{font-size:20px;margin-bottom:6px}.woocommerce-order-details .woocommerce-order-details__title{font-size:16px;margin-bottom:20px}.woocommerce-order-received .ireckon-wc-thankyou-order-received::before{width:40px;height:40px;right:0;margin:0
auto}.woocommerce-order-received .woocommerce-table--order-overview
thead{display:none}.woocommerce-order-received table.shop_table.woocommerce-table--order-overview
td{display:flex;justify-content:space-between;background-color:#1111110D;width:100%;padding:15px
12px}.woocommerce-order-received table.shop_table.woocommerce-table--order-overview tr td:not(:last-child){border-bottom:1px solid #1111110D}.woocommerce-order-received .woocommerce-table--order-overview tbody tr td
strong{font-weight:600;width:50%}.woocommerce-order-received .woocommerce-table--order-overview tbody tr td
span{display:inline-block;width:50%;text-align:end;word-wrap:break-word}.woocommerce-order-received table.shop_table.woocommerce-table--order-details tr td,
.woocommerce-order-received table.shop_table.woocommerce-table--order-details tr
th{padding:19px
12px}.woocommerce-order-received table.shop_table.woocommerce-table--order-details tbody td,
.woocommerce-order-received table.shop_table.woocommerce-table--order-details tfoot tr:last-child>*{padding:14px
12px;height:auto}.woocommerce-order-received section.woocommerce-order-details,
.woocommerce-order-received table.shop_table.woocommerce-table--order-details,
.woocommerce-order-received .ireckon-purchasing-membership-wrap{margin-bottom:20px}.woocommerce-order-received .woocommerce-order
.button{font-size:14px;width:100%;padding:11px
16px;text-align:center}.woocommerce-order-received .woocommerce-table--order-details
.includes_tax{display:block}.woocommerce-order-received .woocommerce-order{padding:32px
20px 20px}.woocommerce-order-received .ireckon-author-profile-wrap
h3{font-size:18px}.book-rating-main-wrap.mobile-rating-wrap{display:flex;margin-bottom:10px}.book-rating-review-main-wrap.mobile-rating-wrap{display:flex}.book-rating-main-wrap.desktop-rating-wrap,.book-rating-review-main-wrap.desktop-rating-wrap{display:none}.woocommerce table.my_account_orders
.button{padding:10px
16px}.on-this-day-books-listing.featured-listing{padding:20px
0}.on-this-day-books-listing h2.on-this-day-books-title{margin-bottom:25px}.on-this-day-books-items.owl-carousel .otd-publication-year{margin-bottom:10px}.on-this-day-books-items .owl-stage .owl-item:not(:last-child) .on-this-day-book__wrap::before{width:calc(100% + 12px)}.on-this-day-books-items.owl-carousel .owl-stage-outer{overflow:visible}.sc-single-book .book-price-wrap{margin-top:12px}.only-desktop-view{display:none}.single-post .entry-hero .title-entry-excerpt{margin-bottom:4px}.author-title-dd-wrap{margin-bottom:1.5rem;flex-wrap:wrap}.author-title-dd-wrap>*{width:100%;text-align:center}.woocommerce-account .single-content .u-columns
h2{font-size:23px}.woocommerce-account .single-content .u-columns{margin-bottom:0}.register-ac .account-logged-in,
.register-ac .my-account-register-main-wrap{padding:20px;font-size:12px}.register-ac .my-account-register-main-wrap .form-row-wide{grid-template-columns:1.2fr 2.8fr}.single-product.woocommerce .woocommerce-message{padding:1em}.single-product.woocommerce .woocommerce-message
.button{padding:0.904em 1em}.woocommerce-account .woocommerce-MyAccount-author-profile-info{overflow:hidden}.woocommerce-account .woocommerce-MyAccount-content .your-promotions-tab-main-wrap{overflow:unset}.woocommerce-account .woocommerce-MyAccount-content .your-promotions-tab-main-wrap .tab-container{margin:0
-16px}.featured-authors-wrap .author-details .author-name
a{font-size:14px}.featured-authors-wrap .promote-yourself-item-inner-wrap .author-img-box{margin-bottom:10px}.featured-authors-wrap .promote-yourself-item-inner-wrap h3.author-name{width:100px;margin:0
auto}.featured-authors-wrap .promote-yourself-item-inner-wrap .author-profile-link{font-size:12px}.featured-books-wrap ul li > a .book-details-link,
.featured-books-wrap .promote-book-item-inner-wrap .book-details-link{font-size:12px}.featured-books-wrap .promote-book-item-inner-wrap .book-img-box
img{width:100%}.sc-single-book .author-books-listing ul,
.sc-single-author .author-books-wrap>ul{grid-template-columns:repeat(3, minmax(0, 1fr))}.sc-single-book .genres-items.isbn-code{margin-bottom:20px}body.post-type-archive .featured-authors-archive,
body.tax-genre .featured-books-archive,
body.tax-locations .featured-books-archive{padding:20px
0}body.post-type-archive .featured-books-archive{padding-bottom:30px}body.post-type-archive .featured-authors-archive+.featured-books-archive{padding-top:20px}body.post-type-archive .authors-archive,
body.post-type-archive .books-archive,
body.tax-genre .books-archive,
body.tax-locations .authors-archive{margin:20px
0}body.tag #archive-container,
body.category #archive-container,
body.blog #archive-container{margin-bottom:20px}body.tag .pagination,
body.category .pagination,
body.blog
.pagination{margin-bottom:20px}.single-post
#primary{margin:0
0 20px}.single-post
.kt_simple_share_container.kt_share_beforecontent{padding-bottom:20px}body.post-type-archive-product .entry-hero-container-inner,
body.tax-product_cat .entry-hero-container-inner{padding:20px
0}body.post-type-archive-product #primary.content-area,
body.tax-product_cat #primary.content-area{margin:20px
0}body.tax-product_cat .kadence-shop-top-row{padding-bottom:1rem}body.single-product
.related.products{margin-top:20px}}@media only screen and (max-width: 732px){.woocommerce-cart .kadence-woo-cart-form-wrap{flex-wrap:wrap}.woocommerce-cart .kadence-woo-cart-form-wrap > form,
.woocommerce-cart .kadence-woo-cart-form-wrap .cart-collaterals{width:100%;padding:0}.woocommerce-cart .cart.woocommerce-cart-form__contents thead
tr{display:none}.woocommerce-cart table.cart tbody tr:first-child
td{border-top:0}.woocommerce-cart table.cart td.product-thumbnail{width:80px;padding:16px
16px 16px 0px !important}.woocommerce-cart table.cart .product-thumbnail
img{width:64px}.woocommerce-cart table.cart td.product-name{padding:16px
0 16px !important}.woocommerce-cart table.cart td.product-subtotal{padding:16px
0px !important}.woocommerce-cart .cart-collaterals .cart_totals table tr th,
.woocommerce-cart .cart-collaterals .cart_totals table tr
td{padding:16px
0 !important}.woocommerce-cart .cart_totals .coupon-code-wrap{padding:16px
0}.woocommerce-cart .cart-collaterals .coupon input[type="text"]{width:calc(100% - 153px);margin:0
4px 0 0}.woocommerce-cart .cart-collaterals .coupon
.button{width:auto}}@media screen and (max-width: 719px){.woocommerce-cart table.cart.shop_table_responsive
tr{display:table-row}.woocommerce-cart table.cart.shop_table_responsive tr td::before{display:none}.woocommerce-cart table.cart.shop_table_responsive tr
td{display:table-cell}.woocommerce-cart table.cart.shop_table_responsive tr td:not(.product-subtotal){text-align:start !important}.woocommerce-cart table.cart.shop_table_responsive tr
td.actions{background-color:transparent;padding:1rem 0 0 !important}.woocommerce-cart.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-cart.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{background-color:transparent}.woocommerce-cart.woocommerce-page table.shop_table_responsive tbody tr.recurring-totals
th{display:block;width:100%}.woocommerce-cart.woocommerce-page .cart-collaterals table.shop_table_responsive tr.cart-subtotal td::before{font-weight:400}.single-product.woocommerce div.product .woocommerce-tabs{margin-bottom:0}.single-product.woocommerce div.product .woocommerce-tabs
.panel{padding-bottom:1em}}@media only screen and (max-width: 575px){footer .site-bottom-footer-wrap
.menu{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;justify-content:space-between;margin-bottom:50px}footer .site-bottom-footer-wrap .menu li:nth-child(even){text-align:right}body.logged-in .members-dashboard-item{text-align:right}.single-content .featured-books-wrap
ul{gap:16px 12px}#mobile-header .mobile-header-button-wrap
.button{min-width:105px}.woocommerce-account .my-book__form-box .my-book-add-book{max-width:100%;padding:14px}.promotions-wrap .choose-type-wrap .choose-type-buttons input.choose-type-btn{font-size:12px}.featured-books-wrap ul
li{width:calc(50% - 6px)}.sc-single-author .author-books-wrap > ul,
.sc-single-book .author-books-listing
ul{gap:12px}.sc-single-author .author-books-wrap > ul,
.sc-single-book .author-books-listing
ul{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media only screen and (max-width: 375px){body .pagination .nav-links{gap:10px}.on-this-day-books-listing h2.on-this-day-books-title{font-size:18px}}@media only screen and (max-width: 340px){#mobile-header .site-header-main-section-right .mobile-header-button-wrap
.button{padding:6px
8px}#mobile-header .mobile-header-button-wrap
.button{min-width:95px}#mobile-header.site-mobile-header-wrap .site-header-row{gap:8px}}@media only screen and (max-width: 320px){#mobile-header .site-header-main-section-right .mobile-header-button-wrap .button,
#mobile-header .site-header-main-section-right .mobile-navigation
a{font-size:clamp(0.625rem, -0.25rem + 5vw, 0.75rem)}.promotions-wrap .choose-date-item-wrap .choose-date-item
select{background-position-x:calc(100% - 10px)}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block;min-width:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bold}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-size:100%;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--global-gray-400: #CBD5E0;--global-gray-500: #A0AEC0;--global-xs-spacing: 1em;--global-sm-spacing: 1.5rem;--global-md-spacing: 2rem;--global-lg-spacing: 2.5em;--global-xl-spacing: 3.5em;--global-xxl-spacing: 5rem;--global-edge-spacing: 1.5rem;--global-boxed-spacing: 2rem;--global-font-size-small: clamp(0.8rem, 0.73rem + 0.217vw, 0.9rem);--global-font-size-medium: clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem);--global-font-size-large: clamp(1.75rem, 1.576rem + 0.543vw, 2rem);--global-font-size-larger: clamp(2rem, 1.6rem + 1vw, 2.5rem);--global-font-size-xxlarge: clamp(2.25rem, 1.728rem + 1.63vw, 3rem)}h1,h2,h3,h4,h5,h6{padding:0;margin:0}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;text-decoration:none}dfn,cite,em,i{font-style:italic}blockquote,q{quotes:"“" "”"}blockquote{padding-left:1em;border-left:4px solid var(--global-palette4)}.entry-content blockquote{margin:0 0 var(--global-md-spacing)}blockquote cite,blockquote .wp-block-pullquote__citation{color:var(--global-palette5);font-size:13px;margin-top:1em;position:relative;font-style:normal;display:block}address{margin:0 0 1.5em}pre{background:var(--global-palette7);font-family:"Courier 10 Pitch",Courier,monospace;font-size:.9375rem;line-height:1.6;max-width:100%;overflow:auto;padding:1.5em;white-space:pre-wrap}code,kbd,tt,var{font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;font-size:.8rem}abbr,acronym{border-bottom:1px dotted var(--global-palette4);cursor:help}mark,ins{text-decoration:none}big{font-size:125%}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}hr{height:0;border:0;border-bottom:2px solid var(--global-gray-400)}ul,ol{margin:0 0 1.5em 1.5em;padding:0}ul.aligncenter,ol.aligncenter{list-style:none}ul{list-style:disc}ol{list-style:decimal}li>ul,li>ol{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}img{display:block;height:auto;max-width:100%}figure{margin:.5em 0}table{margin:0 0 1.5em;width:100%}a{color:var(--global-palette-highlight);text-underline-offset:.1em;transition:all .1s linear}a:hover,a:focus,a:active{color:var(--global-palette-highlight-alt);text-underline-offset:.25em}a:hover,a:active{outline:0}.inner-link-style-plain a:not(.button),.widget-area.inner-link-style-plain a:not(.button){text-decoration:none}.inner-link-style-normal a:not(.button),.widget-area.inner-link-style-normal a:not(.button){text-decoration:underline}.link-style-no-underline .entry-content p>a,.link-style-no-underline .entry-content strong>a,.link-style-no-underline .entry-content em>a,.link-style-no-underline .entry-content>ul a,.link-style-no-underline .entry-content a{text-decoration:none}.link-style-no-underline .entry-content p>a:hover,.link-style-no-underline .entry-content strong>a:hover,.link-style-no-underline .entry-content em>a:hover,.link-style-no-underline .entry-content>ul a:hover,.link-style-no-underline .entry-content a:hover{text-decoration:none}.link-style-color-underline .entry-content p a,.link-style-color-underline .entry-content strong>a,.link-style-color-underline .entry-content em>a,.link-style-color-underline .entry-content>ul a,.link-style-color-underline .entry-content>ol a,.link-style-color-underline .entry-content .wp-block-group ul a,.link-style-color-underline .entry-content .wp-block-group ol a{color:inherit;text-decoration:underline;text-decoration-color:var(--global-palette-highlight)}.link-style-color-underline .entry-content p a:hover,.link-style-color-underline .entry-content strong>a:hover,.link-style-color-underline .entry-content em>a:hover,.link-style-color-underline .entry-content>ul a:hover,.link-style-color-underline .entry-content>ol a:hover,.link-style-color-underline .entry-content .wp-block-group ul a:hover,.link-style-color-underline .entry-content .wp-block-group ol a:hover{text-decoration-color:var(--global-palette-highlight-alt)}.link-style-hover-background .entry-content p a,.link-style-hover-background .entry-content strong>a,.link-style-hover-background .entry-content em>a,.link-style-hover-background .entry-content>ul a,.link-style-hover-background .entry-content>ol a,.link-style-hover-background .entry-content .wp-block-group ul a,.link-style-hover-background .entry-content .wp-block-group ol a{color:var(--global-palette-highlight);text-decoration:none;background-image:linear-gradient(var(--global-palette-highlight), var(--global-palette-highlight));background-position:0% 100%;background-repeat:no-repeat;background-size:100% 1px}.link-style-hover-background .entry-content p a:hover,.link-style-hover-background .entry-content strong>a:hover,.link-style-hover-background .entry-content em>a:hover,.link-style-hover-background .entry-content>ul a:hover,.link-style-hover-background .entry-content>ol a:hover,.link-style-hover-background .entry-content .wp-block-group ul a:hover,.link-style-hover-background .entry-content .wp-block-group ol a:hover{color:var(--global-palette-highlight-alt2);text-decoration:none;background-size:100% 100%}.link-style-offset-background .entry-content p a,.link-style-offset-background .entry-content strong>a,.link-style-offset-background .entry-content em>a,.link-style-offset-background .entry-content>ul a,.link-style-offset-background .entry-content>ol a,.link-style-offset-background .entry-content .wp-block-group ul a,.link-style-offset-background .entry-content .wp-block-group ol a{color:inherit;text-decoration:none;background-image:linear-gradient(var(--global-palette-highlight-alt2), var(--global-palette-highlight));background-repeat:no-repeat;background-position:4px bottom;background-size:100% 10px}.link-style-offset-background .entry-content p a:hover,.link-style-offset-background .entry-content strong>a:hover,.link-style-offset-background .entry-content em>a:hover,.link-style-offset-background .entry-content>ul a:hover,.link-style-offset-background .entry-content>ol a:hover,.link-style-offset-background .entry-content .wp-block-group ul a:hover,.link-style-offset-background .entry-content .wp-block-group ol a:hover{color:inherit;text-decoration:none;background-image:linear-gradient(var(--global-palette-highlight-alt2), var(--global-palette-highlight-alt))}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;height:1px;width:1px;overflow:hidden;word-wrap:normal !important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}:where(html:not(.no-js)) .hide-focus-outline *:focus{outline:0}#primary[tabindex="-1"]:focus{outline:0}textarea{width:100%}input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=number],input[type=tel],input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],textarea{-webkit-appearance:none;color:var(--global-palette5);border:1px solid var(--global-gray-400);border-radius:3px;padding:.4em .5em;max-width:100%;background:var(--global-palette9);box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}::-webkit-input-placeholder{color:var(--global-palette6)}::-moz-placeholder{color:var(--global-palette6);opacity:1}:-ms-input-placeholder{color:var(--global-palette6)}:-moz-placeholder{color:var(--global-palette6)}::placeholder{color:var(--global-palette6)}input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=range]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=color]:focus,textarea:focus{color:var(--global-palette3);border-color:var(--global-palette6);outline:0;box-shadow:0px 5px 15px -7px rgba(0,0,0,.1)}select{border:1px solid var(--global-gray-400);background-size:16px 100%;padding:.2em 35px .2em .5em;background:var(--global-palette9) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==) no-repeat 98% 50%;-moz-appearance:none;-webkit-appearance:none;appearance:none;box-shadow:none;outline:0;box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}select::-ms-expand{display:none}select:focus{color:var(--global-palette3);border-color:var(--global-palette6);background-color:var(--global-palette9);box-shadow:0px 5px 15px -7px rgba(0,0,0,.1);outline:0}select:focus option{color:#333}.elementor-select-wrapper select{background-image:none}.search-form{position:relative}.search-form input[type=search],.search-form input.search-field{padding-right:60px;width:100%}.search-form .search-submit[type=submit]{top:0;right:0;bottom:0;position:absolute;color:rgba(0,0,0,0);background:rgba(0,0,0,0);z-index:2;width:50px;border:0;padding:8px 12px 7px;border-radius:0;box-shadow:none;overflow:hidden}.search-form .search-submit[type=submit]:hover,.search-form .search-submit[type=submit]:focus{color:rgba(0,0,0,0);background:rgba(0,0,0,0);box-shadow:none}.search-form .kadence-search-icon-wrap{position:absolute;right:0;top:0;height:100%;width:50px;padding:0;text-align:center;background:0 0;z-index:3;cursor:pointer;pointer-events:none;color:var(--global-palette6);text-shadow:none;display:flex;align-items:center;justify-content:center}.search-form .search-submit[type=submit]:hover~.kadence-search-icon-wrap{color:var(--global-palette4)}body.rtl .search-form .button[type=submit],body.rtl .search-form .kadence-search-icon-wrap{left:0;right:auto}body.rtl .search-form input[type=search],body.rtl .search-form input.search-field{padding-right:.5em;padding-left:60px}fieldset{padding:.625em 1.425em .625em;border:1px solid var(--global-gray-500);margin-top:1.2em;margin-bottom:1.2em}.affwp-form fieldset{padding:0}legend{font-weight:bold}button,.button,.wp-block-button__link,.wp-element-button,input[type=button],input[type=reset],input[type=submit]{border-radius:3px;background:var(--global-palette-btn-bg);color:var(--global-palette-btn);padding:.4em 1em;border:0;font-size:1.125rem;line-height:1.6;display:inline-block;font-family:inherit;cursor:pointer;text-decoration:none;transition:all .2s ease;box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}button:visited,.button:visited,.wp-block-button__link:visited,.wp-element-button:visited,input[type=button]:visited,input[type=reset]:visited,input[type=submit]:visited{background:var(--global-palette-btn-bg);color:var(--global-palette-btn)}button:hover,button:focus,button:active,.button:hover,.button:focus,.button:active,.wp-block-button__link:hover,.wp-block-button__link:focus,.wp-block-button__link:active,.wp-element-button:hover,.wp-element-button:focus,.wp-element-button:active,input[type=button]:hover,input[type=button]:focus,input[type=button]:active,input[type=reset]:hover,input[type=reset]:focus,input[type=reset]:active,input[type=submit]:hover,input[type=submit]:focus,input[type=submit]:active{color:var(--global-palette-btn-hover);background:var(--global-palette-btn-bg-hover);box-shadow:0px 15px 25px -7px rgba(0,0,0,.1)}button:disabled,button.disabled,.button:disabled,.button.disabled,.wp-block-button__link:disabled,.wp-block-button__link.disabled,.wp-element-button:disabled,.wp-element-button.disabled,input[type=button]:disabled,input[type=button].disabled,input[type=reset]:disabled,input[type=reset].disabled,input[type=submit]:disabled,input[type=submit].disabled{cursor:not-allowed;opacity:.5}.elementor-button-wrapper .elementor-button{background-color:var(--global-palette-btn-bg);color:var(--global-palette-btn)}.elementor-button-wrapper .elementor-button:hover,.elementor-button-wrapper .elementor-button:focus,.elementor-button-wrapper .elementor-button:active{color:var(--global-palette-btn-hover);background-color:var(--global-palette-btn-bg-hover);box-shadow:0px 15px 25px -7px rgba(0,0,0,.1)}.button.button-size-small{font-size:80%;padding:.3em .7em}.button.button-size-large{font-size:110%;padding:.6em 1.2em}.wp-block-button.is-style-outline .wp-block-button__link,.wp-block-button.is-style-outline .wp-element-button{padding:.4em 1em}.button.button-style-outline,.wp-block-button.is-style-outline .wp-block-button__link,.wp-block-button.is-style-outline .wp-element-button{border:2px solid currentColor}.button.button-style-outline:hover,.button.button-style-outline:focus,.button.button-style-outline:active,.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:focus,.wp-block-button.is-style-outline .wp-block-button__link:active,.wp-block-button.is-style-outline .wp-element-button:hover,.wp-block-button.is-style-outline .wp-element-button:focus,.wp-block-button.is-style-outline .wp-element-button:active{border:2px solid currentColor;box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),.wp-block-button.is-style-outline .wp-element-button:not(.has-background),.button.button-style-outline:not(.has-background){background:rgba(0,0,0,0)}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):focus,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):active,.wp-block-button.is-style-outline .wp-element-button:not(.has-background):hover,.wp-block-button.is-style-outline .wp-element-button:not(.has-background):focus,.wp-block-button.is-style-outline .wp-element-button:not(.has-background):active,.button.button-style-outline:not(.has-background):hover,.button.button-style-outline:not(.has-background):focus,.button.button-style-outline:not(.has-background):active{background:rgba(0,0,0,0)}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color),.button.button-style-outline:not(.has-text-color){color:var(--global-palette-btn-bg)}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):hover,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):focus,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):active,.button.button-style-outline:not(.has-text-color):hover,.button.button-style-outline:not(.has-text-color):focus,.button.button-style-outline:not(.has-text-color):active{color:var(--global-palette-btn-bg-hover)}.kadence-svg-iconset{display:inline-flex;align-self:center}.kadence-svg-iconset svg{height:1em;width:1em}.kadence-svg-iconset.svg-baseline svg{top:.125em;position:relative}body.social-brand-colors .social-show-brand-until .social-button:not(:hover):not(.skip):not(.ignore),body.social-brand-colors .social-show-brand-hover .social-button:not(.ignore-brand):not(.skip):not(.ignore):hover,body.social-brand-colors .social-show-brand-always .social-button:not(.ignore-brand):not(.skip):not(.ignore){color:#fff}body.social-brand-colors .social-show-brand-until.social-style-outline .social-button:not(:hover):not(.skip):not(.ignore),body.social-brand-colors .social-show-brand-hover.social-style-outline .social-button:not(.ignore-brand):not(.skip):not(.ignore):hover,body.social-brand-colors .social-show-brand-always.social-style-outline .social-button:not(.ignore-brand):not(.skip):not(.ignore){border-color:currentColor}:root .has-theme-palette-1-background-color,:root .has-theme-palette1-background-color{background-color:var(--global-palette1)}:root .has-theme-palette-1-color,:root .has-theme-palette1-color{color:var(--global-palette1)}:root .has-theme-palette-2-background-color,:root .has-theme-palette2-background-color{background-color:var(--global-palette2)}:root .has-theme-palette-2-color,:root .has-theme-palette2-color{color:var(--global-palette2)}:root .has-theme-palette-3-background-color,:root .has-theme-palette3-background-color{background-color:var(--global-palette3)}:root .has-theme-palette-3-color,:root .has-theme-palette3-color{color:var(--global-palette3)}:root .has-theme-palette-4-background-color,:root .has-theme-palette4-background-color{background-color:var(--global-palette4)}:root .has-theme-palette-4-color,:root .has-theme-palette4-color{color:var(--global-palette4)}:root .has-theme-palette-5-background-color,:root .has-theme-palette5-background-color{background-color:var(--global-palette5)}:root .has-theme-palette-5-color,:root .has-theme-palette5-color{color:var(--global-palette5)}:root .has-theme-palette-6-background-color,:root .has-theme-palette6-background-color{background-color:var(--global-palette6)}:root .has-theme-palette-6-color,:root .has-theme-palette6-color{color:var(--global-palette6)}:root .has-theme-palette-7-background-color,:root .has-theme-palette7-background-color{background-color:var(--global-palette7)}:root .has-theme-palette-7-color,:root .has-theme-palette7-color{color:var(--global-palette7)}:root .has-theme-palette-8-background-color,:root .has-theme-palette8-background-color{background-color:var(--global-palette8)}:root .has-theme-palette-8-color,:root .has-theme-palette8-color{color:var(--global-palette8)}:root .has-theme-palette-9-background-color,:root .has-theme-palette9-background-color{background-color:var(--global-palette9)}:root .has-theme-palette-9-color,:root .has-theme-palette9-color{color:var(--global-palette9)}.kt-clear{*zoom:1}.kt-clear::before,.kt-clear::after{content:" ";display:table}.kt-clear::after{clear:both}#wpadminbar{position:fixed !important}.content-area{margin:var(--global-xxl-spacing) 0}.entry-content{word-break:break-word}.entry-content table{word-break:normal}.body{overflow-x:hidden}.scroll a *,a.scroll *{pointer-events:none}.content-width-fullwidth .content-container.site-container{max-width:none;padding:0}.content-width-fullwidth .content-area,.content-vertical-padding-hide .content-area{margin-top:0;margin-bottom:0}.content-vertical-padding-top .content-area{margin-bottom:0}.content-vertical-padding-bottom .content-area{margin-top:0}.site-container,.site-header-row-layout-contained,.site-footer-row-layout-contained,.entry-hero-layout-contained,.alignfull>.wp-block-cover__inner-container,.alignwide>.wp-block-cover__inner-container{margin:0 auto;padding:0 var(--global-content-edge-padding)}.kt-row-layout-inner>.kb-theme-content-width,.kt-row-layout-inner.kt-row-has-bg>.kb-theme-content-width{padding-left:var(--global-content-edge-padding);padding-right:var(--global-content-edge-padding)}.content-bg{background:#fff}.content-style-unboxed .entry:not(.loop-entry)>.entry-content-wrap{padding:0}.content-style-unboxed .content-bg:not(.loop-entry){background:rgba(0,0,0,0)}.content-style-unboxed .entry:not(.loop-entry){box-shadow:none;border-radius:0}@media screen and (min-width: 1025px){.has-sidebar .content-container{display:grid;grid-template-columns:5fr 2fr;grid-gap:var(--global-xl-spacing);justify-content:center}#secondary{grid-column:2;grid-row:1;min-width:0}.has-left-sidebar .content-container{grid-template-columns:2fr 5fr}.has-left-sidebar #main{grid-column:2;grid-row:1}.has-left-sidebar #secondary{grid-column:1;grid-row:1}.has-sidebar .wp-site-blocks .content-container .alignwide,.has-sidebar .wp-site-blocks .content-container .alignfull{width:unset;max-width:unset;margin-left:0;margin-right:0}.has-sidebar .content-container .kadence-thumbnail-position-behind.alignwide{margin-left:-10px;margin-right:-10px}}#kt-scroll-up-reader,#kt-scroll-up{position:fixed;transform:translateY(40px);transition:all .2s ease;opacity:0;z-index:1000;display:flex;cursor:pointer}#kt-scroll-up-reader *,#kt-scroll-up *{pointer-events:none}#kt-scroll-up-reader.scroll-up-style-outline,#kt-scroll-up.scroll-up-style-outline{background:rgba(0,0,0,0)}.scroll-up-style-filled{color:var(--global-palette9);background:var(--global-palette4)}.scroll-up-style-filled:hover{color:var(--global-palette9)}.scroll-up-style-outline,.scroll-up-wrap.scroll-up-style-outline{border-width:2px;border-style:solid;border-color:currentColor;color:var(--global-palette4)}.scroll-up-style-outline:hover{color:var(--global-palette5)}#kt-scroll-up.scroll-visible{transform:translateY(0px);opacity:1}#kt-scroll-up-reader{transform:translateY(0px);transition:all 0s ease}#kt-scroll-up-reader:not(:focus){clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;overflow:hidden;word-wrap:normal !important}#kt-scroll-up-reader:focus{transform:translateY(0px);opacity:1;box-shadow:none;z-index:1001}@media screen and (max-width: 719px){.vs-sm-false{display:none !important}}@media screen and (min-width: 720px)and (max-width: 1024px){.vs-md-false{display:none !important}}@media screen and (min-width: 1025px){.vs-lg-false{display:none !important}}body.logged-in .vs-logged-in-false{display:none !important}body:not(.logged-in) .vs-logged-out-false{display:none !important}.infinite-scroll .posts-navigation,.infinite-scroll .pagination,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}#wrapper{overflow:hidden;overflow:clip}.kadence-scrollbar-fixer{margin-right:var(--scrollbar-offset, unset)}.kadence-scrollbar-fixer .item-is-fixed{right:var(--scrollbar-offset, 0)}.alignleft{float:left;margin-right:var(--global-md-spacing)}.alignright{float:right;margin-left:var(--global-md-spacing)}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;text-align:center}body.footer-on-bottom #wrapper{min-height:100vh;display:flex;flex-direction:column}body.footer-on-bottom.admin-bar #wrapper{min-height:calc(100vh - 32px)}body.footer-on-bottom #inner-wrap{flex:1 0 auto}.kadence-pro-fixed-item>.kadence-element-wrap>p:first-child:last-child,.kadence-pro-fixed-item>p:first-child:last-child{margin:0}