@charset "UTF-8";

@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{box-sizing:border-box}.components-badge *,.components-badge :after,.components-badge :before{box-sizing:inherit}.components-badge{background-color:color-mix(in srgb,#fff 90%,var(--base-color));border-radius:2px;color:color-mix(in srgb,#000 50%,var(--base-color));display:inline-block;line-height:0;max-width:100%;min-height:24px;padding:2px 8px}.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__flex-wrapper{align-items:center;display:inline-flex;font-size:12px;font-weight:400;gap:2px;line-height:20px;max-width:100%}.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{-webkit-appearance:none;background:none;border:0;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;margin:0;text-decoration:none}@media not (prefers-reduced-motion){.components-button{transition:box-shadow .1s linear}}.components-button{align-items:center;border-radius:2px;box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);height:36px;padding:6px 12px}.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));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{height:auto}.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}@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-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%}.components-button.is-compact{height:32px}.components-button.is-compact.has-icon:not(.has-text){min-width:32px;padding:0}.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}.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.has-icon.has-text.has-icon-right{padding-left:12px;padding-right:8px}.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-calendar{background-color:var(--wp-components-color-background,#fff);color:var(--wp-components-color-foreground,#1e1e1e);display:inline-block;font-size:13px;font-weight:400;position:relative;z-index:0}.components-calendar,.components-calendar *,.components-calendar :after,.components-calendar :before{box-sizing:border-box}.components-calendar__day{padding:0;position:relative}.components-calendar__day:has(.components-calendar__day-button:disabled){color:var(--wp-components-color-gray-600,#949494)}.components-calendar__day:has(.components-calendar__day-button:focus-visible),.components-calendar__day:has(.components-calendar__day-button:hover:not(:disabled)){color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-calendar__day-button{align-items:center;background:none;border:none;border-radius:2px;color:inherit;cursor:pointer;display:flex;font:inherit;font-variant-numeric:tabular-nums;height:32px;justify-content:center;margin:0;padding:0;position:relative;width:32px}.components-calendar__day-button:before{border:none;border-radius:2px;content:"";inset:0;position:absolute;z-index:-1}.components-calendar__day-button:after{content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.components-calendar__day-button:disabled{cursor:revert}@media (forced-colors:active){.components-calendar__day-button:disabled{text-decoration:line-through}}.components-calendar__day-button:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-offset:1px}.components-calendar__caption-label{align-items:center;border:0;display:inline-flex;position:relative;text-transform:capitalize;white-space:nowrap;z-index:1}.components-calendar__button-next,.components-calendar__button-previous{align-items:center;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;border-radius:2px;color:inherit;cursor:pointer;display:inline-flex;height:32px;justify-content:center;margin:0;padding:0;position:relative;width:32px}.components-calendar__button-next:disabled,.components-calendar__button-next[aria-disabled=true],.components-calendar__button-previous:disabled,.components-calendar__button-previous[aria-disabled=true]{color:var(--wp-components-color-gray-600,#949494);cursor:revert}.components-calendar__button-next:focus-visible,.components-calendar__button-previous:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-calendar__chevron{display:inline-block;fill:currentColor;height:16px;width:16px}.components-calendar[dir=rtl] .components-calendar__nav .components-calendar__chevron{transform:rotate(180deg);transform-origin:50%}.components-calendar__month-caption{align-content:center;display:flex;height:32px;justify-content:center;margin-bottom:12px}.components-calendar__months{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;max-width:fit-content;position:relative}.components-calendar__month-grid{border-collapse:initial;border-spacing:0 4px}.components-calendar__nav{align-items:center;display:flex;height:32px;inset-block-start:0;inset-inline-end:0;inset-inline-start:0;justify-content:space-between;position:absolute}.components-calendar__weekday{color:var(--wp-components-color-gray-700,#757575);height:32px;padding:0;text-align:center;text-transform:uppercase;width:32px}.components-calendar__day--today:after{border:2px solid;border-radius:50%;content:"";height:0;inset-block-start:2px;inset-inline-end:2px;position:absolute;width:0;z-index:1}.components-calendar__day--selected:not(.components-calendar__range-middle):has(.components-calendar__day-button,.components-calendar__day-button:hover:not(:disabled)){color:var(--wp-components-color-foreground-inverted,#fff)}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:before{background-color:var(--wp-components-color-foreground,#1e1e1e);border:1px solid #0000}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:disabled:before{background-color:var(--wp-components-color-gray-600,#949494)}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:hover:not(:disabled):before{background-color:var(--wp-components-color-gray-800,#2f2f2f)}.components-calendar__day--hidden{visibility:hidden}.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button,.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button:before{border-end-end-radius:0;border-start-end-radius:0}.components-calendar__range-middle .components-calendar__day-button:before{background-color:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);border-color:#0000;border-radius:0;border-style:solid;border-width:1px 0}.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button,.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button:before{border-end-start-radius:0;border-start-start-radius:0}.components-calendar__day--preview svg{color:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 16%,#0000);inset:0;pointer-events:none;position:absolute}@media (forced-colors:active){.components-calendar__day--preview svg{color:inherit}}.components-calendar[dir=rtl] .components-calendar__day--preview svg{transform:scaleX(-1)}.components-calendar__day--preview.components-calendar__range-middle .components-calendar__day-button:before{border:none}@keyframes slide-in-left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slide-in-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slide-out-left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes slide-out-right{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{animation-duration:0s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.4,0,.2,1)}@media not (prefers-reduced-motion){.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{animation-duration:.3s}}.components-calendar[dir=rtl] .components-calendar__weeks-after-enter,.components-calendar__weeks-before-enter{animation-name:slide-in-left}.components-calendar[dir=rtl] .components-calendar__weeks-after-exit,.components-calendar__weeks-before-exit{animation-name:slide-out-left}.components-calendar[dir=rtl] .components-calendar__weeks-before-enter,.components-calendar__weeks-after-enter{animation-name:slide-in-right}.components-calendar[dir=rtl] .components-calendar__weeks-before-exit,.components-calendar__weeks-after-exit{animation-name:slide-out-right}.components-calendar__caption-after-enter{animation-name:fade-in}.components-calendar__caption-after-exit{animation-name:fade-out}.components-calendar__caption-before-enter{animation-name:fade-in}.components-calendar__caption-before-exit{animation-name:fade-out}.components-checkbox-control{--checkbox-input-size:24px}@media (min-width:600px){.components-checkbox-control{--checkbox-input-size:16px}}.components-checkbox-control{--checkbox-input-margin:8px}.components-checkbox-control__label{cursor:pointer;line-height:var(--checkbox-input-size)}.components-checkbox-control__input[type=checkbox]{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;line-height:normal;margin-right:12px;padding:6px 8px;transition:none}@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}.components-checkbox-control__input[type=checkbox]{appearance:none;background:#fff;clear:none;color:#1e1e1e;cursor:pointer;display:inline-block;height:var(--checkbox-input-size);line-height:0;margin:0 4px 0 0;outline:0;padding:0!important;text-align:center;vertical-align:top;width:var(--checkbox-input-size)}@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;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{cursor:pointer}.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]{background:var(--wp-components-color-background,#fff);border:none;box-shadow:none;color:var(--wp-components-color-foreground,#1e1e1e);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{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;line-height:normal;padding:6px 8px}@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-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));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{align-items:flex-start;display:flex;flex-wrap:wrap;padding:0;width:100%}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));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}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:hover:not(:disabled):not([aria-disabled=true]),.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;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{overflow:hidden}.components-form-toggle .components-form-toggle__track:after{border-top:16px solid #0000;box-sizing:border-box;content:"";inset: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__track:after{opacity:0}.components-form-toggle .components-form-toggle__thumb{border-radius:50%;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 .components-form-toggle__thumb{background-color:#1e1e1e;border:6px solid #0000;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003}.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;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-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-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));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{cursor:text;padding:0;width:100%}.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-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));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:var(--wp-components-color-foreground,#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{flex:1 0 100%;max-height:128px;min-width:100%;overflow-y:auto}@media not (prefers-reduced-motion){.components-form-token-field__suggestions-list{transition:all .15s ease-in-out}}.components-form-token-field__suggestions-list{box-shadow:inset 0 1px 0 0 #949494;list-style:none;margin:0;padding:0}.components-form-token-field__suggestion{box-sizing:border-box;color:var(--wp-components-color-foreground,#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:var(--wp-components-color-foreground-inverted,#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-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000)}.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:64px;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:-64px;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(var(--wp-admin-border-width-focus)*-2/var(--wp-block-editor-iframe-zoom-out-scale, 1));outline-style:solid;outline-width:calc(var(--wp-admin-border-width-focus)*2/var(--wp-block-editor-iframe-zoom-out-scale, 1))}.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{box-sizing:border-box}.components-modal__frame *,.components-modal__frame :after,.components-modal__frame :before{box-sizing:inherit}.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;color:#1e1e1e;display:flex;margin:40px 0 0;overflow:hidden;width:100%}.components-modal__frame h1,.components-modal__frame h2,.components-modal__frame h3{color:#1e1e1e}@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% - 128px);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:flex-start}.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,.components-notice__action.components-button.is-link{margin-left:12px}.components-notice__action.components-button.is-secondary{vertical-align:initial}.components-notice__action.components-button{margin-right:8px}.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;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{height:auto}.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;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__input[type=url]{flex:1 1 auto}.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{backdrop-filter:blur(100px);backface-visibility:hidden;background-color:initial;border-radius:0;box-shadow:none;color:inherit;display:flex}.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}.components-placeholder.has-illustration{overflow:hidden}.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}.components-popover *,.components-popover :after,.components-popover :before{box-sizing:inherit}.components-popover{will-change:transform;z-index:1000000}.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]{border:1px solid #1e1e1e;border-radius:50%;grid-column:1;grid-row:1;height:24px;margin-right:12px;max-width:24px;min-width:24px;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]{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]{appearance:none;cursor:pointer;display:inline-flex;margin:0;padding:0}.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;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__side-handle:before{opacity:0}.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)}} .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} .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}.components-snackbar{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,.components-snackbar__action.components-external-link{color:#fff;flex-shrink:0;margin-left:32px}.components-snackbar__action.components-button:focus,.components-snackbar__action.components-external-link:focus{box-shadow:none;outline:1px dotted #fff}.components-snackbar__action.components-button:hover,.components-snackbar__action.components-external-link: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]{background:var(--wp-components-color-background,#fff);border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;color:var(--wp-components-color-foreground,#1e1e1e);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-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));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,.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-color:var(--wp-components-color-gray-600,#949494)}.components-text-control__input::placeholder,.components-text-control__input[type=color]::placeholder,.components-text-control__input[type=date]::placeholder,.components-text-control__input[type=datetime-local]::placeholder,.components-text-control__input[type=datetime]::placeholder,.components-text-control__input[type=email]::placeholder,.components-text-control__input[type=month]::placeholder,.components-text-control__input[type=number]::placeholder,.components-text-control__input[type=password]::placeholder,.components-text-control__input[type=tel]::placeholder,.components-text-control__input[type=text]::placeholder,.components-text-control__input[type=time]::placeholder,.components-text-control__input[type=url]::placeholder,.components-text-control__input[type=week]::placeholder{color:color-mix(in srgb,var(--wp-components-color-foreground,#1e1e1e),#0000 38%)}.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 var(--wp-components-color-foreground,#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:var(--wp-components-color-foreground,#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:var(--wp-components-color-background,#fff);border-right:1px solid var(--wp-components-color-foreground,#1e1e1e);display:inline-flex;flex-shrink:0;flex-wrap:wrap;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{line-height: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:var(--wp-components-color-background,#fff);border:1px solid var(--wp-components-color-foreground,#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}.components-validated-control:has(:is(input,select):user-invalid) .components-input-control__backdrop{--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control :is(textarea,input[type=text]):user-invalid{--wp-admin-theme-color:#cc1818;--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control .components-combobox-control__suggestions-container:has(input:user-invalid):not(:has([aria-expanded=true])){border-color:#cc1818}.components-validated-control__wrapper-with-error-delegate{position:relative}.components-validated-control__wrapper-with-error-delegate:has(select:user-invalid) .components-input-control__backdrop{--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control__wrapper-with-error-delegate:has(input[type=radio]:invalid){--wp-components-color-accent:#cc1818}.components-validated-control__wrapper-with-error-delegate:has(input:user-invalid) .components-form-token-field__input-container:not(:has([aria-expanded=true])){--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control__error-delegate{height:100%;opacity:0;pointer-events:none;position:absolute;top:0;width:100%}.components-validated-control__indicator{align-items:flex-start;animation:components-validated-control__indicator-jump .2s cubic-bezier(.68,-.55,.27,1.55);color:var(--wp-components-color-gray-700,#757575);display:flex;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:.75rem;gap:4px;line-height:16px;margin:8px 0 0}.components-validated-control__indicator.is-invalid{color:#cc1818}.components-validated-control__indicator.is-valid{color:color-mix(in srgb,#000 30%,#4ab866)}.components-validated-control__indicator-icon{flex-shrink:0}.components-validated-control__indicator-spinner{height:12px;margin:2px;width:12px}@keyframes components-validated-control__indicator-jump{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}: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.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.preference-base-option+.preference-base-option{margin-top:16px}@media (min-width:600px){.preferences-modal{height:calc(100% - 128px);width:calc(100% - 32px)}}@media (min-width:782px){.preferences-modal{width:750px}}@media (min-width:960px){.preferences-modal{height:70%}}@media (max-width:781px){.preferences-modal .components-modal__content{padding:0}}.preferences__tabs-tablist{left:16px;position:absolute!important;top:88px;width:160px}.preferences__tabs-tabpanel{margin-left:160px;padding-left:24px}@media (max-width:781px){.preferences__provider{height:100%}}.preferences-modal__section{border:0;margin:0 0 2.5rem;padding:0}.preferences-modal__section:last-child{margin:0}.preferences-modal__section-legend{margin-bottom:8px}.preferences-modal__section-title{font-size:.9rem;font-weight:600;margin-top:0}.preferences-modal__section-description{color:#757575;font-size:12px;font-style:normal;margin:-8px 0 8px}.preferences-modal__section:has(.preferences-modal__section-content:empty){display:none}:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.block-editor-autocompleters__block{white-space:nowrap}.block-editor-autocompleters__block .block-editor-block-icon{margin-right:8px}.block-editor-autocompleters__block[aria-selected=true] .block-editor-block-icon{color:inherit!important}.block-editor-autocompleters__link{white-space:nowrap}.block-editor-autocompleters__link .block-editor-block-icon{margin-right:8px}.block-editor-global-styles-background-panel__inspector-media-replace-container{border:1px solid #ddd;border-radius:2px;grid-column:1/-1;position:relative}.block-editor-global-styles-background-panel__inspector-media-replace-container.is-open{background-color:#f0f0f0}.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__image-tools-panel-item{border:0;flex-grow:1}.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__image-tools-panel-item .components-dropdown{display:block}.block-editor-global-styles-background-panel__inspector-media-replace-container .block-editor-global-styles-background-panel__inspector-preview-inner{height:100%}.block-editor-global-styles-background-panel__inspector-media-replace-container .components-dropdown{display:block}.block-editor-global-styles-background-panel__inspector-media-replace-container .components-dropdown .block-editor-global-styles-background-panel__dropdown-toggle{height:40px}.block-editor-global-styles-background-panel__image-tools-panel-item{border:1px solid #ddd;grid-column:1/-1;position:relative}.block-editor-global-styles-background-panel__image-tools-panel-item .components-drop-zone__content-icon{display:none}.block-editor-global-styles-background-panel__image-tools-panel-item .components-dropdown{display:block}.block-editor-global-styles-background-panel__image-tools-panel-item button.components-button{color:#1e1e1e;display:block;width:100%}.block-editor-global-styles-background-panel__image-tools-panel-item button.components-button:hover{color:var(--wp-admin-theme-color)}.block-editor-global-styles-background-panel__image-tools-panel-item button.components-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-global-styles-background-panel__image-tools-panel-item .block-editor-global-styles-background-panel__loading{height:100%;padding:10px 0 0;position:absolute;width:100%;z-index:1}.block-editor-global-styles-background-panel__image-tools-panel-item .block-editor-global-styles-background-panel__loading svg{margin:0}.block-editor-global-styles-background-panel__dropdown-toggle{background:#0000;border:none;cursor:pointer;height:100%;padding-left:12px;padding-right:32px;width:100%}.block-editor-global-styles-background-panel__reset{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px}@media not (prefers-reduced-motion){.block-editor-global-styles-background-panel__reset{transition:opacity .1s ease-in-out}}.block-editor-global-styles-background-panel__reset.block-editor-global-styles-background-panel__reset{border-radius:2px}.block-editor-global-styles-background-panel__dropdown-toggle:hover+.block-editor-global-styles-background-panel__reset,.block-editor-global-styles-background-panel__reset:focus,.block-editor-global-styles-background-panel__reset:hover{opacity:1}@media (hover:none){.block-editor-global-styles-background-panel__reset{opacity:1}}.block-editor-global-styles-background-panel__inspector-media-replace-title{text-align:start;text-align-last:center;white-space:normal;word-break:break-all}.block-editor-global-styles-background-panel__inspector-preview-inner .block-editor-global-styles-background-panel__inspector-image-indicator-wrapper{height:20px;min-width:auto;width:20px}.block-editor-global-styles-background-panel__inspector-image-indicator{background-size:cover;border-radius:50%;display:block;height:20px;position:relative;width:20px}.block-editor-global-styles-background-panel__inspector-image-indicator: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}.block-editor-global-styles-background-panel__dropdown-content-wrapper{min-width:260px;overflow-x:hidden}.block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker-wrapper{background-color:#f0f0f0;border:1px solid #ddd;border-radius:2px;width:100%}.block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker__media--image{max-height:180px}.block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker:after{content:none}.modal-open .block-editor-global-styles-background-panel__popover{z-index:159890}.block-editor-global-styles-background-panel__media-replace-popover .components-popover__content{width:226px}.block-editor-global-styles-background-panel__media-replace-popover .components-button{padding:0 8px}.block-editor-global-styles-background-panel__media-replace-popover .components-button .components-menu-items__item-icon.has-icon-right{margin-left:16px}.block-editor-block-alignment-control__menu-group .components-menu-item__info{margin-top:0}iframe[name=editor-canvas]{box-sizing:border-box;display:block;height:100%;width:100%}@media not (prefers-reduced-motion){iframe[name=editor-canvas]{transition:all .4s cubic-bezier(.46,.03,.52,.96)}}iframe[name=editor-canvas]{background-color:var(--wp-editor-canvas-background)}.block-editor-block-icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.block-editor-block-icon.has-colors svg{fill:currentColor}@media (forced-colors:active){.block-editor-block-icon.has-colors svg{fill:CanvasText}}.block-editor-block-icon svg{max-height:24px;max-width:24px;min-height:20px;min-width:20px}.block-editor-block-inspector p:not(.components-base-control__help){margin-top:0}.block-editor-block-inspector h2,.block-editor-block-inspector h3{color:#1e1e1e;font-size:13px;margin-bottom:1.5em}.block-editor-block-inspector .block-editor-html-element-control:where(:not(:last-child)),.block-editor-block-inspector .block-editor-image-size-control:where(:not(:last-child)),.block-editor-block-inspector .components-base-control:where(:not(:last-child)),.block-editor-block-inspector .components-radio-control:where(:not(:last-child)){margin-bottom:16px}.block-editor-block-inspector .block-editor-html-element-control .components-base-control,.block-editor-block-inspector .block-editor-image-size-control .components-base-control,.block-editor-block-inspector .components-focal-point-picker-control .components-base-control,.block-editor-block-inspector .components-query-controls .components-base-control,.block-editor-block-inspector .components-range-control .components-base-control{margin-bottom:0}.block-editor-block-inspector .components-panel__body{border:none;border-top:1px solid #e0e0e0;margin-top:-1px}.block-editor-block-inspector__no-block-tools,.block-editor-block-inspector__no-blocks{background:#fff;display:block;font-size:13px;padding:32px 16px;text-align:center}.block-editor-block-inspector__no-block-tools{border-top:1px solid #ddd}.block-editor-block-inspector-edit-contents-button{justify-content:center;margin-top:8px}.block-editor-block-list__insertion-point{bottom:0;left:0;position:absolute;right:0;top:0}.block-editor-block-list__insertion-point-indicator{background:var(--wp-admin-theme-color);border-radius:2px;opacity:0;position:absolute;transform-origin:center;will-change:transform,opacity}.block-editor-block-list__insertion-point.is-vertical>.block-editor-block-list__insertion-point-indicator{height:4px;top:calc(50% - 2px);width:100%}.block-editor-block-list__insertion-point.is-horizontal>.block-editor-block-list__insertion-point-indicator{bottom:0;left:calc(50% - 2px);top:0;width:4px}.block-editor-block-list__insertion-point-inserter{display:none;position:absolute;will-change:transform}@media (min-width:480px){.block-editor-block-list__insertion-point-inserter{display:flex}}.block-editor-block-list__insertion-point-inserter{justify-content:center;left:calc(50% - 12px);top:calc(50% - 12px)}.block-editor-block-list__block-side-inserter-popover .components-popover__content>div{pointer-events:none}.block-editor-block-list__block-side-inserter-popover .components-popover__content>div>*{pointer-events:all}.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter{line-height:0;position:absolute;right:0;top:0}.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter:disabled{display:none}.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon,.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon{background:#1e1e1e;color:#fff;height:24px;min-width:24px;padding:0}.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon:hover,.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover{background:var(--wp-admin-theme-color);color:#fff}.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon{background:var(--wp-admin-theme-color)}.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover{background:#1e1e1e}@keyframes hide-during-dragging{to{position:fixed;transform:translate(9999px,9999px)}}.components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar{border:1px solid #1e1e1e;border-radius:2px;margin-bottom:8px;margin-top:8px;overflow:visible;pointer-events:all;position:static;width:auto}.components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar.has-parent{margin-left:56px}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar.has-parent{margin-left:0}.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar{overflow:visible}.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar .components-toolbar,.components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar .components-toolbar-group{border-right-color:#1e1e1e}.components-popover.block-editor-block-list__block-popover.is-insertion-point-visible{visibility:hidden}.is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover{opacity:0}@media not (prefers-reduced-motion){.is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover{animation:hide-during-dragging 1ms linear forwards}}.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector{left:-57px;position:absolute}.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector:before{content:""}.components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector .block-editor-block-parent-selector__button{background-color:#fff;border:1px solid #1e1e1e;padding-left:6px;padding-right:6px}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector .block-editor-block-parent-selector__button{padding-left:12px;padding-right:12px}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector{left:auto;margin-left:-1px;position:relative}.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-mover__move-button-container,.show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar__block-controls .block-editor-block-mover{border-left:1px solid #1e1e1e}.is-dragging-components-draggable .components-tooltip{display:none}.components-popover.block-editor-block-popover__inbetween .block-editor-button-pattern-inserter__button{left:50%;pointer-events:all;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}.block-editor-block-tools--is-dragging>.popover-slot{display:none}.block-editor-block-lock-modal{z-index:1000001}.block-editor-block-lock-modal__options{border:0;margin:0;padding:0}.block-editor-block-lock-modal__options legend{margin-bottom:16px;padding:0}.block-editor-block-lock-modal__checklist{list-style:none;margin:0;padding:0}.block-editor-block-lock-modal__options-all{padding:12px 0}.block-editor-block-lock-modal__options-all .components-checkbox-control__label{font-weight:600}.block-editor-block-lock-modal__checklist-item{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:0;padding:12px 0 12px 32px}.block-editor-block-lock-modal__checklist-item .block-editor-block-lock-modal__lock-icon{flex-shrink:0;margin-right:12px;fill:#1e1e1e}.block-editor-block-lock-modal__checklist-item:hover{background-color:#f0f0f0;border-radius:2px}.block-editor-block-lock-modal__template-lock{border-top:1px solid #ddd;margin-top:16px;padding-top:16px}.block-editor-block-lock-modal__actions{margin-top:24px}.block-editor-block-lock-toolbar .components-button.has-icon{min-width:36px!important}.block-editor-block-toolbar__block-controls .block-editor-block-lock-toolbar{margin-left:-6px!important}.show-icon-labels .block-editor-block-toolbar__block-controls .block-editor-block-lock-toolbar{border-left:1px solid #1e1e1e;margin-left:6px!important;margin-right:-6px}.block-editor-block-allowed-blocks-control:not(:only-child){margin-top:16px}.block-editor-block-allowed-blocks-control__button{justify-content:center;width:100%}.block-editor-block-allowed-blocks-modal{z-index:1000001}.block-editor-block-allowed-blocks-modal__actions{background-color:#fff;border-top:1px solid #ddd;bottom:-32px;left:0;margin:0 -32px -32px;padding:16px 32px;position:sticky;z-index:1}.block-editor-block-breadcrumb{list-style:none;margin:0;padding:0}.block-editor-block-breadcrumb li{display:inline-flex;margin:0}.block-editor-block-breadcrumb li .block-editor-block-breadcrumb__separator{fill:currentColor;margin-left:-4px;margin-right:-4px;transform:scaleX(1)}.block-editor-block-breadcrumb li:last-child .block-editor-block-breadcrumb__separator{display:none}.block-editor-block-breadcrumb__current{cursor:default}.block-editor-block-breadcrumb__button.block-editor-block-breadcrumb__button,.block-editor-block-breadcrumb__current{color:#1e1e1e;font-size:inherit;padding:0 8px}.block-editor-block-card{align-items:flex-start;color:#1e1e1e;display:flex;padding:16px}.block-editor-block-card__title{align-items:center;display:flex;flex-wrap:wrap;font-weight:500;gap:4px 8px}.block-editor-block-card__title.block-editor-block-card__title{font-size:13px;line-height:1.4;margin:0}.block-editor-block-card__name{padding:3px 0}.block-editor-block-card .block-editor-block-icon{flex:0 0 24px;height:24px;margin-left:0;margin-right:12px;width:24px}.block-editor-block-card.is-synced .block-editor-block-icon{color:var(--wp-block-synced-color)}.block-editor-block-compare{height:auto}.block-editor-block-compare__wrapper{display:flex;padding-bottom:16px}.block-editor-block-compare__wrapper>div{display:flex;flex-direction:column;justify-content:space-between;max-width:600px;min-width:200px;padding:0 16px 0 0;width:50%}.block-editor-block-compare__wrapper>div button{float:right}.block-editor-block-compare__wrapper .block-editor-block-compare__converted{border-left:1px solid #ddd;padding-left:15px;padding-right:0}.block-editor-block-compare__wrapper .block-editor-block-compare__html{border-bottom:1px solid #ddd;color:#1e1e1e;font-family:Menlo,Consolas,monaco,monospace;font-size:12px;line-height:1.7;padding-bottom:15px}.block-editor-block-compare__wrapper .block-editor-block-compare__html span{background-color:#e6ffed;padding-bottom:3px;padding-top:3px}.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__added{background-color:#acf2bd}.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__removed{background-color:#cc1818}.block-editor-block-compare__wrapper .block-editor-block-compare__preview{padding:16px 0 0}.block-editor-block-compare__wrapper .block-editor-block-compare__preview p{font-size:12px;margin-top:0}.block-editor-block-compare__wrapper .block-editor-block-compare__action{margin-top:16px}.block-editor-block-compare__wrapper .block-editor-block-compare__heading{font-size:1em;font-weight:400;margin:.67em 0}.block-editor-block-draggable-chip-wrapper{left:0;position:absolute;top:-24px}.block-editor-block-draggable-chip{background-color:#1e1e1e;border-radius:2px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;color:#fff;cursor:grabbing;display:inline-flex;height:48px;padding:0 13px;position:relative;-webkit-user-select:none;user-select:none;width:max-content}.block-editor-block-draggable-chip svg{fill:currentColor}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content{justify-content:flex-start;margin:auto}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content>.components-flex__item{margin-right:6px}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content>.components-flex__item:last-child{margin-right:0}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content .block-editor-block-icon svg{min-height:18px;min-width:18px}.block-editor-block-draggable-chip .components-flex__item{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{align-items:center;background-color:initial;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0}@media not (prefers-reduced-motion){.block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{transition:all .1s linear .1s}}.block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled .block-editor-block-draggable-chip__disabled-icon{background:#0000 linear-gradient(-45deg,#0000 47.5%,#fff 0,#fff 52.5%,#0000 0);border-radius:50%;box-shadow:inset 0 0 0 1.5px #fff;display:inline-block;height:20px;padding:0;width:20px}.block-draggable-invalid-drag-token .block-editor-block-draggable-chip__disabled.block-editor-block-draggable-chip__disabled{background-color:#757575;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;opacity:1}.block-editor-block-manager__no-results{font-style:italic;padding:24px 0;text-align:center}.block-editor-block-manager__category{margin:0 0 24px}.block-editor-block-manager__category-title{background-color:#fff;padding:16px 0;position:sticky;top:-4px;z-index:1}.block-editor-block-manager__category-title .components-checkbox-control__label{font-weight:600}.block-editor-block-manager__checklist{margin-top:0}.block-editor-block-manager__category-title,.block-editor-block-manager__checklist-item{border-bottom:1px solid #ddd}.block-editor-block-manager__checklist-item{align-items:center;display:flex;justify-content:space-between;margin-bottom:0;padding:8px 0 8px 16px}.components-modal__content .block-editor-block-manager__checklist-item.components-checkbox-control__input-container{margin:0 8px}.block-editor-block-manager__checklist-item .block-editor-block-icon{margin-right:10px;fill:#1e1e1e}.block-editor-block-manager__results{border-top:1px solid #ddd}.block-editor-block-manager__disabled-blocks-count+.block-editor-block-manager__results{border-top-width:0}.block-editor-block-mover__move-button-container{border:none;display:flex;justify-content:center;padding:0}@media (min-width:600px){.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container{flex-direction:column}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container>*{height:20px;min-width:0!important;width:100%}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container>:before{height:calc(100% - 4px)}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-up-button svg{flex-shrink:0;top:3px}.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-down-button svg{bottom:3px;flex-shrink:0}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container{width:48px}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container>*{min-width:0!important;overflow:hidden;width:24px}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button{padding-left:0;padding-right:0}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-up-button svg{left:5px}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-down-button svg{right:5px}}.block-editor-block-mover__drag-handle{cursor:grab}@media (min-width:600px){.block-editor-block-mover__drag-handle{min-width:0!important;overflow:hidden;width:24px}.block-editor-block-mover .block-editor-block-mover__drag-handle.has-icon.has-icon{padding-left:0;padding-right:0}}.components-button.block-editor-block-mover-button{overflow:hidden}.components-button.block-editor-block-mover-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-button.block-editor-block-mover-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.components-button.block-editor-block-mover-button:focus,.components-button.block-editor-block-mover-button:focus:before,.components-button.block-editor-block-mover-button:focus:enabled{box-shadow:none;outline:none}.components-button.block-editor-block-mover-button:focus-visible: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}.block-editor-block-navigation__container{min-width:280px}.block-editor-block-navigation__label{color:#757575;font-size:11px;font-weight:500;margin:0 0 12px;text-transform:uppercase}.block-editor-block-patterns-list__list-item{cursor:pointer;margin-bottom:16px;position:relative}.block-editor-block-patterns-list__list-item.is-placeholder{min-height:100px}.block-editor-block-patterns-list__list-item[draggable=true]{cursor:grab}.block-editor-block-patterns-list__item{height:100%;outline:0;scroll-margin-bottom:56px;scroll-margin-top:24px}.block-editor-block-patterns-list__item .block-editor-block-patterns-list__item-title{flex-grow:1;font-size:12px;text-align:left}.block-editor-block-patterns-list__item .block-editor-block-preview__container{align-items:center;border-radius:4px;display:flex;overflow:hidden}.block-editor-block-patterns-list__item .block-editor-block-preview__container:after{border-radius:4px;outline:1px solid #0000001a;outline-offset:-1px}@media not (prefers-reduced-motion){.block-editor-block-patterns-list__item .block-editor-block-preview__container:after{transition:outline .1s linear}}.block-editor-block-patterns-list__item.is-selected .block-editor-block-preview__container:after{outline-color:#1e1e1e;outline-offset:calc(var(--wp-admin-border-width-focus)*-1);outline-width:var(--wp-admin-border-width-focus)}.block-editor-block-patterns-list__item:hover .block-editor-block-preview__container:after{outline-color:#0000004d}.block-editor-block-patterns-list__item[data-focus-visible] .block-editor-block-preview__container:after{outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-1);outline-width:var(--wp-admin-border-width-focus)}.block-editor-block-patterns-list__item .block-editor-patterns__pattern-details:not(:empty){align-items:center;margin-top:8px;padding-bottom:4px}.block-editor-block-patterns-list__item .block-editor-patterns__pattern-icon-wrapper{height:24px;min-width:24px}.block-editor-block-patterns-list__item .block-editor-patterns__pattern-icon-wrapper .block-editor-patterns__pattern-icon{fill:var(--wp-block-synced-color)}.block-editor-patterns__grid-pagination-wrapper .block-editor-patterns__grid-pagination{border-top:1px solid #2f2f2f;justify-content:center;padding:4px}.show-icon-labels .block-editor-patterns__grid-pagination-button{width:auto}.show-icon-labels .block-editor-patterns__grid-pagination-button span{display:none}.show-icon-labels .block-editor-patterns__grid-pagination-button:before{content:attr(aria-label)}.components-popover.block-editor-block-popover{margin:0!important;pointer-events:none;position:absolute;z-index:31}.components-popover.block-editor-block-popover .components-popover__content{margin:0!important;min-width:auto;overflow-y:visible;width:max-content}.components-popover.block-editor-block-popover:not(.block-editor-block-popover__inbetween,.block-editor-block-popover__drop-zone,.block-editor-block-list__block-side-inserter-popover) .components-popover__content *{pointer-events:all}.components-popover.block-editor-block-popover__inbetween,.components-popover.block-editor-block-popover__inbetween *{pointer-events:none}.components-popover.block-editor-block-popover__inbetween .is-with-inserter,.components-popover.block-editor-block-popover__inbetween .is-with-inserter *{pointer-events:all}.components-popover.block-editor-block-popover__drop-zone *{pointer-events:none}.components-popover.block-editor-block-popover__drop-zone .block-editor-block-popover__drop-zone-foreground{background-color:var(--wp-admin-theme-color);border-radius:2px;inset:0;position:absolute}.block-editor-block-preview__container{overflow:hidden;position:relative;width:100%}.block-editor-block-preview__container .block-editor-block-preview__content{left:0;margin:0;min-height:auto;overflow:visible;text-align:initial;top:0;transform-origin:top left;width:100%}.block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-list__insertion-point,.block-editor-block-preview__container .block-editor-block-preview__content .block-list-appender{display:none}.block-editor-block-preview__container:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.block-editor-block-rename-modal{z-index:1000001}.block-editor-block-styles__preview-panel{display:none;z-index:90}@media (min-width:782px){.block-editor-block-styles__preview-panel{display:block}}.block-editor-block-styles__preview-panel .block-editor-block-icon{display:none}.block-editor-block-styles__variants{display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item{box-shadow:inset 0 0 0 1px #ddd;color:#1e1e1e;display:inline-block;width:calc(50% - 4px)}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item:hover{box-shadow:inset 0 0 0 1px #ddd;color:var(--wp-admin-theme-color)}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:hover{background-color:#1e1e1e;box-shadow:none}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active .block-editor-block-styles__item-text,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:hover .block-editor-block-styles__item-text{color:#fff}.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:focus,.block-editor-block-styles__variants button.components-button.block-editor-block-styles__item:focus{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}.block-editor-block-styles__variants .block-editor-block-styles__item-text{text-align:start;text-align-last:center;white-space:normal;word-break:break-all}.block-editor-block-styles__block-preview-container,.block-editor-block-styles__block-preview-container *{box-sizing:border-box!important}.block-editor-block-switcher{position:relative}.block-editor-block-switcher .components-button.components-dropdown-menu__toggle.has-icon.has-icon{min-width:36px}.block-editor-block-switcher__no-switcher-icon,.block-editor-block-switcher__toggle{position:relative}.components-button.block-editor-block-switcher__no-switcher-icon,.components-button.block-editor-block-switcher__toggle{display:block;height:48px;margin:0}.components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon,.components-button.block-editor-block-switcher__toggle .block-editor-block-icon{margin:auto}.components-button.block-editor-block-switcher__no-switcher-icon{display:flex}.components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon{margin-left:auto;margin-right:auto;min-width:24px!important}.components-button.block-editor-block-switcher__no-switcher-icon[aria-disabled=true],.components-button.block-editor-block-switcher__no-switcher-icon[aria-disabled=true]:hover{color:#1e1e1e}.components-popover.block-editor-block-switcher__popover .components-popover__content{min-width:300px}.block-editor-block-switcher__popover-preview-container{bottom:0;left:0;pointer-events:none;position:absolute;top:-1px;width:100%}.block-editor-block-switcher__popover-preview{overflow:hidden}.block-editor-block-switcher__popover-preview .components-popover__content{background:#fff;border:1px solid #1e1e1e;border-radius:4px;box-shadow:none;outline:none;overflow:auto;width:300px}.block-editor-block-switcher__popover-preview .block-editor-block-switcher__preview{margin:16px 0;max-height:468px;overflow:hidden;padding:0 16px}.block-editor-block-switcher__popover-preview .block-editor-block-switcher__preview.is-pattern-list-preview{overflow:unset}.block-editor-block-switcher__preview-title{color:#757575;font-size:11px;font-weight:500;margin-bottom:12px;text-transform:uppercase}.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon{min-width:36px}.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle{height:48px}.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-icon,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform{height:48px;width:48px}.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform{padding:12px}.block-editor-block-switcher__preview-patterns-container{padding-bottom:16px}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item{margin-top:16px}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-preview__container{cursor:pointer}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{border-radius:2px;height:100%}@media not (prefers-reduced-motion){.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{transition:all .05s ease-in-out}}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{border:1px solid #0000;position:relative}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:focus,.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover{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}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) #1e1e1e}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item .block-editor-block-switcher__preview-patterns-container-list__item-title{cursor:pointer;font-size:12px;padding:4px;text-align:center}.block-editor-block-switcher__no-transforms{color:#757575;margin:0;padding:6px 8px}.block-editor-block-switcher__binding-indicator{display:block;padding:8px}.block-editor-block-types-list>[role=presentation]{display:flex;flex-wrap:wrap;overflow:hidden}.block-editor-block-pattern-setup{align-items:flex-start;border-radius:2px;display:flex;flex-direction:column;justify-content:center;width:100%}.block-editor-block-pattern-setup.view-mode-grid{padding-top:4px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__toolbar{justify-content:center}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container{column-count:2;column-gap:24px;display:block;padding:0 32px;width:100%}@media (min-width:1440px){.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container{column-count:3}}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-preview__container,.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container div[role=button]{cursor:pointer}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item{scroll-margin:5px 0}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:hover .block-editor-block-preview__container{box-shadow:0 0 0 2px var(--wp-admin-theme-color)}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:focus .block-editor-block-preview__container{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}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:focus .block-editor-block-pattern-setup-list__item-title,.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:hover .block-editor-block-pattern-setup-list__item-title{color:var(--wp-admin-theme-color)}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item{break-inside:avoid-column;margin-bottom:24px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-pattern-setup-list__item-title{cursor:pointer;font-size:12px;padding-top:8px;text-align:center}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-preview__container{border:1px solid #ddd;border-radius:4px;min-height:100px}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-preview__content{width:100%}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar{align-items:center;align-self:stretch;background-color:#fff;border-top:1px solid #ddd;bottom:0;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:row;height:64px;justify-content:space-between;margin:0;padding:16px;position:absolute;text-align:left;width:100%}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__display-controls{display:flex}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions,.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__navigation{display:flex;width:calc(50% - 36px)}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions{justify-content:flex-end}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container{box-sizing:border-box;display:flex;flex-direction:column;height:100%;width:100%}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container{height:100%;list-style:none;margin:0;overflow:hidden;padding:0;position:relative;transform-style:preserve-3d}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container *{box-sizing:border-box}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{background-color:#fff;height:100%;margin:auto;padding:0;position:absolute;top:0;width:100%}@media not (prefers-reduced-motion){.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{transition:transform .5s,z-index .5s}}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{z-index:100}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.active-slide{opacity:1;position:relative;z-index:102}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.previous-slide{transform:translateX(-100%);z-index:101}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.next-slide{transform:translateX(100%);z-index:101}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .block-list-appender{display:none}.block-editor-block-pattern-setup__carousel,.block-editor-block-pattern-setup__grid{width:100%}.block-editor-block-variation-transforms:where(fieldset){border:0;margin:0;padding:0}.block-editor-block-variation-transforms{box-sizing:border-box;padding:0 16px 16px 52px;width:100%}.block-editor-block-variation-transforms .components-dropdown-menu__toggle{border:1px solid #757575;border-radius:2px;justify-content:left;min-height:30px;padding:6px 12px;position:relative;text-align:left;width:100%}.block-editor-block-variation-transforms .components-dropdown-menu__toggle.components-dropdown-menu__toggle{padding-right:24px}.block-editor-block-variation-transforms .components-dropdown-menu__toggle:focus:not(:disabled){border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 calc(var(--wp-admin-border-width-focus) - 1px) var(--wp-admin-theme-color)}.block-editor-block-variation-transforms .components-dropdown-menu__toggle svg{height:100%;padding:0;position:absolute;right:0;top:0}.block-editor-block-variation-transforms__popover .components-popover__content{min-width:230px}.components-border-radius-control__header{height:16px;margin-bottom:12px}.components-border-radius-control{border:0;margin:0 0 12px;padding:0}.components-border-radius-control legend{margin-bottom:0}.components-border-radius-control .components-border-radius-control__input-controls-wrapper{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr));margin-right:12px}.components-border-radius-control .components-border-radius-control__linked-button{display:flex;justify-content:center}.components-border-radius-control .components-border-radius-control__linked-button svg{margin-right:0}.components-border-radius-control__custom-select-control,.components-border-radius-control__range-control{flex:1}.components-border-radius-control__icon{flex:0 0 auto}.block-editor-color-gradient-control .block-editor-color-gradient-control__color-indicator{margin-bottom:12px}.block-editor-color-gradient-control__fieldset{border:0;margin:0;min-width:0;padding:0}.block-editor-panel-color-gradient-settings.block-editor-panel-color-gradient-settings,.block-editor-panel-color-gradient-settings.block-editor-panel-color-gradient-settings>div:not(:first-of-type){display:block}@media screen and (min-width:782px){.block-editor-panel-color-gradient-settings .components-circular-option-picker__swatches{display:grid;grid-template-columns:repeat(6,28px)}}.block-editor-block-inspector .block-editor-panel-color-gradient-settings .components-base-control{margin-bottom:inherit}.block-editor-panel-color-gradient-settings__dropdown-content .block-editor-color-gradient-control__panel{padding:16px;width:260px}.block-editor-panel-color-gradient-settings__color-indicator{background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0)}.block-editor-tools-panel-color-gradient-settings__item{border-bottom:1px solid #ddd;border-left:1px solid #ddd;border-right:1px solid #ddd;max-width:100%;padding:0;position:relative}.block-editor-tools-panel-color-gradient-settings__item:nth-child(1 of .block-editor-tools-panel-color-gradient-settings__item){border-top:1px solid #ddd;border-top-left-radius:2px;border-top-right-radius:2px;margin-top:24px}.block-editor-tools-panel-color-gradient-settings__item:nth-last-child(1 of .block-editor-tools-panel-color-gradient-settings__item){border-bottom-left-radius:2px;border-bottom-right-radius:2px}.block-editor-tools-panel-color-gradient-settings__item>div,.block-editor-tools-panel-color-gradient-settings__item>div>button{border-radius:inherit}.block-editor-tools-panel-color-gradient-settings__dropdown{display:block;padding:0}.block-editor-tools-panel-color-gradient-settings__dropdown>button{height:auto;padding-bottom:10px;padding-top:10px;text-align:left}.block-editor-tools-panel-color-gradient-settings__dropdown>button.is-open{background:#f0f0f0;color:var(--wp-admin-theme-color)}.block-editor-tools-panel-color-gradient-settings__dropdown .block-editor-panel-color-gradient-settings__color-name{max-width:calc(100% - 44px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.block-editor-panel-color-gradient-settings__dropdown{width:100%}.block-editor-panel-color-gradient-settings__dropdown .component-color-indicator{flex-shrink:0}.block-editor-panel-color-gradient-settings__reset{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px}@media not (prefers-reduced-motion){.block-editor-panel-color-gradient-settings__reset{transition:opacity .1s ease-in-out}}.block-editor-panel-color-gradient-settings__reset.block-editor-panel-color-gradient-settings__reset{border-radius:2px}.block-editor-panel-color-gradient-settings__dropdown:hover+.block-editor-panel-color-gradient-settings__reset,.block-editor-panel-color-gradient-settings__reset:focus,.block-editor-panel-color-gradient-settings__reset:hover{opacity:1}@media (hover:none){.block-editor-panel-color-gradient-settings__reset{opacity:1}}.block-editor-date-format-picker{border:none;margin:0 0 16px;padding:0}.block-editor-date-format-picker__custom-format-select-control__custom-option{border-top:1px solid #ddd}.block-editor-duotone-control__popover.components-popover>.components-popover__content{padding:8px;width:260px}.block-editor-duotone-control__popover.components-popover .components-menu-group__label{padding:0}.block-editor-duotone-control__popover.components-popover .components-circular-option-picker__swatches{display:grid;gap:12px;grid-template-columns:repeat(6,28px);justify-content:space-between}.block-editor-duotone-control__unset-indicator{background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0)}.components-font-appearance-control [role=option]{color:#1e1e1e;text-transform:capitalize}.block-editor-font-family-control:not(.is-next-has-no-margin-bottom){margin-bottom:8px}.block-editor-global-styles__toggle-icon{fill:currentColor}.block-editor-global-styles__shadow-popover-container{width:230px}.block-editor-global-styles__shadow__list{display:flex;flex-wrap:wrap;gap:12px;padding-bottom:8px}.block-editor-global-styles__clear-shadow{text-align:right}.block-editor-global-styles-filters-panel__dropdown,.block-editor-global-styles__shadow-dropdown{border:1px solid #ddd;border-radius:2px;display:block;padding:0;position:relative}.block-editor-global-styles-filters-panel__dropdown-toggle,.block-editor-global-styles__shadow-dropdown-toggle{padding:8px;width:100%}.block-editor-global-styles-filters-panel__dropdown-toggle.is-open,.block-editor-global-styles__shadow-dropdown-toggle.is-open{background-color:#f0f0f0}.block-editor-global-styles__shadow-editor__remove-button{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px}@media not (prefers-reduced-motion){.block-editor-global-styles__shadow-editor__remove-button{transition:opacity .1s ease-in-out}}.block-editor-global-styles__shadow-dropdown:hover .block-editor-global-styles__shadow-editor__remove-button,.block-editor-global-styles__shadow-editor__remove-button:focus,.block-editor-global-styles__shadow-editor__remove-button:hover{opacity:1}@media (hover:none){.block-editor-global-styles__shadow-editor__remove-button{opacity:1}}.block-editor-global-styles__shadow-indicator{align-items:center;appearance:none;background:none;border:1px solid #e0e0e0;border-radius:2px;box-sizing:border-box;color:#2f2f2f;cursor:pointer;display:inline-flex;height:26px;padding:0;transform:scale(1);width:26px}@media not (prefers-reduced-motion){.block-editor-global-styles__shadow-indicator{transition:transform .1s ease}}.block-editor-global-styles__shadow-indicator{will-change:transform}.block-editor-global-styles__shadow-indicator:focus{border:2px solid #757575}.block-editor-global-styles__shadow-indicator:hover{transform:scale(1.2)}.block-editor-global-styles__shadow-indicator.unset{background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0)}.block-editor-global-styles-advanced-panel__custom-css-input textarea{direction:ltr;font-family:Menlo,Consolas,monaco,monospace}.block-editor-panel-duotone-settings__reset{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px}@media not (prefers-reduced-motion){.block-editor-panel-duotone-settings__reset{transition:opacity .1s ease-in-out}}.block-editor-global-styles-filters-panel__dropdown:hover .block-editor-panel-duotone-settings__reset,.block-editor-panel-duotone-settings__reset:focus,.block-editor-panel-duotone-settings__reset:hover{opacity:1}@media (hover:none){.block-editor-panel-duotone-settings__reset{opacity:1}}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer{z-index:30}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer .components-popover__content *{pointer-events:none}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer.is-dropping-allowed .block-editor-grid-visualizer__drop-zone{pointer-events:all}.block-editor-grid-visualizer.block-editor-grid-visualizer.block-editor-grid-visualizer .block-editor-inserter *{pointer-events:auto}.block-editor-grid-visualizer__grid{display:grid;position:absolute}.block-editor-grid-visualizer__cell{display:grid;position:relative}.block-editor-grid-visualizer__cell .block-editor-inserter{bottom:0;color:inherit;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:32}.block-editor-grid-visualizer__cell .block-editor-inserter .block-editor-grid-visualizer__appender{box-shadow:inset 0 0 0 1px color-mix(in srgb,currentColor 20%,#0000);color:inherit;height:100%;opacity:0;overflow:hidden;padding:0!important;width:100%}.block-editor-grid-visualizer__cell.is-highlighted .block-editor-grid-visualizer__drop-zone,.block-editor-grid-visualizer__cell.is-highlighted .block-editor-inserter{background:var(--wp-admin-theme-color)}.block-editor-grid-visualizer__cell .block-editor-grid-visualizer__appender:focus,.block-editor-grid-visualizer__cell:hover .block-editor-grid-visualizer__appender{background-color:color-mix(in srgb,currentColor 20%,#0000);opacity:1}.block-editor-grid-visualizer__drop-zone{background:#cccccc1a;grid-column:1;grid-row:1;height:100%;min-height:8px;min-width:8px;width:100%}.block-editor-grid-item-resizer.block-editor-grid-item-resizer.block-editor-grid-item-resizer{z-index:30}.block-editor-grid-item-resizer.block-editor-grid-item-resizer.block-editor-grid-item-resizer .components-popover__content *{pointer-events:none}.block-editor-grid-item-resizer__box{border:1px solid var(--wp-admin-theme-color)}.block-editor-grid-item-resizer__box .components-resizable-box__handle.components-resizable-box__handle.components-resizable-box__handle{pointer-events:all}.block-editor-grid-item-mover__move-button-container{border:none;display:flex;justify-content:center;padding:0}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button{min-width:0!important;padding-left:0;padding-right:0;width:24px}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button svg{min-width:24px}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus,.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus:before,.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus:enabled{box-shadow:none;outline:none}.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus-visible: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}.block-editor-grid-item-mover__move-vertical-button-container{display:flex;position:relative}@media (min-width:600px){.block-editor-grid-item-mover__move-vertical-button-container{flex-direction:column;justify-content:space-around}.block-editor-grid-item-mover__move-vertical-button-container>.block-editor-grid-item-mover-button.block-editor-grid-item-mover-button{height:20px!important;min-width:0!important;width:100%}.block-editor-grid-item-mover__move-vertical-button-container>.block-editor-grid-item-mover-button.block-editor-grid-item-mover-button:before{height:calc(100% - 4px)}.block-editor-grid-item-mover__move-vertical-button-container .block-editor-grid-item-mover-button.is-down-button svg,.block-editor-grid-item-mover__move-vertical-button-container .block-editor-grid-item-mover-button.is-up-button svg{flex-shrink:0;height:20px}.editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-vertical-button-container{height:40px;position:relative;top:-4px}}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container{position:relative}@media (min-width:600px){.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container:before{background:#e0e0e0;content:"";height:100%;position:absolute;top:0;width:1px}}@media (min-width:782px){.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container:before{background:#1e1e1e}}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-left{padding-right:6px}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-left:before{right:0}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-right{padding-left:6px}.show-icon-labels .block-editor-grid-item-mover__move-horizontal-button-container.is-right:before{left:0}@media (min-width:600px){.show-icon-labels .block-editor-grid-item-mover__move-vertical-button-container:before{background:#e0e0e0;content:"";height:1px;left:50%;margin-top:-.5px;position:absolute;top:50%;transform:translate(-50%);width:100%}}@media (min-width:782px){.show-icon-labels .block-editor-grid-item-mover__move-vertical-button-container:before{background:#1e1e1e}}.show-icon-labels .block-editor-grid-item-mover-button{white-space:nowrap}.show-icon-labels .editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-horizontal-button-container:before{background:#ddd;height:24px;top:4px}.show-icon-labels .editor-collapsible-block-toolbar .block-editor-grid-item-mover__move-vertical-button-container:before{background:#ddd;width:calc(100% - 24px)}.block-editor-height-control{border:0;margin:0;padding:0}.block-editor-iframe__container{height:100%;width:100%}.block-editor-iframe__scale-container{height:100%}.block-editor-iframe__scale-container.is-zoomed-out{position:absolute;right:0;width:var(--wp-block-editor-iframe-zoom-out-scale-container-width,100vw)}.block-editor-block-types-list__list-item{display:block;margin:0;padding:0;width:33.33%}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled) .block-editor-block-icon.has-colors{color:var(--wp-block-synced-color)}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover .block-editor-block-types-list__item-title{color:var(--wp-block-synced-color)!important;filter:brightness(.95)}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover svg{color:var(--wp-block-synced-color)!important}.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):after{background:var(--wp-block-synced-color)}.components-button.block-editor-block-types-list__item{align-items:stretch;background:#0000;color:#1e1e1e;cursor:pointer;display:flex;flex-direction:column;font-size:13px;justify-content:center;padding:8px;width:100%;word-break:break-word}@media not (prefers-reduced-motion){.components-button.block-editor-block-types-list__item{transition:all .05s ease-in-out}}.components-button.block-editor-block-types-list__item{height:auto;position:relative}.components-button.block-editor-block-types-list__item:disabled,.components-button.block-editor-block-types-list__item[aria-disabled=true]{cursor:default;opacity:.6}.components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]):hover .block-editor-block-types-list__item-title{color:var(--wp-admin-theme-color)!important;filter:brightness(.95)}.components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]):hover svg{color:var(--wp-admin-theme-color)!important}.components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]):hover:after{background:var(--wp-admin-theme-color);border-radius:2px;bottom:0;content:"";left:0;opacity:.04;pointer-events:none;position:absolute;right:0;top:0}.components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]).is-active{background:#1e1e1e;color:#fff;outline:2px solid #0000;outline-offset:-2px}.components-button.block-editor-block-types-list__item:not(:disabled):focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-block-types-list__item-icon{color:#1e1e1e;padding:12px 20px}@media not (prefers-reduced-motion){.block-editor-block-types-list__item-icon{transition:all .05s ease-in-out}}.block-editor-block-types-list__item-icon .block-editor-block-icon{margin-left:auto;margin-right:auto}@media not (prefers-reduced-motion){.block-editor-block-types-list__item-icon svg{transition:all .15s ease-out}}.block-editor-block-types-list__list-item[draggable=true] .block-editor-block-types-list__item-icon{cursor:grab}.block-editor-block-types-list__item-title{font-size:12px;hyphens:auto;padding:4px 2px 8px}.block-editor-block-inspector__tabs [role=tablist]{width:100%}.block-editor-inspector-popover-header{margin-bottom:16px}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}@keyframes loadingpulse{0%{opacity:1}50%{opacity:0}to{opacity:1}}.block-editor-link-control{min-width:350px;position:relative}.components-popover__content .block-editor-link-control{max-width:350px;min-width:auto;width:90vw}.show-icon-labels .block-editor-link-control .components-button.has-icon svg{display:none}.show-icon-labels .block-editor-link-control .components-button.has-icon:before{content:attr(aria-label)}.show-icon-labels .block-editor-link-control .block-editor-link-control__search-item-top{flex-wrap:wrap;gap:4px}.show-icon-labels .block-editor-link-control .block-editor-link-control__search-item-top .components-button.has-icon{padding:4px;width:auto}.show-icon-labels .block-editor-link-control .is-preview .block-editor-link-control__search-item-header{margin-right:0;min-width:100%}.block-editor-link-control__search-input-wrapper{margin-bottom:8px;position:relative}.block-editor-link-control__help{color:#757575;font-size:12px;font-style:normal;margin-bottom:0;margin-top:-8px;padding:0 16px}.block-editor-link-control__search-input-container,.block-editor-link-control__search-input-wrapper{position:relative}.block-editor-link-control__field{margin:16px}.block-editor-link-control__field .components-base-control__label{color:#1e1e1e}.block-editor-link-control__search-error{margin:-8px 16px 16px}.block-editor-link-control__search-actions{padding:8px 16px 16px}.block-editor-link-control__search-results-wrapper{position:relative}.block-editor-link-control__search-results-wrapper:after,.block-editor-link-control__search-results-wrapper:before{content:"";display:block;left:-1px;pointer-events:none;position:absolute;right:16px;z-index:100}.block-editor-link-control__search-results-wrapper:before{bottom:auto;height:8px;top:0}.block-editor-link-control__search-results-wrapper:after{bottom:0;height:16px;top:auto}.block-editor-link-control__search-results{margin-top:-16px;max-height:200px;overflow-y:auto;padding:8px}.block-editor-link-control__search-results.is-loading{opacity:.2}.block-editor-link-control__search-item.components-button.components-menu-item__button{height:auto;text-align:left}.block-editor-link-control__search-item .components-menu-item__item{display:inline-block;overflow:hidden;text-overflow:ellipsis;width:100%}.block-editor-link-control__search-item .components-menu-item__item mark{background-color:initial;color:inherit;font-weight:600}.block-editor-link-control__search-item .components-menu-item__shortcut{color:#757575;white-space:nowrap}.block-editor-link-control__search-item[aria-selected]{background:#f0f0f0}.block-editor-link-control__search-item.is-current{background:#0000;border:0;cursor:default;flex-direction:column;padding:16px;width:100%}.block-editor-link-control__search-item .block-editor-link-control__search-item-header{align-items:center;display:block;flex-direction:row;gap:8px;margin-right:8px;overflow-wrap:break-word;white-space:pre-wrap}.block-editor-link-control__search-item .block-editor-link-control__search-item-header .block-editor-link-control__search-item-info{color:#757575;font-size:12px;line-height:1.1;word-break:break-all}.block-editor-link-control__search-item.is-preview .block-editor-link-control__search-item-header{display:flex;flex:1}.block-editor-link-control__search-item.is-error .block-editor-link-control__search-item-header{align-items:center}.block-editor-link-control__search-item.is-url-title .block-editor-link-control__search-item-title{word-break:break-all}.block-editor-link-control__search-item .block-editor-link-control__search-item-details{display:flex;flex-direction:column;gap:4px;justify-content:space-between}.block-editor-link-control__search-item .block-editor-link-control__search-item-header .block-editor-link-control__search-item-icon{background-color:#f0f0f0;border-radius:2px;height:32px;width:32px}.block-editor-link-control__search-item .block-editor-link-control__search-item-icon{align-items:center;display:flex;flex-shrink:0;justify-content:center;position:relative}.block-editor-link-control__search-item .block-editor-link-control__search-item-icon img{width:16px}.block-editor-link-control__search-item.is-error .block-editor-link-control__search-item-icon{max-height:32px;top:0;width:32px}.block-editor-link-control__search-item .block-editor-link-control__search-item-title{line-height:1.1}.block-editor-link-control__search-item .block-editor-link-control__search-item-title:focus{box-shadow:none}.block-editor-link-control__search-item .block-editor-link-control__search-item-title:focus-visible{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;text-decoration:none}.block-editor-link-control__search-item .block-editor-link-control__search-item-title mark{background-color:initial;color:inherit;font-weight:600}.block-editor-link-control__search-item .block-editor-link-control__search-item-title span{font-weight:400}.block-editor-link-control__search-item .block-editor-link-control__search-item-title .components-external-link__icon{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.block-editor-link-control__search-item-top{align-items:center;display:flex;flex-direction:row;width:100%}.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon img,.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon svg{opacity:0}.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon:before{background-color:#f0f0f0;border-radius:100%;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0}@media not (prefers-reduced-motion){.block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon:before{animation:loadingpulse 1s linear infinite;animation-delay:.5s}}.block-editor-link-control__loading{align-items:center;display:flex;margin:16px}.block-editor-link-control__loading .components-spinner{margin-top:0}.components-button+.block-editor-link-control__search-create{overflow:visible;padding:12px 16px}.components-button+.block-editor-link-control__search-create:before{content:"";display:block;left:0;position:absolute;top:-10px;width:100%}.block-editor-link-control__search-create{align-items:center}.block-editor-link-control__search-create .block-editor-link-control__search-item-title{margin-bottom:0}.block-editor-link-control__search-create .block-editor-link-control__search-item-icon{top:0}.block-editor-link-control__drawer-inner{display:flex;flex-basis:100%;flex-direction:column;position:relative}.block-editor-link-control__settings{border:0;margin:0;padding:0}.block-editor-link-control__setting{flex:1;margin-bottom:0;padding:8px 24px}.block-editor-link-control__setting .components-base-control:not(.components-input-control) .components-base-control__field{display:flex}.block-editor-link-control__setting .components-base-control__field .components-checkbox-control__label{color:#1e1e1e}.block-editor-link-control__setting input{margin-left:0}.is-preview .block-editor-link-control__setting{padding:20px 8px 8px 0}.block-editor-link-control__tools{margin-top:-16px;padding:8px 8px 0}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle{gap:0;padding-left:0}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true]{color:#1e1e1e}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{visibility:visible}@media not (prefers-reduced-motion){.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{transition:transform .1s ease}}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg{transform:rotate(90deg)}.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=false] svg{transform:rotate(0deg);visibility:visible}@media not (prefers-reduced-motion){.block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=false] svg{transition:transform .1s ease}}.block-editor-link-control .block-editor-link-control__search-input .components-spinner{display:block}.block-editor-link-control .block-editor-link-control__search-input .components-spinner.components-spinner{bottom:auto;left:auto;position:absolute;right:40px;top:calc(50% - 8px)}.block-editor-link-control .block-editor-link-control__search-input-wrapper.has-actions .components-spinner{right:12px;top:calc(50% + 4px)}.block-editor-list-view-tree{border-collapse:collapse;margin:0;padding:0;width:100%}.components-modal__content .block-editor-list-view-tree{margin:-12px -6px 0;width:calc(100% + 12px)}.block-editor-list-view-tree.is-dragging tbody{pointer-events:none}.block-editor-list-view-leaf{position:relative;transform:translateY(0)}.block-editor-list-view-leaf.is-draggable,.block-editor-list-view-leaf.is-draggable .block-editor-list-view-block-contents{cursor:grab}.block-editor-list-view-leaf .block-editor-list-view-block-select-button[aria-expanded=true]{color:inherit}.block-editor-list-view-leaf .block-editor-list-view-block-select-button:hover{color:var(--wp-admin-theme-color)}.block-editor-list-view-leaf .block-editor-list-view-block-select-button svg{fill:currentColor}@media (forced-colors:active){.block-editor-list-view-leaf .block-editor-list-view-block-select-button svg{fill:CanvasText}}.is-dragging-components-draggable .block-editor-list-view-leaf:not(.is-selected) .block-editor-list-view-block-select-button:hover{color:inherit}.block-editor-list-view-leaf.is-selected td{background:var(--wp-admin-theme-color)}.block-editor-list-view-leaf.is-selected.is-synced td{background:var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents .block-editor-block-icon,.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:focus,.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:hover{color:var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:focus:after{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents,.block-editor-list-view-leaf.is-selected .components-button.has-icon{color:#fff}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents:focus:after{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-list-view-leaf.is-selected.is-synced .block-editor-list-view-block-contents:focus:after{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color)}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block__menu:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff}.block-editor-list-view-leaf.is-first-selected td:first-child{border-top-left-radius:2px}.block-editor-list-view-leaf.is-first-selected td:last-child{border-top-right-radius:2px}.block-editor-list-view-leaf.is-last-selected td:first-child{border-bottom-left-radius:2px}.block-editor-list-view-leaf.is-last-selected td:last-child{border-bottom-right-radius:2px}.block-editor-list-view-leaf.is-branch-selected:not(.is-selected):not(.is-synced-branch){background:rgba(var(--wp-admin-theme-color--rgb),.04)}.block-editor-list-view-leaf.is-synced-branch.is-branch-selected{background:rgba(var(--wp-block-synced-color--rgb),.04)}.block-editor-list-view-leaf.is-branch-selected.is-first-selected td:first-child{border-top-left-radius:2px}.block-editor-list-view-leaf.is-branch-selected.is-first-selected td:last-child{border-top-right-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-first-selected td:first-child{border-top-left-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-first-selected td:last-child{border-top-right-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-last-selected td:first-child{border-bottom-left-radius:2px}.block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-last-selected td:last-child{border-bottom-right-radius:2px}.block-editor-list-view-leaf.is-branch-selected:not(.is-selected) td{border-radius:0}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-normal{transition:transform .2s}}.block-editor-list-view-leaf.is-displacement-normal{transform:translateY(0)}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-up{transition:transform .2s}}.block-editor-list-view-leaf.is-displacement-up{transform:translateY(-32px)}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-down{transition:transform .2s}}.block-editor-list-view-leaf.is-displacement-down{transform:translateY(32px)}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-after-dragged-blocks{transition:transform .2s}}.block-editor-list-view-leaf.is-after-dragged-blocks{transform:translateY(calc(var(--wp-admin--list-view-dragged-items-height, 32px)*-1))}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-up{transition:transform .2s}}.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-up{transform:translateY(calc(-32px + var(--wp-admin--list-view-dragged-items-height, 32px)*-1))}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-down{transition:transform .2s}}.block-editor-list-view-leaf.is-after-dragged-blocks.is-displacement-down{transform:translateY(calc(32px + var(--wp-admin--list-view-dragged-items-height, 32px)*-1))}.block-editor-list-view-leaf.is-dragging{left:0;opacity:0;pointer-events:none;z-index:-9999}.block-editor-list-view-leaf .block-editor-list-view-block-contents{align-items:center;border-radius:2px;box-sizing:border-box;color:inherit;display:flex;font-family:inherit;font-size:13px;font-weight:400;height:32px;margin:0;padding:6px 4px 6px 0;position:relative;text-align:left;text-decoration:none;white-space:nowrap;width:100%}@media not (prefers-reduced-motion){.block-editor-list-view-leaf .block-editor-list-view-block-contents{transition:box-shadow .1s linear}}.components-modal__content .block-editor-list-view-leaf .block-editor-list-view-block-contents{padding-left:0;padding-right:0}.block-editor-list-view-leaf .block-editor-list-view-block-contents:focus,.block-editor-list-view-leaf.is-nesting .block-editor-list-view-block-contents{box-shadow:none}.block-editor-list-view-leaf .block-editor-list-view-block-contents:focus:after,.block-editor-list-view-leaf.is-nesting .block-editor-list-view-block-contents:after{border-radius:inherit;bottom:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);content:"";left:0;pointer-events:none;position:absolute;right:-29px;top:0;z-index:2}.block-editor-list-view-leaf.has-single-cell .block-editor-list-view-block-contents:focus:after{right:0}.block-editor-list-view-leaf .block-editor-list-view-block__menu:focus,.block-editor-list-view-leaf.is-nesting .block-editor-list-view__menu{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);z-index:1}.block-editor-list-view-leaf.is-visible .block-editor-list-view-block-contents{opacity:1}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-visible .block-editor-list-view-block-contents{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards}}.block-editor-list-view-leaf .block-editor-block-icon{flex:0 0 24px;margin-right:4px}.block-editor-list-view-leaf .block-editor-list-view-block__contents-cell,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell{padding:0}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell{line-height:0;vertical-align:middle;width:28px}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell>*{opacity:0}.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell.is-visible>*,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell:focus-within>*,.block-editor-list-view-leaf .block-editor-list-view-block__menu-cell:hover>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell.is-visible>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell:focus-within>*,.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell:hover>*{opacity:1}.block-editor-list-view-leaf .block-editor-list-view-block__mover-cell-alignment-wrapper{align-items:center;display:flex;flex-direction:column;height:100%}.block-editor-list-view-leaf .block-editor-block-mover-button{height:24px;position:relative;width:36px}.block-editor-list-view-leaf .block-editor-block-mover-button svg{height:24px;position:relative}.block-editor-list-view-leaf .block-editor-block-mover-button.is-up-button{align-items:flex-end;margin-top:-6px}.block-editor-list-view-leaf .block-editor-block-mover-button.is-up-button svg{bottom:-4px}.block-editor-list-view-leaf .block-editor-block-mover-button.is-down-button{align-items:flex-start;margin-bottom:-6px}.block-editor-list-view-leaf .block-editor-block-mover-button.is-down-button svg{top:-4px}.block-editor-list-view-leaf .block-editor-block-mover-button:before{height:16px;left:0;min-width:100%;right:0}.block-editor-list-view-leaf .block-editor-inserter__toggle{background:#1e1e1e;color:#fff;height:24px;margin:6px 6px 6px 1px;min-width:24px}.block-editor-list-view-leaf .block-editor-inserter__toggle:active{color:#fff}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__label-wrapper svg{left:2px;position:relative}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__title{flex:1;position:relative}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__title .components-truncate{position:absolute;transform:translateY(-50%);width:100%}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__anchor-wrapper{max-width:min(110px,40%);position:relative;width:100%}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__anchor{position:absolute;right:0;transform:translateY(-50%)}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-select-button__anchor{background:#0000004d;color:#fff}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__block-visibility,.block-editor-list-view-leaf .block-editor-list-view-block-select-button__lock,.block-editor-list-view-leaf .block-editor-list-view-block-select-button__sticky{line-height:0}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__images{display:flex}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image{background-size:cover;border-radius:1px;height:18px;width:18px}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image:not(:only-child){box-shadow:0 0 0 2px #fff}.block-editor-list-view-leaf .block-editor-list-view-block-select-button__image:not(:first-child){margin-left:-6px}.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-select-button__image:not(:only-child){box-shadow:0 0 0 2px var(--wp-admin-theme-color)}.block-editor-list-view-draggable-chip{opacity:.8}.block-editor-list-view-appender__cell .block-editor-list-view-appender__container,.block-editor-list-view-appender__cell .block-editor-list-view-block__contents-container,.block-editor-list-view-block__contents-cell .block-editor-list-view-appender__container,.block-editor-list-view-block__contents-cell .block-editor-list-view-block__contents-container{display:flex}.block-editor-list-view__expander{cursor:pointer;height:24px;width:24px}.block-editor-list-view-leaf[aria-level] .block-editor-list-view__expander{margin-left:192px}.block-editor-list-view-leaf[aria-level="1"] .block-editor-list-view__expander{margin-left:0}.block-editor-list-view-leaf[aria-level="2"] .block-editor-list-view__expander{margin-left:24px}.block-editor-list-view-leaf[aria-level="3"] .block-editor-list-view__expander{margin-left:48px}.block-editor-list-view-leaf[aria-level="4"] .block-editor-list-view__expander{margin-left:72px}.block-editor-list-view-leaf[aria-level="5"] .block-editor-list-view__expander{margin-left:96px}.block-editor-list-view-leaf[aria-level="6"] .block-editor-list-view__expander{margin-left:120px}.block-editor-list-view-leaf[aria-level="7"] .block-editor-list-view__expander{margin-left:144px}.block-editor-list-view-leaf[aria-level="8"] .block-editor-list-view__expander{margin-left:168px}.block-editor-list-view-leaf .block-editor-list-view__expander{visibility:hidden}.block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{visibility:visible}@media not (prefers-reduced-motion){.block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{transition:transform .2s ease}}.block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg{transform:rotate(90deg)}.block-editor-list-view-leaf[data-expanded=false] .block-editor-list-view__expander svg{transform:rotate(0deg);visibility:visible}@media not (prefers-reduced-motion){.block-editor-list-view-leaf[data-expanded=false] .block-editor-list-view__expander svg{transition:transform .2s ease}}.block-editor-list-view-drop-indicator{pointer-events:none}.block-editor-list-view-drop-indicator .block-editor-list-view-drop-indicator__line{background:var(--wp-admin-theme-color);border-radius:4px;height:4px}.block-editor-list-view-drop-indicator--preview{pointer-events:none}.block-editor-list-view-drop-indicator--preview .components-popover__content{overflow:hidden!important}.block-editor-list-view-drop-indicator--preview .block-editor-list-view-drop-indicator__line{background:rgba(var(--wp-admin-theme-color--rgb),.04);border-radius:4px;height:32px;overflow:hidden}.block-editor-list-view-drop-indicator--preview .block-editor-list-view-drop-indicator__line--darker{background:rgba(var(--wp-admin-theme-color--rgb),.09)}.block-editor-list-view-placeholder{height:32px;margin:0;padding:0}.list-view-appender .block-editor-inserter__toggle{background-color:#1e1e1e;color:#fff;height:24px;margin:8px 0 0 24px;padding:0}.list-view-appender .block-editor-inserter__toggle.has-icon.is-next-40px-default-size{min-width:24px}.list-view-appender .block-editor-inserter__toggle:focus,.list-view-appender .block-editor-inserter__toggle:hover{background:var(--wp-admin-theme-color);color:#fff}.list-view-appender__description{display:none}.block-editor-media-placeholder__url-input-form{min-width:260px}@media (min-width:600px){.block-editor-media-placeholder__url-input-form{width:300px}}.block-editor-media-placeholder__url-input-form input{direction:ltr}.modal-open .block-editor-media-replace-flow__options{display:none}.block-editor-media-replace-flow__indicator{margin-left:4px}.block-editor-media-replace-flow__media-upload-menu:not(:empty)+.block-editor-media-flow__url-input{border-top:1px solid #1e1e1e;margin-top:8px;padding-bottom:8px}.block-editor-media-flow__url-input{margin-left:-8px;margin-right:-8px;padding:16px}.block-editor-media-flow__url-input .block-editor-media-replace-flow__image-url-label{display:block;margin-bottom:8px;top:16px}.block-editor-media-flow__url-input .block-editor-link-control{width:300px}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-url-input{margin:0;padding:0}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__tools{justify-content:flex-end;padding:16px var(--wp-admin-border-width-focus) var(--wp-admin-border-width-focus)}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item.is-current{padding:0;width:auto}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]{margin:0;width:100%}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-actions{padding:8px 0 0}.block-editor-media-flow__error{max-width:255px;padding:0 20px 20px}.block-editor-media-flow__error .components-with-notices-ui{max-width:255px}.block-editor-media-flow__error .components-with-notices-ui .components-notice__content{overflow:hidden;word-wrap:break-word}.block-editor-media-flow__error .components-with-notices-ui .components-notice__dismiss{position:absolute;right:10px}.block-editor-multi-selection-inspector__card{padding:16px}.block-editor-multi-selection-inspector__card-title{font-weight:500}.block-editor-multi-selection-inspector__card .block-editor-block-icon{height:24px;margin-left:-2px;padding:0 3px;width:36px}.block-editor-responsive-block-control{border-bottom:1px solid #ccc;margin-bottom:28px;padding-bottom:14px}.block-editor-responsive-block-control:last-child{border-bottom:0;padding-bottom:0}.block-editor-responsive-block-control__title{margin:0 0 .6em -3px}.block-editor-responsive-block-control__label{font-weight:600;margin-bottom:.6em;margin-left:-3px}.block-editor-responsive-block-control__inner{margin-left:-1px}.block-editor-responsive-block-control__toggle{margin-left:1px}.block-editor-responsive-block-control .components-base-control__help{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.components-popover.block-editor-rich-text__inline-format-toolbar{z-index:99998}.components-popover.block-editor-rich-text__inline-format-toolbar .components-popover__content{border-radius:2px;box-shadow:none;margin-bottom:8px;min-width:auto;outline:none;width:auto}.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar{border-radius:2px}.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar-group{background:none}.components-popover.block-editor-rich-text__inline-format-toolbar .components-dropdown-menu__toggle,.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar__control{min-height:48px;min-width:48px;padding-left:12px;padding-right:12px}.block-editor-rich-text__inline-format-toolbar-group .components-dropdown-menu__toggle{justify-content:center}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon{width:auto}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon svg{display:none}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon:after{content:attr(aria-label)}.block-editor-skip-to-selected-block{position:absolute;top:-9999em}.block-editor-skip-to-selected-block:focus{background:#f1f1f1;font-size:14px;font-weight:600;z-index:100000}.block-editor-tabbed-sidebar{background-color:#fff;display:flex;flex-direction:column;flex-grow:1;height:100%;overflow:hidden}.block-editor-tabbed-sidebar__tablist-and-close-button{border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding-right:8px}.block-editor-tabbed-sidebar__close-button{align-self:center;background:#fff;order:1}.block-editor-tabbed-sidebar__tablist{margin-bottom:-1px}.block-editor-tabbed-sidebar__tabpanel{display:flex;flex-direction:column;flex-grow:1;overflow-y:auto;scrollbar-gutter:auto}.block-editor-block-list__block .block-editor-url-input,.block-editor-url-input,.components-popover .block-editor-url-input{flex-grow:1;padding:1px;position:relative}@media (min-width:600px){.block-editor-block-list__block .block-editor-url-input,.block-editor-url-input,.components-popover .block-editor-url-input{min-width:300px;width:auto}}.block-editor-block-list__block .block-editor-url-input.is-full-width,.block-editor-block-list__block .block-editor-url-input.is-full-width__suggestions,.block-editor-url-input.is-full-width,.block-editor-url-input.is-full-width__suggestions,.components-popover .block-editor-url-input.is-full-width,.components-popover .block-editor-url-input.is-full-width__suggestions{width:100%}.block-editor-block-list__block .block-editor-url-input .components-spinner,.block-editor-url-input .components-spinner,.components-popover .block-editor-url-input .components-spinner{margin:0;position:absolute;right:8px;top:calc(50% - 8px)}.block-editor-url-input__suggestions{max-height:200px}@media not (prefers-reduced-motion){.block-editor-url-input__suggestions{transition:all .15s ease-in-out}}.block-editor-url-input__suggestions{overflow-y:auto;padding:4px 0;width:302px}.block-editor-url-input .components-spinner,.block-editor-url-input__suggestions{display:none}@media (min-width:600px){.block-editor-url-input .components-spinner,.block-editor-url-input__suggestions{display:grid}}.block-editor-url-input__suggestion{background:#fff;border:none;box-shadow:none;color:#757575;cursor:pointer;display:block;font-size:13px;height:auto;min-height:36px;text-align:left;width:100%}.block-editor-url-input__suggestion:hover{background:#ddd}.block-editor-url-input__suggestion.is-selected,.block-editor-url-input__suggestion:focus{background:var(--wp-admin-theme-color-darker-20);color:#fff;outline:none}.components-toolbar-group>.block-editor-url-input__button,.components-toolbar>.block-editor-url-input__button{position:inherit}.block-editor-url-input__button .block-editor-url-input__back{margin-right:4px;overflow:visible}.block-editor-url-input__button .block-editor-url-input__back:after{background:#ddd;content:"";display:block;height:24px;position:absolute;right:-1px;width:1px}.block-editor-url-input__button-modal{background:#fff;border:1px solid #ddd;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003}.block-editor-url-input__button-modal-line{align-items:flex-start;display:flex;flex-direction:row;flex-grow:1;flex-shrink:1;min-width:0}.block-editor-url-popover__additional-controls{border-top:1px solid #1e1e1e;padding:8px}.block-editor-url-popover__input-container{padding:8px}.block-editor-url-popover__row{align-items:center;display:flex;gap:4px}.block-editor-url-popover__row>:not(.block-editor-url-popover__settings-toggle){flex-grow:1;gap:8px}.block-editor-url-popover__additional-controls .components-button.has-icon{height:auto;padding-left:8px;padding-right:8px;text-align:left}.block-editor-url-popover__additional-controls .components-button.has-icon>svg{margin-right:8px}.block-editor-url-popover__settings-toggle{flex-shrink:0}.block-editor-url-popover__settings-toggle[aria-expanded=true] .dashicon{transform:rotate(180deg)}.block-editor-url-popover__settings{border-top:1px solid #1e1e1e;display:block;padding:16px}.block-editor-url-popover__link-editor,.block-editor-url-popover__link-viewer{display:flex}.block-editor-url-popover__link-viewer-url{align-items:center;display:flex;flex-grow:1;flex-shrink:1;margin-right:8px;max-width:350px;min-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.block-editor-url-popover__link-viewer-url.has-invalid-link{color:#cc1818}.block-editor-url-popover__expand-on-click{align-items:center;display:flex;min-width:350px;white-space:nowrap}.block-editor-url-popover__expand-on-click .text{flex-grow:1}.block-editor-url-popover__expand-on-click .text p{line-height:16px;margin:0}.block-editor-url-popover__expand-on-click .text p.description{color:#757575;font-size:12px}.block-editor-hooks__block-hooks .components-toggle-control .components-h-stack .components-h-stack{flex-direction:row}.block-editor-hooks__block-hooks .block-editor-hooks__block-hooks-helptext{color:#757575;font-size:12px;margin-bottom:16px}div.block-editor-bindings__panel{grid-template-columns:repeat(auto-fit,minmax(100%,1fr))}div.block-editor-bindings__panel button:hover .block-editor-bindings__item span{color:inherit}.border-block-support-panel .single-column{grid-column:span 1}.color-block-support-panel .block-editor-contrast-checker{grid-column:span 2;margin-top:16px}.color-block-support-panel .block-editor-contrast-checker .components-notice__content{margin-right:0}.color-block-support-panel.color-block-support-panel .color-block-support-panel__inner-wrapper{row-gap:0}.color-block-support-panel .block-editor-tools-panel-color-gradient-settings__item.first{margin-top:0}.dimensions-block-support-panel .single-column{grid-column:span 1}.block-editor-hooks__layout-constrained .components-base-control{margin-bottom:0}.block-editor-hooks__layout-constrained-helptext{color:#757575;font-size:12px;margin-bottom:0}.block-editor-hooks__flex-layout-justification-controls,.block-editor-hooks__flex-layout-orientation-controls{margin-bottom:12px}.block-editor-hooks__flex-layout-justification-controls legend,.block-editor-hooks__flex-layout-orientation-controls legend{margin-bottom:8px}.block-editor-hooks__grid-layout-columns-and-rows-controls,.block-editor-hooks__grid-layout-minimum-width-control{border:0;margin:0;padding:0}.block-editor__spacing-visualizer{border-color:var(--wp-admin-theme-color);border-style:solid;bottom:0;box-sizing:border-box;left:0;opacity:.5;pointer-events:none;position:absolute;right:0;top:0}.typography-block-support-panel .single-column{grid-column:span 1}.block-editor-block-toolbar{display:flex;flex-grow:1;overflow-x:auto;overflow-y:hidden;position:relative;width:100%}@media not (prefers-reduced-motion){.block-editor-block-toolbar{transition:border-color .1s linear,box-shadow .1s linear}}@media (min-width:600px){.block-editor-block-toolbar{overflow:inherit}}.block-editor-block-toolbar .components-toolbar,.block-editor-block-toolbar .components-toolbar-group{background:none;border:0;border-right:1px solid #ddd;margin-bottom:-1px;margin-top:-1px}.block-editor-block-toolbar.is-connected .block-editor-block-switcher .components-button:before{background:color-mix(in srgb,var(--wp-block-synced-color) 10%,#0000);border-radius:2px}.block-editor-block-toolbar.is-connected .block-editor-block-switcher .components-button .block-editor-block-icon,.block-editor-block-toolbar.is-connected .block-editor-block-switcher__no-switcher-icon[aria-disabled=true] .block-editor-block-icon,.block-editor-block-toolbar.is-synced .block-editor-block-switcher .components-button .block-editor-block-icon,.block-editor-block-toolbar.is-synced .block-editor-block-switcher__no-switcher-icon[aria-disabled=true] .block-editor-block-icon{color:var(--wp-block-synced-color)}.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2),.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2) .components-toolbar,.block-editor-block-toolbar:has(>:last-child:empty)>:nth-last-child(2) .components-toolbar-group,.block-editor-block-toolbar>:last-child,.block-editor-block-toolbar>:last-child .components-toolbar,.block-editor-block-toolbar>:last-child .components-toolbar-group{border-right:none}.block-editor-block-toolbar .components-toolbar-group:empty{display:none}.block-editor-block-contextual-toolbar{background-color:#fff;display:block;flex-shrink:3;position:sticky;top:0;width:100%;z-index:31}.block-editor-block-contextual-toolbar.components-accessible-toolbar{border:none;border-radius:0}.block-editor-block-contextual-toolbar.is-unstyled{box-shadow:0 1px 0 0 rgba(0,0,0,.133)}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{overflow:auto;overflow-y:hidden}.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar{height:12px;width:12px}.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar-track{background-color:initial}.block-editor-block-contextual-toolbar .block-editor-block-toolbar::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#e0e0e0;border:3px solid #0000;border-radius:8px}.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus-within::-webkit-scrollbar-thumb,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus::-webkit-scrollbar-thumb,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:hover::-webkit-scrollbar-thumb{background-color:#949494}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{scrollbar-color:#e0e0e0 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:focus-within,.block-editor-block-contextual-toolbar .block-editor-block-toolbar:hover{scrollbar-color:#949494 #0000}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{will-change:transform}@media (hover:none){.block-editor-block-contextual-toolbar .block-editor-block-toolbar{scrollbar-color:#949494 #0000}}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{scrollbar-gutter:auto}.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child .components-toolbar-group:after,.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child .components-toolbar:after,.block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child:after{display:none}.block-editor-block-contextual-toolbar>.block-editor-block-toolbar{flex-grow:0;width:auto}.block-editor-block-contextual-toolbar .block-editor-block-parent-selector{margin-bottom:-1px;margin-top:-1px;position:relative}.block-editor-block-contextual-toolbar .block-editor-block-parent-selector:after{align-items:center;background-color:#1e1e1e;border-radius:100%;content:"";display:inline-flex;height:2px;position:absolute;right:0;top:15px;width:2px}.block-editor-block-toolbar__block-controls .block-editor-block-switcher .components-dropdown-menu__toggle .block-editor-block-icon,.block-editor-block-toolbar__block-controls .block-editor-block-switcher__no-switcher-icon .block-editor-block-icon{margin:0!important;width:24px!important}.block-editor-block-toolbar__block-controls .components-toolbar-group{padding:0}.block-editor-block-toolbar .components-toolbar,.block-editor-block-toolbar .components-toolbar-group,.block-editor-rich-text__inline-format-toolbar-group .components-toolbar,.block-editor-rich-text__inline-format-toolbar-group .components-toolbar-group{display:flex;flex-wrap:nowrap}.block-editor-block-toolbar__slot{display:inline-flex}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text)){width:auto}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text)) svg{display:none}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text)):after{content:attr(aria-label);font-size:12px}.show-icon-labels .components-accessible-toolbar .components-toolbar-group>div:first-child:last-child>.components-button.has-icon{padding-left:6px;padding-right:6px}.show-icon-labels .block-editor-block-switcher .components-dropdown-menu__toggle .block-editor-block-icon,.show-icon-labels .block-editor-block-switcher__no-switcher-icon .block-editor-block-icon{height:0!important;min-width:0!important;width:0!important}.show-icon-labels .block-editor-block-parent-selector .block-editor-block-parent-selector__button{border-bottom-right-radius:0;border-top-right-radius:0;padding-left:12px;padding-right:12px;text-wrap:nowrap}.show-icon-labels .block-editor-block-parent-selector .block-editor-block-parent-selector__button .block-editor-block-icon{width:0}.show-icon-labels .block-editor-block-mover .block-editor-block-mover__move-button-container{position:relative;width:auto}@media (min-width:600px){.show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container:before{background:#e0e0e0;content:"";height:1px;left:50%;margin-top:-.5px;position:absolute;top:50%;transform:translate(-50%);width:100%}}@media (min-width:782px){.show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container:before{background:#1e1e1e}}.show-icon-labels .block-editor-block-mover.is-horizontal .block-editor-block-mover-button,.show-icon-labels .block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container{padding-left:6px;padding-right:6px}.show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button{padding-left:8px;padding-right:8px}.show-icon-labels .block-editor-block-toolbar__block-controls .block-editor-block-mover{border-left:1px solid #ddd;margin-left:6px;margin-right:-6px;white-space:nowrap}.show-icon-labels .block-editor-block-mover .block-editor-block-mover__drag-handle.has-icon{padding-left:12px;padding-right:12px}.show-icon-labels .block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button{width:auto}.show-icon-labels .components-toolbar,.show-icon-labels .components-toolbar-group{flex-shrink:1}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button+.components-button{margin-left:6px}.block-editor-block-toolbar-change-design-content-wrapper{padding:12px;width:320px}.block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px}.block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{margin-bottom:0}.block-editor-block-toolbar-change-design-content-wrapper .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{min-height:100px}.block-editor-inserter{background:none;border:none;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:0;padding:0}@media (min-width:782px){.block-editor-inserter{position:relative}}.block-editor-inserter__main-area{gap:16px;height:100%;position:relative}.block-editor-inserter__main-area.show-as-tabs{gap:0}@media (min-width:782px){.block-editor-inserter__main-area .block-editor-tabbed-sidebar{width:350px}}.block-editor-inserter__popover.is-quick .components-popover__content{border:none;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;outline:none}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>*{border-left:1px solid #ccc;border-right:1px solid #ccc}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>:first-child{border-radius:4px 4px 0 0;border-top:1px solid #ccc}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>:last-child{border-bottom:1px solid #ccc;border-radius:0 0 4px 4px}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>.components-button{border:1px solid #1e1e1e}.block-editor-inserter__popover .block-editor-inserter__menu{margin:-12px}.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__tablist{top:60px}.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__main-area{height:auto;overflow:visible}.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__preview-container{display:none}.block-editor-inserter__toggle.components-button{align-items:center;border:none;cursor:pointer;display:inline-flex;outline:none;padding:0}@media not (prefers-reduced-motion){.block-editor-inserter__toggle.components-button{transition:color .2s ease}}.block-editor-inserter__menu{height:100%;overflow:visible;position:relative}@media (min-width:782px){.block-editor-inserter__menu.show-panel{width:630px}}.block-editor-inserter__inline-elements{margin-top:-1px}.block-editor-inserter__menu.is-bottom:after{border-bottom-color:#fff}.components-popover.block-editor-inserter__popover{z-index:99999}.block-editor-inserter__search{padding:16px 16px 0}.block-editor-inserter__no-tab-container{flex-grow:1;overflow-y:auto;position:relative}.block-editor-inserter__panel-header{align-items:center;display:inline-flex;padding:16px 16px 0;position:relative}.block-editor-inserter__panel-content{padding:16px}.block-editor-inserter__panel-title,.block-editor-inserter__panel-title button{color:#757575;font-size:11px;font-weight:500;margin:0 12px 0 0;text-transform:uppercase}.block-editor-inserter__panel-dropdown select.components-select-control__input.components-select-control__input.components-select-control__input{height:36px;line-height:36px}.block-editor-inserter__panel-dropdown select{border:none}.block-editor-inserter__reusable-blocks-panel{position:relative;text-align:right}.block-editor-inserter__no-results,.block-editor-inserter__patterns-loading{padding:32px;text-align:center}.block-editor-inserter__child-blocks{padding:0 16px}.block-editor-inserter__parent-block-header{align-items:center;display:flex}.block-editor-inserter__parent-block-header h2{font-size:13px}.block-editor-inserter__parent-block-header .block-editor-block-icon{margin-right:8px}.block-editor-inserter__preview-container__popover{top:16px!important}.block-editor-inserter__preview-container{display:none;max-height:calc(100% - 32px);overflow-y:hidden;padding:16px;width:280px}@media (min-width:782px){.block-editor-inserter__preview-container{display:block}}.block-editor-inserter__preview-container .block-editor-inserter__media-list__list-item{height:100%}.block-editor-inserter__preview-container .block-editor-block-card{padding-bottom:4px;padding-left:0;padding-right:0}.block-editor-inserter__insertable-blocks-at-selection{border-bottom:1px solid #e0e0e0}.block-editor-inserter__block-patterns-tabs-container,.block-editor-inserter__media-tabs-container{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:16px}.block-editor-inserter__category-tablist{margin-bottom:8px}.block-editor-inserter__category-panel{display:flex;flex-direction:column;outline:1px solid #0000;padding:0 16px}@media (min-width:782px){.block-editor-inserter__category-panel{background:#f0f0f0;border-left:1px solid #e0e0e0;border-top:1px solid #e0e0e0;height:calc(100% + 1px);left:350px;padding:0;position:absolute;top:-1px;width:280px}.block-editor-inserter__category-panel .block-editor-block-patterns-list,.block-editor-inserter__category-panel .block-editor-inserter__media-list{padding:0 24px 16px}}.block-editor-inserter__patterns-category-panel-header{padding:8px 0}@media (min-width:782px){.block-editor-inserter__patterns-category-panel-header{padding:8px 24px}}.block-editor-inserter__patterns-category-no-results{margin-top:24px}.block-editor-inserter__patterns-filter-help{border-top:1px solid #ddd;color:#757575;min-width:280px;padding:16px}.block-editor-block-patterns-list,.block-editor-inserter__media-list{flex-grow:1;height:100%;overflow-y:auto}.block-editor-inserter__preview-content{align-items:center;background:#f0f0f0;display:grid;flex-grow:1}.block-editor-inserter__preview-content-missing{align-items:center;background:#f0f0f0;border-radius:2px;color:#757575;display:flex;flex:1;justify-content:center;min-height:144px}.block-editor-inserter__tips{border-top:1px solid #ddd;flex-shrink:0;padding:16px;position:relative}.block-editor-inserter__quick-inserter{max-width:100%;width:100%}@media (min-width:782px){.block-editor-inserter__quick-inserter{width:350px}}.block-editor-inserter__quick-inserter-results .block-editor-inserter__panel-header{float:left;height:0;padding:0}.block-editor-inserter__quick-inserter.has-expand .block-editor-inserter__panel-content,.block-editor-inserter__quick-inserter.has-search .block-editor-inserter__panel-content{padding:16px}.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px}.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{margin-bottom:0}.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{min-height:100px}.block-editor-inserter__quick-inserter-separator{border-top:1px solid #ddd}.block-editor-inserter__popover.is-quick>.components-popover__content{padding:0}.block-editor-inserter__quick-inserter-expand.components-button{background:#1e1e1e;border-radius:0;color:#fff;display:block;width:100%}.block-editor-inserter__quick-inserter-expand.components-button:hover{color:#fff}.block-editor-inserter__quick-inserter-expand.components-button:active{color:#ccc}.block-editor-inserter__quick-inserter-expand.components-button.components-button:focus:not(:disabled){background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color);box-shadow:none}.block-editor-block-patterns-explorer__sidebar{bottom:0;left:0;overflow-x:visible;overflow-y:auto;padding:24px 32px 32px;position:absolute;top:72px;width:280px}.block-editor-block-patterns-explorer__sidebar__categories-list__item{display:block;height:48px;text-align:left;width:100%}.block-editor-block-patterns-explorer__search{margin-bottom:32px}.block-editor-block-patterns-explorer__search-results-count{padding-bottom:32px}.block-editor-block-patterns-explorer__list{margin-left:280px;padding:24px 0 32px}.block-editor-block-patterns-explorer__list .block-editor-patterns__sync-status-filter .components-input-control__container{width:380px}.block-editor-block-patterns-explorer .block-editor-block-patterns-list{display:grid;grid-gap:32px;grid-template-columns:repeat(1,1fr);margin-bottom:16px}@media (min-width:1080px){.block-editor-block-patterns-explorer .block-editor-block-patterns-list{grid-template-columns:repeat(2,1fr)}}@media (min-width:1440px){.block-editor-block-patterns-explorer .block-editor-block-patterns-list{grid-template-columns:repeat(3,1fr)}}.block-editor-block-patterns-explorer .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{min-height:240px}.block-editor-block-patterns-explorer .block-editor-block-patterns-list .block-editor-inserter__media-list__list-item{height:inherit;max-height:800px;min-height:100px}.components-heading.block-editor-inserter__patterns-category-panel-title{font-weight:500}.block-editor-inserter__media-library-button.components-button,.block-editor-inserter__patterns-explore-button.components-button{justify-content:center;margin-top:16px;padding:16px;width:100%}.block-editor-inserter__media-panel{display:flex;flex-direction:column;min-height:100%;padding:0 16px}@media (min-width:782px){.block-editor-inserter__media-panel{padding:0}}.block-editor-inserter__media-panel .block-editor-inserter__media-panel-spinner{align-items:center;display:flex;flex:1;height:100%;justify-content:center}.block-editor-inserter__media-panel .block-editor-inserter__media-panel-search{margin-bottom:24px}@media (min-width:782px){.block-editor-inserter__media-panel .block-editor-inserter__media-panel-search{margin-bottom:0;padding:16px 24px}}.block-editor-inserter__media-list__list-item{cursor:pointer;margin-bottom:24px;position:relative}.block-editor-inserter__media-list__list-item.is-placeholder{min-height:100px}.block-editor-inserter__media-list__list-item[draggable=true] .block-editor-inserter__media-list__list-item{cursor:grab}.block-editor-inserter__media-list__list-item.is-hovered .block-editor-inserter__media-list__item-preview>*{outline-color:#0000004d}.block-editor-inserter__media-list__list-item.is-hovered .block-editor-inserter__media-list__item-preview-options>button{display:block}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options{position:absolute;right:8px;top:8px}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button{background:#fff;display:none}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button.is-opened,.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button:focus{display:block}.block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button:hover{box-shadow:inset 0 0 0 2px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.block-editor-inserter__media-list__item{height:100%}.block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview{align-items:center;border-radius:2px;display:flex;overflow:hidden}.block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview>*{margin:0 auto;max-width:100%;outline:1px solid #0000001a;outline-offset:-1px}.block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview .block-editor-inserter__media-list__item-preview-spinner{align-items:center;background:#ffffffb3;display:flex;height:100%;justify-content:center;pointer-events:none;position:absolute;width:100%}.block-editor-inserter__media-list__item:focus .block-editor-inserter__media-list__item-preview>*{outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-1);outline-width:var(--wp-admin-border-width-focus)}@media not (prefers-reduced-motion){.block-editor-inserter__media-list__item:focus .block-editor-inserter__media-list__item-preview>*{transition:outline .1s linear}}.block-editor-inserter__media-list__item-preview-options__popover .components-menu-item__button .components-menu-item__item{min-width:auto}.block-editor-inserter__mobile-tab-navigation{height:100%;padding:16px}.block-editor-inserter__mobile-tab-navigation>*{height:100%}@media (min-width:600px){.block-editor-inserter-media-tab-media-preview-inserter-external-image-modal{max-width:480px}}.block-editor-inserter-media-tab-media-preview-inserter-external-image-modal p{margin:0}.block-editor-inserter__hint{margin:16px 16px 0}.block-editor-patterns__sync-status-filter .components-input-control__container select.components-select-control__input{height:40px}.block-editor-inserter__pattern-panel-placeholder{display:none}.block-editor-inserter__menu.is-zoom-out{display:flex}@media (min-width:782px){.block-editor-inserter__menu.is-zoom-out.show-panel:after{content:"";display:block;height:100%;width:300px}}@media (max-width:959px){.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination,.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-next,.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-previous{flex-direction:column}}.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination,.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-next,.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-previous{flex-direction:column}.block-editor-tabbed-sidebar__tabpanel .block-editor-inserter__help-text{display:none;padding:0 24px 16px}@media (min-width:480px){.block-editor-tabbed-sidebar__tabpanel .block-editor-inserter__help-text{display:block}}.spacing-sizes-control{border:0;margin:0;padding:0}.spacing-sizes-control .spacing-sizes-control__custom-value-input,.spacing-sizes-control .spacing-sizes-control__label{margin-bottom:0}.spacing-sizes-control .spacing-sizes-control__custom-value-range,.spacing-sizes-control .spacing-sizes-control__range-control{flex:1;margin-bottom:0}.spacing-sizes-control__header{height:16px;margin-bottom:12px}.spacing-sizes-control__dropdown{height:24px}.spacing-sizes-control__custom-select-control,.spacing-sizes-control__custom-value-input{flex:1}.spacing-sizes-control__custom-toggle,.spacing-sizes-control__icon{flex:0 0 auto}.spacing-sizes-control__icon{margin-left:-4px}body.admin-color-light{--wp-admin-theme-color:#0085ba;--wp-admin-theme-color--rgb:0,133,186;--wp-admin-theme-color-darker-10:#0073a1;--wp-admin-theme-color-darker-10--rgb:0,114.7661290323,160.5;--wp-admin-theme-color-darker-20:#006187;--wp-admin-theme-color-darker-20--rgb:0,96.5322580645,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-light{--wp-admin-border-width-focus:1.5px}}body.admin-color-modern{--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.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-modern{--wp-admin-border-width-focus:1.5px}}body.admin-color-blue{--wp-admin-theme-color:#096484;--wp-admin-theme-color--rgb:9,100,132;--wp-admin-theme-color-darker-10:#07526c;--wp-admin-theme-color-darker-10--rgb:7.3723404255,81.914893617,108.1276595745;--wp-admin-theme-color-darker-20:#064054;--wp-admin-theme-color-darker-20--rgb:5.7446808511,63.829787234,84.2553191489;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-blue{--wp-admin-border-width-focus:1.5px}}body.admin-color-coffee{--wp-admin-theme-color:#46403c;--wp-admin-theme-color--rgb:70,64,60;--wp-admin-theme-color-darker-10:#383330;--wp-admin-theme-color-darker-10--rgb:56.2692307692,51.4461538462,48.2307692308;--wp-admin-theme-color-darker-20:#2b2724;--wp-admin-theme-color-darker-20--rgb:42.5384615385,38.8923076923,36.4615384615;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-coffee{--wp-admin-border-width-focus:1.5px}}body.admin-color-ectoplasm{--wp-admin-theme-color:#523f6d;--wp-admin-theme-color--rgb:82,63,109;--wp-admin-theme-color-darker-10:#46365d;--wp-admin-theme-color-darker-10--rgb:69.8430232558,53.6598837209,92.8401162791;--wp-admin-theme-color-darker-20:#3a2c4d;--wp-admin-theme-color-darker-20--rgb:57.6860465116,44.3197674419,76.6802325581;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ectoplasm{--wp-admin-border-width-focus:1.5px}}body.admin-color-midnight{--wp-admin-theme-color:#e14d43;--wp-admin-theme-color--rgb:225,77,67;--wp-admin-theme-color-darker-10:#dd382d;--wp-admin-theme-color-darker-10--rgb:221.4908256881,56.1788990826,45.0091743119;--wp-admin-theme-color-darker-20:#d02c21;--wp-admin-theme-color-darker-20--rgb:207.8348623853,44.2201834862,33.1651376147;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-midnight{--wp-admin-border-width-focus:1.5px}}body.admin-color-ocean{--wp-admin-theme-color:#627c83;--wp-admin-theme-color--rgb:98,124,131;--wp-admin-theme-color-darker-10:#576e74;--wp-admin-theme-color-darker-10--rgb:87.0873362445,110.192139738,116.4126637555;--wp-admin-theme-color-darker-20:#4c6066;--wp-admin-theme-color-darker-20--rgb:76.1746724891,96.384279476,101.8253275109;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-ocean{--wp-admin-border-width-focus:1.5px}}body.admin-color-sunrise{--wp-admin-theme-color:#dd823b;--wp-admin-theme-color--rgb:221,130,59;--wp-admin-theme-color-darker-10:#d97426;--wp-admin-theme-color-darker-10--rgb:216.8782608696,116.1847826087,37.6217391304;--wp-admin-theme-color-darker-20:#c36922;--wp-admin-theme-color-darker-20--rgb:195.147826087,104.5434782609,33.852173913;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){body.admin-color-sunrise{--wp-admin-border-width-focus:1.5px}}.wp-block-popup-maker-cta-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;width:100%;word-break:break-word}.wp-block-popup-maker-cta-button__link.aligncenter,.wp-block-popup-maker-cta-button__link.has-text-align-center{text-align:center}.wp-block-popup-maker-cta-button__link.alignright,.wp-block-popup-maker-cta-button__link.has-text-align-right{text-align:right}.wp-block-popup-maker-cta-button__link.alignleft,.wp-block-popup-maker-cta-button__link.has-text-align-left{text-align:left}:where(.wp-block-popup-maker-cta-button__link){border-radius:9999px;box-shadow:none;padding:1rem 2.25rem;text-decoration:none}.wp-block-popup-maker-cta-button[style*=text-decoration] .wp-block-popup-maker-cta-button__link{text-decoration:inherit}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.has-custom-width{max-width:none}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.has-custom-width .wp-block-popup-maker-cta-button__link{width:100%}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.has-custom-font-size .wp-block-popup-maker-cta-button__link{font-size:inherit}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-100{flex-basis:100%;width:100%}.wp-block-popup-maker-cta-buttons.is-vertical>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-25{width:25%}.wp-block-popup-maker-cta-buttons.is-vertical>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-50{width:50%}.wp-block-popup-maker-cta-buttons.is-vertical>.wp-block-popup-maker-cta-button.wp-block-popup-maker-cta-button__width-75{width:75%}.wp-block-popup-maker-cta-button.is-style-squared,.wp-block-popup-maker-cta-button__link.wp-block-popup-maker-cta-button.is-style-squared{border-radius:0}.wp-block-popup-maker-cta-button.no-border-radius,.wp-block-popup-maker-cta-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-popup-maker-cta-button){font-family:inherit;font-size:var(--wp--preset--font-size--medium);font-style:normal;line-height:inherit}:root :where(.wp-block-popup-maker-cta-button:not(.is-style-outline))>.wp-block-popup-maker-cta-button__link:not(.is-style-outline){background-color:var(--wp--preset--color--contrast);border-color:var(--wp--preset--color--contrast);color:var(--wp--preset--color--base)}:root :where(.wp-block-popup-maker-cta-button:not(.is-style-outline))>.wp-block-popup-maker-cta-button__link:not(.is-style-outline):hover{background-color:color-mix(in srgb,var(--wp--preset--color--contrast) 85%,#0000);border-color:#0000;color:var(--wp--preset--color--base)}:root :where(.wp-block-popup-maker-cta-button .wp-block-popup-maker-cta-button__link.is-style-outline),:root :where(.wp-block-popup-maker-cta-button.is-style-outline>.wp-block-popup-maker-cta-button__link){border:1px solid;padding:calc(1rem - 1px) calc(2.25rem - 1px)}:root :where(.wp-block-popup-maker-cta-button .wp-block-popup-maker-cta-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-popup-maker-cta-button.is-style-outline>.wp-block-popup-maker-cta-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-popup-maker-cta-button .wp-block-popup-maker-cta-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-popup-maker-cta-button.is-style-outline>.wp-block-popup-maker-cta-button__link:not(.has-background)){background-color:#0000;background-image:none}:root :where(.wp-block-popup-maker-cta-button.is-style-outline>.wp-block-popup-maker-cta-button__link.wp-block-popup-maker-cta-button__link:not(.has-background):hover){background-color:color-mix(in srgb,var(--wp--preset--color--contrast) 5%,#0000)}.wp-block-popup-maker-cta-button__link:hover.has-background:not(.is-style-outline):hover,.wp-block-popup-maker-cta-button__link:hover[style*=background-color]:not(.is-style-outline){filter:brightness(.85)}.wp-block-popup-maker-cta-button__link:hover.is-style-outline:hover{filter:brightness(1.05)}@supports not (background-color:color-mix(in srgb,red 50%,blue)){:where(.wp-block-popup-maker-cta-button:not(.is-style-outline))>.wp-block-popup-maker-cta-button__link:not(.is-style-outline):hover{filter:brightness(.85)}:where(.wp-block-popup-maker-cta-button.is-style-outline>.wp-block-popup-maker-cta-button__link.wp-block-popup-maker-cta-button__link:not(.has-background):hover){filter:brightness(1.05)}}.wp-block-popup-maker-cta-button{cursor:text;position:relative}
.wp-block-popup-maker-cta-buttons{box-sizing:border-box}.wp-block-popup-maker-cta-buttons.is-vertical{flex-direction:column}.wp-block-popup-maker-cta-buttons.is-vertical>.wp-block-popup-maker-cta-button:last-child{margin-bottom:0}.wp-block-popup-maker-cta-buttons>.wp-block-popup-maker-cta-button{display:inline-block;margin:0}.wp-block-popup-maker-cta-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-popup-maker-cta-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-popup-maker-cta-buttons.is-content-justification-center{justify-content:center}.wp-block-popup-maker-cta-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-popup-maker-cta-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-popup-maker-cta-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-popup-maker-cta-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-popup-maker-cta-buttons.aligncenter{text-align:center}.wp-block-popup-maker-cta-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-popup-maker-cta-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-popup-maker-cta-buttons[style*=text-decoration] .wp-block-popup-maker-cta-button,.wp-block-popup-maker-cta-buttons[style*=text-decoration] .wp-block-popup-maker-cta-button__link{text-decoration:inherit}.wp-block-popup-maker-cta-buttons.has-custom-font-size .wp-block-popup-maker-cta-button__link{font-size:inherit}.wp-block-popup-maker-cta-button.aligncenter{text-align:center}:root .wp-block-popup-maker-cta-buttons.is-layout-flex:not([class*=wp-container-popup-maker-cta-buttons-is-layout-]){gap:16px}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}@font-face {
font-family: 'fontello';
src: url(//buntspechte-cappel.de/wp-content/plugins/theblogger-shortcodes/css/fonts/fontello/font/fontello.eot?59912808);
src: url(//buntspechte-cappel.de/wp-content/plugins/theblogger-shortcodes/css/fonts/fontello/font/fontello.eot?59912808#iefix) format('embedded-opentype'),
url(//buntspechte-cappel.de/wp-content/plugins/theblogger-shortcodes/css/fonts/fontello/font/fontello.woff2?59912808) format('woff2'),
url(//buntspechte-cappel.de/wp-content/plugins/theblogger-shortcodes/css/fonts/fontello/font/fontello.woff?59912808) format('woff'),
url(//buntspechte-cappel.de/wp-content/plugins/theblogger-shortcodes/css/fonts/fontello/font/fontello.ttf?59912808) format('truetype'),
url(//buntspechte-cappel.de/wp-content/plugins/theblogger-shortcodes/css/fonts/fontello/font/fontello.svg?59912808#fontello) format('svg');
font-weight: normal;
font-style: normal;
}   [class^="pw-icon-"]:before, [class*=" pw-icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;   -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;  }
.pw-icon-menu:before { content: '\e800'; } .pw-icon-share:before { content: '\e801'; } .pw-icon-search:before { content: '\e802'; } .pw-icon-calendar:before { content: '\e803'; } .pw-icon-calendar-1:before { content: '\e804'; } .pw-icon-clock:before { content: '\e805'; } .pw-icon-comment:before { content: '\e806'; } .pw-icon-user-outline:before { content: '\e807'; } .pw-icon-user:before { content: '\e808'; } .pw-icon-doc-text:before { content: '\e809'; } .pw-icon-down-outline:before { content: '\e80a'; } .pw-icon-down-open-big:before { content: '\e80b'; } .pw-icon-angle-down:before { content: '\e80c'; } .pw-icon-circle-empty:before { content: '\e80d'; } .pw-icon-dot-circled:before { content: '\e80e'; } .pw-icon-check:before { content: '\e80f'; } .pw-icon-check-empty:before { content: '\e810'; } .pw-icon-export:before { content: '\e811'; } .pw-icon-pencil-alt:before { content: '\e812'; } .pw-icon-chat:before { content: '\e813'; } .pw-icon-mic:before { content: '\e814'; } .pw-icon-video-alt:before { content: '\e815'; } .pw-icon-videocam-outline:before { content: '\e816'; } .pw-icon-quote-left:before { content: '\e819'; } .pw-icon-quote-right:before { content: '\e81a'; } .pw-icon-link:before { content: '\e81b'; } .pw-icon-location:before { content: '\e81c'; } .pw-icon-pin:before { content: '\e81d'; } .pw-icon-attach:before { content: '\e81e'; } .pw-icon-play:before { content: '\e81f'; } .pw-icon-eye:before { content: '\e820'; } .pw-icon-heart:before { content: '\e821'; } .pw-icon-heart-filled:before { content: '\e822'; } .pw-icon-plus:before { content: '\e823'; } .pw-icon-download-cloud:before { content: '\e824'; } .pw-icon-facebook:before { content: '\e825'; } .pw-icon-twitter:before { content: '\e826'; } .pw-icon-linkedin-squared:before { content: '\e827'; } .pw-icon-gplus:before { content: '\e828'; } .pw-icon-pinterest-circled:before { content: '\e829'; } .pw-icon-github-circled:before { content: '\e82a'; } .pw-icon-behance:before { content: '\e82b'; } .pw-icon-dribbble:before { content: '\e82c'; } .pw-icon-instagram:before { content: '\e82d'; } .pw-icon-lastfm:before { content: '\e82e'; } .pw-icon-rss:before { content: '\e82f'; } .pw-icon-vimeo-squared:before { content: '\e830'; } .pw-icon-forrst:before { content: '\e831'; } .pw-icon-skype:before { content: '\e832'; } .pw-icon-picasa:before { content: '\e833'; } .pw-icon-youtube-play:before { content: '\e834'; } .pw-icon-flickr:before { content: '\e835'; } .pw-icon-tumblr:before { content: '\e836'; } .pw-icon-blogger:before { content: '\e837'; } .pw-icon-delicious:before { content: '\e838'; } .pw-icon-digg:before { content: '\e839'; } .pw-icon-friendfeed:before { content: '\e83a'; } .pw-icon-wordpress:before { content: '\e83b'; } .pw-icon-stackoverflow:before { content: '\e83c'; } .pw-icon-foursquare:before { content: '\e83d'; } .pw-icon-xing:before { content: '\e83e'; } .pw-icon-sina-weibo:before { content: '\e83f'; } .pw-icon-soundcloud:before { content: '\e840'; } .pw-icon-fivehundredpx:before { content: '\e841'; } .pw-icon-slideshare:before { content: '\e842'; } .pw-icon-android:before { content: '\e843'; } .pw-icon-apple:before { content: '\e844'; } .pw-icon-windows:before { content: '\e845'; } .pw-icon-vkontakte:before { content: '\e846'; } .pw-icon-myspace:before { content: '\e847'; } .pw-icon-meetup:before { content: '\e848'; } .pw-icon-cart:before { content: '\e849'; } .pw-icon-reddit:before { content: '\e84a'; } .pw-icon-stumbleupon-circled:before { content: '\e84b'; } .pw-icon-path:before { content: '\e84c'; } .pw-icon-dropbox:before { content: '\e84d'; } .pw-icon-paper-plane:before { content: '\e84e'; } .pw-icon-paper-plane-1:before { content: '\e84f'; } .pw-icon-deviantart:before { content: '\e850'; } .pw-icon-grooveshark:before { content: '\e851'; } .pw-icon-comment-1:before { content: '\e852'; } .pw-icon-steam:before { content: '\e853'; } .pw-icon-quora:before { content: '\e854'; } .pw-icon-angellist:before { content: '\e855'; } .pw-icon-icq:before { content: '\e856'; } .pw-icon-mail:before { content: '\e857'; } .pw-icon-home:before { content: '\e858'; } .pw-icon-doc-alt:before { content: '\e859'; } .pw-icon-attach-1:before { content: '\e85a'; } .pw-icon-thumbs-up:before { content: '\e85b'; } .pw-icon-info-circled-alt:before { content: '\e85c'; } .pw-icon-warning-empty:before { content: '\e85d'; } .pw-icon-plus-squared-alt:before { content: '\e85e'; } .pw-icon-minus-squared-alt:before { content: '\e85f'; } .pw-icon-left-small:before { content: '\e860'; } .pw-icon-bookmark-empty:before { content: '\e861'; } .pw-icon-bookmark-empty-1:before { content: '\e862'; } .pw-icon-vine:before { content: '\e863'; } .pw-icon-reply-outline:before { content: '\e864'; } .pw-icon-network:before { content: '\e865'; } .pw-icon-tag-empty:before { content: '\e866'; } .pw-icon-tag:before { content: '\e867'; } .pw-icon-eye-outline:before { content: '\e868'; } .pw-icon-mic-outline:before { content: '\e869'; } .pw-icon-camera-outline:before { content: '\e86a'; } .pw-icon-pin-outline:before { content: '\e86b'; } .pw-icon-feather:before { content: '\e86c'; } .pw-icon-left-open-big:before { content: '\e86d'; } .pw-icon-right-open-big:before { content: '\e86e'; } .pw-icon-up-open-big:before { content: '\e86f'; } .pw-icon-picture-1:before { content: '\e870'; } .pw-icon-videocam:before { content: '\e871'; } .pw-icon-link-ext:before { content: '\e872'; } .pw-icon-level-up:before { content: '\e873'; } .pw-icon-back-in-time:before { content: '\e874'; } .pw-icon-stopwatch:before { content: '\e875'; } .pw-icon-star-empty:before { content: '\e876'; } .pw-icon-star:before { content: '\e877'; } .pw-icon-down-circled:before { content: '\e878'; } .pw-icon-file-pdf:before { content: '\e879'; } .pw-icon-cw:before { content: '\e87a'; } .pw-icon-ccw:before { content: '\e87b'; } .pw-icon-briefcase:before { content: '\e87c'; } .pw-icon-graduation-cap:before { content: '\e87d'; } .pw-icon-mail-1:before { content: '\e87e'; } .pw-icon-heart-empty:before { content: '\e87f'; } .pw-icon-heart-1:before { content: '\e880'; } .pw-icon-keyboard:before { content: '\e881'; } .pw-icon-phone:before { content: '\e882'; } .pw-icon-lightbulb:before { content: '\e883'; } .pw-icon-vcard:before { content: '\e884'; } .pw-icon-music-outline:before { content: '\e885'; } .pw-icon-cancel-circled-outline:before { content: '\e886'; } .pw-icon-info-outline:before { content: '\e887'; } .pw-icon-location-outline:before { content: '\e888'; } .pw-icon-globe-alt-outline:before { content: '\e889'; } .pw-icon-brush:before { content: '\e88a'; } .pw-icon-coffee:before { content: '\e88b'; } .pw-icon-book-open:before { content: '\e88c'; } .pw-icon-video-1:before { content: '\e88d'; } .pw-icon-key:before { content: '\e88e'; } .pw-icon-graduation-cap-1:before { content: '\e88f'; } .pw-icon-camera:before { content: '\e890'; } .pw-icon-eye-1:before { content: '\e891'; } .pw-icon-beaker:before { content: '\e892'; } .pw-icon-beaker-1:before { content: '\e893'; } .pw-icon-smile:before { content: '\e894'; } .pw-icon-frown:before { content: '\e895'; } .pw-icon-music:before { content: '\e896'; } .pw-icon-photo:before { content: '\e897'; } .pw-icon-cancel:before { content: '\e898'; } .pw-icon-cancel-outline:before { content: '\e899'; } .pw-icon-camera-2:before { content: '\e89a'; } .pw-icon-picture-2:before { content: '\e89b'; } .pw-icon-file-image:before { content: '\e89c'; } .pw-icon-music-1:before { content: '\e89d'; } .pw-icon-minus:before { content: '\e89e'; } .pw-icon-plus-1:before { content: '\e89f'; } .pw-icon-minus-1:before { content: '\e8a0'; } .pw-icon-download-alt:before { content: '\e8a1'; } .pw-icon-users:before { content: '\e8a2'; } .pw-icon-group:before { content: '\e8a3'; } .pw-icon-camera-alt:before { content: '\e8a4'; } .pw-icon-eye-2:before { content: '\e8a5'; } .pw-icon-moon:before { content: '\e8a6'; } .pw-icon-home-outline:before { content: '\e8a7'; } .pw-icon-phone-outline:before { content: '\e8a8'; } .pw-icon-sun:before { content: '\e8a9'; } .pw-icon-plane-outline:before { content: '\e8aa'; } .pw-icon-tree:before { content: '\e8ab'; } .pw-icon-location-inv:before { content: '\e8ac'; } .pw-icon-smiley:before { content: '\e8ad'; } .pw-icon-person:before { content: '\e8ae'; } .pw-icon-adult:before { content: '\e8af'; } .pw-icon-child:before { content: '\e8b0'; } .pw-icon-location-1:before { content: '\e8b1'; } .pw-icon-heart-2:before { content: '\e8b2'; } .pw-icon-pencil:before { content: '\e8b3'; } .pw-icon-cup:before { content: '\e8b4'; } .pw-icon-doc:before { content: '\e8b5'; } .pw-icon-cd:before { content: '\e8b6'; } .pw-icon-food:before { content: '\e8b7'; } .pw-icon-t-shirt:before { content: '\e8b8'; } .pw-icon-paypal:before { content: '\e8b9'; } .pw-icon-spotify-1:before { content: '\e8ba'; } .pw-icon-left-outline:before { content: '\e8bb'; } .pw-icon-left:before { content: '\e8bc'; } .pw-icon-right:before { content: '\e8bd'; } .pw-icon-right-small:before { content: '\e8be'; } .pw-icon-right-outline:before { content: '\e8bf'; } .pw-icon-shopping-bag:before { content: '\e8c0'; } .pw-icon-cancel-line:before { content: '\e8c1'; } .pw-icon-calendar-line:before { content: '\e8c2'; } .pw-icon-check-line:before { content: '\e8c3'; } .pw-icon-lock:before { content: '\e8c5'; } .pw-icon-lock-1:before { content: '\e8c6'; } .pw-icon-bloglovin-alt:before { content: '\e8c7'; } .pw-icon-bloglovin:before { content: '\e8c8'; } .pw-icon-whatsapp:before { content: '\e8c9'; } .pw-icon-image-alt:before { content: '\e8ca'; }.row p:empty,
.vc_row p:empty {
display: none;
} input[type=submit],
input[type=button],
button,
a.button {
display: inline-block; position: relative; padding: 14px 26px; margin-bottom: .25em; font-size: 11px; letter-spacing:  1px; text-transform: uppercase; line-height: 1.2; outline: 0; border: 2px solid #333; color: #333; text-shadow: none; background: none; border-radius: 0;
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover,
a.button:hover {
color: #fff; background-color: #333; border-color: transparent;
}
input[type=submit]:active,
input[type=button]:active,
button:active,
a.button:active {
-webkit-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95);
} input[type=submit].big,
input[type=button].big,
button.big,
a.button.big {
font-size: 13px; padding: 1.6em 2.8em;
} input[type=submit].small,
input[type=button].small,
button.small,
a.button.small {
padding: .6em 1.4em; font-size: 11px;
} input[type=submit] i,
input[type=button] i,
button i,
a.button i {
display: inline; line-height: 1; font-size: 16px; font-weight: bold; margin-right: .4em; margin-left: -0.35em; margin-bottom: -1em; vertical-align: middle;
}
input[type=submit].big i,
input[type=button].big i,
button.big i,
a.button.big i {
top: .7em; left: 1.2em; font-size: 18px;
}
.button + .button {
margin-left: 1.4em;
} .tabs {
margin-bottom: 2em;
}
.tabs .tab-titles {
padding: 0; margin: 0 0 0px 0; font-size:  11px; letter-spacing: 1px; text-transform: uppercase;
}
.tabs .tab-titles li {
display: inline-block; margin-bottom: 0px;
}
.tabs .tab-titles li a {
display: inline-block; padding: 6px 12px; color: inherit; font-weight: bold; border: 0; cursor: pointer; background: #fff;
}
.tabs .tab-titles li a.active {
background: rgba(33, 41, 51, 0.07);    
}
.tabs .tab-content > div {
padding: 1.2em 0; display: none;
}
.tabs .tab-content a.fluidbox,
.toggle-content a.fluidbox {
display: block; margin: 16px 0;
} .toggle-group {
margin-bottom: 2em;
}
.toggle h4 {
position: relative; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; font-weight: 700; border-left: 0; padding: 12px 0 12px 24px; margin: 0; cursor: pointer; 
}
.toggle h4.active {
border-bottom: 0;
}
.toggle h4:before {
content: "\e823"; opacity: .6; position: absolute; top: 1em; left: 0; font-size: 14px; line-height: 1;
}
.toggle h4.active:before {
content: '\e89e'; color: #333;
}
.toggle .toggle-content {
display: none; padding: 4px 0 14px 22px;
}
.toggle-content p:last-child {
margin-bottom: 0;
} .alert {
position: relative; padding: 1em 2.2em; line-height: 1.4; margin-bottom: 2em; border: 2px solid #ddd;
}
.alert.success {
border-color: #8EE1A8;
}
.alert.error {
border-color: #FF6140;
} .contact-form {
margin: 1.6em auto 2em auto; max-width: 600px; overflow: auto;
}
.contact-form p {
margin: 1.2em 0;
}	
.contact-form p:last-child {
text-align: center;
}	
.contact-form input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
.contact-form textarea {
width: 100%; max-width: none; display: block; 
}
.contact-form textarea {
height: 100px;
}
.contact-form .antispam { 
display: none; 
}
.submit {
position: relative; overflow: hidden; 
}
.submit .submit-label {
position: relative; display: inline-block;
}
.submit.active .submit-label {
opacity: 0;
}
.submit .submit-status {
position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; opacity: 0;
}
.submit.loading .submit-status {
background: url(//buntspechte-cappel.de/wp-content/plugins/theblogger-shortcodes/images/bckg/loading.gif) center center no-repeat; background-size: 77px 7px;
}
.submit.active .submit-status {
opacity: 1;
}
.submit .submit-status:before { 
font-family: "fontello"; line-height: 40px; 
}
.submit.success { 
color: #096; border-color: #096;
}
.submit.error { 
color: #FF6140; border-color: #FF6140;
}
.submit.success .submit-status:before { 
content: '\e85b'; 
}
.submit.error .submit-status:before { 
content: '\e85d'; 
} html a.social-link {
display: inline-block; padding: 0; margin: 0 .25em .5em 0; text-align: center; font-size: 14px; font-family: "fontello"; width: 40px; line-height: 40px; color: #555; background: #fff;  border-radius: 50%;
}
html a.social-link:hover {
color: #fff; background: #444; border-color: transparent;
}
.social-link.facebook:before {
content: '\e825'
}
.social-link.twitter:before {
content: '\e826'
}
.social-link.flickr:before {
content: '\e835'
}
.social-link.rss:before {
content: '\e82f'
}
.social-link.dribbble:before {
content: '\e82c'
}
.social-link.lastfm:before {
content: '\e82e'
}
.social-link.linkedin:before {
content: '\e827'
}
.social-link.vimeo:before {
content: '\e830'
}
.social-link.forrst:before {
content: '\e831'
}
.social-link.skype:before {
content: '\e832'
}
.social-link.picasa:before {
content: '\e833'
}
.social-link.tumblr:before {
content: '\e836'
}
.social-link.behance:before {
content: '\e82b'
}
.social-link.blogger:before {
content: '\e837'
}
.social-link.delicious:before {
content: '\e838'
}
.social-link.digg:before {
content: '\e839'
}
.social-link.friendfeed:before {
content: '\e83a'
}
.social-link.github:before {
content: '\e82a'
}
.social-link.wordpress:before {
content: '\e83b'
}
.social-link.google-plus:before {
content: '\e828'
}
.social-link.youtube:before {
content: "\e834"
}
.social-link.pinterest:before {
content: "\e829"
}
.social-link.instagram:before {
content: "\e82d"
}
.social-link.stack-overflow:before {
content: "\e83c"
}
.social-link.foursquare:before {
content: "\e83d"
}
.social-link.xing:before {
content: "\e83e"
}
.social-link.weibo:before {
content: "\e83f"
}
.social-link.soundcloud:before {
content: "\e840"
}
.social-link.fivehundredpx:before {
content: "\e841"
}
.social-link.slideshare:before {
content: "\e842"
}
.social-link.vine:before {
content: "\e863"
}
.social-link.vkontakte:before {
content: "\e846"
}
.social-link.paypal:before {
content: "\e8b9"
}
.social-link.spotify:before {
content: "\e8ba"
}
.social-link.bloglovin:before {
content: "\e8c7"
} .timeline {
position: relative; padding: 1em 0 3em;
}
.timeline + p {
margin-bottom: 2.6em;
}
.event {
position: relative; padding: 0 1em 2em 2.4em;
}
.event:before { 
content : ""; position: absolute; top: 10px; bottom: -10px; left: 12px; width: 3px; background: #f1f1f1;
}
.event:after { 
content : ""; position: absolute; top: 2px; left: 7px; width: 12px; height: 12px; border: 3px solid #ddd; outline : 4px solid #fff; border-radius: 50%; background: #fff;
}
.event.current:after {
border-color: #222;
}
.event h2 {
margin-left: 1em; margin-bottom: .4em; font-size: 1.3em; 
}
.event [class^="pw-icon-"], 
.event [class*=" pw-icon-"], 
.event .vc_icon_element {
display: block; text-align: center; position: absolute; top: -8px; left: -5px; margin: 0;  z-index: 20; outline : 4px solid #fff;
}
.event .vc_icon_element {
font-size: 11px;
}
html .event .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
font-size: 15px !important;
}
.event [class*="pw-icon-"] {
font-size: 15px; width: 38px; line-height: 38px; color: #fff; background: #222; border-radius: 50%;
}
.event [class*="pw-icon-"]:before {
margin: 0; 
}	
.event h6 {
display: block; color: rgba(171, 171, 171, 0.26); font-size: 19px; font-weight: 700; margin-bottom: 1.2em; line-height: 1; text-transform: uppercase;
}
.timeline .event:last-child {
padding-bottom: 0;
}
.timeline .event:last-child:before {
bottom: 4px;
}
.event h4 {
font-size: 16px; margin: 0 0 .2em 0; padding: 0;
}
.event h5 {
margin: 0; padding: 0 0 .3em 0; font-size: 11px; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; opacity: .25;
}
.event p {
margin: .6em 0 .2em 0;
}
.event p:last-child {
margin-bottom: 0;
} .skill-unit + h3,
.skill-unit + h4,
.skill-unit + .wpb_text_column,
.skill-unit + .wpb_content_element {
margin: 4em 0 1.6em;
}
.skill-unit {
margin-top: 1.4em;
}
.skill-unit h4 {
opacity: .4; margin: 0 0 4px 0; font-weight: 400; font-size: 14px; position: relative; z-index: 10; padding-left: 0px;
}
.skill-unit .bar {
position: relative; width: 100%; height: 6px;
}
.skill-unit .bar .progress {
position: absolute; top: 0; left: 0; width: 0; height: 100%; background: #eee; -webkit-transition: width 1s ease-out; transition: width 1s ease-out;
}
.skill-unit .bar .progress span {
position: absolute; top: -14px; right: 0; font-size: 11px; line-height: 26px; color: #fff; border: 3px solid #fff; padding: 0 7px; background : #222; border-radius: 50%;
} .testo {
position: relative; padding: 1.4em 1.8em; margin: 4em 0 1em; border: 1px solid #eee; border-radius: 4px; box-shadow: inset 0 1px 0 #FFF,1px 1px 0 #FFF,2px 2px 0 #FFF,3px 3px 0 #eee;
}
.testo img {
display: block; margin: -60px auto 10px auto; max-height: 80px; border-radius: 50%; border: 6px solid #fff;
}
.testo h4 {
position: relative; text-align: center; margin: 0; font-size: 15px;
}
.testo h4 span {
display: block; font-size: 12px; font-weight: 400; color: #ccc;
}
.testo p {
position: relative; margin: .6em 0 0.2em 0; font-size: 13px; text-align: center;
} .service {
margin: 1em 0;
}
.service:last-child:after {
display: none;
}
.service i,
.service img,
.service > p:first-child { 
display: inline-block; width: 52px; line-height: 50px; margin-bottom: 0; font-size: 38px; text-align: left; color: #333; float: left;
}
.service i:before { 
margin: 0 .2em; display: inline-block; 
}
.service p:not(:first-child) {
margin-top: .2em; margin-left: 74px; font-size: 13px; opacity: .45;
}
.service h4 {
margin-top: 0; margin-bottom: 0.4em; margin-left: 74px;
} .fun-fact { 
margin-bottom: 2em; margin-top: 1em; text-align: center;
}
.fun-fact i,
.fun-fact img { 
display: block; margin-left: auto; margin-right: auto; width: 100%; margin-bottom: .6em; max-width: 52px; font-size: 38px; line-height: 1;
}
.fun-fact p {
margin-bottom: 0;
}
.fun-fact h4 { 
margin: 0; font-size: 13px; line-height: 1.2; font-weight: 700; opacity: .3; letter-spacing: 2px; text-transform: uppercase;
}
.service p:empty,
.fun-fact p:empty {
display: none;
} .client {
display: flex; align-items: center; justify-content: center; height: 90px; margin-bottom: 1.6em; border: 1px solid #f1f1f1;
}
.client a,
.client p {
display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; -webkit-transition: all 0.15s ease-out; transition: all 0.15s ease-out;
}
.client a:hover {
opacity: .3;
}
.client img { 
max-width: 50%; max-height: 50%;
}
.client p {
margin-bottom: 0;
}
.client p:empty {
display: none;
} @media (min-width: 1200px) {
.col-xs-6:not(.col-lg-3):nth-child(2n+1) {
clear: left;
}
} @media screen and (min-width: 768px) { .contact-form p {
width: 50%; float: left;
}
.contact-form p:nth-of-type(1) {
padding-right: 16px;
}
.contact-form p:nth-of-type(2) {
padding-left: 16px;
}
.contact-form p:nth-of-type(2) label.error {
left: 26px;
}
.contact-form p:nth-of-type(n+3){
width: 100%;
} .event {
padding: 0 1em 3em 4.6em;
}
.event h2 {
margin-left: 0;
}
.event h6 {
margin-left: -1.2em;
}
.event [class^="pw-icon-"], 
.event [class*=" pw-icon-"],
.event .vc_icon_element {
top: -17px; left: -14px;
}
.event .vc_icon_element {
font-size: 16px
}
.event [class^="pw-icon-"], 
.event [class*=" pw-icon-"] {
font-size: 18px; width: 56px; line-height: 56px;
}
html .event .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
font-size: 18px !important;
} .client {
height: 120px;
}
}.njt-nofi-container{
z-index: 999;
width: 100%;
}
.njt-nofi-notification-bar {
position: relative;
display: flex;
align-items: center;
padding: 0 10px;
}
.njt-nofi-notification-bar .njt-nofi-content {
text-align: center;
margin: auto;
padding: 10px 50px
}
.njt-nofi-notification-bar .njt-nofi-text {
display: inline-block;
}
.njt-nofi-notification-bar .njt-nofi-button {
display: inline-block;
}
.njt-nofi-padding-text {
padding: 5px;
}
.njt-nofi-notification-bar .njt-nofi-button .njt-nofi-button-text {
text-decoration: none;
}
.njt-nofi-button-text.njt-nofi-padding-text  {
padding: 8px 12px;
}
.njt-nofi-notification-bar .njt-nofi-button{
transition: transform .5s;
min-width: fit-content;
}
.njt-nofi-notification-bar .njt-nofi-button:hover {
-ms-transform: scale(1.05);
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.njt-nofi-notification-bar .njt-nofi-hide {
text-decoration: none;
display: flex;
align-items: center;
}
.njt-nofi-notification-bar .njt-nofi-hide  span{
display: flex;
align-items: center;
}
.njt-nofi-notification-bar .njt-nofi-hide .njt-nofi-close-icon {
width: 25px;
height: 25px;
border-radius: 50px;
padding: 7px;
background: #0000002e;
transition: transform .5s;
}
.njt-nofi-notification-bar .njt-nofi-hide .njt-nofi-close-icon:hover {
-ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); 
}
.njt-nofi-display-toggle {
position: absolute;
right: 15px;
z-index: 9999;
padding: 8px 5px;
display: none;
text-decoration: none;
}
.njt-nofi-display-toggle .njt-nofi-display-toggle-icon {
-webkit-transform: rotate(45deg) translate3d(0,0,0);
transform: rotate(45deg) translate3d(0,0,0);
width: 25px;
height: 25px;
border-radius: 50px;
padding: 7px;
background: #b7c5c98a;
transition: transform .5s;
}
.njt-nofi-display-toggle .njt-nofi-display-toggle-icon:hover {
-ms-transform: scale(1.2) rotate(45deg) translate3d(0,0,0); -webkit-transform: scale(1.2) rotate(45deg) translate3d(0,0,0); transform: scale(1.2) rotate(45deg) translate3d(0,0,0); 
}
.customize-partial-edit-shortcuts-shown .njt-nofi-container .customize-partial-edit-shortcut-button {
left: 5px;
top: 10px;
}
.customize-partial-edit-shortcuts-shown .njt-nofi-container .customize-partial-edit-shortcut {
position: inherit;
}
.njt-nofi-container .customize-partial-refreshing {
opacity: 1;
transition: opacity .25s;
cursor: progress;
}
.njt-nofi-align-content {
display: flex;
justify-content: center;
align-items: center;
}
.njt-display-none {
display: none;
}
.diplay-device-deskop {
display: block;
}
.diplay-device-mobile {
display: none;
}
@media only screen and (max-width: 480px){
.njt-nofi-align-content {
flex-wrap: wrap;
}
.njt-nofi-notification-bar .njt-nofi-content {
padding: 10px 20px;
}
.njt-nofi-notification-bar .njt-nofi-hide {
right: 5px;
top: 12px;
}
.njt-display-deskop {
display: none;
}
.njt-display-mobile {
display: block;
}
.diplay-device-deskop {
display: none;
}
.diplay-device-mobile {
display: block;
}
}@font-face {
font-family: 'Amatic SC';
font-style: normal;
font-weight: 400;
src: url(https://buntspechte-cappel.de/wp-content/uploads/fonts/f9c8b5a4f43e06ec8396cc3c4d6c6473/amatic-sc-cyrillic-v26-normal-400.woff2?c=1715004713) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Amatic SC';
font-style: normal;
font-weight: 400;
src: url(https://buntspechte-cappel.de/wp-content/uploads/fonts/f9c8b5a4f43e06ec8396cc3c4d6c6473/amatic-sc-hebrew-v26-normal-400.woff2?c=1715004713) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Amatic SC';
font-style: normal;
font-weight: 400;
src: url(https://buntspechte-cappel.de/wp-content/uploads/fonts/f9c8b5a4f43e06ec8396cc3c4d6c6473/amatic-sc--v26-normal-400.woff2?c=1715004713) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Amatic SC';
font-style: normal;
font-weight: 400;
src: url(https://buntspechte-cappel.de/wp-content/uploads/fonts/f9c8b5a4f43e06ec8396cc3c4d6c6473/amatic-sc--v26-normal-400.woff2?c=1715004713) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Amatic SC';
font-style: normal;
font-weight: 400;
src: url(https://buntspechte-cappel.de/wp-content/uploads/fonts/f9c8b5a4f43e06ec8396cc3c4d6c6473/amatic-sc--v26-normal-400.woff2?c=1715004713) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Amatic SC';
font-style: normal;
font-weight: 700;
src: url(https://buntspechte-cappel.de/wp-content/uploads/fonts/f9c8b5a4f43e06ec8396cc3c4d6c6473/amatic-sc-cyrillic-v26-normal-700.woff2?c=1715004713) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Amatic SC';
font-style: normal;
font-weight: 700;
src: url(https://buntspechte-cappel.de/wp-content/uploads/fonts/f9c8b5a4f43e06ec8396cc3c4d6c6473/amatic-sc-hebrew-v26-normal-700.woff2?c=1715004713) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Amatic SC';
font-style: normal;
font-weight: 700;
src: url(https://buntspechte-cappel.de/wp-content/uploads/fonts/f9c8b5a4f43e06ec8396cc3c4d6c6473/amatic-sc--v26-normal-700.woff2?c=1715004713) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Amatic SC';
font-style: normal;
font-weight: 700;
src: url(https://buntspechte-cappel.de/wp-content/uploads/fonts/f9c8b5a4f43e06ec8396cc3c4d6c6473/amatic-sc--v26-normal-700.woff2?c=1715004713) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Amatic SC';
font-style: normal;
font-weight: 700;
src: url(https://buntspechte-cappel.de/wp-content/uploads/fonts/f9c8b5a4f43e06ec8396cc3c4d6c6473/amatic-sc--v26-normal-700.woff2?c=1715004713) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Arvo';
font-style: italic;
font-weight: 400;
src: url(https://buntspechte-cappel.de/wp-content/uploads/fonts/f9c8b5a4f43e06ec8396cc3c4d6c6473/arvo--v22-italic-400.woff2?c=1715004713) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Arvo';
font-style: italic;
font-weight: 700;
src: url(https://buntspechte-cappel.de/wp-content/uploads/fonts/f9c8b5a4f43e06ec8396cc3c4d6c6473/arvo--v22-italic-700.woff2?c=1715004714) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Arvo';
font-style: normal;
font-weight: 400;
src: url(https://buntspechte-cappel.de/wp-content/uploads/fonts/f9c8b5a4f43e06ec8396cc3c4d6c6473/arvo--v22-normal-400.woff2?c=1715004714) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Arvo';
font-style: normal;
font-weight: 700;
src: url(https://buntspechte-cappel.de/wp-content/uploads/fonts/f9c8b5a4f43e06ec8396cc3c4d6c6473/arvo--v22-normal-700.woff2?c=1715004714) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Cedarville Cursive';
font-style: normal;
font-weight: 400;
src: url(https://buntspechte-cappel.de/wp-content/uploads/fonts/f9c8b5a4f43e06ec8396cc3c4d6c6473/cedarville-cursive--v17-normal-400.woff2?c=1715004714) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'PT Mono';
font-style: normal;
font-weight: 400;
src: url(https://buntspechte-cappel.de/wp-content/uploads/fonts/f9c8b5a4f43e06ec8396cc3c4d6c6473/pt-mono-cyrillic-ext-v13-normal-400.woff2?c=1715004714) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'PT Mono';
font-style: normal;
font-weight: 400;
src: url(https://buntspechte-cappel.de/wp-content/uploads/fonts/f9c8b5a4f43e06ec8396cc3c4d6c6473/pt-mono-cyrillic-v13-normal-400.woff2?c=1715004714) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'PT Mono';
font-style: normal;
font-weight: 400;
src: url(https://buntspechte-cappel.de/wp-content/uploads/fonts/f9c8b5a4f43e06ec8396cc3c4d6c6473/pt-mono--v13-normal-400.woff2?c=1715004714) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'PT Mono';
font-style: normal;
font-weight: 400;
src: url(https://buntspechte-cappel.de/wp-content/uploads/fonts/f9c8b5a4f43e06ec8396cc3c4d6c6473/pt-mono--v13-normal-400.woff2?c=1715004714) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Work Sans';
font-style: italic;
font-weight: 400;
src: url(https://buntspechte-cappel.de/wp-content/uploads/fonts/f9c8b5a4f43e06ec8396cc3c4d6c6473/work-sans--v19-italic-400.woff2?c=1715004714) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Work Sans';
font-style: italic;
font-weight: 400;
src: url(https://buntspechte-cappel.de/wp-content/uploads/fonts/f9c8b5a4f43e06ec8396cc3c4d6c6473/work-sans--v19-italic-400.woff2?c=1715004714) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Work Sans';
font-style: italic;
font-weight: 400;
src: url(https://buntspechte-cappel.de/wp-content/uploads/fonts/f9c8b5a4f43e06ec8396cc3c4d6c6473/work-sans--v19-italic-400.woff2?c=1715004714) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Work Sans';
font-style: italic;
font-weight: 700;
src: url(https://buntspechte-cappel.de/wp-content/uploads/fonts/f9c8b5a4f43e06ec8396cc3c4d6c6473/work-sans--v19-italic-400.woff2?c=1715004714) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Work Sans';
font-style: italic;
font-weight: 700;
src: url(https://buntspechte-cappel.de/wp-content/uploads/fonts/f9c8b5a4f43e06ec8396cc3c4d6c6473/work-sans--v19-italic-400.woff2?c=1715004714) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Work Sans';
font-style: italic;
font-weight: 700;
src: url(https://buntspechte-cappel.de/wp-content/uploads/fonts/f9c8b5a4f43e06ec8396cc3c4d6c6473/work-sans--v19-italic-400.woff2?c=1715004714) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 400;
src: url(https://buntspechte-cappel.de/wp-content/uploads/fonts/f9c8b5a4f43e06ec8396cc3c4d6c6473/work-sans--v19-normal-400.woff2?c=1715004715) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 400;
src: url(https://buntspechte-cappel.de/wp-content/uploads/fonts/f9c8b5a4f43e06ec8396cc3c4d6c6473/work-sans--v19-normal-400.woff2?c=1715004715) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 400;
src: url(https://buntspechte-cappel.de/wp-content/uploads/fonts/f9c8b5a4f43e06ec8396cc3c4d6c6473/work-sans--v19-normal-400.woff2?c=1715004715) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 700;
src: url(https://buntspechte-cappel.de/wp-content/uploads/fonts/f9c8b5a4f43e06ec8396cc3c4d6c6473/work-sans--v19-normal-400.woff2?c=1715004715) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 700;
src: url(https://buntspechte-cappel.de/wp-content/uploads/fonts/f9c8b5a4f43e06ec8396cc3c4d6c6473/work-sans--v19-normal-400.woff2?c=1715004715) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 700;
src: url(https://buntspechte-cappel.de/wp-content/uploads/fonts/f9c8b5a4f43e06ec8396cc3c4d6c6473/work-sans--v19-normal-400.woff2?c=1715004715) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
content: " ";
display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
}@-webkit-keyframes a{0%{-webkit-transform:translate(-50%,-50%) rotateX(0) rotateY(0);transform:translate(-50%,-50%) rotateX(0) rotateY(0)}50%{-webkit-transform:translate(-50%,-50%) rotateX(-180deg) rotateY(0);transform:translate(-50%,-50%) rotateX(-180deg) rotateY(0)}to{-webkit-transform:translate(-50%,-50%) rotateX(-180deg) rotateY(-180deg);transform:translate(-50%,-50%) rotateX(-180deg) rotateY(-180deg)}}@keyframes a{0%{-webkit-transform:translate(-50%,-50%) rotateX(0) rotateY(0);transform:translate(-50%,-50%) rotateX(0) rotateY(0)}50%{-webkit-transform:translate(-50%,-50%) rotateX(-180deg) rotateY(0);transform:translate(-50%,-50%) rotateX(-180deg) rotateY(0)}to{-webkit-transform:translate(-50%,-50%) rotateX(-180deg) rotateY(-180deg);transform:translate(-50%,-50%) rotateX(-180deg) rotateY(-180deg)}}.fluidbox{outline:none}.fluidbox__overlay{background-color:hsla(0,0%,100%,.85);cursor:pointer;cursor:zoom-out;opacity:0;pointer-events:none;position:fixed;top:-100%;left:0;bottom:-100%;right:0;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.fluidbox--opened .fluidbox__overlay{pointer-events:auto}.fluidbox__wrap{background-position:center center;background-size:cover;margin:0 auto;position:relative;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.fluidbox--closed .fluidbox__thumb,.fluidbox__thumb{-webkit-transition:opacity 0s ease-in-out 0s;transition:opacity 0s ease-in-out 0s}.fluidbox__ghost{background-size:100% 100%;background-position:center center;background-repeat:no-repeat;position:absolute;-webkit-transition:opacity 0s 0s,-webkit-transform .5s 0s;transition:opacity 0s 0s,-webkit-transform .5s 0s;transition:opacity 0s 0s,transform .5s 0s;transition:opacity 0s 0s,transform .5s 0s,-webkit-transform .5s 0s}.fluidbox--opened .fluidbox__ghost{cursor:pointer;cursor:zoom-out}.fluidbox--closed .fluidbox__ghost{-webkit-transition:opacity 0s .5s,-webkit-transform .5s 0s;transition:opacity 0s .5s,-webkit-transform .5s 0s;transition:opacity 0s .5s,transform .5s 0s;transition:opacity 0s .5s,transform .5s 0s,-webkit-transform .5s 0s}.fluidbox__loader{opacity:0;-webkit-perspective:200px;perspective:200px;pointer-events:none;position:absolute;top:0;left:0;bottom:0;right:0}.fluidbox__loader:before{background-color:hsla(0,0%,100%,.85);content:'';-webkit-transform-style:preserve-3d;transform-style:preserve-3d;position:absolute;top:50%;left:50%;width:20%;padding-bottom:20%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-delay:0s;transition-delay:0s}.fluidbox--loading .fluidbox__loader{opacity:1;-webkit-transition:opacity .5s ease-in-out .5s;transition:opacity .5s ease-in-out .5s}.fluidbox--loading .fluidbox__loader:before{-webkit-animation:a 1s 0s infinite ease-in-out forwards;animation:a 1s 0s infinite ease-in-out forwards}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//buntspechte-cappel.de/wp-content/themes/theblogger/js/owl-carousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}  .backSlideOutLeft {
-webkit-animation-name: backSlideOutLeft;
animation-name: backSlideOutLeft;
}
.backSlideInRight {
-webkit-animation-name: backSlideInRight;
animation-name: backSlideInRight;
}
.backSlideOutRight {
-webkit-animation-name: backSlideOutRight;
animation-name: backSlideOutRight;
}
.backSlideInLeft {
-webkit-animation-name: backSlideInLeft;
animation-name: backSlideInLeft;
}
@-webkit-keyframes backSlideOutLeft {
25% { opacity: 1; -webkit-transform: translateZ(-500px) scale(.6); }
75% { opacity: 1; -webkit-transform: translateZ(-500px) translateX(-300%); }
100% { opacity: 1; -webkit-transform: translateZ(-500px) translateX(-300%); }
}
@keyframes backSlideOutLeft {
25% { opacity: 1; transform: translateZ(-500px) scale(.6); }
75% { opacity: 1; transform: translateZ(-500px) translateX(-300%); }
100% { opacity: 1; transform: translateZ(-500px) translateX(-300%); }
}
@-webkit-keyframes backSlideInRight {
0%, 25% { opacity: 1; -webkit-transform: translateZ(-500px) translateX(300%) scale(.6); }
75% { opacity: 1; -webkit-transform: translateZ(0) translateX(0) scale(.6); }
100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0) scale(1); }
}
@keyframes backSlideInRight {
0%, 25% { opacity: 1; transform: translateZ(-500px) translateX(300%) scale(.6); }
75% { opacity: 1; transform: translateZ(0) translateX(0) scale(.6); }
100% { opacity: 1; transform: translateZ(0) translateX(0) scale(1); }
}
@-webkit-keyframes backSlideOutRight {
25% { opacity: 1; -webkit-transform: translateZ(-500px) scale(.6); }
75% { opacity: 1; -webkit-transform: translateZ(-500px) translateX(300%); }
100% { opacity: 1; -webkit-transform: translateZ(-500px) translateX(300%); }
}
@keyframes backSlideOutRight {
25% { opacity: 1; transform: translateZ(-500px) scale(.6); }
75% { opacity: 1; transform: translateZ(-500px) translateX(300%); }
100% { opacity: 1; transform: translateZ(-500px) translateX(300%); }
}
@-webkit-keyframes backSlideInLeft {
0%, 25% { opacity: 1; -webkit-transform: translateZ(-500px) translateX(-300%) scale(.6); }
75% { opacity: 1; -webkit-transform: translateZ(0) translateX(0) scale(.6); }
100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0) scale(1); }
}
@keyframes backSlideInLeft {
0%, 25% { opacity: 1; transform: translateZ(-500px) translateX(-300%) scale(.6); }
75% { opacity: 1; transform: translateZ(0) translateX(0) scale(.6); }
100% { opacity: 1; transform: translateZ(0) translateX(0) scale(1); }
} .scaleIn {
-webkit-animation-name: scaleIn;
animation-name: scaleIn;
}
.scaleOut {
-webkit-animation-name: scaleOut;
animation-name: scaleOut;
}
@keyframes scaleIn {
0% { opacity: 0; transform: scale(1.5); }
100% { opacity: 1; transform: scale(1); }
}
@keyframes scaleOut {
0% { opacity: 1; transform: scale(1); }
100% { opacity: 0; transform: scale(1.5); }
} @-webkit-keyframes blurIn {
from {
filter: blur(75px); opacity: 0;
}
to {
filter: blur(1px); opacity: 1;
}
}
@keyframes blurIn {
from {
filter: blur(75px); opacity: 0;
}
to {
filter: blur(1px); opacity: 1;
}
}
.blurIn {
-webkit-animation-name: blurIn;
animation-name: blurIn;
}
@-webkit-keyframes blurScaleIn {
from {
filter: blur(75px); opacity: 0; transform: scale(1.4);
}
to {
filter: blur(1px); opacity: 1; transform: scale(1);
}
}
@keyframes blurScaleIn {
from {
filter: blur(75px); opacity: 0; transform: scale(1.4);
}
to {
filter: blur(1px); opacity: 1; transform: scale(1);
}
}
.blurScaleIn {
-webkit-animation-name: blurScaleIn;
animation-name: blurScaleIn;
}
@-webkit-keyframes blurZoomIn {
from {
filter: blur(75px); opacity: 0; transform: scale(0.4);
}
to {
filter: blur(1px); opacity: 1; transform: scale(1);
}
}
@keyframes blurZoomIn {
from {
filter: blur(75px); opacity: 0; transform: scale(.4);
}
to {
filter: blur(1px); opacity: 1; transform: scale(1);
}
}
.blurZoomIn {
-webkit-animation-name: blurZoomIn;
animation-name: blurZoomIn;
}
@-webkit-keyframes blurOut {
from {
filter: blur(0px); opacity: 1;
}
to {
filter: blur(75px); opacity: 0;
}
}
@keyframes blurOut {
from {
filter: blur(0px); opacity: 1;
}
to {
filter: blur(75px); opacity: 0;
}
}
.blurOut {
-webkit-animation-name: blurOut;
animation-name: blurOut;
}
@-webkit-keyframes blurScaleOut {
from {
filter: blur(0px); opacity: 1; transform: scale(1);
}
to {
filter: blur(75px); opacity: 0; transform: scale(1.4);
}
}
@keyframes blurScaleOut {
from {
filter: blur(0px); opacity: 1; transform: scale(1);
}
to {
filter: blur(75px); opacity: 0; transform: scale(1.4);
}
}
.blurScaleOut {
-webkit-animation-name: blurScaleOut;
animation-name: blurScaleOut;
}
@-webkit-keyframes blurZoomOut {
from {
filter: blur(0px); opacity: 1; transform: scale(1);
}
to {
filter: blur(75px); opacity: 0; transform: scale(.4);
}
}
@keyframes blurZoomOut {
from {
filter: blur(0px); opacity: 1; transform: scale(1);
}
to {
filter: blur(75px); opacity: 0; transform: scale(.4);
}
}
.blurZoomOut {
-webkit-animation-name: blurZoomOut;
animation-name: blurZoomOut;
}
@-webkit-keyframes invert {
0% { filter: invert(100%); opacity: 0; }
30% { opacity: 1; }
50% { filter: invert(100%); }
100% { filter: invert(0%); }
}
@keyframes invert {
0% { filter: invert(100%) drop-shadow(0 0 120px yellow); }
50% { filter: invert(100%); }
100% { filter: invert(0%) drop-shadow(0); }
}
.invert {
-webkit-animation-name: invert;
animation-name: invert; 
animation-timing-function: ease-in;
} .jumpIn {
-webkit-animation-name: jumpIn;
animation: jumpIn;
} @-webkit-keyframes jumpIn { 
0% { -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
3.2% { -webkit-transform: matrix3d(0.673, 0.192, 0, 0, 0.126, 0.673, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.673, 0.192, 0, 0, 0.126, 0.673, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
4.5% { -webkit-transform: matrix3d(0.743, 0.25, 0, 0, 0.163, 0.743, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.743, 0.25, 0, 0, 0.163, 0.743, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
6.41% { -webkit-transform: matrix3d(0.836, 0.301, 0, 0, 0.196, 0.836, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.836, 0.301, 0, 0, 0.196, 0.836, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
9.01% { -webkit-transform: matrix3d(0.94, 0.308, 0, 0, 0.201, 0.94, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.94, 0.308, 0, 0, 0.201, 0.94, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
12.71% { -webkit-transform: matrix3d(1.032, 0.234, 0, 0, 0.154, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.032, 0.234, 0, 0, 0.154, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
13.51% { -webkit-transform: matrix3d(1.044, 0.212, 0, 0, 0.14, 1.044, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.044, 0.212, 0, 0, 0.14, 1.044, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
17.92% { -webkit-transform: matrix3d(1.07, 0.098, 0, 0, 0.066, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.07, 0.098, 0, 0, 0.066, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
18.92% { -webkit-transform: matrix3d(1.069, 0.077, 0, 0, 0.052, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.069, 0.077, 0, 0, 0.052, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
25.23% { -webkit-transform: matrix3d(1.038, -0.001, 0, 0, -0.001, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.038, -0.001, 0, 0, -0.001, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
29.03% { -webkit-transform: matrix3d(1.016, -0.015, 0, 0, -0.01, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.016, -0.015, 0, 0, -0.01, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
31.43% { -webkit-transform: matrix3d(1.006, -0.017, 0, 0, -0.011, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.006, -0.017, 0, 0, -0.011, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
34.63% { -webkit-transform: matrix3d(0.997, -0.014, 0, 0, -0.01, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.997, -0.014, 0, 0, -0.01, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
40.14% { -webkit-transform: matrix3d(0.992, -0.007, 0, 0, -0.005, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.992, -0.007, 0, 0, -0.005, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
56.46% { -webkit-transform: matrix3d(1, 0.001, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0.001, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
62.36% { -webkit-transform: matrix3d(1.001, 0.001, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0.001, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
81.48% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
84.68% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}
@keyframes jumpIn { 
0% { -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
3.2% { -webkit-transform: matrix3d(0.673, 0.192, 0, 0, 0.126, 0.673, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.673, 0.192, 0, 0, 0.126, 0.673, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
4.5% { -webkit-transform: matrix3d(0.743, 0.25, 0, 0, 0.163, 0.743, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.743, 0.25, 0, 0, 0.163, 0.743, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
6.41% { -webkit-transform: matrix3d(0.836, 0.301, 0, 0, 0.196, 0.836, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.836, 0.301, 0, 0, 0.196, 0.836, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
9.01% { -webkit-transform: matrix3d(0.94, 0.308, 0, 0, 0.201, 0.94, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.94, 0.308, 0, 0, 0.201, 0.94, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
12.71% { -webkit-transform: matrix3d(1.032, 0.234, 0, 0, 0.154, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.032, 0.234, 0, 0, 0.154, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
13.51% { -webkit-transform: matrix3d(1.044, 0.212, 0, 0, 0.14, 1.044, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.044, 0.212, 0, 0, 0.14, 1.044, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
17.92% { -webkit-transform: matrix3d(1.07, 0.098, 0, 0, 0.066, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.07, 0.098, 0, 0, 0.066, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
18.92% { -webkit-transform: matrix3d(1.069, 0.077, 0, 0, 0.052, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.069, 0.077, 0, 0, 0.052, 1.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
25.23% { -webkit-transform: matrix3d(1.038, -0.001, 0, 0, -0.001, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.038, -0.001, 0, 0, -0.001, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
29.03% { -webkit-transform: matrix3d(1.016, -0.015, 0, 0, -0.01, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.016, -0.015, 0, 0, -0.01, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
31.43% { -webkit-transform: matrix3d(1.006, -0.017, 0, 0, -0.011, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.006, -0.017, 0, 0, -0.011, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
34.63% { -webkit-transform: matrix3d(0.997, -0.014, 0, 0, -0.01, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.997, -0.014, 0, 0, -0.01, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
40.14% { -webkit-transform: matrix3d(0.992, -0.007, 0, 0, -0.005, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.992, -0.007, 0, 0, -0.005, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
56.46% { -webkit-transform: matrix3d(1, 0.001, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0.001, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
62.36% { -webkit-transform: matrix3d(1.001, 0.001, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0.001, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
81.48% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
84.68% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
} .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
@keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes wobble {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from,
11.1%,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from,
11.1%,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
.bounceOut {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedInLeft {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes lightSpeedInLeft {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.lightSpeedInLeft {
-webkit-animation-name: lightSpeedInLeft;
animation-name: lightSpeedInLeft;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInRight {
from {
-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
transform: translate3d(-100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes lightSpeedInRight {
from {
-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
transform: translate3d(-100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.lightSpeedInRight {
-webkit-animation-name: lightSpeedInRight;
animation-name: lightSpeedInRight;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOutRight {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOutRight {
-webkit-animation-name: lightSpeedOutRight;
animation-name: lightSpeedOutRight;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
transform: translate3d(-100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOutLeft {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
transform: translate3d(-100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOutLeft {
-webkit-animation-name: lightSpeedOutLeft;
animation-name: lightSpeedOutLeft;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-name: hinge;
animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
from {
opacity: 0;
-webkit-transform: scale(0.1) rotate(30deg);
transform: scale(0.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes jackInTheBox {
from {
opacity: 0;
-webkit-transform: scale(0.1) rotate(30deg);
transform: scale(0.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
.jackInTheBox {
-webkit-animation-name: jackInTheBox;
animation-name: jackInTheBox;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}html {
font-size: 13px; line-height: 1.9; box-sizing: border-box; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;
}
*,
*:before, 
*:after {
box-sizing: inherit; -webkit-font-smoothing: antialiased;
}
::selection {
text-shadow: none; color: #000; background: #FFF9CD;
}
::-moz-selection {
text-shadow: none; color: #000; background: #FFF9CD;
}
body {
color: #222; background: #fff; overflow-x: hidden;
}
a {
color: #D2AB74; text-decoration: none; outline: none;
}
a:hover,
a:focus {
color: #C9B69B;	text-decoration: none; outline: none;
}
iframe {
border: none; width: 100%; max-width: 100%;
}
img {
max-width: 100%; height: auto;
}
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}  body,
input,
textarea,
select,
button {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
} h2,
h3,
h4,
h5,
h6,
blockquote,
.tab-titles {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
} h1,
.entry-title,
.footer-subscribe h3,
.widget_categories ul li,
.widget_recent_entries ul li a,
.widget_pages ul li,
.widget_nav_menu ul li,
.widget_archive ul li,
.widget_most_recommended_posts ul li a,
.widget_calendar table caption,
.tptn_title,
.nav-single a,
.widget_recent_comments ul li,
.widget_product_categories ul li,
.widget_meta ul li,
.widget_rss ul a.rsswidget {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
} .nav-menu,
.entry-meta,
.owl-nav,
.more-link,
label,
input[type=submit], 
input[type=button], 
button, 
.button,
.page-links,
.navigation,
.entry-title i,
.site-info,
.filters {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
} .site-title {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
} .widget-title {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
} .hentry .entry-header:before,
.submenu-toggle:before,
.shopping-cart:before,
.toggle h4:before,
.selector:before,
.checker span:before,
.radio span:before,
.uploader span.action:before,
.is-meta-with-icons .entry-meta > span:before,
.entry-share:before,
.entry-share a:before,
.button:before,
.button:after,
.woocommerce-thankyou-order-received:before,
.portfolio-grid .featured-image > a:first-of-type:after,
.post-password-form:before,
.cart_totals:before,
.edit-link:before {
font-family:fontello; font-style:normal; font-weight:400; speak:none; display:inline-block; text-decoration:inherit; text-align:center; font-variant:normal; text-transform:none;
}  h1,
h2,
h3,
h4,
h5,
h6 { 
line-height: 1.4; font-weight: 700; margin: 1.6em 0 0.8em 0;
}
h2,
h3,
h4,
h5,
h6 { 
font-weight: 700; 
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child { 
margin-top: 0; 
}
h1 {
font-size: 2em; margin: 0.8em 0 0.8em 0; line-height: 1.2;
}
h2 {
font-size: 1.4em; line-height: 1.4;
}
h3 {
font-size: 1.2em;
}
h4 {
font-size: 1.0em;
}
h5 {
font-size: 1.0em;
}
h6 {
font-size: 1.0em;
}
p {
margin: 0 0 1.1em 0;
} blockquote {
position: relative; margin: 1.6em 0; padding: .4em 1.2em; text-align: center; font-size: 1.6em; font-weight: bold; line-height: 1.4;
}
blockquote p {
display: inline;
}
blockquote cite {
display: block; font-size: 11px; opacity: .6; padding-right: 1em; margin-top: 1.2em; font-style: normal; font-weight: 400; text-transform: uppercase; letter-spacing: .04em;
}
hr {
padding: 0; margin: 2em 0; outline: 0; border-width: 0 0 2px 0; border-style: solid; border-color: #888;
} table,
th,
td {
border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
margin: 1.4em 0 3em 0; border-collapse: separate; border-spacing: 0; border-width: 1px 0 0 1px; table-layout: fixed; width: 100%;
}
caption,
th,
td {
font-weight: normal; text-align: left;
}
th {
border-width: 0 1px 1px 0; font-weight: 700; text-transform: uppercase;
}
td {
border-width: 0 1px 1px 0;
}
th, td {
padding: 0.5em 1em;
}
thead th {
padding: .8em 1em; font-size: 1.125rem;
} code,
pre {
margin: 2em 0 4em; max-width: 100%; font-family: Monaco, Menlo, Consolas, "Courier New", monospace; color: #333; white-space: pre; overflow: auto; padding: 0px 6px; font-size: .875rem; background: rgba(255, 255, 255, 0.5); border: 1px solid #ccc; box-shadow: 1px 1px 0 #fff, 2px 2px 0 #ddd;
}
code {
display: inline-block; margin: 0 4px -6px;
} ol,
ul {
margin: .2em 0 1em 0; padding: 0 0 0 1.6em;
}
ul {
list-style: disc;
}
dt {
margin-bottom: .8em; display: inline-block; font-weight: bold; letter-spacing: 1px; text-transform: uppercase;
}
dd {
padding-bottom: 1.5em; margin-left: 2em;
}
address {
margin-bottom: 1.2em; 
} .aligncenter, 
.alignnone, 
.alignright, 
.alignleft {
display: block; margin: 1.6em auto; clear: both;
}
.aligncenter:first-child, 
.alignnone:first-child, 
.alignright:first-child, 
.alignleft:first-child {
margin-top: 0;
}
.wp-caption {
margin-bottom: 1.6em; max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block; margin: 0;
}
.wp-caption-text {
font-size: 12px; opacity: .7; letter-spacing:  .04em; padding: 0.8em 0 0;
}
.aligncenter .wp-caption-text {
text-align: center;
} @media screen and (min-width: 768px) {
.alignnone {
margin: 3em 0; 
}
.aligncenter {
margin: 2em auto; 
}
.alignright {
float:right; margin: 12px 0 28px 34px;
}
.alignleft {
float: left; margin: 12px 34px 28px 0;
}
.alignright,
.alignleft {
max-width: 50%;
}
.alignright .wp-caption-text,
.alignleft .wp-caption-text {
max-width: 230px;
}
} @media screen and (min-width: 1400px) { 
.is-post-media-overflow .layout-fixed .aligncenter:not(.full):not(.no-strech),
.is-post-media-overflow .layout-fixed .media-wrap,
.is-post-media-overflow .layout-fixed .owl-carousel,
.is-post-media-overflow .layout-fixed .gallery {
max-width: 166%; width: 166% !important; margin-left: -33%;
} .is-post-media-overflow .layout-fixed .wp-caption.aligncenter:not(.full):not(.no-strech) img {
width: 100%;
}
.is-post-media-overflow .layout-fixed .wp-caption.aligncenter:not(.full) img.no-strech {
width: auto; max-width: 100%; margin-left: auto; margin-right: auto;
}
.is-post-media-overflow .layout-fixed .alignright,
.is-post-media-overflow .layout-fixed .alignleft {
max-width: 66%;
}
.is-post-media-overflow .layout-fixed .alignright {
margin-right: -33%;
}
.is-post-media-overflow .layout-fixed .alignleft {
margin-left: -33%;
}	
} fieldset {
border: 0; margin: 0; padding: 0;
}
form p {
position: relative; margin: 1.6em 0;
}
label {
display: block; font-size: 11px; letter-spacing: 1px; font-weight: 400; margin-bottom: 0.6em; text-transform: uppercase;
}
::-webkit-input-placeholder { 
color:rgba(0, 0, 0, .3);
}
::-moz-placeholder { 
color:rgba(0, 0, 0, .3);
} 
:-ms-input-placeholder { 
color:rgba(0, 0, 0, .3);
}
label input { 
font-weight: 400;
}
.input-text,
textarea,
select {
padding: 1em; width: 100%; font-size: 13px; color: #333; border: 2px solid rgba(0, 0, 0, 0.1); border-radius: 0; background-color: transparent; -webkit-appearance: none; -webkit-tap-highlight-color: transparent; box-sizing: border-box; box-shadow: none;
}
input[type=search] {
box-sizing: border-box;	
}
.input-text:hover,
textarea:hover,
input:hover,
select:hover {
outline: 0;
}
.input-text:focus,
textarea:focus,
input:focus,
select:focus {
border-color: #444; outline: 0;
}
textarea {
min-height: 9em; line-height: 1.6; resize: vertical;
}
select {
padding: .8em 1em; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAZJJREFUaIHt1r9LVWEYB/DPVTEpgqRBaEhocmiyoc2lrZbG+gts8z8I5xykRfwxROBiEBENSdAmQZMKTldwUHAJAltEBG2453Beg7zXe99zXZ4PHC7nx/s833O5931fQgghhBBCCDUbxCqe9qHXc7zDQM6iizjHMaZyFv7HE5wUvRY6GdDpW+4XnyP4gskrR2vvMT5juDg/yFm8gTmtb+YcvzCRsf5D/E7qvyl6ZtXAStLkAOMZ6j7AYVJ3WQ3hS4P4kDTbxVgP9e5hL6m3VvSo1TDWk6bbGO2izl3sJHW+qn7/tbuFjaT5j+Jap27jZzJ+AzczZ2zrDraSEN9wo4NxI/iejNssal2LMTSTMB8xdMnzQ/iUPN/U238oi3GtGakM9b9VdADvXZzF7vcpY1sTWmtDGW7examwgbfJ/dzrSBaP8EcV8nVybza5fqSelTyLKa39Uhl2pjjK87r3Ulk8w6kqdHmc6s9uNouXOFOFP8OLa03UhVeqF5iuq8llc3avFlUL1FKNfUIIIYQQQgjd+QvyJ2oyQcCnYgAAAABJRU5ErkJggg==); background-position: 97% center; background-position: right 10px center; background-repeat: no-repeat; background-size: 20px 20px;
}
select::-ms-expand {
display: none;
}
input[type=file]{
width: 100%; outline: 0; cursor: pointer; font-size: 13px; cursor: pointer;
}
input[type=file]::-webkit-file-upload-button {
display: inline-block; padding: .6em 1em; border: 0; outline: 0; color: #333; background-color: transparent; border: 2px solid rgba(0, 0, 0, 0.07); cursor: pointer;
}
input[type=checkbox] {
-webkit-appearance: none; height: 1em; position: relative; background-color: transparent; border: 2px solid #333; width: 1em; border-radius: 3px; outline: none;  font-size: 15px; vertical-align: text-bottom; margin-right: .6em;
}
input[type=checkbox]:active {
box-shadow: 0 0 0.8em rgba(0, 0, 0, 0.2) inset;
}
input[type=checkbox]:before,
input[type=checkbox]:after {
content: ''; background-color: inherit; position: absolute; transition: 0.1s background-color;
}
input[type=checkbox]:after {
width: 0.14em; height: 0.60em; -webkit-transform: rotate(36deg) translate(0.36em, -0.17em);
}
input[type=checkbox]:before {
width: 0.14em; height: 0.35em; -webkit-transform: rotate(-58deg) translate(-0.22em, 0.30em);
}
input[type=checkbox]:checked:after,
input[type=checkbox]:checked:before {
background-color: #333;
}
input[type=radio] {
-webkit-appearance: none; height: 1em; position: relative; background-color: #fff; border: 2px solid #333; width: 1em; border-radius: 50%; outline: none; font-size: 15px; margin-right: .6em; vertical-align: text-bottom;
}
input[type=radio]:checked:before {
content: ''; background-color: #333; position: absolute; border-radius: 50%; top: 3px; left: 3px; bottom: 3px; right: 3px;
}
.inline-label {
display: inline-block; margin-right: 2.2em;
} label.error {
position: absolute; bottom: -16px; left: 10px; margin: 0; min-width: 150px; font-size: 10px; padding: .2em .8em; z-index: 1; color: #333; background-color: #fbe7ba; 
}  .cf:before,
.cf:after,
.site-main:before,
.site-main:after,
.site-content:before,
.site-content:after,
.entry-content:before,
.entry-content:after,
.hentry:before,
.hentry:after,
.featured-area:before ,
.featured-area:after {
content: " "; display: table;
}
.cf:after,
.site-main:after,
.site-content:after,
.entry-content:after,
.hentry:after,
.featured-area:after  {
clear: both;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px; overflow: hidden; position: absolute !important;
}
.center {
text-align: center;
}
.hidden {
display: none;
}
.visually-hidden { 
position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; 
}
.easing,
.nav-image-link img {
-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.easing-short,
.nav-menu a,
.social-link,
.shopping-cart,
.toggle-link,
.post-thumbnail:before,
.more-link,
.entry-meta a,
input,
button,
a.button,
.entry-content > p:not(.more) > a,
.page-links ul li a,
.gallery-item a:before,
.navigation a,
.widget a,
.post-wrap,
.post-wrap:before,
.share-links a,
.featured-image a:before,
.blog-circles .featured-image,
.tagcloud a,
.blog-simple .featured-image,
.entry-share-wrap,
.wc-tabs a,
.filters li a,
.portfolio-grid .featured-image > a:first-of-type:after,
.entry-title,
.entry-title a {
-webkit-transition: all 0.15s ease-out; transition: all 0.15s ease-out;
} .fluidbox--ready { 
cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; 
} 
.fluidbox--opened .fluidbox__wrap,
.fluidbox:not(.fluidbox--closed) .fluidbox__ghost { 
cursor: -webkit-zoom-out; cursor: -moz-zoom-out; cursor: zoom-out; 
} 
.fluidbox__ghost {
-webkit-transition: opacity 0s 0s,-webkit-transform .4s 0s;
transition: opacity 0s 0s,-webkit-transform .4s 0s;
transition: opacity 0s 0s,transform .4s 0s;
transition: opacity 0s 0s,transform .4s 0s,-webkit-transform .4s 0s;
}
.fluidbox--closed .fluidbox__ghost {
-webkit-transition: opacity 0s .4s,-webkit-transform .4s 0s;
transition: opacity 0s .4s,-webkit-transform .4s 0s;
transition: opacity 0s .4s,transform .4s 0s;
transition: opacity 0s .4s,transform .4s 0s,-webkit-transform .4s 0s;
} .site-main {
padding: 30px 0; position: relative;
}
.site-main .layout-medium:after {
content: ""; display: table; clear: both;
} .is-body-boxed .site,
.is-middle-boxed .site-main,
.is-content-boxed .content-area {
background: #fff; position: relative;
} .is-middle-boxed .site-main {
padding-top: 4.8%; padding-bottom: 4.8%; margin-bottom: 20px;
}
.is-middle-boxed .top-content + .site-main {
margin-top: 20px;
} .is-middle-boxed.is-footer-boxed .site-main {
margin-bottom: 0;
} .is-content-boxed .content-area {
padding-top: 4.8%; padding-bottom: 4.8%; margin-bottom: 50px;
}
.layout-full,
.layout-fixed,
.layout-medium,
.header-wrap-inner,
.is-header-fixed-width .header-wrap,
.is-header-full-with-margins .header-wrap,
.is-menu-bar.is-menu-fixed-bg .menu-wrap,
.is-header-full-with-margins.is-menu-bottom .site-navigation.clone,
.is-body-boxed .site,
.is-body-boxed .header-wrap,
.is-middle-boxed .site-main,
.is-footer-boxed .site-footer,
.is-content-boxed .site-content {
width: 88%; margin-left: auto; margin-right: auto; clear: both;
} .is-menu-bar .header-wrap-inner,
.is-header-fixed-width.is-menu-full:not(.is-menu-bar) .header-wrap-inner,
.is-header-fixed-width.is-menu-fixed-bg .menu-wrap,
.is-header-fixed-width.is-menu-bar.is-menu-full .menu-wrap .layout-medium,
.is-body-boxed .header-wrap,
.is-body-boxed .site-footer { 
width: 100%;
}
.is-menu-bar.is-menu-full .menu-wrap .layout-medium {
max-width: none;
}
.layout-fixed,
.blog-list,
.blog-regular,
.is-content-boxed .single .site-content,
.is-content-boxed .page .site-content {
max-width: 740px; margin-left: auto; margin-right: auto;
}
.content-area.with-sidebar .blog-list,
.content-area.with-sidebar .blog-regular {
max-width: 100%;
}
.layout-medium,
.is-header-row .header-wrap-inner,
.is-header-small .header-wrap-inner,
.is-menu-bar.is-menu-fixed-bg .menu-wrap,
.is-header-fixed-width .header-wrap,
.is-header-fixed-width.is-menu-bar .site-navigation,
.is-body-boxed .site,
.is-body-boxed .header-wrap,
.is-body-boxed.is-menu-bar .site-navigation,
.is-body-boxed:not(.is-menu-bar) .site-header,
.is-middle-boxed .site-main,
.intro-content,
.is-footer-boxed .site-footer,
.is-content-boxed .site-main .layout-fixed {
max-width: 1060px;
}
.layout-full {
max-width: 1900px; overflow: hidden;
}
.sidebar {
margin-top: 2em; padding-bottom: 40px; line-height: 1.7; will-change: min-height;
}
.sidebar-wrap {
transform: translate(0, 0); transform: translate3d(0, 0, 0); will-change: position, transform;
}
.hentry {
margin-bottom: 1em;
}
.entry-header {
text-align: center; margin-bottom: 1.4em;
} .is-blog-text-align-left .blog-stream .entry-header,
.is-blog-text-align-left .blog-grid .hentry-middle,
.is-blog-text-align-left .blog-list .hentry-middle,
.is-blog-text-align-left .more,
.is-blog-text-align-left .hentry .entry-header:before,
.is-blog-text-align-left .format-link .entry-content,
.is-blog-text-align-left .format-chat .entry-content,
.is-blog-text-align-left .format-status .entry-content,
.is-blog-text-align-left .format-quote blockquote,
.is-blog-text-align-left .nav-links,
.is-blog-text-align-left .page-links  {
text-align: left;
}
.is-blog-text-align-left .format-aside .entry-content,
.is-blog-text-align-left .format-quote blockquote,
.is-blog-text-align-left .blog-stream .featured-image img {
margin-left: 0; 
} .is-blog-text-align-right .blog-stream .entry-header,
.is-blog-text-align-right .blog-stream .entry-content,
.is-blog-text-align-right .blog-grid .hentry-middle,
.is-blog-text-align-right .blog-list .hentry-middle,
.is-blog-text-align-right .more,
.is-blog-text-align-right .hentry .entry-header:before,
.is-blog-text-align-right .format-link .entry-content,
.is-blog-text-align-right .format-chat .entry-content,
.is-blog-text-align-right .format-status .entry-content,
.is-blog-text-align-right .format-quote blockquote,
.is-blog-text-align-right .nav-links,
.is-blog-text-align-right .page-links {
text-align: right;
}
.is-blog-text-align-right .format-aside .entry-content,
.is-blog-text-align-right .format-quote blockquote {
margin-right: 0; 
} .is-post-title-align-left .post-header .entry-header {
text-align: left;
}
.is-post-title-align-left .category-description {
margin-left: 0;
} .is-post-title-align-right .post-header .entry-header {
text-align: right;
}
.is-post-title-align-right .category-description {
margin-right: 0;
} .top-content-single {
position: relative; z-index: 500;
} .top-content-single .post-header-classic .featured-image {
margin-bottom: 0;
}
.top-content-single .post-header-classic .entry-header {
padding: 30px 0; margin: 0;
} html:not(.is-middle-boxed) .top-content-single .post-header-classic .entry-header:last-child {
padding-bottom: 0;
} .is-single-post-title-with-margins .post-header-classic .entry-header,
html.is-single-post-title-with-margins .top-content-single .post-header-classic .entry-header:last-child { padding: 16% 0; margin: 0 auto; max-width: 600px;
}
.hentry .entry-content > iframe,
.hentry .media-wrap {
margin: 2em 0;
}
.post-header .media-wrap,
.media-wrap:first-child {
margin-top: 0;
}
iframe.instagram-media {
max-width: 100% !important; margin-bottom: 2em !important;
}
.fluid-audio.fluid-width-video-wrapper {
padding-top: 56.25%;
}
.entry-title {
margin: 0; word-wrap: break-word;
}
.entry-title i {
display: block; font-size: 11px; font-style: normal; margin-bottom: .1em; letter-spacing: 2px; text-transform: uppercase; font-weight: 400; opacity: .6;
}
.archive-header .entry-title {
margin-bottom: 1.4em !important;
}
.entry-content {
margin-bottom: 1.2em;
}
.entry-content > p:not(.more) > a:not(.social-link):not(.button) {
text-decoration: underline;
}
.entry-content > p:not(.more) > a:not(.social-link):not(.button):hover {
border-bottom-color: #333;
} .category-description { 
font-size: 13px; max-width: 540px; margin: 0 auto 60px auto;
} .site-header {
position: relative; z-index: 1000; font-size: 14px;
}
.header-wrap {
position: relative; background-color: #fff; background-size: cover; background-position: center; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.is-header-dark .header-wrap {
background-color: #222;
} .header-wrap:before {
content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: .4; z-index: 20;
}
.header-wrap-inner {
position: relative;
}
.site-branding {
position: relative; z-index: 500; text-align: center; padding: 30px 0; max-width: 88%; margin-left: auto; margin-right: auto;
}
.site-title {
margin: 0; font-size: 22px; font-weight: 400; letter-spacing: 1px; text-transform: none; -webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.site-header .site-description {
font-size: 11px; margin: 4px 0 0; color: rgba(0, 0, 0, 0.65);
}
.site-description:empty {
display: none;
}
.site-header .site-title a {
color: #25262E;
}
.site-title img {
max-height: 60px;
}
.toggle-link {
display: block; width: 52px; line-height: 51px; height: 54px; text-align: center; cursor: pointer; overflow: hidden; color: rgba(0, 0, 0, 0.75); -webkit-user-select: none; user-select: none;
}
.toggle-link:hover {
color: #000; 
} .is-menu-dark .menu-wrap,
.is-header-dark .header-wrap {
border: none !important;
} .search-toggle {
display: none; position: absolute; top: 0; right: -15px; width: 42px;
}
.search-toggle:before {
font-family: fontello; font-size: 20px; content: "\e802";
} .search-container {
display: none; padding: 16px 0;
}
.search-box {
width: 100%; padding-bottom: .1em;
}
.search-box label { 
margin: 0; text-align: center; color: rgba(0, 0, 0, 0.4);
}
.search-box #search-field {
display: block; padding: 1em 1.2em; text-align: center; background-color: transparent; border: 0; font-size: 1.6em; font-weight: 400; width: 100%; max-width: 100%; box-sizing: inherit;
}
.search-box ::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.8); }
.search-box ::-moz-placeholder { color: rgba(0, 0, 0, 0.8); }
.search-box ::-ms-placeholder { color: rgba(0, 0, 0, 0.8); }
.search-container .search-submit { 
display: none; 
} .social-container { 
position: absolute; top: 10px; right: 0;
}
.site-header .social-link {
margin: 0; font-size: 13px; width: 20px; line-height: 30px; color: rgba(0, 0, 0, 0.7); border: 0; background: none;
}
.site-header .social-link:hover { 
color: rgba(0, 0, 0, 1); background: none;
} .shopping-cart {
display: block; width: 48px; line-height: 47px; font-size: 20px; position: absolute; top: 0; right: -7px; text-align: center; color: rgba(0, 0, 0, 0.75);
}
.shopping-cart:hover {
color: #000;
}
.shopping-cart:before {
content: '\e8c0';
}
.shopping-cart > span {
position: absolute; top: 6px; right: 8px; width: 16px; line-height: 16px; font-size: 10px; text-align: center; color: #fff; background: rgba(0, 0, 0, 0.25); border-radius: 50%; font-family: Helvetica, Arial, sans-serif;
} .site-navigation {
position: relative; z-index: 750;
}
.site-header .menu-wrap { 
background-color: #fff; 
}
.is-header-row .menu-wrap,
.is-header-small .menu-wrap {
background: none !important;
}
.is-menu-dark .menu-wrap { 
background: #222;
}
.site-navigation .layout-medium { 
position: relative;
}
.nav-menu { 
display: block; text-align: center; font-size: 16px;
}
.nav-menu ul { 
display: block; list-style:none; padding:0; margin:0; font-size: 1em; line-height: 1.5; letter-spacing: 1px;
}
.nav-menu,
.social-container,
.search-container {
-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; 
} .is-menu-uppercase .nav-menu {
text-transform: uppercase;
}
.nav-menu ul ul {
font-size: 84%;
}
.nav-menu ul li { 
position:relative; display:block; padding: 0; margin:0; cursor: default;
}
.nav-menu ul li a { 
display: block; padding: 8px 12px;
}
.nav-menu ul li a:not(:hover) { 
color: inherit;
} .submenu-toggle {
display: inline-block; width: 26px; height: 26px; line-height: 26px; text-align: center; color: #333; border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 50%; cursor: pointer; margin-bottom: 8px;
}
.submenu-toggle:before {
content: '\e80b'; font-size: 12px;
}
.submenu-toggle:hover {
border-color: rgba(0, 0, 0, 1)
}
.active > .submenu-toggle {
border-color: rgba(0, 0, 0, 1)
}
.active > .submenu-toggle:before {
content: '\e86f'; 
} .menu-toggle {
transition: .3s; cursor: pointer; display: block; width: 48px; height: 48px; margin-left:-16px; position: relative;
}
.menu-toggle:hover {
opacity: 1;
}
.menu-toggle:active {
transition: 0;
}
.menu-toggle .lines,
.menu-toggle .lines:before, 
.menu-toggle .lines:after {
display: inline-block; width: 16px; height: 2px; background: #222; transition: 0.3s; position: absolute; top: 47%; left: 16px;
}
.menu-toggle .lines:before, 
.menu-toggle .lines:after {
left: 0; content: ''; -webkit-transform-origin: 0.28571rem center; transform-origin: 0.28571rem center;
}
.menu-toggle .lines:before {
top: 5px;
}
.menu-toggle .lines:after {
top: -5px;
}
.menu-toggle.close {
-webkit-transform: scale3d(0.8, 0.8, 0.8); transform: scale3d(0.8, 0.8, 0.8);
}
.is-menu-toggled-on .menu-toggle .lines {
background: transparent !important;
}
.is-menu-toggled-on .menu-toggle .lines:before, 
.is-menu-toggled-on .menu-toggle .lines:after {
-webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; top: 0;
}
.is-menu-toggled-on .menu-toggle .lines:before {
-webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg);
}
.is-menu-toggled-on .menu-toggle .lines:after {
-webkit-transform: rotate3d(0, 0, 1, -45deg);transform: rotate3d(0, 0, 1, -45deg);
} @media screen and (max-width: 992px) { .clone {
display: none !important;
} .shopping-cart ~ .social-container {
right: 40px;
} .site-title img {
max-width: 70%;
}
.nav-menu { 
display: none; padding: 2em 0;
}
.nav-menu ul ul {
margin-bottom: 6px; padding: 10px 20px; display: none;
}
.nav-menu > ul > li > a {
padding: 12px; 
}
.nav-menu ul li a {
display: inline-block;
}
.nav-menu li.active > ul {
display: block;
}
.nav-menu li.active > a,
.nav-menu ul ul li:last-child a {
border: 0;
} .is-menu-toggled-on .nav-menu,
.is-menu-toggled-on .search-container { 
display: block;
} .is-menu-dark .nav-menu ul li a:not(:hover),
.is-header-dark:not(.is-menu-bar) .nav-menu ul li a:not(:hover) {
color: rgba(255,255,255, 0.9);
}
} .is-header-dark .site-header .site-title a {
color: #fff;
}
.is-header-dark .site-header .site-description {
color: rgba(255,255,255, 0.8);
} .is-menu-dark .menu-toggle .lines,
.is-menu-dark .menu-toggle .lines:before, 
.is-menu-dark .menu-toggle .lines:after,
.is-header-dark:not(.is-menu-bar) .menu-toggle .lines,
.is-header-dark:not(.is-menu-bar) .menu-toggle .lines:before, 
.is-header-dark:not(.is-menu-bar) .menu-toggle .lines:after {
background: #fff;
}
.is-menu-dark .toggle-link,
.is-menu-dark .shopping-cart,
.is-header-dark:not(.is-menu-bar) .toggle-link,
.is-header-dark:not(.is-menu-bar) .shopping-cart {
color: rgba(255, 255, 255, 0.7);
}
.is-menu-dark .toggle-link:hover,
.is-menu-dark .shopping-cart:hover,
.is-menu-dark .search-box #search-field,
.is-header-dark:not(.is-menu-bar) .toggle-link:hover,
.is-header-dark:not(.is-menu-bar) .search-box #search-field,
.is-header-dark:not(.is-menu-bar) .shopping-cart:hover {
color: #fff; 
}
.is-menu-dark .site-header .social-link,
.is-menu-dark .search-box label,
.is-header-dark:not(.is-menu-bar) .site-header .social-link,
.is-header-dark:not(.is-menu-bar) .search-box label {
color: rgba(255,255,255, 0.5);
}
.is-menu-dark .search-box ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.4); }
.is-menu-dark .search-box ::-moz-placeholder { color: rgba(255, 255, 255, 0.4); }
.is-menu-dark .search-box ::-ms-placeholder { color: rgba(255, 255, 255, 0.4); }
.is-header-dark:not(.is-menu-bar) .search-box ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.4); }
.is-header-dark:not(.is-menu-bar) .search-box ::-moz-placeholder { color: rgba(255, 255, 255, 0.4); }
.is-header-dark:not(.is-menu-bar).search-box ::-ms-placeholder { color: rgba(255, 255, 255, 0.4); }
.is-menu-dark .submenu-toggle,
.is-header-dark:not(.is-menu-bar) .submenu-toggle {
color: #fff; border-color: rgba(255, 255, 255, 0.15);
}
.is-menu-dark .nav-menu > ul > li > a:not(:hover),
.is-menu-dark .site-header .social-link:hover,
.is-header-dark:not(.is-menu-bar) .nav-menu > ul > li > a:not(:hover),
.is-header-dark:not(.is-menu-bar) .site-header .social-link:hover {
color: rgba(255,255,255, 0.9);
}
.is-menu-dark .shopping-cart > span,
.is-header-dark:not(.is-menu-bar) .shopping-cart > span {
background: rgba(255, 255, 255, 0.25);
} .is-header-row .menu-wrap .layout-medium {
width: 100%;
}
.is-header-row.is-menu-full .header-wrap-inner,
.is-header-small.is-menu-full .header-wrap-inner {
max-width: 100%;
} .is-header-small .header-wrap {
padding: 10px 0;
}
.is-header-small .site-description {
display: none;
}
.is-header-small .site-branding {
position: absolute; z-index: 900; top: 11px; left: 32px; max-width: 42%; padding: 0; text-align: left; display: inline-block; float: left; 
}
.is-header-small .site-title img {
max-height: 36px; max-width: none; max-width: 100%;
}
.is-header-small .site-navigation .layout-medium {
position: static; width: 100%; max-width: 100%;
} .site-footer {
position: relative; clear: both; width: 100%; font-size: 13px;
}
.site-footer .site-info {
padding: 18px; text-align: center; font-size: 10px;
}
.site-info .textwidget {
font-size: 1em;
}
.site-info .textwidget p:only-child {
margin: 0;
}
.site-info i {
color: rgba(220,214,133,1);
} .footer-subscribe { 
position: relative; overflow: hidden; text-align: center; background: #fafafa;
}
.footer-subscribe .layout-medium {
padding: 2.4em 0;
}
.is-footer-subscribe-dark .footer-subscribe { 
color: #fff; background: #222;
}
.footer-subscribe h3 {
font-size: 2em; font-weight: 700; margin-bottom: .4em;
}
.footer-subscribe h3:after {
position: absolute; bottom: -132px; right: 50%; margin-right: -130px; font-family: fontello; content: '\e87e'; font-weight: 400; vertical-align: text-top; display: inline-block; margin-left: 12px; font-size: 260px; color: rgba(0, 0, 0, 0.04); z-index: 0;
}
.is-footer-subscribe-dark .footer-subscribe h3:after {
color: rgba(255, 255, 255, 0.07);
}
.footer-subscribe form p {
margin: 0.7em 0 0;
}
.footer-subscribe label:not(.error) {
font-family: inherit; text-transform: none; letter-spacing: 0; font-size: .9rem; color: rgba(0, 0, 0, 0.7);
}
.is-footer-subscribe-dark .footer-subscribe label:not(.error) {
color: rgba(255, 255, 255, 0.7);
}
.footer-subscribe input[type="email"] {
text-align: center; margin-bottom: .8em; letter-spacing: .03em; color: #333 !important; padding: 1.2em !important; width: 290px !important; border: 0 !important; background: rgba(0, 0, 0, 0.025) !important;
}
.is-footer-subscribe-dark .footer-subscribe input[type="email"] {
color: #fff !important; background: rgba(255, 255, 255, 0.12) !important;
}
.footer-subscribe input[type="email"]:focus {
background: rgba(0, 0, 0, 0.04) !important;
}	
.is-footer-subscribe-dark .footer-subscribe input[type="email"]:focus {
background: rgba(255, 255, 255, 0.06) !important;
}
.footer-subscribe ::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.8); }
.footer-subscribe ::-moz-placeholder { color: rgba(0, 0, 0, 0.8); }
.footer-subscribe ::-ms-placeholder { color: rgba(0, 0, 0, 0.8); }
.is-footer-subscribe-dark .footer-subscribe ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.4); }
.is-footer-subscribe-dark .footer-subscribe ::-moz-placeholder { color: rgba(255, 255, 255, 0.4); }
.is-footer-subscribe-dark .footer-subscribe ::-ms-placeholder { color: rgba(255, 255, 255, 0.4); }
.is-footer-subscribe-dark .footer-subscribe input[type=submit] {
color: #fff; border-color: #fff;
}
.is-footer-subscribe-dark  .footer-subscribe input[type=submit]:hover {
color: #333; background: #fff;
} .footer-insta,
.null-instagram-feed,
.instagram-pics-wrap {
position: relative;
*}
.footer-insta ul,
.featured-area .instagram-pics {
padding: 0; margin: 0; text-align: center; font-size: 0;
}
.footer-insta ul li,
.featured-area .instagram-pics li { 
display: inline-block; width: 25%; padding: 0; font-size: 1em;
} .footer-insta .instagram-size-large li,
.featured-area .instagram-pics.instagram-size-large li {
width: 33.33333333333%;
} .footer-insta .instagram-size-original li,
.featured-area .instagram-pics.instagram-size-original li {
width: 50%;
}
.instagram-pics + p {
position: absolute; top: 50%; left: 50%; margin-top: -20px; margin-left: -60px; text-align: center;
}
.instagram-pics + p a {
display: inline-block; padding: 6px 16px; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; color: inherit; background: #fff;     transition: all .3s;
}
.instagram-pics + p a:hover {
background: #f7f7f7;
}
.instagram-pics + p a:before {
font-family: fontello; content: "\e82d"; font-style: normal; font-size: 14px; font-weight: 400; display: inline-block; margin-right: 12px;
} .footer-widgets {
padding: 50px 0 10px;
} .post-password-form {
margin: 2em auto 0 auto; text-align: center; padding: 1em 3em 2em 1em; border: 4px solid #f7f7f7;
}
.post-password-form p {
max-width: 360px; margin-left: auto; margin-right: auto;
}
.post-password-form:before {
content: '\e8c5'; display: block; font-size: 28px; width: 60px; line-height: 60px; margin: -48px auto 0 auto; background: #fff; border-radius: 50%;
}
.post-password-form p {
font-size: 12px; text-transform: uppercase; letter-spacing: 1px; font-weight: bold;
}
.post-password-form input {
margin: 2em 0; text-align: center;
}
.post-password-form label input {
margin-top: 0; margin-bottom: 0;
}
.post-password-form p > label {
display: block; position: relative;
} .widget_oliver_widget_social_media_icon {
display: inline;
}  body.search-no-results .blog-stream .entry-header {
text-align: center;
} .intro {
position: relative; padding: 50px 0; margin-top: 4px; margin-bottom: 4px; text-align: center; clear: left; background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; overflow: hidden;
}
.intro:before {
content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 5; opacity: 0; background: #25262e;
}
.intro iframe,
.site-header iframe,
.post-thumbnail iframe {
max-width: none;
}
.intro-content {
position: relative; z-index: 20; margin-left: auto; margin-right: auto;
}
.intro-text {
width: 80%; margin: 0 auto;
}
.intro-content img {
max-height: 160px; margin-bottom: 2em; border-radius: 50%;
}
.intro h1 {
font-size: 4vw; font-weight: 400; line-height: 1.3;
}
.intro *:last-child {
margin-bottom: 0;
} .is-intro-text-light .intro {
color: #fff;
}
.is-intro-text-light .intro .button {
color: #fff; border-color: #fff;
}
.is-intro-text-light .intro .button:hover {
background: #fff; color: #222;
}
.intro-vid {
max-height: none; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
}
.intro-vid video,
.intro-vid .fluid-width-video-wrapper {
width: 100%; height: auto; margin: auto; visibility: hidden;
}
.loaded .intro-vid video,
.loaded .intro-vid .fluid-width-video-wrapper {
visibility: visible;
} img.full,
figure.full,
.parallax-image {
width: 100vw; max-width: none; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; margin-top: 1em; margin-bottom: 1.6em;
}
.parallax-image {
height: 100vh; background-size: cover; background-repeat: no-repeat; background-position: center; background-attachment: fixed;
}
.parallax-image.half {
height: 50vh;
}
figure.full img {
width: 100%; max-width: 100%; position: static; margin-left: 0; margin-right: 0;
}
img.parallax {
display: none;
} input[type=submit],
input[type=button],
button,
a.button {
display: inline-block; position: relative; padding: 14px 26px; margin-bottom: .25em; font-size: 11px; letter-spacing:  1px; text-transform: uppercase; line-height: 1.2; outline: 0; border: 2px solid #333; color: #333; text-shadow: none; background: none; border-radius: 0; font-weight: 400;
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover,
a.button:hover {
color: #fff; background-color: #333; border-color: transparent;
}
input[type=submit]:active,
input[type=button]:active,
button:active,
a.button:active {
-webkit-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95);
} input[type=submit].big,
input[type=button].big,
button.big,
a.button.big {
font-size: 13px; padding: 1.6em 2.8em;
} input[type=submit].small,
input[type=button].small,
button.small,
a.button.small {
padding: .6em 1.4em; font-size: 11px;
} input[type=submit] i,
input[type=button] i,
button i,
a.button i {
display: inline; line-height: 1; font-size: 16px; font-weight: bold; margin-right: .4em; margin-left: -0.35em; margin-bottom: -1em; vertical-align: middle;
}
input[type=submit].big i,
input[type=button].big i,
button.big i,
a.button.big i {
top: .7em; left: 1.2em; font-size: 18px;
}
.button + .button {
margin-left: 1.4em;
} .http-alert {
text-align: center
}
.http-alert h1 {
margin: .12em 0 .3em 0; font-size: 8em; letter-spacing: .03em; line-height: 1; 
}
.http-alert .button {
margin-top: 2em; 
} .show-grid div {
font-size: 11px; font-weight: bold; padding-top: 1.2em; padding-bottom: 1.2em; text-align: center; margin-bottom: 1.4em; border: 1px solid rgba(33, 41, 51, 0.1); border-radius: 0;
} .post-thumbnail { 
position: relative; z-index: 0; width: 100%; background-position: 50% 50%; background-size:cover; background-color: #ECE4D3; background-repeat: no-repeat;
}
.post-wrap {
position: relative; padding-top: 100%;
} .ratio-tall .post-wrap {
padding-top: 120% !important;
}
.post-wrap:before {
content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #2b2b28; opacity: .3; z-index: 2; backface-visibility: hidden;
}
.link-box .post-thumbnail:hover .post-wrap:before {
opacity: .4;
}
.post-thumbnail .entry-header {
position: absolute; top: 10%; left: 10%; width: 60%; max-width: 360px; z-index: 100; padding: 0; margin: 0; text-align: center; opacity: 0; transition: all .2s;
}
.top-content-single .post-thumbnail .entry-header {
max-width: 100%;
}
.post-thumbnail .entry-header.ready {
opacity: 1; 
}
.post-thumbnail .post-wrap .entry-header:before {
color: #fff; font-size: 15px; display: none;
}
.post-thumbnail .entry-title { 
line-height: 1.2;
}
.slider-box .entry-title,
.related-posts .entry-title,
.link-box .entry-title { 
font-weight: 400; 
}
.more-link.outside {
position: absolute; z-index: 100; display: none;
} .slider-box .entry-title,
.link-box .entry-title {
text-transform: none;
} .is-slider-title-uppercase .slider-box .entry-title,
.is-link-box-title-uppercase .link-box .entry-title {
text-transform: uppercase;
}  .is-slider-text-align-left .slider-box .entry-header,
.is-link-box-text-align-left .link-box .entry-header {
text-align: left;
} .is-slider-text-align-right .slider-box .entry-header,
.is-link-box-text-align-right .link-box .entry-header {
text-align: right;
}   .is-slider-v-align-center .slider-box .entry-header,
.is-link-box-v-align-center .link-box .entry-header,
.related-posts .post-thumbnail .entry-header,
.post-header-overlay .entry-header,
.overlay-post .entry-header  {
top: 50%;
-webkit-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
-ms-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
transform: translate3d(0,0,0) perspective(1px) translateY(-50%); } .is-slider-v-align-bottom .slider-box .entry-header,
.is-link-box-v-align-bottom .link-box .entry-header {
top: auto; bottom: 10%;
}  .is-slider-h-align-center .slider-box .entry-header,
.related-posts .post-thumbnail .entry-header,
.post-header-overlay .entry-header,
.overlay-post .entry-header  {
left: 0; right: 0; margin: auto;
} .is-slider-h-align-right .slider-box .entry-header {
left: auto; right: 10%;
}  .link-box .block-link { 
display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; text-indent: -999em; overflow: hidden; z-index: 100;
}
.link-box .post-thumbnail .entry-header { 
width: 80%; 
}
.post-thumbnail .entry-title,
.post-thumbnail .entry-title a:hover { 
color: #fff;
}
.post-thumbnail .entry-meta { 
padding: 0 0 4px 0; margin-bottom: .6em; text-transform: uppercase; color: #fff;
}	
.post-thumbnail .cat-links a + a {
margin-left: 8px;
}  .is-slider-title-label .slider-box .entry-title a,
.is-slider-title-label-no-spaces .slider-box .entry-title a,
.is-slider-title-label-close .slider-box .entry-title a,
.is-link-box-title-label .link-box .entry-title a {
display: inline; padding: 2px 14px; line-height: 1.6; color: #222; background: #fff; -webkit-box-decoration-break: clone; box-decoration-break: clone; 
} .is-slider-title-rotated .slider-box .entry-title,
.is-link-box-title-rotated .link-box .entry-title {
-webkit-transform: rotate(-5deg); -ms-transform: rotate(-5deg); transform: rotate(-5deg); 
} .is-slider-title-label-close .slider-box .entry-title a {
padding: 8px 18px; line-height: 1.3; box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
} .is-slider-title-label-no-spaces .slider-box .entry-title a {
padding: 6px 18px; line-height: 1.4;
} .is-slider-title-inline-borders .slider-box .entry-title a,
.is-link-box-title-inline-borders .link-box .entry-title a {
display: inline; padding: 5px 14px; line-height: 2.1; border: 4px solid #fff; -webkit-box-decoration-break: clone; box-decoration-break: clone; 
} .is-slider-title-stamp .slider-box .entry-title a {
display: inline; padding: 5px 14px; line-height: 2.1; border: 4px solid #fff;
} .is-slider-title-border-bottom .slider-box .entry-title a,
.is-link-box-title-border-bottom .link-box .entry-title a {
display: inline; padding: 4px 0; line-height: 1.8; border-bottom: 5px solid #fff;
} .is-slider-title-3d-shadow .slider-box .entry-title {
text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
} .is-slider-title-3d-hard-shadow .slider-box .entry-title {
text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
} .is-slider-title-dark-shadow .slider-box .entry-title {
text-shadow: rgba(0,0,0,.5) -1px 1px 0, rgba(0,0,0,.4) -2px 2px 0, rgba(0,0,0,.3) -3px 3px 0, rgba(0,0,0,.2) -4px 4px 0, rgba(0,0,0,.2) -5px 5px 0, rgba(0,0,0,.2) -6px 6px 0, rgba(0,0,0,.2) -7px 7px 0, rgba(0,0,0,.1) -8px 8px 0, rgba(0,0,0,.1) -9px 9px 0, rgba(0,0,0,.1) -10px 10px 0, rgba(0,0,0,.1) -11px 11px 0, rgba(0,0,0,.1) -12px 12px 0, rgba(0,0,0,.1) -12px 12px 10px;
} .is-slider-title-retro-shadow .slider-box .entry-title {
text-shadow: 3px 3px 0px #2c2e38, 5px 5px 0px #5c5f72;
} .is-slider-title-comic-shadow .slider-box .entry-title {
text-shadow: 11px 12px 12px rgba(0,0,0,0.2), -1px -1px 1px #000000, 1px 1px 0 #000000, 3px 3px 0 #000000, 4px 4px 0 #000000, 5px 5px 0 #000000, 6px 6px 0 #000000, 7px 7px 0 #000000, 8px 8px 0 #000000, 9px 9px 0 #000000, 10px 10px 0 #000000, 11px 11px 0 #000000;
} .is-slider-title-futurist-shadow .slider-box .entry-title {
text-shadow: 0 1px #808d93, -1px 0 #cdd2d5, -1px 2px #808d93, -2px 1px #cdd2d5, -2px 3px #808d93, -3px 2px #cdd2d5, -3px 4px #808d93, -4px 3px #cdd2d5, -4px 5px #808d93, -5px 4px #cdd2d5, -5px 6px #808d93, -6px 5px #cdd2d5, -6px 7px #808d93, -7px 6px #cdd2d5, -7px 8px #808d93, -8px 7px #cdd2d5;
} .is-slider-bg-full-overlay .slider-box .entry-header {
width: 100%; max-width: 100%; padding: 18px 22px; background: rgba(0, 0, 0, 0.5); backface-visibility: hidden;
}
.is-slider-bg-full-overlay.is-slider-v-align-top .slider-box .entry-header {
top: 0%;
}
.is-slider-bg-full-overlay.is-slider-v-align-bottom .slider-box .entry-header {
bottom: 0%;
}
.is-slider-bg-full-overlay .slider-box .post-wrap:before {
display: none;
} .is-slider-full-overlay .slider-box .entry-header {
width: 100%; max-width: 100%; padding: 18px 22px;
}
.is-slider-full-overlay.is-slider-v-align-top .slider-box .entry-header {
top: 0%;
}
.is-slider-full-overlay.is-slider-v-align-bottom .slider-box .entry-header {
bottom: 0%;
}
.is-slider-full-overlay .slider-box .post-wrap:before {
opacity: .9; background: linear-gradient(to bottom, rgb(0, 0, 0) 0%,rgba(0, 0, 0, 0) 70%);
}
.is-slider-full-overlay.is-slider-v-align-bottom .slider-box .post-wrap:before {
background: linear-gradient(to top, rgb(0, 0, 0) 0%,rgba(0, 0, 0, 0) 70%);
}
.is-slider-full-overlay .slider-box .post-thumbnail:hover .post-wrap:before {
opacity: .85; 
} .is-slider-style-boxed .slider-box .post-thumbnail .entry-header {
padding: 26px; max-width: 320px; background: #111;
}
.is-slider-style-boxed .slider-box .entry-title {
line-height: 1.4; margin-bottom: 12px;
}
.is-slider-style-boxed .slider-box .more-link {
margin-top: 10px;
} .is-slider-style-boxed-round .slider-box .post-thumbnail .entry-header {
padding: 44px; max-width: 300px; height: 300px; display: flex; justify-content: center; flex-direction: column; border-radius: 50%; background: #111;
}
.is-slider-style-boxed-round .slider-box .entry-title {
line-height: 1.4; margin-bottom: 12px;
}
.is-slider-style-boxed-round .slider-box .more-link {
margin-top: 10px; margin-left: auto; margin-right: auto;
}
.is-slider-style-boxed-round.is-slider-text-align-left .slider-box .more-link {
margin-left: 0;
}
.is-slider-style-boxed-round.is-slider-text-align-right .slider-box .more-link {
margin-right: 0;
}
.is-slider-style-boxed-round.is-slider-v-align-top .slider-box .entry-header {
top: -10%;
}
.is-slider-style-boxed-round.is-slider-v-align-bottom .slider-box .entry-header {
bottom: -8%;
}
.is-slider-style-boxed-round.is-slider-h-align-left .slider-box .entry-header {
left: -2%;
}
.is-slider-style-boxed-round.is-slider-h-align-right .slider-box .entry-header {
right: -2%;
}
.is-slider-style-boxed-round.is-slider-v-align-top.is-slider-h-align-left .slider-box .entry-header {
border-top-left-radius: 0;
}
.is-slider-style-boxed-round.is-slider-v-align-top.is-slider-h-align-right .slider-box .entry-header {
border-top-right-radius: 0;
}
.is-slider-style-boxed-round.is-slider-v-align-bottom.is-slider-h-align-left .slider-box .entry-header {
border-bottom-left-radius: 0;
}
.is-slider-style-boxed-round.is-slider-v-align-bottom.is-slider-h-align-right .slider-box .entry-header {
border-bottom-right-radius: 0;
} .is-slider-boxed-borders .slider-box .post-thumbnail .entry-header {
padding: 26px; max-width: 260px; border: 6px solid #fff;
}
.is-slider-boxed-borders .slider-box .entry-title {
line-height: 1.4; margin-bottom: 0;
}
.is-slider-boxed-borders .slider-box .more-link {
margin-top: 0; position: relative; left: auto; right: auto; bottom: -50px; border-radius: 0; color: #111; background: #fff;
}
.is-slider-boxed-borders .slider-box .more-link:hover {
color: #fff; background: #111;
} .is-slider-boxed-borders-full .slider-box .post-wrap:after {
content: ""; position: absolute;top: 40px;left: 40px;right: 40px;bottom: 40px; border: 6px solid #fff; z-index: 10;
}
.is-slider-boxed-borders-full .entry-header .more-link {
display: none;
}
.is-slider-boxed-borders-full .slider-box .more-link.outside {
display: inline-block; margin-top: 0; position: absolute; left: 50%; margin-left: -50px; top: 46px; border-radius: 0; color: #111; background: #fff;
}
.is-slider-boxed-borders-full .slider-box .more-link:hover {
color: #fff; background: #111;
}  .top-content {
position: relative; z-index: 650; }
.featured-area { 
margin-left: -3px; margin-right: -3px; margin-top: 3px;
} .is-featured-area-full .top-content .layout-medium,
.is-top-content-single-full.top-content-single .layout-medium {
width: 100%; max-width: 100%; font-size: 14px; overflow: hidden;
}
.is-top-content-single-full.top-content-single .layout-medium {
overflow: initial;
} .is-featured-area-full-margins .top-content .layout-medium,
.is-top-content-single-full-margins.top-content-single .layout-medium {
max-width: 100%;
}
.block { 
float: left; width: 100%; padding: 3px; 
}
.sidebar .block {
float: none;
}
.link-box { 
width: 25%;
}
.link-box.w-25 { 
width: 25%; 
}
.link-box.w-33 { 
width: 33.33%; 
}
.link-box.w-50 { 
width: 50%; 
}
.link-box.w-100 { 
width: 100%; 
} .slider-box.w-50 ~ .link-box:nth-child(6),
.intro + .slider-box.w-50 ~ .link-box:nth-child(7) {
clear: left;
}
.intro + .slider-box.w-50 ~ .link-box:nth-child(6) {
clear: none;
}
.slider-box.w-75 ~ .link-box:nth-child(2),
.slider-box.w-75 ~ .link-box:nth-child(3),
.slider-box.w-75 ~ .link-box:nth-child(4) {
width: 33.33%; 
}
.link-box.ratio-2-1 .post-wrap {
padding-top: 203.87%
} .owl-carousel {
margin-bottom: 2em;
}
.owl-item img {
width: 100%;
}
.slider-box.w-50 {
min-height: 300px;
}
.slider-box.w-75 {
min-height: 30vw;
}
.slider-box.w-75.ratio-16-9 {
min-height: 20vw;
}
.post-slider {
margin-bottom: 0; background: #222;
}
.is-post-slider-bg-none {
background: none;
}  .owl-title {
position: absolute; bottom: 14px; right: 16px; margin: 0; padding: .7em 1.2em; font-size: 12px !important; line-height: 1; background: #fff; background: rgba(255, 255, 255, 0.95);
} .owl-carousel.is-overflow-visible .owl-stage-outer {
overflow: visible;
} .post-slider.has-shadow,
.post-slider.has-slide-shadow .owl-item {
box-shadow: 0 10px 20px -5px rgba(0,0,0,0.6);
} .owl-carousel .animated { 
animation-duration: 0.7s; 
}
.owl-carousel.custom-animation .owl-stage {
width: 100% !important; transform: none !important;
}
.owl-carousel.custom-animation .owl-item {
opacity: 0; z-index: 10; position: absolute; left: 0 !important;
}
.owl-carousel.custom-animation .owl-item.active {
opacity: 1; z-index: 12;
}
.owl-carousel.custom-animation .owl-animated-out {
z-index : 15; 
} .owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
position: absolute; z-index: 50; top: 50%; margin-top: -16px; left: 0px; color: #fff; background: rgba(0, 0, 0, 0.3); font-size: 12px; padding: 16px 19px !important; display: inline-block; line-height: 1; cursor: pointer; user-select: none;
}
.owl-carousel .owl-nav button.disabled {
opacity: 0; cursor: default;
}
.owl-carousel .owl-nav button:before {
font-family: fontello; font-style: normal; font-weight: 400; font-size: 14px; line-height: 1;
}
.owl-carousel .owl-nav .owl-next:before {
content: '\e86e';
}
.owl-carousel .owl-nav .owl-prev:before {
content: '\e86d';
}
.owl-carousel .owl-nav button.owl-next {
right: 0px; left: auto; 
}
.owl-carousel .owl-nav button:hover {
background: #222;
}  .owl-carousel .owl-dots {
position: absolute; z-index: 40; bottom: 22px; width: 100%; text-align: center; -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-dots button.owl-dot {
display: inline-block; 
}
.owl-carousel .owl-dots button.owl-dot span {
width: 8px; height: 8px; margin: 0 4px; display: block; border-radius: 50%; background: #fff; opacity: .4; transition: transform .2s;
}
.owl-carousel .owl-dots button.owl-dot:not(.active):hover span {
opacity: .6; transform: scale(1.5);
}
.owl-carousel .owl-dots button.owl-dot.active span {
opacity: 1; cursor: default; transform: scale(1.8);
} .is-slider-buttons-light .owl-carousel .owl-nav button {
color: #111; background: rgba(255, 255, 255, 1);
}
.is-slider-buttons-light .owl-carousel .owl-nav button:hover {
background: rgba(255, 255, 255, 0.88);
} .is-slider-buttons-darker .owl-carousel .owl-nav button {
background: #222; 
}
.is-slider-buttons-darker .owl-carousel .owl-nav button:hover {
background: #000;
} .is-slider-buttons-center-margin .owl-carousel .owl-nav button {
left: 20px; padding: 15px 18px !important; 
}
.is-slider-buttons-center-margin .owl-carousel .owl-nav button.owl-next {
right: 20px; left: auto; 
} .is-slider-buttons-overflow .owl-carousel .owl-nav button {
left: -22px; padding: 15px 18px !important; 
}
.is-slider-buttons-overflow .owl-carousel .owl-nav button.owl-next {
right: -22px; left: auto;
}
.is-slider-buttons-overflow .owl-carousel .owl-nav button:hover {
transform: scale(1.5);
} .is-slider-buttons-rounded .owl-carousel .owl-nav button {
border-radius: 50%;
} .is-slider-buttons-border .owl-carousel .owl-nav button {
padding: 12px 15px !important; background: none; color: #fff; border: 2px solid #fff; opacity: .8;
}
.is-slider-buttons-border .owl-carousel .owl-nav button:hover {
opacity: 1;
}  @media screen and (max-width: 991px) {
.blog-list .cat-links {
display: none;
}
} .blog-regular .entry-title { 
font-size: 1.6em;
}
.entry-meta { 
margin: 6px 0; font-size: 11px;
}
.entry-meta.below-content { 
margin: 12px 0; padding: 12px 0; border-top: 5px solid #f2f3ee; border-bottom: 1px solid #f2f3ee;
}
.entry-meta:first-child {
margin-top: 0;
}
.entry-meta > span {
margin-right: 8px;
}
.entry-meta .posted-on,
.entry-meta .comment-link {
margin-top: 6px; display: inline-block;
}
.entry-meta > span:last-child {
margin-right: 0;
}
.entry-meta .prefix {
display: none; font-style: italic; font-size: 14px; font-weight: 400; font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif; color: #bbb;
}
.entry-meta a,
.entry-meta time {
text-transform: uppercase;
}
.entry-meta .comment-link a,
.entry-meta .posted-on a,
.entry-meta .author a,
.entry-meta .edit-link a {
color: inherit;
}
.entry-meta .updated:not(.published) {
display: none;
}
.cat-links a {
position: relative;	display: inline-block; margin-bottom: 6px; letter-spacing: 1px; 
}
.cat-links a + a {
margin-left: 5px;
}  .is-meta-with-prefix .entry-meta .prefix {
display: inline;
} .is-meta-with-icons .entry-meta > span:before,
.entry-share:before {
margin-right: 3px; font-size: 14px;
}
.is-meta-with-icons .posted-on:before {
content: '\e805';
}
.is-meta-with-icons .comment-link:before {
content: '\e806';
}
.is-meta-with-icons .author:before {
content: '\e807';
}
.is-meta-with-icons .edit-link:before {
content: '\e812';
}
.entry-share:before {
content: '\e811';
}  .entry-share {
position: relative; display: inline-block; cursor: default; text-transform: uppercase;
}
.entry-share a {
color: inherit; display: block !important; line-height: 1; padding: 12px; border-bottom: 1px solid #eee; background: #fff;
}
.post-thumbnail .entry-meta .entry-share a,
.post-thumbnail .entry-meta .entry-share a:hover {
color: #333;
}
.entry-share a:last-child {
border: 0;
}
.entry-share a:hover {
color: #333; background: #fbfbfb;
}
.entry-share a:before {
display: inline-block; width: 22px; margin-right: 5px; font-size: 11px;
}
.entry-share .share-facebook:before {
content: '\e825';
}
.entry-share .share-twitter:before {
content: '\e826';
}
.entry-share .share-pinterest:before {
content: '\e829'; font-size: 13px;
}
.entry-share .share-gplus:before {
content: '\e828';
}
.entry-share .share-mail:before {
content: '\e857';
}
.entry-share .share-facebook:hover {
color: #4885ed;
}
.entry-share .share-twitter:hover {
color: #1da1f2;
}
.entry-share .share-pinterest:hover {
color: #bd081c;
}
.entry-share .share-gplus:hover {
color: #dd4b39;
}
.entry-share .share-mail:hover {
color: #3cba54;
}
.entry-share-wrap {
position: absolute; z-index: 1000; top: 12px; left: -25px; display: block; width: 120px; font-size: 10px; letter-spacing: .1em; visibility: hidden; opacity: 0; text-align: left;
}
.entry-share:hover .entry-share-wrap {
opacity: 1; visibility: visible;
}
.entry-share-inner-wrap {
display: block;	margin-top: 14px; position: relative; background: #fff; border: 1px solid #e3e3e3; box-shadow: 0px 1px 14px 3px rgba(176, 173, 150, 0.1);
}
.entry-share-inner-wrap:after, .entry-share-inner-wrap:before {
bottom: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;
}
.entry-share-inner-wrap:after {
border-color: rgba(255, 255, 255, 0); border-bottom-color: #fff; border-width: 8px; margin-left: -8px;
}
.entry-share-inner-wrap:before {
border-color: rgba(238, 238, 238, 0); border-bottom-color: #ddd; border-width: 9px; margin-left: -9px;
} .post-thumbnail .entry-meta a { 
color: rgba(255, 255, 255, 0.66); display: inline-block; position: relative; z-index: 2;
}
.post-thumbnail .dot-irecommendthis:not(.active) .dot-irecommendthis-count {
color: rgba(255, 255, 255, 0.9);
}
.post-thumbnail .entry-meta a:hover { 
color: rgba(255, 255, 255, 1);
} .post-thumbnail .cat-links a { 
display: inline-block; position: relative; z-index: 2;
}  .is-cat-link-regular .cat-links a {
color: inherit; 
} .is-cat-link-border-bottom .cat-links a {
color: inherit;	line-height: 15px; border-bottom: 2px solid #333; 
}
.is-cat-link-border-bottom.is-post-dark .cat-links a {
color: #fff; border-color: #fff; 
} .is-cat-link-borders .cat-links a {
color: inherit;	line-height: 1; padding: 4px 10px; border: 2px solid #333; 
}
.is-cat-link-borders.is-post-dark .cat-links a {
border-color: #fff; 
} .is-cat-link-borders-light .cat-links a {
color: inherit;	line-height: 1; padding: 6px 12px; border: 1px solid rgba(0, 0, 0, 0.12); 
}
.is-cat-link-borders-light.is-post-dark .cat-links a {
border-color: #fff; 
} .is-cat-link-rounded .cat-links a {
border-radius: 16px;
} .is-cat-link-solid .cat-links a,
.is-cat-link-solid-light .cat-links a {
color: #fff; line-height: 1; padding: 6px 10px; background: #222; 
} .is-cat-link-solid-light .cat-links a {
color: #222; background: #f4f4f4; 
}
.is-cat-link-solid-light .cat-links a:hover {
color: #222;
} .is-cat-link-underline .cat-links a {
color: inherit; line-height: 1; padding: 1px; box-shadow: inset 0 -7px 0 #fffa00;
}	
.is-cat-link-underline.is-post-dark .cat-links a {
color: inherit; line-height: 1.1; padding: 2px; box-shadow: inset 0 -7px 0 #002bff;
} .is-cat-link-line-before .cat-links a {
color: inherit;
}	
.is-cat-link-line-before .cat-links a:before {
content: ""; display: inline-block; width: 28px; margin-right: 8px; vertical-align: middle; border-top: 1px solid #ddd;
}	
.is-cat-link-line-before.is-post-dark .cat-links a:before {
border-top-color: #fff;
} .is-cat-link-dots-bottom .cat-links a {
color: inherit;
}
.is-cat-link-dots-bottom .cat-links a:before {
position: absolute; top: 20px; left: 50%; content: "•••"; color: inherit; font-size: 13px; -webkit-transform: translateX(-50%); transform: translateX(-50%); pointer-events: none;
}
.is-cat-link-dots-bottom .cat-links a:after {
margin-bottom: 22px; display: block; content: "";
} .is-cat-link-ribbon .cat-links a + a {
margin-left: 26px;
}
.is-cat-link-ribbon .cat-links a,
.is-cat-link-ribbon-left .cat-links a,
.is-cat-link-ribbon-right .cat-links a {
display: inline-block; padding: 2px 10px 1px; color: #222; background-color: #f4f4f4; font-size: 10px; position: relative; z-index: 2;
}
.is-cat-link-ribbon .cat-links a:hover,
.is-cat-link-ribbon-left .cat-links a:hover,
.is-cat-link-ribbon-right .cat-links a:hover {
color: #222;
}
.is-cat-link-ribbon .cat-links a:before,
.is-cat-link-ribbon-left .cat-links a:before {
content: ""; position: absolute; display: block; bottom: 0; border: 11px solid #f4f4f4; z-index: 1; left: -1.2em; border-left-color: transparent  !important;
}
.is-cat-link-ribbon .cat-links a:after,
.is-cat-link-ribbon-right .cat-links a:after {
content: ""; position: absolute; display: block; bottom: 0; border: 11px solid #f4f4f4; z-index: 1; right: -1.2em; border-right-color: transparent  !important;
}  .is-cat-link-ribbon-dark .cat-links a,
.is-cat-link-ribbon-dark:hover .cat-links a {
color: #fff;
}
.is-cat-link-ribbon-dark.is-cat-link-ribbon-dark .cat-links a,
.is-cat-link-ribbon-dark.is-cat-link-ribbon-left .cat-links a,
.is-cat-link-ribbon-dark.is-cat-link-ribbon-right .cat-links a {
background: #222;
}
.is-cat-link-ribbon-dark.is-cat-link-ribbon .cat-links a:before,
.is-cat-link-ribbon-dark.is-cat-link-ribbon .cat-links a:after,
.is-cat-link-ribbon-dark.is-cat-link-ribbon-left .cat-links a:before,
.is-cat-link-ribbon-dark.is-cat-link-ribbon-right .cat-links a:after {
border-color: #222;
} .is-cat-link-borders.is-post-dark .cat-links a,
.is-cat-link-borders-light.is-post-dark .cat-links a {
color: inherit;
}        .is-meta-dots .site-content .entry-meta > span { 
position: relative; margin-right: 20px; 
}
.is-meta-dots .site-content .entry-meta > span:after {
display: list-item; content: ""; list-style: disc; position: absolute; top: -3px; right: -13px; width: 10px; list-style-position: inside; line-height: 1; color: #ddd; font-size: 16px;
}
.is-meta-dots .site-content .entry-meta > span:last-child {
margin-right: 0;
}
.is-meta-dots .site-content .entry-meta > span:last-child:after {
display: none;
}  .entry-title a { 
color: inherit;
}
.entry-title a:hover { 
color: #111;
}
.more { 
text-align: center; margin-bottom: 0; 
}
.more-link { 
color: inherit; text-transform: uppercase; line-height: 1; padding: 13px 22px; margin: .6em 0; display: inline-block; font-size: 11px; letter-spacing: 1px;
}
.blog-regular .more-link {
margin-top: 1em;
}
.more-link:hover {
background: #333; color: #fff; border-color: transparent;
}  .is-more-link-button-style .blog-stream .more-link {
border: 2px solid #333;
}
.is-more-link-button-style .blog-stream .more-link:hover {
border-color: transparent;
} .is-more-link-border-bottom .blog-stream .more-link {
padding: 6px 0px 4px; border-bottom: 3px solid #333;
}
.is-more-link-border-bottom .blog-stream .more-link:hover,
.is-more-link-border-bottom-light .blog-stream .more-link:hover {
color: inherit; background: none; padding: 6px 12px 4px;
} .is-more-link-border-bottom-light .blog-stream .more-link {
padding: 6px 0px 4px; border-bottom: 3px solid rgba(0, 0, 0, 0.07);
} .is-more-link-border-bottom-dotted .blog-stream .more-link {
padding: 1.3em 2.6em 1.1em; letter-spacing: .14em; border: 0; border-bottom: 1px dotted #ccc;
}
.is-more-link-border-bottom-dotted .blog-stream .more-link:after {
content: " \2192";
}
.is-more-link-border-bottom-dotted .blog-stream .more-link:hover {
color: inherit; background-color: #f7f7f7;
}  .post-thumbnail .more-link { 
padding: 10px 16px; color: #fff; margin-top: 30px;
}
.post-thumbnail .more-link:hover {
background: #fff; color: #111;
} .is-slider-more-link-show-on-hover .post-thumbnail .more-link {
opacity: 0;
}
.is-slider-more-link-show-on-hover .post-thumbnail:hover .more-link {
opacity: 1;
} .is-slider-more-link-hidden .post-thumbnail .more-link {
display: none;
}   .is-slider-more-link-button-style .post-thumbnail .more-link {
border: 2px solid #fff;
} .is-slider-more-link-border-bottom .post-thumbnail .more-link {
padding: 6px 0px 4px; border-bottom: 3px solid #fff;
}
.is-slider-more-link-border-bottom .post-thumbnail .more-link:hover {
color: #fff; background: none; padding-left: 8px; padding-right: 8px;
}   .is-posts-boxed .blog-list .hentry,
.is-posts-boxed .blog-regular .hentry,
.is-posts-boxed .hentry-wrap {
padding: calc(1.4em + 1.4vw) calc(1em + 1.2vw); background: #fff;
}
.is-posts-boxed .woocommerce .hentry-wrap,
.is-posts-boxed .single-portfolio .hentry-wrap {
padding: calc(1em + 3.2vw) calc(1em + 3.2vw);
}
.is-posts-boxed .blog-grid .hentry-wrap {
padding: calc(1em + 1vw);
}
.is-posts-boxed .blog-grid .hentry-middle {
padding-bottom: 0;
}  .is-posts-boxed-image-full .hentry-wrap .featured-image,
.is-posts-boxed-image-full .blog-stream.first-full .hentry:first-child .featured-image {
margin: calc(-1.4em - 1.4vw) calc(-1em - 1.2vw) 2em calc(-1em - 1.2vw);
}
.is-posts-boxed-image-full .blog-stream.first-full .hentry:first-child .featured-image {
margin-bottom: 0;
}
.is-posts-boxed-image-full .hentry-wrap .entry-header + .featured-image,
.is-posts-boxed-image-full .blog-stream.first-full .hentry:first-child .featured-image{
margin-top: 0;
}
.is-posts-boxed-image-full .blog-grid .featured-image {
margin: calc(-1em - 1vw) calc(-1em - 1vw) 0 calc(-1em - 1vw);
}
.is-posts-boxed-image-full .blog-list .featured-image {
margin: calc(-1.4em - 1.4vw) calc(-1em - 1.2vw) calc(-1.4em - 1.4vw) calc(-1em - 1.2vw);
}  .featured-image { 
position: relative;
}
.featured-image,
.entry-header + .full-width-image,
.post-header-overlay-inline { 
margin-bottom: 1.6em; 
}
.featured-image > a:first-of-type:before {
content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #222; opacity: 0;
}
.featured-image img {
display: block; margin-left: auto; margin-right: auto;
}
.featured-image:hover > a:first-of-type:before {
opacity: .05;
}
.featured-image .fluid-width-video-wrapper,
.featured-image iframe {
margin-bottom: 0;
} .blog-small .entry-title {
font-size: 1.2em;
} .blog-list .hentry {
margin-bottom: 1.4em; padding: 0;
}
.blog-list .featured-image {
position: relative; width: 40%; float: left; margin-top: 0; margin-bottom: 0; padding-top: 38%; background-size: cover; background-position: center;
}
.blog-list .has-post-video .featured-image {
padding-top: 0;
}
.blog-list .featured-image a {
position: absolute; top: 0; left: 0; right: 0; bottom: 0;
}
.blog-list .featured-image img {
display: none;
}
.blog-list .hentry-middle {
width: 60%; float: left; padding: 1em 2em; text-align: center;
}
.blog-list .hentry-middle:first-child {
width: 100%;
}
.blog-list .entry-content,
.blog-list .comment-link {
display: none; 
}
.blog-list .entry-header {
padding: 0; margin-bottom: 0; 
}
.blog-list.first-full .hentry:first-child .entry-header {
margin-bottom: 1.4em; 
}
.blog-list .entry-content {
padding-top: 1.4em; margin-bottom: 0;
} .blog-list.first-full .hentry:first-child .featured-image {
width: auto; float: none; padding: 0;
}
.blog-list.first-full .hentry:first-child .featured-image a {
position: static;
}
.blog-list.first-full .hentry:first-child .featured-image img {
display: block;
}
.blog-list.first-full .hentry:first-child .hentry-middle {
width: 100%; float: none; max-width: 480px; margin-left: auto; margin-right: auto;
}
.blog-list.first-full .hentry:first-child .entry-content {
display: block;
} .blog-circles .hentry {
overflow: hidden;
}
.blog-circles .featured-image {
border-radius: 50%; opacity: 1; -webkit-transform: scale(1.25) translateX(0px) translateY(-18px); transform: scale(1.25) translateX(0px) translateY(-18px);
}
.blog-circles .has-post-video .featured-image {
padding-top: 0; -webkit-transform: none !important; transform: none !important;
}
.blog-circles .featured-image a:before {
display: none;
}
.blog-circles .hentry-middle *,
.blog-circles .hentry-middle *:before {
text-align: right;
}
.blog-circles .hentry:nth-child(even) .hentry-middle *,
.blog-circles .hentry:nth-child(even) .hentry-middle *:before {
text-align: left;
}
.blog-circles .hentry:nth-child(even) .featured-image {
float: right; -webkit-transform: scale(1.25) translateX(0px) translateY(-18px); transform: scale(1.25) translateX(0px) translateY(-18px);
}	
.blog-circles .hentry:hover .featured-image {
opacity: 1;
-webkit-transform: scale(1) translateX(0px) translateY(0px); transform: scale(1) translateX(0px) translateY(0px);
} .blog-grid-wrap {
margin-left: -14px; margin-right: -14px;
}
.blog-grid .hentry {
width: 100%; margin-bottom: 2em; padding: 0 14px; text-align: center;
}
.blog-grid .entry-header {
padding: 0; margin-bottom: 0; 
}
.blog-grid .featured-image {
margin-bottom: 0;
}
.blog-grid .featured-image img {
width: 100%;
}
.blog-grid .entry-meta.above-title {
margin-bottom: .7em;
}
.blog-grid .hentry-middle {
padding: 1.8em 1.2em;
}
.blog-grid .entry-content {
padding-top: 0.8em; margin-bottom: 0;
}
.blog-grid .entry-content p:not(:last-child) {
margin: 0 0 1em 0;
}
.blog-grid .more-link {
padding: 11px 20px;
}
.blog-grid .post-wrap {
padding-top: 130%;
} .blog-grid.first-full .hentry:first-child {
margin-bottom: 3em;
}
.blog-grid.first-full .hentry:first-child .hentry-middle {
max-width: 440px; margin-left: auto; margin-right: auto;
} .blog-simple {
margin: 0 auto 1em auto; max-width: 670px;
}
.blog-simple .hentry {
position: relative; height: 60px; margin-bottom: 0; overflow: hidden; border-bottom: 1px solid #f3f3f3;
}
.is-posts-boxed .blog-simple .hentry {
background: #fff; margin-bottom: 4px; border: 0;
}
.blog-simple .hentry:last-child {
border-bottom: 0;
}
.blog-simple .hentry-left {
position: absolute; top: 0; left: 0; width: 60px; height: 60px; 
}
.blog-simple .hentry-middle {
float: left; margin-left: 80px; position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%);  transform: translateY(-50%);
}
.blog-simple .post-link {
position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 3; text-indent: -200%; overflow: hidden;
}
.blog-simple .featured-image {
position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: 0; opacity: 0; background-size: cover; background-position: center center;
}
.blog-simple .hentry:hover .featured-image {
opacity: 1; }
.blog-simple .entry-date {
padding: 13px 10px; font-size: 10px; letter-spacing: 2px;
}
.blog-simple .entry-date span {
display: block; text-align: center; line-height: 1; text-transform: uppercase;
}
.blog-simple .day {
font-weight: bold; font-size: 23px; letter-spacing: -1px;
}
.blog-simple .month {
color: #ddd;
}
.blog-simple .entry-date .year {
color: #ddd; display: none;
}
.section-launch {
margin: 2em 0; text-align: center;
} .section-title {
margin: 50px 0 30px !important; text-align: center;
}
.section-title:first-child,
.vc_row:first-child .section-title {
margin-top: 0 !important;
} .navigation,
.pagination,
.page-links,
.nav-links { width: 100%; clear: both; margin: 3em 0; padding-bottom: 1px; font-size: 13px; text-transform: uppercase; overflow: hidden;
}
.navigation:not(.pagination) > div {
width: 50%; float: left; min-height: 1px;
}
.navigation a {
display: inline-block; padding-bottom: .2em; color: inherit; font-weight: bold; font-size: 14px; line-height: 1.3; border-bottom: 2px solid transparent;
}
.navigation a:hover {
color: #555; border-color: #333;
}
.navigation .nav-next {
text-align: right;
}
.navigation .meta-nav {
margin-right: .5em
}
.navigation .nav-next .meta-nav {
margin-left: .5em; margin-right: 0;
} .nav-links,
.page-links {
font-size: 12px; list-style: none; text-align: center; padding: 0;
}
.nav-links .page-numbers,
.nav-links{
display: inline-block; margin: .3em .1em;
}
.nav-links li {
display: inline-block;
}
.page-links a,
.page-links > .page-number {
display: inline-block; padding: .1em .5em; margin: 0; font-size: 11px; letter-spacing: 1px; font-weight: 400; color: inherit; border: 1px solid transparent;
}
.page-links a:hover {
color: inherit; border-color: #eee;
}
.page-numbers.current {
margin: 0 8px;
}
.page-numbers.current,
.page-links > .page-number {
display: inline-block; width: 32px; line-height: 32px; text-align: center; cursor: default; border: 0; background: rgba(0, 0, 0, 0.05); border-radius: 50%;
} .page-links .page-links-title { 
letter-spacing: 1px; font-size: 11px;
} .comment-nav {
margin: 2em 0 4em;
} .entry-like {
letter-spacing: 0; display: inline-block; margin-top: 6px;
}
.dot-irecommendthis { 
padding-left: 18px; border: 0 !important; margin-bottom: 0; display: inline-block; text-decoration: none; min-height: 14px; background: url(//buntspechte-cappel.de/wp-content/themes/theblogger/images/bckg/heart.png) 0 3px no-repeat; background-size: 16px 40px;
}
.post-thumbnail .dot-irecommendthis { 
background-image: url(//buntspechte-cappel.de/wp-content/themes/theblogger/images/bckg/heart-light.png);
}
.dot-irecommendthis:hover, 
.dot-irecommendthis.active { 
background-position:0 -23px; color: #F56559 !important; border: 0 !important; margin: 0 !important; padding-left: 18px !important; text-decoration: none;
}
.post-thumbnail .dot-irecommendthis:hover, 
.post-thumbnail .dot-irecommendthis.active { 
color: #fff !important;
}
.dot-irecommendthis.active {
cursor: default;
}	
.dot-irecommendthis:not(.active) .dot-irecommendthis-count {
color: #777;
} .hentry .entry-header:before {
font-size: 18px; color: #555; display: block; text-align: center; padding-bottom: .2em;
} .hentry.sticky .entry-header:before {
content: "\e86b";
} .format-quote .entry-header:before {
content: "\e81a"
}
.format-quote blockquote {
display: block; width: 100%; max-width: 480px; padding: 0; margin: .4em auto;
} .format-video .entry-header:before {
content: "\e816"
} .format-audio .entry-header:before {
content: "\e885"
} .format-image .entry-header:before {
content: "\e86a"
} .format-link .entry-header:before {
content: "\e811"
}
.format-link .entry-content {
text-align: center;
}
.format-link .entry-content > p:first-child a:first-child {
font-size: 10px; font-weight: bold; word-break: break-all; padding: 1.2em 1.8em; text-transform: uppercase; letter-spacing: 2px; color: #fff; border: 0; background: #25262E; 	
}
.format-link .entry-content > p:first-child a:first-child:hover {
color: #aaa; 	
} .format-chat .entry-header:before {
content: "\e813"
}
.format-chat .entry-content {
text-align: center;
}
.chat-transcript {
display: inline-block; text-align: left;
}
.chat-row:after {
display: table; content: ""; line-height: 0;
}
.chat-author {
display: inline-block; width: 88px; margin-top: 5px;
}
.chat-author cite {
display: inline-block; min-width: 80%; margin-right: .1em; font-size: 13px; font-style: normal;
}
.chat-text {
display: inline-block;
}
.chat-text p {
position: relative; display: inline-block; max-width: 460px; padding: 6px 12px; margin-top: 0; margin-bottom: 1em; background: #FFF; border-radius: 4px; font-size: 12px; line-height: 1.5; background-color: rgba(37, 38, 46, 0.86); color: #fff;
}
.chat-text p:empty {
display: none;
}
.chat-speaker-2 .chat-text p {
background: rgba(221, 221, 221, 0.35); color: #333;
}
.chat-speaker-2 .chat-text p:before {
background-color: #212933; 
} .format-status .entry-content { 
text-align: center; 
}
.format-status .entry-header:before {
content: "\e84e"
}
.format-status .entry-content > p:first-child {
display: inline-block; padding: .7em 1em; font-size: 1.0em; font-style: italic; line-height: 1.5; background: rgba(221, 221, 221, 0.35);
} .format-aside .entry-header:before {
content: "\e81e"
}
.format-aside .entry-content {
margin-top: 2.2em; max-width: 440px; margin-left: auto; margin-right: auto; padding: 1.9em 2.4em .3em; line-height: 2;
background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.08) 1px, transparent 1px);
background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1) 1px, transparent 1px);
background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.1) 1px, transparent 1px);
border: 1px solid rgba(51, 51, 51, 0.09);
background-size: 100% 2.0em;
background-position: 0 1.5em;
background-origin: content-box;
background-color: rgba(255, 255, 0, 0.15);
}
.format-aside h3 {
font-size: 14px; margin-bottom: .5em;
}
.format-aside .entry-content p {
margin-top: 0.1em;
} .format-gallery .entry-header:before {
content: "\e86a";
}
.gallery {
margin: 2em 0;
width: 100%;
width: -webkit-calc(100% + 18px);
width:         calc(100% + 18px);
}
.gallery:first-child { margin-top: 0; }
.gallery:before,
.gallery:after {
content: " "; display: table;
}
.gallery:after {
clear: both
}
.gallery-item {
display: block; position: relat ive; float: left; margin: 0 4px 4px 0;
}
.gallery-item a {
display: block; position: relative; float: left; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in;
}
.gallery-item a:before {
content: ""; opacity: 0; filter: alpha(opacity = 0); position: absolute; width: 100%; height: 100%; top: 0; left: 0; bottom: 0; right: 0; text-align: center; overflow: hidden; background: #33475D; background: rgba(51, 71, 93, 0.15); 
}
.gallery-item a:hover:before { 
opacity: 1; 
}
.gallery-item img {
width: 100%;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
width: 48%;
width: -webkit-calc(50% - 4px);
width:         calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
width: 32%;
width: -webkit-calc(33.3% - 4px);
width:         calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
width: 23%;
width: -webkit-calc(25% - 4px);
width:         calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
width: 19%;
width: -webkit-calc(20% - 4px);
width:         calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
width: 15%;
width: -webkit-calc(16.7% - 4px);
width:         calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
width: 13%;
width: -webkit-calc(14.28% - 4px);
width:         calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
width: 11%;
width: -webkit-calc(12.5% - 4px);
width:         calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
width: 9%;
width: -webkit-calc(11.1% - 4px);
width:         calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
clear: left;
}
.gallery .gallery-caption {
display: none; position: absolute; bottom: 0; left: 0; right: 0; max-height: 45%; margin: 0; padding: 6px 8px; text-align: center; opacity: 0; filter: alpha(opacity=0); font-size: 13px; line-height: 1.4; overflow: hidden; z-index: 999; color: #fff; background-color: #8ACB82;
}
.gallery-caption:before {
content: ""; height: 100%; min-height: 49px; position: absolute; top: 0; left: 0; width: 100%;
}
.gallery-item:hover .gallery-caption {
opacity: 1; filter: alpha(opacity=100);
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
} .mfp-content {
min-width: 240px;
}
button.mfp-close,
button.mfp-arrow:before {
background: url(//buntspechte-cappel.de/wp-content/themes/theblogger/js/jquery.magnific-popup/default-skin.svg) 0 0 no-repeat; background-size: 264px 88px;
}
button.mfp-close {
width: 44px; height: 44px; color: transparent; background-position: 0 -44px;
}
button.mfp-arrow { 
width: 70px; height: 100px; opacity: .9;
}
button.mfp-arrow:hover,
button.mfp-close:hover { 
background-color: transparent; 
}
button.mfp-arrow:after { 
display: none; 
}
button.mfp-arrow:before {
content: ''; position: absolute; top: 35px; height: 30px; width: 32px; border: 0; margin: 0;
}
button.mfp-arrow-left:before {
left: 6px; background-position: -138px -44px; 
}
button.mfp-arrow-right:before {
left: auto; right: 6px; background-position: -94px -44px; 
}
.mfp-title {
position: absolute; width: 100%; line-height: 32px; text-transform: uppercase; font-size: 10px; padding-right: 0; text-align: center; font-weight: 400; letter-spacing: .08em;
}
.mfp-counter {
position: fixed; top: 10px; left: 0; text-align: center; font-size: 12px; line-height: 1.6; font-weight: 400; color: #fff; opacity: .5;
}
.mfp-removing button,
.mfp-removing .mfp-title { 
opacity: 0; 
}
body .mfp-figure:after {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}	
.mfp-iframe-holder .mfp-close {
background: none; 
}
.mfp-ready .mfp-content {
opacity: 0;
}
.mfp-zoom-in .mfp-content { 
opacity: 0; transition: all 0.2s ease-out; transform: scale(0.9);
}
.mfp-zoom-in.mfp-bg {
opacity: 0; transition: all 0.2s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-content {
opacity: 1; -webkit-transform: scale(1); transform: scale(1);
}
div.mfp-bg { 
background: #25262E;
}
.mfp-zoom-in.mfp-ready.mfp-bg {
opacity: .95;
}
.mfp-zoom-in.mfp-image-loaded .mfp-content {
opacity: 1;
}
.mfp-zoom-in.mfp-removing .mfp-content {
-webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0;
}
.mfp-preloader {
width: 24px; height: 24px; opacity: 1; margin: 0 auto; background: url(//buntspechte-cappel.de/wp-content/themes/theblogger/images/bckg/loading-light.gif) center center no-repeat; background-size: 24px 24px;
}
.mfp-zoom-in.mfp-ready .mfp-preloader {
display: block;
}
.mfp-zoom-in.mfp-image-loaded .mfp-preloader,
.mfp-zoom-in.mfp-removing .mfp-preloader {
display: none;
} .mfp-image-loaded .mfp-content {
-webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: .2s; animation-duration: .2s; -webkit-backface-visibility: hidden;
}
@-webkit-keyframes fadeIn{
0%{ opacity:0 }
100%{ opacity:1 }
}
@keyframes fadeIn{
0%{ opacity:0 }
100%{ opacity:1 }
} .is-soundcloud .mfp-content {
max-width: 550px;
}
.is-soundcloud .mfp-iframe-scaler {
padding-top: 100%;
} .gallery {
margin: 2em -8px; margin-bottom: 12px; padding: 8px; padding-top: 0; font-size: 0;
}
.pw-collage-loading {
background-color: #fff; min-height: 120px; background: url(//buntspechte-cappel.de/wp-content/themes/theblogger/images/bckg/loading.gif) 50% 60px no-repeat; background-size: 88px 8px;
}
.gallery figure {
display: block; opacity:0; 
}
.no-csstransforms3d .gallery figure {
opacity: 1 !important;
}
.gallery img {
display: block; width: 100%;
} .gallery {
-webkit-perspective: 1300px;
-moz-perspective: 1300px;
perspective: 1300px;
} .effect-1 {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform-origin: 50% 50% -300px;
-moz-transform-origin: 50% 50% -300px;
transform-origin: 50% 50% -300px;
-webkit-transform: rotateX(-180deg);
-moz-transform: rotateX(-180deg);
transform: rotateX(-180deg);
-webkit-animation: fly ease-in-out forwards;
-moz-animation: fly ease-in-out forwards;
animation: fly ease-in-out forwards;
}
@-webkit-keyframes fly {
100% { -webkit-transform: rotateX(0deg); opacity: 1; -webkit-transform-origin:50% 50% 0; }
}
@-moz-keyframes fly {
100% { -moz-transform: rotateX(0deg); opacity: 1; -moz-transform-origin:50% 50% 0; }
}
@keyframes fly {
100% { transform: rotateX(0deg); opacity: 1; transform-origin:50% 50% 0; }
} .effect-2 {
-webkit-transform: translateY(200px);
-moz-transform: translateY(200px);
transform: translateY(200px);
-webkit-animation: moveUp ease forwards;
-moz-animation: moveUp ease forwards;
animation: moveUp ease forwards;
}
@-webkit-keyframes moveUp {
to { -webkit-transform: translateY(0); opacity: 1; }
}
@-moz-keyframes moveUp {
to { -moz-transform: translateY(0); opacity: 1; }
}
@keyframes moveUp {
to { transform: translateY(0); opacity: 1; }
} .effect-3 {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
-moz-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
transform: translateZ(400px) translateY(300px) rotateX(-90deg);
-webkit-animation: fallPerspective ease-in-out forwards;
-moz-animation: fallPerspective ease-in-out forwards;
animation: fallPerspective ease-in-out forwards;
}
@-webkit-keyframes fallPerspective {
100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}
@-moz-keyframes fallPerspective {
100% { -moz-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}
@keyframes fallPerspective {
100% { transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
} .effect-4 {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: rotateX(-80deg);
-moz-transform: rotateX(-80deg);
transform: rotateX(-80deg);
-webkit-animation: flip ease-in-out forwards;
-moz-animation: flip ease-in-out forwards;
animation: flip ease-in-out forwards;
}
@-webkit-keyframes flip {
100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}
@-moz-keyframes flip {
100% { -moz-transform: rotateX(0deg); opacity: 1; }
}
@keyframes flip {
100% { transform: rotateX(0deg); opacity: 1; }
} .effect-5 {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-animation: moveUp ease-in-out forwards;
-moz-animation: moveUp ease-in-out forwards;
animation: moveUp ease-in-out forwards;
} .effect-6 {
-webkit-transform:  scale(0.638) translate(-179px);
-moz-transform:     scale(0.638) translate(-179px);
transform:          scale(0.638) translate(-179px);
-webkit-animation: moveUp ease-in-out forwards;
-moz-animation: moveUp ease-in-out forwards;
animation: moveUp ease-in-out forwards;
} .effect-duration-1{
-webkit-animation-duration: .4s;
-moz-animation-duration:    .4s;
animation-duration:         .4s;
}
.effect-duration-2{
-webkit-animation-duration: .5s;
-moz-animation-duration:    .5s;
animation-duration:         .5s;
}
.effect-duration-3{
-webkit-animation-duration: .6s;
-moz-animation-duration:    .6s;
animation-duration:         .6s;
}
.effect-duration-4{
-webkit-animation-duration: .7s;
-moz-animation-duration:    .7s;
animation-duration:         .7s;
}
.effect-duration-5{
-webkit-animation-duration: .8s;
-moz-animation-duration:    .8s;
animation-duration:         .8s;
}
.effect-duration-6{
-webkit-animation-duration: .9s;
-moz-animation-duration:    .9s;
animation-duration:         .9s;
}
.effect-duration-7{
-webkit-animation-duration: .95s;
-moz-animation-duration:    .95s;
animation-duration:         .95s;
}
.effect-duration-8{
-webkit-animation-duration: 1s;
-moz-animation-duration:    1s;
animation-duration:         1s;
}
.effect-duration-9{
-webkit-animation-duration: 1.05s;
-moz-animation-duration:    1.05s;
animation-duration:         1.05s;
}
.effect-duration-10{
-webkit-animation-duration: 1.1s;
-moz-animation-duration:    1.1s;
animation-duration:         1.1s;
} .widget-area .widget { 
margin: 0 0 4em 0;
}
.widget-area .widget:empty {
margin: 0 !important;
}
.sidebar.widget-area .widget:last-child {
margin-bottom: 0;
} .is-sidebar-align-center .sidebar .widget { 
text-align: center;
} 
.is-sidebar-align-center .sidebar input { 
text-align: center;
} .is-footer-widgets-align-center .site-footer .widget { 
text-align: center;
} 
.is-footer-widgets-align-center .site-footer input:not[type=checkbox] { 
text-align: center;
} .is-widget-title-align-center .site-main .widget-title { 
text-align: center;
} .single .site-content .widget-title span {
display: inline-block;
}
.widget-area a { 
color: inherit;
}
.widget-area a:hover { 
color:#000; 
}
.widget-title { 
margin-bottom: 20px; font-size: 11px; letter-spacing: 2px; line-height: 1.3; font-weight: 400; text-transform: uppercase;
}
.widget-title span {
display: inline-block;
}
.sidebar .widget-title { 
display: block; margin-bottom: 30px; position: relative;
}
.sidebar .widget-title,
.sidebar .widget-title a { 
color: inherit;
} .is-widget-ribbon .site-main .widget-title span { 
display: inline-block; position: relative; line-height: 1.3; padding: 6px 20px; color: #fff; background: #333;
}
.is-widget-ribbon .site-main .widget-title span:before {
content: ""; position: absolute; display: block; bottom: 0; border: 13px solid #333; left: -1.2em; border-right-width: 14px; border-left-color: transparent !important;
}
.is-widget-ribbon .site-main .widget-title span:after {
content: ""; position: absolute; display: block; bottom: 0; border: 13px solid #333; right: -1.2em; border-left-width: 14px; border-right-color: transparent !important;
} .is-widget-border .site-main .widget-title span {
display: block; padding: 16px 20px; border: 2px solid #333;
} .is-widget-border-arrow .site-main .widget-title span {
position: relative; display: block; padding: 16px 20px; border: 2px solid #333;
}
.is-widget-border-arrow .site-main .widget-title span:after, 
.is-widget-border-arrow .site-main .widget-title span:before {
top: 100%; left: 30px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;
}
.is-widget-border-arrow .site-main .widget-title span:after {
border-color: rgba(255, 255, 255, 0); border-top-color: #fff; border-width: 6px; margin-left: -6px;
}
.is-widget-border-arrow .site-main .widget-title span:before {
border-color: rgba(51, 51, 51, 0); border-top-color: #333; border-width: 9px; margin-left: -9px;
}
.is-widget-border-arrow.is-widget-title-align-center .site-main .widget-title span:after, 
.is-widget-border-arrow.is-widget-title-align-center .site-main .widget-title span:before {
left: 50%;
} .is-widget-solid .site-main .widget-title span {
display: block;	padding: 16px 20px; background: #333; color: #fff;
} .is-widget-solid-arrow .site-main .widget-title span {
position: relative; display: block; padding: 16px 20px; background: #333; color: #fff;
}	
.is-widget-solid-arrow .site-main .widget-title span:after {
top: 100%; left: 30px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(51, 51, 51, 0); border-top-color: #333;	border-width: 6px; margin-left: -6px; z-index: 1;
}	
.is-widget-solid-arrow.is-widget-title-align-center .site-main .widget-title span:after {
left: 50%;
} .is-widget-underline .site-main .widget-title span {
box-shadow: inset 0 -7px 0 #FFFC7F;
} .is-widget-bottomline .site-main .widget-title span {
display: block !important;
}		
.is-widget-bottomline .site-main .widget-title:after {
content: ""; display: inline-block; width: 32px; margin-top: 20px; border-bottom: 4px solid #333;
} .is-widget-first-letter-border .site-main .widget-title span:first-letter {
padding: 8px 11px; font-size: 14px; font-weight: bold; margin-right: 7px; letter-spacing: 0; border: 3px solid #333;
} .is-widget-first-letter-solid .site-main .widget-title span:first-letter {
padding: 10px 13px; font-size: 14px; font-weight: bold; margin-right: 7px; letter-spacing: 0; background: #333; color: #fff;
} .is-widget-line-cut .site-main .widget-title span:before,
.is-widget-line-cut .site-main .widget-title span:after {
content: ''; display: inline-block; width: 44px; margin: 0 -2px; border-bottom: 2px solid #555;
} .is-widget-line-cut-center .site-main .widget-title span:before,
.is-widget-line-cut-center .site-main .widget-title span:after {
content: ''; display: inline-block; width: 24px; margin: 3px 11px 3px 0; border-bottom: 2px solid #555;
}
.is-widget-line-cut-center .site-main .widget-title span:after {
margin: 3px 0 3px 11px;
} .is-widget-splash .site-main .widget-title span {
padding: 0 16px;
}
.is-widget-splash .site-main .widget-title:after {
display: block; position: relative; z-index: -1; margin-top: 18px; line-height: 0; font-size: 80px; font-weight: 400; font-family: "fontello"; content: '\e8c2'; 
} .is-widget-splash2 .site-main .widget-title span {
padding: 0 16px;
}
.is-widget-splash2 .site-main .widget-title:after {
display: block; position: relative; z-index: -1; margin-top: 28px; text-indent: -20px; line-height: 0; font-size: 220px; font-weight: 400; font-family: "fontello"; content: '\e8c3'; 
} .is-widget-coffee-drop .site-main .widget-title span {
padding: 4px; background: #fff;
}
.is-widget-coffee-drop .site-main .widget-title:after {
display: block; position: relative; z-index: -1; margin-top: 15px; line-height: 0; font-size: 180px; font-weight: 400; font-family: "fontello"; content: '\e8bb';
} .is-widget-curved-lines .site-main .widget-title:after {
display: block; position: relative; z-index: -1; margin-top: 12px; line-height: 0; font-size: 104px; font-weight: 400; font-family: "fontello"; content: '\e8be';
} .is-widget-mustache .site-main .widget-title:after {
display: block; position: relative; z-index: -1; margin-top: 24px; line-height: 0; font-size: 44px; font-weight: 400; font-family: "fontello"; content: '\e8bc';
}   .is-trending-posts-rounded .tptn_posts_widget img {
border-radius: 50%;
} .widget-area ul ul ul li {
font-size: inherit;
}
.widget-area a:active { 
color: #aaa;
}
.widget label input[type=checkbox],
.widget label input[type=radio] {
font-size: 13px !important;	max-width: 240px !important; padding: .9em 1em !important;
}
.widget form p { 
margin-top: 0; 
}
.widget-area iframe {
width: 100% !important;
}
.adsbygoogle iframe {
max-height: none;
} .widget input[type=submit], 
.widget input[type=button], 
.widget button, 
.widget a.button {
font-size: 11px;
} .widget_theblogger_widget_social_media_icon,
.widget_pixelwars_core_widget_social_media_icon {
display: inline-block; margin-right: 2px !important;
} .widget-area ul { 
margin: 0 0 1em 0; padding-left: 0; list-style: none;
}
.widget-area ul li { 
position:relative; margin-bottom:.4em; line-height:1.5; 
}
.widget-area ul ul {
margin: 0.6em 0 0;
} .widget_search .search-form,
.learn-press-search-course-form {
position: relative;
}
.widget_search .search-form .search-field,
html form[name="search-course"] .search-course-input {
max-width: none; padding-right: 3rem; border-color: rgba(0, 0, 0, 0.1);
}
.widget_search .search-form .search-field::placeholder,
form[name="search-course"] .search-course-input::placeholder {
color: rgba(0, 0, 0, 0.6);
}
.widget_search input.search-submit,
form[name="search-course"] .search-course-button {
position: absolute; top: 0; right: 0; margin: 0; width: 1em; height: 100%; opacity: 0;
}
.widget_search .search-form label:after,
form[name="search-course"]:after {
position: absolute; top: 36%; right: 1.2em; width: 13px; height: 13px; content: ''; background-repeat: no-repeat; background-size: contain; background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDUwIiBoZWlnaHQ9IjUwcHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MCA1MCIgd2lkdGg9IjUwcHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik0zOC4wODQsNy4zOThjLTguNTMxLTguNTMtMjIuMzYtOC41My0zMC44OSwwYy04LjUzLDguNTMtOC41MywyMi4zNiwwLDMwLjg5ICBjNy4zMzEsNy4zMywxOC41NjYsOC4zNDEsMjYuOTk4LDMuMDc0bDguMTMyLDguMTNjMS43NTcsMS43NTYsNC42MDQsMS43NTYsNi4zNTksMGMxLjc1Ny0xLjc1NywxLjc1Ny00LjYwMywwLTYuMzU3bC04LjAwMi04ICBDNDYuNDg2LDI2LjYzLDQ1LjYyOSwxNC45NDMsMzguMDg0LDcuMzk4eiBNMzIuNjMyLDMyLjgzNmMtNS41MTgsNS41Mi0xNC40NjcsNS41Mi0xOS45ODYsMGMtNS41MTktNS41MTktNS41MTktMTQuNDY4LDAtMTkuOTg4ICBjNS41MTktNS41MTgsMTQuNDY4LTUuNTE4LDE5Ljk4NiwwQzM4LjE1NCwxOC4zNjgsMzguMTU0LDI3LjMxNywzMi42MzIsMzIuODM2eiIgZmlsbD0iIzIzMUYyMCIvPjwvc3ZnPg==);
} .widget_recent_entries ul,
.widget_pages ul { 
margin-left: 0; list-style: none;
}  .widget_categories ul,
.widget_nav_menu,
.widget_product_categories ul { 
list-style: none; margin-left: 0; 
}
.widget_product_categories ul ul {
margin-top: .3em;
}
.widget_categories ul ul,
.widget_nav_menu ul ul {
margin-bottom: .6em;
}
.widget_categories ul li,
.widget_recent_entries ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_nav_menu ul li,
.widget_recent_comments ul li,
.widget_product_categories ul li,
.widget_meta ul li,
.widget_rss ul a.rsswidget {
margin: 0px; font-size: 15px; font-weight: 400; display: block; margin-bottom: .6em;
}
.widget_categories ul ul li,
.widget_archive ul ul li,
.widget_nav_menu ul ul li,
.widget_pages ul ul li,
.widget_product_categories ul ul li {
font-size: 15px; margin-left: 5%;
}
.widget_categories ul ul ul li,
.widget_nav_menu ul ul ul li,
.widget_archive ul ul ul li,
.widget_pages ul ul ul li,
.widget_product_categories ul ul ul li {
font-size: 15px; margin-left: 4%;
} .woocommerce ul.cart_list, 
.woocommerce ul.product_list_widget {
text-align: left;
}
.sidebar ul.product_list_widget li .star-rating {
width: 5.4em; margin: 10px 0;
}
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img {
width: 62px;
}
.widget_product_search input[type='submit'] {
margin-top: 18px;
}
.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li {
padding: 0 0 8px 0; margin-bottom: 14px; border-bottom: 1px solid #eee;
}
.woocommerce ul.cart_list li:last-child, 
.woocommerce ul.product_list_widget li:last-child {
border-bottom: 0;
}
.woocommerce .widget_shopping_cart .total, 
.woocommerce.widget_shopping_cart .total {
border: 0; background: #fafafa; padding: 12px;
} .widget_recent_comments ul li > a {
display: block;
}
.widget_recent_comments ul li a {
text-transform: uppercase; font-size: 13px; font-weight: 500; text-decoration: underline;
} .widget_theblogger_widget_about_me img,
.widget_pixelwars_core_widget_about_me img { 
display: block; margin: 0 0 1.2em;
}
.widget_theblogger_widget_about_me .is-about-me-widget-round img,
.widget_pixelwars_core_widget_about_me .is-about-me-widget-round img { 
border-radius: 50%; max-width: 160px;
}
.is-sidebar-align-center .sidebar .widget_theblogger_widget_about_me img,
.is-sidebar-align-center .sidebar .widget_pixelwars_core_widget_about_me img { 
margin-left: auto; margin-right: auto;
}
.widget_theblogger_widget_about_me .social-link,
.widget_pixelwars_core_widget_about_me .social-link {
width: 17px; line-height: 25px; color: #666; border: 0;
}
.widget_theblogger_widget_about_me .social-link:hover,
.widget_pixelwars_core_widget_about_me .social-link:hover {
background: none; color: inherit;
}
.widget_theblogger_widget_about_me a,
.widget_pixelwars_core_widget_about_me a {
border-bottom: 2px solid #eee;
}
.widget_theblogger_widget_about_me a:hover,
.widget_pixelwars_core_widget_about_me a:hover {
border-color: #555;
} .widget_rss .rss-date, 
.widget_rss cite:before { 
font-weight: bold; text-transform: uppercase; color: rgba(0, 0, 0, 0.4);
}
.widget_rss .rss-date {
display: block; font-size: .925em; 
}
.widget_rss ul { 
list-style: none; margin: 0;
}
.widget_rss ul li { 
padding-bottom: 2.4em; line-height: 1.8;
}
.widget_rss ul li a.rsswidget { 
display: inline;
}
.widget_rss .widget-title img { 
margin-right:.1em; 
}
.widget_rss cite { 
display:block; margin-top:.6em;
}
.widget_rss cite:before { 
content:"by "; 
}
.widget_rss .rssSummary { 
padding-top: 1em; 
}
.rss-widget-icon {
display: none;
} .tagcloud {
text-align: left;
}
.sidebar .tagcloud {
text-align: inherit;
}
.tagcloud a,
.tagged_as a { 
color: inherit; opacity: .5; font-size: 13px !important; margin: 0 8px 8px 0; display: inline-block; line-height: 1;
}
.tagcloud a:before,
.tagged_as a:before {
content: '#';
}
.tagcloud a:hover,
.tagged_as a:hover { 
opacity: 1;
} .is-tagcloud-solid .tagcloud a { 
margin: 0 2px 8px 0; padding: .6em .9em; color: inherit; background-color: rgba(99, 92, 83, 0.1);
}
.is-tagcloud-solid .tagcloud a:hover { 
color: #111; background-color: rgba(99, 92, 83, 0.15);
}
.is-tagcloud-solid .tagcloud a:before {
content: '';
} .widget_calendar table { 
width: 100%; margin-bottom: 0; font-size: 12px;
}
.widget_calendar thead { 
display: none;
}
.widget_calendar table caption { 
padding-bottom: 8px; font-size: 16px;
}
.widget_calendar table tr td, 
.widget_calendar table tr th { 
padding: .75em 0;
}
.widget_calendar tr td { 
text-align: center;
}
.widget_calendar tbody a { 
font-weight: bold; 
}
.widget_calendar tfoot { 
font-size: 13px; 
}
.widget_calendar tfoot a { 
color: #555; 
}  .social-feed ul {
margin-left: 0; list-style: none; 
}
.social-feed ul li,
.flickr_badge_image { 
display:inline-block; padding: 0 4px 4px 0; font-size: 0;
}
.social-feed ul li img,
.flickr_badge_image img { 
max-height: 100%; 
} .sidebar .instagram-pics {
margin: -8px; overflow: auto;
}
.sidebar .instagram-pics li {
display: block; width: 50%; float: left; margin: 0; padding: 8px;
}
.sidebar .instagram-pics + p a {
padding: 10px 16px;
} .tptn_posts_widget ul {
list-style: none; margin: 0;
}
.tptn_posts_widget ul li {
display: block; clear: left; overflow: hidden; margin-bottom: 1em; display: flex; align-items: center; justify-content: center;
}
.tptn_title {
display: block; margin-top: 1.2em; font-size: 16px; font-weight: 500;
}
.tptn_posts_widget img {
float: left; margin-right: 16px; max-height: 144px; width: auto;
}
.tptn_posts_widget .tptn_link {
display: block; width: 160px;
}
.tptn_posts_widget .tptn_after_thumb > span,
.widget_recent_entries .post-date {
font-size: 11px; opacity: .6; text-transform: uppercase; letter-spacing: .07em; margin-left: 24px;
}
.widget_recent_entries .post-date {
display: block; margin-top: 2px;
}
.tptn_counter {
font-size: 10px; text-transform: uppercase; letter-spacing: 1px; font-weight: bold; opacity: .4;
}
.woocommerce + .tptn_counter {
margin-top: 2rem; clear: left;
} .site-footer .tptn_title {
font-size: 14px; font-weight: bold; display: block; margin-top: 6px;
}
.site-footer .tptn_posts_widget img {
max-height: 72px;
} .widget_mc4wp_form_widget {
padding: 4px;
background-image: repeating-linear-gradient(135deg, #ff6969, #ff6969 10px, #FFF 0px, #FFF 20px, #85adff 0px, #85adff 30px, #FFF 0px, #FFF 40px);
background-image: repeating-linear-gradient(135deg, #ff6969, #ff6969 10px, #FFF 0px, #FFF 20px, #85adff 0px, #85adff 30px, #FFF 0px, #FFF 40px);
background-image: repeating-linear-gradient(135deg, #ff6969, #ff6969 10px, #FFF 0px, #FFF 20px, #85adff 0px, #85adff 30px, #FFF 0px, #FFF 40px);
}
.sidebar .mc4wp-form,
.footer-widgets .mc4wp-form {
padding: 26px; background: #f7f7f7;
}
.sidebar .mc4wp-form p:last-of-type {
margin-bottom: 0;
}
.mc4wp-form label.error {
top: 36px; bottom: auto;
}  .cooked-recipe-gallery .fotorama__caption__wrap {
background: #ffffff; color: #222; padding: 12px 16px; line-height: 1; border-radius: 7px 7px 0 0; box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.1);
}
.fotorama__caption {
font-family: inherit; text-align: center; font-size: 13px; letter-spacing: .03em;
}
.fotorama__dot {
width: 8px; border: 1px solid #dfdfdf; height: 8px; border-radius: 50%;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot {
border-color: #333; border-width: 5px;
}
.fotorama__nav-wrap {
padding-top: 6px;
} .entry-content .cooked-recipe-ingredients {
padding: 12px 24px; border: 1px solid #f2ece3;
}
.cooked-recipe-directions .cooked-direction-number {
font-size: 30px; font-weight: 700; background: #a8a8a8; opacity: 1; color: #fff; line-height: 1; height: 26px; width: 24px; text-align: center; margin-left: -8px; margin-top: 6px;
}
.cooked-recipe-info strong {
font-size: 11px; letter-spacing: 2px;
}
.cooked-category a {
text-transform: uppercase; font-size: 10px; letter-spacing: 1px; font-weight: 700; color: inherit; background: #feeebe; padding: 4px 12px; border-radius: 14px; display: inline-block;
}
.cooked-recipe-info strong {
margin-bottom: 2px;
}
.cooked-recipe-info span.cooked-time-icon {
opacity: .3;
}
.cooked-recipe-info span.cooked-servings-icon {
opacity: .4;
}
.cooked-servings a, .cooked-author a {
text-transform: uppercase; font-size: 11px; letter-spacing: 1px;	
} .cooked-nutrition-label .cooked-nutrition-title {
font-weight: 700;
}
.cooked-nutrition-label dt {
display: block;
}
body .cooked-nutrition-label strong.cooked-nut-heading {
font-size: 11px; text-transform: uppercase; opacity: .6; letter-spacing: 1px;
}
body .cooked-nutrition-label strong.cooked-nut-heading,
body .cooked-nutrition-label strong {
font-weight: 700;
}
.cooked-nutrition-label {
border-radius: 0; border-width: 4px;
}
.widget .cooked-nutrition-label {
border-width: 2px;padding: 30px; font-size: 12px;
}
.widget .cooked-nutrition-label .cooked-nutrition-title {
font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 1.4rem;
}
body .cooked-nutrition-label p.cooked-daily-value-text {
font-size: 12px; opacity: .6;
}
body .cooked-nutrition-label dt.cooked-nut-spacer {
background: #f2ece3; height: 3px;
}
body .cooked-nutrition-label dt,
body .cooked-nutrition-label dl.cooked-nut-bottom dt,
body .cooked-nutrition-label .cooked-nut-hr,
.cooked-nutrition-label {
border-color: #f2ece3;
}
body .cooked-nutrition-label .cooked-nut-hr {
border-top-width: 8px;
}
body .cooked-nutrition-label p > strong.cooked-nut-label {
font-weight: 700;
} .cooked-fsm .cooked-fsm-top {
text-transform: uppercase; font-size: 16px; font-weight: 700;
}
.cooked-fsm .cooked-fsm-directions p {
font-size: 1.1rem; max-width: 700px;
} .cooked-recipe-info span.cooked-print .cooked-icon,
.cooked-recipe-info span.cooked-fsm-button .cooked-icon {
font-size: 20px !important;
}
.cooked-recipe-info>section.cooked-right>span {
margin-left: 20px;
} .wprm-recipe-instruction-image {
margin: 18px 0; 
}
.wprm-recipe-container .wprm-recipe-tastefully-simple, 
.wprm-print .wprm-recipe-tastefully-simple {
font-family: inherit; font-size: 1rem;
} .single .entry-content {
clear: both; margin-bottom: 1em;
}
.single .entry-content p:last-child {
margin-bottom: 0;
}
.single .entry-meta.below-content {
margin: 3em 0;
} .post-tags { 
margin: 2em 0; 
} .nav-single {
margin: 4em 0; overflow: hidden;
}
.nav-single > div {
position: relative; padding: 2em 0;
}
.nav-overlay-link {
position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; text-indent: -200%; font-size: 0; overflow: hidden; z-index: 4;
}
.nav-single .nav-image-link {
display: block; width: 110px; float: left;
}
.nav-single .nav-next .nav-image-link {
float: right;
}
.nav-single .nav-image-link img {
width: 110px; height: 110px; object-fit: cover;
}
.nav-single .nav-desc {
margin-top: 1em; position: relative; z-index: 2;
}
.nav-previous .nav-image-link + .nav-desc {
margin-left: 140px;
}
.nav-next .nav-image-link + .nav-desc {
margin-right: 140px;
}
.nav-single h4 {
display: block;	margin-bottom: 4px;	font-weight: bold; letter-spacing: 3px; font-size: 11px; opacity: .25; text-transform: uppercase;
}
.nav-single .nav-desc a {
display:inline-block; max-width: 260px; width: 100%; font-size: 18px; line-height: 1.5; color: inherit; margin-bottom: 1em;
}
.nav-single .meta-nav {
margin-right: .6em
}
.nav-single .nav-next .meta-nav {
margin-left: .6em; margin-right: 0;
}
.nav-single .nav-next {
text-align: right;
} .is-nav-single-rounded .nav-single .nav-image-link img {
border-radius: 50%;
} .is-nav-single-animated .nav-single .nav-image-link img {
-webkit-transform: scale(1.8) translateX(-10px); transform: scale(1.8) translateX(-10px);
}
.is-nav-single-animated .nav-single > div.nav-next img {
-webkit-transform: scale(1.8) translateX(10px); transform: scale(1.8) translateX(10px);
}
.is-nav-single-animated .nav-single > div:hover img {
-webkit-transform: scale(1) translateX(0px); transform: scale(1) translateX(0px);
}
.is-nav-single-animated .nav-previous .nav-image-link + .nav-desc {
margin-left: 160px;
}
.is-nav-single-animated .nav-next .nav-image-link + .nav-desc {
margin-right: 160px;
} .about-author {
margin: 2em 0;
}
.author-bio {
text-align: left; padding: 1em 0; position: relative; overflow: hidden;
} .is-about-author-boxed .author-bio,
.is-about-author-boxed-dark .author-bio,
.is-about-author-border .author-bio,
.is-about-author-border-arrow .author-bio {
padding: 1.4em 1.4em .6em;
}
.is-about-author-boxed .author-bio {
background: #fff;
} .is-about-author-boxed-dark .author-bio {
color: #fff; background: #333;
}
.is-about-author-boxed-dark .author-info p,
.is-about-author-boxed-dark .about-author .social-link {
color: rgba(255, 255, 255, 0.5);
}
.is-about-author-boxed-dark .about-author .social-link:hover {
color: #fff; background: #222;
}
.is-about-author-boxed-dark .about-author .author-info:before {
color: rgba(255, 255, 255, 0.08);
} .is-about-author-border .author-bio,
.is-about-author-border-arrow .author-bio {
position: relative;	border: 3px solid #333;
} .is-about-author-border-arrow .author-bio:before,
.is-about-author-border-arrow .author-bio:after {
bottom: 100%; left: 40px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;
}
.is-about-author-border-arrow .author-bio:before {
border-color: rgba(51, 51, 51, 0); border-bottom-color: #333333; border-width: 10px; margin-left: -10px;
}
.is-about-author-border-arrow .author-bio:after {
border-color: rgba(255, 255, 255, 0); border-bottom-color: #ffffff; border-width: 6px; margin-left: -6px;
}
.is-widget-title-align-center.is-about-author-border-arrow .author-bio:before,
.is-widget-title-align-center.is-about-author-border-arrow .author-bio:after {
left: 50%;
}
.author-info:before {
font-family: "fontello"; content: '\e862'; font-size: 84px; position:  absolute; top: -30px; right: 0; opacity: .05; z-index: -1;
}
.author-bio h4 {
font-size: 16px; margin-bottom: .6em;
}
.author-img {
width: 54px; float: left;
}
.author-img img {
display: block; border-radius: 50%;
}
.author-info {
margin-left: 72px; position: relative; z-index: 3;
}
.author-info p {
font-size: 0.9rem; line-height: 1.7; margin: 0 0 1em 0;
}
.author-info *:first-child {
margin-top: 0
}
.author-info *:last-child {
margin-bottom: 0
}
.about-author .social-link {
border: 0; font-size: 12px; width: 30px; line-height: 30px; margin-right: -8px; background: transparent;
} .share-links {
margin: 3em 0; font-size: 14px;
}
.share-links h3 {
font-size: 11px; letter-spacing: .03em; text-transform: uppercase;
}
.share-links a {
display: inline-block; padding: 5px 8px; color: inherit;
} .is-share-links-boxed .single .share-links a {
padding: 8px 20px;
}
.is-share-links-boxed .single .share-links a:not(:hover) {
background: #fff;
} .is-share-links-border .single .share-links a {
padding: 3px 15px; border: 2px solid #333;
}
.is-share-links-border .single .share-links a:not(:hover) {
background: none;
}
.is-share-links-border .single .share-links a:hover {
border-color: transparent;
}
.share-links a:hover {
color: #fff;
}
.share-mail:hover {
background: #333;
}
.share-facebook:hover {
background: #3b5998;
}
.share-twitter:hover {
background: #55acee;
}
.share-pinterest:hover {
background: #bd081c;
}
.share-gplus:hover {
background: #dc4e41;
} .related-posts {
padding: 1em 0; clear: both;
}
.blocks {
margin: 0 -3px; overflow: hidden;
}
.related-post {
overflow: hidden; padding-bottom: 1em;
}
.related-posts .post-wrap:before {
opacity: .5;
}
.related-posts .post-thumbnail:hover .post-wrap:before {
opacity: .6;
}
.related-posts .post-thumbnail .entry-meta {
display: none;
}
.related-post h4 {
margin-top: .6em; font-size: 13px; text-transform: uppercase;
}
.related-post h4 a {
color: inherit;
}
.related-post-image {
width: 25%; float: left; margin-right: 1em;	
}
.related-posts .post-thumbnail .entry-title,
.related-posts .post-classic .entry-title { 
font-size: 22px;
}
.related-posts .post-classic .featured-image {
margin-bottom: 24px;
}
.related-posts .post-classic .entry-header {
max-width: 250px; margin-left: auto; margin-right: auto; margin-bottom: 0;
}
@media screen and (max-width: 767px) {
.related-posts .post-wrap {
padding-top: 50%;
}
.related-posts .post-thumbnail .more-link {
margin-top: 10px;
}
}
@media screen and (max-width: 991px) {
.content-area.with-sidebar .related-posts .post-wrap {
padding-top: 64%;
}
} .comments-area {
padding: 2em 0; margin: 0; max-width: 800px; margin-left: auto; margin-right: auto;
}
.comments-area ol.commentlist {
list-style: none; margin: 0; padding: 0; text-align: left;
}
.comments-area ol.children {
list-style: none; padding: 0; text-align: left;
}
.comments-area .comment-content > ol {
margin-left: 0;
}
.comments-area ol ol,
.comments-area ol #respond {
margin-left: 6%
}
.comments-area ol ol ol,
.comments-area ol ol #respond  {
margin-left: 3%;
}
.commentlist {
padding: 0;
}
.comments-area article {
position: relative; padding: 1em 0; margin-bottom: 6px;
} #disqus_thread {
margin: 3em 0;
} .comment-subscription-form + .comment-subscription-form {
margin-top: 0;
} .is-comments-boxed .comments-area article {
padding: 1em 1.8em;
}
.is-comments-boxed-solid .comments-area article {
background: #fff;
} .is-comments-border .comments-area article {
border: 3px solid #333;
}
.comment-meta > cite, 
.comment-meta > span {
position: relative; z-index: 1;
}
.comment-meta a,
.comment-reply-link {
color: #333;
}
.comment-meta img {
display: block; float: left; margin: 0 1.0em 0 0; max-width: 42px; 
} .is-comments-image-soft-rounded .comment-meta img {
border-radius: 14px;
} .is-comments-image-rounded .comment-meta img {
border-radius: 50%;
}
.comment-meta .fn {
display: block; font-size: 15px; font-weight: 700; font-style: normal; padding-top: 0.2em;
}
.comment-meta .fn i {
font-style: normal; font-weight: normal; font-size: 10px; text-transform: uppercase; letter-spacing: 1px;
}
.comment-meta .comment-date {
display: block; font-size: 12px; opacity: .6; text-transform: uppercase; letter-spacing: .02em;
}
.comments-area .nav-single {
margin: 0;
}
.comments-area .nav-single a {
color: inherit;
}
.comment-content {
padding-top: .1em; clear: left; position: relative;
}
.comment-content p {
margin: .8em 0 .2em 0; font-size: 11px;
}
.comment .reply {
position: relative; text-align: right; font-weight: 700; font-size: 12px; letter-spacing: 1px; text-transform: uppercase;
}
.comment-reply-link {
font-size: 12px; font-weight: 400;
}
.comment-awaiting-moderation,
.logged-in-as {
display: inline-block; padding: .6em 1.2em; font-size: 12px; background: #F6F7EA;
}
.logged-in-as a {
color: inherit; border-bottom: 1px solid rgb(228, 228, 228); text-transform: uppercase; font-size: 10px; letter-spacing: .04em;
}
p.logged-in-as a:hover {
border-color: inherit;
}
.comment-edit-link {
display: inline-block; margin-left: 1em;
} .bypostauthor > article:before {
font-family: "fontello"; content: '\e862'; font-size: 48px; position:  absolute; top: 0; right: 13px; opacity: .06;
} #respond {
position: relative;	margin: 2em 0; text-align: left;
}
.commentlist #respond {
margin: 1em 0 2em;
} .is-comment-form-boxed #respond {
padding: 2em;
} .is-comment-form-boxed-solid #respond {
background: #fff;
} .is-comment-form-border #respond {
border: 3px solid #333;
} .is-comment-form-border-arrow #respond {
position: relative;	border: 3px solid #333;
}
.is-comment-form-border-arrow #respond:before,
.is-comment-form-border-arrow #respond:after {
bottom: 100%; left: 40px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;
}
.is-comment-form-border-arrow #respond:before {
border-color: rgba(51, 51, 51, 0); border-bottom-color: #333333; border-width: 10px; margin-left: -10px;
}
.is-comment-form-border-arrow #respond:after {
border-color: rgba(255, 255, 255, 0); border-bottom-color: #ffffff; border-width: 6px; margin-left: -6px;
} #reply-title {
text-transform: uppercase; font-size: 14px; letter-spacing: 2px; margin: 0;
}
#reply-title small a {
display: inline-block; margin-left: 1em;
}
.form-allowed-tags,
.comment-notes {
display: none; font-size: .8em;
}
.form-allowed-tags code {
margin-top: 1em
}
.form-submit {
padding-top: .5em; margin: 0;
}
.comments-area .input-text, 
.comments-area textarea, 
.comments-area select {
max-width: 100%; border-width: 1px;
}
.comment-form-cookies-consent {
clear: left; padding-top: 1em;
}
.comment-form-cookies-consent label {
display: inline-block;
} .comments-area .pingback {
font-size: 12px; text-transform: uppercase; font-weight: 700; letter-spacing: .04em; margin-bottom: 6px;
}
.comments-area .pingback a {
text-transform: none; letter-spacing: 0; color: inherit; font-weight: 400; font-size: 14px; opacity: .7; border-bottom: 2px solid #eee; transition: all .5s;
}
.comments-area .pingback a:hover {
opacity: 1; border-bottom-color: #333;
}
.comments-area .pingback .edit-link {
margin-left: 10px;
}
.comments-area .pingback .comment-edit-link {
display: inline; text-transform: uppercase; font-size: 11px; font-weight: 400; margin-left: 5px;
}  .woocommerce .woocommerce-ordering, 
.woocommerce .woocommerce-result-count {
display: block; float: none;
}
.shop-filters {
margin-bottom: 1.6em; overflow: hidden;
}
.shop-filters .woocommerce-result-count {
opacity: .6;
}
.shop-filters select {
padding-right: 36px; font-size: 11px; letter-spacing: .03em; text-transform: uppercase; border-width: 1px;
}
.product .featured-image .cart-button {
position: absolute; top: 50%; margin-top: -24px; left: 0; right: 0; z-index: 12; text-align: center; opacity: 0;
}
.product .featured-image:hover .cart-button {
opacity: 1;
}
.product .featured-image a:before {
background: #fff;
}
.product .featured-image:hover a:before {
opacity: .9;
}
.woocommerce span.onsale {
display: block; width: 60px; line-height: 60px; min-height: 0; padding: 0; text-align: center; background: #111; color: #fff; position: absolute; top: -28px; left: 28px; border-radius: 50%; font-size: 10px; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; pointer-events: none; z-index: 99;
}
mark.count {
display: inline-block; width: 26px; line-height: 26px; font-size: 11px; font-weight: 400; vertical-align: top; margin-left: -9px; margin-top: -9px; background: #ffec88; border-radius: 50%; text-align: center;
}  .entry-header .button {
letter-spacing: .06em; display: inline-block; margin-top: 6px; padding: 8px 16px !important; border: 0 !important;
}
.entry-header .button:before {
display: inline-block; padding-right: 6px; font-size: 14px;
}
.entry-header .button.back:before {
content: '\e860';
} .woocommerce .entry-summary .entry-title {
display: none;
} .woocommerce a.woocommerce-review-link {
text-transform: uppercase; font-size: 10px; letter-spacing: 1px; display: inline-block; margin-left: 16px; opacity: .8;
}
.woocommerce div.product p.price {
margin: 32px 0;
}
.woocommerce div.product p.price del {
font-size: 16px;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
color: #0f0f0f;
}
.woocommerce div.product .summary p.price {
font-size: 2em;
}
.woocommerce div.product p.price del, 
.woocommerce div.product span.price del {
opacity: .8;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce ins {
text-decoration: none; font-weight: 400;
}
.woocommerce .summary .woocommerce-Price-currencySymbol {
font-size: 18px; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.woocommerce .summary {
font-size: .9rem;
}
.woocommerce .product_meta {
margin-top: 40px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase;
}
.woocommerce .product_meta > span {
display: block; margin-bottom: 12px;
}
.woocommerce .product_meta > span span,
.woocommerce .product_meta > span a {
display: inline-block; margin-left: 5px;
} .woocommerce div.product form.cart .variations td {
padding-bottom: 1.2rem;
} .woocommerce-product-gallery figure {
margin: 0;
} .tagged_as {
display: block; margin: 10px 0 0 0;
}
.tagged_as a {
font-size: 10px !important;
} .woocommerce .summary .cart {
margin-top: 30px;
}
.shipping-calculator-button {
color: inherit; font-size: 12px; text-transform: uppercase;
} .woocommerce .quantity .qty {
width: 3.631em; text-align: center; padding: 1.06em .4em; border-width: 1px; margin-right: 24px;
}
.woocommerce .quantity .qty:focus {
border-color: #ddd;
} .woocommerce #content div.product div.thumbnails a, 
.woocommerce div.product div.thumbnails a, 
.woocommerce-page #content div.product div.thumbnails a, 
.woocommerce-page div.product div.thumbnails a {
width: 31.33%; margin-right: 3%;
}
.woocommerce .thumbnails.columns-3 a:nth-child(3n) {
margin-right: 0 !important;
} .woocommerce-tabs.wc-tabs-wrapper {
padding: 3em 0 0 0; clear: left;
}
.woocommerce .wc-tab {
font-size: .9rem;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
text-align: center; padding: 2px 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
background: none; border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border-color: #eee;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
margin: -1px -4px 0; padding: 0; line-height: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-weight: 400; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; padding: 13px 21px; color: #777; background: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active) a:hover {
background: #fafafa;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
border-color: #222;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
color: #fff; background: #222; display: inline-block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
bottom: 50%; z-index: 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
margin: 3.2em 0 0 0;
} .woocommerce table.shop_attributes {
margin: 2.4em 0 3em 0; border-collapse: collapse; border-top: 1px solid #eee; border-left: 1px solid #eee; 
}
.woocommerce table.shop_attributes td {
font-style: normal; padding-left: 16px; color: #666;
}
.woocommerce table.shop_attributes tr {
border-left: 1px solid #eee;
}
.woocommerce table.shop_attributes td, 
.woocommerce table.shop_attributes th {
border-bottom: 1px solid #eee;
}
.woocommerce table.shop_attributes th {
font-size: 11px; letter-spacing: 1px; padding: 10px 10px 10px 16px;
}
.woocommerce table.shop_attributes .alt td, 
.woocommerce table.shop_attributes .alt th {
background: #fbfbfb;
} .woocommerce div.product form.cart .variations label {
font-weight: 400; text-align: left; padding: 12px 24px 13px; color: #333; background: #fafafa; margin: 0;
}
.woocommerce div.product form.cart .variations td {
padding: 0;
}
.woocommerce div.product form.cart .variations td.label {
font-size: 13px;
}
.woocommerce div.product form.cart .reset_variations {
text-transform: uppercase; letter-spacing: 2px; font-size: 9px; float: right; padding: 0px 12px; background: #333; color: #fff;
}
.woocommerce-variation p {
margin: 0;
}
.woocommerce-variation {
padding: 12px 20px; margin-bottom: 20px; border: 1px solid #eee; font-size: 12px;
} .woocommerce-grouped-product-list a {
text-transform: none; color: inherit; font-size: 18px; line-height: 1.4; letter-spacing: 0; padding-top: 10px; display: block;
}
.woocommerce div.product form.cart table {
padding-bottom: 26px;
} .woocommerce .panel h2.woocommerce-Reviews-title {
text-transform: uppercase; font-size: 16px; letter-spacing: .06em;
}
.woocommerce .panel h2.woocommerce-Reviews-title span {
font-size: 200%; text-transform: none; letter-spacing: 0; color: #333; display: inline-block; margin-left: 8px;
}
.woocommerce #reviews #comments ol.commentlist { 
margin: 40px 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
background: none; border: 0; border-radius: 50%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
position: relative; padding: 12px 16px; background: #fff; border-color: #eee;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p:last-child {
margin-bottom: 0;
}
.woocommerce #reviews #comments .meta strong {
font-size: 13px; color: #222;
}
.woocommerce #reviews #comments ol.commentlist li .meta time {
text-transform: uppercase; font-size: 10px; letter-spacing: .05em;
}
.woocommerce .star-rating {
width: 5em;
}
.woocommerce .star-rating:before,
.woocommerce .star-rating span:before {
font-size: 12px;
}
.comment-form-rating {
margin-top: 24px;
}
.woocommerce-Reviews #reply-title {
display: block; text-align: center; font-weight: 700; letter-spacing: 0.06em; font-size: 16px;
} .woocommerce .comment-text:after, 
.woocommerce .comment-text:before {
right: 100%; top: 32px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;
}
.woocommerce .comment-text:after {
border-color: rgba(255, 255, 255, 0); border-right-color: #fff; border-width: 7px; margin-top: -7px;
}
.woocommerce .comment-text:before {
border-color: rgba(238, 238, 238, 0); border-right-color: #eaeaea; border-width: 8px; margin-top: -8px;
} .woocommerce #review_form_wrapper { 
margin: 40px 0 0 0; overflow: hidden; padding: 32px 22px; border: 10px solid #fafafa;
}
.woocommerce #reviews h3,
.woocommerce #reviews .comment-form-rating,
.woocommerce #reviews .stars {
text-align: center;
}
.woocommerce #review_form #respond p.comment-form-rating {
margin-bottom: 0;
}
.woocommerce #reviews h3#reply-title {
margin-bottom: 24px; letter-spacing: 0; text-transform: none; font-size: 24px;
}
.comment-respond .input-text, 
.comment-respond textarea, 
.comment-respond select {
border-width: 1px; max-width: 100%;
}
.woocommerce #review_form_wrapper #respond .stars {
font-size: 18px; max-width: 90px; margin-left: auto; margin-right: auto;
} .related.products,
.up-sells {
margin-top: calc(2em + 2vw);
}
.woocommerce .related.products > h2,
.upsells > h2,
.up-sells > h2 {
text-align: center; margin-bottom: 1.8em;
}
.cross-sells .entry-meta {
text-align: center;
} .woocommerce table.shop_table th {
font-size: 12px;
}
.woocommerce table.shop_table {
border-collapse: collapse; border-left: 0; border-color: #eee; border-bottom: 0; border-right: 0;
}
.woocommerce table.shop_table th {
border: 0;
}
.woocommerce table.shop_table tbody tr.cart_item {
border-left: 1px solid #eee; border-right: 1px solid #eee;
}
.woocommerce #content table.cart img, 
.woocommerce table.cart img, 
.woocommerce-page #content table.cart img, 
.woocommerce-page table.cart img {
max-height: 60px; width: auto; display: block; margin: 0 auto;
}
.woocommerce table.shop_table td {
border-color: #eee; border-bottom: 0; border-right: 0;
}
.woocommerce table.shop_table td.product-name a {
color: inherit; font-size: 14px; font-weight: 700;
}
.woocommerce table.shop_table td.actions {
padding: 26px 0;
}
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th {
border-color: #eee;
}
.woocommerce a.remove {
font-size: 20px; color: #da9898 !important; width: 30px; line-height: 26px; height: 30px; transition: all .3s;
}
.woocommerce a.remove:hover {
background: #da9898 !important;
}
.woocommerce table.shop_table .quantity .qty {
margin-right: 0;
} .woocommerce td.product-name dl.variation dd, 
.woocommerce td.product-name dl.variation dt {
display: block; float: none;
}
.woocommerce td.product-name dl.variation dt {
font-size: 11px; text-transform: uppercase; letter-spacing: 1px; opacity: .3;
}
.woocommerce td.product-name dl.variation dd {
padding: 0; margin-left: 0; font-size: 12px;
}
.woocommerce td.product-name dl.variation dd p {
margin-top: 0;
} .woocommerce .cart_totals .woocommerce-Price-amount.amount {
font-size: 22px;
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
max-width: 350px; margin: 0 auto; float: none; padding: 42px 32px; border: 5px solid #222;
}
.woocommerce .cart-collaterals .cart_totals:before,
.woocommerce-page .cart-collaterals .cart_totals:before {
content: '\e8c0'; display: block; font-size: 56px; width: 56px; line-height: 56px; margin: -74px auto 20px auto; background: #fff; border-radius: 50%;
}
.woocommerce .cart-collaterals h2,
.woocommerce .wc-proceed-to-checkout {
text-align: center;
}
.woocommerce #content table.cart td.actions .coupon .input-text, 
.woocommerce #content table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon .input-text, 
.woocommerce table.cart td.actions .coupon input {
float: left; border-width: 1px; padding: 10px 20px !important;
}
.woocommerce table.cart td.actions .button {
padding: 10px 20px !important; border-width: 1px;
}
.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text {
border: 0;
}
.woocommerce #content table.cart td.actions .coupon, 
.woocommerce table.cart td.actions .coupon {
overflow: hidden; padding-bottom: 20px;
}
.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text {
width: 132px;
}
.woocommerce .cart-collaterals, 
.woocommerce-page .cart-collaterals {
margin: 3em 0;
}
.woocommerce .cart_item .product-subtotal .woocommerce-Price-amount.amount {
font-size: 14px; font-weight: bold;
}
.cart_totals form p {
margin: 0;
}
.cart_totals form p + p {
margin-top: 1.2rem;	
} .woocommerce .cart-collaterals .cross-sells + .cart_totals {
float: right;
}
.woocommerce .cross-sells .blog-grid .hentry-wrap {
padding: 0;
}
.woocommerce .cross-sells > h2 {
margin-bottom: 3rem;
} .woocommerce form .form-row {
margin-bottom: 19px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
border-color: #333; border-width: 3px; padding: 24px; margin-bottom: 4em;
}
.woocommerce .checkout_coupon p.form-row {
margin-bottom: 0;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
max-width: 100%;
}
.woocommerce-checkout tfoot tr {
border-left: 1px solid #eee; border-right: 1px solid #eee;
}
.woocommerce-checkout tfoot {
border-bottom: 1px solid #eee;
}
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
background: #fff; border: 3px solid #333; font-size: 13px; margin: 5em 0 3em 0;
}
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods {
border-bottom: 1px solid #eee; padding: 22px 32px;
}
#add_payment_method #payment div.form-row, 
.woocommerce-cart #payment div.form-row, 
.woocommerce-checkout #payment div.form-row {
padding: 22px 32px;
}
.woocommerce form.checkout.woocommerce-checkout {
margin-top: 3em;
}
.woocommerce-checkout-payment label {
display: inline-block;
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
background: none; border: 2px solid #eee;
}
.woocommerce-checkout-payment p {
margin-top: 0;
}
#add_payment_method #payment div.payment_box:before, 
.woocommerce-cart #payment div.payment_box:before, 
.woocommerce-checkout #payment div.payment_box:before {
border-bottom: 9px solid #ddd;
}
#add_payment_method #payment .payment_method_paypal .about_paypal, 
.woocommerce-cart #payment .payment_method_paypal .about_paypal, 
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
margin-left: 20px; color: inherit; font-size: 10px;
}
@media screen and (max-width: 767px) {
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last {
float: none;
width: 100%;
}
}
.woocommerce form.login .inline {
margin-left: 22px;
}
.woocommerce form.login .inline input[type="checkbox"] { 
margin-right:  0; 	
}
.woocommerce form .form-row .input-checkbox {
display: inline-block; text-align: left;
} .select2-container--default .select2-selection--single {
border: 2px solid #e5e5e5; border-radius: 0; height: 47px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 45px; padding-left: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 47px; right: 8px;
} .woocommerce .woocommerce-thankyou-order-received {
font-size: 17px; text-align: center; padding: 22px; color: #cacac2;
}
.woocommerce-thankyou-order-received:before {
content: '\e85b'; font-size: 124px; line-height: 1.6; margin-bottom: 24px; color: #e6e6d8; display: block;	
}
ul.woocommerce-thankyou-order-details.order_details {
padding: 20px; background: #f9f5e5;
}
.woocommerce .order_details li {
font-size: 10px; letter-spacing: 1px; color: rgba(0, 0, 0, 0.6); border-right-color: rgba(0, 0, 0, 0.17); padding: 6px 27px 6px 6px;
}
.woocommerce .order_details li strong {
letter-spacing: 0; margin-top: 4px; font-size: 14px; color: #222;
}
tr.product-purchase-note p {
font-size: 13px; opacity: .6; max-width: 480px;
}
.woocommerce table.order_details td,
.woocommerce table.order_details th,
.woocommerce table.customer_details td,
.woocommerce table.customer_details th  {
padding-left: 0;
}
@media screen and (max-width: 767px) {
.woocommerce .order_details li {
display: block; float: none; margin-bottom: 10px; border-right: 0; border-bottom: 1px dashed rgba(51, 51, 51, 0.19); padding-bottom: 14px;
}
.woocommerce .order_details li:last-of-type {
margin-bottom: 0;
}
} .woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce button.button.alt,
.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt  {
font-size: 11px; line-height: 1; padding: 16px 26px; font-weight: 700; border-radius: 0; color: #111; background-color: transparent;    border: 2px solid #111;
} .woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover, 
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce a.button.alt:disabled[disabled]:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce input.button.alt:disabled[disabled]:hover {
background: none; color: #111;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
color: #fff; background: #222;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
background: #222; color: #fff;
}
.woocommerce #respond input#submit.loading, 
.woocommerce a.button.loading, 
.woocommerce button.button.loading, 
.woocommerce input.button.loading {
padding-right: 36px;
}
.woocommerce #respond input#submit:after, 
.woocommerce a.button:after, 
.woocommerce button.button:after, 
.woocommerce input.button:after {
top: 13px !important; font-size: 14px;
}
.woocommerce #respond input#submit.added:after, 
.woocommerce a.button.added:after, 
.woocommerce button.button.added:after, 
.woocommerce input.button.added:after {
line-height: .8;
} div.pp_woocommerce div.ppt {
text-align: left; font-weight: 400; font-size: 11px; text-transform: uppercase; letter-spacing: .08em;
}
div.pp_woocommerce .pp_description, 
div.pp_woocommerce .pp_nav {
font-size: 12px;
}
div.pp_woocommerce .pp_arrow_next, 
div.pp_woocommerce .pp_arrow_previous {
margin-top: 1px;
}
.currentTextHolder {
padding: 1px 1px 0; letter-spacing: 3px;
}
div.pp_woocommerce .pp_close {
background: none; top: -40px; right: 0; font-size: 21px!important;
}
div.pp_woocommerce a.pp_contract, 
div.pp_woocommerce a.pp_expand {
background: none; left: auto; right: 36px; top: -40px; font-size: 21px!important;
}
div.ppt {
margin: 0 0 -6px 0;
}
div.pp_woocommerce .pp_arrow_next, 
div.pp_woocommerce .pp_arrow_previous {
background: none; font-size: 21px !important; text-shadow: none; color: #333 !important;
}
div.pp_woocommerce .pp_arrow_next:hover, 
div.pp_woocommerce .pp_arrow_previous:hover {
color: #000 !important; background: none;
}
div.pp_woocommerce .pp_next:before, 
div.pp_woocommerce .pp_previous:before {
background: none; text-shadow: 0 1px 2px rgba(0,0,0,.2); font-size: 26px !important;
}
div.pp_woocommerce .pp_gallery ul li a {
border: 0; border-radius: 0;
}
div.pp_woocommerce .pp_gallery ul li.selected a {
border: 1px solid #fff;
} .woocommerce-error, .woocommerce-info, .woocommerce-message {
background: none; border: 1px solid #eee; font-size: .9rem; background: #fff;
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
color: inherit;  text-transform: uppercase; font-size: 11px; display: inline-block; margin-left: 11px; letter-spacing: .05em;
}
.woocommerce-message {
border-top: 5px solid #79d69a;
}
.woocommerce-message:before {
color: #79d69a;
}
.woocommerce-info {
border-top: 5px solid #eae5bf;
}
.woocommerce-info:before {
color: #c3bf9b;
}
.woocommerce-error {
border-top: 5px solid #e29191;
}
.woocommerce-error:before {
color: #e29191;
} .woocommerce .woocommerce-breadcrumb {
margin-bottom: 50px; color: #ccc; text-transform: uppercase; font-size: 11px; letter-spacing: .07em; padding: 12px 24px; border: 1px solid #eee; display: inline-block; 
}
.woocommerce .woocommerce-breadcrumb a {
color: #333;
}
.woocommerce a.added_to_cart {
text-transform: uppercase; font-size: 11px; display: block; margin-top: 13px; letter-spacing: 1px; color: inherit;
} .woocommerce-MyAccount-navigation ul {
list-style: none; padding: 0; margin: 30px 0;
}
.woocommerce-MyAccount-navigation ul li a {
padding: 6px 12px; display: inline-block; border: 1px solid #eee; color: inherit; text-transform: uppercase; font-size: 10px; letter-spacing: .05em; margin-bottom: 5px;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
background: #222; color: #fff; cursor: default; border-color: transparent;
}
.woocommerce-MyAccount-navigation ul li {
display: inline-block;
}
.woocommerce-MyAccount-navigation ul li:not(.is-active) a:hover {
background: #fafafa;
}
.woocommerce-MyAccount-content,
.woocommerce table.my_account_orders {
font-size: 13px;
}
.woocommerce-MyAccount-content a:not(.button) {
text-decoration: underline;
}
.woocommerce-MyAccount-content a:not(.button):not(:hover) {
color: inherit;
}
.woocommerce-MyAccount-content legend {
font-size: 16px; padding: 2em 0 1.3em 0; clear: left;
}
.woocommerce-MyAccount-content a.button {
padding: 10px 20px;
}  .filters {
list-style: none; padding: 0; margin: 0 0 40px 0; text-align: center; text-transform: uppercase;
}
.filters li {
display: inline-block; margin: .4em .1em .4em 0;
}
.filters li a {
color: inherit; opacity: .25; font-size: 11px; letter-spacing: .05em; font-weight: bold; padding: 5px 12px; border: 2px solid rgba(255, 255, 255, 0);
}
.filters li a:hover {
opacity: .5;
}
.filters .current a,
.filters .current a:hover {
border-color: #333; opacity: 1;
} .portfolio-grid .featured-image > a:first-of-type:after {
position: absolute; top: -22px; right: 20px; width: 50px; line-height: 50px; font-size: 14px; text-align: center; border-radius: 50%; color: #fff; background: #222;
}
.portfolio-grid .hentry .entry-header:before,
.single-portfolio .hentry .entry-header:before {
display: none;
} .portfolio-grid .hentry.format-video .featured-image > a:first-of-type:after {
content: '\e834';
} .portfolio-grid .hentry.format-audio .featured-image > a:first-of-type:after {
content: "\e885";
} .portfolio-grid .hentry.format-image .featured-image > a:first-of-type:after {
content: "\e8ca";
} .portfolio-grid .hentry.format-gallery .featured-image > a:first-of-type:after {
content: '\e870';
} .portfolio-grid .hentry.format-link .featured-image > a:first-of-type:after {
content: "\e811";
}
.portfolio-excerpt {
opacity: .5; font-size: 12px;
}  .elementor-widget-container h5 {
text-align: center; font-size: calc(1.2rem + 0.8vw); margin-bottom: 3rem;
} .jet-popup.jet-popup--front-mode {
z-index: 2000 !important;
}@media screen and (min-width: 768px) {  h1 {
font-size: 48px;
}
h2 {
font-size: 2em;
}
h3 {
font-size: 1.4em;
}
h4 {
font-size: 1.14em;
}
h5 {
font-size: 1.0em;
}
p {
margin: 0 0 1.4em 0;
}
ul,
ol {
margin: 1em 0 1.4em;
} blockquote {
max-width: 20em; margin-left: auto; margin-right: auto; font-size: 2.4em; line-height: 1.3;
}
blockquote.alignleft,
blockquote.alignright {
padding-bottom: 0; margin-bottom: 22px;
}
blockquote.alignleft {
padding-right: 0; text-align: left;
}
blockquote.alignright {
padding-left: 0; text-align: right;  
}
hr {
margin: 4em 0;
} .input-text, 
select,
.uploader,
.selector {
max-width: 320px; 
}
textarea {
min-height: 14em; max-width: 768px;
} .jet-elements .input-text, 
.jet-elements select,
.jet-elements .uploader,
.jet-elements .selector {
max-width: none;
} .site-main {
padding: 50px 0;
} .is-middle-boxed .site-main {
margin-bottom: 70px;
}
.is-middle-boxed .top-content + .site-main {
margin-top: 50px;
}
.hentry {
margin-bottom: 2em; 
}
.entry-header {
margin-bottom: 3em;
}
.entry-meta > span {
margin-right: 16px;
} .site-footer .site-info {
padding: 22px 0;
} .footer-subscribe .layout-medium {
padding: 3.8em 0;
}
.footer-subscribe h3 {
font-size: 4.2em;
}
.footer-subscribe p:nth-child(n+2) {
display: inline-block; margin-bottom: 0;
}
.footer-subscribe p:nth-child(2) {
margin-right: 1.4em;
} .footer-insta ul li,
.is-featured-area-full .featured-area .instagram-pics li,
.is-featured-area-full-margins .featured-area .instagram-pics li { 
width: 8.333%;
} .footer-insta .instagram-size-small li,
.featured-area .instagram-pics.instagram-size-small li
.is-body-boxed .footer-insta ul li,
.is-footer-boxed .footer-insta ul li {
width: 12.5%;
} .footer-insta .instagram-size-large li,
.is-body-boxed .footer-insta .instagram-size-small li,
.is-footer-boxed .footer-insta .instagram-size-small li {
width: 16.66666666666667%;
} .footer-insta .instagram-size-original li,
.is-body-boxed .footer-insta .instagram-size-large li,
.is-footer-boxed .footer-insta .instagram-size-large li  {
width: 25%;
}
.is-body-boxed .footer-insta .instagram-size-original li,
.is-footer-boxed .footer-insta .instagram-size-original li  {
width: 33.33%;
}     .widget-area .widget { 
margin: 0 0 4.4em 0;
} .tptn_posts_widget img {
max-height: 94px;
}
.tptn_title {
margin-top: 0.3em;
}  .owl-theme .owl-nav {
display: block;
} .featured-area {
margin-left: -5px; margin-right: -5px; margin-top: 5px;
}
.blocks { 
margin: 0 -5px;
}
.block { 
padding: 5px;
} .ratio-16-9 .post-wrap {
padding-top: 56.25%;
} .ratio-16-9 .post-slider .post-wrap {
padding-top: 57.25%;
} .intro {
margin-left: 5px; margin-right: 5px;
}
.intro-text {
width: 70%; 
} .section-title {
margin-bottom: 40px !important;
}  .archive-header .entry-title {
font-size: 2.3em;
} .blog-regular .entry-header,
.blog-stream.first-full .hentry:first-child .entry-header {
margin-bottom: 2em;
}
.blog-regular .entry-title,
.blog-stream.first-full .hentry:first-child .entry-title {  
font-size: 2.4em;
} .blog-list .hentry {
margin-bottom: 3em;
}
.blog-list .hentry-middle {
padding: 2em 3em;
}
.blog-list .entry-content {
display: block;
}
.blog-list .featured-image {
padding-top: 41%;
} .blog-circles .hentry-middle {
padding: 1em 3em 0em;
}
.blog-circles .hentry:not(:hover) .featured-image {
border-radius: 50%; -webkit-transform: scale(1.2) translateX(-16px) translateY(-30px); transform: scale(1.2) translateX(-16px) translateY(-30px);
}
.blog-circles .hentry:nth-child(even):not(:hover) .featured-image {
float: right; -webkit-transform: scale(1.2) translateX(16px) translateY(30px); transform: scale(1.2) translateX(16px) translateY(30px);
} .blog-grid .hentry {
width: 50%; float: left;
}
.blog-grid.first-full .hentry:first-child {
width: 100%;
} .blog-simple {
margin-bottom: 2em;
}
.blog-simple .hentry {
height: 92px;
}
.blog-simple .hentry-left {
width: 92px; height: 92px;
}
.blog-simple .hentry-middle {
margin-left: 120px;
}
.blog-simple .entry-date {
padding-top: 28px;
}
.blog-simple .entry-title {
font-size: 25px;
}
.blog-simple .day {
font-size: 33px;
} .single .hentry > .entry-title {
width: 80%; margin-left: auto; margin-right: auto;
}
html:not(.is-single-post-title-with-margins) .top-content-single .post-header-classic .entry-header {
padding: 40px 0;
} .top-content-single .post-wrap {
padding-top: 50%;
} .social-feed ul li,
.flickr_badge_image { 
width: 50%;
}
.social-feed ul li img,
.flickr_badge_image img { 
width: 100%; max-width: none;
} .navigation {
letter-spacing: 2px;
}
.comment-nav {
margin: 3em 0 6em;
} .related-posts {
padding: 2em 0;
}
.related-posts .block {
width: 33.33%; float: left;
}
.related-post.post-classic {
padding-bottom: 0;
} .nav-single > div { 
float: left; width: 50%; 
} .about-author {
margin: 3em 0;
}
.is-about-author-boxed .author-bio,
.is-about-author-boxed-dark .author-bio,
.is-about-author-border .author-bio,
.is-about-author-border-arrow .author-bio {
padding: 2em 2em 1.1em;
}
.author-img {
width: 116px;
}
.author-info {
margin-left: 142px;
} .commentlist {
padding-bottom: 2em;
}
.comment-meta img {
max-width: 76px; position: absolute; top: 20px; left: 0;
} .is-comments-boxed .comments-area article {
padding: 1.6em 2.4em;
}
.is-comments-boxed .comment-meta img {
top: 20px; left: 24px;
} .is-comments-image-out .comment-meta img  {
left: -36px;
}
.is-comments-image-out .comment-meta, 
.is-comments-image-out .comment-content {
margin-left: 32px;
}
.comment-meta,
.comment-content {
margin-left: 92px;
}
.comments-area ol ol,
.comments-area ol #respond {
margin-left: 8%;
}
.comments-area ol ol ol,
.comments-area ol ol #respond {
margin-left: 4%;
}
.comment-content p {
font-size: 0.9rem;
}
.bypostauthor > article:before {
font-size: 68px; right: 34px;
} #respond {
margin: 3em 0;
} .is-comment-form-boxed #respond {
padding: 3em;
}
#respond form p { 
margin-bottom: 0; 
}
.comment-form-author,
.comment-form-email,
.comment-form-url{
float: left; width: 30%; margin-right: 3%;
}
.comment-form-url {
width: 34%; margin-right: 0;
}
.form-allowed-tags,
.form-submit { 
clear: left; 
}
.form-submit {
padding-top: 2em;
} .format-status .entry-content > p:first-child {
font-size: 1.1em; padding: 1em 1.8em;
} .shop-filters {
overflow: hidden;
}
.shop-filters .woocommerce-result-count {
float: left; margin: 0; font-size: 12px; letter-spacing: .02em;
}
.shop-filters select {
float: right; width: auto; max-width: none; border: 0; direction: rtl;
}
.woocommerce .product .entry-meta span.price {
font-size: 13px;
}
.woocommerce .product .price del {
color: #daa4a4; margin-right: 16px;
} .woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
width: 46%;
}
.woocommerce .panel h2 {
font-size: 1.8em;
} .woocommerce #reviews #comments ol.commentlist li img.avatar {
width: 60px; height: 60px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text.comment-text {
margin-left: 78px; padding: 20px 30px;
} .woocommerce table.shop_table {
border-top: 0;
} .woocommerce-MyAccount-navigation ul {
margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 150px; position: absolute;
}
.woocommerce-account .woocommerce-MyAccount-content {
float: left; width: 100%; padding-left: 210px; min-height: 320px;
}
.woocommerce-MyAccount-navigation ul li,
.woocommerce-MyAccount-navigation ul li a {
display: block; margin-bottom: -1px;
}
.woocommerce-MyAccount-navigation ul li a {
padding: 16px 24px;
} .type-portfolio.hentry p {
margin-bottom: 2.4em;
}
} @media screen and (min-width: 768px) and (max-width:991px) { .slider-box .post-wrap {
padding-top: 56.25%;
}
}@media screen and (min-width: 992px) { html {
font-size: 14px;
}
.sidebar {
font-size: 13px;
}
.blog-stream .entry-content,
.blog-stream.blog-small .entry-content {
font-size: 13px;
}
.nav-menu ul {
font-size: 11px;
}
.nav-menu ul ul {
font-size: 10px;
}  .site-header {
width: 100%;
}
.site-branding {
padding: 50px 0;
}
.site-title {
font-size: 48px;
}
.site-title img {
max-height: 80px;
}
.site-header .site-description {
font-size: 12px;
} .is-menu-bar.is-menu-align-left .nav-menu { 
text-align: left;
}
.is-menu-bar.is-menu-align-right .nav-menu { 
text-align: right; margin-right: 28px;
}
.is-menu-bar.is-menu-align-right .shopping-cart ~ .nav-menu {
margin-right: 70px;
}  .is-menu-sticky.is-menu-bottom .admin-bar .site-navigation.clone {
top: 32px !important;
} .social-container { 
display: block; position: absolute; top: 12px; left: -6px; right: auto;
}
.is-menu-align-left .social-container { 
right: 32px; left: auto;
}
.is-menu-align-left .shopping-cart ~ .social-container { 
right: 68px;
}
.site-header .social { 
margin: 0;
} .shopping-cart {
left: auto; right: 15px; width: 52px; line-height: 51px;
} .site-navigation .layout-medium { 
max-height: 54px;
}
.menu-toggle {
display: none; padding: 0;
}
.site-navigation { 
text-align: center;
}
.nav-menu ul {
display: inline-block; list-style: none; margin: 0; padding: 0; 
}
.nav-menu ul li {
display: inline-block; line-height: 54px; margin: 0 8px; padding: 0; position: relative; 
}
.nav-menu ul li a {
border: 0; display: inline-block; padding: 0; 
}
.is-submenu-dark .nav-menu ul ul li, 
.is-submenu-dark .nav-menu ul ul li a { 
color: rgba(255,255,255, .8); 
}
.nav-menu ul ul li a:hover { 
color: inherit; background: #f3f3f3; 
}
.is-submenu-dark .nav-menu ul ul li a:hover { 
color: #fff; background: rgba(255, 255, 255, 0.05);
} .nav-menu ul ul {
display: block; text-align: center; visibility: hidden; opacity: 0; left: -56px; left: calc( (-186px + 100%) / 2 ); margin: -1px 0 0 0; padding: 0; position: absolute; top: 54px; width: 160px; z-index: 10310; box-shadow: 0px 1px 14px 3px rgba(176, 173, 150, 0.14); -webkit-transition: all 0.15s ease-out; transition: all 0.15s ease-out; 
}
.nav-menu ul > li:hover > ul {
visibility: visible; opacity: 1; }
.nav-menu ul ul li {
background-color: #fff; display: block; line-height: 1.5; margin: 0; max-height: none; padding: 0;
}
.is-submenu-dark .nav-menu ul ul {
box-shadow: none;
}
.is-submenu-dark .nav-menu ul ul li {
background-color: #181818;
}
.is-submenu-light-border .nav-menu ul ul {
margin-top: -2px; border: 1px solid rgba(0, 0, 0, 0.35); box-shadow: 0px 4px 10px 1px rgba(176, 173, 150, 0.1);
}
.is-submenu-light-border .nav-menu ul ul li {
border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}
.is-submenu-light-border .nav-menu ul ul li:last-child {
border-bottom: none;
}
.nav-menu ul ul li:first-child {
border-top: 0; 
}
.nav-menu ul ul li a {
display: block; padding: 12px; 
}
.nav-menu ul ul li:last-child {
border-bottom: none; 
} .nav-menu ul ul ul { 
top: 1px; left: 158px; right: auto; 
}  .nav-menu .submenu-toggle {
border: none; width: 24px; opacity: .8;
}
.nav-menu ul ul .submenu-toggle {
display: none;
}  .is-submenu-align-left .nav-menu ul ul,
.is-submenu-align-right .nav-menu ul ul {
text-align: left;
}
.is-submenu-align-left .nav-menu ul ul a,
.is-submenu-align-right .nav-menu ul ul a {
padding: 12px 24px;
}
.is-submenu-align-left .nav-menu > ul > li > ul {
left: -24px;
} .is-submenu-align-right .nav-menu > ul > li > ul {
text-align: right;
}
.is-submenu-align-right .nav-menu > ul > li > ul {
right: -36px; left: auto;
}  .search-container {
display: block; visibility: hidden; opacity: 0; padding: 0; position: absolute; top: 0; right: 30px; width: 140px;
}
.is-search-toggled-on .search-container {
visibility: visible; opacity: 1; }
.is-search-toggled-on.is-menu-align-right .nav-menu,
.is-search-toggled-on.is-menu-align-left .social-container,
.is-search-toggled-on.is-header-row .nav-menu,
.is-search-toggled-on.is-header-small:not(.is-menu-align-right) .social-container,
.is-search-toggled-on .shopping-cart {
visibility: hidden; opacity: 0; }
.search-toggle {
display: block;
}
.is-search-toggled-on .search-toggle:before {
content: '\e898';
}
.search-box label span {
display: none;
}
.search-box #search-field {
max-width: 100%; font-size: 13px; padding: 0; line-height: 53px; text-align: right;
} .is-menu-sticky .clone {
position: fixed; z-index: 800; top: 0; width: 100%; display: none; -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
.is-menu-sticky .clone.is-visible {
top: 0; display: block;
}
.is-menu-sticky .admin-bar .clone.is-visible {
top: 32px; 
}  .is-menu-sticky.menu-invisible.menu-detached .clone {
-webkit-transform: translate(0,-100%);
transform: translate(0,-100%);
-webkit-transition: -webkit-transform .3s, height .3s, background .4s, opacity .3s;
transition: transform .3s, height .3s, background .4s, opacity .3s;
opacity: 0;
} .is-menu-sticky.menu-detached .clone {
position: fixed; top: 0; opacity: 1; display: block;
-webkit-transition: -webkit-transform .3s, height .3s, background .4s, opacity .3s;
transition: transform .3s, height .3s, background .4s, opacity .3s;
} .is-menu-sticky.menu-detached .admin-bar .clone {
top: 32px;
} .is-header-row .site-header {
margin: 0;
}
.is-header-row .header-wrap {
padding: 36px 0;
}
.is-header-row .site-header .layout-medium {
width: 100%;
}
.is-header-row .site-branding {
display: inline-block; padding: 0; max-width: 40%; text-align: left;
}
.is-header-row .site-title {
font-size: 35px;
}
.is-header-row .site-title img {
max-height: 52px;
}
.is-header-row .site-navigation {
display: inline-block; float: right;
}
.is-header-row .nav-menu {
padding-right: 26px;
}
.is-header-row .shopping-cart ~ .nav-menu {
padding-right: 68px;
} 
.is-header-row .social-container {
top: 52px; right: 0; left: auto;
} .is-header-row.is-menu-sticky .site-header.original.is-hidden,
.is-header-row.is-menu-sticky.menu-detached .site-header.original,
.is-header-small.is-menu-sticky .site-header.original.is-hidden,
.is-header-small.is-menu-sticky.menu-detached .site-header.original  {
opacity: 0; }
.is-header-row.is-menu-sticky .site-header .site-title img,
.is-header-row.is-menu-sticky .site-header .site-header,
.is-header-row.is-menu-sticky .site-header .header-wrap {
-webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out;
}
.is-header-row.is-menu-sticky .site-header.smaller .header-wrap {
padding: 9px 0;
}
.is-header-row.is-menu-sticky .site-header.smaller .site-navigation {
margin: -8px 0;
}
.is-header-row.is-menu-sticky .site-header.smaller .site-title {
font-size: 2.2em;
}
.is-header-row.is-menu-sticky .site-header.smaller .site-title img {
max-height: 28px;
}
.is-header-row.is-menu-sticky .site-header.smaller .site-description,
.is-header-row.is-menu-sticky .site-header.smaller .social-container {
display: none;
} .is-header-small .site-header {
text-align: center;
}
.is-header-small .header-wrap {
position: relative; max-height: 100%;
}
.is-header-small .menu-wrap {
background: none !important;
}
.is-header-small .site-navigation {
display: inline-block; width: 100%;
}
.is-header-small .site-branding {
top: 0px; left: 0px; padding: 0;
}
.is-header-small .site-title {
font-size: 27px; line-height: 52px;
}
.is-header-small .site-title img {
max-width: none;
}
.is-header-small .nav-menu {
display: inline-block;
}
.is-header-small .social-container {
display: inline-block; padding-left: 24px; left: auto; right: 32px;
}
.is-header-small .shopping-cart ~ .social-container {
right: 68px;
} .is-header-small.is-menu-sticky .site-header.clone.smaller .header-wrap {
padding: 0;
} .is-header-small.is-menu-align-left .header-wrap-inner,
.is-header-small.is-menu-align-right .header-wrap-inner,
.is-header-small.is-menu-align-right .site-navigation .layout-medium {
-ms-box-orient: horizontal;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
}
.is-header-small.is-menu-align-left .site-branding,
.is-header-small.is-menu-align-right .site-branding  {
position: static; order: 1; white-space: nowrap;
}
.is-header-small.is-menu-align-left .site-navigation {
order: 2; text-align: left; margin-left: 32px;
}
.is-header-small.is-menu-align-right .site-navigation {
order: 2;
}
.is-header-small.is-menu-align-right .social-container {
order: 1; position: static; margin-top: 12px; margin-left: 24px;
}
.is-header-small.is-menu-align-right .nav-menu {
order: 2; text-align: right; margin-left: auto;
}
.is-header-small.is-menu-align-right .nav-menu {
padding-right: 32px;
}
.is-header-small.is-menu-align-right .shopping-cart ~ .nav-menu {
padding-right: 68px;
}
.is-header-small.is-menu-align-right .social-container {
padding-left: 0;
} .with-sidebar {
float: left; width: 100%; margin-right: -280px;
}
.with-sidebar .site-content {
margin-right: 280px; padding-right: 70px;
}
.sidebar { 
width: 280px; float: left; margin-top: 0;
}
.sidebar-content {
padding-bottom: 40px;
} .is-sidebar-left .with-sidebar {
margin-left: -280px; float: right; margin-right: 0;
}
.is-sidebar-left .with-sidebar .site-content {
margin-left: 280px; margin-right: 0; padding-left: 70px; padding-right: 0;
}
.is-sidebar-left .sidebar { 
float: right;
}  .content-area.with-sidebar img.full,
.content-area.with-sidebar figure.full,
.content-area.with-sidebar .parallax-image {
position: static; left: 0; right: 0; width: 100%; max-width: 100%; margin-left: 0; margin-right: 0;
} .comments-area {
padding-bottom: 0;
}	
.commentlist + #respond {
margin-bottom: 0;
}  .block.w-50 { 
width: 50%; 
}
.block.w-75 { 
width: 75%; 
}
.block.w-75 ~ .link-box:nth-child(2),
.block.w-75 ~ .link-box:nth-child(3),
.block.w-75 ~ .link-box:nth-child(4) {
width: 25%; 
} .slider-box .entry-title { 
font-size: 65px;
} .ratio-21-9 .post-wrap,
.ratio-ultra-wide .post-wrap {
padding-top: 42.85%;
} .intro-content {
width: 88%;
}
.intro h1 {
font-size: 38px;
}
.is-featured-area-full .intro-text,
.is-featured-area-full-margins .intro-text {
width: 100%;
} .is-intro-align-left .intro-text,
.is-intro-align-right .intro-text {
width: 100%;
}
.is-intro-align-left .intro-content,
.is-intro-align-right .intro-content {
width: 88%; margin-left: auto; margin-right: auto;
}
.is-intro-align-left .intro-content {
text-align: left; overflow: hidden;
}
.is-intro-align-left .intro-content img {
float: left; margin-right: 60px; margin-bottom: 0;
} .is-intro-align-right .intro-content {
text-align: right; overflow: hidden;
}
.is-intro-align-right .intro-content img {
float: right; margin-left: 60px; margin-bottom: 0;
}  .entry-meta.below-content {
text-align: left;
}
.entry-meta.below-content > span:last-child {
float: right;
} .blog-small .entry-title {
font-size: 22px;
} .blog-list .entry-content {
display: block; 
}
.blog-list .featured-image {
width: 46%; padding-top: 46%;
}
.blog-list .hentry-middle {
width: 54%;
} .blog-circles .hentry {
margin-bottom: 4em;
}
.blog-circles .featured-image {
border-radius: 50%; -webkit-transform: scale(1.2) translateX(-10px) translateY(-30px); transform: scale(1.2) translateX(-10px) translateY(-30px);
}
.blog-circles .hentry:nth-child(even):not(:hover) .featured-image {
float: right; -webkit-transform: scale(1.2) translateX(10px) translateY(30px); transform: scale(1.2) translateX(10px) translateY(30px);
} .content-area:not(.with-sidebar) .blog-grid .hentry {
width: 33.333%;
}
.content-area:not(.with-sidebar) .blog-grid.first-full .hentry:first-child {
width: 66.666%;
}
.with-sidebar .blog-grid .hentry {
width: 50%; float: left;
}  .is-top-content-single-full.top-content-single .post-wrap {
padding-top: 32%;
}
.is-top-content-single-full-margins.top-content-single .post-wrap {
padding-top: 37%;
} .is-top-content-single-full.top-content-single .page-header .post-wrap,
.is-top-content-single-full.top-content-single .archive-header .post-wrap {
padding-top: 22%;
}
.is-top-content-single-full-margins.top-content-single .page-header .post-wrap,
.is-top-content-single-full-margins.top-content-single .archive-header .post-wrap {
padding-top: 25%;
} .content-area.with-sidebar .related-posts .block {
width: 33.33%; float: left;
} .woocommerce #reviews #comments ol.commentlist {
font-size: 0;
}
.woocommerce #reviews #comments ol.commentlist li {
display: inline-block; width: 48%; margin-left: 2%; font-size: 13px; vertical-align: middle;
}
.woocommerce #reviews #comments ol.commentlist li:nth-child(odd) {
margin-left: 0; margin-right: 2%;
} .woocommerce #review_form_wrapper { 
padding: 42px 54px;
}
.woocommerce p.comment-form-comment {
width: 65%; float: left;
}
.woocommerce #review_form #respond p.comment-form-author,
.woocommerce #review_form #respond p.comment-form-email,
.woocommerce #review_form #respond p.form-submit {
margin-left: 3%; width: 32%; float: left; clear: none;
}
.woocommerce #review_form #respond p.form-submit {
padding-top: 25px;
}
.woocommerce #review_form #respond p.form-submit input { width: 100%; }
.woocommerce #review_form #respond p input {
max-width: 100%;
}
.woocommerce #review_form #respond textarea {
min-height: 213px;
}
} @media screen and (min-width: 1200px) { .is-featured-image-right,
.is-featured-image-left {
display: flex; align-items: center; justify-content: center;
}
.is-featured-image-right .entry-title,
.is-featured-image-left .entry-title {
line-height: 1;
}
.is-featured-image-right.post-header-classic .entry-header,
.is-featured-image-left.post-header-classic .entry-header {
display: inline-block; max-width: 45%; margin-right: 5%; padding: 0; vertical-align: bottom; text-align: right; margin-bottom: 3em;
}
.is-featured-image-right .featured-image,
.is-featured-image-left .featured-image {
display: inline-block; max-width: 50%; margin-bottom: 3em; vertical-align: bottom;
}
.is-featured-image-left .featured-image {
order: 1;
}
.is-featured-image-left.post-header-classic .entry-header {
order: 2;
text-align: left; margin-right: 0; margin-left: 5%; padding-top: 4%;
} .is-single-post-title-with-margins .post-header-classic .entry-header,
html.is-middle-boxed.is-single-post-title-with-margins .top-content-single .post-header-classic .entry-header:last-child { padding: 120px 0;
}
html:not(.is-middle-boxed).is-single-post-title-with-margins .top-content-single .post-header-classic .entry-header:last-child { padding: 120px 0 70px 0;
} .is-related-posts-overflow .content-area:not(.with-sidebar) .related-posts {
width: 164%; margin-left: -32%;
}
.is-related-posts-overflow .content-area:not(.with-sidebar) .related-posts .blocks {
margin: 0 -20px;
} 
.is-related-posts-overflow .content-area:not(.with-sidebar) .related-posts .block {
padding: 20px;
}
.is-related-posts-overflow .content-area:not(.with-sidebar) .related-posts .post-thumbnail .entry-title {
font-size: 30px;
} .tptn_posts_widget img {
max-height: 144px;
}
.tptn_title {
margin-left: 24px; margin-top: 0;
}
} @media screen and (min-width: 1400px) {  .ratio-ultra-wide .post-wrap {
padding-top: 29%;
}
.is-featured-area-full .slider-box .post-thumbnail .entry-header,
.is-featured-area-full-margins .slider-box .post-thumbnail .entry-header  {
max-width: 560px; max-width: 100%;
}	
}.is-header-small .header-wrap,
.is-header-row .header-wrap,
.is-menu-top .header-wrap,
.is-menu-bar .menu-wrap {
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.is-header-small .smaller .header-wrap,
.is-header-row .smaller .header-wrap {
box-shadow: 0 6px 15px -6px rgba(17, 17, 17, 0.12);
} .site-footer {
border-top: 1px solid rgba(0, 0, 0, 0.05)
}
.site-footer .site-info {
text-transform: uppercase; letter-spacing: 2px; font-size: 10px;
} .is-body-boxed .site, 
.is-middle-boxed .site-main, 
.is-content-boxed .content-area {
background-color: #fff; box-shadow: 0px 0px 50px #dbdbd2;
}
.featured-area {
margin-top: -5px;
} @media screen and (min-width: 992px) { .more-link,
.more a {
letter-spacing: 3px;
}
.category-title i {
margin-bottom: 8px;	letter-spacing: 4px;
}
.comment-content p {
font-size: .875rem;
}
.comment-reply-link {
font-size: 11px; font-weight: 700;
}
.comment-meta .fn {
font-size: 15px;
}
.comment-meta .comment-date {
font-size: 11px; letter-spacing: 2px;
}
} @media screen and (min-width: 1400px) { 
.is-post-media-overflow .layout-fixed .alignright {
margin-right: -20%;
}
.is-post-media-overflow .layout-fixed .alignleft {
margin-left: -20%;
}
.is-post-media-overflow .layout-fixed .aligncesnter:not(.full) {
max-width: 140%; width: 140%; margin-left: -20%;
}	
}