@charset "UTF-8";
.tml{font-size:1em}.tml *{box-sizing:border-box}.tml .tml-field-wrap{margin-bottom:1em}.tml .tml-label{display:block;margin:.5em 0}.tml .tml-checkbox+.tml-label{display:inline}.tml .tml-field{width:100%}.tml .tml-description{display:block;font-size:.85em;font-style:italic;margin:.5em 0}.tml .tml-errors,.tml .tml-messages{list-style:none;margin:0;padding:0}.tml .tml-action-confirmaction .success,.tml .tml-error,.tml .tml-message,.tml .tml-success{border-left:4px solid #00a0d2;box-shadow:1px 1px 2px 1px rgba(0,0,0,.1);display:block;margin:0 0 1em;padding:.75em}.tml .tml-error{border-left-color:#dc3232}.tml .tml-action-confirmaction .success,.tml .tml-success{border-left-color:#46b450}#pass-strength-result{background-color:#eee;border:1px solid #ddd;color:#23282d;font-weight:700;opacity:0;margin-bottom:1em;padding:.5em}#pass-strength-result.strong{background-color:#c1e1b9;border-color:#83c373;opacity:1}#pass-strength-result.good{background-color:#ffe399;border-color:#ffc733;opacity:1}#pass-strength-result.bad{background-color:#fbc5a9;border-color:#f78b53;opacity:1}#pass-strength-result.short{background-color:#f1adad;border-color:#e35b5b;opacity:1}
:root{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33,69,230;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:24,58,214;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.components-animate__appear{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-animate__appear{animation-delay:0s;animation-duration:1ms}}.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)}}.components-animate__slide-in{animation:components-animate__slide-in-animation .1s cubic-bezier(0,0,.2,1);animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-animate__slide-in{animation-delay:0s;animation-duration:1ms}}.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)}}.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:220px;padding:16px}.components-autocomplete__result.components-button{display:flex;height:auto;min-height:36px;text-align:left;width:100%}.components-autocomplete__result.components-button.is-selected{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button-group{display:inline-block}.components-button-group .components-button{border-radius:0;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e;display:inline-flex}.components-button-group .components-button+.components-button{margin-left:-1px}.components-button-group .components-button:first-child{border-radius:2px 0 0 2px}.components-button-group .components-button:last-child{border-radius:0 2px 2px 0}.components-button-group .components-button.is-primary,.components-button-group .components-button:focus{position:relative;z-index:1}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px #1e1e1e}.components-button{align-items:center;-webkit-appearance:none;background:none;border:0;border-radius:2px;box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:400;height:36px;margin:0;padding:6px 12px;text-decoration:none;transition:box-shadow .1s linear}@media (prefers-reduced-motion:reduce){.components-button{transition-delay:0s;transition-duration:0s}}.components-button.is-next-40px-default-size{height:40px}.components-button:hover,.components-button[aria-expanded=true]{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button:disabled:hover,.components-button[aria-disabled=true]:hover{color:initial}.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 transparent}.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 transparent;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:hsla(0,0%,100%,.4);opacity:1;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:0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 3px 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 transparent}.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:transparent;box-shadow:none;color:#949494;opacity:1;outline:none;transform:none}.components-button.is-secondary{background:transparent;box-shadow:inset 0 0 0 1px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:1px solid transparent;white-space:nowrap}.components-button.is-secondary:hover:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6))}.components-button.is-tertiary{background:transparent;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]){background:rgba(var(--wp-admin-theme-color--rgb),.04)}.components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:rgba(var(--wp-admin-theme-color--rgb),.08)}p+.components-button.is-tertiary{margin-left:-6px}.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){color:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus:not(:disabled){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){background:#ccc}.components-button.is-link{background:none;border:0;border-radius:0;box-shadow:none;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));height:auto;margin:0;outline:none;padding:0;text-align:left;text-decoration:underline;transition-duration:.05s;transition-property:border,background,color;transition-timing-function:ease-in-out}@media (prefers-reduced-motion:reduce){.components-button.is-link{transition-delay:0s;transition-duration:0s}}.components-button.is-link:focus{border-radius:2px}.components-button:not(:disabled,[aria-disabled=true]):active{color:var(--wp-components-color-foreground,#1e1e1e)}.components-button:disabled,.components-button[aria-disabled=true]{cursor:default;opacity:.3}.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;background-image:linear-gradient(-45deg,#fafafa 33%,#e0e0e0 0,#e0e0e0 70%,#fafafa 0);background-size:100px 100%;opacity:1}.components-button.is-compact{height:32px}.components-button.is-compact.has-icon:not(.has-text){min-width:32px;padding:0;width:32px}.components-button.is-small{font-size:11px;height:24px;line-height:22px;padding:0 8px}.components-button.is-small.has-icon:not(.has-text){min-width:24px;padding:0;width:24px}.components-button.has-icon{justify-content:center;min-width:36px;padding:6px}.components-button.has-icon.is-next-40px-default-size{min-width:40px}.components-button.has-icon .dashicon{align-items:center;box-sizing:content-box;display:inline-flex;justify-content:center;padding:2px}.components-button.has-icon.has-text{gap:4px;justify-content:start;padding-left:8px;padding-right:12px}.components-button.is-pressed{background:var(--wp-components-color-foreground,#1e1e1e);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 transparent}.components-button.is-pressed:hover:not(:disabled){background:var(--wp-components-color-foreground,#1e1e1e);color:var(--wp-components-color-foreground-inverted,#fff)}.components-button svg{fill:currentColor;outline:none}@media (forced-colors:active){.components-button svg{fill:CanvasText}}.components-button .components-visually-hidden{height:auto}@keyframes components-button__busy-animation{0%{background-position:200px 0}}.components-checkbox-control__input[type=checkbox]{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #1e1e1e;border-radius:2px;box-shadow:0 0 0 transparent;clear:none;color:#1e1e1e;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:24px;line-height:normal;line-height:0;margin:0 4px 0 0;outline:0;padding:6px 8px;padding:0!important;text-align:center;transition:box-shadow .1s linear;transition:none;transition:border-color .1s ease-in-out;vertical-align:top;width:24px}@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:rgba(30,30,30,.62)}.components-checkbox-control__input[type=checkbox]::-moz-placeholder{color:rgba(30,30,30,.62);opacity:1}.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder{color:rgba(30,30,30,.62)}.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{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;float:left;font:normal 30px/1 dashicons;vertical-align:middle;width:16px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{float:none;font-size:21px}}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{height:20px;width:20px}}@media (prefers-reduced-motion:reduce){.components-checkbox-control__input[type=checkbox]{transition-delay:0s;transition-duration:0s}}.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 transparent;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{display:inline-block;height:24px;margin-right:12px;position:relative;vertical-align:middle;width:24px}@media (min-width:600px){.components-checkbox-control__input-container{height:20px;width:20px}}svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{fill:#fff;cursor:pointer;height:24px;left:0;pointer-events:none;position:absolute;top:0;-webkit-user-select:none;user-select:none;width:24px}@media (min-width:600px){svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{left:-2px;top:-2px}}.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);transition:transform .1s ease;vertical-align:top;width:28px;will-change:transform}@media (prefers-reduced-motion:reduce){.components-circular-option-picker__option-wrapper{transition-delay:0s;transition-duration:0s}}.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 8V6H4v2h2zm2 0V6h2v2H8zm2 8H8v-2h2v2zm2 0v-2h2v2h-2zm0 2v-2h-2v2H8v2h2v-2h2zm2 0v2h-2v-2h2zm2 0h-2v-2h2v2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2v2zm-2-4v-2h2v2h-2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' d='M18 18v2h-2v-2h2z'/%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-2v2H8zm0 2v-2H6v2h2zm2 0v-2h2v2h-2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2h-2z' 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-2v2H8V0H6v2H4V0zm0 4V2H2v2h2zm2 0V2h2v2H6zm0 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-2v2H8v2H6z' 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{background:transparent;border:none;border-radius:50%;box-shadow:inset 0 0 0 14px;cursor:pointer;display:inline-block;height:100%;transition:box-shadow .1s ease;vertical-align:top;width:100%}@media (prefers-reduced-motion:reduce){.components-circular-option-picker__option{transition-delay:0s;transition-duration:0s}}.components-circular-option-picker__option:hover{box-shadow:inset 0 0 0 14px!important}.components-circular-option-picker__option.is-pressed{box-shadow:inset 0 0 0 4px;overflow:visible;position:relative;z-index:1}.components-circular-option-picker__option.is-pressed+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 transparent;border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2);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:transparent;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:280px}.components-dropdown-menu__menu .components-palette-edit__menu-button{width:100%}.component-color-indicator{background:#fff linear-gradient(-45deg,transparent 48%,#ddd 0,#ddd 52%,transparent 0);border-radius:50%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2);display:inline-block;height:20px;padding:0;width:20px}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{border:none;box-shadow:none;font-family:inherit;font-size:16px;line-height:inherit;margin:0;min-height:auto;padding:2px;width:100%}@media (min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none}.components-combobox-control__suggestions-container{align-items:flex-start;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 transparent;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:0;transition:box-shadow .1s linear;width:100%}@media (prefers-reduced-motion:reduce){.components-combobox-control__suggestions-container{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid transparent}.components-combobox-control__suggestions-container::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.components-combobox-control__suggestions-container::-moz-placeholder{color:rgba(30,30,30,.62);opacity:1}.components-combobox-control__suggestions-container:-ms-input-placeholder{color:rgba(30,30,30,.62)}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid transparent}.components-combobox-control__reset.components-button{display:flex;height:16px;min-width:16px;padding:0}.components-color-palette__custom-color-wrapper{position:relative;z-index:0}.components-color-palette__custom-color-button{background:none;border:none;border-radius:2px 2px 0 0;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2);box-sizing:border-box;cursor:pointer;height:64px;outline:1px solid transparent;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%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,24px 24px;background-size:48px 48px;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.components-color-palette__custom-color-text-wrapper{border-radius:0 0 2px 2px;box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.2),inset 1px 0 0 0 rgba(0,0,0,.2),inset -1px 0 0 0 rgba(0,0,0,.2);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:not(.is-next-has-no-margin){margin-bottom:24px;margin-top:12px}.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%,transparent 0,transparent 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,transparent 0,transparent 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;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 rgba(0,0,0,.25);height:inherit;outline:2px solid transparent;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 rgba(0,0,0,.25);outline:1.5px solid transparent}.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 .components-custom-gradient-picker__toolbar{border:none}.components-custom-gradient-picker .components-custom-gradient-picker__toolbar>div+div{margin-left:1px}.components-custom-gradient-picker .components-custom-gradient-picker__toolbar button.is-pressed>svg{background:#fff;border:1px solid #949494;border-radius:2px}.components-custom-gradient-picker__ui-line{position:relative;z-index:0}.components-custom-select-control{font-size:13px;position:relative}.components-custom-select-control__button{outline:0;position:relative;text-align:left}.components-custom-select-control__hint{color:#949494;margin-left:10px}.components-custom-select-control__menu{background-color:#fff;border:1px solid #1e1e1e;border-radius:2px;max-height:400px;min-width:100%;outline:none;overflow:auto;padding:0;position:absolute;transition:none;z-index:1000000}.components-custom-select-control__menu[aria-hidden=true]{display:none}.components-custom-select-control__item{align-items:center;cursor:default;display:grid;grid-template-columns:auto auto;line-height:28px;list-style-type:none;padding:8px 16px}.components-custom-select-control__item:not(.is-next-36px-default-size){padding:8px}.components-custom-select-control__item.has-hint{grid-template-columns:auto auto 30px}.components-custom-select-control__item.is-highlighted{background:#ddd}.components-custom-select-control__item .components-custom-select-control__item-hint{color:#949494;padding-right:4px;text-align:right}.components-custom-select-control__item .components-custom-select-control__item-icon{margin-left:auto}.components-custom-select-control__item:last-child{margin-bottom:0}.block-editor-dimension-control .components-base-control__field{align-items:center;display:flex}.block-editor-dimension-control .components-base-control__label{align-items:center;display:flex;margin-bottom:0;margin-right:1em}.block-editor-dimension-control .components-base-control__label .dashicon{margin-right:.5em}.block-editor-dimension-control.is-manual .components-base-control__label{width:10em}body.is-dragging-components-draggable{cursor:move;cursor:grabbing!important}.components-draggable__invisible-drag-image{height:50px;left:-1000px;position:fixed;width:50px}.components-draggable__clone{background:transparent;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__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;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:50}.components-drop-zone__content-icon,.components-drop-zone__content-text{display:block}.components-drop-zone__content-icon{fill:currentColor;line-height:0;margin:0 auto 8px;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 [role=menuitem]{white-space:nowrap}.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:content-box;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:36px;padding-left:8px;padding-right:8px;text-align:left}.components-dropdown-menu__menu .components-menu-group{margin:0 -8px;padding:8px}.components-dropdown-menu__menu .components-menu-group:first-child{margin-top:-8px}.components-dropdown-menu__menu .components-menu-group:last-child{margin-bottom:-8px}.components-dropdown-menu__menu .components-menu-group+.components-menu-group{border-top:1px solid #ccc;margin-top:0;padding:8px}.is-alternate .components-dropdown-menu__menu .components-menu-group+.components-menu-group{border-color:#1e1e1e}.components-duotone-picker__color-indicator:before{background:transparent}.components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){background:linear-gradient(-45deg,transparent 48%,#ddd 0,#ddd 52%,transparent 0);color:transparent}.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{color:transparent}.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-button{padding:6px}.components-color-list-picker__swatch-color{margin:2px}.components-form-toggle{display:inline-block;position:relative}.components-form-toggle .components-form-toggle__track{background-color:#fff;border:1px solid #1e1e1e;border-radius:9px;box-sizing:border-box;content:"";display:inline-block;height:18px;transition:background .2s ease;vertical-align:top;width:36px}@media (prefers-reduced-motion:reduce){.components-form-toggle .components-form-toggle__track{transition-delay:0s;transition-duration:0s}}.components-form-toggle .components-form-toggle__thumb{background-color:#1e1e1e;border:5px solid #1e1e1e;border-radius:50%;box-sizing:border-box;display:block;height:12px;left:3px;position:absolute;top:3px;transition:transform .1s ease;width:12px}@media (prefers-reduced-motion:reduce){.components-form-toggle .components-form-toggle__thumb{transition-delay:0s;transition-duration:0s}}.components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border:9px solid transparent}.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 transparent;outline-offset:2px}.components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff;border-width:0;transform:translateX(18px)}.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-token-field__input-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 transparent;cursor:text;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:0;transition:box-shadow .1s linear;width:100%}@media (prefers-reduced-motion:reduce){.components-form-token-field__input-container{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-form-token-field__input-container{font-size:13px;line-height:normal}}.components-form-token-field__input-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid transparent}.components-form-token-field__input-container::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.components-form-token-field__input-container::-moz-placeholder{color:rgba(30,30,30,.62);opacity:1}.components-form-token-field__input-container:-ms-input-placeholder{color:rgba(30,30,30,.62)}.components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.components-form-token-field__input-container.is-active{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid transparent}.components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:#1e1e1e;display:inline-block;flex:1;font-family:inherit;font-size:16px;margin-left:4px;max-width:100%;min-height:24px;min-width:50px;padding:0;width:100%}@media (min-width:600px){.components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{box-shadow:none;outline:none}.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;max-width:100%}.components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.components-form-token-field__token.is-borderless{padding:0 24px 0 0;position:relative}.components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:transparent;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:transparent;color:#757575;padding:0;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{border-radius:4px 0 0 4px;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__token.is-disabled .components-form-token-field__remove-token{cursor:default}.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;line-height:24px;min-width:unset;transition:all .2s cubic-bezier(.4,1,.4,1)}@media (prefers-reduced-motion:reduce){.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{animation-delay:0s;animation-duration:1ms;transition-delay:0s;transition-duration:0s}}.components-form-token-field__token-text{border-radius:2px 0 0 2px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.components-form-token-field__remove-token.components-button{border-radius:0 2px 2px 0;color:#1e1e1e;cursor:pointer;line-height:10px;overflow:initial;padding:0 2px}.components-form-token-field__remove-token.components-button:hover{color:#1e1e1e}.components-form-token-field__suggestions-list{box-shadow:inset 0 1px 0 0 #949494;flex:1 0 100%;list-style:none;margin:0;max-height:128px;min-width:100%;overflow-y:auto;transition:all .15s ease-in-out}@media (prefers-reduced-motion:reduce){.components-form-token-field__suggestions-list{transition-delay:0s;transition-duration:0s}}.components-form-token-field__suggestion{color:#1e1e1e;cursor:pointer;display:block;font-size:13px;margin:0;min-height:32px;padding:8px 12px}.components-form-token-field__suggestion.is-selected{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff}@media (min-width:600px){.components-guide{width:600px}}.components-guide .components-modal__content{border-radius:2px;margin-top:0;padding:0}.components-guide .components-modal__content:before{content:none}.components-guide .components-modal__header{border-bottom:none;height:60px;padding:0;position:sticky}.components-guide .components-modal__header .components-button{align-self:flex-start;margin:8px 8px 0 0;position:static}.components-guide .components-modal__header .components-button:hover svg{fill:#fff}.components-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-60px;min-height:100%}.components-guide__page{display:flex;flex-direction:column;justify-content:center;position:relative}@media (min-width:600px){.components-guide__page{min-height:300px}}.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__page-control{margin:0;text-align:center}.components-guide__page-control li{display:inline-block;margin:0}.components-guide__page-control .components-button{color:#e0e0e0;height:30px;margin:-6px 0;min-width:20px}.components-guide__page-control li[aria-current=step] .components-button{color:var(--wp-components-color-accent,var(--wp-admin-theme-color))}.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{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 .edit-post-layout__toggle-entities-saved-states-panel,.is-focusing-regions .interface-interface-skeleton__actions .edit-post-layout__toggle-publish-panel,.is-focusing-regions .interface-interface-skeleton__sidebar .edit-post-layout__toggle-sidebar-panel,.is-focusing-regions [role=region]:focus:after,.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header{outline:4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-offset:-4px}.components-menu-group+.components-menu-group{border-top:1px solid #1e1e1e;margin-top:8px;padding-top:8px}.components-menu-group+.components-menu-group.has-hidden-separator{border-top:none;margin-top:0;padding-top:0}.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 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{animation:edit-post__fade-in-animation .2s ease-out 0s;animation-fill-mode:forwards;background-color:rgba(0,0,0,.35);bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:100000}@media (prefers-reduced-motion:reduce){.components-modal__screen-overlay{animation-delay:0s;animation-duration:1ms}}.components-modal__frame{animation:components-modal__appear-animation .1s ease-out;animation-fill-mode:forwards;background:#fff;border-radius:4px 4px 0 0;box-shadow:0 .7px 1px rgba(0,0,0,.15),0 2.7px 3.8px -.2px rgba(0,0,0,.15),0 5.5px 7.8px -.3px rgba(0,0,0,.15),.1px 11.5px 16.4px -.5px rgba(0,0,0,.15);display:flex;margin:40px 0 0;overflow:hidden;width:100%}@media (prefers-reduced-motion:reduce){.components-modal__frame{animation-delay:0s;animation-duration:1ms}}@media (min-width:600px){.components-modal__frame{border-radius:4px;margin:auto;max-height:calc(100% - 120px);max-width:calc(100% - 32px);min-width:350px;width:auto}}@media (min-width:600px) and (min-width:600px){.components-modal__frame.is-full-screen{height:calc(100% - 32px);max-height:none;width:calc(100% - 32px)}}@media (min-width:600px) and (min-width:782px){.components-modal__frame.is-full-screen{height:calc(100% - 80px);max-width:none;width:calc(100% - 80px)}}@media (min-width:960px){.components-modal__frame{max-height:70%}}@keyframes components-modal__appear-animation{0%{transform:translateY(32px)}to{transform:translateY(0)}}.components-modal__header{align-items:center;border-bottom:1px solid transparent;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__header .components-button{left:8px;position:relative}.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{border-bottom-color:#ddd}.components-modal__header+p{margin-top:0}.components-modal__header-heading-container{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:left}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-height:36px;max-width:36px;padding:8px}.components-modal__content{flex:1;margin-top:72px;overflow:auto;padding:4px 32px 32px}.components-modal__content.hide-header{margin-top:0;padding-top:32px}.components-modal__content.is-scrollable:focus-visible{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid transparent;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));display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:5px 15px 2px;padding:8px 12px}.components-notice.is-dismissible{position:relative}.components-notice.is-success{background-color:#eff9f1;border-left-color:#4ab866}.components-notice.is-warning{background-color:#fef8ee;border-left-color:#f0b849}.components-notice.is-error{background-color:#f4a2a2;border-left-color:#cc1818}.components-notice__content{flex-grow:1;margin:4px 25px 4px 0}.components-notice__actions{display:flex;flex-wrap:wrap}.components-notice__action.components-button{margin-right:8px}.components-notice__action.components-button,.components-notice__action.components-button.is-link{margin-left:12px}.components-notice__action.components-button.is-secondary{vertical-align:initial}.components-notice__dismiss{align-self:flex-start;color:#757575;flex-shrink:0}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{background-color:transparent;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:content-box;display:flex;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;transition:background .1s ease-in-out}@media (prefers-reduced-motion:reduce){.components-panel__body>.components-panel__body-title{transition-delay:0s;transition-duration:0s}}.components-panel__body.is-opened>.components-panel__body-title{margin:-16px -16px 5px}.components-panel__body>.components-panel__body-title:hover{background:#f0f0f0;border:none}.components-panel__body-toggle.components-button{border:none;box-shadow:none;color:#1e1e1e;font-weight:500;height:auto;outline:none;padding:16px 48px 16px 16px;position:relative;text-align:left;transition:background .1s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.components-panel__body-toggle.components-button{transition-delay:0s;transition-duration:0s}}.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{fill:currentColor;color:#1e1e1e;position:absolute;right:16px;top:50%;transform:translateY(-50%);transition:color .1s ease-in-out}@media (prefers-reduced-motion:reduce){.components-panel__body-toggle.components-button .components-panel__arrow{transition-delay:0s;transition-duration:0s}}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{-moz-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:subpixel-antialiased;background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;box-sizing:border-box;color:#1e1e1e;margin:0;outline:1px solid transparent;padding:1em;position:relative;text-align:left;width:100%}@supports (position:sticky){.components-placeholder.components-placeholder{align-items:flex-start;display:flex;flex-direction:column;justify-content:top}}.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}.components-placeholder__label{align-items:center;display:flex;font-weight:600;margin-bottom:16px}.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:currentColor;margin-right:12px}@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;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 transparent;flex:1 1 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin:0 8px 0 0;padding:6px 8px;transition:box-shadow .1s linear}@media (prefers-reduced-motion:reduce){.components-placeholder__input[type=url]{transition-delay:0s;transition-duration:0s}}@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 transparent}.components-placeholder__input[type=url]::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.components-placeholder__input[type=url]::-moz-placeholder{color:rgba(30,30,30,.62);opacity:1}.components-placeholder__input[type=url]:-ms-input-placeholder{color:rgba(30,30,30,.62)}.components-placeholder__instructions{margin-bottom:1em}.components-placeholder__error{margin-top:1em;width:100%}.components-placeholder__fieldset .components-button{margin-bottom:12px;margin-right:12px}.components-placeholder__fieldset .components-button:last-child{margin-bottom:0;margin-right:0}.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-large .components-placeholder__label{font-size:18pt;font-weight:400}.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-placeholder__fieldset .components-button,.components-placeholder.is-small .components-placeholder__fieldset .components-button{margin-right:auto}.components-placeholder.is-small .components-button{padding:0 8px 2px}.components-placeholder .components-placeholder__learn-more .components-external-link{color:var(--wp-admin-theme-color)}.components-placeholder.has-illustration{-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);backface-visibility:hidden;background-color:transparent;border-radius:2px;box-shadow:none;color:inherit;display:flex;overflow:auto}.is-dark-theme .components-placeholder.has-illustration{background-color:rgba(0,0,0,.1)}.components-placeholder.has-illustration .components-placeholder__fieldset{margin-left:0;margin-right:0;width:auto}.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;transition:opacity .1s linear}@media (prefers-reduced-motion:reduce){.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{transition-delay:0s;transition-duration:0s}}.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__preview{display:flex;justify-content:center}.components-placeholder__illustration{stroke:currentColor;box-sizing:content-box;height:100%;left:50%;opacity:.25;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.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:2px;box-shadow:0 0 0 1px #ccc,0 .7px 1px rgba(0,0,0,.1),0 1.2px 1.7px -.2px rgba(0,0,0,.1),0 2.3px 3.3px -.5px rgba(0,0,0,.1);box-sizing:border-box;width:min-content}.is-alternate .components-popover__content{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:transparent;stroke-width:1px;stroke:#ccc}.is-alternate .components-popover__triangle-border{stroke:#1e1e1e}.components-radio-control__input[type=radio]{border:1px solid #1e1e1e;border-radius:2px;border-radius:50%;box-shadow:0 0 0 transparent;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:24px;line-height:normal;margin-right:6px;margin-top:0;padding:6px 8px;transition:box-shadow .1s linear;transition:none;width:24px}@media (prefers-reduced-motion:reduce){.components-radio-control__input[type=radio]{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-radio-control__input[type=radio]{font-size:13px;line-height:normal}}.components-radio-control__input[type=radio]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.components-radio-control__input[type=radio]::-moz-placeholder{color:rgba(30,30,30,.62);opacity:1}.components-radio-control__input[type=radio]:-ms-input-placeholder{color:rgba(30,30,30,.62)}@media (min-width:600px){.components-radio-control__input[type=radio]{height:20px;width:20px}}.components-radio-control__input[type=radio]:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:8px;margin:0;transform:translate(7px,7px);width:8px}@media (min-width:600px){.components-radio-control__input[type=radio]:checked:before{transform:translate(5px,5px)}}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);outline:2px solid transparent}.components-radio-control__input[type=radio]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.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__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));content:"";cursor:inherit;display:block;height:15px;outline:2px solid transparent;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:2px;content:"";cursor:inherit;display:block;height:3px;opacity:0;position:absolute;right:calc(50% - 1px);top:calc(50% - 1px);transition:transform .1s ease-in;width:3px;will-change:transform}@media (prefers-reduced-motion:reduce){.components-resizable-box__side-handle:before{transition-delay:0s;transition-duration:0s}}.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}.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}@media (prefers-reduced-motion:reduce){.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-delay:0s;animation-duration:1ms}}.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 (prefers-reduced-motion:reduce){.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-delay:0s;animation-duration:1ms}}@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-search-control{position:relative}.components-search-control input[type=search].components-search-control__input{background:#f0f0f0;border:none;border-radius:2px;box-shadow:0 0 0 transparent;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:48px;line-height:normal;margin-left:0;margin-right:0;padding:0 48px 0 16px;transition:box-shadow .1s linear;width:100%}@media (prefers-reduced-motion:reduce){.components-search-control input[type=search].components-search-control__input{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-search-control input[type=search].components-search-control__input{font-size:13px;line-height:normal}}.components-search-control input[type=search].components-search-control__input:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid transparent}.components-search-control input[type=search].components-search-control__input::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.components-search-control input[type=search].components-search-control__input::-moz-placeholder{color:rgba(30,30,30,.62);opacity:1}.components-search-control input[type=search].components-search-control__input:-ms-input-placeholder{color:rgba(30,30,30,.62)}@media (min-width:600px){.components-search-control input[type=search].components-search-control__input{font-size:13px}}.components-search-control input[type=search].components-search-control__input:focus{background:#fff;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-search-control input[type=search].components-search-control__input::placeholder{color:#757575}.components-search-control input[type=search].components-search-control__input::-webkit-search-cancel-button,.components-search-control input[type=search].components-search-control__input::-webkit-search-decoration,.components-search-control input[type=search].components-search-control__input::-webkit-search-results-button,.components-search-control input[type=search].components-search-control__input::-webkit-search-results-decoration{-webkit-appearance:none}.components-search-control.is-next-40px-default-size input[type=search].components-search-control__input{height:40px}.components-search-control.is-size-compact input[type=search].components-search-control__input{height:32px}.components-search-control__icon{align-items:center;display:flex;justify-content:center;position:absolute;right:12px;top:50%;transform:translateY(-50%);width:24px}.components-search-control__input-wrapper{position:relative}.components-select-control__input{-webkit-tap-highlight-color:rgba(0,0,0,0)!important;outline:0}@media (max-width:782px){.components-base-control .components-base-control__field .components-select-control__input{font-size:16px}}.components-snackbar{-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background:rgba(0,0,0,.85);border-radius:2px;box-shadow:0 .7px 1px rgba(0,0,0,.1),0 1.2px 1.7px -.2px rgba(0,0,0,.1),0 2.3px 3.3px -.5px rgba(0,0,0,.1);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:-moz-fit-content;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{margin-left:24px}.components-snackbar .components-snackbar__icon{left:28px;position:absolute;top:24px}.components-snackbar .components-snackbar__dismiss-button{cursor:pointer;margin-left:24px}.components-snackbar__action.components-button{color:#fff;flex-shrink:0;height:auto;line-height:1.4;margin-left:32px;padding:0}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary){background-color:transparent;text-decoration:underline}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus{box-shadow:none;color:#fff;outline:1px dotted #fff}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{color:#fff;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:transparent;border:none;border-radius:0;box-shadow:none;cursor:pointer;font-weight:500;height:48px;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;transition:all .1s linear}@media (prefers-reduced-motion:reduce){.components-tab-panel__tabs-item:after{transition-delay:0s;transition-duration:0s}}.components-tab-panel__tabs-item.is-active:after{height:calc(var(--wp-admin-border-width-focus)*1);outline:2px solid transparent;outline-offset:-1px}.components-tab-panel__tabs-item:before{border-radius:2px;bottom:12px;box-shadow:0 0 0 0 transparent;content:"";left:12px;pointer-events:none;position:absolute;right:12px;top:12px;transition:all .1s linear}@media (prefers-reduced-motion:reduce){.components-tab-panel__tabs-item:before{transition-delay:0s;transition-duration:0s}}.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 transparent}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 transparent;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;transition:box-shadow .1s linear;width:100%}@media (prefers-reduced-motion:reduce){.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-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{font-size:13px;line-height:normal}}.components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid transparent}.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:rgba(30,30,30,.62)}.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:rgba(30,30,30,.62);opacity:1}.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:rgba(30,30,30,.62)}.components-tip{color:#757575;display:flex}.components-tip svg{fill:#f0b849;align-self:center;flex-shrink:0;margin-right:16px}.components-tip p{margin:0}.components-accessible-toolbar{border:1px solid #1e1e1e;border-radius:2px;display:inline-flex;flex-shrink:0}.components-accessible-toolbar>.components-toolbar-group:last-child{border-right:none}.components-accessible-toolbar .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{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards;border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media (prefers-reduced-motion:reduce){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation-delay:0s;animation-duration:1ms}}.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:transparent}.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{background:#1e1e1e}.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color),inset 0 0 0 4px #fff;outline:2px solid transparent}.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{min-width:48px;padding-left:12px;padding-right:12px}.components-accessible-toolbar .components-button.components-tab-button,.components-toolbar .components-button.components-tab-button{font-weight:500}.components-accessible-toolbar .components-button.components-tab-button span,.components-toolbar .components-button.components-tab-button span{display:inline-block;padding-left:0;padding-right:0;position:relative}@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:active:before{display:none}.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{color:#fff}.components-toolbar-group{background-color:#fff;border-right:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;line-height:0;min-height:48px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-toolbar-group.components-toolbar-group{border-width:0;margin:0}.components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{min-width:36px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{min-width:24px}.components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{left:2px;right:2px}.components-toolbar{background-color:#fff;border:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;margin:0;min-height:48px}.components-toolbar .components-toolbar.components-toolbar{border-width:0;margin:0}div.components-toolbar>div{display:block;margin:0}@supports (position:sticky){div.components-toolbar>div{display:flex}}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:content-box;content:"";display:inline-block;height:20px;left:-3px;position:absolute;top:8px;width:1px}.components-tooltip{background:#000;border-radius:2px;color:#f0f0f0;font-size:12px;line-height:1.4;padding:4px 8px;text-align:center;z-index:1000002}.components-tooltip__shortcut{margin-left:8px}#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}.gosign-d-none{display:none !important}.gosign-d-block{display:block !important}@media (max-width: 1200px){.gosign-d-xl-none{display:none !important}.gosign-d-xl-block{display:block !important}}@media (max-width: 992px){.gosign-d-lg-none{display:none !important}.gosign-d-lg-block{display:block !important}}@media (max-width: 768px){.gosign-d-md-none{display:none !important}.gosign-d-md-block{display:block !important}}@media (max-width: 576px){.gosign-d-sm-none{display:none !important}.gosign-d-sm-block{display:block !important}}.gosign-d-none{display:none !important}.gosign-d-block{display:block !important}@media (max-width: 1200px){.gosign-d-xl-none{display:none !important}.gosign-d-xl-block{display:block !important}}@media (max-width: 992px){.gosign-d-lg-none{display:none !important}.gosign-d-lg-block{display:block !important}}@media (max-width: 768px){.gosign-d-md-none{display:none !important}.gosign-d-md-block{display:block !important}}@media (max-width: 576px){.gosign-d-sm-none{display:none !important}.gosign-d-sm-block{display:block !important}}.gosign-grid-container{position:relative}.gosign-grid-container.btn-,.gosign-grid-container.btn-wide{max-width:100% !important}.gosign-grid-container.uploadVideo{overflow:hidden}.gosign-grid-container.youtubeVideo{overflow:hidden}.gosign-grid-container .gosign-grid{margin-right:0px;margin-left:0px}.gosign-grid-container.full-width .gosign-grid-inner{max-width:100%;margin:auto}.gosign-grid-container.boxed-width .gosign-grid-inner{max-width:80%;margin:auto}.gosign-grid-container.background-contain .gosign-grid-inner{background-size:contain;background-repeat:no-repeat;margin:auto}.gosign-grid-container.background-cover .gosign-grid-inner{background-size:cover;background-repeat:no-repeat}.gosign-grid-container .video-container{position:absolute;width:100%;height:100%;overflow:hidden}.gosign-grid-container .video-container video{clear:both;width:100%;position:absolute;top:0px;bottom:0;margin:auto}.gosign-grid-container .video-container.youtube-video{position:absolute;width:100%;overflow:hidden;padding-bottom:56.25%;padding-top:25px;height:0;top:0px;bottom:0;left:0;margin:auto;margin-top:auto !important}.gosign-grid-container .video-container.youtube-video iframe{position:absolute;top:0;bottom:0;margin:auto}.gosign-grid-container.no-margin{margin-top:0px !important;margin-bottom:0px !important}.gosign-grid-container.small-margin{margin-top:10px !important;margin-bottom:10px !important}.gosign-grid-container.large-margin{margin-top:20px !important;margin-bottom:20px !important}.gosign-grid-container.small-padding{padding-top:0px !important;padding-bottom:0px !important}.gosign-grid-container.large-padding{padding-top:10px !important;padding-bottom:10px !important}.gosign-grid-container.huge-padding{padding-top:20px !important;padding-bottom:20px !important}.gosign-grid-container.no-padding{padding-top:0px !important;padding-bottom:0px !important}.gosign-grid-container .overBg{position:absolute;width:100%;height:100%;top:0;left:0}.gosign-grid-container.lightColorLayout p,.gosign-grid-container.lightColorLayout li,.gosign-grid-container.lightColorLayout ol,.gosign-grid-container.lightColorLayout ul,.gosign-grid-container.lightColorLayout h1,.gosign-grid-container.lightColorLayout h2,.gosign-grid-container.lightColorLayout h3,.gosign-grid-container.lightColorLayout h4,.gosign-grid-container.lightColorLayout h5,.gosign-grid-container.lightColorLayout h6,.gosign-grid-container.lightColorLayout b,.gosign-grid-container.lightColorLayout div{color:#fff}.gosign-grid-container .gosign-col-6{flex:1}.defined-width .gosign-grid-inner{margin:auto}.gosign-col{position:relative}.gosign-col .gosign-col-content .backgroundCol{position:absolute;width:100%;height:100%;z-index:0;left:0;top:0}.gosign-col .gosign-col-content .gosign-col-inn{position:relative;z-index:1}.gosign-col .gosign-col-content.uploadVideo{overflow:hidden}.gosign-col .gosign-col-content.youtubeVideo{overflow:hidden}.gosign-col .gosign-col-content.background-contain .gosign-col-inn{background-size:contain;background-repeat:no-repeat}.gosign-col .gosign-col-content.background-cover .gosign-col-inn{background-size:cover;background-repeat:no-repeat}.gosign-col .gosign-col-content.no-margin{margin-top:0px !important;margin-bottom:0px !important}.gosign-col .gosign-col-content.small-margin{margin-top:10px !important;margin-bottom:10px !important}.gosign-col .gosign-col-content.large-margin{margin-top:20px !important;margin-bottom:20px !important}.gosign-col .gosign-col-content.small-padding{padding-top:0px !important;padding-bottom:0px !important}.gosign-col .gosign-col-content.large-padding{padding-top:10px !important;padding-bottom:10px !important}.gosign-col .gosign-col-content.huge-padding{padding-top:20px !important;padding-bottom:20px !important}.gosign-col .gosign-col-content.no-padding{padding-top:0px !important;padding-bottom:0px !important}.gosign-col .gosign-col-content .overBg{position:absolute;width:100%;height:100%;top:0;left:0}.gosign-col .gosign-col-content.lightColorLayout p,.gosign-col .gosign-col-content.lightColorLayout li,.gosign-col .gosign-col-content.lightColorLayout ol,.gosign-col .gosign-col-content.lightColorLayout ul,.gosign-col .gosign-col-content.lightColorLayout h1,.gosign-col .gosign-col-content.lightColorLayout h2,.gosign-col .gosign-col-content.lightColorLayout h3,.gosign-col .gosign-col-content.lightColorLayout h4,.gosign-col .gosign-col-content.lightColorLayout h5,.gosign-col .gosign-col-content.lightColorLayout h6,.gosign-col .gosign-col-content.lightColorLayout b,.gosign-col .gosign-col-content.lightColorLayout div{color:#fff}.gosign-col .gosign-col-content.darkColorLayout p,.gosign-col .gosign-col-content.darkColorLayout li,.gosign-col .gosign-col-content.darkColorLayout ol,.gosign-col .gosign-col-content.darkColorLayout ul,.gosign-col .gosign-col-content.darkColorLayout h1,.gosign-col .gosign-col-content.darkColorLayout h2,.gosign-col .gosign-col-content.darkColorLayout h3,.gosign-col .gosign-col-content.darkColorLayout h4,.gosign-col .gosign-col-content.darkColorLayout h5,.gosign-col .gosign-col-content.darkColorLayout h6,.gosign-col .gosign-col-content.darkColorLayout b,.gosign-col .gosign-col-content.darkColorLayout div{color:#000}.gosign-col .video-container{position:absolute;width:100%;height:100%;overflow:hidden}.gosign-col .video-container video{clear:both;width:100%;position:absolute;top:0px;bottom:0;margin:auto}.gosign-col .video-container.youtube-video{position:absolute;width:100%;overflow:hidden;padding-bottom:56.25%;padding-top:25px;height:0;top:0px;bottom:0;margin:auto;margin-top:auto !important}.gosign-col .video-container.youtube-video iframe{position:absolute;top:0;bottom:0;margin:auto}.gosign-grid{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.gosign-grid>.gosign-col{position:relative;display:flex;flex-wrap:wrap;width:100%;min-height:1px;overflow:hidden}.gosign-col-content{width:100%}.gosign-col{flex-basis:0;flex-grow:1;max-width:100%}.gosign-col-1{flex:0 0 8.33333%;max-width:8.33333%}.gosign-col-2{flex:0 0 16.66667%;max-width:16.66667%}.gosign-col-3{flex:0 0 25%;max-width:25%}.gosign-col-4{flex:0 0 33.33333%;max-width:33.33333%}.gosign-col-5{flex:0 0 41.66667%;max-width:41.66667%}.gosign-col-6{flex:0 0 50%;max-width:50%}.gosign-col-7{flex:0 0 58.33333%;max-width:58.33333%}.gosign-col-8{flex:0 0 66.66667%;max-width:66.66667%}.gosign-col-9{flex:0 0 75%;max-width:75%}.gosign-col-10{flex:0 0 83.33333%;max-width:83.33333%}.gosign-col-11{flex:0 0 91.66667%;max-width:91.66667%}.gosign-col-12{flex:0 0 100%;max-width:100%}.gosign-col-order-first{order:-1}.gosign-col-order-last{order:13}.gosign-col-order-0{order:0}.gosign-col-order-1{order:1}.gosign-col-order-2{order:2}.gosign-col-order-3{order:3}.gosign-col-order-4{order:4}.gosign-col-order-5{order:5}.gosign-col-order-6{order:6}.gosign-col-order-7{order:7}.gosign-col-order-8{order:8}.gosign-col-order-9{order:9}.gosign-col-order-10{order:10}.gosign-col-order-11{order:11}.gosign-col-order-12{order:12}@media (max-width: 1200px){.gosign-col-xl{flex-basis:0;flex-grow:1;max-width:100%}.gosign-col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}.gosign-col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}.gosign-col-xl-3{flex:0 0 25%;max-width:25%}.gosign-col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}.gosign-col-xl-5{flex:0 0 41.66667%;max-width:41.66667%}.gosign-col-xl-6{flex:0 0 50%;max-width:50%}.gosign-col-xl-7{flex:0 0 58.33333%;max-width:58.33333%}.gosign-col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}.gosign-col-xl-9{flex:0 0 75%;max-width:75%}.gosign-col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}.gosign-col-xl-11{flex:0 0 91.66667%;max-width:91.66667%}.gosign-col-xl-12{flex:0 0 100%;max-width:100%}.gosign-col-order-xl-first{order:-1}.gosign-col-order-xl-last{order:13}.gosign-col-order-xl-0{order:0}.gosign-col-order-xl-1{order:1}.gosign-col-order-xl-2{order:2}.gosign-col-order-xl-3{order:3}.gosign-col-order-xl-4{order:4}.gosign-col-order-xl-5{order:5}.gosign-col-order-xl-6{order:6}.gosign-col-order-xl-7{order:7}.gosign-col-order-xl-8{order:8}.gosign-col-order-xl-9{order:9}.gosign-col-order-xl-10{order:10}.gosign-col-order-xl-11{order:11}.gosign-col-order-xl-12{order:12}}@media (max-width: 992px){.gosign-col-lg{flex-basis:0;flex-grow:1;max-width:100%}.gosign-col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}.gosign-col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}.gosign-col-lg-3{flex:0 0 25%;max-width:25%}.gosign-col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}.gosign-col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}.gosign-col-lg-6{flex:0 0 50%;max-width:50%}.gosign-col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}.gosign-col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}.gosign-col-lg-9{flex:0 0 75%;max-width:75%}.gosign-col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}.gosign-col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}.gosign-col-lg-12{flex:0 0 100%;max-width:100%}.gosign-col-order-lg-first{order:-1}.gosign-col-order-lg-last{order:13}.gosign-col-order-lg-0{order:0}.gosign-col-order-lg-1{order:1}.gosign-col-order-lg-2{order:2}.gosign-col-order-lg-3{order:3}.gosign-col-order-lg-4{order:4}.gosign-col-order-lg-5{order:5}.gosign-col-order-lg-6{order:6}.gosign-col-order-lg-7{order:7}.gosign-col-order-lg-8{order:8}.gosign-col-order-lg-9{order:9}.gosign-col-order-lg-10{order:10}.gosign-col-order-lg-11{order:11}.gosign-col-order-lg-12{order:12}}@media (max-width: 768px){.gosign-col-md{flex-basis:0;flex-grow:1;max-width:100%}.gosign-col-md-1{flex:0 0 8.33333%;max-width:8.33333%}.gosign-col-md-2{flex:0 0 16.66667%;max-width:16.66667%}.gosign-col-md-3{flex:0 0 25%;max-width:25%}.gosign-col-md-4{flex:0 0 33.33333%;max-width:33.33333%}.gosign-col-md-5{flex:0 0 41.66667%;max-width:41.66667%}.gosign-col-md-6{flex:0 0 50%;max-width:50%}.gosign-col-md-7{flex:0 0 58.33333%;max-width:58.33333%}.gosign-col-md-8{flex:0 0 66.66667%;max-width:66.66667%}.gosign-col-md-9{flex:0 0 75%;max-width:75%}.gosign-col-md-10{flex:0 0 83.33333%;max-width:83.33333%}.gosign-col-md-11{flex:0 0 91.66667%;max-width:91.66667%}.gosign-col-md-12{flex:0 0 100%;max-width:100%}.gosign-col-order-md-first{order:-1}.gosign-col-order-md-last{order:13}.gosign-col-order-md-0{order:0}.gosign-col-order-md-1{order:1}.gosign-col-order-md-2{order:2}.gosign-col-order-md-3{order:3}.gosign-col-order-md-4{order:4}.gosign-col-order-md-5{order:5}.gosign-col-order-md-6{order:6}.gosign-col-order-md-7{order:7}.gosign-col-order-md-8{order:8}.gosign-col-order-md-9{order:9}.gosign-col-order-md-10{order:10}.gosign-col-order-md-11{order:11}.gosign-col-order-md-12{order:12}}@media (max-width: 576px){.gosign-col-sm{flex-basis:0;flex-grow:1;max-width:100%}.gosign-col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}.gosign-col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}.gosign-col-sm-3{flex:0 0 25%;max-width:25%}.gosign-col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}.gosign-col-sm-5{flex:0 0 41.66667%;max-width:41.66667%}.gosign-col-sm-6{flex:0 0 50%;max-width:50%}.gosign-col-sm-7{flex:0 0 58.33333%;max-width:58.33333%}.gosign-col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}.gosign-col-sm-9{flex:0 0 75%;max-width:75%}.gosign-col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}.gosign-col-sm-11{flex:0 0 91.66667%;max-width:91.66667%}.gosign-col-sm-12{flex:0 0 100%;max-width:100%}.gosign-col-order-sm-first{order:-1}.gosign-col-order-sm-last{order:13}.gosign-col-order-sm-0{order:0}.gosign-col-order-sm-1{order:1}.gosign-col-order-sm-2{order:2}.gosign-col-order-sm-3{order:3}.gosign-col-order-sm-4{order:4}.gosign-col-order-sm-5{order:5}.gosign-col-order-sm-6{order:6}.gosign-col-order-sm-7{order:7}.gosign-col-order-sm-8{order:8}.gosign-col-order-sm-9{order:9}.gosign-col-order-sm-10{order:10}.gosign-col-order-sm-11{order:11}.gosign-col-order-sm-12{order:12}}.gosign-col>.gosign-col-content{align-self:flex-start}.gosign-grid-align-items-center>.gosign-col>.gosign-col-content{align-self:center}.gosign-grid-align-items-end>.gosign-col>.gosign-col-content{align-self:flex-end}.gosign-grid>.gosign-col-align-self-start>.gosign-col-content{align-self:flex-start}.gosign-grid>.gosign-col.gosign-col-align-self-center>.gosign-col-content{align-self:center}.gosign-grid>.gosign-col.gosign-col-align-self-end>.gosign-col-content{align-self:flex-end}@media (max-width: 1200px){.gosign-grid>.gosign-col-align-self-xl-start>.gosign-col-content{align-self:flex-start}.gosign-grid>.gosign-col.gosign-col-align-self-xl-center>.gosign-col-content{align-self:center}.gosign-grid>.gosign-col.gosign-col-align-self-xl-end>.gosign-col-content{align-self:flex-end}}@media (max-width: 992px){.gosign-grid>.gosign-col-align-self-lg-start>.gosign-col-content{align-self:flex-start}.gosign-grid>.gosign-col.gosign-col-align-self-lg-center>.gosign-col-content{align-self:center}.gosign-grid>.gosign-col.gosign-col-align-self-lg-end>.gosign-col-content{align-self:flex-end}}@media (max-width: 768px){.gosign-grid>.gosign-col-align-self-md-start>.gosign-col-content{align-self:flex-start}.gosign-grid>.gosign-col.gosign-col-align-self-md-center>.gosign-col-content{align-self:center}.gosign-grid>.gosign-col.gosign-col-align-self-md-end>.gosign-col-content{align-self:flex-end}}@media (max-width: 576px){.gosign-grid>.gosign-col-align-self-sm-start>.gosign-col-content{align-self:flex-start}.gosign-grid>.gosign-col.gosign-col-align-self-sm-center>.gosign-col-content{align-self:center}.gosign-grid>.gosign-col.gosign-col-align-self-sm-end>.gosign-col-content{align-self:flex-end}}.gosign-grid-justify-content-center{justify-content:center}.gosign-grid-justify-content-end{justify-content:flex-end}.gosign-grid-justify-content-around{justify-content:space-around}.gosign-grid-justify-content-between{justify-content:space-between}.gosign-grid-gap-no{margin-right:0;margin-left:0}.gosign-grid-gap-no>.gosign-col>.gosign-col-content{padding:0px 10px}.gosign-grid-gap-sm{margin-right:-7.5px;margin-left:-7.5px}.gosign-grid-gap-sm>.gosign-col>.gosign-col-content{padding:0px 10px}.gosign-grid-gap-md{margin-right:-15px;margin-left:-15px}.gosign-grid-gap-md>.gosign-col>.gosign-col-content{padding:0px 10px}.gosign-grid-gap-lg{margin-right:-22.5px;margin-left:-22.5px}.gosign-grid-gap-lg>.gosign-col>.gosign-col-content{padding:0px 10px}.gosign-grid-with-bg,.gosign-col-with-bg{position:relative;z-index:0}.gosign-grid-with-bg>.nk-awb,.gosign-grid-with-bg>.nk-awb .nk-awb-inner,.gosign-grid-with-bg>.nk-awb .nk-awb-overlay,.gosign-grid-with-bg>.nk-awb .nk-awb-wrap,.gosign-col-with-bg>.nk-awb,.gosign-col-with-bg>.nk-awb .nk-awb-inner,.gosign-col-with-bg>.nk-awb .nk-awb-overlay,.gosign-col-with-bg>.nk-awb .nk-awb-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-99}.gosign-grid-with-bg>.nk-awb .nk-awb-wrap,.gosign-col-with-bg>.nk-awb .nk-awb-wrap{overflow:hidden}.gosign-grid-with-bg>.nk-awb .nk-awb-overlay,.gosign-col-with-bg>.nk-awb .nk-awb-overlay{z-index:0}.gosign-grid-with-bg>.nk-awb .nk-awb-inner,.gosign-col-with-bg>.nk-awb .nk-awb-inner{background-repeat:no-repeat;background-position:50% 50%;background-size:cover;z-index:-100}.gosign-grid-with-bg>.nk-awb [data-awb-image-background-size="contain"]>.nk-awb-inner,.gosign-col-with-bg>.nk-awb [data-awb-image-background-size="contain"]>.nk-awb-inner{background-size:contain}.gosign-grid-with-bg>.nk-awb [data-awb-image-background-size="pattern"]>.nk-awb-inner,.gosign-col-with-bg>.nk-awb [data-awb-image-background-size="pattern"]>.nk-awb-inner{background-repeat:repeat;background-size:auto}.gosign-grid-with-bg>.nk-awb .nk-awb-inner>.jarallax-img,.gosign-col-with-bg>.nk-awb .nk-awb-inner>.jarallax-img{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;font-family:"object-fit: cover;";z-index:-100;-o-object-fit:cover;object-fit:cover}.gosign-grid-with-bg>.nk-awb [data-awb-image-background-size="contain"]>.nk-awb-inner>.jarallax-img,.gosign-col-with-bg>.nk-awb [data-awb-image-background-size="contain"]>.nk-awb-inner>.jarallax-img{-o-object-fit:contain;object-fit:contain;font-family:"object-fit: contain;"}.gosign-grid-with-bg.gosign-grid-gap-lg>.nk-awb{right:22.5px;left:22.5px}.gosign-grid-with-bg.gosign-grid-gap-md>.nk-awb{right:15px;left:15px}.gosign-grid-with-bg.gosign-grid-gap-sm>.nk-awb{right:7.5px;left:7.5px}[data-gosign-sr]{pointer-events:none;visibility:hidden}.grids-section{position:relative;z-index:var(--_gs-zi, var(--_gs-zi-desktop, auto));display:var(--_gs-d, var(--_gs-d-desktop, block))}.grids-s-w_i{display:grid;position:relative;grid-template-columns:repeat(var(--_gs-columns, 12), minmax(0, 1fr));grid-template-rows:repeat(var(--_gs-rows, 6), auto);gap:var(--_gs-gap, var(--_gs-gap-desktop, 0));margin:var(--_gs-m, var(--_gs-m-desktop, 0));padding:var(--_gs-p, var(--_gs-p-desktop, 0));min-width:var(--_gs-mw, var(--_gs-mw-desktop, 100%));height:var(--_gs-height, var(--_gs-height-desktop, auto));min-height:var(--_gs-min-height, var(--_gs-min-height-desktop, 0))}.grids-s-w_i:before{content:"";display:block;position:absolute;top:0;right:var(--_gs-bg-xp, var(--_gs-bg-xp-desktop, 0));bottom:0;left:var(--_gs-bg-xp, var(--_gs-bg-xp-desktop, 0));background:var(--_gs-bg, var(--_gs-bg-desktop, none))}@media screen and (max-width: 768px){.grids-s-w_i{display:flex;flex-direction:column;height:100%}}.grids-area{display:var(--_ga-d, var(--_ga-d-desktop, flex));flex-direction:column;position:relative;grid-column:var(--_ga-column);grid-row:var(--_ga-row);background:var(--_ga-bg, var(--_ga-bg-desktop, none));margin:var(--_ga-m, var(--_ga-m-desktop, 0));padding:var(--_ga-p, var(--_ga-p-desktop, 0));max-width:var(--_ga-mw, var(--_ga-mw-desktop, 100%));z-index:var(--_ga-zi, var(--_ga-zi-desktop, auto));align-self:var(--_ga-va, flex-start);justify-content:var(--_ga-va)}.grids-is-stretch>.grids-s-w_i>.grids-area{align-self:stretch}.grids-is-advanced>.grids-s-w_i>.grids-area{height:100%}@media screen and (max-width: 768px){.grids-area{width:100%}}html,
body {
margin: 0;
padding: 0;
}
main {
display: block;
}
h1, h2, h3, h4, h5, h6, p, blockquote, address,
big, cite, code, em, font, img, small, strike, sub,
sup, li, ol, ul, fieldset, form, label, legend, button,
table, caption, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: normal;
font-weight: normal;
line-height: 1;
margin: 0;
padding: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
ol,
ul {
list-style: none;
}
blockquote:before,
blockquote:after {
content: "";
}
a:focus {
outline: 1px dotted #333;
}
input[type="search"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="button"],
input[type="tel"],
input[type="submit"],
textarea {
-moz-appearance: none;
-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;
}
select {
max-width: 100%;
}
figure {
margin: 0;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
}
iframe,
embed,
object {
max-width: 100%;
}
iframe,
.jetpack-video-wrapper {
margin-bottom: 1.0em;
} body {
background: #f1f1f1;
border: none;
color: #444;
font-family: "Roboto", sans-serif;
font-size: 18px;
margin: 0;
padding: 0;
-webkit-font-smoothing: antialiased;
}
body a {
color: #13c4a5;
text-decoration: none;
}
body a:hover,
body a:focus {
color: #13c4a5;
text-decoration: none;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
img {
height: auto;
max-width: 100%;
}
small {
font-size: 80%;
}
.hidden {
display: none;
}
.fleft {
float: left;
}
.fright {
float: right;
}
.clear:before,
.clear:after {
content: "";
display: table;
}
.clear:after {
clear: both;
} ::selection {
background: #444;
color: #fff;
}
::-webkit-input-placeholder {
color: #999;
}
:-moz-placeholder { color: #999;
}
::-moz-placeholder { color: #999;
}
:-ms-input-placeholder {
color: #999;
}
.placeholder { color: #999;
} a,
#infinite-handle span {
-moz-transition: color .1s ease-in-out, background-color .1s ease-in-out;
-ms-transition: color .1s ease-in-out, background-color .1s ease-in-out;
-o-transition: color .1s ease-in-out, background-color .1s ease-in-out;
-webkit-transition: color .1s ease-in-out, background-color .1s ease-in-out;
transition: color .1s ease-in-out, background-color .1s ease-in-out;
}
.site-title a,
.post-title a,
.post-overlay,
.post-likes,
.post-meta a,
.author-link:before,
.pagination,
.main-navigation a,
.main-navigation > .has-children > a:after,
.main-navigation > .menu-item-has-children > a:after,
.main-navigation > .page_item_has_children > a:after,
.searchbutton,
.search-icon,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
.form-submit #submit,
.widget_search .search-submit,
.widget_search .search-field,
.dribbble-shot,
.post-content input[type="submit"],
.post-content input[type="reset"],
.post-content input[type="button"],
.widget-content input[type="submit"],
.widget-content input[type="reset"],
.widget-content input[type="button"] {
-moz-transition-duration: .2s;
-o-transition-duration: .2s;
-webkit-transition-duration: .2s;
transition-duration: .2s;
-moz-transition-property: color, background-color, left, right, opacity;
-o-transition-property: color, background-color, left, right, opacity;
-webkit-transition-property: color, background-color, left, right, opacity;
transition-property: color, background-color, left, right, opacity;
-moz-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.tothetop,
.header,
.portfolio-item a .portfolio-header-container,
.featured-media a img {
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
clip: auto;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
position: absolute;
text-decoration: none;
text-transform: none;
top: 5px;
width: auto;
z-index: 100000; }
.hide {
display: none;
} .section {
padding: 80px 0;
position: relative;
}
.no-padding {
padding: 0;
}
.small-padding {
padding: 40px 0;
}
.medium-padding {
padding: 60px 0;
}
.big-padding {
padding: 100px 0;
}
.section-inner {
margin: 0 auto;
max-width: 90%;
width: 1400px;
}
.section-inner.content {
max-width: 92.6%;
width: 1440px;
}
.section-inner.wide {
width: 1240px;
}
.section-inner.thin {
width: 700px;
}
.bg-dark {
background-color: #1d1d1d;
}
.bg-graphite {
background-color: #262626;
}
.bg-grey {
background-color: #f1f1f1;
}
.bg-image {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.cover {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.cover.shade-light {
background: rgba(0,0,0,.25);
}
.cover.shade-medium {
background: rgba(0,0,0,.5);
}
.cover.shade-dark {
background: rgba(0,0,0,.75);
} .row .one-fourth {
float: left;
margin-left: 5%;
width: 21.5%;
}
.row .one-third {
float: left;
margin-left: 5%;
width: 30%;
}
.row .one-half {
float: left;
margin-left: 5%;
width: 47.5%;
}
.row .two-thirds {
float: left;
margin-left: 5%;
width: 65%;
}
.row .one-fourth:first-child,
.row .one-third:first-child,
.row .one-half:first-child,
.row .two-thirds:first-child {
margin-left: 0;
} .header {
padding: 70px 0;
}
.header .cover {
background: rgba(29,29,29,.25);
}
.header-inner {
position: relative;
text-align: center;
}
.header .site-logo,
.header .custom-logo-link {
display: inline-block;
margin-bottom: 20px;
}
.header .site-logo img,
.header .custom-logo-link img {
display: block;
height: auto;
margin: 0 auto;
max-height: 150px;
max-width: 600px;
width: auto;
}
.header a:focus {
outline: 1px dotted #fff;
}
.jetpack-social-navigation {
margin-top: 20px;
}
.jetpack-social-navigation a {
color: #fff;
font-size: 32px;
margin: 0 4px;
}
.site-title {
font-family: "Pacifico", sans-serif;
font-size: 2.25em;
text-align: center;
text-shadow: 1px 1px 2px rgba(0,0,0,.25);
}
.site-title a {
color: #fff;
}
.site-title a:hover,
.site-title a:focus {
color: #13c4a5;
}
.site-description {
color: #999;
font-size: 1.1em;
font-weight: 400;
line-height: 110%;
margin: 20px 0 0 0;
text-align: center;
text-shadow: 1px 1px 1px rgba(0,0,0,.25);
} .search-icon {
display: block;
height: 68px;
-webkit-opacity: .5;
-moz-opacity: .5;
opacity: .5;
position: relative;
text-indent: -9999em;
width: 40px;
}
.search-icon:before {
color: #fff;
content: "\f002";
display: block;
font-family: "FontAwesome";
font-size: 27px;
left: 0;
line-height: 68px;
position: absolute;
text-align: center;
text-indent: 0;
text-rendering: auto;
transform: translate(0, 0);
width: 40px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.search-icon.active {
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
.search-icon:focus {
border: 1px dotted #fff;
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
} .header-search-block {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 10000;
}
.header-search-block .section-inner {
position: relative;
}
.header-search-block .search-field {
background: none;
border: 1px solid transparent;
color: #fff;
font-family: "Roboto", sans-serif;
font-size: 2.5em;
font-weight: 300;
left: 5%;
margin: -30px 0 0;
position: absolute;
right: 5%;
top: 50%;
width: 90%;
-webkit-font-smoothing: antialiased;
}
.header-search-block .search-field:focus {
border: 1px dotted rgba(255,255,255,.5);
outline: none;
}
.header-search-block .search-submit {
display: none;
} .main-navigation {
font-family: "Roboto Slab", sans-serif;
font-size: .9em;
text-align: center;
}
.nav-toggle {
display: none;
}
.main-navigation li {
position: relative;
}
.main-navigation li {
float: left;
}
.main-navigation a:focus {
outline: 1px dotted #fff;
}
.main-navigation li:hover > a,
.main-navigation li:focus > a {
color: #fff;
cursor: pointer;
} .main-navigation li:before {
color: #444;
content: "\002F";
display: block;
font-size: 16px;
font-weight: 300;
margin-right: -3px;
margin-top: -9px;
position: absolute;
right: 0;
top: 50%;
z-index: 1000;
}
.main-navigation li:last-child:before {
content: none;
}
.main-navigation li > a {
color: #999;
display: block;
font-size: .85em;
font-weight: 700;
letter-spacing: 1px;
padding: 27px;
text-transform: uppercase;
}
.main-navigation li:first-child > a {
margin-left: 0;
}
.main-navigation .has-children > a,
.main-navigation .menu-item-has-children > a,
.main-navigation .page_item_has_children > a {
padding-right: 47px;
position: relative;
}
.main-navigation .has-children > a::after,
.main-navigation .menu-item-has-children > a::after,
.main-navigation .page_item_has_children > a::after {
border: 5px solid transparent;
border-top-color: #999;
content: "";
display: block;
margin-top: -2px;
position: absolute;
right: 29px;
top: 50%;
z-index: 1001;
}
.main-navigation .has-children:hover > a::after,
.main-navigation .has-children:focus > a::after,
.main-navigation .menu-item-has-children:hover > a::after,
.main-navigation .menu-item-has-children:focus > a::after,
.main-navigation .page_item_has_children:hover > a::after,
.main-navigation .page_item_has_children:focus > a::after {
border-top-color: #fff;
} .main-navigation li li:before {
display: none;
}
.main-navigation ul ul {
display: block;
left: -9999px;
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
position: absolute;
top: 38px;
-moz-transition: opacity .3s ease-in-out, top .3s ease-in-out;
-ms-transition: opacity .3s ease-in-out, top .3s ease-in-out;
-o-transition: opacity .3s ease-in-out, top .3s ease-in-out;
-webkit-transition: opacity .3s ease-in-out, top .3s ease-in-out;
transition: opacity .3s ease-in-out, top .3s ease-in-out;
z-index: 9999;
}
.main-navigation ul li > ul {
padding-top: 20px;
}
.main-navigation ul li > ul:before {
border: 10px solid transparent;
border-bottom-color: #2d2d2d;
content: "";
display: block;
left: 50%;
margin-left: -10px;
position: absolute;
top: 0;
z-index: 1000;
}
.main-navigation ul ul li {
border-top: 1px solid rgba(255,255,255,.075);
display: block;
float: none;
}
.main-navigation ul ul li:first-child {
border-top: none;
}
.main-navigation ul ul .has-children a::after,
.main-navigation ul ul .menu-item-has-children a::after,
.main-navigation ul ul .page_item_has_children a::after {
display: none;
}
.main-navigation ul ul .has-children::after,
.main-navigation ul ul .menu-item-has-children::after,
.main-navigation ul ul .page_item_has_children::after {
border: 6px solid transparent;
border-left-color: rgba(255,255,255,.4);
content: "";
display: block;
margin-top: -5px;
position: absolute;
right: 10px;
top: 50%;
z-index: 1001;
}
.main-navigation ul ul > .has-children:hover::after,
.main-navigation ul ul > .has-children:focus::after,
.main-navigation ul ul > .menu-item-has-children:hover::after,
.main-navigation ul ul > .menu-item-has-children:focus::after,
.main-navigation ul ul > .page_item_has_children:hover::after,
.main-navigation ul ul > .page_item_has_children:focus::after {
border-left-color: #fff;
}
.main-navigation ul ul li {
background: #2d2d2d;
display: block;
width: 240px;
}
.main-navigation ul ul a {
color: #999;
display: block;
font-size: 1.0em;
font-weight: normal;
letter-spacing: 0;
line-height: 130%;
margin: 0;
padding: 20px;
text-align: center;
text-transform: none;
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus {
color: #fff;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: 50%;
margin-left: -120px;
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
top: 48px;
} .main-navigation ul ul ul {
padding-top: 0;
top: 5px;
}
.main-navigation ul ul li > ul:before {
display: none;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 240px;
margin-left: 0;
top: 0;
}
.main-navigation ul ul ul li {
background: #3d3d3d;
}
.main-navigation ul ul ul ul li,
.main-navigation ul ul ul ul ul li {
background: #4d4d4d;
} #content:focus {
outline: 1px dotted #333;
}
.post-container {
float: left;
padding: 0 1.5% 4.5% 1.5%;
position: relative;
width: 33.3%;
}
.hentry,
.post {
background: #fff;
border-radius: 3px;
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.1);
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.1);
box-shadow: 0 1px 4px rgba(0,0,0,.1);
overflow: hidden;
width: 100%;
}
.post.sticky .post-header {
padding-right: 17.5%;
} .post .sticky-post {
background-color: #374250;
background-size: 210px auto;
display: none;
height: 38px;
position: absolute;
right: 9%;
text-indent: -9999px;
top: 0;
width: 26px;
z-index: 5;
}
.post .sticky-post i.fa {
color: #fff;
left: 0;
position: absolute;
text-align: center;
text-indent: 0;
top: 10px;
width: 100%;
}
.post .sticky-post:after {
border: 13px solid transparent;
border-left-color: #374250;
border-right-color: #374250;
content: "";
display: block;
margin-top: -13px;
position: absolute;
right: 0;
top: 38px;
}
.post.sticky .sticky-post {
display: block;
} .featured-media a,
.featured-media img {
display: block;
}
.featured-media a {
overflow: hidden;
}
.featured-media a img,
.featured-media img {
height: auto;
margin: 0 auto;
max-width: 100%;
}
.featured-media a:hover img,
.featured-media a:focus img {
-webkit-opacity: .8;
-moz-opacity: .8;
opacity: .8;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.media-caption {
border-bottom: 1px solid #eee;
color: #999;
font-size: .8em;
font-weight: 700;
line-height: 110%;
margin: 0 10%;
padding: 20px 0;
} .post-header {
border-bottom: 1px solid #eee;
padding: 8% 10%;
position: relative;
}
.post-header .post-title {
color: #2b3542;
font-family: "Roboto Slab", sans-serif;
font-size: 1.25em;
font-weight: 700;
line-height: 120%;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.post .post-header:before,
.page .post-header:before {
border: 12px solid transparent;
border-top-color: #eee;
bottom: 0;
content: "";
display: block;
left: 10%;
margin-bottom: -24px;
position: absolute;
z-index: 10;
}
.post .post-header:after,
.page .post-header:after {
border: 11px solid transparent;
border-top-color: #fff;
bottom: 0;
content: "";
display: block;
left: 10%;
margin-bottom: -21px;
margin-left: 1px;
position: absolute;
z-index: 11;
}
.post-header .post-title em {
font-weight: 700;
}
.post-header .post-title a {
color: #2b3542;
}
.post-header .post-title a:hover,
.post-header .post-title a:focus {
color: #13c4a5;
} .post-content a:hover,
.post-content a:focus {
text-decoration: underline;
}
.post-content p,
.post-content blockquote,
.post-content ul,
.post-content ol,
.post-content address,
.post-content dl,
.post-content .wp-caption,
.post-content pre {
line-height: 180%;
margin-bottom: 1.1em;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.post-content .wp-caption {
line-height: 140%;
}
.post-content > *:first-child {
margin-top: 0;
}
.post-content *:last-child {
margin-bottom: 0;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
color: #333;
font-family: "Roboto Slab", sans-serif;
font-weight: 700;
margin: 50px 0 30px;
}
.post-content h1 em,
.post-content h2 em,
.post-content h3 em {
font-weight: 700;
}
.post-content h1 {
font-size: 2em;
}
.post-content h2 {
font-size: 1.75em;
}
.post-content h3 {
font-size: 1.5em;
}
.post-content h4 {
font-size: 1.25em;
font-weight: 400;
}
.post-content h5 {
font-size: 1em;
font-weight: 400;
}
.post-content h6 {
font-size: .9em;
font-weight: 700;
text-transform: uppercase;
}
.post-content h1 + h1,
.post-content h1 + h2,
.post-content h1 + h3,
.post-content h1 + h4,
.post-content h1 + h5,
.post-content h1 + h6,
.post-content h2 + h1,
.post-content h2 + h2,
.post-content h2 + h3,
.post-content h2 + h4,
.post-content h2 + h5,
.post-content h2 + h6,
.post-content h3 + h1,
.post-content h3 + h2,
.post-content h3 + h3,
.post-content h3 + h4,
.post-content h3 + h5,
.post-content h3 + h6,
.post-content h4 + h1,
.post-content h4 + h2,
.post-content h4 + h3,
.post-content h4 + h4,
.post-content h4 + h5,
.post-content h4 + h6,
.post-content h5 + h1,
.post-content h5 + h2,
.post-content h5 + h3,
.post-content h5 + h4,
.post-content h5 + h5,
.post-content h5 + h6,
.post-content h6 + h1,
.post-content h6 + h2,
.post-content h6 + h3,
.post-content h6 + h4,
.post-content h6 + h5,
.post-content h6 + h6 {
margin-top: 30px;
}
.post-content blockquote {
font-size: 1em;
font-weight: 300;
font-weight: normal;
margin: 40px 0;
position: relative;
}
.post-content blockquote:before,
.post-content blockquote:after {
background: #eee;
content: "";
display: block;
height: 3px;
margin: 40px auto;
width: 128px;
}
.post-content blockquote p {
font-size: 1.2em;
font-weight: 300;
line-height: 160%;
text-align: center;
}
.post-content cite {
font-family: "Roboto Slab", sans-serif;
font-size: .9rem;
font-weight: bold;
line-height: 140%;
text-align: center;
text-transform: uppercase;
}
.post-content blockquote cite {
display: block;
margin-top: 1em;
}
.post-content blockquote cite em {
font-style: italic;
font-weight: bold;
}
em,
q {
font-style: italic;
}
.post-content strong em,
.post-content em strong {
font-style: italic;
font-weight: bold;
}
.post-content big {
font-size: 1.25em;
}
abbr,
acronym {
cursor: help;
}
code,
kbd,
pre {
background: #eee;
font-family: "Menlo", Monaco, monospace;
font-size: .85em;
}
.post-content .highlight {
background: #fcf8a5;
display: inline;
padding: 2px 3px;
width: auto;
}
.post-content kbd,
.post-content code {
border-radius: 3px;
padding: 5px;
}
.post-content dl {
line-height: 160%;
}
.post-content dl dt {
font-weight: bold;
}
.post-content hr {
background: #eee;
border: 0;
height: 5px;
margin: 2em auto;
width: 50%;
}
.post-content ul {
list-style: disc;
margin-left: 1.5em;
}
.post-content ul ul {
list-style: circle;
}
.post-content ul ul ul {
list-style: square;
}
.post-content ol {
list-style: decimal;
margin-left: 1.5em;
}
.post-content ol ol {
list-style: lower-alpha;
}
.post-content ol ol ol {
list-style: lower-roman;
}
.post-content ul ul,
.post-content ul ol,
.post-content ol ul,
.post-content ol ol {
margin-bottom: 0;
}
.post-content li {
line-height: 170%;
margin-top: .5em;
}
.post-content ol > li:last-child,
.post-content ul > li:last-child {
margin-bottom: 0;
}
.post-content address {
background: #f1f1f1;
padding: 3% 3.5%;
}
.post-content pre {
background: #363f48;
border-radius: 6px;
color: #fff;
font-size: .8em;
line-height: 140%;
padding: 2% 2.5%;
white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; -ms-word-wrap: break-word; }
.post-content pre code {
background: transparent;
} #content .jetpack-recipe {
border: 0;
margin: 0;
padding: 0;
}
#content .jetpack-recipe-title {
border-bottom: 0;
margin-top: 0;
} img.alignleft,
.alignleft img,
img.aligncenter,
.aligncenter img,
img.alignright,
.alignright img {
border: 1px solid #eee;
box-sizing: border-box;
padding: 5px;
}
.post-content figure,
.post-content img {
height: auto;
max-width: 100%;
}
.post-content .alignleft,
.post-content .alignright {
margin-bottom: 1.2em;
}
.wp-caption {
max-width: 100%;
height: auto;
}
.post-content .wp-caption img {
display: block;
}
.post-content .wp-caption .alignleft,
.post-content .wp-caption .alignright {
margin-bottom: 0;
}
.post-content .alignleft {
float: left;
margin-right: 1em;
}
.post-content .alignright {
float: right;
margin-left: 1em;
}
.post-content .aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.post-content .aligncenter a,
.post-content .aligncenter img {
margin: 0 auto;
}
.wp-block-image .aligncenter>figcaption
{
display: block;
}
.wp-block-image {
text-align: center;
}
.post-content .wp-caption-text,
.post-content .gallery-caption,
.widget-content .wp-caption-text,
.widget-content .gallery-caption {
color: #999;
font-size: .8em;
font-weight: 700;
padding-top: .5em;
text-align: center;
}
.post-content .gallery-caption {
font-size: 16px;
line-height: 24px;
}
.gallery {
margin-bottom: 1.6em;
}
.gallery-item {
display: inline-block;
padding: 1.79104477%;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.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%;
}
.gallery-icon img {
margin: 0 auto;
}
.gallery-caption {
color: #707070;
color: rgba(51, 51, 51, 0.7);
display: block;
font-family: "Noto Sans", sans-serif;
font-size: 12px;
font-size: 1.2rem;
line-height: 1.5;
padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
.post-content ul>li.blocks-gallery-item:last-child {
margin-bottom: 16px;
} .post-content table {
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
font-size: .9em;
width: 100%;
}
.post-content th,
.post-content td {
border-bottom: 1px solid #ddd;
line-height: 120%;
margin: 0;
overflow: visible;
padding: 2%;
}
.post-content caption {
padding: 2%;
text-align: center;
}
.post-content thead {
vertical-align: bottom;
white-space: nowrap;
}
.post-content th {
font-weight: bold;
}
.post-content table tbody > tr:nth-child(odd) > td,
.post-content table tbody > tr:nth-child(odd) > th {
background: #f9f9f9;
} .post-content fieldset,
.widget-content fieldset {
border: 2px solid #eee;
margin-bottom: 1em;
padding: 25px;
}
.post-content fieldset legend,
.widget-content fieldset legend {
background: #13c4a5;
color: #fff;
font-family: "Roboto Slab", sans-serif;
font-size: .9rem;
font-weight: 700;
letter-spacing: 1px;
line-height: 1;
padding: 10px 12px;
text-transform: uppercase;
}
.post-content label {
font-family: "Roboto", sans-serif;
font-size: 1rem;
font-weight: 700;
}
.post-content input,
.post-content textarea,
.widget-content input,
.widget-content textarea {
font-family: "Roboto", sans-serif;
-webkit-font-smoothing: antialiased;
}
.post-content input[type="text"],
.post-content input[type="email"],
.post-content input[type="tel"],
.post-content input[type="url"],
.post-content input[type="password"],
.post-content textarea,
.widget-content input[type="text"],
.widget-content input[type="email"],
.widget-content input[type="tel"],
.widget-content input[type="url"],
.widget-content input[type="password"],
.widget-content textarea {
background: #fdfdfd;
border: 2px solid #eee;
border-radius: 3px;
color: #333;
font-size: .85em;
padding: 14px 16px;
-moz-transition: background .2s ease-in-out;
-ms-transition: background .2s ease-in-out;
-o-transition: background .2s ease-in-out;
-webkit-transition: background .2s ease-in-out;
transition: background .2s ease-in-out;
width: 100%;
-webkit-appearance: none;
}
.post-content textarea,
.widget-content textarea {
height: 180px;
line-height: 140%;
}
.post-content input[type="text"]:focus,
.post-content input[type="email"]:focus,
.post-content input[type="tel"]:focus,
.post-content input[type="url"]:focus,
.post-content input[type="password"]:focus,
.post-content textarea:focus,
.widget-content input[type="text"]:focus,
.widget-content input[type="email"]:focus,
.widget-content input[type="tel"]:focus,
.widget-content input[type="url"]:focus,
.widget-content input[type="password"]:focus,
.widget-content textarea:focus {
background: #fdfdfd;
outline: none;
}
.button,
.post-content input[type="submit"],
.post-content input[type="reset"],
.post-content input[type="button"],
.widget-content input[type="submit"],
.widget-content input[type="reset"],
.widget-content input[type="button"] {
background: #3f4854;
border: none;
border-radius: 3px;
color: #fff;
font-family: "Roboto Slab", sans-serif;
font-size: .9rem;
line-height: 1;
margin: 0;
padding: 12px 16px;
-webkit-appearance: none;
}
.button {
display: inline-block;
}
.button:hover,
.button:focus,
.post-content input[type="submit"]:hover,
.post-content input[type="submit"]:focus,
.post-content input[type="reset"]:hover,
.post-content input[type="reset"]:focus,
.post-content input[type="button"]:hover,
.post-content input[type="button"]:focus,
.widget-content input[type="submit"]:hover,
.widget-content input[type="submit"]:focus,
.widget-content input[type="reset"]:hover,
.widget-content input[type="reset"]:focus,
.widget-content input[type="button"]:hover,
.widget-content input[type="button"]:focus {
background: #13c4a5;
color: #fff;
cursor: pointer;
text-decoration: none;
}
.post-content input[type="submit"]:focus,
.post-content input[type="submit"]:active,
.widget-content input[type="submit"]:focus,
.widget-content input[type="submit"]:active {
outline: none;
} .post-password-form input[name="post_password"] {
margin-bottom: 5px;
}  .format-chat .post-content p {
border-radius: 3px;
margin-bottom: .25em;
padding: 8px 16px;
}
.format-chat .more-link {
margin-top: 1em;
} .format-gallery .flexslider {
position: relative;
}
.format-gallery .flex-direction-nav a {
color: #fff;
display: block;
height: 35px;
margin-top: -16px;
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.7;
overflow: visible;
position: absolute;
text-indent: -9999px;
text-shadow: 0 0 5px rgba(0,0,0,1);
top: 50%;
width: 26px;
}
.format-gallery .flex-direction-nav a:before {
font-family: "FontAwesome";
font-size: 35px;
left: 0;
position: absolute;
text-indent: 0;
}
.format-gallery .flex-direction-nav .flex-prev {
left: 16px;
-moz-transition: left .2s, opacity .2s;
-o-transition: left .2s, opacity .2s;
-webkit-transition: left .2s, opacity .2s;
transition: left .2s, opacity .2s;
}
.format-gallery .flex-direction-nav .flex-prev:before {
content: "\f053";
}
.format-gallery .flex-direction-nav .flex-next {
right: 16px;
-moz-transition: left .2s, opacity .2s;
-o-transition: left .2s, opacity .2s;
-webkit-transition: left .2s, opacity .2s;
transition: right .2s, opacity .2s;
}
.format-gallery .flex-direction-nav .flex-next:before {
content: "\f054";
}
.format-gallery .flex-direction-nav a:hover,
.format-gallery .flex-direction-nav a:focus {
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
.format-gallery .flex-direction-nav a:focus {
outline: 1px dotted #fff;
}
.format-gallery .flex-direction-nav .flex-prev:hover {
left: 12px;
}
.format-gallery .flex-direction-nav .flex-next:hover {
right: 12px;
}
.format-gallery .slides li {
position: relative;
} .post .mejs-container.mejs-audio,
.page .mejs-container.mejs-audio {
background: #2b3542;
height: 83px !important;
max-width: 100%;
position: relative;
}
.post .mejs-container.mejs-audio .mejs-controls,
.page .mejs-container.mejs-audio .mejs-controls {
background: transparent;
bottom: auto;
left: 0;
margin-top: -15px;
padding: 0 5%;
right: 0;
top: 50%;
width: auto;
}
.post .mejs-container.mejs-audio .mejs-controls .mejs-time,
.page .mejs-container.mejs-audio .mejs-controls .mejs-time,
.post .mejs-audio .mejs-controls .mejs-time-rail .mejs-time-handle,
.page .mejs-audio .mejs-controls .mejs-time-rail .mejs-time-handle,
.post .mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,
.page .mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,
.post .mejs-audio .mejs-controls .mejs-time-rail .mejs-time-float,
.page .mejs-audio .mejs-controls .mejs-time-rail .mejs-time-float,
.post .mejs-audio .mejs-controls .mejs-time-rail .mejs-time-float-current,
.page .mejs-audio .mejs-controls .mejs-time-rail .mejs-time-float-current,
.post .mejs-audio .mejs-mediaelement,
.page .mejs-audio .mejs-mediaelement,
.post .mejs-audio .mejs-layers,
.page .mejs-audio .mejs-layers {
display: none;
}
.post .mejs-audio .mejs-time-float,
.page .mejs-audio .mejs-time-float {
display: none !important;
}
.post .mejs-audio .mejs-controls .mejs-button button,
.page .mejs-audio .mejs-controls .mejs-button button {
cursor: pointer;
display: block;
text-indent: -9999px;
}
.post .mejs-container.mejs-audio .mejs-controls .mejs-playpause-button,
.page .mejs-container.mejs-audio .mejs-controls .mejs-playpause-button,
.post .mejs-container.mejs-audio .mejs-controls .mejs-time-rail,
.page .mejs-container.mejs-audio .mejs-controls .mejs-time-rail,
.post .mejs-container.mejs-audio .mejs-controls .mejs-volume-button,
.page .mejs-container.mejs-audio .mejs-controls .mejs-volume-button,
.post .mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider,
.page .mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
}
.post .mejs-container.mejs-audio .mejs-controls .mejs-playpause-button,
.page .mejs-container.mejs-audio .mejs-controls .mejs-playpause-button {
position: relative;
width: 40px;
}
.post .mejs-container.mejs-audio .mejs-controls .mejs-volume-button,
.page .mejs-container.mejs-audio .mejs-controls .mejs-volume-button {
position: relative;
text-align: center;
width: 60px;
}
.post .mejs-container.mejs-audio .mejs-controls .mejs-playpause-button button,
.page .mejs-container.mejs-audio .mejs-controls .mejs-playpause-button button,
.post .mejs-container.mejs-audio .mejs-controls .mejs-volume-button button,
.page .mejs-container.mejs-audio .mejs-controls .mejs-volume-button button,
.post .mejs-container.mejs-audio .mejs-controls .mejs-mute button,
.page .mejs-container.mejs-audio .mejs-controls .mejs-mute button,
.post .mejs-container.mejs-audio .mejs-controls .mejs-unmute button,
.page .mejs-container.mejs-audio .mejs-controls .mejs-unmute button {
background: transparent;
display: inline-block;
height: 31px;
margin: 0;
position: relative;
width: 24px;
}
.post .mejs-container.mejs-audio .mejs-controls .mejs-playpause-button button:before,
.page .mejs-container.mejs-audio .mejs-controls .mejs-playpause-button button:before,
.post .mejs-container.mejs-audio .mejs-controls .mejs-volume-button button:before,
.page .mejs-container.mejs-audio .mejs-controls .mejs-volume-button button:before,
.post .mejs-container.mejs-audio .mejs-controls .mejs-mute button:before,
.page .mejs-container.mejs-audio .mejs-controls .mejs-mute button:before,
.post .mejs-container.mejs-audio .mejs-controls .mejs-unmute button:before,
.page .mejs-container.mejs-audio .mejs-controls .mejs-unmute button:before {
color: #fff;
font-family: "FontAwesome";
font-size: 20px;
left: 0;
position: absolute;
text-indent: 0;
text-rendering: auto;
transform: translate(0, 0);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.post .mejs-container.mejs-audio .mejs-controls .mejs-playpause-button.mejs-play button:before,
.page .mejs-container.mejs-audio .mejs-controls .mejs-playpause-button.mejs-play button:before {
content: "\f04b";
}
.post .mejs-container.mejs-audio .mejs-controls .mejs-playpause-button.mejs-pause button:before,
.page .mejs-container.mejs-audio .mejs-controls .mejs-playpause-button.mejs-pause button:before {
content: "\f04c";
}
.post .mejs-container.mejs-audio .mejs-controls .mejs-mute button:before,
.page .mejs-container.mejs-audio .mejs-controls .mejs-mute button:before {
content: "\f028";
}
.post .mejs-container.mejs-audio .mejs-controls .mejs-unmute button:before,
.page .mejs-container.mejs-audio .mejs-controls .mejs-unmute button:before {
content: "\f026";
}
.post .mejs-audio .mejs-controls .mejs-horizontal-volume-slider,
.page .mejs-audio .mejs-controls .mejs-horizontal-volume-slider {
cursor: pointer;
width: 16.25%;
}
.post .mejs-controls .mejs-time-rail span,
.page .mejs-controls .mejs-time-rail span,
.post .mejs-controls .mejs-time-rail a,
.page .mejs-controls .mejs-time-rail a,
.post .mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.page .mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.post .mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.page .mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.post .mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-controls .mejs-time-rail span,
.page .mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-controls .mejs-time-rail span {
height: 8px;
}
.post .mejs-container.mejs-audio .mejs-controls .mejs-playpause-button.mejs-play button,
.page .mejs-container.mejs-audio .mejs-controls .mejs-playpause-button.mejs-play button,
.post .mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.page .mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.post .mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.page .mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
margin-top: -1px;
}
.post .mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.page .mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
background: #222a34;
width: 100%;
}
.post .mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.page .mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
background: #13c4a5;
position: absolute;
}
.post .mejs-audio .mejs-controls .mejs-time-rail,
.page .mejs-audio .mejs-controls .mejs-time-rail {
float: left;
position: relative;
}
.post .mejs-audio .mejs-controls .mejs-time-rail span,
.page .mejs-audio .mejs-controls .mejs-time-rail span {
cursor: pointer;
display: block;
max-width: 100%;
position: absolute;
}
.post .mejs-audio .mejs-controls .mejs-time-rail .mejs-time-total,
.page .mejs-audio .mejs-controls .mejs-time-rail .mejs-time-total {
background: #555d67;
border-radius: 0;
}
.post .mejs-audio .mejs-controls .mejs-time-rail .mejs-time-loaded,
.page .mejs-audio .mejs-controls .mejs-time-rail .mejs-time-loaded {
background: #222a34;
width: 0;
}
.post .mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current,
.page .mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current {
background: #13c4a5;
width: 0;
}
.post .mejs-audio .mejs-clear,
.page .mejs-audio .mejs-clear {
clear: both;
} .post .mejs-android.mejs-audio .mejs-controls .mejs-playpause-button,
.page .mejs-android.mejs-audio .mejs-controls .mejs-playpause-button,
.post .mejs-ios.mejs-audio .mejs-controls .mejs-playpause-button,
.page .mejs-ios.mejs-audio .mejs-controls .mejs-playpause-button {
margin-left: 5%;
width: 10%;
}
.post .mejs-android.mejs-audio .mejs-controls .mejs-time-rail,
.page .mejs-android.mejs-audio .mejs-controls .mejs-time-rail,
.post .mejs-ios.mejs-audio .mejs-controls .mejs-time-rail,
.page .mejs-ios.mejs-audio .mejs-controls .mejs-time-rail {
margin-left: 0;
margin-right: 5%;
width: 80% !important;
}
.post .mejs-android.mejs-audio .mejs-controls .mejs-time-total,
.page .mejs-android.mejs-audio .mejs-controls .mejs-time-total,
.post .mejs-ios.mejs-audio .mejs-controls .mejs-time-total,
.page .mejs-ios.mejs-audio .mejs-controls .mejs-time-total {
width: 100% !important;
}
.post .mejs-android.mejs-audio .mejs-controls .mejs-volume-button,
.page .mejs-android.mejs-audio .mejs-controls .mejs-volume-button,
.post .mejs-ios.mejs-audio .mejs-controls .mejs-volume-button,
.page .mejs-ios.mejs-audio .mejs-controls .mejs-volume-button,
.post .mejs-android.mejs-audio .mejs-controls .mejs-horizontal-volume-slider,
.page .mejs-android.mejs-audio .mejs-controls .mejs-horizontal-volume-slider,
.post .mejs-ios.mejs-audio .mejs-controls .mejs-horizontal-volume-slider,
.page .mejs-ios.mejs-audio .mejs-controls .mejs-horizontal-volume-slider {
display: none;
} .googlemaps {
margin-bottom: 1.1em;
} .fb_iframe_widget {
max-width: 100%;
overflow: auto;
}
.posts .fb_iframe_widget {
min-height: 300px;
} .spinner-container {
position: relative;
}
.css-transform #spinner {
height: 30px;
left: 50%;
margin-left: -15px;
position: absolute;
top: 10px;
width: 30px;
}
.double-bounce1,
.double-bounce2 {
background-color: #333;
border-radius: 50%;
height: 100%;
left: 0;
opacity: 0.2;
position: absolute;
top: 0;
width: 100%;
-webkit-animation: bounce 2.0s infinite ease-in-out;
animation: bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
@-webkit-keyframes bounce {
0%, 100% { -webkit-transform: scale(0.0) }
50% { -webkit-transform: scale(1.0) }
}
@keyframes bounce {
0%, 100% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
} 50% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
}
.posts {
border-top: 1px solid transparent; margin-bottom: 70px;
overflow: visible !important;
}
.posts .post-container {
opacity: 0;
-webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.posts .post-container.fade-in {
opacity: 1.0;
}
.posts .post-content {
padding: 10%;
-ms-word-wrap: break-word;
word-wrap: break-word;
} .posts .post-content .alignleft,
.posts .post-content .alignright {
max-width: 75%;
}
.posts .post-content figure {
max-width: 100%;
}
.posts .post-content h1 {
font-size: 1.6em;
}
.posts .post-content h2 {
font-size: 1.5em;
}
.posts .post-content h3 {
font-size: 1.3em;
}
.posts .post-content h4 {
font-size: 1.2em;
}
.posts .post-content h5 {
font-size: 1.1em;
}
.posts .post-content h6 {
font-size: 0.8em;
}
.posts .post-content p,
.posts .post-content li,
.posts .post-content dt,
.posts .post-content dd,
.posts .post-content address,
.posts .post-content th,
.posts .post-content td {
color: #666;
font-size: .95em;
line-height: 150%;
}
.posts .post-content dt {
font-weight: bold;
}
.posts .post-content p + p {
margin-top: 1em;
}
.posts .post-content .more-link {
display: block;
margin-top: 1.1em;
}
.posts .post-content .more-link:hover,
.posts .post-content .more-link:focus {
text-decoration: underline;
}
.post-meta.clear {
clear: none !important;
}
.posts .post-meta {
background: #f9f9f9;
padding: 0 10%;
}
.posts .post-meta a {
color: #999;
display: block;
float: left;
font-size: .8em;
font-weight: 700;
margin: 20px 0 20px 20px;
-moz-transition: none;
-o-transition: none;
-webkit-transition: none;
transition: none;
}
.posts .post-meta a:first-child {
margin-left: 0;
}
.posts .post-meta a:hover,
.posts .post-meta a:focus {
color: #13c4a5;
}
.posts .post-meta a.post-date i.fa {
font-size: 1.4em;
margin-right: 6px;
position: relative;
top: 2px;
}
.posts .post-meta a.post-comments:before {
content: "\f086";
font-family: "FontAwesome";
font-size: 1.3em;
margin-right: 6px;
text-rendering: auto;
transform: translate(0, 0);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.posts .post-meta a.post-edit-link {
position: relative;
text-indent: -9999em;
}
.posts .post-meta a.post-edit-link i.fa {
font-size: 1.4em;
left: 0;
top: 2px;
position: absolute;
text-indent: 0;
} .posts .post-content .mejs-container.mejs-audio {
height: 73px !important;
}  .posts .format-aside .post-content {
background: #2b3542;
}
.posts .format-aside .post-content * {
color: #fff;
position: relative;
z-index: 10;
}
.posts .format-aside .post-content a.more-link {
color: #fff;
}  .posts .format-audio .post-content .mejs-offscreen:first-child + .mejs-container.mejs-audio {
height: 83px !important;
left: -12.5%;
margin-bottom: 12.5%;
margin-top: -12.5%;
max-width: 100000px;
right: -12.5%;
-webkit-transform: translate(0); width: 125% !important;
} .posts .format-audio .post-content .mejs-offscreen:first-child + .mejs-container.mejs-audio:last-child {
margin-bottom: -12.5%;
} .posts .format-image .post-header:before,
.posts .format-image .post-header:after {
content: none;
}
.posts .format-image .post-content {
font-size: .9em;
}
.posts .format-image .post-content .image-caption {
font-weight: 600;
} .posts .format-link .post-content {
background: #2b3542;
color: #fff;
padding: 10%;
}
.posts .format-link .post-content p {
color: #fff;
display: block;
font-family: "Roboto", sans-serif;
font-size: 1.2em;
font-weight: 400;
line-height: 140%;
position: relative;
z-index: 10;
}
.posts .format-link .post-content a {
color: #fff;
}
.posts .format-link .post-content a.more-link {
font-size: 0.8em;
}
.posts .format-link .link-header h2 {
font-size: inherit;
margin: 0;
text-transform: uppercase;
}
.posts .format-link .link-header h2 a {
color: #13c4a5;
font-size: .8em;
font-weight: 700;
letter-spacing: 1px;
margin-top: 20px;
}
.posts .format-link .link-header h2 a i.fa {
bottom: -2px;
font-size: 1.2em;
margin-right: 3px;
position: relative;
}
.posts .format-link .link-header h2 a:hover,
.posts .format-link .link-header h2 a:focus {
text-decoration: underline;
} .posts .format-quote .post-content {
background: #2b3542;
color: #fff;
}
.posts .format-quote .post-content p {
color: #fff;
}
.posts .format-quote .post-content blockquote {
color: #fff;
display: block;
font-family: "Roboto", sans-serif;
font-size: 1.4em;
font-weight: 400;
line-height: 140%;
position: relative;
text-align: left;
z-index: 10;
}
.posts .format-quote .post-content blockquote > * {
color: #fff;
font-size: inherit;
text-align: left;
}
.posts .format-quote .post-content blockquote:before,
.posts .format-quote .post-content blockquote:after {
display: none;
}
.posts .format-quote .post-content cite {
color: #fff;
display: block;
font-family: "Roboto Slab", sans-serif;
font-size: 0.6em;
font-weight: 700;
letter-spacing: 1px;
margin-top: 0.7em;
text-align: left;
text-transform: uppercase;
} .posts .format-status .post-content {
background: #2b3542;
}
.posts .format-status .post-content p {
color: #fff;
font-family: "Pacifico", sans-serif;
font-size: 1.2em;
position: relative;
text-shadow: 1px 1px 1px rgba(0,0,0,.5);
z-index: 10;
}
.posts .format-status .post-content a.more-link {
font-family: "Roboto", sans-serif;
font-size: 0.8em;
} body.single .content {
width: 67.5%;
}
body.single .content.full-width {
width: 100%;
}
body.single .content.center {
margin: 0 auto;
max-width: 100%;
width: 944px;
}
.single {
border-radius: 6px;
} .single .post-content .mejs-container.mejs-audio {
height: 83px;
margin-bottom: 1.1em;
} .single .post-title {
font-size: 2.25em;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.single .post-content {
padding: 10%;
} .single .format-aside .post-content {
font-size: 1.2em;
} .single .format-audio .post-content .mejs-offscreen:first-child + .mejs-container.mejs-audio {
height: 140px !important;
left: -12.5%;
margin-bottom: 10.5%;
margin-top: -12.5%;
max-width: 125%;
position: relative;
right: -12.5%;
width: 125% !important;
}
.single .format-audio .mejs-container.mejs-audio .mejs-controls {
padding: 0 5%;
} .single .format-chat .post-content p:nth-child(odd) {
background: #f5f5f5;
} .single .format-quote .post-content blockquote {
font-size: 1.75em;
font-weight: 300;
line-height: 140%;
text-align: left;
}
.single .format-quote .post-content blockquote > * {
color: #2b3542;
font-size: inherit;
text-align: left;
}
.single .format-quote .post-content cite {
font-size: 0.6em;
font-weight: 400;
text-align: left;
}
.single .format-quote .post-content blockquote cite {
margin-top: 0.6em;
}
.single .format-quote .post-content blockquote:before,
.single .format-quote .post-content blockquote:after {
display: none;
} .single .format-status .post-content {
color: #fff;
font-family: "Pacifico", sans-serif;
font-size: 1.4em;
text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}
.single .format-status .post-content {
color: #333;
text-shadow: none;
} .single .post-meta-container {
background: #2b3542;
display: flex;
position: relative;
}
.single .post-meta {
background: #3f4854;
padding: 18px 30px 30px;
position: relative;
width: 100%;
z-index: 10;
}
.single .post-meta p,
.single .post-meta time,
.single .post-meta > a,
.post-navigation a,
.post-edit-link {
color: #9499a0;
display: block;
font-size: .85em;
font-weight: 700;
line-height: 135%;
margin-top: 12px;
min-height: 20px;
padding: 1px 0 1px 1px;
}
.single .post-navigation a:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
}
.single .post-meta p a {
color: #9499a0;
}
.single .post-meta p a:hover,
.single .post-meta p a:focus {
color: #13c4a5;
}
.single .post-meta p:first-child {
margin-top: 0;
}
.single .post-meta time,
.single .post-meta p.post-tags,
.single .post-meta p.post-categories,
.single .post-navigation .nav-previous a,
.single .post-navigation .nav-next a,
.single .post-meta .post-edit-link {
padding-left: 28px;
position: relative;
}
.single .post-meta time i.fa,
.single .post-meta p.post-tags i.fa,
.single .post-meta p.post-categories i.fa,
.single .post-navigation .nav-previous a:before,
.single .post-navigation .nav-next a:before,
.single .post-edit-link i.fa {
font-size: 1.3em;
left: 0;
position: absolute;
}
.entry-author + .post-meta {
width: 40%;
float: right;
} .post-navigation {
border-top: 1px solid rgba(255,255,255,.1);
padding-top: 20px;
margin-top: 12px;
}
.post-navigation div:first-child a {
margin-top: 0;
}
.post-navigation .nav-previous a:before,
.post-navigation .nav-next a:before {
font-family: "FontAwesome";
font-size: 1.3em;
text-rendering: auto;
transform: translate(0, 0);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.post-navigation .nav-next a:before {
content: "\f0a9";
}
.post-navigation .nav-previous a:before {
content: "\f0a8";
} .entry-author {
float: left;
overflow: hidden;
padding: 30px;
position: relative;
width: 60%;
}
.entry-author:before,
.entry-author:after {
content: "";
display: block;
left: 30px;
position: absolute;
}
.entry-author:before {
background-color: #13c4a5;
height: 70px;
top: 0;
width: 40px;
z-index: 9;
}
.entry-author:after {
border: 20px solid transparent;
border-left-color: #13c4a5;
border-right-color: #13c4a5;
top: 50px;
}
.entry-author .author-avatar {
border: 0;
width: 36px;
height: 36px;
position: absolute;
z-index: 10;
margin-left: 2px;
margin-top: -7px;
}
.author-heading,
.author-bio {
margin-left: 70px;
}
.entry-author .author-title {
color: #fff;
font-family: "Roboto Slab", sans-serif;
font-size: 1.1em;
font-weight: 700;
margin-bottom: 15px;
}
.entry-author p {
color: #9499a0;
font-size: .875em;
line-height: 150%;
}
.author-link {
clear: both;
display: block;
}
.author-link:before,
.author-links a {
content: "\f187";
font-family: FontAwesome;
display: inline-block;
margin-top: 18px;
margin-right: 5px;
background-color: rgba(255,255,255,.1);
border-radius: 999px;
color: #fff;
height: 36px;
position: relative;
text-align: center;
line-height: 36px;
width: 36px;
}
.author-link:hover:before,
.author-link:focus:before,
.author-links a:focus,
.author-links a:hover
{
background-color: #13c4a5;
color: #fff;
}
.author-link:focus:before {
outline: 1px dotted #fff;
}
.author-links a {
text-indent: -99999em;
}
.author-links a i.fa {
left: 0;
line-height: 36px;
position: absolute;
text-align: center;
text-indent: 0;
width: 36px;
} .content .comments,
div#disqus_thread {
background: #fff;
padding: 10%;
}
.nocomments {
clear: both;
color: #999;
font-weight: 700;
padding: 10%;
text-align: center;
text-transform: uppercase;
}
.comments + .nocomments {
border-top: 1px solid #eee;
}
.comments-title-container {
border-bottom: 1px solid #eee;
font-family: "Roboto Slab", sans-serif;
margin-bottom: 40px;
padding-bottom: 20px;
}
.comments-title {
color: #2b3542;
font-size: 1.75em;
font-weight: 700;
}
.add-comment-title {
font-size: 1rem;
font-weight: 700;
margin-top: 14px;
text-transform: uppercase;
}
.add-comment-title a:hover,
.add-comment-title a:focus {
text-decoration: underline;
} .comments li.comment {
margin-top: 40px;
}
.comments .comment-list > li.comment:first-child > li.comment:first-child {
margin-top: 0;
}
.comments li.comment {
position: relative;
}
.comments .children {
margin-left: 5%;
}
.comment-body {
background: #eee;
border-radius: 3px;
margin-left: 110px;
padding: 20px;
position: relative;
}
.comment-body:after {
border: 12px solid transparent;
border-right-color: #eee;
content: "";
display: block;
left: 0;
margin-left: -24px;
position: absolute;
top: 28px;
}
.comment .avatar {
border-radius: 3px;
width: 80px;
position: absolute;
left: -110px;
top: 0;
}
.comment.bypostauthor {
position: relative;
}
.comment.bypostauthor:after {
background-color: #13c4a5;
border-radius: 999px;
color: #fff;
content: "\f007";
display: block;
font-family: "FontAwesome";
height: 32px;
left: 0;
line-height: 32px;
margin-left: -8px;
margin-top: -8px;
position: absolute;
text-align: center;
top: 0;
width: 32px;
}
.comment-meta {
margin-bottom: 25px;
}
.comment-author .fn {
display: block;
font-family: "Roboto Slab", sans-serif;
font-size: 18px;
font-weight: 700;
margin-bottom: 8px;
}
.says {
display: none;
}
.comment-author .fn,
.comment-author .fn a {
color: #2b3542;
}
.comment-author .fn a:hover,
.comment-author .fn a:focus {
color: #13c4a5;
text-decoration: none;
}
.comment-metadata,
.comment-metadata a {
color: #999;
font-size: 16px;
}
.comment-metadata a:hover,
.comment-metadata a:focus {
color: #666;
}
.comment-content {
font-size: .9em;
}
.comment-content a:hover,
.comment-content a:focus {
text-decoration: underline;
}
.comment-content p,
.comment-content li,
.comment-content blockquote {
line-height: 150%;
margin-top: 1em;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.comment-content *:first-child {
margin-top: 0;
}
.comment-content *:last-child {
margin-bottom: 0;
}
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
font-family: "Roboto Slab", sans-serif;
font-size: 1.2em;
font-weight: 400;
margin: 50px 0 20px;
}
.comment-content blockquote {
background: #ddd;
padding: 20px;
}
.comment-content ul {
list-style: disc;
margin-left: 1.5em;
}
.comment-content ul ul {
list-style: circle;
}
.comment-content ul ul ul {
list-style: square;
}
.comment-content ol {
list-style: decimal;
margin-left: 1.5em;
}
.comment-content ol ol {
list-style: lower-alpha;
}
.comment-content ol ol ol {
list-style: lower-roman;
}
.comment-content ul ul,
.comment-content ul ol,
.comment-content ol ul,
.comment-content ol ol {
margin-bottom: 0;
}
.comment-content li {
line-height: 170%;
margin-top: .5em;
}
.comment-content ol > li:last-child,
.comment-content ul > li:last-child {
margin-bottom: 0;
}
.comment-content dl {
line-height: 160%;
}
.comment-content dl dt {
font-weight: bold;
}
.comment-content address {
background: #ddd;
line-height: 140%;
padding: 20px;
}
.comment-content pre {
background: #ddd;
line-height: 150%;
overflow-x: scroll;
padding: 20px;
}
.comment-content big {
font-size: 1.25em;
}
.comment-content table {
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
font-size: .9em;
width: 100%;
}
.comment-content th,
.comment-content td {
border-bottom: 1px solid #ddd;
line-height: 120%;
margin: 0;
overflow: visible;
padding: 2%;
}
.comment-content caption {
padding: 2%;
text-align: center;
}
.comment-content thead {
vertical-align: bottom;
white-space: nowrap;
}
.comment-content th {
font-weight: bold;
}
.comment-list .edit-link,
.reply {
position: absolute;
right: 20px;
top: 22px;
}
.comment .edit-link {
right: 44px;
}
.no-reply.comment .edit-link {
right: 20px;
}
.comment-edit-link,
.comment-reply-link {
background-color: #2b3542;
border-radius: 999px;
display: block;
float: left;
height: 32px;
position: relative;
text-indent: -9999px;
width: 32px;
}
.comment-edit-link:before,
.comment-reply-link:before {
color: #fff;
display: block;
font-family: "FontAwesome";
line-height: 32px;
position: absolute;
text-align: center;
text-indent: 0;
width: 32px;
}
.comment-reply-link:before {
content: "\f112";
}
.comment-edit-link:before {
content: "\f044";
}
.comment-edit-link:hover,
.comment-edit-link:focus,
.comment-reply-link:hover,
.comment-reply-link:focus {
background-color: #13c4a5;
color: #fff;
z-index: 10;
} .comment-nav-below {
border-top: 1px solid #eee;
font-size: .9em;
font-weight: 700;
margin-top: 40px;
padding-top: 20px;
}
.comment-nav-below a {
color: #666;
} .comments .pingbacks {
border-top: 1px solid #eee;
margin-top: 40px;
padding-top: 40px;
}
.pingbacks-title {
color: #2b3542;
font-family: "Roboto Slab", sans-serif;
font-size: 1.25em;
margin-bottom: 20px;
}
.pingbacklist .pingback {
line-height: 130%;
padding: 15px;
}
.pingbacklist .pingback a {
color: #666;
font-size: 15px;
}
.pingbacklist .pingback .edit-link a {
color: #999;
}
.pingbacklist .pingback a:hover,
.pingbacklist .pingback a:focus {
color: #13c4a5;
}
.pingbacklist .pingback:nth-of-type(2n) {
background-color: #eee;
} .comment-respond,
.content div#respond {
background: #fff;
border-top: 1px solid #eee;
padding: 10%;
}
div#respond {
margin-bottom: 0;
}
.comments .comment-respond {
border-top: none;
padding: 10% 0;
}
.comment-reply-title {
color: #2b3542;
font-family: "Roboto Slab", sans-serif;
font-size: 1.75em;
font-weight: 700;
}
.comment-reply-title #cancel-comment-reply-link {
font-size: .9rem;
font-weight: 700;
margin-left: 5px;
text-transform: uppercase;
}
.comment-reply-title #cancel-comment-reply-link:hover,
.comment-reply-title #cancel-comment-reply-link:focus {
text-decoration: underline;
}
.comment-notes,
.logged-in-as {
color: #666;
line-height: 130%;
margin-bottom: 40px;
margin-top: 25px;
}
.logged-in-as a:hover,
.logged-in-as a:focus {
text-decoration: underline;
}
.comment-form {
margin-top: 10px;
}
.comment-form p {
margin-top: 14px;
position: relative;
}
.comment-form p:first-child {
margin-top: 0;
}
.comment-form label,
.comment-form .required {
display: none;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
div#respond textarea {
background: #f1f1f1;
border: 1px solid #eee;
border-radius: 3px;
color: #333;
display: block;
font-family: "Roboto", sans-serif;
font-size: 1em;
margin: 0;
padding: 16px 18px;
width: 100%;
-webkit-font-smoothing: antialiased;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
position: relative;
width: 75%;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
background-repeat: no-repeat;
padding-right: 60px;
position: relative;
}
.comment-form-author:before,
.comment-form-email:before,
.comment-form-url:before {
color: #999;
font-family: "FontAwesome";
font-size: 28px;
height: 25px;
position: absolute;
right: 19px;
top: 16px;
width: 25px;
z-index: 3;
}
.comment-form-author:before {
content: "\f007";
}
.comment-form-email:before {
content: "\f0e0";
}
.comment-form-url:before {
content: "\f015";
}
.comment-form-author.focus:before,
.comment-form-email.focus:before,
.comment-form-url.focus:before {
color: #fff;
}
#comment-form-identity .comment-form-author:before,
#comment-form-identity .comment-form-email:before,
#comment-form-identity .comment-form-url:before {
display: none;
}
.comment-form textarea {
height: 250px;
}
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus,
div#respond textarea:focus {
background-color: #2b3542;
color: #fff;
outline: none;
}
.form-allowed-tags,
.form-allowed-tags code {
line-height: 160%;
}
.comment-notes,
.form-allowed-tags,
.logged-in-as {
color: #666;
font-size: .9em;
}
p.form-submit {
margin-top: 30px;
}
.form-submit #submit {
background: none;
background: #2b3542;
border: none;
border-radius: 3px;
color: #fff;
font-family: "Roboto Slab", sans-serif;
font-size: .9em;
font-weight: 400;
margin: 0;
padding: 16px 20px;
text-shadow: 1px 1px 1px rgba(0,0,0,.1);
-webkit-font-smoothing: antialiased;
}
.form-submit #submit:hover,
.form-submit #submit:focus {
background: #13c4a5;
cursor: pointer;
} .posts .page {
background: #fff;
border-radius: 3px;
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.1);
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.1);
box-shadow: 0 1px 4px rgba(0,0,0,.1);
overflow: hidden;
position: relative;
width: 100%;
}
body:not(.search-results) .page .post-edit-link {
clear: both;
display: block;
float: left;
font-size: .85em;
font-weight: 700;
line-height: 135%;
margin-top: 15px;
min-height: 20px;
padding: 1px 0 1px 28px;
position: relative;
}
.page .post-edit-link:hover {
color: inherit;
} .contributors-container {
clear: both;
}
.post-content + .contributors-container {
border-top: 1px solid #eee;
}
.authors-row {
border-top: 1px solid #eee;
padding: 10%;
position: relative;
}
.authors-row:first-child {
border-top: none;
}
.authors-row:before {
background: #eee;
bottom: 0;
content: "";
display: block;
left: 50%;
position: absolute;
top: 0;
width: 1px;
}
.authors-row .author-info {
margin-left: 10%;
text-align: center;
width: 45%;
}
.authors-row .author-info:first-child {
margin-left: 0;
}
.author-avatar {
border: 6px solid #eee;
border-radius: 9999px;
display: inline-block;
height: auto;
margin: 0 auto 25px auto;
width: 134px;
}
.author-avatar img {
border-radius: 9999px;
display: block;
margin: 0 auto;
}
.author-info h4 {
font-family: "Roboto Slab", sans-serif;
font-size: 1.5em;
font-weight: 700;
margin-bottom: 10px;
text-align: center;
}
.author-info h4 a {
color: #2b3542;
}
.author-info h4 a:hover,
.author-info h4 a:focus {
color: #13c4a5;
}
.author-info h5 {
font-family: "Roboto Slab", sans-serif;
margin-bottom: 25px;
text-align: center;
}
.author-info h5 a {
color: #999;
}
.author-info h5 a:hover,
.author-info h5 a:focus {
color: #444;
}
.author-description {
line-height: 140%;
text-align: center;
}
.author-info .author-links a {
background-color: #2b3542;
}
.author-info .author-links a:hover,
.author-info .author-links a:focus {
background-color: #13c4a5;
} .post.no-results {
background: transparent;
}
.post.no-results p {
} .page-header {
margin-bottom: 60px;
text-align: center;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.page-title {
border-bottom: 2px solid #ccc;
display: inline-block;
font-family: "Roboto Slab", sans-serif;
font-size: .9em;
font-weight: 700;
padding-bottom: 4px;
text-align: center;
text-transform: uppercase;
}
.taxonomy-description {
text-align: center;
}
.tag-archive-meta {
color: #767676;
font-style: italic;
margin-top: 15px;
text-align: center;
} .posts-navigation {
clear: both;
padding: 0 1.5%;
}
.posts-navigation:before,
.posts-navigation:after {
content: "";
display: table;
}
.posts-navigation:after {
clear: both;
}
.posts-navigation a {
background: #2b3542;
border-radius: 3px;
color: #fff;
font-size: .9em;
padding: 16px 20px;
}
.posts-navigation a:hover,
.posts-navigation a:focus {
background: #13c4a5;
color: #fff;
}
.posts-navigation .nav-previous a:before {
content: "\00AB"; margin-right: 3px;
}
.posts-navigation .nav-next a:after {
content: "\00BB"; margin-left: 3px;
}
.infinite-scroll .posts-navigation {
display: none;
} .search-no-results .post-content p {
text-align: center;
} .infinite-loader {
bottom: -70px;
left: 0;
position: absolute;
width: 100%;
z-index: 10;
}
.infinite-loader .spinner {
margin: auto;
}
#infinite-handle {
bottom: -70px;
left: 21px;
position: absolute;
text-align: center;
right: 21px;
z-index: 10;
}
#infinite-handle span {
background: #2b3542;
border-radius: 3px;
color: #fff;
font-size: .9em;
padding: 16px 20px;
}
#infinite-handle span:before {
content: "\00AB";
margin-right: 5px;
}
#infinite-handle span:hover,
#infinite-handle span:focus {
background: #13c4a5;
color: #fff;
} .sidebar {
background: #fff;
border-radius: 6px;
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.1);
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.1);
box-shadow: 0 1px 4px rgba(0,0,0,.1);
overflow: hidden;
width: 27.5%;
}
.sidebar .widget {
border-top: 1px solid #eee;
padding: 30px;
}
.sidebar .widget:first-child {
border-top: none;
}
.sidebar .widget-content {
color: #767676;
font-size: .85em;
}
.sidebar .widget-content p {
line-height: 150%;
} .widget-title {
font-family: "Roboto Slab", sans-serif;
font-size: .9em;
font-weight: 700;
margin-bottom: 20px;
text-transform: uppercase;
}
.widget-title label {
font-weight: 700;
}
.widget-content a:hover,
.widget-content a:focus {
text-decoration: underline;
}
.widget-content ul li,
.widget-content ol li {
line-height: 130%;
margin-top: 10px;
padding: 1px 0 1px 14px;
position: relative;
}
.widget-content ul li:before {
color: #13C4A5;
content: "\00BB";
font-size: 18px;
left: 0;
position: absolute;
top: 0;
}
.widget-content > ul > li:first-child,
.widget-content > ol > li:first-child {
margin: 0;
}
.widget-content li ul > li:first-child,
.widget-content li ol > li:first-child {
margin-top: 10px;
}
.widget-content .page_item_has_children {
padding-bottom: 0;
}
.widget-content li ul li,
.widget-content li ol li {
padding-left: 15px;
}
.widget-content ul li .post-date {
color: #999;
margin-left: 5px;
}
.widget-content > ul > li:first-child {
border-top: 0;
}
.jetpack_widget_social_icons .widget-content ul li:before,
.widget_wpcom_social_media_icons_widget .widget-content ul li:before {
content: none;
}
.widget_wpcom_social_media_icons_widget .widget-content ul li {
padding: 3px;
}
.widget_wpcom_social_media_icons_widget .widget-content ul li a,
.widget_wpcom_social_media_icons_widget .widget-content ul li a:hover {
text-decoration: none;
}
.widget_wpcom_social_media_icons_widget .widget-content ul li a:before {
font-size: 32px;
}
.widget_wpcom_social_media_icons_widget .widget-content > ul > li:first-child {
margin-right: 5px;
}
.jetpack_widget_social_icons a:focus,
.jetpack_widget_social_icons a:hover,
.widget_wpcom_social_media_icons_widget a:focus,
.widget_wpcom_social_media_icons_widget a:hover {
opacity: 0.7;
} .tagcloud a,
.widget_tag_cloud a,
.wp_widget_tag_cloud a {
background: #bbb;
border-radius: 3px;
color: #fff;
display: block;
float: left;
font-size: .8em !important; line-height: 1;
margin: 0 5px 5px 0 !important; padding: 8px 11px !important; }
.tagcloud a:hover,
.tagcloud a:focus,
.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
background: #13c4a5;
color: #fff;
text-decoration: none;
} .wrapper .search-form,
.footer .search-form {
position: relative;
}
.wrapper .search-form .screen-reader-text,
.footer .search-form .screen-reader-text {
left: -99999em;
position: absolute;
}
.wrapper .search-field,
.footer .search-field {
background: #ddd;
border: 1px solid transparent;
border-radius: 3px;
display: block;
font-family: "Roboto", sans-serif;
font-size: .9em;
margin: 0;
padding: 16px 55px 16px 20px;
width: 100%;
-webkit-font-smoothing: antialiased;
}
.wrapper .search-field:focus,
.footer .search-field:focus,
.wrapper .focus .search-field,
.footer .focus .search-field {
background-color: #2b3542;
border-color: rgba(255,255,255,.3);
color: #fff;
outline: none;
}
.wrapper .search-form .search-submit,
.footer .search-form .search-submit {
background: transparent;
border: none;
display: block;
height: 36px;
margin-top: -18px;
position: absolute;
right: 10px;
text-indent: -9999px;
top: 50%;
width: 36px;
}
.wrapper .search-form label:before,
.footer .search-form label:before {
content: "\f002";
font-family: "FontAwesome";
font-size: 27px;
line-height: 36px;
position: absolute;
text-align: center;
width: 36px;
right: 10px;
text-rendering: auto;
top: 8px;
transform: translate(0, 0);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.sidebar .search-form label:before {
font-size: 23px;
top: 7px;
}
.wrapper .search-form.focus label:before,
.footer .search-form.focus label:before {
color: #fff;
}
.wrapper .search-form .search-submit:hover,
.wrapper .search-form .search-submit:focus,
.footer .search-form .search-submit:hover,
.footer .search-form .search-submit:focus {
background: transparent;
cursor: pointer;
} #wp-calendar {
color: #888;
font-size: .9em;
max-width: 100%;
text-align: center;
width: 100%;
}
#wp-calendar a {
color: #1abc9c;
}
#wp-calendar,
#wp-calendar caption,
#wp-calendar tr,
#wp-calendar td,
#wp-calendar th {
text-align: center;
}
#wp-calendar th,
#wp-calendar td {
padding: 4% 2%;
}
#wp-calendar caption,
#wp-calendar thead {
color: #666;
}
#wp-calendar caption {
color: #666;
font-family: "Roboto Slab", sans-serif;
font-size: 1rem;
padding-bottom: 20px;
text-transform: capitalize;
}
#wp-calendar thead th {
border-bottom: 1px solid #eee;
border-top: 1px solid #eee;
font-size: .9em;
font-weight: 700;
text-transform: uppercase;
}
#wp-calendar tbody {
border-bottom: 1px solid #eee;
}
#wp-calendar tfoot td {
padding: 0;
}
#wp-calendar tfoot #prev {
text-align: left;
}
#wp-calendar tfoot #next {
text-align: right;
}
#wp-calendar tfoot a {
color: #999;
display: block;
font-size: .9em;
font-weight: 700;
padding: 12px 0;
text-transform: uppercase;
}
#wp-calendar tfoot a:hover,
#wp-calendar tfoot a:focus {
color: #1abc9c;
text-decoration: none;
} .dribbble-shot,
.dribbble-shot img {
display: block;
}
.dribbble-shot {
background: #f1f1f1;
float: left;
margin-bottom: 5%;
margin-right: 5%;
padding: 6px;
width: 47.5%;
}
.dribbble-shot:nth-of-type(2n) {
margin-right: 0;
}
.dribbble-shot:hover,
.dribbble-shot:focus {
background-color: #13c4a5;
}
.widgetmore {
clear: both;
display: block;
} .widget_flickr #flickr_badge_uber_wrapper,
.widget_flickr #flickr_badge_wrapper {
width: 100%;
}
.widget_flickr #flickr_badge_wrapper {
background-color: transparent;
border: 0;
}
.widget_flickr #flickr_badge_uber_wrapper a:hover,
.widget_flickr #flickr_badge_uber_wrapper a:link,
.widget_flickr #flickr_badge_uber_wrapper a:active,
.widget_flickr #flickr_badge_uber_wrapper a:visited {
color: #13c4a5;
}
.widget_flickr #flickr_badge_wrapper td {
text-align: center;
} .widget_authors ul li,
.widget_author_grid ul li {
padding-left: 0;
}
.widget_authors ul li:before,
.widget_author_grid ul li:before {
display: none;
padding-left: 0;
}
.widget_authors ul li img,
.widget_authors ul li strong {
display: inline-block;
vertical-align: middle;
}
.widget_authors ul li img {
width: 80px;
}
.widget_authors .widget-content li ul li {
padding-left: 0;
}
.widget_author_grid ul li,
.widget_author_grid ul li:first-child {
display: inline-block;
line-height: 0;
margin: 3% 3% 0 0;
width: 30%;
} .widget-content .widgets-multi-column-grid ul li:before {
display: none;
} .widget_follow_button_widget iframe {
margin-bottom: 0;
} .widget_contact_info .contact-map,
.widget_contact_info .confit-address,
.widget_contact_info .confit-phone {
margin-bottom: 1.0em;
} #content .contact-form > div,
#content .contact-form label {
margin-bottom: 0.5em;
} .widget_jp_blogs_i_follow ol li {
padding-left: 0;
} div.gr_custom_container {
border: 0;
}
.widget_goodreads h2 {
margin-bottom: 10px;
}
.widget_goodreads .gr_custom_widget > div > div {
margin-bottom: 10px;
} .tlkio-widget .widget-content {
background: #fff;
}  #content #menu_widget {
font-family: inherit;
font-size: inherit;
margin: 0;
padding: 0;
width: 100%;
}
#content #menu_widget p {
margin-bottom: 1.1em;
}
#content #menu_widget .updated-at {
color: #999;
font-family: "Roboto Slab", sans-serif;
font-size: 0.9em;
}
#content #menu_widget table {
margin-bottom: 1.5em;
width: 100%
}
#content #menu_widget caption {
font-family: "Roboto Slab", sans-serif;
font-size: inherit;
}
#content #menu_widget th,
#content #menu_widget td {
border-bottom-color: #ddd;
font-size: 0.9em;
padding: 2%;
}
#content #menu_widget th {
background: transparent;
}
#content #menu_widget a {
color: #13c4a5;
} .error404 .widget_recent_entries ul,
.error404 .widget_recent_entries li {
list-style: none;
}
.error404 .widget_recent_entries li {
line-height: 130%;
margin-top: 10px;
padding: 1px 0 1px 14px;
position: relative;
}
.error404 .widget_recent_entries li:before {
color: #13C4A5;
content: "\00BB";
font-size: 18px;
left: 0;
position: absolute;
top: 0;
} .footer a:focus {
outline: 1px dotted #fff;
}
.footer .widget {
border-top: 4px solid #333;
margin-top: 40px;
padding-top: 40px;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.footer .widget:first-child {
border: none;
margin: 0;
padding: 0;
}
.footer .widget-title {
color: #fff;
font-size: .79em;
letter-spacing: 1px;
}
.footer .widget-content {
color: #767676;
font-size: .95em;
}
.footer .widget-content p {
line-height: 160%;
}
.widget-content p + p {
margin-top: 1em;
}  .infinite-scroll.neverending .footer,
.infinite-scroll.neverending .posts-navigation,
.infinite-scroll.neverending .credits {
display: none;
} .infinity-end.neverending .footer,
.infinity-end.neverending .credits, .search-no-results.infinite-scroll.neverending .footer,
.search-no-results.infinite-scroll.neverending .credits {
display: block;
} #infinite-footer {
background: #262626;
color: #fff;
z-index: 30;
}
#infinite-footer .container {
background: transparent;
font-family: "Roboto Slab", sans-serif;
text-transform: uppercase;
}
#infinite-footer .blog-info a {
color: #fff;
font-size: 13px;
}
#infinite-footer .blog-info a:hover {
color: #13c4a5;
}
#infinite-footer .blog-credits {
color: #777;
}
#infinite-footer .blog-credits a {
color: #aaa;
}
#infinite-footer .blog-credits a:hover {
color: #fff;
}
.search-no-results #infinite-footer {
display: none;
}  .footer .widget_search .search-field {
background: #333;
color: #fff;
} .footer .tagcloud a,
.footer .widget_tag_cloud a,
.footer .wp_widget_tag_cloud a {
background: #333;
}
.footer .tagcloud a:hover,
.footer .tagcloud a:focus,
.footer .widget_tag_cloud a:hover,
.footer .widget_tag_cloud a:focus,
.footer .wp_widget_tag_cloud a:hover,
.footer .wp_widget_tag_cloud a:focus {
background: #13c4a5;
text-decoration: none;
} .footer #wp-calendar caption {
color: #fff;
}
.footer #wp-calendar thead th {
border: none;
border-bottom: 1px solid #3b3b3b;
border-top: 1px solid #3b3b3b;
}
.footer #wp-calendar tbody {
border-bottom: 1px solid #3b3b3b;
} .footer .dribbble-shot {
background: #333;
} .credits p {
color: #767676;
font-family: "Roboto Slab", sans-serif;
font-size: .8rem;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
}
.credits a {
color: #ccc;
}
.credits a:hover,
.credits a:focus {
color: #ccc;
text-decoration: underline;
}
img#wpstats {
display: none; } @media (max-width: 1440px) {
.wrapper.section {
padding: 5% 0;
} .page-title {
margin-bottom: 5%;
}
.posts-navigation {
margin-top: 1%;
}
}
@media (max-width: 1040px) { .section-inner.content {
max-width: 94%;
}
.post-container {
padding: 0 2% 5% 2%;
width: 49.9%; }
}
@media only screen and (min-width: 1001px) {
.main-navigation {
display: block !important; }
}
@media (max-width: 1000px) { body.single .content,
.sidebar {
float: none;
width: 100%;
}
.sidebar {
border-radius: 3px;
margin-top: 4%;
} .navigation-inner.section-inner {
max-width: 100%;
}
.main-navigation { clear: left;
display: none;
}
.main-navigation ul li {
border-top: 1px solid rgba(255,255,255, .1);
float: none;
}
.main-navigation ul li:before {
display: none;
}
.main-navigation ul li:first-child {
border-top: none;
}
.main-navigation a {
color: #999;
display: block;
letter-spacing: 1px;
text-transform: uppercase;
}
.main-navigation a:hover,
.main-navigation a:focus {
color: #fff;
}
.main-navigation li > a,
.main-navigation li > a {
font-family: "Roboto", sans-serif;
font-size: 1.0em;
font-weight: normal;
padding: 25px 5%;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
margin-left: 0;
}
.main-navigation li > ul {
padding-top: 0;
}
.main-navigation li ul {
border-top: 1px solid rgba(255,255,255, .1);
margin: 0;
opacity: 1.0;
position: static;
}
.main-navigation ul li > ul:before {
display: none;
}
.main-navigation li ul li {
border-top: 1px solid rgba(255,255,255, .1);
width: auto;
}
.main-navigation ul li > ul {
padding-top: 0;
}
.main-navigation ul .has-children > a::after,
.main-navigation ul .menu-item-has-children > a::after,
.main-navigation ul .page_item_has_children > a::after,
.main-navigation ul ul > .has-children::after,
.main-navigation ul ul > .menu-item-has-children::after,
.main-navigation ul ul > .page_item_has_children::after {
display: none;
}
.main-navigation ul ul a {
padding-left: 10%;
text-align: left;
}
.main-navigation ul ul ul a {
padding-left: 15%;
}
.main-navigation ul ul ul ul a {
padding-left: 20%;
}
.main-navigation ul ul ul ul ul a {
padding-left: 25%;
}
.main-navigation ul ul ul ul ul ul a {
padding-left: 30%;
}
.main-navigation ul li,
.main-navigation ul ul li,
.main-navigation ul ul ul li,
.main-navigation ul ul ul ul li,
.main-navigation ul ul ul ul ul li {
background-color: transparent;
}
.search-icon {
position: absolute;
right: 5%;
top: 0;
width: 32px;
}
.search-icon:before {
line-height: 65px;
}
.nav-toggle {
background: transparent;
border: 0;
color: #fff;
display: inline-block;
font-size: 1em;
font-weight: bold;
margin-left: 5%;
opacity: .5;
padding: 23px 0 27px;
text-transform: uppercase;
}
.nav-toggle:before {
color: #fff;
content: "\f0c9";
display: inline-block;
font-family: "FontAwesome";
font-size: 25px;
font-weight: normal;
margin-right: 6px;
text-align: center;
text-rendering: auto;
transform: translate(0, 0);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
vertical-align: middle;
margin-top: -2px;
}
.nav-toggle:hover,
.nav-toggle:focus {
cursor: pointer;
outline: 1px dotted #fff;
}
.nav-toggle.active {
-webkit-opacity: 1.0;
-moz-opacity: 1.0;
opacity: 1.0;
}
}
@media (max-width: 800px) { .wrapper.section {
padding: 4% 0;
}
.section-inner {
max-width: 92%;
}
.section-inner.content {
max-width: 97%;
} .section.header {
padding: 50px 0;
}
.header .logo img {
max-height: 60px;
} #infinite-handle {
left: 15px;
right: 15px;
} .footer {
padding: 30px 0;
}
.footer .one-third {
border-top: 4px solid #333;
float: none;
margin: 40px 0 0 0;
padding: 40px 0 0 0;
width: 100%;
}
.footer .one-third:first-child {
border-top: none;
margin-top: 0;
padding-top: 0;
} .credits-left,
.credits-right {
float: none;
padding: 5px 0;
text-align: center;
}
}
@media (max-width: 700px) { .header .site-logo img,
.header .site-logo-link img {
max-width: 250px;
} .post-content .alignleft,
.post-content .alignright {
display: block;
float: none;
margin: 1.25em 0;
max-width: 100%;
}
.post-content .alignleft a,
.post-content .alignleft img,
.post-content .alignright a,
.post-content .alignright img {
margin-left: auto;
margin-right: auto;
} .entry-author,
.single .post-meta {
border-radius: 0;
float: none;
width: 100%;
clear: none;
}
.single .post-meta-container:after {
content: none;
}
.single .post-meta-container {
display: block;
}
.entry-author + .post-meta {
width: 100%;
float: none;
}
.single .post-meta {
background-color: #3f4854;
}
.comment-respond {
clear: both;
} .comment-form-author,
.comment-form-email,
.comment-form-url {
width: 100%;
}
}
@media (max-width: 600px) {
body {
font-size: 16px;
} .wrapper.section {
padding: 25px 0;
}
.post-header,
.single .post-content,
.posts .post-content,
.content .comments,
div#disqus_thread,
.comment-respond,
.post-quote,
.post-link {
padding: 7.5% 6%;
} .section.header {
padding: 35px 0;
}
.header .site-logo img,
.header .custom-logo-link img {
max-width: 100%;
}
.header-search-block .search-field {
font-size: 1.5em;
margin-top: -17px;
}
.search-icon {
height: 55px;
}
.search-icon:before {
line-height: 54px;
}
.nav-toggle {
background-position: -120px -162px;
padding: 20px 0;
}
.nav-toggle:before {
top: 15px;
}
.search-icon {
background-position: -174px 16px;
height: 59px;
} .navigation-inner {
max-width: 90%;
}
.main-navigation li > a {
padding-bottom: 20px;
padding-top: 20px;
} .spinner-container {
display: none;
}
.infinite-scroll .posts {
margin-bottom: 30px;
}
.post .sticky-post {
right: 4%;
}
.section-inner.content {
max-width: 92%;
}
.post-container {
margin-top: 25px;
padding: 0;
width: 100%;
}
.post-container:first-child {
margin-top: 0;
}
.post-header .post-title {
font-size: 1.5em;
}
.media-caption {
margin: 0 6%;
padding-bottom: 10px;
} .post-content p,
.post-content blockquote,
.post-content ul,
.post-content ol,
.post-content address,
.post-content dl,
.post-content .wp-caption,
.post-content pre {
line-height: 160%;
margin-bottom: 1em;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
margin: 40px 0 20px;
}
.post-content h1 {
font-size: 1.4em;
}
.post-content h2 {
font-size: 1.3em;
}
.post-content h3 {
font-size: 1.25em;
}
.post-content h4 {
font-size: 1.1em;
}
.post-content h5 {
font-size: 1em;
}
.post-content h6 {
font-size: .9em;
font-weight: 700;
text-transform: uppercase;
}
.post-content h1 + h1,
.post-content h1 + h2,
.post-content h1 + h3,
.post-content h1 + h4,
.post-content h1 + h5,
.post-content h1 + h6,
.post-content h2 + h1,
.post-content h2 + h2,
.post-content h2 + h3,
.post-content h2 + h4,
.post-content h2 + h5,
.post-content h2 + h6,
.post-content h3 + h1,
.post-content h3 + h2,
.post-content h3 + h3,
.post-content h3 + h4,
.post-content h3 + h5,
.post-content h3 + h6,
.post-content h4 + h1,
.post-content h4 + h2,
.post-content h4 + h3,
.post-content h4 + h4,
.post-content h4 + h5,
.post-content h4 + h6,
.post-content h5 + h1,
.post-content h5 + h2,
.post-content h5 + h3,
.post-content h5 + h4,
.post-content h5 + h5,
.post-content h5 + h6,
.post-content h6 + h1,
.post-content h6 + h2,
.post-content h6 + h3,
.post-content h6 + h4,
.post-content h6 + h5,
.post-content h6 + h6 {
margin-top: 20px;
}
.post-content blockquote {
margin-top: 25px;
}
.post-content blockquote:before,
.post-content blockquote:after {
margin: 25px auto;
width: 96px;
}
.post-content blockquote p {
font-size: 1.1em;
line-height: 150%;
}
.post-content blockquote cite {
font-size: .8em;
}
#infinite-handle {
left: 0;
right: 0;
} .posts .post-container {
opacity: 1.0;
}
.posts .post-content {
font-size: 1em;
}
.posts .post-meta {
padding: 0 6%;
} .posts .format-audio .post-content .mejs-offscreen:first-child + .mejs-container.mejs-audio  {
left: -7%;
margin-top: -8.5%;
right: -7%;
width: 114% !important;
}
.posts .format-audio .post-content .mejs-offscreen:first-child + .mejs-container.mejs-audio:last-child {
margin-bottom: -8.5%;
} .single .audioplayer {
height: 83px;
}
.single .post-quote blockquote,
.single .post-link p {
font-size: 1.2em;
}
.single .post-quote cite {
font-size: .8em;
} .single .format-audio .mejs-offscreen:first-child + .mejs-container.mejs-audio {
height: 83px !important;
left: -8.5%;
margin-top: -8.5%;
right: -8.5%;
width: 116% !important;
} .comments-title,
.add-comment-title {
float: none;
width: 100%;
}
.add-comment-title {
display: none;
}
.comments-title,
.comment-reply-title {
font-size: 1.5em;
}
.comment .avatar {
width: 50px;
}
.comment-content {
margin-left: 70px;
}
.comment-content:after {
top: 13px;
}
.comment-content {
font-size: .9em;
}
.reply-title {
margin-bottom: 15px;
}
.comment-form {
margin-top: 15px;
} .comment-form {
margin-top: 10px;
}
.comment-notes,
.logged-in-as {
margin-bottom: 25px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
background-position: 96% center;
} .authors-row {
border: none;
padding: 0;
}
.authors-row:before {
content: none;
}
.authors-row .author-info {
border-top: 1px solid #eee;
float: none;
margin: 0;
padding: 7.5% 6%;
width: 100%;
}
.authors-row:first-child .author-info:first-child {
border-top: none;
}
.author-avatar,
.author-info h5 {
margin-bottom: 20px;
} .page-title {
margin-bottom: 25px;
}
.page-title h3 {
font-size: 1.4em;
}
.posts-navigation {
margin-top: 25px;
} .infinite-loader {
bottom: -40px;
} .credits {
padding: 30px 0;
}
}
@media (max-width: 500px) { .header .site-title {
font-size: 1.75em;
}
.header .site-description {
font-size: 1em;
margin-top: 15px;
}
.header .site-logo img,
.header .site-logo-link img {
max-width: 70%;
} .entry-author:before,
.entry-author:after {
right: auto;
}
.entry-author .fa-user {
left: 15px;
}
.entry-author-content {
margin-left: 40px;
} .comments li.comment {
margin-top: 20px;
}
.comment .avatar {
display: none;
}
.comment-body {
margin-left: 0;
}
.comment-content {
margin-left: 0;
}
.comment-content:after {
content: none;
}
.comment-actions {
display: none;
}
.comment-actions-below {
display: block;
margin-top: 20px;
}
.comment-actions-below a {
display: inline-block;
font-size: .85em;
font-weight: 700;
margin-left: 8px;
text-transform: uppercase;
}
.comment-actions-below a:first-child {
margin-left: 0;
}
.comment-actions-below a:hover,
.comment-actions-below a:focus {
text-decoration: underline;
}
.comment-nav-below span {
display: none;
}
}
@media (max-width: 400px) { .comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
background-size: 20px auto;
}
input#author {
background-position: 94% 10px;
}
input#author:focus {
background-position: 94% -127px;
}
input#email {
background-position: 94% 10px;
}
input#email:focus {
background-position: 94% -40px;
}
input#url {
background-position: 94% 12px;
}
input#url:focus {
background-position: 94% -30px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
font-size: .9em;
padding: 12px;
}
.comment-form textarea {
height: 150px;
}
.comment-form-author:before,
.comment-form-email:before,
.comment-form-url:before {
right: 14px;
top: 10px;
}
}
@media print {
form,
button,
input,
select,
textarea,
.cover,
.header-search-block,
.navigation,
.main-navigation,
.social-navigation,
.sidebar,
.content-bottom-widgets,
.header-image,
.page-links,
.edit-link,
.fa,
.entry-author .fa-user,
.comment.bypostauthor:after,
.author-links,
.add-comment-title,
.comment-actions,
.comment .avatar,
.pd-rating,
.comment-respond,
.comment-edit-link,
.comment-reply-link,
.comment-metadata .edit-link,
.pingback .edit-link {
display: none !important;
}
.site-title {
font-size: 28px !important;
padding: 12px 0 !important;
}
h3.site-description {
font-size: 18px !important;
padding: 0 !important;
}
.header .site-logo,
.header .site-logo-link {
display: block !important;
margin-bottom: 0 !important;
}
.header .site-logo img,
.header .site-logo-link img {
margin: 0 !important;
}
.post-header .post-title {
padding: 1em 0 !important;
}
}