@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}}#wpadminbar>.godaddy-styles *,.godaddy-styles *{font-family:GD Sherpa,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1.4}#wpadminbar>.godaddy-styles .is-bigger,.godaddy-styles .is-bigger{font-size:1.1em!important;font-weight:500!important}#wpadminbar>.godaddy-styles .components-button,#wpadminbar>.godaddy-styles.components-button,.godaddy-styles .components-button,.godaddy-styles.components-button{border:0;border-radius:6px;box-shadow:none;font-size:1em;height:auto;line-height:1;padding:1.25em;transition:background-color,color,.2s ease-in-out}#wpadminbar>.godaddy-styles .components-button:disabled,#wpadminbar>.godaddy-styles.components-button:disabled,.godaddy-styles .components-button:disabled,.godaddy-styles.components-button:disabled{opacity:.5}#wpadminbar>.godaddy-styles .components-button>svg,#wpadminbar>.godaddy-styles.components-button>svg,.godaddy-styles .components-button>svg,.godaddy-styles.components-button>svg{height:24px;margin-left:.2em;position:relative;right:-5px;top:-1px;transform:scale(.75);width:24px}#wpadminbar>.godaddy-styles .components-button.no-padding,#wpadminbar>.godaddy-styles.components-button.no-padding,.godaddy-styles .components-button.no-padding,.godaddy-styles.components-button.no-padding{padding:0}#wpadminbar>.godaddy-styles .components-button.is-big,#wpadminbar>.godaddy-styles.components-button.is-big,.godaddy-styles .components-button.is-big,.godaddy-styles.components-button.is-big{font-size:1.1em;font-weight:600;padding:1.5em}#wpadminbar>.godaddy-styles .components-button.is-primary,#wpadminbar>.godaddy-styles.components-button.is-primary,.godaddy-styles .components-button.is-primary,.godaddy-styles.components-button.is-primary{background-color:#000;box-shadow:none;color:#fff}#wpadminbar>.godaddy-styles .components-button.is-primary:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-primary:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-primary:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-primary:hover:not([disabled]),.godaddy-styles .components-button.is-primary:active:not([disabled]),.godaddy-styles .components-button.is-primary:hover:not([disabled]),.godaddy-styles.components-button.is-primary:active:not([disabled]),.godaddy-styles.components-button.is-primary:hover:not([disabled]){background-color:#00a4a6}#wpadminbar>.godaddy-styles .components-button.is-secondary,#wpadminbar>.godaddy-styles.components-button.is-secondary,.godaddy-styles .components-button.is-secondary,.godaddy-styles.components-button.is-secondary{box-shadow:none;color:#111}#wpadminbar>.godaddy-styles .components-button.is-secondary:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-secondary:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-secondary:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-secondary:hover:not([disabled]),.godaddy-styles .components-button.is-secondary:active:not([disabled]),.godaddy-styles .components-button.is-secondary:hover:not([disabled]),.godaddy-styles.components-button.is-secondary:active:not([disabled]),.godaddy-styles.components-button.is-secondary:hover:not([disabled]){border:0;box-shadow:none;color:#000}#wpadminbar>.godaddy-styles .components-button.is-tertiary,#wpadminbar>.godaddy-styles.components-button.is-tertiary,.godaddy-styles .components-button.is-tertiary,.godaddy-styles.components-button.is-tertiary{border:1px solid #111;color:#111}#wpadminbar>.godaddy-styles .components-button.is-tertiary:hover,#wpadminbar>.godaddy-styles.components-button.is-tertiary:hover,.godaddy-styles .components-button.is-tertiary:hover,.godaddy-styles.components-button.is-tertiary:hover{background-color:#111;box-shadow:none;color:#fff}#wpadminbar>.godaddy-styles .components-button.is-link,#wpadminbar>.godaddy-styles.components-button.is-link,.godaddy-styles .components-button.is-link,.godaddy-styles.components-button.is-link{box-shadow:none;color:#00a4a6;padding:0;text-decoration:none}#wpadminbar>.godaddy-styles .components-button.is-link:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-link:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-link:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-link:hover:not([disabled]),.godaddy-styles .components-button.is-link:active:not([disabled]),.godaddy-styles .components-button.is-link:hover:not([disabled]),.godaddy-styles.components-button.is-link:active:not([disabled]),.godaddy-styles.components-button.is-link:hover:not([disabled]){color:#111;outline:none}#wpadminbar>.godaddy-styles .components-button.has-icon:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.has-icon:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.has-icon:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.has-icon:hover:not([disabled]),.godaddy-styles .components-button.has-icon:active:not([disabled]),.godaddy-styles .components-button.has-icon:hover:not([disabled]),.godaddy-styles.components-button.has-icon:active:not([disabled]),.godaddy-styles.components-button.has-icon:hover:not([disabled]){background-color:transparent;color:#00a4a6}#wpadminbar>.godaddy-styles .components-modal__frame,#wpadminbar>.godaddy-styles.components-modal__frame,.godaddy-styles .components-modal__frame,.godaddy-styles.components-modal__frame{border-radius:1rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content,.godaddy-styles .components-modal__frame .components-modal__content,.godaddy-styles.components-modal__frame .components-modal__content{margin-top:0;padding:4.5rem 4.5rem 4.25rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content:before,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content:before,.godaddy-styles .components-modal__frame .components-modal__content:before,.godaddy-styles.components-modal__frame .components-modal__content:before{margin:0}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content p:last-child,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content p:last-child,.godaddy-styles .components-modal__frame .components-modal__content p:last-child,.godaddy-styles.components-modal__frame .components-modal__content p:last-child{margin-bottom:0}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header{border-bottom:0;font-size:2rem;height:unset;margin-bottom:.75em;padding:0;position:relative}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container{margin-right:8px}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading{font-size:2rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon{font-size:1rem;left:auto;padding:.25em;position:absolute;right:-3.5rem;top:-3.25rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg{margin-left:0;right:0;top:0;transform:scale(1)}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-text-control__input,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-text-control__input,.godaddy-styles .components-modal__frame .components-modal__content .components-text-control__input,.godaddy-styles.components-modal__frame .components-modal__content .components-text-control__input{margin-bottom:.5em}#wpadminbar>.godaddy-styles .ux-tag,.godaddy-styles .ux-tag{border-radius:4px;color:#000;font-size:.9em;font-weight:700;letter-spacing:.05625rem;line-height:1.5;padding-block:8px;padding-inline:8px;text-transform:uppercase;white-space:nowrap}#wpadminbar>.godaddy-styles .ux-tag-critical,.godaddy-styles .ux-tag-critical{background-color:#fbb}#wpadminbar>.godaddy-styles .ux-tag-highlight,.godaddy-styles .ux-tag-highlight{background-color:#a6fff8}#wpadminbar>.godaddy-styles .ux-tag-info,.godaddy-styles .ux-tag-info{background-color:#d3c1f7}#wpadminbar>.godaddy-styles .ux-tag-internal,.godaddy-styles .ux-tag-internal{background-color:#fbd9ed}#wpadminbar>.godaddy-styles .ux-tag-neutral,.godaddy-styles .ux-tag-neutral{background-color:#ddeaf8}#wpadminbar>.godaddy-styles .ux-tag-passive,.godaddy-styles .ux-tag-passive{background-color:#f4f8fc}#wpadminbar>.godaddy-styles .ux-tag-success,.godaddy-styles .ux-tag-success{background-color:#9fffb8}#wpadminbar>.godaddy-styles .ux-tag-warning,.godaddy-styles .ux-tag-warning{background-color:#ffeea9}#wpadminbar>.godaddy-styles .components-toggle-control,#wpadminbar>.godaddy-styles.components-toggle-control,.godaddy-styles .components-toggle-control,.godaddy-styles.components-toggle-control{align-items:flex-end;display:flex}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field,#wpadminbar>.godaddy-styles .components-toggle-control__field,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field,#wpadminbar>.godaddy-styles.components-toggle-control__field,.godaddy-styles .components-toggle-control .components-base-control__field,.godaddy-styles .components-toggle-control__field,.godaddy-styles.components-toggle-control .components-base-control__field,.godaddy-styles.components-toggle-control__field{margin:0}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field .components-form-toggle__track,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field .components-form-toggle__track,.godaddy-styles .components-toggle-control .components-base-control__field .components-form-toggle__track,.godaddy-styles.components-toggle-control .components-base-control__field .components-form-toggle__track{background-color:#f3f6f8}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,.godaddy-styles .components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,.godaddy-styles.components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track{background-color:#00a4a6}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__help,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__help,.godaddy-styles .components-toggle-control .components-base-control__help,.godaddy-styles.components-toggle-control .components-base-control__help{margin:0}.shining{position:relative;overflow:hidden; max-width: 100px;}.shining:after{position:absolute;left:-150%;top:0;content:'';width:150%;height:100%;transform:skewX(-30deg);animation:3s ease-in-out .3s infinite shining;background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%)}@keyframes shining{0%{transform:translateX(-180%) skewX(-30deg)}100%{transform:translateX(180%) skewX(-30deg)}}.loading-hexagon{-webkit-animation:3.5s infinite hexagon;animation:4s ease-in-out infinite hexagon}@keyframes hexagon{0%,100%{transform:rotate(0)}50%{transform:rotate(360deg)}68%,71%{transform:rotate(0);transform:scale(1)}76%{transform:rotate(360deg);transform:scale(1.25)}85%,86%{transform:rotate(360deg);transform:scale(1)}}@-webkit-keyframes hexagon{0%,100%,75.1%,80%,96%{-webkit-transform:rotate(0) scale(1)}75%{-webkit-transform:rotate(360deg) scale(1)}88%{-webkit-transform:rotate(0) scale(1.25)}}.animsition-loading .preloader-image{display:none}.animsition,.animsition-overlay{position:relative;opacity:0;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animsition-overlay-slide{position:fixed;z-index:1;width:100%;height:100%;background-color:#ddd}.animsition-image,.animsition-loading{position:fixed;top:50%;left:50%;z-index:2}.animsition-image{transform:translate(-50%,-50%)}.animsition-loading{margin-top:-42px;margin-left:-42px;width:84px;height:84px;border-radius:50%;border:3px solid transparent;border-top-color:#ee0d08;animation:1.7s linear infinite animsition-loading}.animsition-loading:before{content:"";position:absolute;top:10px;left:10px;right:10px;bottom:10px;border-radius:50%;border:3px solid transparent;border-top-color:#28b79a;animation:.6s linear infinite animsition-loading-reverse}@-webkit-keyframes animsition-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes animsition-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes animsition-loading-reverse{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes animsition-loading-reverse{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.fade-in{-webkit-animation-name:fade-in;animation-name:fade-in}@-webkit-keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.fade-out{-webkit-animation-name:fade-out;animation-name:fade-out}@-webkit-keyframes fade-in-up{0%{-webkit-transform:translateY(500px);transform:translateY(500px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-up{0%{-webkit-transform:translateY(500px);transform:translateY(500px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.fade-in-up{-webkit-animation-name:fade-in-up;animation-name:fade-in-up}@-webkit-keyframes fade-out-up{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-500px);transform:translateY(-500px);opacity:0}}@keyframes fade-out-up{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-500px);transform:translateY(-500px);opacity:0}}.fade-out-up{-webkit-animation-name:fade-out-up;animation-name:fade-out-up}@-webkit-keyframes fade-in-up-sm{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-up-sm{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.fade-in-up-sm{-webkit-animation-name:fade-in-up-sm;animation-name:fade-in-up-sm}@-webkit-keyframes fade-out-up-sm{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-100px);transform:translateY(-100px);opacity:0}}@keyframes fade-out-up-sm{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-100px);transform:translateY(-100px);opacity:0}}.fade-out-up-sm{-webkit-animation-name:fade-out-up-sm;animation-name:fade-out-up-sm}@-webkit-keyframes fade-in-up-lg{0%{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-up-lg{0%{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.fade-in-up-lg{-webkit-animation-name:fade-in-up-lg;animation-name:fade-in-up-lg}@-webkit-keyframes fade-out-up-lg{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-1000px);transform:translateY(-1000px);opacity:0}}@keyframes fade-out-up-lg{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-1000px);transform:translateY(-1000px);opacity:0}}.fade-out-up-lg{-webkit-animation-name:fade-out-up-lg;animation-name:fade-out-up-lg}@-webkit-keyframes fade-in-down{0%{-webkit-transform:translateY(-500px);transform:translateY(-500px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-down{0%{-webkit-transform:translateY(-500px);transform:translateY(-500px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.fade-in-down,.fade-in-down-lg{-webkit-animation-name:fade-in-down;animation-name:fade-in-down}@-webkit-keyframes fade-out-down{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(500px);transform:translateY(500px);opacity:0}}@keyframes fade-out-down{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(500px);transform:translateY(500px);opacity:0}}.fade-out-down{-webkit-animation-name:fade-out-down;animation-name:fade-out-down}@-webkit-keyframes fade-in-down-sm{0%{-webkit-transform:translateY(-100px);transform:translateY(-100px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-down-sm{0%{-webkit-transform:translateY(-100px);transform:translateY(-100px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.fade-in-down-sm{-webkit-animation-name:fade-in-down-sm;animation-name:fade-in-down-sm}@-webkit-keyframes fade-out-down-sm{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}}@keyframes fade-out-down-sm{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}}.fade-out-down-sm{-webkit-animation-name:fade-out-down-sm;animation-name:fade-out-down-sm}@-webkit-keyframes fade-out-down-lg{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}}@keyframes fade-out-down-lg{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}}.fade-out-down-lg{-webkit-animation-name:fade-out-down-lg;animation-name:fade-out-down-lg}@-webkit-keyframes fade-in-left{0%{-webkit-transform:translateX(-500px);transform:translateX(-500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-left{0%{-webkit-transform:translateX(-500px);transform:translateX(-500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.fade-in-left{-webkit-animation-name:fade-in-left;animation-name:fade-in-left}@-webkit-keyframes fade-out-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-500px);transform:translateX(-500px);opacity:0}}@keyframes fade-out-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-500px);transform:translateX(-500px);opacity:0}}.fade-out-left{-webkit-animation-name:fade-out-left;animation-name:fade-out-left}@-webkit-keyframes fade-in-left-sm{0%{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-left-sm{0%{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.fade-in-left-sm{-webkit-animation-name:fade-in-left-sm;animation-name:fade-in-left-sm}@-webkit-keyframes fade-out-left-sm{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}}@keyframes fade-out-left-sm{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}}.fade-out-left-sm{-webkit-animation-name:fade-out-left-sm;animation-name:fade-out-left-sm}@-webkit-keyframes fade-in-left-lg{0%{-webkit-transform:translateX(-1500px);transform:translateX(-1500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-left-lg{0%{-webkit-transform:translateX(-1500px);transform:translateX(-1500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.fade-in-left-lg{-webkit-animation-name:fade-in-left-lg;animation-name:fade-in-left-lg}@-webkit-keyframes fade-out-left-lg{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-1500px);transform:translateX(-1500px);opacity:0}}@keyframes fade-out-left-lg{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-1500px);transform:translateX(-1500px);opacity:0}}.fade-out-left-lg{-webkit-animation-name:fade-out-left-lg;animation-name:fade-out-left-lg}@-webkit-keyframes fade-in-right{0%{-webkit-transform:translateX(500px);transform:translateX(500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-right{0%{-webkit-transform:translateX(500px);transform:translateX(500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.fade-in-right{-webkit-animation-name:fade-in-right;animation-name:fade-in-right}@-webkit-keyframes fade-out-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(500px);transform:translateX(500px);opacity:0}}@keyframes fade-out-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(500px);transform:translateX(500px);opacity:0}}.fade-out-right{-webkit-animation-name:fade-out-right;animation-name:fade-out-right}@-webkit-keyframes fade-in-right-sm{0%{-webkit-transform:translateX(100px);transform:translateX(100px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-right-sm{0%{-webkit-transform:translateX(100px);transform:translateX(100px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.fade-in-right-sm{-webkit-animation-name:fade-in-right-sm;animation-name:fade-in-right-sm}@-webkit-keyframes fade-out-right-sm{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(100px);transform:translateX(100px);opacity:0}}@keyframes fade-out-right-sm{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(100px);transform:translateX(100px);opacity:0}}.fade-out-right-sm{-webkit-animation-name:fade-out-right-sm;animation-name:fade-out-right-sm}@-webkit-keyframes fade-in-right-lg{0%{-webkit-transform:translateX(1500px);transform:translateX(1500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-right-lg{0%{-webkit-transform:translateX(1500px);transform:translateX(1500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.fade-in-right-lg{-webkit-animation-name:fade-in-right-lg;animation-name:fade-in-right-lg}@-webkit-keyframes fade-out-right-lg{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(1500px);transform:translateX(1500px);opacity:0}}@keyframes fade-out-right-lg{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(1500px);transform:translateX(1500px);opacity:0}}.fade-out-right-lg{-webkit-animation-name:fade-out-right-lg;animation-name:fade-out-right-lg}@-webkit-keyframes rotate-in{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transform-origin:center center;opacity:0}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}}@keyframes rotate-in{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transform-origin:center center;opacity:0}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}}.rotate-in{-webkit-animation-name:rotate-in;animation-name:rotate-in}@-webkit-keyframes rotate-out{0%{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);transform-origin:center center;opacity:0}}@keyframes rotate-out{0%{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);transform-origin:center center;opacity:0}}.rotate-out{-webkit-animation-name:rotate-out;animation-name:rotate-out}@-webkit-keyframes rotate-in-sm{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);transform-origin:center center;opacity:0}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}}@keyframes rotate-in-sm{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);transform-origin:center center;opacity:0}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}}.rotate-in-sm{-webkit-animation-name:rotate-in-sm;animation-name:rotate-in-sm}@-webkit-keyframes rotate-out-sm{0%{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);transform-origin:center center;opacity:0}}@keyframes rotate-out-sm{0%{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);transform-origin:center center;opacity:0}}.rotate-out-sm{-webkit-animation-name:rotate-out-sm;animation-name:rotate-out-sm}@-webkit-keyframes rotate-in-lg{0%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);transform-origin:center center;opacity:0}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}}@keyframes rotate-in-lg{0%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);transform-origin:center center;opacity:0}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}}.rotate-in-lg{-webkit-animation-name:rotate-in-lg;animation-name:rotate-in-lg}@-webkit-keyframes rotate-out-lg{0%{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(180deg);transform:rotate(180deg);transform-origin:center center;opacity:0}}@keyframes rotate-out-lg{0%{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(180deg);transform:rotate(180deg);transform-origin:center center;opacity:0}}.rotate-out-lg{-webkit-animation-name:rotate-out-lg;animation-name:rotate-out-lg}@-webkit-keyframes flip-in-x{0%{-webkit-transform:perspective(550px) rotateX(90deg);transform:perspective(550px) rotateX(90deg);opacity:0}to{-webkit-transform:perspective(550px) rotateX(0);transform:perspective(550px) rotateX(0);opacity:1}}@keyframes flip-in-x{0%{-webkit-transform:perspective(550px) rotateX(90deg);transform:perspective(550px) rotateX(90deg);opacity:0}to{-webkit-transform:perspective(550px) rotateX(0);transform:perspective(550px) rotateX(0);opacity:1}}.flip-in-x{-webkit-animation-name:flip-in-x;animation-name:flip-in-x;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.flip-in-x-fr,.flip-in-x-nr,.flip-in-y,.flip-in-y-fr,.flip-in-y-nr,.flip-out-x,.flip-out-x-fr,.flip-out-x-nr,.flip-out-y,.flip-out-y-nr{-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-out-x{0%{-webkit-transform:perspective(550px) rotateX(0);transform:perspective(550px) rotateX(0);opacity:1}to{-webkit-transform:perspective(550px) rotateX(90deg);transform:perspective(550px) rotateX(90deg);opacity:0}}@keyframes flip-out-x{0%{-webkit-transform:perspective(550px) rotateX(0);transform:perspective(550px) rotateX(0);opacity:1}to{-webkit-transform:perspective(550px) rotateX(90deg);transform:perspective(550px) rotateX(90deg);opacity:0}}.flip-out-x{-webkit-animation-name:flip-out-x;animation-name:flip-out-x}@-webkit-keyframes flip-in-x-nr{0%{-webkit-transform:perspective(100px) rotateX(90deg);transform:perspective(100px) rotateX(90deg);opacity:0}to{-webkit-transform:perspective(100px) rotateX(0);transform:perspective(100px) rotateX(0);opacity:1}}@keyframes flip-in-x-nr{0%{-webkit-transform:perspective(100px) rotateX(90deg);transform:perspective(100px) rotateX(90deg);opacity:0}to{-webkit-transform:perspective(100px) rotateX(0);transform:perspective(100px) rotateX(0);opacity:1}}.flip-in-x-nr{-webkit-animation-name:flip-in-x-nr;animation-name:flip-in-x-nr}@-webkit-keyframes flip-out-x-nr{0%{-webkit-transform:perspective(100px) rotateX(0);transform:perspective(100px) rotateX(0);opacity:1}to{-webkit-transform:perspective(100px) rotateX(90deg);transform:perspective(100px) rotateX(90deg);opacity:0}}@keyframes flip-out-x-nr{0%{-webkit-transform:perspective(100px) rotateX(0);transform:perspective(100px) rotateX(0);opacity:1}to{-webkit-transform:perspective(100px) rotateX(90deg);transform:perspective(100px) rotateX(90deg);opacity:0}}.flip-out-x-nr{-webkit-animation-name:flip-out-x-nr;animation-name:flip-out-x-nr}@-webkit-keyframes flip-in-x-fr{0%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}to{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0);opacity:1}}@keyframes flip-in-x-fr{0%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}to{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0);opacity:1}}.flip-in-x-fr{-webkit-animation-name:flip-in-x-fr;animation-name:flip-in-x-fr}@-webkit-keyframes flip-out-x-fr{0%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0);opacity:1}to{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}}@keyframes flip-out-x-fr{0%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0);opacity:1}to{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}}.flip-out-x-fr{-webkit-animation-name:flip-out-x-fr;animation-name:flip-out-x-fr}@-webkit-keyframes flip-in-y{0%{-webkit-transform:perspective(550px) rotateY(90deg);transform:perspective(550px) rotateY(90deg);opacity:0}to{-webkit-transform:perspective(550px) rotateY(0);transform:perspective(550px) rotateY(0);opacity:1}}@keyframes flip-in-y{0%{-webkit-transform:perspective(550px) rotateY(90deg);transform:perspective(550px) rotateY(90deg);opacity:0}to{-webkit-transform:perspective(550px) rotateY(0);transform:perspective(550px) rotateY(0);opacity:1}}.flip-in-y{-webkit-animation-name:flip-in-y;animation-name:flip-in-y}@-webkit-keyframes flip-out-y{0%{-webkit-transform:perspective(550px) rotateY(0);transform:perspective(550px) rotateY(0);opacity:1}to{-webkit-transform:perspective(550px) rotateY(90deg);transform:perspective(550px) rotateY(90deg);opacity:0}}@keyframes flip-out-y{0%{-webkit-transform:perspective(550px) rotateY(0);transform:perspective(550px) rotateY(0);opacity:1}to{-webkit-transform:perspective(550px) rotateY(90deg);transform:perspective(550px) rotateY(90deg);opacity:0}}.flip-out-y{-webkit-animation-name:flip-out-y;animation-name:flip-out-y}@-webkit-keyframes flip-in-y-nr{0%{-webkit-transform:perspective(100px) rotateY(90deg);transform:perspective(100px) rotateY(90deg);opacity:0}to{-webkit-transform:perspective(100px) rotateY(0);transform:perspective(100px) rotateY(0);opacity:1}}@keyframes flip-in-y-nr{0%{-webkit-transform:perspective(100px) rotateY(90deg);transform:perspective(100px) rotateY(90deg);opacity:0}to{-webkit-transform:perspective(100px) rotateY(0);transform:perspective(100px) rotateY(0);opacity:1}}.flip-in-y-nr{-webkit-animation-name:flip-in-y-nr;animation-name:flip-in-y-nr}@-webkit-keyframes flip-out-y-nr{0%{-webkit-transform:perspective(100px) rotateY(0);transform:perspective(100px) rotateY(0);opacity:1}to{-webkit-transform:perspective(100px) rotateY(90deg);transform:perspective(100px) rotateY(90deg);opacity:0}}@keyframes flip-out-y-nr{0%{-webkit-transform:perspective(100px) rotateY(0);transform:perspective(100px) rotateY(0);opacity:1}to{-webkit-transform:perspective(100px) rotateY(90deg);transform:perspective(100px) rotateY(90deg);opacity:0}}.flip-out-y-nr{-webkit-animation-name:flip-out-y-nr;animation-name:flip-out-y-nr}@-webkit-keyframes flip-in-y-fr{0%{-webkit-transform:perspective(1000px) rotateY(90deg);transform:perspective(1000px) rotateY(90deg);opacity:0}to{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0);opacity:1}}@keyframes flip-in-y-fr{0%{-webkit-transform:perspective(1000px) rotateY(90deg);transform:perspective(1000px) rotateY(90deg);opacity:0}to{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0);opacity:1}}.flip-in-y-fr{-webkit-animation-name:flip-in-y-fr;animation-name:flip-in-y-fr}@-webkit-keyframes flip-out-y-fr{0%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0);opacity:1}to{-webkit-transform:perspective(1000px) rotateY(90deg);transform:perspective(1000px) rotateY(90deg);opacity:0}}@keyframes flip-out-y-fr{0%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0);opacity:1}to{-webkit-transform:perspective(1000px) rotateY(90deg);transform:perspective(1000px) rotateY(90deg);opacity:0}}.flip-out-y-fr{-webkit-animation-name:flip-out-y-fr;animation-name:flip-out-y-fr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes zoom-in{0%{-webkit-transform:scale(.7);transform:scale(.7);opacity:0}to{opacity:1}}@keyframes zoom-in{0%{-webkit-transform:scale(.7);transform:scale(.7);opacity:0}to{opacity:1}}.zoom-in{-webkit-animation-name:zoom-in;animation-name:zoom-in}@-webkit-keyframes zoom-out{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.7);transform:scale(.7)}50%,to{opacity:0}}@keyframes zoom-out{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.7);transform:scale(.7)}50%,to{opacity:0}}.zoom-out{-webkit-animation-name:zoom-out;animation-name:zoom-out}@-webkit-keyframes zoom-in-sm{0%{-webkit-transform:scale(.95);transform:scale(.95);opacity:0}to{opacity:1}}@keyframes zoom-in-sm{0%{-webkit-transform:scale(.95);transform:scale(.95);opacity:0}to{opacity:1}}.zoom-in-sm{-webkit-animation-name:zoom-in-sm;animation-name:zoom-in-sm}@-webkit-keyframes zoom-out-sm{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.95);transform:scale(.95)}50%,to{opacity:0}}@keyframes zoom-out-sm{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.95);transform:scale(.95)}50%,to{opacity:0}}.zoom-out-sm{-webkit-animation-name:zoom-out-sm;animation-name:zoom-out-sm}@-webkit-keyframes zoom-in-lg{0%{-webkit-transform:scale(.4);transform:scale(.4);opacity:0}to{opacity:1}}@keyframes zoom-in-lg{0%{-webkit-transform:scale(.4);transform:scale(.4);opacity:0}to{opacity:1}}.zoom-in-lg{-webkit-animation-name:zoom-in-lg;animation-name:zoom-in-lg}@-webkit-keyframes zoom-out-lg{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.4);transform:scale(.4)}50%,to{opacity:0}}@keyframes zoom-out-lg{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.4);transform:scale(.4)}50%,to{opacity:0}}.zoom-out-lg{-webkit-animation-name:zoom-out-lg;animation-name:zoom-out-lg}@-webkit-keyframes overlay-slide-in-top{0%{height:100%}to{height:0}}@keyframes overlay-slide-in-top{0%{height:100%}to{height:0}}.overlay-slide-in-top{top:0;height:0;-webkit-animation-name:overlay-slide-in-top;animation-name:overlay-slide-in-top}@-webkit-keyframes overlay-slide-out-top{0%{height:0}to{height:100%}}@keyframes overlay-slide-out-top{0%{height:0}to{height:100%}}.overlay-slide-out-top{top:0;height:100%;-webkit-animation-name:overlay-slide-out-top;animation-name:overlay-slide-out-top}@-webkit-keyframes overlay-slide-in-bottom{0%{height:100%}to{height:0}}@keyframes overlay-slide-in-bottom{0%{height:100%}to{height:0}}.overlay-slide-in-bottom{bottom:0;height:0;-webkit-animation-name:overlay-slide-in-bottom;animation-name:overlay-slide-in-bottom}@-webkit-keyframes overlay-slide-out-bottom{0%{height:0}to{height:100%}}@keyframes overlay-slide-out-bottom{0%{height:0}to{height:100%}}.overlay-slide-out-bottom{bottom:0;height:100%;-webkit-animation-name:overlay-slide-out-bottom;animation-name:overlay-slide-out-bottom}@-webkit-keyframes overlay-slide-in-left{0%{width:100%}to{width:0}}@keyframes overlay-slide-in-left{0%{width:100%}to{width:0}}.overlay-slide-in-left{width:0;-webkit-animation-name:overlay-slide-in-left;animation-name:overlay-slide-in-left}@-webkit-keyframes overlay-slide-out-left{0%{width:0}to{width:100%}}@keyframes overlay-slide-out-left{0%{width:0}to{width:100%}}.overlay-slide-out-left{left:0;width:100%;-webkit-animation-name:overlay-slide-out-left;animation-name:overlay-slide-out-left}@-webkit-keyframes overlay-slide-in-right{0%{width:100%}to{width:0}}@keyframes overlay-slide-in-right{0%{width:100%}to{width:0}}.overlay-slide-in-right{right:0;width:0;-webkit-animation-name:overlay-slide-in-right;animation-name:overlay-slide-in-right}@-webkit-keyframes overlay-slide-out-right{0%{width:0}to{width:100%}}@keyframes overlay-slide-out-right{0%{width:0}to{width:100%}}.overlay-slide-out-right{right:0;width:100%;-webkit-animation-name:overlay-slide-out-right;animation-name:overlay-slide-out-right}@font-face{font-family:core-icons;src:url(//americanaconstruction.net/wp-content/plugins/masterlayer-addons-for-elementor/assets/fonts/core-icons/core-icons.eot?geji0r);src:url(//americanaconstruction.net/wp-content/plugins/masterlayer-addons-for-elementor/assets/fonts/core-icons/core-icons.eot?geji0r#iefix) format('embedded-opentype'),url(//americanaconstruction.net/wp-content/plugins/masterlayer-addons-for-elementor/assets/fonts/core-icons/core-icons.ttf?geji0r) format('truetype'),url(//americanaconstruction.net/wp-content/plugins/masterlayer-addons-for-elementor/assets/fonts/core-icons/core-icons.woff?geji0r) format('woff'),url(//americanaconstruction.net/wp-content/plugins/masterlayer-addons-for-elementor/assets/fonts/core-icons/core-icons.svg?geji0r#core-icons) format('svg');font-weight:400;font-style:normal;font-display:block}[class*=" ci-"],[class^=ci-]{font-family:core-icons!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ci-map-marker-solid:before{content:"\e959"}.ci-mobile-solid:before{content:"\e95a"}.ci-instagram-square:before{content:"\e055"}.ci-tiktok:before{content:"\e07b"}.ci-search:before{content:"\e851"}.ci-youtube:before{content:"\e876"}.ci-ChatCircleText:before{content:"\e900"}.ci-folder:before{content:"\e901"}.ci-user-2:before{content:"\e902"}.ci-bag:before{content:"\e903"}.ci-Calendar:before{content:"\e904"}.ci-Heart:before{content:"\e905"}.ci-Search:before{content:"\e906"}.ci-Time-Circle:before{content:"\e907"}.ci-triangle-left:before{content:"\e908"}.ci-triangle-right:before{content:"\e909"}.ci-u_corner-up-left-alt:before{content:"\e90a"}.ci-tags:before{content:"\e90b"}.ci-tag:before{content:"\e90c"}.ci-shopping-cart:before{content:"\e90d"}.ci-magnifying-glass:before{content:"\e90e"}.ci-user:before{content:"\e90f"}.ci-tag1:before{content:"\e910"}.ci-down-arrow2:before{content:"\e911"}.ci-tick:before{content:"\e912"}.ci-phone-call:before{content:"\e913"}.ci-quote:before{content:"\e914"}.ci-check-mark:before{content:"\e915"}.ci-checked:before{content:"\e916"}.ci-plus:before{content:"\e917"}.ci-minus:before{content:"\e918"}.ci-telephone:before{content:"\e919"}.ci-back:before{content:"\e91a"}.ci-next:before{content:"\e91b"}.ci-calendar-alt:before{content:"\e91c"}.ci-like:before{content:"\e91d"}.ci-calendar1:before{content:"\e91e"}.ci-folder-open:before{content:"\e91f"}.ci-folder1:before{content:"\e920"}.ci-check-circle-o:before{content:"\e921"}.ci-check:before{content:"\e922"}.ci-up-arrow2:before{content:"\e923"}.ci-left-arrow2:before{content:"\e924"}.ci-right-arrow2:before{content:"\e925"}.ci-calendar2:before{content:"\e926"}.ci-folder11:before{content:"\e927"}.ci-search2:before{content:"\e928"}.ci-check3:before{content:"\e929"}.ci-right-quote:before{content:"\e92a"}.ci-paper-plane-o:before{content:"\e92b"}.ci-location:before{content:"\e92c"}.ci-telephone-2:before{content:"\e92d"}.ci-paper-plane:before{content:"\e92e"}.ci-message:before{content:"\e92f"}.ci-phone-call1:before{content:"\e930"}.ci-telephone-21:before{content:"\e931"}.ci-share-alt:before{content:"\e932"}.ci-telephone-1:before{content:"\e933"}.ci-placeholder:before{content:"\e934"}.ci-heart-solid:before{content:"\e935"}.ci-calendar:before{content:"\e936"}.ci-email1:before{content:"\e937"}.ci-pin:before{content:"\e938"}.ci-clock2:before{content:"\e939"}.ci-download:before{content:"\e93a"}.ci-upload:before{content:"\e93b"}.ci-star1:before{content:"\e93c"}.ci-menu:before{content:"\e93d"}.ci-magnifying-glass1:before{content:"\e93e"}.ci-shopping-cart1:before{content:"\e93f"}.ci-close:before{content:"\e940"}.ci-phone-call11:before{content:"\e941"}.ci-phone-call2:before{content:"\e942"}.ci-quote1:before{content:"\e943"}.ci-check2:before{content:"\e944"}.ci-play-button:before{content:"\e945"}.ci-left-arrow1:before{content:"\e946"}.ci-right-arrow1:before{content:"\e947"}.ci-down-arrow1:before{content:"\e948"}.ci-up-arrow1:before{content:"\e949"}.ci-price-tag:before{content:"\e94a"}.ci-location1:before{content:"\e94b"}.ci-location2:before{content:"\e94c"}.ci-search-bold:before{content:"\e94d"}.ci-map-pin:before{content:"\e94e"}.ci-arrow-pointing-to-up:before{content:"\e94f"}.ci-arrow-pointing-to-down:before{content:"\e950"}.ci-arrow-pointing-to-left:before{content:"\e951"}.ci-arrow-pointing-to-right:before{content:"\e952"}.ci-down-arrow:before{content:"\e953"}.ci-up-arrow:before{content:"\e954"}.ci-left-arrow:before{content:"\e955"}.ci-right-arrow:before{content:"\e956"}.ci-bubbles2:before{content:"\e96d"}.ci-bubbles4:before{content:"\e970"}.ci-single-page:before{content:"\e976"}.ci-youtube2:before{content:"\ea9e"}.ci-heart:before{content:"\f004"}.ci-star:before{content:"\f005"}.ci-user1:before{content:"\f007"}.ci-check1:before{content:"\f00c"}.ci-clock:before{content:"\f017"}.ci-clock1:before{content:"\f018"}.ci-play:before{content:"\f04b"}.ci-chevron-left:before{content:"\f053"}.ci-chevron-right:before{content:"\f054"}.ci-check-circle:before{content:"\f058"}.ci-check-circle1:before{content:"\f059"}.ci-calendar-alt1:before{content:"\f073"}.ci-chevron-up:before{content:"\f077"}.ci-chevron-down:before{content:"\f078"}.ci-shopping-cart2:before{content:"\f07a"}.ci-twitter-square:before{content:"\f081"}.ci-facebook-square:before{content:"\f082"}.ci-comments:before{content:"\f086"}.ci-comments1:before{content:"\f087"}.ci-linkedin:before{content:"\f08c"}.ci-github-square:before{content:"\f092"}.ci-phone2:before{content:"\f095"}.ci-twitter:before{content:"\f099"}.ci-facebook:before{content:"\f09a"}.ci-github:before{content:"\f09b"}.ci-pinterest:before{content:"\f0d2"}.ci-pinterest-square:before{content:"\f0d3"}.ci-google-plus-square:before{content:"\f0d4"}.ci-google-plus-g:before{content:"\f0d5"}.ci-envelope:before{content:"\f0e0"}.ci-linkedin-in:before{content:"\f0e1"}.ci-envelope1:before{content:"\f0e2"}.ci-quote-left:before{content:"\f10d"}.ci-quote-right:before{content:"\f10e"}.ci-calendar3:before{content:"\f133"}.ci-check-square:before{content:"\f14a"}.ci-check-square1:before{content:"\f14b"}.ci-youtube1:before{content:"\f167"}.ci-instagram:before{content:"\f16d"}.ci-tumblr:before{content:"\f173"}.ci-tumblr-square:before{content:"\f174"}.ci-dribbble:before{content:"\f17d"}.ci-vimeo-square:before{content:"\f194"}.ci-google:before{content:"\f1a0"}.ci-behance:before{content:"\f1b4"}.ci-behance-square:before{content:"\f1b5"}.ci-pinterest-p:before{content:"\f231"}.ci-vimeo-v:before{content:"\f27d"}.ci-google-plus:before{content:"\f2b3"}.ci-handshake:before{content:"\f2b5"}.ci-user-circle:before{content:"\f2bd"}.ci-user-circle1:before{content:"\f2be"}.ci-dribbble-square:before{content:"\f397"}.ci-facebook-f:before{content:"\f39e"}.ci-google-drive:before{content:"\f3aa"}.ci-google-play:before{content:"\f3ab"}.ci-vimeo:before{content:"\f40a"}.ci-youtube-square:before{content:"\f431"}.ci-folder2:before{content:"\e957"}.ci-folder-open1:before{content:"\e958"}.ci-map:before{content:"\e95b"}.ci-map2:before{content:"\e95c"}html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font: inherit;
vertical-align: baseline;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
-webkit-tap-highlight-color: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
html {
font-size: 62.5%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
box-sizing: border-box;
scroll-behavior: smooth;
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
ol,
ul {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: none;
}
blockquote,
q {
quotes: none;
}
a:focus {
outline: none;
}
a:hover,
a:active {
outline: 0;
}
a img {
border: 0;
}
img {
max-width: 100%;
height: auto;
}
select {
max-width: 100%;
} :root {
--e-global-color-tombuild_accent: #EE0D08;
--e-global-color-tombuild_primary: #022047;
--e-global-color-tombuild_text: #858585;
--e-global-color-tombuild_border: #E7E7E7;
--e-global-color-tombuild_light: #F8F8F9;
--e-global-color-tombuild_accent_2: #092357;
--font-heading: 'Chivo';
--font-body: 'Roboto';
} body {
font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
color: var(--e-global-color-tombuild_text);
font-size: 16px;
font-weight: 400;
line-height: 1.5;
background-color: #FFF;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
overflow-x: hidden;
overflow-y: hidden;
}
img {
height: auto;
max-width: 100%;
vertical-align: middle;
-ms-interpolation-mode: bicubic;
}
p {
margin: 0 0 30px;
}
strong,
b,
cite {
font-weight: 500;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
font-size: 18px;
line-height: 28px;
font-weight: 400;
color: var(--e-global-color-tombuild_primary);
padding: 30px 55px;
position: relative;
margin-bottom: 40px;
background-color: var(--e-global-color-tombuild_light);
}
blockquote cite {
font-size: 18px;
font-weight: 500;
display: inline-block;
color: var(--e-global-color-tombuild_text);
padding: 10px 0;
font-style: normal;
position: relative;
}
blockquote > p {
margin-bottom: 5px;
}
blockquote > p:last-child {
margin-bottom: 0;
}
blockquote i {
font-style: normal;
}
abbr,
acronym {
border-bottom: 1px dotted var(--e-global-color-tombuild_light);
cursor: help;
}
mark,
ins {
text-decoration: none;
background-color: #fff9c0;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -6px;
}
sub {
bottom: -3px;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
address {
font-style: italic;
margin: 0 0 20px;
}
code,
kbd,
tt,
var {
font-family: Inconsolata, monospace;
font-size: 14px;
}
pre {
margin: 15px 0;
padding: 15px;
background-color: var(--e-global-color-tombuild_light);
overflow-x: auto;
font-family: Inconsolata, monospace;
-webkit-hyphens: none;
hyphens: none;
height: auto;
} hr {
background-color: var(--e-global-color-tombuild_light);
border: 0;
height: 1px;
margin-bottom: 20px;
} ul,
ol {
padding: 0;
margin: 0 0 20px 30px;
}
ul {
list-style: disc;
}
ul ul {
list-style-type: circle;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
}
dl,
dd {
margin: 0 0 20px;
}
dt {
font-weight: bold;
}
del {
opacity: 0.5;
} table,
th,
td {
border: 1px solid var(--e-global-color-tombuild_border);
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 30px;
table-layout: fixed;
width: 100%;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
th {
border-width: 0px 1px 1px 0;
font-weight: bold;
}
td {
border-width: 0 1px 1px 0;
}
th,
td {
padding: 8px 12px;
} embed,
iframe,
object,
video {
margin-bottom: 20px;
max-width: 100%;
vertical-align: middle;
}
p > embed,
p > iframe,
p > object,
p > video {
margin-bottom: 0;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: var(--e-global-color-tombuild_light);
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} button,
input {
line-height: normal;
}
button,
input,
select,
textarea {
font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
font-size: 100%;
line-height: inherit;
vertical-align: baseline;
}
input,
textarea {
font-size: 1em;
max-width: 100%;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); }
textarea {
overflow: auto; vertical-align: top; }
input[type="checkbox"] {
display: inline;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
border: 0;
outline: 0;
}
input[type="checkbox"],
input[type="radio"] {
padding: 0; }
input[type="search"] {
-webkit-appearance: textfield; }
input[type="search"]:-webkit-search-decoration { -webkit-appearance: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
display: none;
}
button:-moz-focus-inner,
input:-moz-focus-inner {
border: 0;
padding: 0;
} input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px var(--e-global-color-tombuild_light) inset;
} input[type="search"] {
outline: 0;
}
input[type="search"]:-webkit-search-decoration,
input[type="search"]:-webkit-search-cancel-button,
input[type="search"]:-webkit-search-results-button,
input[type="search"]:-webkit-search-results-decoration {
display: none;
} select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
font-size: 14px;
line-height: 2;
padding: 15px 30px;
border: 1px solid var(--e-global-color-tombuild_border);
background-color: var(--e-global-color-tombuild_light);
color: var(--e-global-color-tombuild_text);
margin-bottom: 10px;
text-shadow: none;
box-shadow: none;
box-sizing: border-box;
transition: border 0.3s;
}
select {
padding: 11px 18px;
width: 100%;
-webkit-appearance: none;
border-color: var(--e-global-color-tombuild_light);
background: var(--e-global-color-tombuild_light) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='gray'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
background-size: 10px;
background-position: calc(100% - 20px) calc(50% + 3px);
background-repeat: no-repeat;
outline: 0;
} select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
} .button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
font-size: 16px;
line-height: 60px;
font-weight: 500;
color: #fff;
background-color: var(--e-global-color-tombuild_accent);
padding: 0 50px;
display: inline-block;
-webkit-appearance: none;
transition: all 0.3s ease;
white-space: nowrap;
} .button:hover,
.button:focus,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
outline: 0;
background-color: var(--e-global-color-tombuild_primary);
color: #fff;
} ::placeholder { color: inherit; }
:-ms-input-placeholder { color: inherit; }
::-ms-input-placeholder { color: inherit; }
#footer-widgets input::placeholder { color: inherit; }
#footer-widgets input:-ms-input-placeholder { color: inherit; }
#footer-widgets input::-ms-input-placeholder { color: inherit; } a { 
color: var(--e-global-color-tombuild_accent); 
outline: 0; 
text-decoration: none; 
transition: color 0.3s, background 0.3s; 
}
a:hover, 
a:focus, 
a:active { 
outline: 0; 
color: var(--e-global-color-tombuild_primary); 
text-decoration: none; 
} h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Chivo", sans-serif;
color: var(--e-global-color-tombuild_primary);
margin: 0 0 22px;
font-weight: 500;
text-rendering: optimizeLegibility;
}
h1 {
font-size: 3.334em; line-height: 1.334;
}
h2 {
font-size: 2.778em; line-height: 1.24; 
}
h3 {
font-size: 2.223em; line-height: 1.25;
}
h4 {
font-size: 1.667em; line-height: 1.334; 
}
h5 {
font-size: 1.334em; line-height: 1.334;
}
h6 {
font-size: 1em; line-height: 1.667; 
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; } .comment-author:hover a {
color: var(--e-global-color-tombuild_accent);
} svg {
height: auto;
} .font-body {
font-family: var(--font-body);
} .font-heading,
.tombuild-menu,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.hentry .post-link a,
#featured-title #breadcrumbs .breadcrumb-trail > a, 
#featured-title #breadcrumbs .breadcrumb-trail > span,
.master-heading .pre-heading,
.master-counter .number-wrap,
.master-button,
.master-link,
.title,
#sidebar .widget.widget_search label,
#sidebar .widget .wp-block-categories li a,
#sidebar .widget .wp-block-categories li span,
#sidebar .widget.widget_block .wp-block-tag-cloud a, 
#sidebar .widget.widget_tag_cloud .tagcloud a
.hentry .post-tags a,
.nav-links .prev, .nav-links .next,
.shopengine-product-price .price,
.woo-single-post-class .summary .price
.woo-single-post-class .summary .shopengine-wishlist,
.woocommerce-page .shop_table.cart th,
.woocommerce-page .shop_table.cart .product-name a,
.woocommerce-review__author,
.woo-single-post-class .woocommerce-tabs .entry-content .meta .woocommerce-review__published-date,
.woo-single-post-class .woocommerce-tabs ul li > a,
.products li h2,
.tag-text {
font-family: var(--font-heading);
} body.logged-in .hide-on-login {
display: none;
}
body:not(.logged-in) .hide-on-logout {
display: none;
}
body.logged-in.elementor-preview .hide-on-login {
display: block;
position: relative;
}
body.logged-in.elementor-preview .hide-on-login:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
content: "";
background-color: #fff;
opacity: 0.8;
} .event-manager-pagination ul li .page-numbers.next,
.event-manager-pagination ul li .page-numbers.prev,
.event-manager-pagination-2 ul li .page-numbers.next,
.event-manager-pagination-2 ul li .page-numbers.prev {
font-size: 0 !important;
position: relative;
}
.event-manager-pagination ul li .page-numbers.next:after,
.event-manager-pagination ul li .page-numbers.prev:after,
.event-manager-pagination-2 ul li .page-numbers.next:after,
.event-manager-pagination-2 ul li .page-numbers.prev:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 12px;
line-height: inherit;
text-align: center;
color: inherit;
}
.event-manager-pagination ul li .page-numbers.next:after,
.event-manager-pagination-2 ul li .page-numbers.next:after {
font-family: 'core-icons';
content: '\f054';
}
.event-manager-pagination ul li .page-numbers.prev:after,
.event-manager-pagination-2 ul li .page-numbers.prev:after {
font-family: 'core-icons';
content: '\f053';
}
.recent-news .post-date:after { font-family: 'core-icons'; }
.post-meta .item:after,
.header-info .content:before { font-family: 'core-icons'; }
.header-info .content.phone:before { content: '\f095'; }
.header-info .content.email:before { content: '\f0e2'; }
.header-info .content.address:before { content: '\e947'; }
.post-meta .item.post-by-author:after { content: '\f2be'; }
.post-meta .item.post-comment:after { content: '\f087'; }
.recent-news .post-date:after { content: '\f018'; }
.post-meta .item.post-date:after { content: '\f073'; }
.post-meta .item.post-meta-categories:after { content: '\e90b'; }
.tombuild-menu > ul > li.menu-item-has-children > a span:after,
.tombuild-menu .sub-menu li.menu-item-has-children > a:after,
.tombuild-menu-panel li .arrow:before {
font-family: "core-icons";
content: "\f078";
}
.menu-vertical .tombuild-menu > ul > li > a span:after {
font-family: "core-icons";
content: "\f054";
}
.search-style-fullscreen .search-close:before,
.tombuild-menu-panel .close-menu:before {
font-family: "core-icons";
content: "\e940"; 
}
.tombuild .mfp-gallery button.mfp-arrow:active {
margin-top: 0;
}
.tombuild .mfp-gallery button.mfp-arrow, .tombuild .mfp-gallery button.mfp-close {
position: absolute;
width: 80px;
height: 80px;
display: flex;
justify-content: center;
align-items: center;
padding: 0;
margin-top: 0;
}
.tombuild .mfp-gallery button.mfp-arrow:after {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
margin: 0 !important;
width: 40px;
height: 40px;
line-height: 40px;
}
.master-vertical-slider .swiper-button-prev:after,
.master-slider .arrow-prev:after {
font-family: "core-icons";
content: "\e951";
font-weight: 400;
}
.master-vertical-slider .swiper-button-next:after,
.master-slider .arrow-next:after {
font-family: "core-icons";
content: "\e952";
font-weight: 400;
}
.mfp-arrow.mfp-arrow-left:after,
.single-project-inner .nav-links .prev a:after,
.master-carousel-box .flickity-button.previous:before,
.related-news .related-post .slick-prev:before,
.post-media .slick-prev:before {
font-family: "core-icons";
content: "\e951";
font-weight: 400;
}
.hentry .post-link a:before,
.mfp-arrow.mfp-arrow-right:after,
.single-project-inner .nav-links .next a:after,
.master-carousel-box .flickity-button.next:before,
.related-news .related-post .slick-next:before,
.post-media .slick-next:before {
font-family: "core-icons";
content: "\e952";
font-weight: 400;
}
.master-slider .slide ul li::before { 
font-family: "core-icons";
content: "\f054"; 
} .no-counts.wp-block-categories > li a:before,
.mc4wp-form .submit-wrap button:before {
font-family: "core-icons";
content: "\e925";
} .widget.widget_search .search-form .search-submit:after,
#sidebar .wc-block-product-search .wc-block-product-search__button:after,
#sidebar .widget.widget_search .wp-block-search .wp-block-search__button:after,
.woo-single-post-class .images .woocommerce-product-gallery__trigger:after,
.widget.widget_product_search .woocommerce-product-search .search-submit:before { 
font-family: "core-icons"; 
content: "\e851"; 
font-weight: 400;
} .products li .product-info .button:before,
.products li .product-info .added_to_cart:before,
.products li .product-info .button:after,
.products li .product-info .added_to_cart:after {
font-family: "core-icons";
content: "\e903";
}
.woocommerce-page .shop_table.cart .product-remove a:after {
font-family: "core-icons";
content: "\e940";
} #scroll-top:after {
font-family: "core-icons";
content: "\e93b";
} #sidebar .wc-block-product-categories-list > li a:before,
.widget_product_categories > ul > li a:before {
font-family: "core-icons";
content: "\f054";
font-weight: 400;
} .text-white { color: #fff !important; }
.text-dark { color: var(--e-global-color-tombuild_primary) !important; }
.link-dark:hover, .link-gray:hover { color: var(--e-global-color-tombuild_accent) !important; }
.accent-color { color: var(--e-global-color-tombuild_accent) !important; }
.accent-color-2 { color: var(--e-global-color-tombuild_accent) !important; }
.accent-color-3 { color: var(--e-global-color-tombuild_accent) !important; }
.dark-color { color: var(--e-global-color-tombuild_primary) !important; }
.bg-accent { background-color: var(--e-global-color-tombuild_accent) !important; }
.border-accent { border-color: var(--e-global-color-tombuild_accent) !important; }
.display-none, .hidden { display: none !important; }
.display-block { display: block !important; }
.display-inline { display: inline !important; }
.display-inline-block { display: inline-block !important; }
.position-relative { position: relative !important; }
.position-absolute { position: absolute !important; }
.overflow-inherit { overflow: inherit !important; }
.overflow-hidden { overflow: hidden !important; }
.overflow-visible { overflow: visible !important; }
.has-shadow { box-shadow: 0 30px 70px 0 rgba(227, 239, 240, 0.7); }
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.text-italic { font-style: italic !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }
.text-left { text-align: left !important; }
.text-del { text-decoration: line-through !important; }
.underline-solid, .underline-dotted, .underline-dashed { position: relative; }
.underline-solid:after,
.underline-dotted:after,
.underline-dashed:after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; border-bottom: 1px solid var(--e-global-color-tombuild_accent); }
.underline-dotted:after { border-bottom-style: dotted; }
.underline-dashed:after { border-bottom-style: dashed; }
.clear:before, .clear:after, .clearfix:before, .clearfix:after { clear: both; display: table; line-height: 0; content: ""; }
.clear:after, .clearfix:after { clear: both; }
.text-shadow { text-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
@media (max-width: 1400px) {
.hidden-xl { display: none; }
}
.o-1 { opacity: 0.1; }
.o-2 { opacity: 0.2; }
.o-3 { opacity: 0.3; }
.o-4 { opacity: 0.4; }
.o-5 { opacity: 0.5; }
.o-6 { opacity: 0.6; }
.o-7 { opacity: 0.7; }
.o-8 { opacity: 0.8; }
.o-9 { opacity: 0.9; } a.thumb { 
position: relative; 
display: inline-flex; 
overflow: hidden; 
width: 100%; 
}
a.thumb .inner {
display: flex;
width: 100%;
}
a.thumb img { 
width: 100%; 
transition: 0.5s ease; 
}
a.thumb:before { 
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%;
content: ""; 
transition: 0.5s; 
z-index: 1; 
pointer-events: none;
transform: translateY(100%); 
opacity: 0;
background-color: var(--e-global-color-tombuild_primary); 
}   
.item-carousel:hover a.thumb img,
a.thumb:hover img { 
transform: scale(1.1); 
}
.active:hover a.thumb:before,
a.thumb:hover:before { 
transform: translateY(0); 
} .wpb_row, 
.wpb_content_element, 
ul.wpb_thumbnails-fluid > li, 
.last_toggle_el_margin, 
.wpb_button { 
margin-bottom: 0 !important; 
}
.wp-block-gallery { 
margin-bottom: 30px; 
}
.wp-block-gallery.alignleft {
margin-inline-end: 30px;
}
.wp-block-gallery.alignright {
margin-inline-start: 30px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
position: relative;
border-color: var(--e-global-color-tombuild_light);
background-color: #fff;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
width: 100%;
padding: 10px 0 10px 14px;
font-size: 16px;
line-height: 26px;
border: 1px solid var(--e-global-color-tombuild_border);
}
#sidebar .wp-block-search {
margin-bottom: 0;
}
#sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
background-color: transparent;
padding: 0;
border: none;
}
#sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
background-color: transparent;
border: none;
padding: 0;
position: absolute;
top: 0;
right: 10px;
}
#sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button #search-icon {
position: relative;
top: 10px;
width: 26px;
transform: scaleX(-1);
fill: #888682;
opacity: 0.7;
}
.wp-block-search .wp-block-search__input {
border-color: var(--e-global-color-tombuild_light);
}
.wp-block-search .wp-block-search__button { 
background-color: var(--e-global-color-tombuild_accent); 
color: #fff;
padding: 0 60px; 
}
.wp-block-search .wp-block-search__button:hover {
background-color: var(--e-global-color-tombuild_primary); 
}
.wp-block-search { 
margin-bottom: 20px; 
}
.wp-block-search input { 
margin-bottom: 0; 
}
.wp-block-table .has-fixed-layout { 
border-width: 1px; 
}
.wp-block-quote.is-large:not(.is-style-plain), 
.wp-block-quote.is-style-large:not(.is-style-plain) {
padding: 70px 50px;
}
.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p, 
.wp-block-quote.has-text-align-right p em { 
font-style: normal; 
}
.aligncenter { 
display: block; 
margin: 0 auto; 
}
.alignright { 
float: right; 
margin: 7px 0 15px 25px; 
}
.alignleft { 
float: left; 
margin: 7px 25px 15px 0; 
}
p > img.alignleft { 
clear: left; 
}
p > img.alignright { 
clear: right; 
}
blockquote.aligncenter { 
margin-bottom: 20px; 
}
blockquote.alignleft { 
margin: 5px 20px 0; 
}
blockquote.alignright { 
margin: 5px 0 20px 20px; 
}
.wp-block-pullquote, 
.wp-block-pullquote.is-style-solid-color blockquote { 
text-align: center; 
}
.wp-block-pullquote.has-background blockquote {
background-color: inherit;
}
.floatleft { 
float: left; 
}
.floatright { 
float: right; 
}
.floatleftcenter { 
float: none; 
margin: 0 auto; 
} .bypostauthor > article {}
.sticky-post {
display: inline-block;
color: var(--e-global-color-tombuild_accent);
font-size: 20px;
position: absolute;
left: 0;
top: -10px;
display: none;
}
.post.hentry.sticky .post-content-wrap {
border-color: var(--e-global-color-tombuild_accent);
}
.post.sticky .post-title a {
position: relative;
display: inline-block;
padding-left: 25px;
line-height: 1;
}
.post.sticky .post-title a:after {
position: absolute;
top: 0;
left: 0;
background-color: var(--e-global-color-tombuild_accent);
content: "";
width: 3px;
height: 100%;
font-size: 25px;
}
.wp-block-quote.is-style-large {
padding-top: 70px;
}
.wp-block-quote.is-style-large:before {
top: 20px;
left: 50%;
transform: translateX(-50%);
}
blockquote.has-text-align-right:before {
right: 20px;
left: unset;
}
.wp-block-pullquote blockquote {
padding: 40px;
}
.wp-block-pullquote blockquote:before {
top: 20px;
left: 50%;
transform: translateX(-50%);
}
.wp-block-pullquote.is-style-solid-color {
background-color: #f7f7f7;
}
.wp-block-column .wp-block-quote {
padding: 30px 15px;
}
.wp-block-column .wp-block-quote:before {
top: 0px;
}
.wp-block-cover {
margin-bottom: 50px;
}
.wp-block-gallery,
.wp-block-calendar {
margin-bottom: 50px;
}
.wp-block-search input {
margin-bottom: 0;
}
.wp-block-group.has-background {
padding: 30px;
}
.post-content .has-large-font-size {
line-height: 1.4;
}
.wp-caption {
text-align: center;
max-width: 100%;
text-align: center;
margin-bottom: 20px;
}
.wp-caption img {
display: block;
margin: 0 auto;
padding: 0;
border: 0 none;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption .wp-caption-text,
.gallery-caption {
font-size: 0.8em;
padding: 10px 0 0;
margin: 0;
text-align: center;
font-style: italic;
}
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.wp-caption.alignnone {
margin-bottom: 20px;
}
.wp-smiley {
margin: 0;
max-height: 1em;
}
#img-attch-page {
text-align: center;
overflow: hidden;
}
#img-attch-page img {
display: inline-block;
margin: 0 auto;
max-width: 100%;
margin-bottom: 20px;
}
.post-password-form label {
font-weight: bolder;
color: var(--e-global-color-tombuild_primary);
}
form.login .lost_password {
display: inline-block;
margin-bottom: 3px;
}
.wpstats {
display: none;
}
.wp-block-button__link {
font-size: 16px;
line-height: 30px;
padding: 14px 50px;
border-radius: 30px;
margin: 0 10px 10px 0;
}
.wp-block-button__link:hover {
color: #fff;
}
.wp-block-button.is-style-squared .wp-block-button__link {
border-radius: 0;
}
.wp-block-cover.has-background-dim .wp-block-cover-text {
color: #fff;
}
.wp-block-cover .wp-block-cover-text strong {
font-weight: 400;
}
.wp-block-latest-comments,
.wp-block-latest-posts {
margin-left: 0;
}
.gallery {
margin: 0 -1.15% 30px;
}
.gallery-item {
display: inline-block;
max-width: 33.33%;
padding: 0 1.15% 2.3%;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-1 .gallery-item { max-width: 100%; }
.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; } ul.wp-block-rss,
ul.wp-block-latest-posts,
ul.wp-block-archives-list,
ol.wp-block-latest-comments {
margin-left: 0;
width: fit-content;
}
ul.wp-block-rss ul,
ul.wp-block-latest-posts ul,
ul.wp-block-archives-list ul,
ol.wp-block-latest-comments ul {
padding-left: 16px;
}
.widget.widget_recent_comments ul li, 
.widget.widget_rss ul li, 
ul.wp-block-rss li,
ul.wp-block-latest-posts li,
ul.wp-block-archives-list li,
ol.wp-block-latest-comments li {
position: relative;
list-style: none;
border-bottom: 1px solid rgba(255,255,255,0.3);
padding: 5px 0;
}
ol.wp-block-latest-comments li {
margin-top: 8px;
}
ul.wp-block-latest-posts li {
padding: 16px 0 0;
}
.wp-block-latest-comments__comment {
line-height: 1.4;
}
.wp-block-archives-list.wp-block-archives li {
display: flex;
justify-content: space-between;
}
.wp-block-archives-list.wp-block-archives li a {
margin-right: 30px;
} .tombuild-container {
width: 1170px;
margin: 0 auto;
max-width: calc(100vw - 30px);
}
.tombuild-header.tombuild-container,
.tombuild-footer.tombuild-container,
.tombuild-header .tombuild-container,
.tombuild-footer .tombuild-container,
.elementor-page.no-sidebar #content-wrap {
width: unset;
max-width: 100vw;
}
#main-content {
padding: 100px 0;
}
.no-padding-content #main-content {
padding: 0;
} #inner-content,
#inner-sidebar {
position: relative;
z-index: 1;
}
#inner-content:after,
#inner-sidebar:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-style: solid;
border-width: 0;
z-index: -1;
} #content-wrap {
display: flex;
justify-content: space-between;
}
#site-content {
width: 65.812%;
}
#sidebar {
width: 31.624%;
} .sidebar-left #content-wrap {
flex-direction: row-reverse;
} .no-sidebar .woocommerce-page #site-content,
.no-sidebar #site-content,
.page-empty-widget #site-content,
.blog-empty-widget #site-content,
#site-content.archive-project {
width: 100% !important;
max-width: none !important;
}
.no-sidebar #sidebar { display: none; } .site-layout-boxed #wrapper {
background-color: #f4f4f4;
padding: 30px;
}
.site-layout-boxed #page {
width: 1240px;
max-width: 100%;
margin: 0 auto;
position: relative;
}
.site-layout-boxed #page .tombuild-container {
width: auto !important;
max-width: none !important;
padding-left: 30px;
padding-right: 30px;
}
.site-layout-boxed.box-shadow #page {
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.04);
}
.site-layout-boxed #site-header.fixed-hide {
width: 1240px;
left: 50%;
transform: translateX(-50%);
} #site-header {
position: relative;
z-index: 100;
border-style: solid;
}
#site-header-wrap {
position: relative;
z-index: 999;
}
#site-header-wrap.low-index {
z-index: 2;
}
.site-header-inner,
.site-header-inner .wrap-inner {
display: flex;
align-items: center;
justify-content: space-between;
}
.site-header-inner .wrap-inner {
flex-grow: 1;
}
#site-header .tombuild-menu {
display: flex;
justify-content: flex-end;
flex-grow: 1;
} #site-logo { flex-shrink: 0; }
#site-logo .main-logo {
display: inline-block;
margin: 24px 0;
}
#site-logo-inner { 
margin-right: 30px; 
line-height: 1;
}
.master-logo.logo-text a,
#site-logo .site-logo-text {
display: inline-block;
color: var(--e-global-color-tombuild_primary);
font-size: 30px;
line-height: 36px;
font-weight: bold;
margin: 22px 0;
}
.master-logo.logo-text a:hover,
#site-logo .site-logo-text:hover {
color: var(--e-global-color-tombuild_accent);
} .top-bar {
color: #c9c4d5;
font-size: 12px;
line-height: 38px;
font-weight: 600;
background-color: #1b1825;
}
.top-bar-inner {
display: flex;
justify-content: space-between;
align-items: center;
} .header-button {
margin-left: 30px;
}
.header-button a {
font-size: 13px;
line-height: 60px;
padding: 0 40px;
} .header-info .content {
position: relative;
display: inline-block;
margin-left: 30px;
padding-left: 24px;
}
.header-info .content:before {
position: absolute;
left: 0;
top: 1px;
font-size: 12px;
font-weight: 400;
color: #fff;
} .header-socials {
margin-right: 30px;
}
.header-socials a {
display: inline-block;
font-size: 14px;
padding: 0 15px;
color: #fff;
text-align: center;
}
.header-socials a:hover {
color: var(--e-global-color-tombuild_accent);
}
.topbar-left .header-socials a:first-child {
padding-left: 0;
}
.topbar-right .header-socials a:last-child {
padding-right: 0;
} .tombuild-header .header-float,
.tombuild-header.header-float {
position: absolute !important;
top: 0;
left: 0;
width: 100%;
z-index: 9999;
max-width: unset;
} .tombuild-header-fixed { 
position: fixed;
top: 0;
left: 0;
width: 100%;
max-width: 100%;
box-shadow: 0 30px 70px rgba(0,0,0,0.05);
transform: translateY(-100%);
transition: transform 0.3s;
z-index: 9999;
max-width: unset;
}
.tombuild-header-fixed.fixed-show {
transform: translateY(0);
} .tombuild-header .is-sticky {
transition: all 0.5s ease, width 0s;
}
.tombuild-header .is-sticky .position-absolute {
position: absolute !important;
top: 0;
left: 0;
width: 100%;
z-index: 9999;
}
.tombuild-header.header-float .is-sticky.fixed-show,
.tombuild-header .is-sticky.fixed-show .position-absolute {
position: fixed !important;
top: 0;
left: 0 !important;
width: 100%;
z-index: 9999;
box-shadow: 0 10px 50px rgba(0,0,0,0.2);
border-width: 0;
backdrop-filter: blur(5px);
}
.tombuild-header.header-float .is-sticky:after,
.tombuild-header .is-sticky.fixed-show .position-absolute:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
content: '';
z-index: -1;
background-color: #fff;
opacity: 0;
transition: opacity 0.5s ease;
}
.tombuild-header.header-float .is-sticky.dark-bg:after,
.tombuild-header .is-sticky.dark-bg.fixed-show .position-absolute:after {
background-color: var(--e-global-color-tombuild_accent_2);
}
.tombuild-header.header-float .is-sticky.fixed-show.no-overlay:after,
.tombuild-header .is-sticky.fixed-show.no-overlay .position-absolute:after {
display: none;
}
.tombuild-header.header-float .is-sticky.fixed-show:after,
.tombuild-header .is-sticky.fixed-show .position-absolute:after {
opacity: 0.9;
}
.tombuild-header.header-float .is-sticky.bg-dark:after,
.tombuild-header .is-sticky.bg-dark .position-absolute:after {
background-color: var(--e-global-color-tombuild_primary);
}
.tombuild-header.header-float .is-sticky.bg-white:after,
.tombuild-header .is-sticky.bg-white .position-absolute {
background-color: #fff;
}
.tombuild-header.header-float .is-sticky.bg-white.fixed-show:after,
.tombuild-header .is-sticky.bg-white .position-absolute.fixed-show:after {
opacity: 1;
} .tombuild-menu-wrap,
.tombuild-menu-wrap .menu-extra {
display: flex;
align-items: center;
}
.tombuild-menu-wrap {
justify-content: space-between;
}
.tombuild-menu-wrap .menu-extra {
justify-content: flex-end;
}
.site-header-inner .tombuild-hamburger-icon,
.tombuild-menu-wrap.menu-hamburger-on-mobi .tombuild-hamburger-icon {
display: none;
}
.tombuild-menu-wrap.menu-hamburger .menu-extra {
width: 100%;
} .tombuild-menu { 
text-align: left; 
}
.tombuild-menu .menu { 
display: flex;
justify-content: space-evenly;
width: max-content;
margin: 0; 
line-height: 1; 
}
.tombuild-menu ul li {
position: relative;
list-style: none;
display: inline-block;
}
.tombuild-menu > ul > li {
margin: 0 20px;
}
.tombuild-menu > ul > li > a span {
position: relative;
display: inline-flex;
font-size: 16px;
line-height: 36px;
color: var(--e-global-color-tombuild_text);
font-weight: 500;
transition: all 0.3s ease;
}
.tombuild-menu > ul > li.menu-item-has-children > a span {
padding-right: 15px;
}
.tombuild-menu > ul > li.menu-item-has-children > a span:after {
position: absolute;
top: 1px;
right: 0;
font-size: 9px;
font-weight: 400;
}
.tombuild-menu > ul > li.current-menu-item > a span,
.tombuild-menu > ul > li.current-menu-parent > a span {
font-weight: 500;
}
.tombuild-menu > ul > li.current-menu-item > a span,
.tombuild-menu > ul > li.current-menu-parent > a span,
.tombuild-menu > ul > li:hover > a span {
color: var(--e-global-color-tombuild_primary);
}
.tombuild-menu > ul > li.hide > a span {
background-color: #fff;
}
.tombuild-menu > ul > li > a {
display: block;
line-height: 100px;
}
.tombuild-menu > ul > li > a:not([href]) {
cursor: pointer;
} .tombuild-menu .sub-menu { 
position: absolute;
left: 0;
top: 100%;
padding: 0 0;
margin: 0;
background-color: #fff;
width: 250px;
opacity: 0;
visibility: hidden;
z-index: 999;
box-shadow: 0 30px 70px 0 rgba(57, 62, 70, 0.15);
transform: translateY(10px);
transition: transform 0.3s, opacity 0s;
}
.tombuild-menu > .menu-item.megamenu > .sub-menu {
left: 0;
}
.tombuild-menu .sub-menu ul {
left: 100%;
top: 0;
transform: none;
overflow: hidden;
}
.tombuild-menu .sub-menu > li {
display: block;
}
.tombuild-menu .sub-menu > li:hover {
background-color: var(--e-global-color-tombuild_accent);
transition: all 0.3s ease;
}
.tombuild-menu .sub-menu > li > a {
position: relative;
display: block;
padding: 10px 25px;
font-size: 16px;
font-weight: 500;
line-height: 30px;
color: var(--e-global-color-tombuild_primary);
transition: color 0.3s;
}
.tombuild-menu .sub-menu > li:last-child > a {
border-color: transparent;
}
.tombuild-menu .sub-menu > li a span {
position: relative;
display: inline-block;
transition: transform 0.3s;
}
.tombuild-menu ul.sub-menu > li:hover > a {
color: #fff;
}
.tombuild-menu li:hover > .sub-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.tombuild-menu .sub-menu > li.menu-item-has-children > a:after {
position: absolute;
right: 25px;
top: 50%;
line-height: 40px;
font-size: 11px;
font-weight: 400;
transform: translateY(-50%) rotate(-90deg);
transition: transform 0.3s ease;
}
.tombuild-menu .sub-menu li.menu-item-has-children:hover > a:after {
transform: translateY(-50%);
}
.tombuild-menu .sub-menu.left {
left: auto;
right: 0;
}
.tombuild-menu > .menu-item:not(.megamenu) > .sub-menu.left {
right: -25px;
}
.tombuild-menu .sub-menu .sub-menu.left {
right: 100%;
} .menu-vertical .tombuild-menu-wrap { display: block; }
.menu-vertical .tombuild-menu .menu { display: block; width: 100%; }
.menu-vertical .tombuild-menu > ul > li { display: block; margin: 0; }
.menu-vertical .tombuild-menu > ul > li:last-child { margin-bottom: 0 !important; }
.menu-vertical .tombuild-menu > ul > li > a { line-height: 1; }
.menu-vertical .tombuild-menu > ul > li > a span { display: inline-block; width: 100%; }
.menu-vertical .tombuild-menu > ul > li > a span:after { position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 10px; }
.align-left .tombuild-menu-wrap,
.align-left .tombuild-menu-wrap > .menu-extra { justify-content: flex-start; }
.align-center .tombuild-menu-wrap,
.align-center .tombuild-menu-wrap > .menu-extra { justify-content: center; }
.align-right .tombuild-menu-wrap,
.align-right .tombuild-menu-wrap > .menu-extra { justify-content: flex-end; }
.align-justify .tombuild-menu-wrap,
.align-justify .tombuild-menu-wrap > .menu-extra { justify-content: space-between; }
html:not([dir="rtl"]) .align-left .tombuild-menu > .menu > .menu-item:first-child { padding-left: 0 !important; margin-left: 0 !important; }
html:not([dir="rtl"]) .align-right .tombuild-menu > .menu > .menu-item:last-child { padding-right: 0 !important; margin-right: 0 !important; }
@media (max-width: 1024px) {
.align--tabletleft .tombuild-menu-wrap,
.align--tabletleft .tombuild-menu-wrap > .menu-extra { justify-content: flex-start; }
.align--tabletcenter .tombuild-menu-wrap,
.align--tabletcenter .tombuild-menu-wrap > .menu-extra { justify-content: center; }
.align--tabletright .tombuild-menu-wrap,
.align--tabletright .tombuild-menu-wrap > .menu-extra { justify-content: flex-end; }
.align--tabletjustify .tombuild-menu-wrap,
.align--tabletjustify .tombuild-menu-wrap > .menu-extra { justify-content: space-between; }
html:not([dir="rtl"]) .align--tabletleft .tombuild-menu .menu-item:first-child { padding-left: 0 !important; }
html:not([dir="rtl"]) .align--tabletright .tombuild-menu .menu-item:last-child { padding-right: 0 !important; }
}
@media (max-width: 767px) {
.align--mobileleft .tombuild-menu-wrap,
.align--mobileleft .tombuild-menu-wrap > .menu-extra { justify-content: flex-start; }
.align--mobilecenter .tombuild-menu-wrap,
.align--mobilecenter .tombuild-menu-wrap > .menu-extra { justify-content: center; }
.align--mobileright .tombuild-menu-wrap,
.align--mobileright .tombuild-menu-wrap > .menu-extra { justify-content: flex-end; }
.align--mobilejustify .tombuild-menu-wrap,
.align--mobilejustify .tombuild-menu-wrap > .menu-extra { justify-content: space-between; }
html:not([dir="rtl"]) .align--mobileleft .tombuild-menu .menu-item:first-child { padding-left: 0 !important; }
html:not([dir="rtl"]) .align--mobileright .tombuild-menu .menu-item:last-child { padding-right: 0 !important; }
} .menu-sep-yes .tombuild-menu .menu-item {
margin: 0;
}
.menu-sep-yes .tombuild-menu > ul > li > a span {
padding: 0 15px;
}
.menu-sep-yes .tombuild-menu .menu-item:not(:last-child):after {
position: absolute; 
top: 50%; 
right: 0; 
content: '/'; 
transform: translate(50%,-50%);
} .tombuild-hamburger-icon {
cursor: pointer;
width: 24px;
font-size: 20px;
line-height: 80px;
color: var(--e-global-color-tombuild_text);
transition: all 0.3s ease;
}
.tombuild-hamburger-icon svg {
fill: currentColor;
transition: fill 0.3s;
}
.tombuild-hamburger-icon i,
.tombuild-hamburger-icon svg {
width: 100%; line-height: inherit;
}
.tombuild-menu-panel {
flex-basis: 0;
text-align: left;
}
.tombuild-menu-panel .menu-panel-overlay { 
position: fixed; 
top: 0; 
left: 0;
width: 100vw; 
height: 100vh; 
background: rgba(0,0,0,.8); 
z-index: 999998; 
opacity: 0; 
visibility: hidden; 
-webkit-backdrop-filter: blur(10px);
transition: opacity 0.3s; 
}
.menu-panel-overlay.show { 
opacity: 1; 
visibility: visible; 
}
.tombuild-menu-panel .menu-panel-wrap { 
position: fixed; 
right: -100%; 
top: 0; 
background: var(--e-global-color-tombuild_primary); 
height: 100%;
min-height: 100vh;
width: 400px;
max-width: calc(100% - 10px);  
padding: 100px 30px 30px 40px; 
box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); 
z-index: 999999; 
overflow-x: hidden;
overflow-y: auto;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-overflow-scrolling: touch;
}
.tombuild-menu-panel .close-menu { 
position: absolute; 
right: 20px; 
top: 20px; 
width: 60px; 
height: 60px; 
background-color: transparent; 
z-index: 999999; 
font-size: 14px; 
color: #fff; 
cursor: pointer; 
transition: color 0.3s;
}
.tombuild-menu-panel .close-menu:before {
position: absolute; 
left: 50%; 
top: 50%;  
font-weight: 600; 
font-size: 14px; 
transform: translate(-50%, -50%);
}
.tombuild-menu-panel .close-menu:hover {
color: var(--e-global-color-tombuild_accent); 
}
.tombuild-menu-panel ul { 
list-style: none; 
margin: 0; 
padding: 0;
}
.tombuild-menu-panel li { 
position: relative; 
border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
display: block; 
}
.tombuild-menu-panel li .arrow { 
position: absolute; 
top: 18px;
right: 0; 
cursor: pointer; 
display: inline-block; 
font-size: 10px; 
line-height: 28px; 
width: 28px;
text-align: center;   
color: #fff; 
transition: transform 0.3s;
}
.tombuild-menu-panel li > a {
color: #fff;
transition: 0.3s;
}
.tombuild-menu-panel li.current-menu-item > a,
.tombuild-menu-panel li:hover > a {
color: var(--e-global-color-tombuild_accent);
}
.tombuild-menu-panel li.active > .arrow { 
transform: rotate(-90deg);
color: var(--e-global-color-tombuild_primary);
}
.tombuild-menu-panel ul li a { 
font-size: 18px; 
color: #fff; 
font-weight: 400; 
text-transform: capitalize; 
padding: 14px 0; 
display: block; 
}
.tombuild-menu-panel .sub-menu { 
display: none;
padding-left: 20px; 
padding-bottom: 18px;
}
.tombuild-menu-panel .sub-menu li { 
border-bottom: 0;
}
.tombuild-menu-panel .sub-menu li a { 
font-size: 17px; 
line-height: 30px; 
padding: 9px 0; 
}
html.disable-scroll {
overflow-y: hidden;
}
.tombuild-menu-panel .menu-logo {
margin-bottom: 35px;
}
.tombuild-menu-panel .search-form {
position: relative;
margin: 32px 0;
}
.tombuild-menu-panel .search-form .search-field {
padding-right: 48px;
width: 100%;
margin-bottom: 0;
padding: 10px 25px;
background-color: #fff;
border: 1px solid var(--e-global-color-tombuild_border);
}
.tombuild-menu-panel .search-form .search-submit {
position: absolute;
right: 5px;
top: 0px;
width: 44px;
height: 44px;
text-align: center;
text-indent: 9999px;
background-color: transparent;
padding: 0;
border: 0;
overflow: hidden;
}
.tombuild-menu-panel .search-form .search-submit i {
position: absolute;
top: 0;
left: 0;
font-size: 16px;
line-height: 44px;
width: 44px;
font-weight: 500;
text-align: center;
color: var(--e-global-color-tombuild_primary);
text-indent: 0;
}
.tombuild-menu-panel .search-form .search-submit:hover {
color: var(--e-global-color-tombuild_accent);
}
.tombuild-menu-panel .search-form .search-submit svg {
position: absolute;
top: -1px;
left: 0;
width: 100%;
padding: 20%;
fill: currentColor;
stroke: none;
transition: fill 0.3s;
}
.tombuild-menu-panel .ext > .text {
display: none;
}
.tombuild-menu-panel .ext > .cart-info {
color: #fff;
}
.tombuild-menu-panel .ext > .cart-info:hover {
color: var(--e-global-color-tombuild_accent);
}
.tombuild-menu-panel .ext > .cart-info i {
position: relative;
font-size: 18px;
color: #fff;
display: inline-block;
margin-right: 12px;
} .tombuild-menu li.megamenu {
position: relative;
}
.tombuild-menu li.megamenu .sub-menu {
z-index: 9998;
background-color: transparent;
}
.tombuild-menu li.megamenu > .sub-menu .sub-menu {
transition: none;
padding: 0;
}
.tombuild-menu li.megamenu ul.sub-menu li.menu-item-has-children > a:after,
.tombuild-menu li.megamenu ul.sub-menu li.menu-item-has-children > a > span:after {
display: none;
}
.tombuild-menu li.megamenu > .sub-menu {
left: 0;
right: auto;
margin: 0 15px;
background-color: #fff;
padding: 40px 0;
width: 1170px;
max-width: 90vw;
display: flex;
flex-wrap: wrap;
}
.tombuild-menu li.megamenu > .sub-menu > li {
display: block;
width: 100%;
padding: 0;
border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.tombuild-menu li.megamenu > .sub-menu > li:hover {
background-color: transparent;
}
.tombuild-menu li.megamenu > .sub-menu > li:hover > a {
color: var(--e-global-color-tombuild_primary);
}
.tombuild-menu li.megamenu > .sub-menu > li > a {
border-bottom: none;
}
.tombuild-menu li.megamenu.col-3 > ul.sub-menu > li {
width: calc(33.33% - 20px);
margin-left: 20px;
}
.tombuild-menu li.megamenu.col-4 > ul.sub-menu > li {
width: calc(25% - 20px);
margin-left: 20px;
}
.tombuild-menu li.megamenu.col-5 > ul.sub-menu > li {
width: calc(20% - 20px);
margin-left: 20px;
}
.tombuild-menu li.megamenu > ul.sub-menu > li ul {
display: block !important;
top: auto !important;
width: 100% !important;
min-width: 0 !important;
left: auto !important;
position: relative !important;
border: none !important;
padding: 0 !important;
box-shadow: none !important;
}
.tombuild-menu li.megamenu > ul.sub-menu > .menu-item-has-children > a {
transition: none;
transform: none;
position: relative;
font-size: 15px;
color: #212529;
margin-bottom: 12px;
}
.tombuild-menu li.megamenu.no-heading > ul.sub-menu > .menu-item-has-children > a {
display: none;
}
.tombuild-menu li.megamenu:hover ul li ul {
opacity: 1;
visibility: visible;
}
.tombuild-menu li.custom-megamenu > .sub-menu {
left: 0;
right: auto;
width: 100vw;
max-width: 100vw;
display: flex;
flex-wrap: wrap;
background-color: transparent;
box-shadow: none;
margin: 0;
padding: 0;
pointer-events: none;
}
.tombuild-menu li.custom-megamenu > .sub-menu > .elementor {
margin-left: auto;
margin-right: auto;
}
.tombuild-menu li.custom-megamenu > .sub-menu > .elementor > .elementor-section {
pointer-events: auto;
}
.tombuild-menu .elementor-top-section.elementor-section-boxed {
max-width: 1170px;
} .elementor-widget-container .tombuild-cart {
padding-left: 0;
}
.tombuild-cart {
padding-left: 30px;
position: relative;
display: inline-block;
}
.tombuild-cart .nav-cart-trigger {
position: relative;
display: flex;
align-items: center;
text-align: center;
width: 24px;
font-size: 24px;
transition: color 0.3s, opacity 0.3s;
color: var(--e-global-color-tombuild_text);
}
.tombuild-cart .nav-cart-trigger svg { 
fill: currentColor;
stroke: none;
transition: fill 0.3s; 
}
.tombuild-cart .shopping-cart-items-count {
position: absolute;
right: -5px;
top: calc(50% - 16px);
width: 14px;
height: 14px;
line-height: 14px;
font-size: 8px;
display: block;
border-radius: 50%;
text-align: center;
background-color: var(--e-global-color-tombuild_accent);
color: #fff;
font-weight: 600;
transition: all 0.3s ease;
}
.tombuild-cart:hover .shopping-cart-items-count {
background-color: var(--e-global-color-tombuild_primary);
}
.tombuild-cart .nav-shop-cart {
position: absolute;
right: 0;
top: 100%;
width: 350px;
text-align: left;
opacity: 0;
visibility: hidden;
z-index: 99999;
background-color: #fff;
padding: 20px 25px;
box-shadow: 0 30px 70px 0 rgba(57, 62, 70, 0.15);
transform: translateY(10px);
transition: opacity 0s, transform 0.3s;
}
.tombuild-cart:hover .nav-shop-cart {
opacity: 1;
visibility: visible;
transform: translateY(0);
} .tombuild-cart .woocommerce-min-cart-wrap {
padding: 30px;
}
.tombuild-cart .woocommerce-mini-cart__empty-message {
margin: 0;
padding: 10px 20px;
font-size: 15px;
}
.widget_shopping_cart_content ul {
list-style: none;
margin: 0;
}
.widget_shopping_cart_content ul li {
display: inline-block;
position: relative;
width: 100%;
border-top: 1px solid #f4f4f4;
padding: 20px 20px 20px 0;
margin: 0;
}
.widget_shopping_cart_content ul li.empty {
padding: 0;
}
.widget_shopping_cart_content ul li:first-child {
padding-top: 0;
margin-top: 0;
border-top: 0;
}
.widget_shopping_cart_content ul li .product-name {
font-size: 16px;
font-weight: 600;
color: var(--e-global-color-tombuild_primary);
}
.widget_shopping_cart_content ul li a:hover {
color: var(--e-global-color-tombuild_accent);
}
.widget_shopping_cart_content ul li a.remove {
font-size: 22px;
color: var(--e-global-color-tombuild_text);
position: absolute;
right: 0;
top: 18px;
}
.tombuild-cart .nav-shop-cart ul li:first-child a.remove {
top: -2px;
}
.widget_shopping_cart_content ul li a.remove:hover {
opacity: 0.7;
}
.widget_shopping_cart_content ul li a img {
float: left;
width: 65px;
border: none;
margin-right: 20px;
}
.widget_shopping_cart_content ul li:first-child a img {
top: 3px;
}
.widget_shopping_cart_content ul li .quantity {
display: block;
font-size: 14px;
line-height: 24px;
color: var(--e-global-color-tombuild_text);
font-weight: 400;
}
.widget_shopping_cart_content .total {
margin: 0 0 25px;
padding: 12px 0;
border-top: 1px solid var(--e-global-color-tombuild_light);
border-bottom: 1px solid var(--e-global-color-tombuild_light);
font-size: 18px;
color: var(--e-global-color-tombuild_primary);
text-align: center;
}
.widget_shopping_cart_content .total strong {
color: var(--e-global-color-tombuild_primary);
font-weight: 600;
}
.widget_shopping_cart_content .buttons:before,
.widget_shopping_cart_content .buttons:after {
content: "";
display: table;
clear: both;
}
.widget_shopping_cart_content .buttons {
margin: 0;
}
.widget_shopping_cart_content .buttons > a {
text-align: center;
color: var(--e-global-color-tombuild_primary);
background-color: #E1E1E1;
padding: 8px 0;
width: 48%;
float: left;
font-size: 12px;
line-height: 30px;
}
.widget_shopping_cart_content .buttons a.checkout {
float: right;
background-color: var(--e-global-color-tombuild_accent);
color: #fff;
}
.widget_shopping_cart_content .buttons a:hover {
opacity: 0.7;
} .tombuild-menu-panel .desc {
margin: 30px 0;
color: #ada8ba;
} .tombuild-menu-panel .master-social-icons a {
width: 44px;
height: 44px;
line-height: 44px;
font-size: 16px;
border-radius: 50%;
color: #fff;
background-color: #100d16;
margin: 0 5px;
text-align: center;
}
.tombuild-menu-panel .master-social-icons a:hover {
background-color: var(--e-global-color-tombuild_accent);
}
.tombuild-menu-panel .master-social-icons a:first-child {
margin-left: 0;
}
.tombuild-menu-panel .master-social-icons a:last-child {
margin-right: 0;
} .tombuild-search {
display: inline-block;
line-height: 1;
}
.search-trigger {
position: relative;
top: 1px;
display: inline-block;
text-align: center;
width: 22px;
font-size: 22px;
line-height: 1;
color: var(--e-global-color-tombuild_text);
stroke: none;
transition: color 0.3s, opacity 0.3s;
}
.tombuild-search:hover .search-trigger { 
color: var(--e-global-color-tombuild_accent);
}
.search-trigger svg {
fill: currentColor;
transition: fill 0.3s;
} .search-style-fullscreen .search_form_wrap {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999999;
background-color: rgba(0, 0, 0, 0.9);
overflow: hidden;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s;
}
.search-style-fullscreen .search-form {
position: absolute;
width: 40%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin-top: 10px;
}
.search-style-fullscreen .search-field {
width: 100%;
font-size: 22px;
margin-bottom: 0;
background-color: #fff;
padding: 17px 40px;
height: 80px;
}
.search-style-fullscreen .search-field:focus {
border: 0;
}
.search-style-fullscreen .search-submit {
position: absolute;
right: -1px;
top: 0;
width: 80px;
height: 80px;
padding: 0;
line-height: 80px;
color: #fff;
font-size: 0px;
transition: opacity 0s;
}
.search-style-fullscreen .search-submit i {
display: inline-block;
font-size: 24px;
line-height: 80px;
}
.search-style-fullscreen .search-submit:hover {
background-color: var(--e-global-color-tombuild_accent);
}
.search-style-fullscreen .search-submit svg {
position: absolute;
top: 0;
left: 0;
padding: 30%;
width: 100%;
fill: currentColor;
transition: fill 0.3s;
}
.search-style-fullscreen .search-close {
position: absolute;
top: 20px;
right: 30px;
width: 60px;
height: 60px;
display: inline-block;
text-align: center;
cursor: pointer;
z-index: 1;
}
.search-style-fullscreen .search-close:before { 
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
font-size: 20px;
transition: color 0.3s;
}
.search-style-fullscreen .search-close:hover:before { color: var(--e-global-color-tombuild_accent); }
.search-style-fullscreen.search-opened .search_form_wrap { opacity: 1; visibility: visible; }
.search-style-fullscreen.search-opened .search_form { margin-top: 0; } #featured-title {
background-color: var(--e-global-color-tombuild_primary);
background-size: cover;
}
#featured-title .inner-wrap {
position: relative;
display: flex;
flex-direction: column;
overflow: hidden;
width: 100%;
padding: 160px 0;
}
#featured-title .main-title {
position: relative;
font-size: 52px;
line-height: 62px;
z-index: 1;
display: inline-block;
margin-bottom: 45px;
padding-bottom: 30px;
margin-top: 0px;
color: #fff;
}
#featured-title .main-title:after {
position: absolute;
bottom: 0;
left: 0;
width: 100px;
height: 5px;
content: '';
background-color: var(--e-global-color-tombuild_accent);
}
#featured-title .sub-title {
font-size: 22px;
font-weight: 600;
margin: 3px 0 0;
}
#featured-title #breadcrumbs {
display: inline-block;
font-size: 16px;
line-height: 24px;
font-weight: 500;
}
#featured-title #breadcrumbs .breadcrumb-trail > a,
#featured-title #breadcrumbs .breadcrumb-trail > span {
color: #fff;
position: relative;
display: inline-block;
padding-right: 20px;
}
#featured-title #breadcrumbs .breadcrumb-trail > span {
color: #cacaca;
}
#featured-title #breadcrumbs .breadcrumb-trail > a:not(:last-child):before {
content: "/";
line-height: normal;
position: absolute;
right: 6px;
top: 2px;
color: #fff;
}
#featured-title #breadcrumbs a:hover {
color: rgba(255,255,255,0.7);
}
#featured-title #breadcrumbs .breadcrumb-trail > span {
padding-right: 0;
} #featured-title.centered .title-group {
display: block;
width: 100%;
text-align: center;
z-index: 9;
}
#featured-title.centered #breadcrumbs {
display: block;
width: 100%;
text-align: center;
}
#featured-title.centered .main-title {
max-width: 750px;
}
#featured-title.centered .main-title:after {
left: 50%;
transform: translateX(-50%);
} #featured-title.modern .inner-wrap { 
padding: 320px 0 216px;
} 
#featured-title.modern .title-group {
text-align: center;
}
#featured-title.modern #breadcrumbs {
position: absolute;
left: 0;
bottom: 24px;
width: 100%;
} .project.hentry,
.service.hentry,
.post.hentry {
position: relative;
margin-bottom: 30px;
}
.hentry .post-content {
margin-bottom: 30px;
}
.hentry:last-child {
margin-bottom: 0;
}
.hentry .post-media iframe {
margin-bottom: 0;
}
.hentry .post-media {
position: relative;
overflow: hidden;
}
.hentry .post-media .custom-post-date {
position: absolute;
top: 20px;
left: 20px;
display: inline-flex;
justify-content: center;
align-items: center;
flex-direction: row;
text-align: center;
font-weight: 600;
font-size: 10px;
line-height: 30px;
text-transform: uppercase;
background-color: var(--e-global-color-tombuild_accent);
color: #fff;
z-index: 1;
padding: 0 14px;
}
.hentry .post-media .custom-post-date:after {
position: absolute;
bottom: -6px;
left: 0;
content: '';
width: 0;
height: 0;
border-right: 14px solid transparent;
border-top: 7px solid var(--e-global-color-tombuild_accent);
}
.hentry .post-media .custom-post-date > span {
display: inline-block;
}
.hentry .post-content-wrap {
position: relative;
padding: 25px 35px 50px;
border: 1px solid var(--e-global-color-tombuild_border);
transition: all 0.5s ease;
}
.hentry:hover .post-content-wrap {
box-shadow: 0 10px 35px 0 rgba(33,39,53,0.2);
}
.hentry .post-categories {
font-size: 13px;
}
.hentry .page-links {
clear: both;
padding: 20px 0 10px;
}
.hentry .page-links > span,
.hentry .page-links a > span {
display: inline-block;
width: 34px;
height: 34px;
line-height: 34px;
font-size: 15px;
border: 1px solid var(--e-global-color-tombuild_border);
color: var(--e-global-color-tombuild_accent);
text-align: center;
margin: 0 3px;
}
.hentry .page-links a:hover > span {
color: var(--e-global-color-tombuild_primary);
}
.hentry .page-links a > span {
color: var(--e-global-color-tombuild_text);
} .post-media .slick-prev,
.post-media .slick-next {
padding: 0;
background-color: rgba(0, 0, 0, 0.2);
width: 60px;
height: 60px;
position: absolute;
top: 50%;
cursor: pointer;
border: none;
outline: none;
text-shadow: none;
z-index: 1;
text-indent: -9999px;
display: inline-block;
transform:  translateY(-50%);
}
.post-media .slick-prev:before,
.post-media .slick-next:before {
text-indent: 0;
font-size: 20px;
color: #fff;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
line-height: 60px;
text-align: center;
display: inline-block;
}
.post-media .slick-prev {
left: 20px;
}
.post-media .slick-next {
right: 20px;
}
.post-media .slick-prev:hover,
.post-media .slick-next:hover {
background-color: var(--e-global-color-tombuild_accent);
}
.post-media .slick-dots {
list-style: none;
margin: 0;
text-align: center;
line-height: 13px;
position: absolute;
left: 0;
bottom: 20px;
width: 100%;
}
.post-media .slick-dots li {
padding: 0;
margin: 0 5px;
display: inline-block;
cursor: pointer;
width: 12px;
height: 12px;
background-color: rgba(0,0,0,0.5);
transition: background 0.3s;
}
.post-media .slick-dots li.slick-active {
background-color: var(--e-global-color-tombuild_accent);
}
.post-media .slick-dots li button {
display: none;
} .hentry .post-title {
margin: 0 0 36px;
-ms-word-wrap: break-word;
word-wrap: break-word;
font-size: 32px;
line-height: 1.2;
}
.hentry .post-title a {
color: var(--e-global-color-tombuild_primary);
}
.hentry .post-title a:hover {
color: var(--e-global-color-tombuild_accent);
}
.hentry .post-title-inner {
z-index: 1;
position: relative;
display: inline-block;
}
.hentry .post-title-inner:before {
content: "";
position: absolute;
left: 0;
top: 0;
z-index: -1;
width: 100%;
height: 100%;
border: 1px solid transparent;
}
.hentry .post-title-inner:after {
content: "";
position: absolute;
left: 0;
top: 100%;
width: 0;
height: 0;
background-color: transparent;
} .post-meta {
display: inline-block;
font-size: 16px;
line-height: 24px;
font-weight: 400;
margin-bottom: 25px;
}
.post-meta .item,
.post-meta a {
color: #969696;
}
.post-meta .item {
margin-right: 14px;
padding-left: 20px;
position: relative;
display: inline-block;
}
.post-meta .item:last-child {
margin-right: 0;
}
.post-meta .item:after {
position: absolute;
top: 0px;
left: 0px;
font-size: 14px;
font-weight: 400;
}
.post-meta a:hover {
color: var(--e-global-color-tombuild_accent);
}
.post-meta.style-2 {
width: 100%;
}
.post-meta.style-2 .post-meta-content-inner {
display: flex;
justify-content: space-between;
}
.post-meta.style-2 .post-meta-content-inner:after,
.post-meta.style-2 .post-meta-content-inner:before {
display: none;
} .hentry .post-excerpt {
position: relative;
z-index: 1;
margin: 0 0 40px;
}
.hentry .post-excerpt p:last-child {
margin-bottom: 0;
} .hentry .post-link a {
position: relative;
font-size: 16px;
line-height: 24px;
color: var(--e-global-color-tombuild_text);
background-color: #efefef;
display: inline-block;
font-weight: 500;
padding: 18px 60px 18px 30px;
transition: 0.3s all ease;
}
.hentry .post-link a:after {
display: none;
position: absolute; 
bottom: 0; 
right: 0; 
width: 0; 
height: 1px; 
background-color: currentColor; 
content: ""; 
transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1); 
}
.hentry .post-link a:before {
position: absolute; 
bottom: 18px; 
right: 30px; 
font-size: 16px;
color: var(--e-global-color-tombuild_text);;
transition: all 0.3s ease;
}
.hentry:hover .post-link a {
background-color: var(--e-global-color-tombuild_accent);
color: #fff;
}
.hentry:hover .post-link a:before {
color: #fff;
}
.hentry .post-link a:hover {
background-color: var(--e-global-color-tombuild_primary);
}
.hentry .post-link a:hover:after {
width: 100%; 
left: 0;
}
.hentry .post-link a:hover:before { 
animation: 0.3s link-icon linear;
} .is-single-post .post.hentry {
padding: 0;
margin: 0;
border-bottom: none;
}
.is-single-post .post.hentry .post-media {
margin-bottom: 22px;
}
.is-single-post .post.hentry .post-content {
margin: 0;
padding-bottom: 22px;
}
.is-single-post .post.hentry .post-content p:last-child {
margin-bottom: 5px;
} .hentry .post-tags {
display: block;
border-top: 1px solid var(--e-global-color-tombuild_border);
padding: 25px 0;
margin:  25px 0 0;
}
.hentry .post-tags .inner {
position: relative;
display: flex;
flex-wrap: wrap;
}
.hentry .post-tags .inner .tag-text,
.hentry .post-tags .inner a {
margin-top: 2.5px;
margin-bottom: 2.5px;
}
.hentry .post-tags .inner .tag-text {
font-size: 20px;
line-height: 24px;
color: var(--e-global-color-tombuild_primary);
font-weight: 500;
margin-right: 10px;
}
.hentry .post-tags a {
display: inline-block;
font-size: 15px;
line-height: 24px;
font-weight: 500;
color: #fff;
-ms-word-wrap: break-word;
word-wrap: break-word;
background-color: var(--e-global-color-tombuild_accent);
padding: 0 5px;
margin-right: 5px;
}
.hentry .post-tags a:hover {
background-color: var(--e-global-color-tombuild_primary);
} .tombuild-socials-share {
position: relative;
}
.tombuild-socials-share .post-tags {
padding-right: 230px;
}
.tombuild-socials-share.single-post .xs_social_share_widget {
position: absolute;
right: 0;
top: 25px;
}
.tombuild-socials-share .xs_social_share_widget.xs_share_url.wslu-fill-colored .xs-share-li a {
border-radius: 50%;
margin-left: 10px;
}
.tombuild-socials-share .xs_social_share_widget.xs_share_url.wslu-fill-colored .xs-share-li:first-child a {
margin-left: 0;
}
.tombuild-socials-share .xs_social_share_widget.xs_share_url.wslu-share-horizontal.wslu-share-m-5 li {
margin: 5px;
width: 40px;
height: 40px;
}
.tombuild-socials-share .xs_social_share_widget.xs_share_url ul li.wslu-no-extra-data>a .xs-social-icon {
padding: 8px 13px;
}
.tombuild-socials-share .xs_social_share_widget.xs_share_url ul li>a {
box-shadow: none;
}
.tombuild-socials-share .xs_social_share_widget.xs_share_url a {
background-color: var(--e-global-color-tombuild_light) !important;
transition: background 0.3s ease;
}
.tombuild-socials-share.bg-white .xs_social_share_widget.xs_share_url a {
background-color: #fff !important;
}
.tombuild-socials-share .xs_social_share_widget.xs_share_url ul li>a .xs-social-icon span {
color: var(--e-global-color-tombuild_primary) !important;
font-size: 12px;
transition: color 0.3s ease;
}
.tombuild-socials-share .xs_social_share_widget.xs_share_url ul li>a .xs-social-icon span.met-social-facebook {
font-size: 14px;
}
.tombuild-socials-share .xs_social_share_widget.xs_share_url a:hover {
background-color: var(--e-global-color-tombuild_accent) !important;
}
.tombuild-socials-share .xs_social_share_widget.xs_share_url ul li>a:hover .xs-social-icon span {
color: #fff !important;
} .hentry .post-author {
clear: both;
overflow: hidden;
position: relative;
padding: 35px;
background-color: var(--e-global-color-tombuild_light);
display: flex;
justify-content: space-between;
}
.hentry .post-author:after {
position: absolute;
top: 0;
right: 0;
content: '';
width: 0; 
height: 0; 
border-bottom: 30px solid transparent;
border-right: 30px solid var(--e-global-color-tombuild_accent);
}
.hentry .post-author .author-avatar {
flex-basis: 100px;
width: 100px;
flex-shrink: 0;
flex-grow: 0;
overflow: hidden;
}
.hentry .post-author .author-avatar a {
display: inline-block;
width: 100px;
border-radius: 50%;
overflow: hidden;
}
.hentry .post-author .author-avatar a img {
width: 100%;
height: auto;
}
.hentry .post-author .name {
font-size: 20px;
line-height: 36px;
font-weight: 500;
margin-bottom: 10px;
}
.hentry .post-author .author-desc {
overflow: hidden;
padding-left: 25px;
}
.hentry .post-author .author-desc > p {
margin-bottom: 0;
color: var(--e-global-color-tombuild_text);
font-size: 16px;
line-height: 24px;
}
.hentry .post-author .author-socials .text,
.hentry .post-author .author-socials .socials {
display: inline-block;
}
.hentry .post-author .author-socials .socials a {
display: inline-block;
color: var(--e-global-color-tombuild_text);
font-size: 14px;
margin-right: 5px;
}
.hentry .post-author .author-socials .socials a:hover {
color: var(--e-global-color-tombuild_accent);
}  .nav-links {
display: flex;
justify-content: space-between;
margin: 2px 0;
}
.nav-links .prev,
.nav-links .next {
display: flex;
align-items: center;
width: 100%;
height: 100%;
}
.nav-links .next {
flex-direction: row-reverse;
}
.nav-links>div .thumb {
display: inline-block;
min-width: 60px;
width: 60px;
height: 60px;
overflow: hidden;
}
.nav-links>div .thumb a {
display: inline-block;
}
.nav-links .prev .thumb {
margin-right: 20px;
}
.nav-links .next .thumb {
margin-left: 20px;
}
.nav-links img {
border-radius: 50%;
max-width: 85px;
margin: 10px;
}
.nav-links>div {
background-color: var(--e-global-color-tombuild_light);
padding: 20px;
transition: 0.3s ease;
}
.nav-links>div:hover {
background-color: var(--e-global-color-tombuild_accent);
}
.nav-links>div>a {
display: inline-block;
word-wrap: break-word;
white-space: -moz-pre-wrap;
white-space: pre-wrap;
font-size: 20px;
line-height: 1.5;
font-weight: 500;
color: var(--e-global-color-tombuild_primary);
width: 100%;
margin: 10px;
}
.nav-links>div:hover>a {
color: #fff;
}
.nav-links .prev,
.nav-links .next {
width: calc(50% - 15px);
}
.nav-links .prev {
margin-right: 30px;
} .related-news {
margin-top: 110px;
}
.related-news .related-title {
font-size: 36px;
line-height: 56px;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.related-news .related-post {
margin: 0 -5px;
position: relative;
margin-bottom: 0;
}
.related-news .post-item {
border: none;
max-width: 570px;
}
.related-news .post-item .inner {
overflow: hidden;
position: relative;
margin-bottom: 40px;
height: 170px;
transition: 0.5s cubic-bezier(0.5, 1.6, 0.4, 0.7) 0.2s;
}
.related-news .post-item:nth-child(even) .inner {
box-shadow: 0 30px 70px 0 rgba(193, 210, 212, 0.5);
}
.related-news .related-post:hover .post-item .inner {
box-shadow: none;
}
.related-news .related-post:hover .post-item:hover .inner {
box-shadow: 0 30px 70px 0 rgba(193, 210, 212, 0.5);
}
.related-news .post-item .thumb-wrap {
display: block;
position: absolute;
top: 0;
left: 0;
width: 170px;
height: 170px;
}
.related-news .post-item .text-wrap {
padding: 30px 70px 15px 200px;
flex-basis: 400px;
}
.related-news .post-item .post-categories {
display: none;
}
.related-news .post-item .post-categories a {
font-size: 14px;
color: var(--e-global-color-tombuild_text);
}
.related-news .post-item .post-categories a:hover {
color: var(--e-global-color-tombuild_accent);
}
.related-news .post-item .text-wrap h3 {
font-size: 22px;
line-height: 35px;
margin: 0 0 13px;
}
.related-news .post-item .text-wrap h3 a:hover {
color: var(--e-global-color-tombuild_accent);
}
.related-news .post-item .text-wrap .post-date {
font-size: 14px;
}
.related-news .related-post .slick-prev,
.related-news .related-post .slick-next {
padding: 0;
background-color: transparent;
width: 45px;
height: 30px;
position: absolute;
top: -76px;
cursor: pointer;
border: none;
outline: none;
text-shadow: none;
z-index: 9999;
text-indent: -9999px;
display: inline-block;
}
.related-news .related-post .slick-prev {
right: 40px;
}
.related-news .related-post .slick-next {
border-left: 1px solid #d7d7d7;
right: -5px;
}
.related-news .related-post .slick-prev:before,
.related-news .related-post .slick-next:before {
text-indent: 0;
line-height: 30px;
font-size: 20px;
color: #aaa;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
text-align: center;
display: inline-block;
transition: color 0.3s, background 0.3s;
}
.related-news .related-post .slick-next:hover:before,
.related-news .related-post .slick-prev:hover:before {
color: var(--e-global-color-tombuild_accent);
} .comments-area {
position: relative;
}
.comments-area:after,
.comments-area:before {
content: "";
clear: both;
display: table;
line-height: 0;
}
.comments-area .comments-title,
.comments-area .comment-reply-title {
font-size: 26px;
color: var(--e-global-color-tombuild_primary);
margin: 50px 0 40px;
}
.comment-no-reply .comment-edit-link {
right: 0;
} .comment-list {
list-style: none;
margin: 0;
}
.comment-list li.comment {
padding: 0;
}
.comment-list .children {
list-style: none;
margin: 0;
}
.comment-list .children > li {
margin-left: 20px;
}
.comment-list article {
position: relative;
transition: background ease 0.3s;
overflow: hidden;
margin-bottom: 50px;
border-bottom: 1px solid var(--e-global-color-tombuild_border);
}
.comment-list article + .comment-respond {
margin-bottom: 50px;
}
.comment-list article .gravatar {
width: 70px;
height: 70px;
border-radius: 50%;
float: left;
margin: 0 20px 30px 0;
overflow: hidden;
background-color: var(--e-global-color-tombuild_light);
}
.comment-list article .gravatar img {
width: 100%;
height: auto;
}
.comment-list .comment-content {
overflow: hidden;
padding-bottom: 50px;
}
.comment-meta {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: baseline;
margin-bottom: 18px;
padding-right: 200px;
}
.comment-author {
font-size: 20px;
line-height: 30px;
font-weight: 500;
margin-right: 10px;
}
.comment-time {
flex-grow: 1;
font-size: 14px;
line-height: 30px;
font-weight: 400;
color: var(--e-global-color-tombuild_text);
}
.comment-author,
.comment-time {
margin-top: 3px;
margin-bottom: 3px;
}
.comment-text {
overflow: hidden;
font-size: 16px;
line-height: 1.875;
}
.comment-edit-link {
order: 10;
}
.comment-reply-link,
.comment-edit-link,
#cancel-comment-reply-link {
position: relative;
display: inline-block;
font-size: 12px;
line-height: 40px;
padding: 0 20px;
font-weight: 500;
background-color: var(--e-global-color-tombuild_primary);
color: #fff;
}
.comment-reply-link:focus,
#cancel-comment-reply-link:focus,
.comment-reply-link:hover,
#cancel-comment-reply-link:hover {
background-color: var(--e-global-color-tombuild_accent);
color: #fff;
}
.comment-reply-link {
position: absolute;
top: 0;
right: 0;
}
.comment-edit-link {
position: absolute;
top: 0;
right: 80px;
line-height: 38px;
border: 1px solid var(--e-global-color-tombuild_primary);
color: var(--e-global-color-tombuild_primary);
background-color: #fff;
}
.comment-edit-link:focus,
.comment-edit-link:hover {
color: #fff;
background-color: var(--e-global-color-tombuild_primary);
}
#cancel-comment-reply-link {
position: absolute;
right: 0;
top: 0;
}
.comment-text > p:last-child {
margin-bottom: 0;
}
.unapproved {
display: block;
color: var(--e-global-color-tombuild_accent);
font-size: 14px;
font-style: italic;
} #comments .comment-respond {
position: relative;
}
#comments .name-wrap,
#comments .email-wrap {
float: left;
width: calc(50% - 10px);
}
#comments .name-wrap {
margin-right: 10px;
}
#comments .name-wrap input,
#comments .email-wrap input,
#comments .url-wrap input,
#comments .message-wrap textarea {
width: 100%;
}
#comments .message-wrap textarea {
height: 200px;
margin-bottom: 20px;
}
#comments .comment-respond .form-submit {
clear: both;
margin: 0;
}
#comments .comment-respond .form-submit .submit {
background-color: var(--e-global-color-tombuild_accent);
transition: background 0.3s, color 0.3s;
padding: 0 30px;
}
#comments .comment-respond .form-submit .submit:hover {
background-color: var(--e-global-color-tombuild_primary);
}
#comments .comment-respond .comment-form-cookies-consent {
font-size: 16px;
margin-bottom: 5px;
}
.logged-in-as {
margin-bottom: 10px;
font-size: 14px;
}
.logged-in-as a {
color: var(--e-global-color-tombuild_accent);
}
.logged-in-as a:hover {
color: var(--e-global-color-tombuild_primary);
} .single-project-inner .nav-links {
padding: 50px 0;
margin-top: 120px;
border-top: 1px solid #dae3e9;
border-bottom: 1px solid #dae3e9;
}
.single-project-inner .nav-links > div {
position: relative;
background-color: transparent;
padding: 0;
}
.single-project-inner .nav-links a {
font-size: 18px;
line-height: 30px;
font-weight: 400;
}
.single-project-inner .nav-links a:hover {
color: var(--e-global-color-tombuild_accent);
}
.single-project-inner .nav-links a:after {
position: absolute;
top: 0;
right: 0;
font-size: 18px;
font-weight: 400;
} .single-project-inner .nav-links .prev a {
padding-left: 30px;
}
.single-project-inner .nav-links .prev a:after {
left: 0;
}
.single-project-inner .nav-links .next a {
text-align: right;
padding-right: 30px;
} .related-projects {
margin-top: 110px;
}
.related-projects .heading-wrap {
display: flex;
justify-content: center; 
flex-direction: column; 
align-items: center;
text-align: center;
}
.related-projects .heading-wrap .pre-title {
position: relative;
display: inline-block;
font-size: 18px; 
line-height: 1.667; 
font-weight: 400; 
margin-bottom: 1px; 
padding-left: 20px;
}
.related-projects .heading-wrap .pre-title .line {
position: absolute;
top: 10px;
left: 0;
overflow: hidden;
line-height: 0;
}
.related-projects .heading-wrap .pre-title .line .inner {
display: inline-block;
width: 10px;
height: 2px;
background-color: var(--e-global-color-tombuild_accent);
animation: 1.5s line-moving infinite linear;
}
.related-projects .heading-wrap .title { 
font-size: 50px;
line-height: 1.2;
margin-bottom: 50px; 
}
.related-projects .projects {
margin-left: -15px;
margin-right: -15px;
}
.related-projects .projects .master-project {
margin: 0 15px;
padding-bottom: 40px;
}
.related-projects .projects .master-project .content-wrap {
z-index: 1;
bottom: 10px;
box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
}
@media (max-width: 1024px) {
.single-project-inner .nav-links,
.related-projects {
margin-top: 100px;
}
}
@media (max-width: 767px) {
.single-project-inner .nav-links,
.related-projects {
margin-top: 80px;
}
.single-project-inner .nav-links {
padding: 30px 0;
}
.nav-links .prev,
.nav-links .next {
flex-direction: column;
}
.nav-links .next {
align-items: flex-end;
}
.nav-links .prev .thumb,
.nav-links .next .thumb {
margin: 0 0 30px;
}
.tombuild-socials-share.single-post .xs_social_share_widget {
position: static;
margin-bottom: 30px;
}
.tombuild-socials-share .post-tags {
padding-right: 0;
}
}
@media (max-width: 575px) {
.post-meta.style-2 .post-meta-content-inner {
flex-direction: column;
align-items: flex-start;
}
.post-meta.style-2 .item.post-by-author {
margin-bottom: 10px;
}
.nav-links {
display: none;
}
.hentry .post-tags {
border-bottom: 1px solid var(--e-global-color-tombuild_border);
}
.tombuild-socials-share.single-post .xs_social_share_widget {
margin: 30px 0 0;
}
.is-single-post .post.hentry .post-meta, .is-single-post .post.hentry .post-title, .is-single-post .post.hentry .post-content {
padding: 0;
}
.hentry .post-tags {
padding: 15px 0;
}
} .search-page .hentry:last-child {
padding-bottom: 0;
border-bottom: none;
}
.search-page .hentry .post-title {
margin-bottom: 40px;
} .tombuild-footer {
position: relative;
z-index: 1;
}
#footer {
background-color: #212121;
background-size: cover;
background-repeat: no-repeat;
color: #969696;
padding: 120px 0 80px;
border-style: solid;
position: relative;
}
#footer.tombuild-footer {
padding: 0 0 !important;
}
#footer-widgets .footer-grid:after,
#footer-widgets .footer-grid:before {
display: block;
content: "";
clear: both;
}
.footer textarea,
.footer input[type="text"],
.footer input[type="password"],
.footer input[type="datetime"],
.footer input[type="datetime-local"],
.footer input[type="date"],
.footer input[type="month"],
.footer input[type="time"],
.footer input[type="week"],
.footer input[type="number"],
.footer input[type="email"],
.footer input[type="url"],
.footer input[type="search"],
.footer input[type="tel"],
.footer input[type="color"],
#footer textarea,
#footer input[type="text"],
#footer input[type="password"],
#footer input[type="datetime"],
#footer input[type="datetime-local"],
#footer input[type="date"],
#footer input[type="month"],
#footer input[type="time"],
#footer input[type="week"],
#footer input[type="number"],
#footer input[type="email"],
#footer input[type="url"],
#footer input[type="search"],
#footer input[type="tel"],
#footer input[type="color"] {
padding: 16px 20px;
font-size: 12px;
line-height: 26px;
}
.footer select,
#footer select {
padding: 17px 20px;
}
#footer select option {
color: #fff;
}
#footer table,
#footer th,
#footer td {
border-color: rgba(255,255,255,0.3);
}
#footer select {
border-color: transparent;
background-color: #111;
color: #fff;
}
#footer input[type="search"] {
font-size: 14px;
border-color: transparent;
background-color: #111;
color: #fff;
margin-bottom: 0;
}
#footer select:focus,
#footer input[type="search"]:focus {
border-color: rgba(255,255,255,0.4);
}
.footer .button, 
.footer button, 
.footer input[type="button"], 
.footer input[type="reset"], 
.footer input[type="submit"],
#footer .button, 
#footer button, 
#footer input[type="button"], 
#footer input[type="reset"], 
#footer input[type="submit"] {
line-height: 60px;
font-size: 12px;
}
.footer .tombuild-menu > ul > li:hover > a span,
#footer .tombuild-menu > ul > li:hover > a span {
background-color: inherit;
color: inherit;
}
.footer .tombuild-menu > ul > li > a span:before,
#footer .tombuild-menu > ul > li > a span:before {
display: none;
} .footer-grid .col { float: left; }
.footer-grid .span_1_of_1.col { float: none; }
.footer-grid .span_1_of_2 { width: 50%; }
.footer-grid .span_1_of_3 { width: 33.33%; }
.footer-grid .span_1_of_4 { width: 25%; }
.footer-grid .span_1_of_5 { width: 25%; }
.footer-grid .span_1_of_5:first-child { width: 41.66%; }
.footer-grid .span_1_of_5:last-child { width: 33.33%; }
.footer-grid .w370 { width: 31.624%; }
.footer-grid .w170 { width: 14.53%; margin-left: 2.564%; }
.footer-grid .w270 { width: 23.077%; margin-left: 2.564%; } .footer-grid.gutter-5 { margin-left: -2.5px; margin-right: -2.5px; }
.footer-grid.gutter-5 > .col { padding-left: 2.5px; padding-right: 2.5px; }
.footer-grid.gutter-10 { margin-left: -5px; margin-right: -5px; }
.footer-grid.gutter-10 > .col { padding-left: 5px; padding-right: 5px; }
.footer-grid.gutter-15 { margin-left: -7.5px; margin-right: -7.5px; }
.footer-grid.gutter-15 > .col { padding-left: 7.5px; padding-right: 7.5px; }
.footer-grid.gutter-20 { margin-left: -10px; margin-right: -10px; }
.footer-grid.gutter-20 > .col { padding-left: 10px; padding-right: 10px; }
.footer-grid.gutter-25 { margin-left: -12.5px; margin-right: -12.5px; }
.footer-grid.gutter-25 > .col { padding-left: 12.5px; padding-right: 12.5px; }
.footer-grid.gutter-30 { margin-left: -15px; margin-right: -15px; }
.footer-grid.gutter-30 > .col { padding-left: 15px; padding-right: 15px; }
.footer-grid.gutter-35 { margin-left: -17.5px; margin-right: -17.5px; }
.footer-grid.gutter-35 > .col { padding-left: 17.5px; padding-right: 17.5px; }
.footer-grid.gutter-40 { margin-left: -20px; margin-right: -20px; }
.footer-grid.gutter-40 > .col { padding-left: 20px; padding-right: 20px; }
.footer-grid.gutter-45 { margin-left: -22.5px; margin-right: -22.5px; }
.footer-grid.gutter-45 > .col { padding-left: 22.5px; padding-right: 22.5px; }
.footer-grid.gutter-50 { margin-left: -25px; margin-right: -25px; }
.footer-grid.gutter-50 > .col { padding-left: 25px; padding-right: 25px; }
.footer-grid.gutter-60 { margin-left: -30px; margin-right: -30px; }
.footer-grid.gutter-60 > .col { padding-left: 30px; padding-right: 30px; }
.footer-grid.gutter-70 { margin-left: -35px; margin-right: -35px; }
.footer-grid.gutter-70 > .col { padding-left: 35px; padding-right: 35px; }
.footer-grid.gutter-80 { margin-left: -40px; margin-right: -40px; }
.footer-grid.gutter-80 > .col { padding-left: 40px; padding-right: 40px; } #bottom {
color: #969696;
background-color: #212121;
font-weight: 400;
position: relative;
}
#bottom .bottom-bar-inner-wrap {
position: relative;
}
#bottom .inner-wrap {
display: flex;
justify-content: space-between;
align-items: center;
height: 70px;
position: relative;
} #copyright {
font-size: 15px;
margin-right: 20px;
}
#copyright a {
color: var(--e-global-color-tombuild_accent);
}
#copyright a:hover {
color: #fff
} #scroll-top {
position: fixed;
right: 40px;
bottom: 30px;
display: block;
line-height: 48px;
text-align: center;
width: 50px;
height: 50px;
visibility: hidden;
opacity: 0;
z-index: 9999999;
cursor: pointer;
overflow: hidden;
transition: 0.3s;
}
#scroll-top:after {
color: #fff;
font-size: 14px;
position: absolute;
left: 0;
top: 0;
width: 100%;
transition: all ease 0.3s;
}
#scroll-top:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: var(--e-global-color-tombuild_accent);
z-index: -1;
transition: all ease 0.3s;
box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
}
#scroll-top:hover:before {
background-color: var(--e-global-color-tombuild_accent);
}
#scroll-top.show {
bottom: 50px;
opacity: 1;
visibility: visible;
}
#scroll-top:hover:after {
animation: 1s hvr-buzz-out alternate linear infinite;
}
@keyframes hvr-buzz-out {
10% {
transform: translateY(3%) rotate(2deg);
}
20% {
transform: translateY(-3%) rotate(-2deg);
}
30% {
transform: translateY(3%) rotate(2deg);
}
40% {
transform: translateY(-3%) rotate(-2deg);
}
50% {
transform: translateY(2%) rotate(1deg);
}
60% {
transform: translateY(-2%) rotate(-1deg);
}
70% {
transform: translateY(2%) rotate(1deg);
}
80% {
transform: translateY(-2%) rotate(-1deg);
}
90% {
transform: translateY(1%) rotate(0);
}
to {
transform: translateY(-1%) rotate(0);
}
} .tombuild-cursor {
position: fixed;
left: 0;
top: 0;
pointer-events: none;
z-index: 11000;
transform: translate(-50%, -50%);
}
.tombuild-cursor .inner {
position: relative;
display: flex;
width: 100px;
height: 100px;
line-height: 100px;
transform: scale(0.5);
opacity: 0;
border-radius: 50%;
justify-content: center;
transition: all 0.5s ease;
}
.tombuild-cursor .inner .arrow {
display: none;
width: 10px;
height: auto;
fill: #fff;
margin: 0 8px;
}
.tombuild-cursor .inner .text {
display: inline-block;
text-align: center;
font-size: 16px;
font-weight: 400;
color: #fff;
}
.tombuild-cursor.active .inner {
opacity: 1;
transform: scale(1);
}
.tombuild-cursor.circle-with-text .inner {
background-color: rgba(0,0,0,0.7);
backdrop-filter: blur(5px);
} 
.tombuild-cursor.drag-drop-cursor .inner {
opacity: 1;
background-color: transparent;
transform: scale(1);
}
.tombuild-cursor.drag-drop-cursor .inner:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
content: '';
background-color: var(--e-global-color-tombuild_accent);
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
z-index: -1;
transition: transform 0.3s ease;
}
.tombuild-cursor.drag-drop-cursor .inner .text {
display: none;
}
.tombuild-cursor.drag-drop-cursor .inner .arrow {
display: inline-block;
transition: all 0.5s ease;
}
.tombuild-cursor.drag-drop-cursor.grab .inner:after {
transform: scale(0.1);
}
.tombuild-cursor.drag-drop-cursor.grab .inner .arrow.arrow-left {
fill: var(--e-global-color-tombuild_accent);
transform: translateX(-8px);
}
.tombuild-cursor.drag-drop-cursor.grab .inner .arrow.arrow-right {
fill: var(--e-global-color-tombuild_accent);
transform: translateX(8px);
}
@media only screen and (max-width: 1024px) {
.tombuild-cursor { display: none; }
} .event-manager-pagination,
.event-manager-pagination-2,
.tombuild-pagination,
.woocommerce-pagination,
.project-nav .tombuild-pagination {
clear: both;
margin: 70px 0 0;
text-align: center;
}
.woocommerce-pagination {
clear: both;
text-align: center;
}
.event-manager-pagination ul,
.event-manager-pagination-2 ul,
.tombuild-pagination ul,
.woocommerce-pagination .page-numbers {
margin: 0;
line-height: 1;
}
.event-manager-pagination ul.page-numbers li,
.event-manager-pagination-2 ul.page-numbers li,
.tombuild-pagination ul li,
.woocommerce-pagination .page-numbers li {
display: inline-block;
padding: 0;
margin: 0 5px;
}
.event-manager-pagination ul.page-numbers li .page-numbers:hover,
.event-manager-pagination-2 ul.page-numbers li .page-numbers:hover {
border-color: var(--e-global-color-tombuild_accent);
}
.event-manager-pagination ul.page-numbers li .page-numbers,
.event-manager-pagination-2 ul.page-numbers li .page-numbers,
.tombuild-pagination ul li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers {
display: inline-block;
font-size: 14px;
font-weight: 500;
line-height: 50px;
width: 48px;
height: 48px;
border: 1px solid var(--e-global-color-tombuild_border);
color: var(--e-global-color-tombuild_text);
text-align: center;
overflow: hidden;
transition: color 0.3s, background 0.3s, border 0.3s;
padding: 0;
}
.tombuild-pagination ul li .page-numbers.next,
.woocommerce-pagination .page-numbers li .page-numbers.next,
.tombuild-pagination ul li .page-numbers.prev,
.woocommerce-pagination .page-numbers li .page-numbers.prev {
font-size: 12px;
}
.event-manager-pagination ul li .page-numbers:hover,
.event-manager-pagination-2 ul li .page-numbers:hover,
.event-manager-pagination ul li .page-numbers.current,
.event-manager-pagination-2 ul li .page-numbers.current,
.tombuild-pagination ul li .page-numbers:hover,
.woocommerce-pagination .page-numbers li .page-numbers:hover,
.tombuild-pagination ul li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers.current {
border-color: var(--e-global-color-tombuild_accent);
background-color: var(--e-global-color-tombuild_accent);
color: #fff;
}
@media only screen and (max-width: 575px) {
.event-manager-pagination,
.event-manager-pagination-2,
.tombuild-pagination,
.woocommerce-pagination,
.project-nav .tombuild-pagination {
text-align: left;
}
#scroll-top {
right: 5px;
bottom: 15px;
}
} .no-results { 
width: 100%; 
}
.no-results-content { 
max-width: 800px; 
margin: 0 auto; 
text-align: center; 
}
.no-results-content .search-form { 
position: relative; 
max-width: 600px;
margin: 0 auto;
}
.no-results-content .text { 
display: none; 
}
.no-results-title h1 {
font-size: 50px;
line-height: 1.3;
}
.no-results-content .search-form .search-field {
padding: 12px 25px;
margin-bottom: 0;
height: 60px;
width: 100%;
}
.no-results-content .search-form .search-field:focus {
border-color: var(--e-global-color-tombuild_accent);
}
.no-results-content .search-form .search-submit {
position: absolute;
background-color: transparent;
right: 7px;
top: 7px;
width: 46px;
height: 46px;
text-align: center;
text-indent: -9999px;
padding: 0;
border: 0;
overflow: hidden;
color: var(--e-global-color-tombuild_primary);
}
.no-results-content .search-form .search-submit i {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: inherit;
font-size: 20px;
text-indent: 0;
line-height: 46px;
}
.no-results-content .search-form .search-submit:hover {
color: var(--e-global-color-tombuild_accent);
}
.no-results-content .search-form .search-submit svg {
position: absolute;
width: 50%;
top: 25%;
left: 25%;
fill: currentColor;
transition: fill 0.3s;
}
.image-404 {
margin: 0 auto 60px;
} @media only screen and (max-width: 1200px) {
.header-button { display: none; }
#site-header .tombuild-menu { justify-content: flex-end; }
.tombuild-menu > ul > li:last-child { padding-right: 0; }
}
@media only screen and (max-width: 1024px) {
.top-bar { display: none; }
.site-header-inner,
.tombuild-menu-wrap { justify-content: flex-end; }
.site-header-inner { height: 80px; position: relative; }
.site-header-inner .tombuild-hamburger-icon,
.tombuild-menu-wrap.menu-hamburger-on-mobi .tombuild-hamburger-icon { display: block; }
.tombuild-menu-wrap .menu-extra .tombuild-search,
.tombuild-menu-wrap .menu-extra .tombuild-cart,
.site-header-inner .tombuild-menu,
.tombuild-menu-wrap.menu-hamburger-on-mobi .tombuild-menu { display: none !important; }
#site-logo { flex-grow: 1; }
.footer-grid .span_1_of_5:first-child { width: 33.33%; }
.footer-grid .span_1_of_5:last-child { width: 41.667%; }
#main-content { padding: 100px 0; }
.footer-fixed .tombuild-footer { position: relative; top: unset; left: unset; }
#sidebar { display: none; }
#site-content,
#sidebar { width: 100% !important; max-width: none !important; float: none; }
#featured-title.modern .inner-wrap { padding: 160px 0 116px; }
}
@media only screen and (max-width: 991px) {
.top-bar { display: none; }
#inner-content { padding-left: 0 !important; padding-right: 0 !important; }
#footer-widgets { padding: 60px 0 !important; }
#footer-widgets .footer-grid > .col:last-child > .widget:last-child { margin-bottom: 0; }
#footer-widgets .widget.widget_instagram .instagram-wrap,
#footer-widgets .widget.widget_flickr .flickr-wrap { max-width: 400px; }
}
@media only screen and (max-width: 767px) {
.search-style-fullscreen .search-form { width: calc(100% - 30px); }
.tombuild-pagination ul li, .woocommerce-pagination .page-numbers li { margin: 0 2px; }
.tombuild-pagination ul li .page-numbers, .woocommerce-pagination .page-numbers li .page-numbers { width: 40px; height: 40px; line-height: 38px; }
#featured-title .inner-wrap { padding: 100px 0; }
.hentry .post-meta .item { margin-bottom: 5px; }
.hentry .post-author { flex-direction: column; align-items: center; padding: 45px; }
.hentry .post-author .name { margin-bottom: 15px; }
.hentry .post-author .author-desc { text-align: center; padding: 35px 0 0; }
.hentry .post-author .author-avatar > a {  }
.comment-list article .gravatar { float: none; margin: 0 0 15px; width: 80px; height: 80px; }
.comment-meta { position: static; padding-right: 0; }
.comment-meta, .comment-text { margin-bottom: 15px; }
#comments .name-wrap, #comments .email-wrap, #comments .url-wrap { width: 100%; float: none; margin: 0; }
.widget_media_gallery .gallery img { width: 100%; }
#footer-widgets { padding: 60px 0 !important; }
#footer-widgets .footer-grid .col { width: 100%; }
#main-content { padding: 80px 0; }
#featured-title .main-title {
line-height: 60px;
}
} .mc4wp-form-fields input {
margin-bottom: 0;
} .tombuild .mf-input-wrapper .mf-input {
font-size: 14px;
line-height: 2;
font-weight: 400;
padding: 15px 30px;
border: 1px solid var(--e-global-color-tombuild_border);
background-color: var(--e-global-color-tombuild_light);
color: var(--e-global-color-tombuild_text);
text-shadow: none;
box-shadow: none;
box-sizing: border-box;
transition: border 0.3s;
margin-bottom: 0;
}
.tombuild div.mf-input-wrapper>textarea.mf-input {
padding: 15px 30px;
}
.tombuild .metform-btn {
font-size: 14px; 
line-height: 24px; 
padding: 20px 48px; 
font-weight: 500; 
transition: all 0.3s ease; 
background-color: var(--e-global-color-tombuild_accent);
overflow: hidden; 
cursor: pointer;
text-transform: uppercase;
}
.mf-input-wrapper .mf-input::placeholder { color: var(--e-global-color-tombuild_text); }
.mf-input-wrapper .mf-input:-ms-input-placeholder { color: var(--e-global-color-tombuild_text); }
.mf-input-wrapper .mf-input::-ms-input-placeholder { color: var(--e-global-color-tombuild_text); }  .widget select {
width: 100%;
} .widget.widget_categories .cat-item span {
display: inline-block;
text-align: right;
padding-left: 10px;
line-height: 40px;
}
.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul {
margin: 0;
padding: 0;
padding-left: 16px;
line-height: 22px;
width: 100%;
}
.widget.widget_pages ul li,
.widget.widget_nav_menu ul li,
.widget.widget_archive ul li,
.widget.widget_categories ul li,
.widget.widget_meta ul li,
.widget.widget_recent_entries ul li {
position: relative;
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.widget.widget_archive ul li a,
.widget.widget_categories ul li a,
.widget.widget_meta ul li a,
.widget.widget_nav_menu ul li a,
.widget.widget_pages ul li a,
.widget.widget_recent_entries ul li a,
.widget.widget_recent_comments ul li a,
.widget.widget_rss ul li a {
color: var(--e-global-color-tombuild_text);
display: inline-block;
font-size: 16px;
line-height: 40px;
}
.widget.widget_archive ul li a,
.widget.widget_categories ul li a,
.widget.widget_meta ul li a,
.widget.widget_nav_menu ul li a,
.widget.widget_pages ul li a,
.widget.widget_recent_entries ul li a,
.widget.widget_recent_comments ul li a,
.widget.widget_rss ul li a,
.widget.widget_archive ul li span,
.widget.widget_categories ul li span,
.widget.widget_meta ul li span,
.widget.widget_nav_menu ul li span,
.widget.widget_pages ul li span,
.widget.widget_recent_entries ul li span,
.widget.widget_recent_comments ul li span,
.widget.widget_rss ul li span {
margin: 3px 0;
}
.widget.widget_recent_entries .post-date {
font-size: 14px;
line-height: 26px;
}
.widget.widget_archive ul li a:hover,
.widget.widget_categories ul li a:hover,
.widget.widget_meta ul li a:hover,
.widget.widget_nav_menu ul li a:hover,
.widget.widget_pages ul li a:hover,
.widget.widget_recent_entries ul li a:hover,
.widget.widget_recent_comments ul li a:hover,
.widget.widget_rss ul li a:hover {
color: var(--e-global-color-tombuild_primary);
}
.widget.widget_categories ul li a,
.widget.widget_meta ul li a,
.widget.widget_pages ul li a,
.widget.widget_archive ul li a,
.widget.widget_nav_menu ul li a {
display: inline-block;
}
.widget.widget_archive ul li a:hover:after,
.widget.widget_categories ul li a:hover:after,
.widget.widget_meta ul li a:hover:after,
.widget.widget_nav_menu ul li a:hover:after,
.widget.widget_pages ul li a:hover:after,
.widget.widget_recent_entries ul li a:hover:after {
width: calc(100% + 48px);
left: -24px;
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.widget.widget_categories ul li > span,
.widget.widget_archive ul li > span {
display: inline-block;
color: #a8aaad;
font-size: 16px;
}
.widget.widget_archive select {
margin: 0 0;
}
.widget.widget_recent_comments ul li {
line-height: normal;
}
.widget.widget_recent_comments ul li span,
.widget.widget_recent_comments ul li a {
margin: 0;
display: inline-block;
line-height: 24px;
}
.widget.widget_recent_comments > ul > li:before {
position: absolute;
top: 14px;
left: -30px;
opacity: 0.7;
}
.widget.widget_rss .rssSummary {
margin: 10px 0;
}
.widget.widget_categories select {
margin: 0 0;
}
.widget.widget_rss ul li a {
color: var(--e-global-color-tombuild_primary);
line-height: 24px;
font-weight: 500;
}
.widget.widget_rss ul li a:hover {
color: var(--e-global-color-tombuild_accent);
} .widget.widget_search .search-form {
position: relative;
}
.widget.widget_search .search-form .search-field {
width: 100%;  
}
.widget.widget_search .search-form .search-submit {
background-color: transparent;
position: absolute;
top: 50%;
transform: translate(0, -50%);
right: 0px;
width: 60px;
height: 60px;
border: none;
padding: 0;
font-size: 0 !important;
text-indent: 0 !important;
font-weight: 600;
}
.widget.widget_search .search-form .search-submit i {
position: absolute;
font-size: 22px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: opacity 0.3s;
}
.widget.widget_search .search-form .search-submit:hover i {
opacity: 0.7;
} .widget.widget_latest_posts li {
margin-bottom: 40px;
}
.widget.widget_latest_posts li:first-child {
padding-top: 0;
}
.widget.widget_latest_posts .categories {
margin-bottom: 8px;
display: inline-block;
}
.widget.widget_latest_posts .categories a {
font-size: 14px;
color: var(--e-global-color-tombuild_text);
}
.widget.widget_latest_posts .categories a:hover {
color: var(--e-global-color-tombuild_accent);
}
.widget.widget_latest_posts .thumb {
float: left;
height: auto;
margin-right: 30px;
display: inline-block;
overflow: hidden;
}
.widget.widget_latest_posts .texts {
overflow: auto;
margin-top: 8px;
}
.widget.widget_latest_posts .post-title {
font-size: 16px;
margin-bottom: 0;
}
.widget.widget_latest_posts .current .post-title a,
.widget.widget_latest_posts .post-title:hover a {
color: var(--e-global-color-tombuild_accent);
} .widget.widget_rss ul li {
margin-bottom: 20px;
}
.widget.widget_rss ul li:last-child {
margin-bottom: 0;
}
.widget.widget_latest_posts .entry-date {
font-size: 14px;
line-height: 26px;
}
.widget.widget_rss .rss-date {
display: block;
font-size: 14px;
} .widget.widget_recent_entries ul li:first-child {
margin-top: 0;
} .widget.widget_nav_menu > .menu-primary-menu-container > ul > li {
margin-bottom: 5px;
}
.widget.widget_nav_menu .menu > li.current-menu-item > a,
.widget.widget_nav_menu .menu > li.current-menu-item {
color: var(--e-global-color-tombuild_accent);
} .widget.widget.widget_calendar table {
margin: 0;
}
.widget.widget.widget_calendar .wp-calendar-nav {
display: flex;
justify-content: space-between;
}
.widget.widget.widget_calendar caption {
font-weight: 600;
margin-bottom: 20px;
color: #fff;
}
.widget.widget_calendar td,
.widget.widget_calendar th {
padding: 0;
text-align: center;
font-size: 16px;
padding: 6px;
border-color: #d0d0d0;
}
.widget.widget_calendar th {
font-weight: 500;
background-color: rgba(0, 0, 0, 0.05);
}
.widget.widget_calendar a,
.widget.widget_calendar tbody #today {
color: var(--e-global-color-tombuild_accent);
display: block;
}
.widget.widget_calendar a:hover,
.widget.widget_calendar tbody #today:hover {
color: var(--e-global-color-tombuild_primary);
} .widget.widget_links ul li {
border: 0;
margin-bottom: 7px;
}
.widget.widget_links ul.col2 li {
width: 50%;
float: left;
}
.widget.widget_links ul li a {
position: relative;
display: inline-block;
font-size: 14px;
color: #b7b7b7;
transition: color 0.3s;
padding-bottom: 2px;
}
.widget.widget_links ul li a:after {
content: "";
width: 0;
height: 2px;
position: absolute;
right: 0;
bottom: 0;
background-color: var(--e-global-color-tombuild_accent);
transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
}
.widget.widget_links ul li:hover a:after {
width: 100%;
left: 0;
}
.widget.widget_links ul li a .letter {
display: inline-block;
} .widget.widget_twitter .tweets-wrap {
overflow: hidden;
font-size: 16px;
line-height: 28px;
}
.widget.widget_twitter .tweets-wrap .tweet-item {
margin-bottom: 20px;
}
.widget.widget_twitter .authorstamp {
position: relative;
padding: 10px 0 0 30px;
}
.widget.widget_twitter .authorstamp:before {
position: absolute;
left: 0;
top: 12px;
color: #1c9deb;
font-size: 20px;
}
.widget.widget_twitter .author a {
color: var(--e-global-color-tombuild_primary);
font-size: 17px;
}
.widget.widget_twitter .time {
color: var(--e-global-color-tombuild_text);
font-size: 14px;
line-height: 18px;
} .widget.widget_socials .socials .icon {
float: left;
}
.widget.widget_socials .socials a {
float: left;
font-size: 16px;
display: inline-block;
text-align: center;
margin-right: 30px;
} .widget.widget_recent_posts ul {
margin: 0;
padding: 0;
}
.widget.widget_recent_posts ul li {
border: 0;
list-style: none;
margin-bottom: 20px;
}
.widget.widget_recent_posts ul li:last-child {
margin-bottom: 0px;
}
.recent-news {
margin: 0;
}
.recent-news li {
list-style: none;
margin-bottom: 30px;
}
.recent-news li:last-child {
margin-bottom: 0;
}
.recent-news .thumb {
width: 80px;
overflow: hidden;
float: left;
margin: 0 20px 0 0;
}
.recent-news .thumb.hide {
display: none;
}
.recent-news .thumb img {
width: 100%;
height: auto;
}
.recent-news  h3 {
position: relative;
margin: -2px 0 0;
}
.recent-news  h3 a {
display: inline-block;
font-size: 16px;
line-height: 24px;
font-weight: 500;
color: var(--e-global-color-tombuild_text);
}
.recent-news  h3 a:hover {
color: var(--e-global-color-tombuild_primary);
}
.recent-news .texts {
overflow: hidden;
}
.recent-news .post-meta {
margin-bottom: 6px;
}
.recent-news .post-date {
position: relative;
display: inline-block;
font-size: 14px;
color: var(--e-global-color-tombuild_text);
font-weight: 600;
padding-left: 16px;
margin-bottom: 5px;
}
.recent-news .post-date:after {
position: absolute;
top: 3px;
left: 1px;
color: var(--e-global-color-tombuild_accent);
font-size: 12px;
line-height: inherit;
}
.menu-recent-news h5 {
font-size: 22px;
line-height: 1;
margin-bottom: 43px;
}
.menu-recent-news .recent-news li {
margin-bottom: 20px;
}
.menu-recent-news .recent-news li:last-child {
margin-bottom: 0;
} .widget.widget_instagram .instagram-wrap,
.widget.widget_flickr .flickr-wrap {
margin: 0 -0.5px;
}
.widget.widget_instagram .instagram-wrap .instagram_badge_image,
.widget.widget_flickr .flickr-wrap .flickr_badge_image {
padding: 0 0.5px !important;
margin: 0 0 1px 0 !important;
width: 33.333%;
float: left;
height: auto !important;
}
.widget.widget_instagram .instagram-wrap .instagram_badge_image img,
.widget.widget_flickr .flickr-wrap .flickr_badge_image img {
width: 100%;
height: auto;
transition: transform 0.3s, opacity 0.3s;
}
.widget.widget_instagram .instagram-wrap .instagram_badge_image a,
.widget.widget_flickr .flickr-wrap .flickr_badge_image a {
position: relative;
display: block;
overflow: hidden;
background-color: #1F1E17;
}
.widget.widget_instagram .instagram-wrap .instagram_badge_image a:after,
.widget.widget_flickr .flickr-wrap .flickr_badge_image a:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: transparent;
}
.widget.widget_instagram .instagram-wrap .instagram_badge_image a:hover img,
.widget.widget_flickr .flickr-wrap .flickr_badge_image a:hover img {
opacity: 0.7;
} .widget.widget_instagram .instagram-wrap.col2 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.col2 .flickr_badge_image { width: 50%; } .widget.widget_instagram .instagram-wrap.col4 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.col4 .flickr_badge_image { width: 25%; } .widget.widget_instagram .instagram-wrap.g0,
.widget.widget_flickr .flickr-wrap.g0 { margin: 0; }
.widget.widget_instagram .instagram-wrap.g0 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g0 .flickr_badge_image { padding: 0 !important; margin: 0 !important; } .widget.widget_instagram .instagram-wrap.g5,
.widget.widget_flickr .flickr-wrap.g5 { margin: 0 -2.5px; }
.widget.widget_instagram .instagram-wrap.g5 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g5 .flickr_badge_image { padding: 0 2.5px !important; margin: 0 0 5px 0 !important; } .widget.widget_instagram .instagram-wrap.g9,
.widget.widget_flickr .flickr-wrap.g9 { margin: 0 -4.5px; }
.widget.widget_instagram .instagram-wrap.g9 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g9 .flickr_badge_image { padding: 0 4.5px !important; margin: 0 0 9px 0 !important; } .widget.widget_instagram .instagram-wrap.g12,
.widget.widget_flickr .flickr-wrap.g12 { margin: 0 -6px; }
.widget.widget_instagram .instagram-wrap.g12 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g12 .flickr_badge_image { padding: 0 6px !important; margin: 0 0 12px 0 !important; } .widget.widget_instagram .instagram-wrap.g15,
.widget.widget_flickr .flickr-wrap.g15 { margin: 0 -7.5px; }
.widget.widget_instagram .instagram-wrap.g15 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g15 .flickr_badge_image { padding: 0 7.5px !important; margin: 0 0 15px 0 !important; } .widget.widget_instagram .instagram-wrap.g30,
.widget.widget_flickr .flickr-wrap.g30 { margin: 0 -15px; }
.widget.widget_instagram .instagram-wrap.g30 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g30 .flickr_badge_image { padding: 0 15px !important; margin: 0 0 30px 0 !important; }
.widget.widget_instagram-feed-widget #sbi_images { margin: -15px 0 0 -15px; }
.widget.widget_instagram-feed-widget #sbi_images .sbi_item .sbi_photo_wrap { padding: 15px; }
.widget.widget_instagram-feed-widget #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo {
overflow: hidden;
} .widget.widget_block .wp-block-tag-cloud,
.widget.widget_tag_cloud .tagcloud {
margin: 0 -5px;
}
.widget.widget_block .wp-block-tag-cloud:before,
.widget.widget_block .wp-block-tag-cloud:after,
.widget.widget_tag_cloud .tagcloud:before,
.widget.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:before,
.widget_product_tag_cloud .tagcloud:after {
display: table;
clear: both;
content: "";
}
.widget.widget_block .wp-block-tag-cloud a,
.widget.widget_tag_cloud .tagcloud a {
float: left;
display: inline-block;
font-weight: 500;
line-height: 24px;
padding: 0px 5px;
background-color: var(--e-global-color-tombuild_accent);
color: #fff;
margin: 0 2.5px 5px;
}
#sidebar .widget.widget_block .wp-block-tag-cloud a,
#sidebar .widget.widget_tag_cloud .tagcloud a {
font-size: 15px !important;
}
.widget.widget_block .wp-block-tag-cloud a:hover,
.widget.widget_tag_cloud .tagcloud a:hover {
color: #fff;
background-color: var(--e-global-color-tombuild_primary);
}
#footer .widget.widget_tag_cloud .tagcloud a {
background-color: rgba(255, 255, 255, 0.1);
color: #fff;
}
#footer .widget.widget_tag_cloud .tagcloud a:hover {
color: #fff;
background-color: var(--e-global-color-tombuild_accent);
} .widget.widget_media_gallery .gallery-icon {
background-color: #1F1E17;
overflow: hidden;
}
.widget.widget_media_gallery .gallery-icon img {
transition: transform 0.3s, opacity 0.3s;
}
.widget.widget_media_gallery .gallery-icon:hover img {
transform: scale(1.2) rotate(10deg);
opacity: 0.6;
} #sidebar {
position: relative;
padding: 30px 35px;
border: 1px solid var(--e-global-color-tombuild_border);
height: fit-content;
}
#sidebar:after {
position: absolute;
top: 0;
right: 0;
content: '';
width: 0;
height: 0;
border-left: 30px solid transparent;
border-top: 30px solid var(--e-global-color-tombuild_accent);
}
#sidebar .widget {
position: relative;
z-index: 1;
margin-bottom: 30px;
font-size: 16px;
border-bottom: 1px solid var(--e-global-color-tombuild_border);
padding-bottom: 30px;
}
#sidebar .widget:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
#sidebar .widget.widget-custom {
padding: 0 !important;
background-color: transparent !important;
border: none !important;
}
.widget a {
color: var(--e-global-color-tombuild_text);
transition: all 0.3s ease;
}
.widget a:hover {
color: var(--e-global-color-tombuild_primary);
}
#sidebar .widget select {
margin: 12px 0 15px;
}
#sidebar .widget ul {
margin: 0;
list-style: none;
} #sidebar .widget .wc-block-price-filter__title,
#sidebar .widget .widget-title,
#sidebar .widget .wp-block-heading,
#sidebar .widget .wp-widget-group__inner-blocks h2,
#sidebar .widget .wp-block-group h2 {
font-size: 20px;
line-height: 27px;
color: var(--e-global-color-tombuild_primary);
margin: 0 0 28px;
font-weight: 500;
}
.widget .widget-title a {
color: inherit !important;
font-size: inherit !important;
line-height: inherit !important;
font-weight: inherit !important;
}
#sidebar .widget.widget_nav_menu .widget-title,
#sidebar .widget.widget_pages .widget-title,
#sidebar .widget.widget_categories .widget-title,
#sidebar .widget.widget_archive .widget-title,
#sidebar .widget.widget_recent_entries .widget-title,
#sidebar .widget.widget_meta .widget-title {
margin-bottom: 14px;
} #sidebar .widget th {
border-width: 1px 1px 1px 0px;
}
#sidebar .widget th:first-child,
#sidebar .widget td:first-child {
border-left-width: 1px;
} #sidebar .widget.widget_search label {
display: block;
font-size: 20px;
line-height: 27px;
font-weight: 500;
color: var(--e-global-color-tombuild_primary);
margin-bottom: 20px;
}
#sidebar .widget.widget_search:before {
display: none;
}
#sidebar .widget.widget_search .widget-title {
display: none;
}
#sidebar .widget.widget_search .wp-block-search {
margin-bottom: 0;
}
#sidebar .widget.widget_search .wp-block-search__input,
#sidebar .widget.widget_search .search-form .search-field {
width: 100%;
height: 45px;
font-size: 14px;
line-height: 45px;
padding: 0 15px;
margin: 0;
color: #a8a7a7;
border: none;
}
#sidebar .widget.widget_search .wp-block-search__inside-wrapper {
position: relative;
}
#sidebar .widget.widget_search .search-form .search-submit,
#sidebar .widget.widget_search .wp-block-search .wp-block-search__button {
position: absolute;
top: 50%;
right: 0px;
transform: translateY(-50%);
padding: 0;
margin: 0;
text-indent: -99999px;
width: 45px;
height: 45px;
line-height: 45px;
background-color: transparent;
color: var(--e-global-color-tombuild_accent);
font-size: 14px;
border: none;
font-weight: 700;
}
#sidebar .widget.widget_search .wp-block-search .wp-block-search__button:after {
position: absolute;
top: 0;
left: 1px;
text-align: center;
text-indent: 0;
width: 100%;
height: 100%;
font-weight: 700;
} #sidebar ul.wp-block-rss, 
#sidebar ul.wp-block-latest-posts, 
#sidebar ul.wp-block-archives-list, 
#sidebar ol.wp-block-latest-comments,
#sidebar .widget.widget_recent_comments ul {
width: auto;
margin: 0 0 8px;
}
#sidebar .widget.widget_recent_comments ul li, 
#sidebar .widget.widget_rss ul li, 
#sidebar ul.wp-block-rss li, 
#sidebar ul.wp-block-latest-posts li, 
#sidebar ul.wp-block-archives-list li, 
#sidebar ol.wp-block-latest-comments li {
border-color: transparent;
margin-bottom: 0;
}
#sidebar .widget.widget_recent_comments ul li:first-child, 
#sidebar .widget.widget_rss ul li:first-child, 
#sidebar ul.wp-block-rss li:first-child,
#sidebar ul.wp-block-latest-posts li:first-child,
#sidebar ul.wp-block-archives-list li:first-child,
#sidebar ol.wp-block-latest-comments li:first-child {
padding-top: 0;
}
#sidebar .widget.widget_recent_comments ul li:last-child, 
#sidebar .widget.widget_rss ul li:last-child, 
#sidebar ul.wp-block-rss li:last-child,
#sidebar ul.wp-block-latest-posts li:last-child,
#sidebar ul.wp-block-archives-list li:last-child,
#sidebar ol.wp-block-latest-comments li:last-child {
padding-bottom: 0;
border-bottom: none;
}
#sidebar .widget.widget_recent_comments .comment-author-link {
color: var(--e-global-color-tombuild_text);
}
#sidebar .widget.widget_calendar caption {
color: var(--e-global-color-tombuild_accent);
line-height: 1;
}
#sidebar .widget.widget_calendar .wp-calendar-nav {
display: flex;
margin-top: 10px;
line-height: 1;
}
#sidebar .widget.widget_calendar .wp-calendar-nav span {
display: inline-block;
}
#sidebar .widget.widget_calendar .pad {
margin: 0 10px 0;
}
#sidebar .widget.widget_recent_entries .post-date {
display: block;
font-size: 14px;
}
#sidebar .wp-block-latest-comments__comment {
line-height: 1.4;
margin-bottom: 8px;
} #sidebar .widget .wp-block-categories .cat-item span {
display: inline-block;
text-align: right;
}
#sidebar .widget .wp-block-categories {
margin: 0;
padding: 0;
line-height: 22px;
width: 100%;
}
#sidebar .widget .wp-block-categories li {
position: relative;
list-style: none;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
margin-bottom: 25px;
}
#sidebar .widget .wp-block-categories li:last-child {
margin-bottom: 0;
}
#sidebar .widget .wp-block-categories li a {
color: var(--e-global-color-tombuild_text);
display: inline-block;
font-size: 16px;
line-height: 20px;
width: 100%;
}
#sidebar .widget .wp-block-categories li span {
display: inline-block;
font-size: 13px; 
line-height: 20px;
height: 20px;
padding: 0 5px;
font-weight: 500;
text-align: center;
background-color: #f4f4f4;
transition: all 0.3s ease;
}
#sidebar .widget .wp-block-categories li:hover a {
color: var(--e-global-color-tombuild_accent);
}
#sidebar .widget .wp-block-categories li:hover span {
color: #fff;
background-color: var(--e-global-color-tombuild_accent);
}
#sidebar .widget .wp-block-categories li a {
position: relative;
display: inline-block;
font-weight: 500;
}
#sidebar .widget .wp-block-categories li > span {
display: inline-block;
color: #a8aaad;
font-size: 16px;
} #sidebar .widget.widget_cause_cat .wp-block-categories li a {
display: flex;
justify-content: space-between;
}
#sidebar .widget.widget_cause_cat .wp-block-categories li a:after {
display: none;
}
#sidebar .widget.widget_cause_cat .wp-block-categories li a:hover {
color: var(--e-global-color-tombuild_accent);
} #sidebar .widget.widget_information ul li {
padding: 17px 0;
border-bottom: 1px solid var(--e-global-color-tombuild_border);
}
#sidebar .widget.widget_information ul li:last-child {
border-bottom: none;
}
#sidebar .widget.widget_information span {
display: inline-block;
}
#sidebar .widget.widget_information .info {
float: right;
} #sidebar .wp-block-latest-comments__comment:last-child {
margin-bottom: 0;
}
#sidebar .wp-block-latest-comments__comment-date {
margin: 10px 0;
}
#sidebar .wp-block-latest-comments__comment-excerpt p {
margin-bottom: 0;
} #sidebar .widget.widget_calendar .calendar_wrap {
margin-bottom: 15px;
} #sidebar .master-social-icons a {
font-size: 14px;
line-height: 50px;
width: 50px;
height: 50px;
border: 1px solid var(--e-global-color-tombuild_border);
border-radius: 50%;
margin-right: 10px;
text-align: center;
}
#sidebar .master-social-icons a:last-child {
margin-right: 0;
}
#sidebar .master-social-icons a:hover {
color: #fff;
border-color: var(--e-global-color-tombuild_accent);
background-color: var(--e-global-color-tombuild_accent);
} #footer-widgets h1,
#footer-widgets h2,
#footer-widgets h3,
#footer-widgets h4,
#footer-widgets h5,
#footer-widgets h6 {
margin-bottom: 30px;
}
#footer input:focus,
#footer textarea:focus,
#footer select:focus {
border-color: rgba(255,255,255,0.1);
}
.page-footer-single,
.page-footer-single a,
.footer,
.footer a,
#footer, 
#footer a {
color: #969696;
font-size: 16px;
}
#footer a:hover {
color: #fff;
}
#footer a span {
background-color: transparent;
}
#footer-widgets select {
margin: 10px 0 15px;
}
.footer .elementor-widget-container h5,
.page-footer-single .elementor-widget-container h5,
#footer-widgets .widget .widget-title,
#footer-widgets .widget .wp-block-group h2 {
position: relative;
font-size: 18px;
line-height: 27px;
color: #fff;
margin: 0 0 25px 0;
font-weight: 500;
}
.footer .elementor-widget-container h5 span,
.page-footer-single .elementor-widget-container h5 span,
#footer-widgets .widget .widget-title span,
#footer-widgets .widget .wp-block-group h5 span {
position: relative;
display: inline-block;
}
#footer-widgets .widget.widget_block {
margin-bottom: 20px;
}
#footer-widgets .widget.widget_nav_menu .widget-title,
#footer-widgets .widget.widget_pages .widget-title,
#footer-widgets .widget.widget_categories .widget-title,
#footer-widgets .widget.widget_archive .widget-title,
#footer-widgets .widget.widget_recent_entries .widget-title,
#footer-widgets .widget.widget_meta .widget-title {
margin-bottom: 24px;
}
#footer-widgets .widget {
margin: 0 0 60px;
}
#footer-widgets .widget:last-child {
margin-bottom: 0;
}
#footer-widgets .widget ul {
margin: 0;
list-style: none;
} .page-single-footer .recent-news h3 a,
.footer .recent-news h3 a,
#footer-widgets .recent-news h3 a {
font-size: 16px;
line-height: 26px;
font-weight: 500;
color: #fff;
margin-top: 3px;
}
.page-single-footer  .recent-news .post-date,
.footer .recent-news .post-date,
#footer-widgets .recent-news .post-date {
color: var(--e-global-color-tombuild_accent);
} #footer cite {
font-size: 16px;
}
#footer .widget.widget_archive ul li a::before, 
#footer .widget.widget_nav_menu ul li a::before,
#footer .widget.widget_meta ul li a::before,
#footer .widget.widget_categories ul li a:before,
#footer .widget.widget_pages ul li a:before {
color: var(--e-global-color-tombuild_text);
}
#footer .widget.widget_recent_comments ul li,
#footer .widget.widget_pages ul li,
#footer .widget.widget_nav_menu ul li,
#footer .widget.widget_archive ul li,
#footer .widget.widget_categories ul li,
#footer .widget.widget_meta ul li,
#footer .widget.widget_recent_entries ul li {
border-color: rgba(255,255,255,0.3);
margin: 0;
}
#footer .widget.widget_rss ul li {
margin-bottom: 15px;
} 
#footer .widget.widget_rss ul li:last-child {
margin-bottom: 0;
}
#footer .widget.widget_rss ul li:first-child {
padding-top: 0;
}
#footer .widget.widget_recent_comments ul li:last-child,
#footer .widget.widget_pages ul li:last-child,
#footer .widget.widget_nav_menu ul li:last-child,
#footer .widget.widget_archive ul li:last-child,
#footer .widget.widget_categories ul li:last-child,
#footer .widget.widget_meta ul li:last-child,
#footer .widget.widget_recent_entries ul li:last-child,
#footer .widget.widget_rss ul li:last-child {
padding-bottom: 0;
}
#footer .widget.widget_recent_comments ul li:last-child, 
#footer .widget.widget_rss ul li:last-child, 
#footer ul.wp-block-rss li:last-child,
#footer ul.wp-block-latest-posts li:last-child,
#footer ul.wp-block-archives-list li:last-child,
#footer ol.wp-block-latest-comments li:last-child {
padding-bottom: 0;
border-bottom: none;
}
#footer .widget.widget_categories .cat-item span,
#footer .widget.widget_archive ul li a, 
#footer .widget.widget_categories ul li a, 
#footer .widget.widget_meta ul li a, 
#footer .widget.widget_nav_menu ul li a, 
#footer .widget.widget_pages ul li a, 
#footer .widget.widget_recent_entries ul li a, 
#footer .widget.widget_recent_comments ul li a, 
#footer .widget.widget_rss ul li a {
line-height: 30px;
}
#footer .widget.widget_rss ul li a {
color: #fff;
}
#footer .widget.widget_rss ul li a:hover {
color: rgba(255,255,255,0.7);
} #footer .widget.widget_search .search-form .search-submit i {
font-size: 16px;
} #footer .widget.widget_calendar a,
#footer .widget.widget_calendar tbody #today {
color: #fff;
}
#footer .widget.widget_calendar a:hover,
#footer .widget.widget_calendar tbody #today:hover {
opacity: 0.7;
} #footer-widgets .widget_information ul li {
display: flex;
align-items: center;
padding: 4px 0 13px;
margin-bottom: 13px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer-widgets .widget_information ul li:last-child {
border-bottom: none;
}
#footer-widgets .widget.widget_information ul li i {
color: var(--e-global-color-tombuild_accent);
font-size: 14px;
}
#footer-widgets .widget_information ul li span {
padding-left: 10px;
font-size: 14px;
line-height: 26px;
font-weight: 600;
} #footer .widget_mc4wp_form_widget {
margin-bottom: 20px;
}
#footer-widgets .widget_mc4wp_form_widget .mc4wp-form .email-wrap input {
height: 60px;
}
#footer-widgets .widget_mc4wp_form_widget .mc4wp-form .submit-wrap button {
background-color: transparent;
}
#footer-widgets .widget_mc4wp_form_widget .mc4wp-form .submit-wrap button:before {
color: #eddd5e;
} #footer .widget.widget_twitter .author a {
color: #fff;
}
#footer .widget.widget_twitter .time {
color: #6d6c6c;
} #footer-widgets .widget.widget_socials .socials a {
color: #fff;
}
#footer-widgets .widget.widget_socials .socials a:hover {
color: var(--e-global-color-tombuild_accent);
} #footer-widgets .widget.widget_recent_posts ul li {
border-color: #565e53;
}
#footer-widgets .widget.widget_recent_posts h3 {
font-size: 18px;
line-height: 26px;
}
#footer-widgets .widget.widget_recent_posts h3 a {
color: #6d6c6c;
}
#footer-widgets .widget.widget_recent_posts h3 a:hover {
color: #fff;
} #footer .widget.widget_recent_comments ul li {
padding: 14px 0;
}
#footer .widget.widget_recent_comments ul li:first-child {
padding-top: 0;
} .event-info .title {
font-size: 14px;
font-weight: 400;
color: var(--e-global-color-tombuild_accent);
}
.event-info .info {
font-size: 16px;
font-weight: 400;
color: var(--e-global-color-tombuild_primary);
margin-bottom: 23px;
}  :root {
--wpem-primary-color: var(--e-global-color-tombuild_accent);
--wpem-dark-color: var(--e-global-color-tombuild_primary);
--wpem-gray-color: var(--e-global-color-tombuild_text);
--wpem-white-color: #ffffff;
--wpem-gray-border-color: var(--e-global-color-tombuild_border);
--wpem-gray-bg-color: var(--e-global-color-tombuild_light);
}
.tombuild-container .wpem-theme-button, 
.tombuild-container a.wpem-theme-button, 
.tombuild-container button.wpem-theme-button, 
.tombuild-container input.wpem-theme-button {
font-size: 14px; 
line-height: 24px; 
padding: 20px 48px; 
font-weight: 500; 
}
.tombuild-container .wpem-theme-button.wpem-active-button {
color: var(--e-global-color-tombuild_primary);
margin-bottom: 20px;
}
.registration_details.wpem-register-event-form p {
margin-bottom: 0;
}
.tombuild-container .wpem-theme-button.wpem-active-button:hover {
color: #fff;
}
.tombuild-container .wpem-main {
font-size: 16px;
line-height: 1.875;
color: var(--e-global-color-tombuild_text);
}
.wpem-form-wrapper .showing_applied_filters {
padding: 15px 30px;
}
.wpem-event-listings-header .wpem-event-listing-header-title .wpem-heading-text {
font-size: 30px;
line-height: 40px;
font-weight: 500;
}
.wpem-event-listings-header .wpem-event-layout-action-wrapper .wpem-event-layout-action .wpem-event-layout-icon {
width: 40px;
height: 40px;
} .loadmore-false .wpem-event-listing-list-view {
margin-bottom: 0;
}
.loadmore-false .event_listings a.load_more_events {
display: none;
} 
.event_listings a.load_more_events {
display: inline-flex;
justify-content: center;
font-size: 14px;
line-height: 24px;
padding: 20px 48px;
font-weight: 500;
transition: all 0.3s ease;
background-color: var(--e-global-color-tombuild_accent);
color: #fff;
overflow: hidden;
cursor: pointer;
text-transform: uppercase;
}
.event_listings a.load_more_events:hover {
background-color: var(--e-global-color-tombuild_primary);
} .ui-button {
font-size: 12px;
line-height: 24px;
font-weight: 500;
padding: 13px 30px;
} .wpem-form-wrapper .wpem-form-group input[type="color"], 
.wpem-form-wrapper .wpem-form-group input[type="date"], 
.wpem-form-wrapper .wpem-form-group input[type="datetime-local"], 
.wpem-form-wrapper .wpem-form-group input[type="datetime"], 
.wpem-form-wrapper .wpem-form-group input[type="email"], 
.wpem-form-wrapper .wpem-form-group input[type="file"], 
.wpem-form-wrapper .wpem-form-group input[type="month"], 
.wpem-form-wrapper .wpem-form-group input[type="number"], 
.wpem-form-wrapper .wpem-form-group input[type="password"], 
.wpem-form-wrapper .wpem-form-group input[type="search"], 
.wpem-form-wrapper .wpem-form-group input[type="tel"], 
.wpem-form-wrapper .wpem-form-group input[type="text"], 
.wpem-form-wrapper .wpem-form-group input[type="time"], 
.wpem-form-wrapper .wpem-form-group input[type="url"], 
.wpem-form-wrapper .wpem-form-group input[type="week"], 
.wpem-form-wrapper .wpem-form-group select, 
.wpem-form-wrapper .wpem-form-group select optgroup, 
.wpem-form-wrapper .wpem-form-group textarea {
display: inline-block;
font-size: 14px;
line-height: 28px;
height: 60px;
font-weight: 400;
padding: 15px 30px;
border: 1px solid var(--e-global-color-tombuild_border);
background-color: transparent;
color: var(--e-global-color-tombuild_text);
text-shadow: none;
box-shadow: none;
box-sizing: border-box;
transition: border 0.3s;
}
.wpem-form-group .comiseo-daterangepicker-triggerbutton.ui-button:hover {
background-color: transparent;
border-color: var(--e-global-color-tombuild_accent);
}
.wpem-form-group .comiseo-daterangepicker-triggerbutton.ui-button {
font-size: 14px;
line-height: 28px;
height: 60px;
border: 1px solid var(--e-global-color-tombuild_border);
background-color: transparent;
color: var(--e-global-color-tombuild_text);
padding: 0 30px;
text-transform: inherit;
width: 100% !important;
letter-spacing: 0;
}
.comiseo-daterangepicker-triggerbutton .ui-button-icon {
right: 20px;
}
.wpem-form-wrapper .chosen-container-single .chosen-default {
color: var(--e-global-color-tombuild_text);
}
.wpem-form-wrapper .chosen-container {
border: 1px solid var(--e-global-color-tombuild_border);
background-color: transparent;
}
.wpem-form-wrapper .chosen-container .chosen-choices, .wpem-form-wrapper .chosen-container .chosen-single {
font-size: 14px;
line-height: 60px;
height: 60px;
padding: 0 30px;
}
.chosen-container-single .chosen-single div {
right: 20px;
line-height: inherit;
}
.wpem-form-wrapper .chosen-container .chosen-single div b {
background-position: 7px 20px;
} .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper {
transition: 0.3s all ease;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper:hover {
box-shadow: 0 10px 60px 0 rgba(0,0,0,0.1);
}
.tombuild-event-list .wpem-event-listings-header {
display: none;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date {
top: 0;
right: 0;
left: unset;
color: #fff;
font-family: var(--font-heading);
padding: 18px;
border-radius: 0 0 0 10px;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-date {
font-size: 20px;
line-height: 1;
color: #fff;
font-weight: 500;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-month {
font-size: 12px;
font-weight: 500;
text-transform: capitalize;
color: #fff;
}
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time,
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location,
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time, 
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location {
color: var(--e-global-color-tombuild_text);
font-size: 14px;
line-height: 20px;
}
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location::before,
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time::before {
font-size: 14px;
line-height: inherit;
color: var(--e-global-color-tombuild_accent);
}
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type .wpem-event-type-text {
font-size: 10px;
line-height: 30px;
padding: 0 20px;
font-weight: 500;
text-transform: uppercase;
color: #fff;
background-color: var(--e-global-color-tombuild_accent);
}
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location {
width: auto;
} .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date {
background-color: var(--e-global-color-tombuild_accent);
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
padding: 0;
} .wpem-event-listing-list-view {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.wpem-event-listings .wpem-event-layout-wrapper {
border: none;
margin: 0px;
}
.wpem-event-listing-list-view .wpem-col {
padding: 0 15px 30px;
}
.wpem-event-listings .wpem-event-layout-wrapper .event_listing {
background-color: #fff;
}
.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing {
padding: 0;
border: none;
display: flex;
}
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
width: 170px; 
height: 170px;
}
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner {
padding-right: 0;
}
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation {
padding: 30px;
}
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date {
display: block;
}
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-from-date {
display: none;
}
.wpem-event-date .wpem-from-date {
display: flex;
flex-direction: column;
width: 60px;
height: 70px;
background-color: var(--e-global-color-tombuild_accent);
font-family: var(--font-heading);
line-height: 1;
color: #fff;
justify-content: center;
align-items: center;
text-align: center;
border-radius: 10px 0 10px 0
}
.wpem-event-date .wpem-from-date .wpem-date {
font-size: 20px;
font-weight: 500;
margin-bottom: 2px;
}
.wpem-event-date .wpem-from-date .wpem-month {
font-size: 12px;
font-weight: 500;
}
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
padding-left: 0;
}
.wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time, 
.wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location, 
.wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-ticket-type, 
.wpem-event-listings.wpem-event-listing-list-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type {
color: var(--e-global-color-tombuild_text);
}
.wpem-event-listing-list-view .wpem-event-box-col:last-of-type .wpem-event-layout-wrapper {
border: none;
}
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time::before {
content: '\f018';
font-family: 'core-icons';
}
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location::before {
content: '\e959';
font-family: 'core-icons';
}
.event_listing {
position: relative;
}
.event_listing .event-url {
position: absolute;
display: inline-block;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
opacity: 0;
}
.wpem-event-date-time, .wpem-event-location {
display: inline-block;
}
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type {
display: block;
} .list-style-2 .wpem-event-action-url {
align-items: center;
}
.list-style-2 .wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing{
padding: 20px;
border: 1px solid #fff;
}
.list-style-2 .wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper:hover .event_listing {
border-color: var(--e-global-color-tombuild_accent);
}
.list-style-2 .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
position: relative;
width: 110px;
height: 110px;
border-radius: 50%;
overflow: hidden;
}
.list-style-2 .wpem-event-date .wpem-from-date {
background-color: rgba(0,0,0,0.7);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
opacity: 0;
transition: all 0.3s ease;
}
.list-style-2 .wpem-event-layout-wrapper:hover .wpem-event-date .wpem-from-date {
opacity: 1;
}
.list-style-2 .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation {
padding: 0 0 0 10px;
}
.list-style-2 .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
display: flex;
flex-wrap: wrap;
}
.list-style-2 .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-title {
order: 1;
width: 100%;
}
.list-style-2 .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-location,
.list-style-2 .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-date-time {
order: 0;
}
.list-style-2 .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-type {
order: 2;
}
@media (max-width: 400px) { 
.list-style-2 .wpem-event-action-url { flex-direction: column; }
.list-style-2 .wpem-event-action-url .wpem-event-banner { margin-bottom: 30px; }
.list-style-2 .wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details { justify-content: center; text-align: center; }
} .single_event_listing .main-title {
font-size: 36px;
}  .give_error>p, .give_success>p, .give_warning>p {
color: var(--e-global-color-tombuild_primary);
}
.give_warning {
border-color: var(--e-global-color-tombuild_accent);
}
.give_warning:before {
background-color: var(--e-global-color-tombuild_accent);
}
.give_error, .give_success, .give_warning {
background-color: var(--e-global-color-tombuild_light);
} form[id*=give-form] .give-donation-amount #give-amount, 
form[id*=give-form] .give-donation-amount #give-amount-text {
font-size: 16px;
height: 40px;
border: 1px solid var(--e-global-color-tombuild_border); 
color: var(--e-global-color-tombuild_text);
border-radius: 0 10px 10px 0;
}
form[id*=give-form] .give-donation-amount .give-currency-symbol {
background-color: var(--e-global-color-tombuild_accent);
color: #fff;
line-height: 40px;
border: none;
height: 40px;
width: 40px;
text-align: center;
border-radius: 10px 0 0 10px;
}
#give-recurring-form .give-section-break, #give-recurring-form h3.give-section-break, #give-recurring-form h4.give-section-break, #give-recurring-form legend, form.give-form .give-section-break, form.give-form h3.give-section-break, form.give-form h4.give-section-break, form.give-form legend, form[id*=give-form] .give-section-break, form[id*=give-form] h3.give-section-break, form[id*=give-form] h4.give-section-break, form[id*=give-form] legend {
color: var(--e-global-color-tombuild_primary);
}
[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=email], [id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=number], [id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=password], [id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=search], [id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=tel], [id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=text], [id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=url] {
font-size: 14px;
line-height: 2;
font-weight: 400;
padding: 15px 30px;
border: 1px solid var(--e-global-color-tombuild_border);
background-color: var(--e-global-color-tombuild_light);
color: var(--e-global-color-tombuild_text);
margin-bottom: 10px;
text-shadow: none;
box-shadow: none;
box-sizing: border-box;
transition: border 0.3s;
}
[id*=give-form].give-fl-form .give-fl-is-required:before {
top: 8px;
}
[id*=give-form].give-fl-form.give-fl-style-give label.give-fl-label {
display: none;
}
[id*=give-form] p:last-child {
margin-bottom: 0;
}
#give-recurring-form .form-row-first, #give-recurring-form .form-row-last, form.give-form .form-row-first, form.give-form .form-row-last, form[id*=give-form] .form-row-first, form[id*=give-form] .form-row-last {
width: calc(50% - 5px);
}
#give-recurring-form .form-row-first, #give-recurring-form .form-row-title, form.give-form .form-row-first, form.give-form .form-row-title, form[id*=give-form] .form-row-first, form[id*=give-form] .form-row-title {
margin-right: 10px;
}
#give-recurring-form .form-row:last-child, form.give-form .form-row:last-child, form[id*=give-form] .form-row:last-child,
#give-recurring-form .form-row, form.give-form .form-row, form[id*=give-form] .form-row {
margin-bottom: 0;
}
.give-btn-reveal,
#give_purchase_submit .give-submit {
background-color: var(--e-global-color-tombuild_accent);
}
.give-btn-reveal:hover,
#give_purchase_submit .give-submit:hover { 
background-color: var(--e-global-color-tombuild_primary);
}
#give-payment-mode-select,
#give_purchase_form_wrap {
display: none;
} [id*=give-form].give_forms .images {
position: relative;
border-radius: 10px 10px 0 0px;
margin-bottom: 0px;
overflow: hidden;
}
[id*=give-form].give_forms .images .cat-item {
position: absolute;
top: 20px;
right: 20px;
font-size: 10px;
line-height: 35px;
font-weight: 400;
text-transform: uppercase;
color: #fff;
background-color: var(--e-global-color-tombuild_accent);
padding: 0 20px;
}
[id*=give-form].give_forms .images .cat-item:hover {
background-color: var(--e-global-color-tombuild_primary);
} .give-goal-progress {
padding: 40px 40px 35px;
margin-bottom: 37px;
background-color: #fff;
box-shadow: 0 10px 60px 0 rgba(0,0,0,0.1);
flex-direction: row;
flex-wrap: wrap;
}
.give-goal-progress .raised {
margin-bottom: 0px;
order: 1;
width: 50%;
color: var(--e-global-color-tombuild_primary);
}
.give-goal-progress .raised > span {
display: block;
}
.give-goal-progress .raised .income,
.give-goal-progress .raised .goal-text {
font-size: 16px;
line-height: 30px;
font-size: 16px;
font-weight: 500;
}
.give-goal-progress .raised .text {
font-weight: 400;
color: var(--e-global-color-tombuild_text);
}
.give-goal-progress .percentage {
order: 2;
margin-top: 6px;
width: 50%;
text-align: right;
}
.give-goal-progress .percentage .give-percentage {
display: block;
font-size: 22px;
font-weight: 500;
line-height: 22px;
color: var(--e-global-color-tombuild_accent);
margin-bottom: 4px;
}
.give-goal-progress .progress-bar {
order: 0;
}
.give-goal-progress .give-progress-bar {
height: 6px;
border-radius: 3px;
background-color: var(--e-global-color-tombuild_light);
}
.give-goal-progress .give-progress-bar>span {
border-radius: 3px;
transition: width 1s ease 0.3s;
} [id*=give-form].give_forms .give-form-title { 
font-size: 30px;
line-height: 1.2;
margin-bottom: 35px;
} .give-btn {
font-size: 14px;
line-height: 40px;
font-weight: 500;
color: var(--e-global-color-tombuild_primary);
background-color: var(--e-global-color-tombuild_light);
padding: 0 20px;
border: none;
}
.give-btn.give-default-level,
.give-btn:hover,
.give-btn.give-default-level:hover {
color: #fff;
background-color: var(--e-global-color-tombuild_accent);
}
.images-wrap.col-2 {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
}
.images-wrap.col-2 div:first-child {
margin-right: 30px;
}
.images-wrap .thumb {
overflow: hidden;
margin-bottom: 30px;
}
.tombuild-list {
margin-bottom: 30px;
}
.tombuild-list .item {
font-size: 18px;
line-height: 30px;
font-weight: 500;
color: var(--e-global-color-tombuild_primary);
}
.tombuild-list .item span {
display: inline-block;
}
.tombuild-list .item .icon {
color: var(--e-global-color-tombuild_accent);
padding-right: 25px;
} #sidebar .widget.widget_recent_cause {
padding: 0;
background-color: transparent;
border-radius: 0;
}
.recent-cause {
margin-bottom: 30px;
}
.recent-cause .thumb {
border-radius: 10px 10px 0 0;
overflow: hidden;
}
.recent-cause .content-wrap {
background-color: #fff;
padding: 40px 50px 35px;
overflow: hidden;
box-shadow: 0 10px 60px 0 rgba(0,0,0,0.1);
}
.recent-cause .cause-title {
font-weight: 500;
font-size: 20px;
line-height: 30px;
color: var(--e-global-color-tombuild_primary);
margin-right: 10px;
}
.recent-cause .cause-title a {
font-weight: inherit;
color: inherit;
}
.recent-cause .give-goal-progress {
background-color: transparent;
box-shadow: none;
padding: 0;
margin-bottom: 0;
}
.recent-cause .thumb {
position: relative;
}
.recent-cause .thumb .cat-item {
position: absolute;
top: 20px;
right: 20px;
font-size: 10px;
line-height: 35px;
font-weight: 400;
text-transform: uppercase;
color: #fff;
background-color: var(--e-global-color-tombuild_accent);
padding: 0 20px;
}
.recent-cause .thumb .cat-item:hover {
background-color: var(--e-global-color-tombuild_primary);
}
table.give-table {
font-size: 18px;
}
@media (max-width: 575px) {
.give-goal-progress { padding: 15px; }
}
.cols-3 { margin: 0 0 -35px; list-style: none; }
.cols-3 li { display: inline-block; padding-left: 35px; margin-bottom: 35px; position: relative; width: 33%; color: var(--e-global-color-tombuild_primary); line-height: 20px; }
.cols-3 li:after { position: absolute; top: 0; left: 0; font-family: "core-icons"; content: "\e922"; color: #21d368; font-size: 20px; line-height: 20px; }