@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}
:root{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33,69,230;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:24,58,214;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}@media not (prefers-reduced-motion){.components-animate__appear{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards}}.components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{transform-origin:top left}.components-animate__appear.is-from-top.is-from-right{transform-origin:top right}.components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{transform-origin:bottom left}.components-animate__appear.is-from-bottom.is-from-right{transform-origin:bottom right}@keyframes components-animate__appear-animation{0%{transform:translateY(-2em) scaleY(0) scaleX(0)}to{transform:translateY(0) scaleY(1) scaleX(1)}}@media not (prefers-reduced-motion){.components-animate__slide-in{animation:components-animate__slide-in-animation .1s cubic-bezier(0,0,.2,1);animation-fill-mode:forwards}.components-animate__slide-in.is-from-left{transform:translateX(100%)}.components-animate__slide-in.is-from-right{transform:translateX(-100%)}}@keyframes components-animate__slide-in-animation{to{transform:translateX(0)}}@media not (prefers-reduced-motion){.components-animate__loading{animation:components-animate__loading 1.6s ease-in-out infinite}}@keyframes components-animate__loading{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.components-autocomplete__popover .components-popover__content{min-width:200px;padding:8px}.components-autocomplete__result.components-button{display:flex;height:auto;min-height:36px;text-align:left;width:100%}.components-autocomplete__result.components-button:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-badge{align-items:center;background-color:color-mix(in srgb,#fff 90%,var(--base-color));border-radius:2px;box-sizing:border-box;color:color-mix(in srgb,#000 50%,var(--base-color));display:inline-flex;font-size:12px;font-weight:400;gap:2px;line-height:20px;max-width:100%;min-height:24px;padding:0 8px}.components-badge *,.components-badge :after,.components-badge :before{box-sizing:inherit}.components-badge:where(.is-default){background-color:#f0f0f0;color:#2f2f2f}.components-badge.has-icon{padding-inline-start:4px}.components-badge.is-info{--base-color:#3858e9}.components-badge.is-warning{--base-color:#f0b849}.components-badge.is-error{--base-color:#cc1818}.components-badge.is-success{--base-color:#4ab866}.components-badge__icon{flex-shrink:0}.components-badge__content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-button-group{display:inline-block}.components-button-group .components-button{border-radius:0;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e;display:inline-flex}.components-button-group .components-button+.components-button{margin-left:-1px}.components-button-group .components-button:first-child{border-radius:2px 0 0 2px}.components-button-group .components-button:last-child{border-radius:0 2px 2px 0}.components-button-group .components-button.is-primary,.components-button-group .components-button:focus{position:relative;z-index:1}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px #1e1e1e}.components-button{align-items:center;-webkit-appearance:none;background:none;border:0;border-radius:2px;box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;height:36px;margin:0;padding:6px 12px;text-decoration:none}@media not (prefers-reduced-motion){.components-button{transition:box-shadow .1s linear}}.components-button.is-next-40px-default-size{height:40px}.components-button:hover:not(:disabled,[aria-disabled=true]),.components-button[aria-expanded=true]{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:3px solid #0000}.components-button.is-primary{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff);outline:1px solid #0000;text-decoration:none;text-shadow:none;white-space:nowrap}.components-button.is-primary:hover:not(:disabled){background:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:active:not(:disabled){background:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));border-color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:active:enabled,.components-button.is-primary[aria-disabled=true]:enabled{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff6;outline:none}.components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled{box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 70%,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 70%);background-size:100px 100%;border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-secondary,.components-button.is-tertiary{outline:1px solid #0000}.components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){box-shadow:none}.components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.components-button.is-tertiary[aria-disabled=true],.components-button.is-tertiary[aria-disabled=true]:hover{background:#0000;color:#949494;transform:none}.components-button.is-secondary{background:#0000;box-shadow:inset 0 0 0 1px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 0 0 currentColor;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:1px solid #0000;white-space:nowrap}.components-button.is-secondary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);box-shadow:inset 0 0 0 1px var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-secondary:disabled:not(:focus),.components-button.is-secondary[aria-disabled=true]:hover:not(:focus),.components-button.is-secondary[aria-disabled=true]:not(:focus){box-shadow:inset 0 0 0 1px #ddd}.components-button.is-secondary:focus:not(:disabled){box-shadow:0 0 0 currentColor inset,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-tertiary{background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));white-space:nowrap}.components-button.is-tertiary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 8%,#0000)}p+.components-button.is-tertiary{margin-left:-6px}.components-button.is-tertiary:disabled:not(:focus),.components-button.is-tertiary[aria-disabled=true]:hover:not(:focus),.components-button.is-tertiary[aria-disabled=true]:not(:focus){box-shadow:none;outline:none}.components-button.is-destructive{--wp-components-color-accent:#cc1818;--wp-components-color-accent-darker-10:#9e1313;--wp-components-color-accent-darker-20:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link){color:#cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled,[aria-disabled=true]){color:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled,[aria-disabled=true]){background:#ccc}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):disabled,.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link)[aria-disabled=true]{color:#949494}.components-button.is-destructive.is-secondary:hover:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:hover:not(:disabled,[aria-disabled=true]){background:#cc18180a}.components-button.is-destructive.is-secondary:active:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:#cc181814}.components-button.is-link{background:none;border:0;border-radius:0;box-shadow:none;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));height:auto;margin:0;outline:none;padding:0;text-align:left;text-decoration:underline}@media not (prefers-reduced-motion){.components-button.is-link{transition-duration:.05s;transition-property:border,background,color;transition-timing-function:ease-in-out}}.components-button.is-link:focus{border-radius:2px}.components-button.is-link:disabled,.components-button.is-link[aria-disabled=true]{color:#949494}.components-button:not(:disabled,[aria-disabled=true]):active{color:var(--wp-components-color-foreground,#1e1e1e)}.components-button:disabled,.components-button[aria-disabled=true]{color:#949494;cursor:default}.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,#fafafa 33%,#e0e0e0 0,#e0e0e0 70%,#fafafa 0);background-size:100px 100%}@media not (prefers-reduced-motion){.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation:components-button__busy-animation 2.5s linear infinite}}.components-button.is-compact{height:32px}.components-button.is-compact.has-icon:not(.has-text){min-width:32px;padding:0;width:32px}.components-button.is-small{font-size:11px;height:24px;line-height:22px;padding:0 8px}.components-button.is-small.has-icon:not(.has-text){min-width:24px;padding:0;width:24px}.components-button.has-icon{justify-content:center;min-width:36px;padding:6px}.components-button.has-icon.is-next-40px-default-size{min-width:40px}.components-button.has-icon .dashicon{align-items:center;box-sizing:initial;display:inline-flex;justify-content:center;padding:2px}.components-button.has-icon.has-text{gap:4px;justify-content:start;padding-left:8px;padding-right:12px}.components-button.is-pressed,.components-button.is-pressed:hover{color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:hover:not(:disabled,[aria-disabled=true]),.components-button.is-pressed:not(:disabled,[aria-disabled=true]){background:var(--wp-components-color-foreground,#1e1e1e)}.components-button.is-pressed:disabled,.components-button.is-pressed[aria-disabled=true]{color:#949494}.components-button.is-pressed:disabled:not(.is-primary):not(.is-secondary):not(.is-tertiary),.components-button.is-pressed[aria-disabled=true]:not(.is-primary):not(.is-secondary):not(.is-tertiary){background:#949494;color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-button svg{fill:currentColor;outline:none}@media (forced-colors:active){.components-button svg{fill:CanvasText}}.components-button .components-visually-hidden{height:auto}@keyframes components-button__busy-animation{0%{background-position:200px 0}}.components-checkbox-control{--checkbox-input-size:24px;--checkbox-input-margin:8px}@media (min-width:600px){.components-checkbox-control{--checkbox-input-size:16px}}.components-checkbox-control__label{cursor:pointer;line-height:var(--checkbox-input-size)}.components-checkbox-control__input[type=checkbox]{appearance:none;background:#fff;border:1px solid #1e1e1e;border-radius:2px;box-shadow:0 0 0 #0000;clear:none;color:#1e1e1e;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:var(--checkbox-input-size);line-height:normal;line-height:0;margin:0 4px 0 0;outline:0;padding:6px 8px;padding:0!important;text-align:center;transition:none;vertical-align:top;width:var(--checkbox-input-size)}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{font-size:13px;line-height:normal}}.components-checkbox-control__input[type=checkbox]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]::-moz-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{margin:-4px 0 0 -5px}}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{content:"\f460";display:inline-block;float:left;font:normal 30px/1 dashicons;vertical-align:middle;width:16px;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:782px){.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{float:none;font-size:21px}}.components-checkbox-control__input[type=checkbox]:disabled,.components-checkbox-control__input[type=checkbox][aria-disabled=true]{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:border-color .1s ease-in-out}}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-checkbox-control__input[type=checkbox]:checked,.components-checkbox-control__input[type=checkbox]:indeterminate{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-checkbox-control__input[type=checkbox]:checked::-ms-check,.components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before{content:none}.components-checkbox-control__input-container{aspect-ratio:1;display:inline-block;flex-shrink:0;line-height:1;margin-right:var(--checkbox-input-margin);position:relative;vertical-align:middle;width:var(--checkbox-input-size)}svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:var(--checkbox-input-size);fill:#fff;cursor:pointer;height:var(--checkmark-size);left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;width:var(--checkmark-size)}@media (min-width:600px){svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:calc(var(--checkbox-input-size) + 4px)}}.components-checkbox-control__help{display:inline-block;margin-inline-start:calc(var(--checkbox-input-size) + var(--checkbox-input-margin))}.components-circular-option-picker{display:inline-block;min-width:188px;width:100%}.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper{display:flex;justify-content:flex-end;margin-top:12px}.components-circular-option-picker .components-circular-option-picker__swatches{display:flex;flex-wrap:wrap;gap:12px;position:relative;z-index:1}.components-circular-option-picker>:not(.components-circular-option-picker__swatches){position:relative;z-index:0}.components-circular-option-picker__option-wrapper{display:inline-block;height:28px;transform:scale(1);vertical-align:top;width:28px}@media not (prefers-reduced-motion){.components-circular-option-picker__option-wrapper{transition:transform .1s ease;will-change:transform}}.components-circular-option-picker__option-wrapper:hover{transform:scale(1.2)}.components-circular-option-picker__option-wrapper>div{height:100%;width:100%}.components-circular-option-picker__option-wrapper:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555D65' d='M6 8V6H4v2zm2 0V6h2v2zm2 8H8v-2h2zm2 0v-2h2v2zm0 2v-2h-2v2H8v2h2v-2zm2 0v2h-2v-2zm2 0h-2v-2h2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2zm-2-4v-2h2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' d='M18 18v2h-2v-2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2zm0 2v-2H6v2zm2 0v-2h2v2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4zm0 4V2H2v2zm2 0V2h2v2zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2z' clip-rule='evenodd'/%3E%3C/svg%3E");border-radius:50%;bottom:1px;content:"";left:1px;position:absolute;right:1px;top:1px;z-index:-1}.components-circular-option-picker__option{aspect-ratio:1;background:#0000;border:none;border-radius:50%;box-shadow:inset 0 0 0 14px;cursor:pointer;display:inline-block;height:100%!important;vertical-align:top}@media not (prefers-reduced-motion){.components-circular-option-picker__option{transition:box-shadow .1s ease}}.components-circular-option-picker__option:hover{box-shadow:inset 0 0 0 14px!important}.components-circular-option-picker__option[aria-pressed=true],.components-circular-option-picker__option[aria-selected=true]{box-shadow:inset 0 0 0 4px;overflow:visible;position:relative;z-index:1}.components-circular-option-picker__option[aria-pressed=true]+svg,.components-circular-option-picker__option[aria-selected=true]+svg{border-radius:50%;left:2px;pointer-events:none;position:absolute;top:2px;z-index:2}.components-circular-option-picker__option:after{border:1px solid #0000;border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px #0003;box-sizing:inherit;content:"";left:-1px;position:absolute;right:-1px;top:-1px}.components-circular-option-picker__option:focus:after{border:2px solid #757575;border-radius:50%;box-shadow:inset 0 0 0 2px #fff;content:"";height:calc(100% + 4px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% + 4px)}.components-circular-option-picker__option.components-button:focus{background-color:initial;box-shadow:inset 0 0 0 14px;outline:none}.components-circular-option-picker__button-action .components-circular-option-picker__option{background:#fff;color:#fff}.components-circular-option-picker__dropdown-link-action{margin-right:16px}.components-circular-option-picker__dropdown-link-action .components-button{line-height:22px}.components-palette-edit__popover-gradient-picker{padding:8px;width:260px}.components-dropdown-menu__menu .components-palette-edit__menu-button{width:100%}.component-color-indicator{background:#fff linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);border-radius:50%;box-shadow:inset 0 0 0 1px #0003;display:inline-block;height:20px;padding:0;width:20px}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{border:none;box-shadow:none;font-family:inherit;font-size:16px;line-height:inherit;margin:0;min-height:auto;padding:2px;width:100%}@media (min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none}.components-combobox-control__suggestions-container{align-items:flex-start;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:0;width:100%}@media not (prefers-reduced-motion){.components-combobox-control__suggestions-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-combobox-control__suggestions-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container::-moz-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container:-ms-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-combobox-control__suggestions-container .components-spinner{margin:0}.components-color-palette__custom-color-wrapper{position:relative;z-index:0}.components-color-palette__custom-color-button{background:none;border:none;border-radius:4px 4px 0 0;box-shadow:inset 0 0 0 1px #0003;box-sizing:border-box;cursor:pointer;height:64px;outline:1px solid #0000;position:relative;width:100%}.components-color-palette__custom-color-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-width:2px}.components-color-palette__custom-color-button:after{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,24px 24px;background-size:48px 48px;border-radius:3px 3px 0 0;content:"";inset:1px;position:absolute;z-index:-1}.components-color-palette__custom-color-text-wrapper{border-radius:0 0 4px 4px;box-shadow:inset 0 -1px 0 0 #0003,inset 1px 0 0 0 #0003,inset -1px 0 0 0 #0003;font-size:13px;padding:12px 16px;position:relative}.components-color-palette__custom-color-name{color:var(--wp-components-color-foreground,#1e1e1e);margin:0 1px}.components-color-palette__custom-color-value{color:#757575}.components-color-palette__custom-color-value--is-hex{text-transform:uppercase}.components-color-palette__custom-color-value:empty:after{content:"​";visibility:hidden}.components-custom-gradient-picker__gradient-bar{border-radius:2px;height:48px;position:relative;width:100%;z-index:1}.components-custom-gradient-picker__gradient-bar.has-gradient{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background{inset:0;position:absolute}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{margin-left:auto;margin-right:auto;position:relative;width:calc(100% - 48px)}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown{display:flex;height:16px;position:absolute;top:16px;width:16px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown{background:#fff;border-radius:50%;color:#1e1e1e;height:inherit;min-width:16px!important;padding:2px;position:relative;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg{height:100%;width:100%}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button{border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 2px 0 #00000040;height:inherit;outline:2px solid #0000;padding:0;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff,0 0 2px 0 #00000040;outline:1.5px solid #0000}.components-custom-gradient-picker__remove-control-point-wrapper{padding-bottom:8px}.components-custom-gradient-picker__inserter{direction:ltr}.components-custom-gradient-picker__liner-gradient-indicator{display:inline-block;flex:0 auto;height:20px;width:20px}.components-custom-gradient-picker__ui-line{position:relative;z-index:0}.block-editor-dimension-control .components-base-control__field{align-items:center;display:flex}.block-editor-dimension-control .components-base-control__label{align-items:center;display:flex;margin-bottom:0;margin-right:1em}.block-editor-dimension-control .components-base-control__label .dashicon{margin-right:.5em}.block-editor-dimension-control.is-manual .components-base-control__label{width:10em}body.is-dragging-components-draggable{cursor:move;cursor:grabbing!important}.components-draggable__invisible-drag-image{height:50px;left:-1000px;position:fixed;width:50px}.components-draggable__clone{background:#0000;padding:0;pointer-events:none;position:fixed;z-index:1000000000}.components-drop-zone{border-radius:2px;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;visibility:hidden;z-index:40}.components-drop-zone.is-active{opacity:1;visibility:visible}.components-drop-zone .components-drop-zone__content{align-items:center;background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));bottom:0;color:#fff;display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:50}.components-drop-zone .components-drop-zone__content-inner{opacity:0;transform:scale(.9)}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{opacity:1}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{transition:opacity .2s ease-in-out}}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{opacity:1;transform:scale(1)}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{transition:opacity .1s ease-in-out .1s,transform .1s ease-in-out .1s}}.components-drop-zone__content-icon,.components-drop-zone__content-text{display:block}.components-drop-zone__content-icon{line-height:0;margin:0 auto 8px;fill:currentColor;pointer-events:none}.components-drop-zone__content-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-dropdown{display:inline-block}.components-dropdown__content .components-popover__content{padding:8px}.components-dropdown__content .components-popover__content:has(.components-menu-group){padding:0}.components-dropdown__content .components-popover__content:has(.components-menu-group) .components-dropdown-menu__menu>.components-menu-item__button,.components-dropdown__content .components-popover__content:has(.components-menu-group)>.components-menu-item__button{margin:8px;width:auto}.components-dropdown__content [role=menuitem]{white-space:nowrap}.components-dropdown__content .components-menu-group{padding:8px}.components-dropdown__content .components-menu-group+.components-menu-group{border-top:1px solid #ccc;padding:8px}.components-dropdown__content.is-alternate .components-menu-group+.components-menu-group{border-color:#1e1e1e}.components-dropdown-menu__toggle{vertical-align:top}.components-dropdown-menu__menu{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.4;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{cursor:pointer;outline:none;padding:6px;white-space:nowrap;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{margin-top:6px;overflow:visible;position:relative}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{background-color:#ddd;box-sizing:initial;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:-3px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-menu-item.is-active svg{background:#1e1e1e;border-radius:1px;box-shadow:0 0 0 1px #1e1e1e;color:#fff}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,.components-dropdown-menu__menu .components-menu-item.is-icon-only{width:auto}.components-dropdown-menu__menu .components-menu-item__button,.components-dropdown-menu__menu .components-menu-item__button.components-button{height:auto;min-height:40px;padding-left:8px;padding-right:8px;text-align:left}.components-duotone-picker__color-indicator:before{background:#0000}.components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);color:#0000}.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{color:#0000}.components-color-list-picker,.components-color-list-picker__swatch-button{width:100%}.components-color-list-picker__color-picker{margin:8px 0}.components-color-list-picker__swatch-color{margin:2px}.components-external-link{text-decoration:none}.components-external-link__contents{text-decoration:underline}.components-external-link__icon{font-weight:400;margin-left:.5ch}.components-form-toggle{display:inline-block;height:16px;position:relative}.components-form-toggle .components-form-toggle__track{background-color:#fff;border:1px solid #949494;border-radius:8px;box-sizing:border-box;content:"";display:inline-block;height:16px;overflow:hidden;position:relative;vertical-align:top;width:32px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track{transition:background-color .2s ease,border-color .2s ease}}.components-form-toggle .components-form-toggle__track:after{border-top:16px solid #0000;box-sizing:border-box;content:"";inset:0;opacity:0;position:absolute}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track:after{transition:opacity .2s ease}}.components-form-toggle .components-form-toggle__thumb{background-color:#1e1e1e;border:6px solid #0000;border-radius:50%;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;box-sizing:border-box;display:block;height:12px;left:2px;position:absolute;top:2px;width:12px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__thumb{transition:transform .2s ease,background-color .2s ease-out}}.components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-toggle.is-checked .components-form-toggle__track:after{opacity:1}.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:2px}.components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff;border-width:0;transform:translateX(16px)}.components-disabled .components-form-toggle,.components-form-toggle.is-disabled{opacity:.3}.components-form-toggle input.components-form-toggle__input[type=checkbox]{border:none;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked{background:none}.components-form-toggle input.components-form-toggle__input[type=checkbox]:before{content:""}.components-form-toggle input.components-form-toggle__input[type=checkbox]:not(:disabled,[aria-disabled=true]){cursor:pointer}.components-form-token-field__input-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;cursor:text;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:0;width:100%}@media not (prefers-reduced-motion){.components-form-token-field__input-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-form-token-field__input-container{font-size:13px;line-height:normal}}.components-form-token-field__input-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-form-token-field__input-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container::-moz-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container:-ms-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.components-form-token-field__input-container.is-active{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:#1e1e1e;display:inline-block;flex:1;font-family:inherit;font-size:16px;margin-left:4px;max-width:100%;min-height:24px;min-width:50px;padding:0;width:100%}@media (min-width:600px){.components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{box-shadow:none;outline:none}.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;max-width:100%}.components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.components-form-token-field__token.is-borderless{padding:0 24px 0 0;position:relative}.components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:#0000}.components-form-token-field__token.is-borderless:not(.is-disabled) .components-form-token-field__token-text{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:#0000;color:#757575;position:absolute;right:0;top:1px}.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{color:#cc1818;padding:0 4px 0 6px}.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;min-width:unset}@media not (prefers-reduced-motion){.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{transition:all .2s cubic-bezier(.4,1,.4,1)}}.components-form-token-field__token-text{border-radius:1px 0 0 1px;line-height:24px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.components-form-token-field__remove-token.components-button{border-radius:0 1px 1px 0;color:#1e1e1e;line-height:10px;overflow:initial}.components-form-token-field__remove-token.components-button:hover:not(:disabled){color:#1e1e1e}.components-form-token-field__suggestions-list{box-shadow:inset 0 1px 0 0 #949494;flex:1 0 100%;list-style:none;margin:0;max-height:128px;min-width:100%;overflow-y:auto;padding:0}@media not (prefers-reduced-motion){.components-form-token-field__suggestions-list{transition:all .15s ease-in-out}}.components-form-token-field__suggestion{box-sizing:border-box;color:#1e1e1e;display:block;font-size:13px;margin:0;min-height:32px;padding:8px 12px}.components-form-token-field__suggestion.is-selected{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff}.components-form-token-field__suggestion[aria-disabled=true]{color:#949494;pointer-events:none}.components-form-token-field__suggestion[aria-disabled=true].is-selected{background-color:rgba(var(--wp-components-color-accent--rgb,var(--wp-admin-theme-color--rgb)),.04)}.components-form-token-field__suggestion:not(.is-empty){cursor:pointer}@media (min-width:600px){.components-guide{width:600px}}.components-guide .components-modal__content{margin-top:0;padding:0}.components-guide .components-modal__content:before{content:none}.components-guide .components-modal__header{border-bottom:none;height:60px;padding:0;position:sticky}.components-guide .components-modal__header .components-button{align-self:flex-start;margin:8px 8px 0 0;position:static}.components-guide .components-modal__header .components-button:hover svg{fill:#fff}.components-guide .components-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-60px;min-height:100%}.components-guide .components-guide__page{display:flex;flex-direction:column;justify-content:center;position:relative}@media (min-width:600px){.components-guide .components-guide__page{min-height:300px}}.components-guide .components-guide__footer{align-content:center;display:flex;height:36px;justify-content:center;margin:0 0 24px;padding:0 32px;position:relative;width:100%}.components-guide .components-guide__page-control{margin:0;text-align:center}.components-guide .components-guide__page-control li{display:inline-block;margin:0}.components-guide .components-guide__page-control .components-button{color:#e0e0e0;margin:-6px 0}.components-guide .components-guide__page-control li[aria-current=step] .components-button{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-modal__frame.components-guide{border:none;max-height:575px;min-width:312px}@media (max-width:600px){.components-modal__frame.components-guide{margin:auto;max-width:calc(100vw - 32px)}}.components-button.components-guide__back-button,.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{position:absolute}.components-button.components-guide__back-button{left:32px}.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{right:32px}[role=region]{position:relative}.is-focusing-regions [role=region]:focus:after,[role=region].interface-interface-skeleton__content:focus-visible:after{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1000000}.is-focusing-regions .editor-post-publish-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel,.is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel,.is-focusing-regions [role=region]:focus:after,.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header,[role=region].interface-interface-skeleton__content:focus-visible:after{outline-color:var(--wp-admin-theme-color);outline-offset:calc(((-1*var(--wp-admin-border-width-focus))/var(--wp-block-editor-iframe-zoom-out-scale, 1))*2);outline-style:solid;outline-width:calc((var(--wp-admin-border-width-focus)/var(--wp-block-editor-iframe-zoom-out-scale, 1))*2)}.components-menu-group+.components-menu-group{border-top:1px solid #1e1e1e;padding-top:8px}.components-menu-group+.components-menu-group.has-hidden-separator{border-top:none;margin-top:0;padding-top:0}.components-menu-group:has(>div:empty){display:none}.components-menu-group__label{color:#757575;font-size:11px;font-weight:500;margin-bottom:12px;margin-top:4px;padding:0 8px;text-transform:uppercase;white-space:nowrap}.components-menu-item__button,.components-menu-item__button.components-button{width:100%}.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child{box-sizing:initial;padding-right:48px}.components-menu-item__button .components-menu-items__item-icon,.components-menu-item__button.components-button .components-menu-items__item-icon{display:inline-block;flex:0 0 auto}.components-menu-item__button .components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right{margin-left:24px;margin-right:-2px}.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right{margin-left:8px}.components-menu-item__button .block-editor-block-icon,.components-menu-item__button.components-button .block-editor-block-icon{margin-left:-2px;margin-right:8px}.components-menu-item__button.components-button.is-primary,.components-menu-item__button.is-primary{justify-content:center}.components-menu-item__button.components-button.is-primary .components-menu-item__item,.components-menu-item__button.is-primary .components-menu-item__item{margin-right:0}.components-menu-item__button.components-button:disabled.is-tertiary,.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,.components-menu-item__button:disabled.is-tertiary,.components-menu-item__button[aria-disabled=true].is-tertiary{background:none;color:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));opacity:.3}.components-menu-item__info-wrapper{display:flex;flex-direction:column;margin-right:auto}.components-menu-item__info{color:#757575;font-size:12px;margin-top:4px;white-space:normal}.components-menu-item__item{align-items:center;display:inline-flex;margin-right:auto;min-width:160px;white-space:nowrap}.components-menu-item__shortcut{align-self:center;color:currentColor;display:none;margin-left:auto;margin-right:0;padding-left:24px}@media (min-width:480px){.components-menu-item__shortcut{display:inline}}.components-menu-items-choice,.components-menu-items-choice.components-button{height:auto;min-height:40px}.components-menu-items-choice svg,.components-menu-items-choice.components-button svg{margin-right:12px}.components-menu-items-choice.components-button.has-icon,.components-menu-items-choice.has-icon{padding-left:12px}.components-modal__screen-overlay{background-color:#00000059;bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:100000}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.components-modal__screen-overlay{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards}}@keyframes __wp-base-styles-fade-out{0%{opacity:1}to{opacity:0}}@media not (prefers-reduced-motion){.components-modal__screen-overlay.is-animating-out{animation:__wp-base-styles-fade-out .08s linear 80ms;animation-fill-mode:forwards}}.components-modal__frame{animation-fill-mode:forwards;animation-name:components-modal__appear-animation;animation-timing-function:cubic-bezier(.29,0,0,1);background:#fff;border-radius:8px 8px 0 0;box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005;box-sizing:border-box;display:flex;margin:40px 0 0;overflow:hidden;width:100%}.components-modal__frame *,.components-modal__frame :after,.components-modal__frame :before{box-sizing:inherit}@media not (prefers-reduced-motion){.components-modal__frame{animation-duration:var(--modal-frame-animation-duration)}}.components-modal__screen-overlay.is-animating-out .components-modal__frame{animation-name:components-modal__disappear-animation;animation-timing-function:cubic-bezier(1,0,.2,1)}@media (min-width:600px){.components-modal__frame{border-radius:8px;margin:auto;max-height:calc(100% - 120px);max-width:calc(100% - 32px);min-width:350px;width:auto}}@media (min-width:600px) and (min-width:600px){.components-modal__frame.is-full-screen{height:calc(100% - 32px);max-height:none;width:calc(100% - 32px)}}@media (min-width:600px) and (min-width:782px){.components-modal__frame.is-full-screen{height:calc(100% - 80px);max-width:none;width:calc(100% - 80px)}}@media (min-width:600px){.components-modal__frame.has-size-large,.components-modal__frame.has-size-medium,.components-modal__frame.has-size-small{width:100%}.components-modal__frame.has-size-small{max-width:384px}.components-modal__frame.has-size-medium{max-width:512px}.components-modal__frame.has-size-large{max-width:840px}}@media (min-width:960px){.components-modal__frame{max-height:70%}}@keyframes components-modal__appear-animation{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes components-modal__disappear-animation{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.components-modal__header{align-items:center;border-bottom:1px solid #0000;box-sizing:border-box;display:flex;flex-direction:row;height:72px;justify-content:space-between;left:0;padding:24px 32px 8px;position:absolute;top:0;width:100%;z-index:10}.components-modal__header .components-modal__header-heading{font-size:1.2rem;font-weight:600}.components-modal__header h1{line-height:1;margin:0}.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{border-bottom-color:#ddd}.components-modal__header+p{margin-top:0}.components-modal__header-heading-container{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:left}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-height:36px;max-width:36px;padding:8px}.components-modal__content{flex:1;margin-top:72px;overflow:auto;padding:4px 32px 32px}.components-modal__content.hide-header{margin-top:0;padding-top:32px}.components-modal__content.is-scrollable:focus-visible{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:-2px}.components-notice{align-items:center;background-color:#fff;border-left:4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#1e1e1e;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:8px 12px}.components-notice.is-dismissible{position:relative}.components-notice.is-success{background-color:#eff9f1;border-left-color:#4ab866}.components-notice.is-warning{background-color:#fef8ee;border-left-color:#f0b849}.components-notice.is-error{background-color:#f4a2a2;border-left-color:#cc1818}.components-notice__content{flex-grow:1;margin:4px 25px 4px 0}.components-notice__actions{display:flex;flex-wrap:wrap}.components-notice__action.components-button{margin-right:8px}.components-notice__action.components-button,.components-notice__action.components-button.is-link{margin-left:12px}.components-notice__action.components-button.is-secondary{vertical-align:initial}.components-notice__dismiss{align-self:flex-start;color:#757575;flex-shrink:0}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{background-color:initial;color:#1e1e1e}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}.components-notice-list{box-sizing:border-box;max-width:100vw}.components-notice-list .components-notice__content{line-height:2;margin-bottom:12px;margin-top:12px}.components-notice-list .components-notice__action.components-button{display:block;margin-left:0;margin-top:8px}.components-panel{background:#fff;border:1px solid #e0e0e0}.components-panel>.components-panel__body:first-child,.components-panel>.components-panel__header:first-child{margin-top:-1px}.components-panel>.components-panel__body:last-child,.components-panel>.components-panel__header:last-child{border-bottom-width:0}.components-panel+.components-panel{margin-top:-1px}.components-panel__body{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.components-panel__body h3{margin:0 0 .5em}.components-panel__body.is-opened{padding:16px}.components-panel__header{align-items:center;border-bottom:1px solid #ddd;box-sizing:initial;display:flex;flex-shrink:0;height:47px;justify-content:space-between;padding:0 16px}.components-panel__header h2{color:inherit;font-size:inherit;margin:0}.components-panel__body+.components-panel__body,.components-panel__body+.components-panel__header,.components-panel__header+.components-panel__body,.components-panel__header+.components-panel__header{margin-top:-1px}.components-panel__body>.components-panel__body-title{display:block;font-size:inherit;margin-bottom:0;margin-top:0;padding:0}@media not (prefers-reduced-motion){.components-panel__body>.components-panel__body-title{transition:background .1s ease-in-out}}.components-panel__body.is-opened>.components-panel__body-title{margin:-16px -16px 5px}.components-panel__body>.components-panel__body-title:hover{background:#f0f0f0;border:none}.components-panel__body-toggle.components-button{border:none;box-shadow:none;color:#1e1e1e;font-weight:500;height:auto;outline:none;padding:16px 48px 16px 16px;position:relative;text-align:left;width:100%}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button{transition:background .1s ease-in-out}}.components-panel__body-toggle.components-button:focus{border-radius:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-panel__body-toggle.components-button .components-panel__arrow{color:#1e1e1e;position:absolute;right:16px;top:50%;transform:translateY(-50%);fill:currentColor}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button .components-panel__arrow{transition:color .1s ease-in-out}}body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{-ms-filter:fliph;filter:FlipH;margin-top:-10px;transform:scaleX(-1)}.components-panel__icon{color:#757575;margin:-2px 0 -2px 6px}.components-panel__body-toggle-icon{margin-right:-5px}.components-panel__color-title{float:left;height:19px}.components-panel__row{align-items:center;display:flex;justify-content:space-between;margin-top:8px;min-height:36px}.components-panel__row select{min-width:0}.components-panel__row label{flex-shrink:0;margin-right:12px;max-width:75%}.components-panel__row:empty,.components-panel__row:first-of-type{margin-top:0}.components-panel .circle-picker{padding-bottom:20px}.components-placeholder.components-placeholder{align-items:flex-start;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-size:13px;gap:16px;margin:0;padding:24px;position:relative;text-align:left;width:100%;-moz-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:subpixel-antialiased;background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;outline:1px solid #0000}.components-placeholder__error,.components-placeholder__fieldset,.components-placeholder__instructions,.components-placeholder__label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;letter-spacing:normal;line-height:normal;text-transform:none}.components-placeholder__label{align-items:center;display:flex;font-weight:600}.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{margin-right:4px;fill:currentColor}@media (forced-colors:active){.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:CanvasText}}.components-placeholder__label:empty{display:none}.components-placeholder__fieldset,.components-placeholder__fieldset form{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:flex-start;width:100%}.components-placeholder__fieldset form p,.components-placeholder__fieldset p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{flex-direction:column}.components-placeholder__input[type=url]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;flex:1 1 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-placeholder__input[type=url]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-placeholder__input[type=url]{font-size:13px;line-height:normal}}.components-placeholder__input[type=url]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-placeholder__input[type=url]::-webkit-input-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]::-moz-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]:-ms-input-placeholder{color:#1e1e1e9e}.components-placeholder__error{gap:8px;width:100%}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{margin-left:10px;margin-right:10px}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{margin-right:0}.components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{display:none}.components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{flex-direction:column}.components-placeholder.is-medium .components-button,.components-placeholder.is-medium .components-placeholder__fieldset>*,.components-placeholder.is-small .components-button,.components-placeholder.is-small .components-placeholder__fieldset>*{justify-content:center;width:100%}.components-placeholder.is-small{padding:16px}.components-placeholder.has-illustration{-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);backface-visibility:hidden;background-color:initial;border-radius:0;box-shadow:none;color:inherit;display:flex;overflow:hidden}.is-dark-theme .components-placeholder.has-illustration{background-color:#0000001a}.components-placeholder.has-illustration .components-placeholder__fieldset{margin-left:0;margin-right:0}.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{opacity:0;pointer-events:none}@media not (prefers-reduced-motion){.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{transition:opacity .1s linear}}.is-selected>.components-placeholder.has-illustration .components-button,.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,.is-selected>.components-placeholder.has-illustration .components-placeholder__label{opacity:1;pointer-events:auto}.components-placeholder.has-illustration:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.is-selected .components-placeholder.has-illustration{overflow:auto}.components-placeholder__preview{display:flex;justify-content:center}.components-placeholder__illustration{box-sizing:initial;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;stroke:currentColor;opacity:.25}.components-popover{box-sizing:border-box;will-change:transform;z-index:1000000}.components-popover *,.components-popover :after,.components-popover :before{box-sizing:inherit}.components-popover.is-expanded{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000000!important}.components-popover__content{background:#fff;border-radius:4px;box-shadow:0 0 0 1px #ccc,0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005;box-sizing:border-box;width:min-content}.is-alternate .components-popover__content{border-radius:2px;box-shadow:0 0 0 1px #1e1e1e}.is-unstyled .components-popover__content{background:none;border-radius:0;box-shadow:none}.components-popover.is-expanded .components-popover__content{box-shadow:0 -1px 0 0 #ccc;height:calc(100% - 48px);overflow-y:visible;position:static;width:auto}.components-popover.is-expanded.is-alternate .components-popover__content{box-shadow:0 -1px 0 #1e1e1e}.components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.components-popover__close.components-button{z-index:5}.components-popover__arrow{display:flex;height:14px;pointer-events:none;position:absolute;width:14px}.components-popover__arrow:before{background-color:#fff;content:"";height:2px;left:1px;position:absolute;right:1px;top:-1px}.components-popover__arrow.is-top{bottom:-14px!important;transform:rotate(0)}.components-popover__arrow.is-right{left:-14px!important;transform:rotate(90deg)}.components-popover__arrow.is-bottom{top:-14px!important;transform:rotate(180deg)}.components-popover__arrow.is-left{right:-14px!important;transform:rotate(-90deg)}.components-popover__triangle{display:block;flex:1}.components-popover__triangle-bg{fill:#fff}.components-popover__triangle-border{fill:#0000;stroke-width:1px;stroke:#ccc}.is-alternate .components-popover__triangle-border{stroke:#1e1e1e}.components-radio-control{border:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:0;padding:0}.components-radio-control__group-wrapper.has-help{margin-block-end:12px}.components-radio-control__option{align-items:center;column-gap:8px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto minmax(0,max-content)}.components-radio-control__input[type=radio]{appearance:none;border:1px solid #1e1e1e;border-radius:2px;border-radius:50%;box-shadow:0 0 0 #0000;cursor:pointer;display:inline-flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;grid-column:1;grid-row:1;height:24px;line-height:normal;margin:0;max-width:24px;min-width:24px;padding:0;position:relative;transition:none;width:24px}@media not (prefers-reduced-motion){.components-radio-control__input[type=radio]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-radio-control__input[type=radio]{font-size:13px;line-height:normal}}.components-radio-control__input[type=radio]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]::-webkit-input-placeholder{color:#1e1e1e9e}.components-radio-control__input[type=radio]::-moz-placeholder{color:#1e1e1e9e}.components-radio-control__input[type=radio]:-ms-input-placeholder{color:#1e1e1e9e}@media (min-width:600px){.components-radio-control__input[type=radio]{height:16px;max-width:16px;min-width:16px;width:16px}}.components-radio-control__input[type=radio]:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:12px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}@media (min-width:600px){.components-radio-control__input[type=radio]:checked:before{height:8px;width:8px}}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]:checked{background:var(--wp-admin-theme-color);border:none}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-radio-control__input[type=radio]:checked{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-radio-control__input[type=radio]:checked:before{border-radius:50%;content:""}.components-radio-control__label{cursor:pointer;grid-column:2;grid-row:1;line-height:24px}@media (min-width:600px){.components-radio-control__label{line-height:16px}}.components-radio-control__option-description{grid-column:2;grid-row:2;padding-block-start:4px}.components-radio-control__option-description.components-radio-control__option-description{margin-top:0}.components-resizable-box__handle{display:none;height:23px;width:23px;z-index:2}.components-resizable-box__container.has-show-handle .components-resizable-box__handle{display:block}.components-resizable-box__handle>div{height:100%;outline:none;position:relative;width:100%;z-index:2}.components-resizable-box__container>img{width:inherit}.components-resizable-box__handle:after{background:#fff;border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;content:"";cursor:inherit;display:block;height:15px;outline:2px solid #0000;position:absolute;right:calc(50% - 8px);top:calc(50% - 8px);width:15px}.components-resizable-box__side-handle:before{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:9999px;content:"";cursor:inherit;display:block;height:3px;opacity:0;position:absolute;right:calc(50% - 1px);top:calc(50% - 1px);width:3px}@media not (prefers-reduced-motion){.components-resizable-box__side-handle:before{transition:transform .1s ease-in;will-change:transform}}.components-resizable-box__corner-handle,.components-resizable-box__side-handle{z-index:2}.components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-top:before{border-left:0;border-right:0;left:0;width:100%}.components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{border-bottom:0;border-top:0;height:100%;top:0}@media not (prefers-reduced-motion){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:components-resizable-box__top-bottom-animation .1s ease-out 0s;animation-fill-mode:forwards}.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation:components-resizable-box__left-right-animation .1s ease-out 0s;animation-fill-mode:forwards}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:none}}}@keyframes components-resizable-box__top-bottom-animation{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes components-resizable-box__left-right-animation{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}} .components-resizable-box__handle-right{right:-11.5px}.components-resizable-box__handle-left{left:-11.5px}.components-resizable-box__handle-top{top:-11.5px}.components-resizable-box__handle-bottom{bottom:-11.5px} .components-responsive-wrapper{align-items:center;display:flex;justify-content:center;max-width:100%;position:relative}.components-responsive-wrapper__content{display:block;max-width:100%;width:100%}.components-sandbox{overflow:hidden}iframe.components-sandbox{width:100%}body.lockscroll,html.lockscroll{overflow:hidden}.components-select-control__input{outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0)!important}@media (max-width:782px){.components-base-control .components-base-control__field .components-select-control__input{font-size:16px}}.components-snackbar{-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background:#000000d9;border-radius:4px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;box-sizing:border-box;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;max-width:600px;padding:12px 20px;pointer-events:auto;width:100%}@media (min-width:600px){.components-snackbar{width:fit-content}}.components-snackbar:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.components-snackbar .components-snackbar__content-with-icon{padding-left:24px;position:relative}.components-snackbar .components-snackbar__icon{left:-8px;position:absolute;top:-2.9px}.components-snackbar .components-snackbar__dismiss-button{cursor:pointer;margin-left:24px}.components-snackbar__action.components-button{color:#fff;flex-shrink:0;margin-left:32px}.components-snackbar__action.components-button:focus{box-shadow:none;outline:1px dotted #fff}.components-snackbar__action.components-button:hover{color:currentColor;text-decoration:none}.components-snackbar__content{align-items:baseline;display:flex;justify-content:space-between;line-height:1.4}.components-snackbar-list{box-sizing:border-box;pointer-events:none;position:absolute;width:100%;z-index:100000}.components-snackbar-list__notice-container{padding-top:8px;position:relative}.components-tab-panel__tabs{align-items:stretch;display:flex;flex-direction:row}.components-tab-panel__tabs[aria-orientation=vertical]{flex-direction:column}.components-tab-panel__tabs-item{background:#0000;border:none;border-radius:0;box-shadow:none;cursor:pointer;font-weight:500;height:48px!important;margin-left:0;padding:3px 16px;position:relative}.components-tab-panel__tabs-item:focus:not(:disabled){box-shadow:none;outline:none;position:relative}.components-tab-panel__tabs-item:after{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:0;bottom:0;content:"";height:calc(var(--wp-admin-border-width-focus)*0);left:0;pointer-events:none;position:absolute;right:0}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:after{transition:all .1s linear}}.components-tab-panel__tabs-item.is-active:after{height:calc(var(--wp-admin-border-width-focus)*1);outline:2px solid #0000;outline-offset:-1px}.components-tab-panel__tabs-item:before{border-radius:2px;bottom:12px;box-shadow:0 0 0 0 #0000;content:"";left:12px;pointer-events:none;position:absolute;right:12px;top:12px}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:before{transition:all .1s linear}}.components-tab-panel__tabs-item:focus-visible:before{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-tab-panel__tab-content:focus{box-shadow:none;outline:none}.components-tab-panel__tab-content:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:0}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:32px;line-height:normal;margin:0;padding:6px 8px;width:100%}@media not (prefers-reduced-motion){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{font-size:13px;line-height:normal}}.components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-text-control__input::-webkit-input-placeholder,.components-text-control__input[type=color]::-webkit-input-placeholder,.components-text-control__input[type=date]::-webkit-input-placeholder,.components-text-control__input[type=datetime-local]::-webkit-input-placeholder,.components-text-control__input[type=datetime]::-webkit-input-placeholder,.components-text-control__input[type=email]::-webkit-input-placeholder,.components-text-control__input[type=month]::-webkit-input-placeholder,.components-text-control__input[type=number]::-webkit-input-placeholder,.components-text-control__input[type=password]::-webkit-input-placeholder,.components-text-control__input[type=tel]::-webkit-input-placeholder,.components-text-control__input[type=text]::-webkit-input-placeholder,.components-text-control__input[type=time]::-webkit-input-placeholder,.components-text-control__input[type=url]::-webkit-input-placeholder,.components-text-control__input[type=week]::-webkit-input-placeholder{color:#1e1e1e9e}.components-text-control__input::-moz-placeholder,.components-text-control__input[type=color]::-moz-placeholder,.components-text-control__input[type=date]::-moz-placeholder,.components-text-control__input[type=datetime-local]::-moz-placeholder,.components-text-control__input[type=datetime]::-moz-placeholder,.components-text-control__input[type=email]::-moz-placeholder,.components-text-control__input[type=month]::-moz-placeholder,.components-text-control__input[type=number]::-moz-placeholder,.components-text-control__input[type=password]::-moz-placeholder,.components-text-control__input[type=tel]::-moz-placeholder,.components-text-control__input[type=text]::-moz-placeholder,.components-text-control__input[type=time]::-moz-placeholder,.components-text-control__input[type=url]::-moz-placeholder,.components-text-control__input[type=week]::-moz-placeholder{color:#1e1e1e9e}.components-text-control__input:-ms-input-placeholder,.components-text-control__input[type=color]:-ms-input-placeholder,.components-text-control__input[type=date]:-ms-input-placeholder,.components-text-control__input[type=datetime-local]:-ms-input-placeholder,.components-text-control__input[type=datetime]:-ms-input-placeholder,.components-text-control__input[type=email]:-ms-input-placeholder,.components-text-control__input[type=month]:-ms-input-placeholder,.components-text-control__input[type=number]:-ms-input-placeholder,.components-text-control__input[type=password]:-ms-input-placeholder,.components-text-control__input[type=tel]:-ms-input-placeholder,.components-text-control__input[type=text]:-ms-input-placeholder,.components-text-control__input[type=time]:-ms-input-placeholder,.components-text-control__input[type=url]:-ms-input-placeholder,.components-text-control__input[type=week]:-ms-input-placeholder{color:#1e1e1e9e}.components-text-control__input.is-next-40px-default-size,.components-text-control__input[type=color].is-next-40px-default-size,.components-text-control__input[type=date].is-next-40px-default-size,.components-text-control__input[type=datetime-local].is-next-40px-default-size,.components-text-control__input[type=datetime].is-next-40px-default-size,.components-text-control__input[type=email].is-next-40px-default-size,.components-text-control__input[type=month].is-next-40px-default-size,.components-text-control__input[type=number].is-next-40px-default-size,.components-text-control__input[type=password].is-next-40px-default-size,.components-text-control__input[type=tel].is-next-40px-default-size,.components-text-control__input[type=text].is-next-40px-default-size,.components-text-control__input[type=time].is-next-40px-default-size,.components-text-control__input[type=url].is-next-40px-default-size,.components-text-control__input[type=week].is-next-40px-default-size{height:40px;padding-left:12px;padding-right:12px}.components-text-control__input[type=email],.components-text-control__input[type=url]{direction:ltr}.components-tip{color:#757575;display:flex}.components-tip svg{align-self:center;fill:#f0b849;flex-shrink:0;margin-right:16px}.components-tip p{margin:0}.components-toggle-control__label{line-height:16px}.components-toggle-control__label:not(.is-disabled){cursor:pointer}.components-toggle-control__help{display:inline-block;margin-inline-start:40px}.components-accessible-toolbar{border:1px solid #1e1e1e;border-radius:2px;display:inline-flex;flex-shrink:0}.components-accessible-toolbar>.components-toolbar-group:last-child{border-right:none}.components-accessible-toolbar.is-unstyled{border:none}.components-accessible-toolbar.is-unstyled>.components-toolbar-group{border-right:none}.components-accessible-toolbar[aria-orientation=vertical],.components-toolbar[aria-orientation=vertical]{align-items:center;display:flex;flex-direction:column}.components-accessible-toolbar .components-button,.components-toolbar .components-button{height:48px;padding-left:16px;padding-right:16px;position:relative;z-index:1}.components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){box-shadow:none;outline:none}.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{margin-left:auto;margin-right:auto;position:relative}.components-accessible-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed:hover{background:#0000}.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{background:#1e1e1e}.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{min-width:48px;padding-left:8px;padding-right:8px}@keyframes components-button__appear-animation{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.components-toolbar__control.components-button{position:relative}.components-toolbar__control.components-button[data-subscript] svg{padding:5px 10px 5px 0}.components-toolbar__control.components-button[data-subscript]:after{bottom:10px;content:attr(data-subscript);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;line-height:12px;position:absolute;right:8px}.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{color:#fff}.components-toolbar-group{background-color:#fff;border-right:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;line-height:0;min-height:48px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-toolbar-group.components-toolbar-group{border-width:0;margin:0}.components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{justify-content:center;min-width:36px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{min-width:24px}.components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{left:2px;right:2px}.components-toolbar{background-color:#fff;border:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;margin:0;min-height:48px}.components-toolbar .components-toolbar.components-toolbar{border-width:0;margin:0}div.components-toolbar>div{display:flex;margin:0}div.components-toolbar>div+div.has-left-divider{margin-left:6px;overflow:visible;position:relative}div.components-toolbar>div+div.has-left-divider:before{background-color:#ddd;box-sizing:initial;content:"";display:inline-block;height:20px;left:-3px;position:absolute;top:8px;width:1px}.components-tooltip{background:#000;border-radius:2px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;color:#f0f0f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4;padding:4px 8px;text-align:center;z-index:1000002}.components-tooltip__shortcut{margin-left:8px}#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}@font-face{font-family:dashicons;src:url(//mariecharlottebana.fr/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);src:url(//mariecharlottebana.fr/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url(//mariecharlottebana.fr/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
line-height: 1.5;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
a img {
border: none;
}.entry-content img {
margin: 0 0 1.5em 0;
}
.gallery-caption,
.bypostauthor {
font-weight: normal;
}
div.alignleft,
img.alignleft {
display: inline-block;
float: left;
margin-right: 2em;
margin-bottom: 2em;
}
div.alignright,
img.alignright {
display: inline-block;
float: right;
margin-left: 2em;
margin-top: 2em;
}
div.aligncenter,
img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
div.wp-caption {
text-align: center;
margin-top: 2em;
margin-bottom: 2em;
font-size: 12px;
}
.wp-caption img {
border: 0 none;
margin: 0;
padding: 0;
}
.wp-caption p.wp-caption-text,
.wp-caption-text {
margin: 0;
text-align: center;
padding-bottom: 0 !important;
font-size: 12px;
color: #777;
}
.wp-smiley {
max-height: 1em;
margin: 0 !important;
}
.gallery dl {
margin: 0;
border: 0;
padding: 0;
}
.wp-caption img,
.alignnone img,
.alignleft img,
.alignright img {
border: 0 none;
margin: 0;
padding: 0;
}
blockquote.left {
float: left;
margin-left: 0;
margin-right: 20px;
text-align: right;
width: 33%;
}
blockquote.right {
float: right;
margin-left: 20px;
margin-right: 0;
text-align: left;
width: 33%;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
a img {
border: none;
}
p,
#page-content-wrapper .wpcf7 p,
.page-content-wrapper .wpcf7 p {
padding-top: 1em;
padding-bottom: 1em;
}
p:empty {
padding: 0 !important;
}
em {
font-style: italic;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
max-width: 100%;
height: auto;
}
.center {
text-align: center;
}
#page-content-wrapper p,
.page-content-wrapper p {
padding-top: 1.2em;
padding-bottom: 1.2em;
}
#page-content-wrapper p.woocommerce-info,
#page-content-wrapper p.woocommerce-message,
#page-content-wrapper p.woocommerce-error {
padding-top: 1em;
}
#page-content-wrapper p:empty,
.page-content-wrapper p:empty {
padding: 0 !important;
margin: 0 !important;
}
#footer p {
padding-top: 0.5em;
padding-bottom: 0.5em;
}
img,
a img {
image-rendering: optimizeQuality;
}
em {
font-style: italic;
}
::selection {
background: #efc337;
color: #fff;
}
table {
border-spacing: 0;
}
.sticky .post-wrapper {
background: #FFFAE4;
border: 1px solid #000;
}
body:not(.single) .post.sticky:first-child .post-wrapper {
border: 1px solid #000;
}
.marginright {
margin-right: 7px;
}
img.alignright {
float: right;
margin: 2em 0 2em 2em;
clear: both;
}
img.alignleft {
float: left;
margin: 2em 2em 2em 0;
clear: both;
}
img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
a img.alignright {
float: right;
margin: 1em 0 1em 2em;
}
a img.alignleft {
float: left;
margin: 1em 2em 1em 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
body.page-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ul:not(.children),
body.page-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ol,
body.page-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content dl,
body.page-template-page-l:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ul:not(.children),
body.page-template-page-l:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ol,
body.page-template-page-l:not(.elementor-page) #page-content-wrapper .inner .sidebar-content dl,
body.page-template-page-r:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ul:not(.children),
body.page-template-page-r:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ol,
body.page-template-page-r:not(.elementor-page) #page-content-wrapper .inner .sidebar-content dl,
body.post-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ul:not(.children),
body.post-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ol,
body.post-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content dl {
margin: 5px 0 5px 20px;
}
body.post-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ul li ul:not(.children),
body.post-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ol li ol,
body.post-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ol li dl,
body.post-template-page-l:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ul li ul:not(.children),
body.post-template-page-l:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ol li ol,
body.post-template-page-l:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ol li dl,
body.post-template-page-r:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ul li ul:not(.children),
body.post-template-page-r:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ol li ol,
body.post-template-page-r:not(.elementor-page) #page-content-wrapper .inner .sidebar-content ol li dl {
margin: 5px 0 5px 20px;
}
body.archive #page-content-wrapper,
body.home.blog #page-content-wrapper {
padding-bottom: 40px;
}
body.page-template-default.elementor-page #page-content-wrapper {
padding-bottom: 0;
}
body.home.blog #page-header {
display: none;
}
.sidebar-widget li.widget_recent_comments ul li.recentcomments .comment-author-link a {
font-style: normal;
font-weight: 400;
}
.sidebar-widget li.widget_recent_comments ul li.recentcomments a {
font-weight: 900;
}
.sidebar-widget li.widget_recent_comments ul li.recentcomments a:not(.url) {
color: #57B957;
}
body.post-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content dl.gallery-item {
margin: 0 0 30px 0;
}
body.post-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content dl.gallery-item img {
border: 0;
}
#wp-calendar tr td,
#wp-calendar tr th {
text-align: center;
background: transparent;
padding: 5px;
}
#wp-calendar tr td#prev {
text-align: left;
}
#wp-calendar tr td#next {
text-align: right;
}
#wp-calendar tr td#prev,
#wp-calendar tr td#next {
background: transparent !important;
font-weight: 900;
padding: 15px 20px 15px 20px;
font-weight: 400;
font-size: 12px;
text-transform: uppercase;
}
#wp-calendar caption {
font-size: 1rem;
padding: 1rem 0 !important;
font-size: 18px;
color: #fff;
background: #000;
font-weight: 700;
opacity: 1;
}
#wp-calendar {
font-size: 15px;
border: 0;
}
#wp-calendar thead th {
color: #fff;
background: #57B957;
font-weight: 400;
font-size: 15px;
}
#wp-calendar tbody td#today {
border-top: 2px solid transparent;
border-bottom: 2px solid #57B957;
}
#wp-calendar tbody td,
#wp-calendar tfoot td {
border: 0;
padding: 5px;
font-size: 15px;
}
#wp-calendar {
margin: 0;
width: 100%;
border: 1px solid #000;
}
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
box-sizing: border-box;
}
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
float: left;
max-width: calc(5 * (100vw / 12));
margin-top: 0;
margin-left: 0;
margin-right: 30px !important;
}
.wp-block-gallery.columns-2 .blocks-gallery-item img,
.wp-block-gallery.columns-3 .blocks-gallery-item img,
.wp-block-gallery.columns-4 .blocks-gallery-item img {
max-width: none !important;
height: 100% !important;
}
.wp-block-gallery .blocks-gallery-item figcaption {
padding-bottom: 15px;
}
ul.wp-block-gallery {
margin: 20px 0 20px 0 !important;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
height: 100%;
flex: 1;
-o-object-fit: cover;
object-fit: cover;
max-width: none !important;
height: 100% !important;
}
.wp-block-button__link {
border-radius: 5px;
}
.wp-block-button,
.wp-block-cover {
margin: 20px 0 20px 0;
}
.wp-block-cover p:not(.has-text-color) {
color: #fff;
}
.wp-block-image {
margin: 0;
}
.wp-block-quote {
border-left: 1px solid #D8D8D8;
padding-left: 35px;
text-align: left;
font-size: 22px;
}
.wp-block-quote cite {
font-weight: 400;
opacity: 0.7;
}
.has-large-font-size {
font-size: 28px;
}
.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
font-size: 13px;
text-align: center;
}
.wp-block-categories-list,
.wp-block-archives-list {
list-style: none;
margin-left: 0 !important;
}
.wp-block-categories-list ul {
list-style: none;
padding-left: 10px !important;
}
.wp-block-categories-list ul>li>a:before,
.wp-block-archives-list ul>li>a:before {
font-weight: normal;
content: "– " counters(submenu, "– ", none);
counter-increment: submenu;
}
.alignfull {
margin-top: 40px;
margin-bottom: 40px;
margin-left  : calc( -100vw / 2 + 100% / 2 );
margin-right : calc( -100vw / 2 + 100% / 2 );
max-width    : 100vw;
clear: both;
padding: 0 40px 0 40px;
}
.blocks-gallery-grid {
margin: 0 !important;
}
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
padding: 40px 10px 10px 10px;
line-height: 1.4;
}
.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
margin: auto;
opacity: 0.7;
}
.wp-block-media-text .wp-block-media-text__content {
word-break: break-word;
padding: 0 5% 0 15%;
}
hr.wp-block-separator {
width: auto;
max-width: 3em;
text-align: left;
}
hr.wp-block-separator.is-style-wide {
max-width: 100%;
}
pre.wp-block-preformatted {
margin: 30px 0 30px 0;
}
.widget_archive select {
width: 100%;
}
body.single .sidebar-content:not(.fullwidth) .post-wrapper .alignfull {
max-width: 100% !important;
left: 0 !important;
}
.widget_categories ul>li,
.widget_pages ul>li,
.widget_archive ul>li,
.widget_product_categories ul>li {
border-bottom: 1px solid #d8d8d8;
padding: 10px 0 10px 15px !important;
margin-bottom: 0 !important;
}
.widget_categories ul>li:first-child,
.widget_pages ul>li:first-child,
.widget_archive ul>li:first-child,
.widget_product_categories ul>li:first-child {
padding-top: 5px !important;
}
.widget_categories ul>li:last-child,
.widget_pages ul>li:last-child,
.widget_archive ul>li:last-child,
.widget_product_categories ul>li:last-child {
padding-bottom: 5px !important;
}
.widget_categories ul>li>a::before,
.widget_pages ul>li>a::before,
.widget_archive ul>li>a::before,
.widget_product_categories ul>li>a::before {
position: absolute;
font-family: 'themify';
content: "\e649";
margin-left: -15px;
font-size: 0.5em;
line-height: 3em;
}
.wp-block-table {
border-width: 0;
border-style: solid;
}
.wp-block-table td,
.wp-block-table th,
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
border-width: 1px;
border-style: solid;
}
.widget_nav_menu ul>li.menu-item-has-children {
margin-bottom: 0 !important;
padding: 5px 0 5px 0 !important;
}
.widget_nav_menu ul>li.menu-item-has-children ul li {
padding: 0 !important;
}
.widget_nav_menu ul>li.menu-item-has-children {
position: relative;
cursor: pointer;
}
.widget_nav_menu ul>li.menu-item-has-children>a:after {
content: "";
position: absolute;
top: 50%;
right: 6px;
margin-top: -2px;
display: inline-block;
width: 5px;
height: 5px;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
-webkit-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
}
.widget_nav_menu ul>li>ul {
display: none;
margin-top: 5px !important;
margin-left: 10px !important;
}
.widget_nav_menu ul>li.menu-item-has-children.active ul {
display: block;
}
.widget_nav_menu ul>li.menu-item-has-children ul.sub-menu a:after {
display: none;
}
.alignfull.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
}
.alignfull.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
padding-top: 56.25%;
content: "";
display: block;
} .wp-block-embed {
margin: 2em 0 2em 0;
}
.wp-block-embed .video-container,
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 25px;
height: 0;
}
.wp-block-embed .video-container {
margin: 0;
}
.video-container {
padding-top: 0;
margin: 0 0 1em 0;
}
.wp-block-embed .video-container iframe,
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.wp-calendar-nav {
padding-top: 20px;
text-transform: uppercase;
font-size: 15px;
} body table.booked-calendar tbody tr td:first-child {
border-left: 1px solid #ccc !important;
}
body table.booked-calendar td {
border: 0 !important;
border-right: 1px solid #ccc !important;
border-bottom: 1px solid #ccc !important;
font-size: 16px;
}
body #booked-profile-page input[type=submit], body #booked-profile-page button, body .booked-list-view input[type=submit], body .booked-list-view button, body table.booked-calendar input[type=submit], body table.booked-calendar button, body .booked-modal input[type=submit], body .booked-modal button {
font-size: 16px;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time {
width: 100%;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people {
float: left;
width: 100%;
padding: 0;
height: 51px
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button {
float: left;
}button.mobx-prev,
button.mobx-next {
background-color: transparent !important;
}
body.loaded #loftloader-wrapper .loader-section.section-fade {
transition: all 0s 0s ease;
}
.slider-up2 {
animation-name: slider-up2;
-webkit-animation-name: slider-up2;
animation-duration: 0.2s;
-webkit-animation-duration: 0.2s;
animation-timing-function: ease;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
-ms-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
@keyframes slider-up2 {
0% {
opacity: 0;
transform: translateY(5%);
}
100% {
opacity: 1;
transform: translateY(0%);
}
}
@-webkit-keyframes slider-up2 {
0% {
opacity: 0;
transform: translateY(5%);
}
100% {
opacity: 1;
transform: translateY(0%);
}
}
@keyframes sub-nav-in {
from {
transform: translateX(200px);
-webkit-transform: translateX(200px);
opacity: 0;
}
to {
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
}
@-webkit-keyframes sub-nav-in {
from {
transform: translateX(200px);
-webkit-transform: translateX(200px);
opacity: 0;
}
to {
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
}
@keyframes sub-nav-out {
from {
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
to {
transform: translateX(200px);
-webkit-transform: translateX(200px);
opacity: 0;
}
}
@-webkit-keyframes sub-nav-out {
from {
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
to {
transform: translateX(200px);
-webkit-transform: translateX(200px);
opacity: 0;
}
}
@keyframes main-nav-out {
from {
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
to {
transform: translateX(-200px);
-webkit-transform: translateX(-200px);
opacity: 0;
}
}
@-webkit-keyframes main-nav-out {
from {
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
to {
transform: translateX(-200px);
-webkit-transform: translateX(-200px);
opacity: 0;
}
}
@keyframes main-nav-in {
from {
transform: translateX(-200px);
-webkit-transform: translateX(-200px);
opacity: 0;
}
to {
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
}
@-webkit-keyframes main-nav-in {
from {
transform: translateX(-200px);
-webkit-transform: translateX(-200px);
opacity: 0;
}
to {
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
}
html,
body {
min-height: 100%;
}
input, textarea { -webkit-user-select:text;}
body {
background: #ffffff;
font-family: 'Libre Baskerville', 'Helvetica Neue', Arial, Verdana, sans-serif;
padding: 0;
margin: 0;
color: #444;
font-weight: 400;
-webkit-font-smoothing: antialiased;
font-size: 14px;
line-height: 1.7;
word-wrap: break-word;
-webkit-overflow-scrolling: touch;
}
body.js-nav {
width: 100%;
height: 100vh;
overflow: hidden;
}
body.js-nav #perspective {
overflow: hidden;
}
#perspective {
width: 100%;
min-height: 100%;
position: relative;
}
@-moz-document url-prefix() {
#perspective {
overflow-x: hidden;
}
}
body.modalview #perspective {
position: fixed;
perspective: 1500px;
top: 0;
z-index: 2;
}
body.modalview #footer-wrapper {
display: none;
}
#wrapper {
float: left;
width: 100%;
background: #fff;
transform-origin: 50% 50% 50%;
transition: all 0.4s;
position: relative;
left: 0;
min-height: 100%;
}
body.footer-reveal #wrapper {
z-index: 1;
}
body.right-clicked #wrapper {
filter: blur(7px);
}
body.leftmenu #wrapper {
padding-top: 0 !important;
width: calc(100% - 300px);
left: 300px;
}
body.leftmenu #wrapper #page-content-wrapper {
padding: 0 40px 0 40px;
}
body.leftmenu #wrapper #page-content-wrapper.blog-wrapper {
padding-top: 50px;
}
body.leftmenu .elementor-section.elementor-section-stretched {
max-width: 100% !important;
left: 0 !important;
}
body.leftmenu .mobile-menu-wrapper {
left: 0;
-webkit-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
overflow-y: scroll;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
width: 300px;
padding: 50px;
}
body.modalview #wrapper {
position: absolute;
overflow: hidden;
cursor: pointer;
height: 100%;
width: 100%;
backface-visibility: hidden;
}
body.js-nav #wrapper {
transform: translateZ(0px) translateX(10%) rotateY(-50deg);
}
body.full-burger-menu.js-nav #wrapper {
transform: none;
transform: scale(1);
opacity: 0;
}
body.password-protected {
min-height: 100vh;
}
body.password-protected #page-header,
body.password-protected #footer-wrapper {
display: none;
}
body.password-protected #perspective {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
height: 100vh;
}
body.password-protected #wrapper {
background: transparent;
height: 100%;
}
body.password-protected #wrapper .inner {
display: table;
text-align: center;
width: 100%;
height: calc(100% - 150px);
}
body.password-protected #wrapper .inner .inner-wrapper {
display: table-cell;
vertical-align: middle;
z-index: 2;
position: relative;
}
body.password-protected #page-content-wrapper {
display: table;
width: 100%;
height: 100vh;
}
body.password-protected.leftmenu #page-content-wrapper {
width: calc(100% - 300px);
}
body.password-protected #page-content-wrapper .inner {
display: table-cell;
vertical-align: middle;
float: none;
}
body.page.comment-close #page-content-wrapper:not(.elementor-page) .inner {
margin-bottom: 40px;
}
body.password-protected #page-content-wrapper .inner .inner-wrapper {
float: none;
text-align: center;
width: 50%;
margin: auto;
}
body.error404 #page-content-wrapper .inner .inner-wrapper,
body.search-no-results #page-content-wrapper .inner .inner-wrapper {
text-align: center;
width: 60%;
margin: auto;
float: none;
}
body.error404 #footer-wrapper {
display: none;
}
body.error404 #page-content-wrapper .inner .inner-wrapper .searchform input[type="text"],
body.search-no-results #page-content-wrapper .inner .inner-wrapper .searchform input[type="text"] {
width: 60%;
}
body.error404 #page-content-wrapper .inner .inner-wrapper .searchform input[type="submit"],
body.search-no-results #page-content-wrapper .inner .inner-wrapper .searchform input[type="submit"] {
margin-left: -5px;
position: relative;
top: 1px;
padding: 1.3em 2.5em 1.3em 2.5em;
}
body.error404 #page-content-wrapper .inner .inner-wrapper .searchform input[type="text"] {
padding: 1em 1em  1.05em 1em;
border: 1px solid #000;
}
body.error404 #page-content-wrapper .inner .inner-wrapper .searchform {
margin: 30px 0 30px 0;
}
body.error404 #page-content-wrapper .inner .inner-wrapper h1,
body.search-no-results #page-content-wrapper .inner .inner-wrapper h1 {
margin: 80px 0 40px 0;
font-size: 90px;
line-height: 1;
}
body.error404 #page-content-wrapper,
body.search-no-results #page-content-wrapper {
padding-bottom: 20px;
}
body.password-protected.leftmenu #page-content-wrapper .inner .inner-wrapper {
width: 70%;
}
#wrapper.hasbg.transparent {
padding-top: 0 !important;
}
hr {
height: 1px;
border: 0;
border-top: 2px solid #ebebeb;
background: transparent;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
width: 100%;
clear: both;
}
.theme-border {
border-color: #dce0e0;
}
a {
color: #222;
text-decoration: none;
}
a:hover {
color: #222;
text-decoration: none;
}
a:active {
color: #222;
text-decoration: none;
}
h1 {
font-size: 34px;
}
h2 {
font-size: 30px;
}
h2.number {
font-size: 50px;
line-height: 50px;
}
h3 {
font-size: 26px;
}
h3#reply-title,
h4.comment-title {
text-align: center;
margin-top: 40px;
}
h3#reply-title {
margin-top: 0px;
}
body.logged-in h3#reply-title {
margin-bottom: 0;
}
h4 {
font-size: 22px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
h5.widgettitle {
font-size: 11px;
display: inline-block;
text-align: left;
font-family: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif;
color: #222;
font-weight: 400;
letter-spacing: 2px;
text-transform: uppercase;
position: relative;
border-bottom: 1px solid #222;
}
h7 {
font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
color: #222;
font-family: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif;
font-weight: 400;
line-height: 1.5em;
}
pre,
code,
tt {
font: 12px 'andale mono', 'lucida console', monospace;
line-height: 1.5;
padding: 10px;
display: block;
overflow: auto;
width: 100%;
border: 0;
color: #000;
box-sizing: border-box;
}
code {
display: inline;
}
.wp-block-code {
border: 1px solid #d8d8d8;
}
.clear {
clear: both;
}
.fullwidth-comment-wrapper {
width: 100%;
float: left;
margin-top: 30px;
padding-top: 20px;
border-top: 1px solid #000;
}
#page-content-wrapper .inner .sidebar-content.fullwidth.blog_f .fullwidth-comment-wrapper {	
margin: auto;
float: none;
}
.fullwidth-comment-wrapper:empty {
display: none;
}
#commentform {
margin-top: 0;
}
body.single.single-post .protected-post-header {
width: 60%;
margin: auto;
margin-bottom: 10px;
}
#commentform label,
.wpcf7-form label {
margin-bottom: 10px;
font-size: 11px;
letter-spacing: 3px;
text-transform: uppercase;
display: inline-block;
}
.elementor-transparent .wpcf7-form label {
color: #fff;
}
.elementor-transparent .wpcf7-form input.wpcf7-submit {
color: #000;
background: #fff;
border: 1px solid #fff;
}
#commentform .comment-form-cookies-consent {
margin-top: 10px;
clear: both;
}
#commentform .comment-form-cookies-consent label {
margin-left: 5px;
font-size: inherit;
letter-spacing: 0;
font-weight: 400;
text-transform: none;
}
.logged-in-as {
text-align: center;
padding-top: 0 !important;
margin-bottom: 10px;
}
#commentform>p,
body.single-product .comment-form-rating {
box-sizing: border-box;
}
#commentform>p.input-wrapper {
margin: 24px 24px 24px 0;
}
#commentform>p.input-wrapper.comment-form-url,
#commentform>p.input-wrapper.comment-form-comment {
margin-right: 0;
}
#commentform>p.input-wrapper.comment-form-comment {
margin-top: 20px;
padding: 0;
line-height: 0;
margin-bottom: 0;
}
#commentform>p.input-wrapper.comment-form-comment textarea {
margin-top: 20px;
}
#commentform>p.form-submit {
padding-top: 10px !important;
}
body.logged-in #commentform>p.form-submit {
padding-top: 30px !important;
}
#commentform>p.comment-form-rating {
width: 50%;
float: left;
display: block;
clear: none;
padding-top: 10px;
padding-bottom: 10px;
}
#commentform>p.comment-form-rating label {
width: 50%;
float: left;
font-size: 13px;
font-weight: 500;
}
#commentform>p.comment-form-rating .br-widget {
width: 50%;
float: left;
}
#commentform>p.comment-form-comment {
padding-bottom: 0;
clear: both;
}
#commentform>p.comment-notes {
text-align: center;
padding: 0 !important;
display: none;
}
#commentform p.comment-form-author,
#commentform p.comment-form-email,
#commentform p.comment-form-url {
float: left;
width: calc(33.33% - 16px);
}
#page-content-wrapper .inner .sidebar-content #commentform p.comment-form-author,
#page-content-wrapper .inner .sidebar-content #commentform p.comment-form-email,
#page-content-wrapper .inner .sidebar-content #commentform p.comment-form-url {
width: calc(33.33% - 16px);
}
body.single-product #page-content-wrapper .inner .sidebar-content #commentform p.comment-form-author,
body.single-product #page-content-wrapper .inner .sidebar-content #commentform p.comment-form-email {
width: 50%;
}
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea {
width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
transition: all .6s cubic-bezier(.23, 1, .32, 1);
}
#commentform input[type="text"]:focus,
#commentform input[type="email"]:focus,
#commentform input[type="url"]:focus,
#commentform textarea:focus {
}
#commentform>p.form-submit {
padding-top: 15px;
clear: both;
}
blockquote {
font-size: 24px;
font-weight: 900;
color: #222;
margin: auto;
padding-top: 20px;
padding-bottom: 20px;
margin-bottom: 0;
text-align: center;
position: relative;
line-height: 1.5em;
letter-spacing: 0;
clear: both;
}
blockquote strong {
font-weight: 900;
}
blockquote cite {
font-size: 14px;
font-weight: 600;
font-style: normal;
}
blockquote em {
font-size: 16px;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
margin: 20px 0 20px 0;
}
.textwidget blockquote {
margin: 0;
}
blockquote p {
padding: 0 !important;
}
blockquote h2 {
font-weight: normal;
font-size: 22px;
}
blockquote h3 {
font-weight: normal;
font-size: 20px;
}
#respond {
width: 100%;
float: left;
}
#respond.comment-respond {
padding-top: 40px;
}
.aligncenter {
text-align: center;
}
.mc4wp-form-fields input[type="email"] {
width: 300px;
}
.mc4wp-form-fields {
text-align: right;
}
.mc4wp-form-style3 .mc4wp-form-fields,
.mc4wp-form-style5 .mc4wp-form-fields,
.mc4wp-form-style6 .mc4wp-form-fields {
text-align: left;
}
.mc4wp-form-white .mc4wp-form-fields input[type="email"],
.mc4wp-form-style2 .mc4wp-form-fields input[type="email"] {
width: calc(95% - 250px);
}
.mc4wp-form-white .mc4wp-form-fields input[type="email"] {
background: transparent !important;
color: #fff;
border: 1px solid #fff;
width: calc(95% - 250px);
}
.mc4wp-form-white .mc4wp-form-fields input[type="email"]::placeholder {
opacity: 0.7;
color: #fff;
}
.mc4wp-form-style2 .mc4wp-form-fields input[type="email"]::placeholder {
opacity: 0.7;
}
.mc4wp-form-white .mc4wp-form-fields input[type="submit"],
.mc4wp-form-style2 .mc4wp-form-fields input[type="submit"],
.mc4wp-form-style3 .mc4wp-form-fields input[type="submit"],
.mc4wp-form-style4 .mc4wp-form-fields input[type="submit"],
.mc4wp-form-style5 .mc4wp-form-fields input[type="submit"] {
margin-left: 10px;
padding: .6em 2.5em .6em 2.5em;
}
.mc4wp-form-white .mc4wp-form-fields input[type="submit"]:hover {
background: transparent !important;
}
.mc4wp-form-style2 .mc4wp-form-fields input[type="submit"],
.mc4wp-form-style2 .mc4wp-form-fields input[type="submit"]:hover {
background: #0067DA;
border-color: #0067DA;
color: #fff;
}
.mc4wp-form-style3 .mc4wp-form-fields input[type="submit"],
.mc4wp-form-style3 .mc4wp-form-fields input[type="submit"]:hover {
background: #ff4a52;
border-color: #ff4a52;
color: #fff;
}
.mc4wp-form-style4 .mc4wp-form-fields input[type="submit"],
.mc4wp-form-style4 .mc4wp-form-fields input[type="submit"]:hover {
background: #344D6C;
border-color: #344D6C;
color: #fff;
}
.mc4wp-form-style5 .mc4wp-form-fields input[type="submit"],
.mc4wp-form-style5 .mc4wp-form-fields input[type="submit"]:hover {
background: #02B3E4;
border-color: #02B3E4;
color: #fff;
}
.mc4wp-form-style8 .mc4wp-form-fields input[type="submit"],
.mc4wp-form-style8 .mc4wp-form-fields input[type="submit"]:hover {
background: #A51C30;
border-color: #A51C30;
color: #fff;
}
.mc4wp-form-white.new-line .mc4wp-form-fields input[type="email"] {
width: calc(100% - 70px);
}
.mc4wp-form-white.new-line .mc4wp-form-fields input[type="submit"] {
clear: both;
margin-top: 20px;
margin-left: 0;
} #logo-wrapper {
text-align: center;
padding: 30px 0 30px 0;
}
#logo-wrapper .custom-logo-size {
width: 50%;
height: auto;
}
.top-menu-bar.scroll #logo-wrapper {
display: none;
}
.top-menu-bar.hasbg {
border-bottom: 0;
}
.top-menu-bar.hasbg #nav-wrapper {
border-color: rgba(256, 256, 256, .3);
}
body.centeralign .logo-container .logo-wrapper:not(.hidden) {
margin-top: 60px;
}
body.centeralign .top-menu-bar {
border-bottom: 0;
}
.logo-container {
display: table;
width: 100%;
height: 100%;
}
.logo-alignment {
display: table-cell;
vertical-align: middle;
line-height: 0;
}
body.leftmenu .logo-container {
display: block;
width: 100%;
height: auto;
}
body.leftmenu.admin-bar .logo-container {
margin-top: 40px;
}
.logo-wrapper {
margin: 0;
display: inline-block;
line-height: 0;
}
.logo-wrapper img.custom-logo-auto-resize {
width: 50%;
height: auto;
}
.logo-wrapper.hidden {
display: none;
}
.logo-wrapper img.zoom {
transform: scale(0.8) !important;
}
.above-top-menu-bar {
height: 40px;
background: #222;
position: relative;
z-index: 3;
}
.main-menu-wrapper {
width: 100%;
float: left;
position: fixed;
top: 0;
left: 0;
z-index: 9;
display: block;
}
#elementor-header.main-menu-wrapper {
opacity: 0;
min-height: 60px;
}
#elementor-header.main-menu-wrapper.visible {
opacity: 1;
}
#elementor-header.main-menu-wrapper.visible section.elementor-invisible {
visibility: visible;
}
#elementor-sticky-header.main-menu-wrapper {
opacity: 0;
z-index: -1;
-webkit-transform: translate(0px, -140px);
-moz-transform: translate(0px, -140px);
transform: translate(0px, -140px);
transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
}
#elementor-sticky-header.main-menu-wrapper.visible {
opacity: 1;
z-index: 99999;
-webkit-transform: translate(0px, );
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
#searchform input[type="text"] {
width: 60%;
}
body.admin-bar .main-menu-wrapper {
padding-top: 32px;
}
body.leftmenu .main-menu-wrapper {
display: none;
}
.main-menu-wrapper.nofixed {
display: none;
}
.top-menu-bar {
padding: 0;
box-sizing: border-box;
width: 100%;
background: #fff;
background: rgb(256, 256, 256, 0.95);
background: rgba(256, 256, 256, 0.95);
border-bottom: 1px solid #dce0e0;
float: left;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.top-menu-bar.scroll {
}
.top-menu-bar.hasbg {
background: transparent;
-webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0);
box-shadow: 0 1px 30px rgba(0, 0, 0, 0);
border: 0;
}
html[data-menu=centeralign] body .top-menu-bar.scroll #nav-wrapper {
border: 0;
}
#menu-wrapper {
margin: auto;
width: 960px;
height: 100%;
}
body.centeralign #menu-wrapper {
margin-top: 20px;
}
body.centeralign .top-menu-bar.scroll #menu-wrapper {
margin-top: 0;
}
#nav-wrapper {
float: left;
display: table;
width: 100%;
height: 100%;
text-align: center;
border-top: 1px solid #ccc;
}
body.centeralign #nav-wrapper {
float: none;
width: auto;
margin: auto;
}
.nav-wrapper-inner {
display: table-cell;
vertical-align: middle;
}
#menu-border-wrapper > div {
width: 100%;
float: left;
}
#mobile-nav-icon {
display: none;
font-size: 13px;
position: relative;
box-sizing: border-box;
}
body.sidemenu-desktop-disabled #mobile-nav-icon {
display: inline-block;
}
#logo-right-wrapper {
position: absolute;
text-align: right;
right: 30px;
z-index: 9;
}
.top-menu-bar.hasbg #mobile-nav-icon {
border-color: #fff;
}
.menu-client-wrapper {
display: inline-block;
margin-right: 10px;
position: relative;
}
body.leftmenu .mobile-menu-wrapper .menu-client-wrapper {
position: absolute;
bottom: 50px;
margin: 0;
}
.menu-client-wrapper span {
font-size: 16px;
font-weight: 500;
margin-right: 7px;
vertical-align: baseline;
}
.menu-client-wrapper .user-logout-link {
margin-left: 5px;
margin-right: 5px;
}
.menu-cart-wrapper {
display: inline-block;
margin-right: 10px;
position: relative;
}
.menu-cart-wrapper .cart-counter {
position: absolute;
top: -10px;
right: -10px;
font-size: 10px;
border-radius: 50px;
background: #3d64ff;
color: #fff;
z-index: 2;
width: 16px;
height: 16px;
line-height: 18px;
text-align: center;
}
.menu-cart-wrapper span {
font-size: 16px;
font-weight: 500;
}
body.admin-bar .mobile-menu-wrapper #mobile-menu-close.button {
top: 62px;
}
.mobile-menu-wrapper #mobile-menu-close.button {
position: fixed;
top: 30px;
right: 30px;
border-radius: 250px;
width: 40px;
height: 40px;
padding: 0;
line-height: 42px !important;
font-size: 16px;
-ms-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
transition: all 0.1s ease;
-webkit-transition: all 0.1s ease;
-moz-transition: all 0.1s ease;
}
body.js-nav .mobile-menu-wrapper #mobile-menu-close.button {
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
-ms-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
z-index: 99;
}
.mobile-menu-wrapper #mobile-menu-close.button:hover {
margin-top: -4px;
}
.mobile-menu-wrapper {
left: -10px;
-webkit-transition: -webkit-transform 200ms ease;
-moz-transition: transform 200ms ease;
-o-transition: -o-transform 200ms ease;
transition: transform 200ms ease;
-webkit-transform: translate(-400px, 0px);
-moz-transform: translate(-400px, 0px);
transform: translate(-400px, 0px);
-webkit-backface-visibility: hidden;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-overflow-scrolling: touch;
width: 400px;
padding: 90px;
box-sizing: border-box;
background: #111111;
position: fixed;
top: 0px;
height: 100%;
color: #999;
}
body.leftmenu .mobile-menu-wrapper {
z-index: 1;
}
.mobile-menu-content {
display: table;
width: 100%;
height: 100%;
}
.mobile-menu-wrapper .mobile-menu-content > div {
width: 100%;
max-height: 100%;
overflow: auto;
display: table-cell;
vertical-align: middle;
}
body.leftmenu .mobile-menu-wrapper .mobile-menu-content>div {
display: block;
position: absolute;
bottom: 100px;
width: calc(100% - 100px);
box-sizing: border-box;
}
.mobile-menu-wrapper .mobile-menu-content .social-profile-wrapper {
margin-top: 20px;
}
.mobile-menu-wrapper .mobile-menu-content .social-profile-wrapper ul li a i {
font-size: 24px;
line-height: 24px;
}
body.admin-bar .mobile-menu-wrapper {
padding-top: 32px;
}
body.admin-bar #btn-close-mobile-menu {
top: 32px;
}
body.js-nav .mobile-menu-wrapper,
html[data-menu=leftmenu] body.js-nav .mobile-menu-wrapper {
-webkit-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
overflow-y: scroll;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
left: 0;
z-index: 99;
-webkit-box-shadow: -22px 0 40px rgba(0, 0, 0, 0.1);
-moz-box-shadow: -22px 0 40px rgba(0, 0, 0, 0.1);
box-shadow: -22px 0 40px rgba(0, 0, 0, 0.1);
}
#btn-close-mobile-menu {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
#btn-close-mobile-menu.open,
body.js-nav #btn-close-mobile-menu {
z-index: 99;
}
.mobile-main-nav,
#side-sub-menu {
margin-top: 40px;
margin-bottom: 40px;
list-style: none;
overflow: hidden;
width: 100%;
}
body.leftmenu .mobile-main-nav #side-sub-menu {
margin-top: 250px;
}
#side-sub-menu .sub-menu {
margin-left: 15px;
margin-top: 5px;
margin-bottom: 5px;
list-style: none;
}
#side-sub-menu li {
width: 100%;
}
.mobile-main-nav li a,
#side-sub-menu li a {
color: #777;
width: 100%;
display: block;
font-size: 14px;
font-weight: 600;
line-height: 2em;
text-transform: uppercase;
font-family: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif;
}
.mobile-main-nav li a:hover,
.mobile-main-nav li a:active,
#side-sub-menu li a:active {
color: #fff;
}
.mobile-main-nav li ul.sub-menu {
display: none;
}
.mobile-main-nav.mobile-nav-in {
-webkit-animation: main-nav-in 0.4s;
animation: main-nav-in 0.4s;
}
.mobile-main-nav.mobile-nav-out {
-webkit-animation: main-nav-out 0.4s;
animation: main-nav-out 0.4s;
}
#side-sub-menu.mobile-sub-nav-out {
-webkit-animation: sub-nav-out 0.4s;
animation: sub-nav-out 0.4s;
}
#side-sub-menu.mobile-sub-nav-in {
-webkit-animation: sub-nav-in 0.4s;
animation: sub-nav-in 0.4s;
}
#side-sub-menu li ul a:after {
display: none;
}
#mobile-back-btn {
text-transform: uppercase !important;
letter-spacing: 2px !important;
font-size: 12px !important;
margin-bottom: 5px;
}
#mobile-back-btn:before {
font-size: 11px;
margin-right: 0.7em;
position: relative;
display: inline;
font-family: 'Font Awesome 5 Free';
content: "\f104";
font-weight: 900;
}
.overlay-background {
opacity: 0;
visibility: hidden;
background-color: rgba(256, 256, 256, 1);
position: fixed;
z-index: -2;
top: 0;
left: 0;
width: 100%;
height: 100%;
-ms-transform: scale(0.9);
-moz-transform: scale(0.9);
-o-transform: scale(0.9);
-webkit-transform: scale(0.9);
transform: scale(0.9);
transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
}
#page-header-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
z-index: 1;
}
.overlay-background.visible {
opacity: 1;
visibility: visible;
}
.mobile-menu-wrapper #btn-close-mobile-menu {
position: absolute;
top: 42px;
right: 40px;
left: auto;
z-index: -1;
width: 20px;
height: 40px;
line-height: 42px;
border-radius: 25px;
background: #eee;
color: #fff;
text-align: center;
padding: 0 10px 0 10px;
cursor: pointer;
z-index: 10;
display: block;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.mobile-menu-wrapper #btn-close-mobile-menu:hover {
-webkit-transform: translate(0px, -5px);
-moz-transform: translate(0px, -5px);
transform: translate(0px, -5px);
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
-webkit-transition: all 0.1s;
-moz-transition: all 0.1s;
transition: all 0.1s;
}
.mobile-menu-wrapper #btn-close-mobile-menu.open {
z-index: 99;
}
.nav,
.subnav {
list-style: none;
padding: 10px 0 10px 0;
}
.subnav {
background: none;
}
.nav > li {
display: inline-block;
}
#menu-wrapper .nav ul,
#menu-wrapper div .nav {
list-style: none;
display: block;
padding: 0;
margin: 0;
margin-bottom: 0;
}
#menu-wrapper .nav ul li,
#menu-wrapper div .nav li {
display: inline-block;
margin: 0;
padding: 10px 8px 10px 8px;
}
body.centeralign #menu-wrapper div .nav>li {
padding: 10px 15px 10px 15px;
}
#menu-wrapper .nav ul li ul li,
#menu-wrapper div .nav li ul li {
clear: both;
width: 100%;
margin: 0;
text-align: left !important;
padding: 5px 20px 5px 20px;
box-sizing: border-box;
}
#menu-wrapper .nav ul li:last-child,
#menu-wrapper div .nav li:last-child {
margin-right: 0;
}
#menu-wrapper .nav ul li a,
#menu-wrapper div .nav li>a {
display: inline-block;
padding: 0;
margin: 0;
color: #666;
font-size: 12px;
padding: 0;
font-weight: 400;
margin-right: 10px;
font-family: "Roboto", 'Helvetica Neue', Arial, Verdana, sans-serif;
text-transform: uppercase;
position: relative;
padding: 0;
-webkit-transition: padding 0.3s;
-moz-transition: padding 0.3s;
transition: padding 0.3s;
}
#menu-wrapper .nav ul li a:before,
#menu-wrapper div .nav li>a:before,
.post-attribute a:before {
content: '';
display: block;
position: absolute;
bottom: 2px;
left: 0;
height: 1px;
width: 100%;
background-color: #666;
transform-origin: right top;
transform: scale(0, 1);
transition: color .1s, transform .2s ease-out;
}
#menu-wrapper .nav ul li a:active:before,
#menu-wrapper div .nav li>a:active:before {
background-color: #666;
}
#page-content-wrapper .inner .sidebar-wrapper a:not(.button) {
position: relative;
}
#menu-wrapper .nav ul li a:hover:before,
#menu-wrapper div .nav li>a:hover:before,
.post-attribute a:hover:before {
transform-origin: left top;
transform: scale(1, 1);
}
#menu-wrapper .nav ul li a,
#menu-wrapper div .nav li>a:first-child {
padding-left: 0;
}
#wrapper.transparent .top-menu-bar:not(.scroll) #menu-wrapper div .nav>li>a,
#wrapper.transparent .top-menu-bar:not(.scroll) #logo-right-wrapper a#mobile-nav-icon,
#wrapper.transparent #logo-wrapper .social-profile-wrapper ul li a,
#wrapper.transparent .top-menu-bar:not(.scroll) .menu-cart-wrapper a,
#wrapper.transparent .top-menu-bar:not(.scroll) .menu-client-wrapper a,
#wrapper.transparent .top-menu-bar:not(.scroll) .menu-client-wrapper {
color: #fff !important;
}
#wrapper.transparent #menu-wrapper .nav ul li a:before,
#wrapper.transparent #menu-wrapper div .nav li>a:before {
background: #fff !important;
}
#menu-wrapper .nav li.arrow>a:after,
#menu-wrapper div .nav li.arrow>a:after {
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: 10%;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
font-family: 'themify';
content: "\e64b";
float: right;
margin-left: 8px;
line-height: 3.5em;
}
#menu-wrapper .nav li.arrow>a:after,
#menu-wrapper div .nav li.arrow>a:after {}
#menu-wrapper .nav ul li.arrow>a:after,
#menu-wrapper div .nav li.arrow>a:after {
font-size: 7px;
}
#menu-wrapper .nav ul li a.hover,
#menu-wrapper .nav ul li a:hover,
#menu-wrapper div .nav li a.hover,
#menu-wrapper div .nav li a:hover {
color: #444;
z-index: 2;
position: relative;
}
#menu-wrapper div .nav>li.current-menu-item>a,
#menu-wrapper div .nav>li.current-menu-parent>a,
#menu-wrapper div .nav>li.current-menu-ancestor>a {
color: #444;
z-index: 2;
position: relative;
}
#menu-wrapper .nav ul li ul,
#menu-wrapper div .nav li ul {
list-style: none;
background: transparent;
position: absolute;
width: 220px;
height: 0;
padding: 0;
z-index: -1;
margin: 0;
margin-left: 0;
margin-top: 10px;
border: 0;
-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
opacity: 0;
overflow: hidden;
-webkit-transform: translate(0px, -15px);
-moz-transform: translate(0px, -15px);
transform: translate(0px, -15px);
transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
}
#menu-wrapper .nav ul li ul.viewport-flip,
#menu-wrapper div .nav li ul.viewport-flip {
left: -221px;
}
#menu-wrapper .nav ul li ul li ul,
#menu-wrapper div .nav li ul li ul {
position: absolute;
left: 221px;
margin-top: -40px;
margin-left: 0;
opacity: 0;
}
#menu-wrapper .nav ul li ul li ul:before,
#menu-wrapper div .nav li ul li ul:before {
display: none;
}
#menu-wrapper .nav>li:hover>ul,
#menu-wrapper .nav>li>ul>li:hover>ul {
z-index: 9;
opacity: 1;
height: auto;
-ms-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px);
overflow: visible;
}
#menu-wrapper div .nav li ul li a,
#1menu-wrapper div .nav li.current-menu-item ul li a,
#menu-wrapper div .nav li ul li.current-menu-item a,
#menu-wrapper .nav ul li ul li a,
#menu-wrapper .nav ul li.current-menu-item ul li a,
#menu-wrapper .nav ul li ul li.current-menu-item a,
#menu-wrapper div .nav li.current-menu-parent ul li a,
#menu-wrapper div .nav li ul li.current-menu-parent a {
display: block;
background: transparent;
height: auto;
}
#menu-wrapper .nav ul li ul li a,
#menu-wrapper div .nav li ul li a,
#menu-wrapper div .nav li.current-menu-parent ul li a {
border-top: 0;
margin: 0;
font-size: 11px;
padding: 0;
letter-spacing: 0;
font-weight: 400;
text-transform: none;
box-sizing: border-box;
-webkit-transition: color .2s linear, background .2s linear;
-moz-transition: color .2s linear, background .2s linear;
-ms-transition: color .2s linear, background .2s linear;
-o-transition: color .2s linear, background .2s linear;
transition: color .2s linear, background .2s linear;
}
#menu-wrapper .nav ul li:first-child>a,
#menu-wrapper .nav ul li ul li:first-child>a,
#menu-wrapper div .nav li.current-menu-parent ul li:first-child>a {
margin-top: 10px;
}
#menu-wrapper .nav ul li:last-child>a,
#menu-wrapper .nav ul li ul li:last-child>a,
#menu-wrapper div .nav li.current-menu-parent ul li:last-child>a {
margin-bottom: 10px;
}
#menu-wrapper .nav ul li.megamenu>ul,
#menu-wrapper div .nav li.megamenu>ul {
position: absolute;
width: 960px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
padding: 0;
box-sizing: border-box;
}
#menu-wrapper .nav ul li:not(.megamenu)>ul.sub-menu>li.arrow>a:after,
#menu-wrapper div .nav li:not(.megamenu)>ul.sub-menu>li.arrow>a:after {
font-size: 7px;
margin-left: 8px;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: 10%;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
margin-top: 0;
font-family: 'themify';
content: "\e649";
float: right;
margin-right: 0px;
line-height: 3.5em;
}
#menu-wrapper div .nav li.megamenu ul li {
display: block;
box-sizing: border-box;
clear: none;
float: left;
border-left: 1px solid #eeeeee;
}
#menu-wrapper div .nav li.megamenu ul li>a {
display: none;
}
#menu-wrapper div .nav li.megamenu ul li:first-child {
border: 0;
}
#menu-wrapper div .nav li.megamenu.col2 ul>li.menu-item-has-children {
width: 50%;
padding: 5px 15px 0 0;
}
#menu-wrapper div .nav li.megamenu.col3 ul>li.menu-item-has-children {
width: 33.3%;
padding: 5px 15px 0 0;
}
#menu-wrapper div .nav li.megamenu.col4 ul>li.menu-item-has-children {
width: 25%;
padding: 5px 15px 0 0;
}
#menu-wrapper .nav ul li.megamenu ul li ul,
#menu-wrapper div .nav li.megamenu ul li ul {
position: relative;
width: 100%;
margin: 0;
border: 0;
box-shadow: 0 0 0;
display: block !important;
opacity: 1 !important;
left: 0;
height: auto;
-ms-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
overflow: visible;
border-radius: 5px;
overflow: hidden;
-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
}
#menu-wrapper .nav ul li.megamenu ul li ul li,
#menu-wrapper div .nav li.megamenu ul li ul li {
width: 100% !important;
border: 0 !important;
}
#menu-wrapper div .nav li.megamenu ul li>a,
#menu-wrapper div .nav li.megamenu ul li>a:hover,
#menu-wrapper div .nav li.megamenu ul li>a:active {
color: #444;
box-sizing: border-box;
background: transparent;
}
#menu-wrapper .nav ul li.megamenu ul li ul li a,
#menu-wrapper div .nav li.megamenu ul li ul li a {
color: #888;
border-bottom: 0;
}
#menu-wrapper .nav ul li.megamenu ul li ul li,
#menu-wrapper div .nav li.megamenu ul li ul li a {
width: auto;
display: inline-block;
margin-left: 5px;
padding: 0;
}
@media only screen and (min-width: 1200px) {
#menu-wrapper .nav ul li.megamenu>ul,
#menu-wrapper div .nav li.megamenu>ul {
max-width: 1350px;
width: 100%;
width: calc(100% - 180px);
box-sizing: border-box;
}
}
.top-contact-info {
font-size: 12px;
color: #222;
float: right;
line-height: 40px;
}
.top-contact-info i {
margin-right: 10px;
color: #222;
font-size: 12px;
vertical-align: middle;
}
.top-contact-info span {
display: inline-block;
margin-right: 10px;
}
.top-contact-info a {
color: #444;
}
#top-menu {
float: left;
display: block;
list-style: none;
}
#top-menu li {
float: left;
margin-right: 20px;
}
#top-menu li a {
font-size: 13px;
font-weight: 400;
color: #222;
line-height: 40px;
}
#footer-menu li ul {
display: none;
}
.elementor-megamenu-wrapper {
text-align: left;
} .footer-main-container {
clear: both;
width: 100%;
margin: auto;
padding: 0 0 10px 0;
float: left;
background: #fff;
-webkit-transition: -webkit-transform 500ms ease;
-o-transition: -o-transform 500ms ease;
transition: -webkit-transform 500ms ease;
}
#footer-wrapper {
width: 100%;
float: left;
}
body.footer-reveal #footer-wrapper {
position: fixed;
bottom: 0;
z-index: -1;
}
body.leftmenu #footer-wrapper {
width: calc(100% - 300px);
margin-left: 300px;
}
#footer {
width: 100%;
margin: auto;
word-wrap: break-word;
margin-bottom: 0;
float: left;
clear: both;
}
#footer.empty {
padding: 0;
}
#footer a {
color: #000;
}
#footer a:hover,
#footer a:active {
color: #000;
}
#footer .sidebar-widget li h2.widgettitle {
margin-top: 10px;
margin-bottom: 25px;
}
#footer .sidebar-widget li.widget_archive #archives-dropdown--1 {
margin-top: 5px;
}
#footer .sidebar-widget li.widget_calendar .calendar_wrap {
margin-top: 30px;
}
#footer ul.sidebar-widget {
width: 960px;
list-style: none;
margin: 0;
margin: auto;
padding-top: 50px;
padding-bottom: 50px;
}
#footer ul.sidebar-widget:after {
content: '';
display: block;
clear: both;
}
#footer ul.sidebar-widget li ul {
list-style: none;
margin-left: 0;
}
#footer ul.sidebar-widget li ul li ul.children {
margin-left: 10px;
margin-bottom: 0;
}
#footer ul.sidebar-widget li ul li ul.children li:last-child {
border: 0;
margin-bottom: 0;
}
#footer .sidebar-widget.four>li {
width: 20%;
float: left;
margin-right: 5%;
margin-bottom: 5%;
}
#footer .sidebar-widget.four>li:nth-child(4) {
margin-right: 0;
width: 25%;
}
#footer .sidebar-widget.four>li:nth-child(4n) {
margin-right: 0;
float: right;
}
#footer .sidebar-widget.four>li:nth-child(4n+1) {
clear: both;
}
#footer .sidebar-widget.three>li {
width: 31.33%;
margin-right: 3%;
margin-bottom: 3%;
float: left;
}
#footer .sidebar-widget.three>li:nth-child(3n) {
margin-right: 0;
float: right;
}
#footer .sidebar-widget.three>li:nth-child(3n+1) {
clear: both;
}
#footer .sidebar-widget.two>li {
width: 48%;
float: left;
margin-right: 2%;
}
#footer .sidebar-widget.two>li:nth-child(2) {
margin-right: 0;
width: 50%;
}
#footer .sidebar-widget.two>li:nth-child(2n) {
margin-right: 0;
float: right;
}
#footer .sidebar-widget.two>li:nth-child(2n+1) {
clear: both;
}
#footer .sidebar-widget.one {
float: none;
}
#footer .sidebar-widget.one>li {
width: 100%;
clear: both;
float: left;
margin-bottom: 30px;
text-align: center;
}
#footer .sidebar-widget.one>li .social-profile-wrapper.shortcode ul {
text-align: center;
}
#footer .sidebar-widget.one>li:last-child {
margin-bottom: 0;
}
#footer ul.sidebar-widget li ul.posts.blog li img {
width: 60px;
float: left;
margin: 0 15px 15px 0;
}
#footer ul.sidebar-widget li ul.posts.blog li {
clear: both !important;
float: left;
border: 0;
width: 100%;
}
#footer ul.sidebar-widget li ul li ul.sub-menu {
margin-left: 15px;
}
#footer ul.sidebar-widget li ul.flickr li {
margin: 0 2% 0 0;
border-bottom: 0;
width: 31%
}
#footer ul.sidebar-widget.one li ul.flickr li {
width: 8%;
margin: 0 2% 1.2% 0;
}
#footer ul.sidebar-widget.two li ul.flickr li {
width: 15%;
margin: 0 2% 1% 0;
}
#footer ul.sidebar-widget.three li ul.flickr li {
width: 20%;
margin: 0 2% 0 0;
}
#footer ul.sidebar-widget li ul.flickr li img {
width: 100%;
height: auto;
}
#copyright {
float: left;
width: 30%;
font-weight: normal;
text-align: left;
}
.footer-main-container.fullscreen #copyright {
color: #fff;
}
.footer-main-container.fullscreen .footer-main-container-wrapper,
.footer-main-container.wall .footer-main-container-wrapper,
.footer-main-container.static .footer-main-container-wrapper {
margin: auto;
float: none;
}
.footer-main-container-wrapper {
width: 960px;
margin: auto;
-webkit-transition: -webkit-transform 500ms ease;
transition: -webkit-transform 500ms ease;
-webkit-font-smoothing: antialiased;
clear: both;
color: #fff;
border-top: 1px solid #444;
padding-top: 20px;
}
#go-to-top {
width: 45px;
height: 45px;
box-sizing: border-box;
opacity: 0;
text-align: center;
padding: 10px 10px 10px 10px;
position: fixed; bottom: 24px;
right: 20px;
cursor: pointer;
transition: color 300ms, background-color 300ms, opacity 300ms;
-moz-transition: color 300ms, background-color 300ms, opacity 300ms;
-o-transition: color 300ms, background-color 300ms, opacity 300ms;
-webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
z-index: 9;
background: transparent;
border: 1px solid #000;
color: #000;
display: block;
}
#go-to-top span {
font-size: 1em;
line-height: 24px;
} #content-wrapper {
width: 72%;
float: left;
margin: 0;
}
#page-content-wrapper:not(.wide),
.page-content-wrapper:not(.wide) {
width: 960px;
width: calc(100% - 180px);
margin: auto;
padding-bottom: 0;
margin-top: 0;
}
body.home.blog #page-content-wrapper {
margin-top: 20px;
}
#page-content-wrapper.wide.nomargin,
.page-content-wrapper.wide.nomargin {
margin-top: 0;
}
.page-content-wrapper,
.page-content-wrapper .inner,
.page-content-wrapper .inner .inner-wrapper {
width: 100%;
float: left;
}
body:not(.elementor-page) #page-content-wrapper img {
max-width: 100%;
height: auto;
}
.standard-wrapper {
width: 960px;
width: calc(100% - 180px);
margin: auto;
position: relative;
float: none;
}
.standard-wrapper.withpadding {
padding-top: 30px;
padding-bottom: 30px;
}
.page-content-wrapper.fullwidth,
#page-content-wrapper.fullwidth {
width: 100%;
padding: 0;
}
#page-content-wrapper .inner {
width: 100%;
margin: auto;
float: left;
}
#page-content-wrapper .inner .inner-wrapper {
padding-top: 0;
width: 100%;
float: left;
}
#page-content-wrapper.hasbg .inner .inner-wrapper {
padding-top: 60px;
}
.type-post.classic.classic:first-child {
margin-top: 0;
}
.type-post.type-post.classic {
margin-bottom: 20px;
margin-top: 20px;
}
.type-post.classic {
float: left;
}
.post.type-post.sticky .post-wrapper,
body:not(.single) .post:first-child.type-post.sticky .post-wrapper {
padding: 40px 30px 30px 30px;
box-sizing: border-box;
}
body.page-template-blog-fg .post.type-post {
margin-bottom: 4%;
}
body.page-template-blog-fg .post.type-post .post-wrapper {
border: 0;
padding: 0;
}
body.search-results .hentry {
float: left;
width: 100%;
margin-bottom: 20px;
border: 0;
}
body.search-results .hentry .post-header h5 {
font-size: 22px;
}
#page-content-wrapper .inner #blog-grid-wrapper.sidebar-content {
margin-right: 0;
padding-right: 0;
box-sizing: border-box;
margin-bottom: 0;
}
#page-content-wrapper .inner #blog-grid-wrapper.sidebar-content.left-sidebar {
padding-right: 0;
}
#blog-grid-wrapper.sidebar-content:not(.fullwidth) .post.type-post,
.post.type-post.grid-layout {
width: 48%;
margin-top: 0;
margin-bottom: 5%;
float: left;
border: 0;
}
#blog-grid-wrapper.sidebar-content:not(.fullwidth) .post.type-post:nth-child(even),
.post.type-post.grid-layout.last {
float: right;
}
body.single .post.type-post {
border: 0;
margin-bottom: 0;
}
.post.type-post.last-child {
border: 0;
margin: 0;
padding: 0;
}
#blog-grid-wrapper {
padding-top: 30px;
}
#blog-grid-wrapper .post.type-post,
.blog-grid-wrapper .post.type-post {
margin-bottom: 20px;
box-sizing: border-box;
padding: 0;
padding: 0;
box-sizing: border-box;
border: 0;
}
body.page-template-blog-g-php #blog-grid-wrapper .post.type-post,
body.error404 #blog-grid-wrapper .post.type-post,
body.archive #blog-grid-wrapper .post.type-post {
float: left;
width: 31.66%;
float: left;
margin-right: 2.5%;
margin-bottom: 3.5%;
margin-top: 0;
}
body.page-template-blog-g-php #blog-grid-wrapper .post.type-post:nth-child(3n),
body.error404 #blog-grid-wrapper .post.type-post:nth-child(3n),
body.archive #blog-grid-wrapper .post.type-post:nth-child(3n) {
margin-right: 0;
}
body.page-template-blog-g-php #blog-grid-wrapper .post.type-post:nth-child(3n+1),
body.error404 #blog-grid-wrapper .post.type-post:nth-child(3n+1),
body.archive #blog-grid-wrapper .post.type-post:nth-child(3n+1) {
clear: both;
}
body.page-template-blog-g-php #blog-grid-wrapper .post.type-post.last {
margin-right: 0;
float: right;
}
.post.type-post:last-child {
margin-bottom: 0;
}
.post-wrapper.grid-layout {
float: left;
}
body.single .post-wrapper {
padding-bottom: 0;
word-break: break-word;
}
body.single .post-wrapper p:first-child {
padding-top: 0 !important;
}
body.single .post-related .post-wrapper {
width: 100%;
position: relative;
}
body.single .post-related .post-wrapper .post-related-link {
position: absolute;
width: 100%;
height: 100%;
z-index: 3;
top: 0;
left: 0;
}
body.single .post-related .post-wrapper.has-featured-img .post-related-link:before {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 3;
background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,transparent),color-stop(56%,rgba(0,0,0,0.1)),color-stop(93%,rgba(0,0,0,0.6)),to(rgba(0,0,0,0.69)));
background-image: -webkit-linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 56%,rgba(0,0,0,0.6) 93%,rgba(0,0,0,0.69) 100%);
background-image: linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 56%,rgba(0,0,0,0.6) 93%,rgba(0,0,0,0.69) 100%);
}
.post-related .post-wrapper .post-related-featured-img {
width: 100%;
height: 400px !important;
object-fit: cover;
line-height: 0;
}
.post-related .post-header-wrapper {
clear: both;
float: left;
width: 100%;
box-sizing: border-box;
text-align: left;
padding: 25px 0 25px 0;
text-align: center;
}
.post-related .has-featured-img {
position: relative;
height: 400px;
overflow: hidden;
}
.post-related .has-featured-img img {
transition: transform 1.5s ease-out,-webkit-transform 1.5s ease-out;
}
.post-related .has-featured-img:hover img {
transform: scale(1.1);
}
.post-related .has-featured-img .post-header-wrapper {
position: absolute;
bottom: 0;
z-index: 3;
width: 100%;
padding: 60px 20px 10px;
text-align: center;
background: transparent;
background-image: linear-gradient(-180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 100%);
}
.post-related .post-info-date {
width: 40%;
}
.post-related .post-info-cat {
width: 60%;
}
.post-info-cat.post-info-nodate,
.post-related .post-info-cat.post-info-nodate
{
border-left: 0;
}
.post-related .post-detail.single-post {
margin-top: 10px;
margin-bottom: 15px;
}
.post-related .has-featured-img .post-info-cat a,
.post-related .has-featured-img .post-header.grid a,
.post-related .has-featured-img .post-button-wrapper a,
.post-related .has-featured-img .post-info-date {
color: #fff;
}
.post-related .has-featured-img .post-detail.single-post,
.post-related .has-featured-img .post-info-cat, 
.post-related .has-featured-img .post-info-cat a {
border-color: rgba(256,256,256,0.6);
}
.post-related .has-featured-img .post-header.grid, 
.post-related .post-header.grid {
margin-bottom: 0;
}
.post-related .post-button-wrapper {
margin-bottom: 0;
}
.post-related .post-button-wrapper {
opacity: 0.5;
}
body:not(.single) .post:first-child .post-wrapper,
body.page-template-blog-gs-php .post:first-child .post-wrapper,
body.page-template-blog-gs-php .post:nth-child(2) .post-wrapper,
body.page-template-blog-gls-php .post:first-child .post-wrapper,
body.page-template-blog-gls-php .post:nth-child(2) .post-wrapper,
body.page-template-blog-g-php .post:first-child .post-wrapper,
body.page-template-blog-g-php .post:nth-child(2) .post-wrapper,
body.page-template-blog-g-php .post:nth-child(3) .post-wrapper,
body.error404 .post:first-child .post-wrapper,
body.error404 .post:nth-child(2) .post-wrapper,
body.error404 .post:nth-child(3) .post-wrapper {
border-top: 0;
padding-top: 0;
}
body.search .post-wrapper:first-child {
padding: 0 0 25px 0;
border: 0;
}
.post-wrapper.single {
width: 100%;
margin: 0;
}
body.single .post-views {
display: none;
}
.post-header {
width: 100%;
margin-bottom: 0;
}
.post-header p {
text-align: left;
}
.post-header.search {
width: calc(100% - 50px);
margin-bottom: 0;
margin-left: 10px;
text-align: left;
}
body.search-results .post-header.search {
width: calc(100% - 90px);
}
.post-header.quote {
margin-bottom: 0;
}
.readmore {
font-weight: 700;
display: inline-block;
}
.readmore span {
display: none;
}
.readmore:hover {
opacity: 1;
}
.wp-link-pages {
margin: 20px 0 20px 0;
letter-spacing: 1px;
font-size: 13px;
text-transform: uppercase;
}
.wp-link-pages .post-page-numbers.current,
.post-nav-links span {
font-weight: 600;
}
.wp-link-pages .wp-link-pages-label,
.post-nav-links {
margin-right: 5px;
font-size: 10px;
letter-spacing: 3px;
text-transform: uppercase;
}
body:not(.elementor-page) .comment_disable_clearer {
min-height: 40px;
}
.wp-link-pages .post-page-numbers,
.post-nav-links span,
.post-nav-links .post-page-numbers {
margin-right: 5px;
font-size: 13px;
}
.post-header.grid {
margin-bottom: 15px;
width: 100%;
box-sizing: border-box;
}
.post-header.full {
width: 100%;
}
.post-header.grid h6 {
font-size: 20px;
line-height: 1.6;
}
.post-header h3 a,
.post-header.grid h6 a {
color: #222222;
}
.post-header h5 {
font-size: 26px;
margin: 20px 0 20px 0;
}
.sticky .post-header h5 {
margin: 5px 0 20px 0;
}
body.home.blog .post-header h5 {
line-height: 1.2;
}
.post-header h6 {
font-size: 26px;
}
.post-header h5 a,
.post-header h6 a {
color: #222222;
}
.post-attribute a {
position: relative;
padding: 3px 0 3px 0;
}
.post-attribute a:before {
opacity: 0.5;
}
.post-excerpt {
width: 100%;
margin: auto;
}
.post-excerpt br:first:child {
display: none;
}
.post-excerpt.post-tag {
width: auto;
margin: initial;
text-align: center;
margin-top: 20px;
}
.post-excerpt.post-tag a {
color: #000;
border: 1px solid #000;
display: inline-block;
background: #ffffff;
padding: 12px 20px 12px 20px;
margin-right: 20px;
margin-bottom: 20px;
position: relative;
font-size: 12px;
box-shadow: 0 0 0 rgba(0, 0, 0, .25);
transition: all .6s cubic-bezier(.23, 1, .32, 1);
}
.post-excerpt.post-tag a i {
margin-right: 10px;
vertical-align: middle;
}
.post-excerpt.post-tag a:hover {
background: transparent;
transform: translateY(-2px);
box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}
body.password-protected #about-the-author,
body.password-protected .post-related,
body.password-protected .post-excerpt.post-tag {
display: none;
}
#about-the-author {
margin: 60px 0 0 0;
border-top: 1px solid #dce0e0;
padding: 40px 0 40px 0;
box-sizing: border-box;
}
#about-the-author:after {
content: " ";
display: block;
height: 0;
clear: both;
}
#about-the-author .gravatar {
float: left;
margin-right: 20px;
}
#about-the-author .author-detail {
float: left;
width: calc(100% - 120px);
}
.author-detail .author-content h4 {
font-size: 16px;
font-weight: 600;
}
.post-related {
margin: auto;
margin-top: 40px;
margin-bottom: 80px;
width: 100%;
box-sizing: border-box;
}
.post-related h5 {
margin-bottom: 30px;
}
.post-content-wrapper {
margin: 0;
clear: both;
width: 100%;
box-sizing: border-box;
}
.post-content-wrapper.fullwidth {
width: 100%;
}
.post-detail {
width: 100%;
padding: 0;
float: left;
margin: 5px 0 0 0;
font-weight: 400;
}
.search-form-wrapper {
margin-bottom: 60px;
}
body.search .search-form-wrapper {
margin-top: 0;
}
.search-form-wrapper .content {
font-size: 16px;
text-align: center;
width: 60%;
margin: auto;
margin-bottom: 40px;
}
.post-header .post-detail.grid {
margin-top: 5px;
}
.post-header .post-detail.full {
width: 100%;
margin-top: 7px;
margin-bottom: 7px;
}
.post-header .post-detail.grid {
margin-bottom: 0;
}
.post-attribute,
.post-date {
padding: 0;
margin-top: 0;
margin-top: 0;
font-size: 13px;
text-transform: uppercase !important;
}
.post-button-wrapper .post-attribute {
float: none;
margin-top: 60px;
clear: both;
}
.post-related .post-button-wrapper .post-attribute {
margin-top: 0;
}
.post-button-wrapper .post-author {
float: left;
margin-right: 10px;
font-size: 13px;
letter-spacing: 2px;
text-transform: uppercase;
}
.post-button-wrapper .post-author .gravatar
{
width: 35px;
height: 35px;
margin-right: 10px;
}
.post-button-wrapper .post-author .gravatar img {
width: 35px !important;
height: auto;
}
.post-button-wrapper .post-author .post-author-detail {
float: left;
line-height: 3;
}
.post-detail.single-post {
overflow: hidden;
}
.post-info-cat {
display: inline-block;
transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
width: calc(49% - 20px);
border-left: 1px solid #000;
padding: 15px 0 15px 20px;
}
.post-info-date {
display: inline-block;
width: 49%;
padding: 15px 10px 15px 10px;
transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
body.single-post #page-header h1,
body.single-post .post-author-name-before,
body.single-post .post-published-date-before {
overflow: hidden;
display: block;
}
body.single-post #page-header h1 span.smoove {
display: inline-block;
transition: transform 1000ms cubic-bezier(.23,1.000,.32,1.000) 120ms;
}
body.single-post #page-header .gravatar.smoove {
display: inline-block;
transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 240ms;
}
body.single-post #page-header .post-author-name-before span.smoove {
display: inline-block;
transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 240ms;
}
body.single-post #page-header .post-published-date-before span.smoove {
display: inline-block;
transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1) 360ms;
}
.post-author-detail .post-author-name h6 {
font-size: 16px;
font-weight: 600;
margin-top: 10px;
}
a.continue-reading {
position: relative;
color: #181B31;
text-decoration: none;
float: left;
transform: translateX(45px);
transition: all 0.3s;
display: block;
line-height: 2.7;
}
.post-wrapper:hover a.continue-reading {
color: #181B31;
transform: translateX(0px);
}
a.continue-reading:before,
a.continue-reading:after {
content: '';
display: block;
position: absolute;
height: 1px;
top: 44%;
background: #181B31;
border-radius: 4px;
transition: all 0.3s;
}
a.continue-reading:before {
width: 30px;
right: 110%;
}
a.continue-reading:after {
width: 0%;
left: 110%;
}
.post-wrapper:hover a.continue-reading:before {
width: 0%;
}
.post-wrapper:hover a.continue-reading:after {
width: 30px;
}
a.continue-reading span {
position: absolute;
display: block;
width: 30px;
height: 100%;
right: -30%;
top: 0px;
}
a.continue-reading span:before,
a.continue-reading span:after {
content: '';
display: block;
position: absolute;
width: 0;
height: 1px;
top: 0;
right: 0;
background: #181B31;
border-radius: 4px;
transform: rotate(45deg);
transition: all 0.15s;
transition-delay: 0.25s;
opacity: 0;
}
a.continue-reading span:before {
top: 30px;
right: 0;
transform: rotate(45deg);
}
a.continue-reading span:after {
top: 14px;
right: 0;
transform: rotate(-45deg);
}
.post-wrapper:hover a.continue-reading span:before {
width: 11px;
top: 8px;
right: -8px;
opacity: 1;
}
.post-wrapper:hover a.continue-reading span:after {
width: 11px;
top: 15px;
right: -8px;
opacity: 1;
}
.sticky .post-wrapper:hover a.continue-reading span:before,
body:not(.elementor-page) .post-wrapper:hover a.continue-reading span:before {
top: 12px;
right: -8px;
}
.sticky .post-wrapper:hover a.continue-reading span:after,
body:not(.elementor-page) .post-wrapper:hover a.continue-reading span:after {
top: 20px;
right: -8px;
}
.post-button-wrapper {
margin-bottom: 20px;
margin-top: 10px;
float: left;
width: 100%;
}
.sticky .post-button-wrapper {
margin-bottom: 10px;
}
.post-detail.single-post a,
.post-detail.single-post a:hover,
.post-detail.single-post a:active {}
.post-detail.single-post {
margin-top: 5px;
margin-bottom: 25px;
padding: 0;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}
body.single .post-detail.single-post.related {
margin-bottom: 5px;
}
#page-header.hasbg .post-detail,
#page-header.hasbg .post-detail a,
#page-header.hasbg .post-detail a:hover,
#page-header.hasbg .post-detail a:active,
.page-tagline {
padding: 0;
color: #fff;
margin-top: 10px;
}
#page-header.hasbg .post-attribute {
color: #fff;
}
#page-header .post-attribute {
margin-top: 25px;
}
#page-header .post-detail {
float: none;
}
.gravatar {
position: relative;
overflow: hidden;
float: left;
width: 60px;
height: 60px;
border-radius: 200px;
}
.comment .gravatar {
width: 60px;
height: 60px;
}
.gravatar img {
max-width: 60px !important;
}
#about-the-author .header span {
display: block;
padding: 10px 0 10px 20px;
font-size: 14px;
}
#about-the-author .thumb {
width: 80px;
float: left;
margin: 20px 0 0 20px;
}
#about-the-author .thumb img {
padding: 3px;
width: 50px;
}
#about-the-author .description {
width: 550px;
float: left;
padding: 0 0 0 20px;
}
.comment .left img.avatar {
width: 50px;
height: 50px;
}
.comment {
width: 100%;
padding: 30px 0 25px 0;
float: left;
border-bottom: 1px solid #dce0e0;
}
.fullwidth-comment-wrapper .comment {
width: 100%;
}
.comment .left {
float: left;
margin-right: 15px;
}
.comment .right {
width: calc(100% - 85px);
float: left;
margin-left: 25px;
padding: 0;
}
.fullwidth-comment-wrapper .comment .right {
width: calc(100% - 85px);
}
.fullwidth-comment-wrapper.sidebar .comment .right {
width: calc(100% - 85px);
}
.fullwidth-comment-wrapper .comment .right h7 {
font-weight: 600;
}
.fullwidth-comment-wrapper.sidebar .comment .right.fullwidth {
width: 100%;
margin-left: 0;
}
.comment .right p {
margin: 0;
padding: 0;
}
.comment .right strong {
font-weight: #fff;
}
#page-content-wrapper .inner .sidebar-content ul.children {
width: 100%;
float: left;
margin-left: 0;
padding-left: 30px;
box-sizing: border-box;
}
.comment-date {
margin: 0px;
display: inline;
margin-left: 5px;
opacity: 0.5;
font-style: italic;
}
ul.children .comment {
width: 100%;
margin: 0;
padding: 30px 0 25px 0;
float: left;
}
ul.children .comment:first-child {
margin-top: 0px;
}
.social-profile-wrapper {
width: 100%;
margin: 20px 0 5px 0;
}
#logo-wrapper .social-profile-wrapper {
width: auto;
margin: 0;
left: 30px;
text-align: left;
position: absolute;
}
.footer-main-container-wrapper .social-profile-wrapper {
width: 50%;
float: right;
text-align: right;
margin: 0;
margin-top: -2px;
}
.above-top-menu-bar .social-profile-wrapper {
margin: 0;
float: right;
width: auto;
}
.social-profile-wrapper.shortcode,
.social-profile-wrapper.shortcode ul {
margin: 0;
}
#page-content-wrapper .sidebar .content .textwidget .social-profile-wrapper.shortcode,
.page-content-wrapper .sidebar .content .textwidget .social-profile-wrapper.shortcode,
#page-content-wrapper .sidebar .content .textwidget .social-profile-wrapper.shortcode ul,
.page-content-wrapper .sidebar .content .textwidget .social-profile-wrapper.shortcode ul {
text-align: center;
}
.social-profile-wrapper ul {
list-style: none;
margin-left: 0 !important;
}
.above-top-menu-bar .social-profile-wrapper ul {
text-align: right;
}
.footer-main-container-wrapper .menu-all-pages-container {
float: right;
width: 70%;
}
.footer-main-container-wrapper .social-profile-wrapper ul {
text-align: right;
}
#page-content-wrapper .social-profile-wrapper ul {
list-style: none;
margin-top: 12px;
}
#page-content-wrapper .social-profile-wrapper.shortcode ul {
margin-top: 0;
}
#page-content-wrapper .sidebar .content .sidebar-widget li .social-profile-wrapper.shortcode ul,
.page-content-wrapper .sidebar .content .sidebar-widget li .social-profile-wrapper.shortcode ul {
margin-bottom: 0;
}
.social-profile-wrapper ul li,
.social-profile-wrapper.small ul li {
display: inline-block;
margin-right: 15px;
}
#logo-wrapper .social-profile-wrapper ul li {
margin-right: 10px;
}
.social-profile-wrapper.shortcode ul li,
.social-profile-wrapper.small.shortcode ul li {
margin: 0 5px 10px 5px !important;
}
.footer-main-container-wrapper .social-profile-wrapper ul li {
background: transparent !important;
border: 0 !important;
width: 16px;
height: 16px;
margin-left: 20px;
margin-right: 0;
float: right;
}
.social-profile-wrapper.light ul li {
border: 0 !important;
}
.social-profile-wrapper.large ul li {
width: 50px;
height: 50px;
}
.above-top-menu-bar .social-profile-wrapper ul li {
background: transparent;
border: 0;
width: auto;
height: auto;
margin-right: 0px;
}
.above-top-menu-bar .social-profile-wrapper ul li {
background: transparent;
border: 0;
width: auto;
height: auto;
margin-right: 0px;
}
.social-profile-wrapper.shortcode ul li {
clear: none !important;
float: none !important;
width: auto !important;
display: inline-block !important;
}
.social-profile-wrapper.shortcode ul li a {
display: block;
width: 40px;
height: 40px;
color: #fff !important;
background: #000;
border-radius: 250px;
line-height: 42px;
text-align: center;
}
.social-profile-wrapper.shortcode ul li a i {
position: relative;
top: 1px;
}
.social-profile-wrapper.shortcode ul li.facebook a {
background: #2D5F9A;
}
.social-profile-wrapper.shortcode ul li.twitter a {
background: #00C3F3;
}
.social-profile-wrapper.shortcode ul li.pinterest a {
background: #bd081c;
}
.social-profile-wrapper.shortcode ul li.google a {
background: #db4437;
}
.social-profile-wrapper.shortcode ul li.youtube a {
background: #cc181e;
}
.social-profile-wrapper.shortcode ul li.flickr a {
background: #FF0084;
}
.social-profile-wrapper.shortcode ul li.vimeo a {
background: #00ADEF;
}
.social-profile-wrapper.shortcode ul li.tumblr a {
background: #36465d;
}
.social-profile-wrapper.shortcode ul li.dribbble a {
background: #EA4C89;
}
.social-profile-wrapper.shortcode ul li.linkedin a {
background: #0077B5;
}
.social-profile-wrapper.shortcode ul li.instagram a {
background: #405de6;
}
.social-profile-wrapper.shortcode ul li.behance a {
background: #1769ff;
}
.sidebar-content ul li .social-profile-wrapper.shortcode,
.sidebar-content ul li .social-profile-wrapper.shortcode ul {
text-align: center !important;
}
.mobile-menu-wrapper .sidebar-wrapper h2.widgettitle:before {
border: 0;
}
.mobile-menu-wrapper .sidebar-wrapper h2.widgettitle span {
background: transparent;
padding-left: 0;
padding-right: 0;
}
.above-top-menu-bar .social-profile-wrapper ul li:last-child a {
margin-right: 0;
}
.above-top-menu-bar .social-profile-wrapper ul li a {
display: inline-block;
color: #fff;
padding: 0;
margin-left: 5px;
margin-right: 5px;
line-height: 30px;
}
.above-top-menu-bar .page-content-wrapper {
margin: auto;
width: 960px;
float: none;
}
.footer-main-container-wrapper .social-profile-wrapper ul li a {
color: #fff;
}
.social-profile-wrapper ul li a i,
.social-profile-wrapper.small ul li a i {
line-height: 18px;
font-size: 18px;
}
.above-top-menu-bar .social-profile-wrapper ul li a i {
font-size: 14px;
line-height: 18px;
}
.footer-main-container-wrapper .social-profile-wrapper ul li a i {
line-height: 20px;
font-size: 18px;
}
.social-profile-wrapper.large ul li a i {
line-height: 32px;
font-size: 24px;
}
.above-top-menu-bar .social-profile-wrapper ul li:hover {
background: transparent !important;
opacity: 1;
}
#page-header {
padding: 25px 0 30px 0;
width: 100%;
margin-bottom: 65px;
background: #ffffff;
}
body.single-product #page-header h1 {
display: none;
float: left;
}
body.single-product #page-header {
padding: 0;
margin-bottom: 0;
display: none;
}
#page-header.hasbg {
height: 60%;
max-height: 750px;
position: relative;
top: 0;
right: 0;
width: 100%;
border: 0;
padding: 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.post-caption {
text-align: center;
margin: 50px 0 30px 0;
}
#page-content-wrapper.hasbg .post-caption {
margin-top: 30px;
}
.post-caption .post-detail {
font-size: 14px;
display: inline-block;
width: auto;
float: none;
}
#page-header.nomargin {
margin-bottom: 0;
}
#page-header .page-title-wrapper {
width: 100%;
text-align: center;
}
body.single-post #page-header .page-title-wrapper {
width: 100%;
}
body.themegoods-single-post-fullwidth #page-header .page-title-wrapper .page-title-inner .page-title-content.title_align_center {
width: 80%;
margin: auto;
}
body.single-post #page-header .post-detail {
margin-top: 30px;
margin-bottom: 10px;
}
body.single-post .post-author {
margin: auto;
text-align: center;
display: inline-block;
margin-top: 30px;
}
body.single-post .post-author .gravatar {
display: inline-block;
margin-right: 15px;
width: 50px;
height: 50px;
}
body.single-post .post-author .gravatar img {
max-width: 100%;
height: auto;
max-width: 50px !important;
}
body.single-post .post-author .post-author-detail {
display: inline-block;
text-align: left;
}
body.single-post .post-author .post-author-detail .post-author-name {
font-weight: 700;
display: block;
margin-top: 5px;
}
body.single-post .post-author .post-author-detail .post-published-date-before {
font-weight: 400;
display: block;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 2px;
margin-top: -2px;
}
#page-header.hasbg {
width: 100%;
height: 600px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: relative;
}
#page-header.hasbg .page-title-wrapper {
margin: auto;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
}
#page-header.hasbg .page-title-wrapper .standard-wrapper {
display: table;
width: 100%;
height: 100%;
}
#page-header.hasbg .page-title-wrapper .page-title-inner {
position: relative;
display: table-cell;
vertical-align: middle;
}
#page-header.hasbg .page-title-wrapper .page-title-inner .page-title-content {
width: 100%;
margin: auto;
}
#wrapper.transparent #page-header.hasbg .page-title-wrapper .page-title-inner .page-title-content {
margin-top: 50px;
}
#page-header.hasbg h1,
#page-header.hasbg .page-tagline {
color: #fff;
}
.page-tagline {
width: auto;
margin: auto;
float: none;
margin-top: 10px;
}
#page-header.hasbg .page-tagline {
border: 0;
}
.one-half {
float: left;
width: 48%;
margin-right: 3.5%;
box-sizing: border-box;
}
.one-half.last {
float: right;
width: 48%;
margin-right: 0;
clear: right;
}
.one-third {
width: 30.66%;
float: left;
margin-right: 4%;
margin-bottom: 2%;
position: relative;
box-sizing: border-box;
}
.one-third.last {
margin-right: 0 !important;
float: right;
}
body.single-post .video-wrapper {
margin-bottom: 20px;
}
.video-wrapper {
position: relative;
padding-bottom: 56.25%;
padding-top: 25px;
height: 0;
}
.video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.post-navigation {
position: fixed;
top: calc(50% + 60px);
z-index: 4;
}
.post-navigation h7 {
font-size: 18px;
}
.post-navigation.previous {
left: 0;
}
.post-navigation.next {
right: 0;
}
.post-navigation.previous .navigation-anchor,
.post-navigation.next .navigation-anchor {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
margin-left: -30px;
font-size: 12px;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 600;
}
.post-navigation.previous:hover .navigation-anchor:hover,
.post-navigation.next:hover .navigation-anchor:hover {
opacity: 1;
}
.post-navigation.next .navigation-anchor {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
margin-left: 0;
margin-right: -20px;
}
.post-navigation .navigation-post-content {
position: absolute;
background: #fff;
width: 350px;
min-height: 300px;
box-sizing: border-box;
-webkit-transition: ease -webkit-transform 500ms, opacity cubic-bezier(.23, 1, .32, 1) 500ms;
transition: ease transform 500ms, opacity cubic-bezier(.23, 1, .32, 1) 500ms;
opacity: 0;
top: -170px;
padding: 30px 30px 30px 100px;
-webkit-transform: translateX(-300px);
-ms-transform: translateX(-300px);
transform: translateX(-300px);
box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}
.post-navigation .navigation-post-content h7 {
font-size: 18px;
line-height: 1.5;
}
.post-navigation.next .navigation-post-content {
padding: 30px 100px 30px 30px;
-webkit-transform: translateX(300px);
-ms-transform: translateX(300px);
transform: translateX(300px);
}
.post-navigation.next:hover .navigation-post-content {
-webkit-transform: translateX(-240px);
-ms-transform: translateX(-240px);
transform: translateX(-240px);
opacity: 1;
}
.post-navigation.previous:hover .navigation-post-content {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
.post-navigation .navigation-post-content .post-featured-image {
margin: 0;
margin-bottom: 20px;
width: 220px;
float: none;
}
.post-navigation .navigation-post-content .post-featured-image img {
width: auto;
max-height: 220px;
}
#right-click-content {
position: fixed;
opacity: 0;
visibility: hidden;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
color: #fff;
font-size: 22px;
text-align: center;
transition: all 0.5s linear;
}
#right-click-content.visible {
opacity: 1;
z-index: 999;
visibility: visible;
transition: all 0.5s linear;
}
#right-click-content .right-click-content-table {
display: table;
width: 100%;
height: 100%;
}
#right-click-content .right-click-content-table .right-click-content-cell {
display: table-cell;
vertical-align: middle;
}
#right-click-content .right-click-content-table .right-click-content-cell>div {
width: 40%;
margin: auto;
}
.ba-slider .handle:after {
box-shadow: none !important;
background: transparent !important;
border: 2px solid #fff !important;
font-family: 'themify' !important;
font-size: 24px !important;
line-height: 61px !important;
content: '\e658' !important;
}
.ba-slider .handle.draggable:after {
font-size: 18px !important;
line-height: 45px !important;
}
.ba-slider .handle {
width: 1px !important;
font-family: 'themify' !important;
background: rgba(256, 256, 256, 0.2) !important;
}
.post-related .one-half,
.post-related .one-third {
text-align: center;
}
body.error404 .searchform input[type="text"],
body.search .searchform input[type="text"] {
width: 100%;
} body.home.blog .type-post,
body.category .type-post,
body.archive .type-post,
body.tag .type-post {
margin-bottom: 50px;
}
body.blog .post-header_title,
body.archive .post-header_title {
clear: both;
}
body.blog .post-header-wrapper,
body.archive .post-header-wrapper {
margin-top: -10px;
}
.post-header-wrapper .elementor {
clear: both;
}
.post-featured-image {
position: relative;
height: auto;
line-height: 0;
width: 100%;
margin-bottom: 20px;
}
.post-featured-image img {
max-width: 100%;
height: auto !important;
}
.post-featured-image.team {
width: 100%;
margin: auto;
float: none;
margin-bottom: 0;
overflow: hidden;
}
.post-featured-image.team img {
max-width: 100%;
} #page-content-wrapper .inner .sidebar-content,
.page-content-wrapper .inner .sidebar-content {
width: 68%;
padding: 0;
float: left;
padding-right: 0px;
padding-top: 0;
margin-right: 10px;
}
#page-content-wrapper .inner .sidebar-content.page-content,
.page-content-wrapper .inner .sidebar-content.page-content {
box-sizing: border-box;
}
.page-content-wrapper .inner .sidebar-content.page-content {
background: transparent;
padding: 0;
}
#page-content-wrapper .inner .sidebar-content.nopadding,
.page-content-wrapper .inner .sidebar-content.nopadding {
padding-top: 0 !important;
}
#page-content-wrapper .inner .sidebar-content.left-sidebar,
.page-content-wrapper .inner .sidebar-content.left-sidebar {
border-right: 0;
float: right;
margin-right: 0;
}
#page-content-wrapper .inner .sidebar-content.fullwidth,
.page-content-wrapper .inner .sidebar-content.fullwidth {
width: 100%;
margin-top: 0;
margin-right: 0;
border: 0;
}
#page-content-wrapper.blog-wrapper .inner.fullwidth-blog-wrapper {
width: 80%;
margin: auto;
float: none;
}
#page-content-wrapper.hasbg.nomargintop {
margin-top: 0 !important;
}
#page-content-wrapper .inner .sidebar-content.fullwidth.nopadding,
.page-content-wrapper .inner .sidebar-content.fullwidth.nopadding {
padding: 0 !important;
}
body:not(.elementor-page) #page-content-wrapper .inner .sidebar-content img,
body:not(.elementor-page) .page-content-wrapper .inner .sidebar-content img {
max-width: 100%;
height: auto;
}
#page-content-wrapper .inner .sidebar-content div.wp-caption,
.page-content-wrapper .inner .sidebar-content div.wp-caption {
max-width: 100%;
}
#page-content-wrapper .inner .sidebar-content.fullwidth#blog-grid-wrapper,
.page-content-wrapper .inner .sidebar-content.fullwidth.blog-grid-wrapper {
width: 100%;
padding: 0;
}
#page-content-wrapper .inner .sidebar-wrapper,
.page-content-wrapper .inner .sidebar-wrapper {
width: 27.99%;
float: right;
margin-top: 0;
margin-left: 0;
padding-top: 0;
}
#page-content-wrapper .inner .sidebar-wrapper.adjust,
#page-content-wrapper .inner .sidebar-wrapper.left-sidebar.adjust {
padding-top: 50px;
}
#page-content-wrapper .inner .sidebar-wrapper.left-sidebar,
.page-content-wrapper .inner .sidebar-wrapper.left-sidebar {
margin-right: 0;
margin-left: 0;
float: left;
}
body.woocommerce #page-content-wrapper .inner .sidebar-wrapper.left-sidebar,
body.woocommerce .page-content-wrapper .inner .sidebar-wrapper.left-sidebar {
margin-top: 15px;
}
#page-content-wrapper .inner .sidebar-wrapper a:not(.button),
.page-content-wrapper .inner .sidebar-wrapper a:not(.button) {
color: #222;
}
#page-content-wrapper .inner .sidebar-wrapper .sidebar,
.page-content-wrapper .inner .sidebar-wrapper .sidebar {
width: 100%;
float: left;
margin-bottom: 40px;
will-change: min-height;
}
#page-content-wrapper .inner .sidebar-wrapper .sidebar .inner-wrapper-sticky {
transform: translate(0, 0); transform: translate3d(0, 0, 0);
will-change: position, transform;
}
#page-content-wrapper .inner .sidebar-wrapper .sidebar .content,
.page-content-wrapper .inner .sidebar-wrapper .sidebar .content {
width: 100%;
margin: 0 0 0 0;
}
.mobile-menu-wrapper .sidebar-wrapper h2.widgettitle {
color: #fff;
}
.mobile-menu-wrapper .sidebar-wrapper a {
color: #777;
}
.mobile-menu-wrapper .page-content-wrapper {
width: 100%;
}
.mobile-menu-wrapper .sidebar-wrapper {
width: 100%;
float: left;
}
.mobile-menu-wrapper .sidebar-wrapper .sidebar .content .sidebar-widget li {
margin-bottom: 20px;
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget_rss ul li,
#footer-wrapper ul.sidebar-widget li.widget_rss ul li {
margin-bottom: 40px;
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget_rss ul li:last-child,
#footer-wrapper ul.sidebar-widget li.widget_rss ul li:last-child {
margin-bottom: 0px;
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget_rss ul li a.rsswidget,
#footer-wrapper ul.sidebar-widget li.widget_rss ul li a.rsswidget {
font-weight: 600;
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget_rss ul li .rss-date,
#footer-wrapper ul.sidebar-widget li.widget_rss ul li .rss-date {
clear: both;
display: block;
font-size: 12px;
margin-top: 5px;
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: 2px;
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget_rss ul li a.rsswidget,
#footer-wrapper ul.sidebar-widget li.widget_rss ul li a.rsswidget {
font-size: 18px;
line-height: 1.5;
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget_rss ul li .rssSummary,
#footer-wrapper ul.sidebar-widget li.widget_rss ul li .rssSummary {
font-size: 14px;
margin: 5px 0 0 0;
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget_rss ul li cite,
#footer-wrapper ul.sidebar-widget li.widget_rss ul li cite {
font-weight: 300;
font-size: 13px;
margin-top: 20px;
} input[type="text"],
input[type="password"],
input[type="email"],
input[type=url],
input[type=date],
input[type=tel],
input.wpcf7-text,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
padding: 8px 0 8px 0;
font-size: 100%;
font-family: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif;
margin: 0;
background: #fff;
border: 0;
border-bottom: 1px solid #222222;
outline: none;
-webkit-transition: border-color linear .3s;
-moz-transition: border-color linear .3s;
-o-transition: border-color linear .3s;
transition: border-color linear .3s;
box-sizing: border-box;
-webkit-appearance: none;
}
p.input-wrapper {
position: relative;
padding: 0 !important;
}
.input-effect~.focus-border {
display: none;
}
select {
padding: 8px 10px 5px 10px;
background: #fff;
outline: none;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image:
linear-gradient(45deg, transparent 50%, #000 50%),
linear-gradient(135deg, #000 50%, transparent 50%),
linear-gradient(to right, #000, #000);
background-position:
calc(100% - 20px) calc(1em + 2px),
calc(100% - 15px) calc(1em + 2px),
calc(100% - 2.5em) 0.5em;
background-size:
5px 5px,
5px 5px,
1px 2em;
background-repeat: no-repeat;
}
.woocommerce select.orderby {
height: auto;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input.wpcf7-text:focus,
.woocommerce table.cart td.actions .coupon .input-text:focus,
.woocommerce-page table.cart td.actions .coupon .input-text:focus,
.woocommerce #content table.cart td.actions .coupon .input-text:focus,
.woocommerce-page #content table.cart td.actions .coupon .input-text:focus {
outline: 0;
}
div.wpcf7-response-output {
padding: 20px;
}
.wpcf7-form input.wpcf7-text,
.wpcf7-form textarea,
.wpcf7-form input.wpcf7-date,
.wpcf7-form input.wpcf7-dynamictext,
.wpcf7-form select {
width: 100%;
box-sizing: border-box;
}
.elementor-transparent .wpcf7-form input.wpcf7-text,
.elementor-transparent .wpcf7-form textarea {
background: transparent !important;
color: #fff !important;
border-color: #fff !important;
}
.wpcf7-form textarea {
height: 80px;
}
.fullwidth-comment-wrapper #commentform textarea {
width: 100%;
}
.fullwidth-comment-wrapper .post-content-wrapper {
background: transparent !important;
padding: 30px 0 30px 0 !important;
width: 100% !important;
}
.input-wrapper {
position: relative;
}
form.post-password-form label {
width: auto;
float: left;
margin-right: 5px;
}
form.post-password-form input[type="password"] {
margin-left: 5px;
}
form.post-password-form input[type="submit"] {
padding: .5em 1.5em .45em 1.5em;
}
.form-allowed-tags {
display: none !important;
}
p.comment-notes {
margin-bottom: 40px;
}
textarea {
font-size: 100%;
border: 0;
border-bottom: 1px solid #222222;
margin: 0;
overflow: auto;
padding: 10px 0 10px 0;
font-family: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif;
outline: none;
-webkit-transition: border-color linear .2s;
-moz-transition: border-color linear .2s;
-o-transition: border-color linear .2s;
transition: border-color linear .2s;
box-sizing: border-box;
-webkit-appearance: none;
}
input[type="submit"],
input[type=button],
a.button,
.button,
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="submit"],
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="submit"],
button {
display: inline-block;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
padding: .6em 2.5em .5em 2.5em;
color: #fff;
background: #222;
border: 1px solid #222;
font-size: 15px;
font-family: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif;
text-shadow: none;
-webkit-appearance: none;
box-shadow: 0 0 0 0;
font-style: normal;
font-weight: normal;
text-transform: none;
-webkit-transition: color .2s linear, background .3s linear, opacity .2s linear;
-moz-transition: color .2s linear, background .3s linear, opacity .2s linear;
-ms-transition: color .2s linear, background .3s linear, opacity .2s linear;
-o-transition: color .2s linear, background .3s linear, opacity .2s linear;
transition: color .2s linear, background .3s linear, opacity .2s linear;
}
.comment-form .form-submit input[type="submit"] {
padding: .7em 2.5em .7em 2.5em;
}
a.comment-reply-link {
margin: 0;
float: right;
font-size: 11px;
text-align: center;
border-radius: 25px;
display: block;
text-transform: uppercase;
letter-spacing: 2px;
opacity: 1;
transition: opacity .2s ease;
}
.fullwidth-comment-wrapper.sidebar .comment .right:hover a.comment-reply-link {
opacity: 1;
}
.comment:hover a.comment-reply-link {
display: block;
}
input[type="submit"].medium,
input[type=button].medium,
a.button.medium {
font-size: 16px;
}
input[type="submit"].large,
input[type=button].large,
a.button.large {
font-size: 18px;
}
#cancel-comment-reply-link {
margin: 0 20px 0 10px;
font-size: 13px;
} .pagination {
margin: 40px 0 40px 0;
float: left;
clear: both;
}
.pagination p a:first-child {
float: left;
}
.pagination p a:last-child {
float: right;
}
.pagination a,
.pagination span {
display: inline-block;
text-align: center;
background: transparent;
margin-right: 5px;
overflow: hidden;
padding: 5px 15px 5px 15px;
border: 1px solid transparent;
}
.pagination span {
border: 1px solid #000;
}
body.single-post .fullwidth-comment-wrapper .pagination a,
body.single-post .fullwidth-comment-wrapper .pagination a:hover,
body.page .fullwidth-comment-wrapper .pagination a,
body.page .fullwidth-comment-wrapper .pagination a:hover {
width: auto;
background: transparent !important;
font-weight: bold;
font-size: 16px;
}
body.single-post .fullwidth-comment-wrapper .pagination,
body.single-post .fullwidth-comment-wrapper .pagination p,
body.page .fullwidth-comment-wrapper .pagination,
body.page .fullwidth-comment-wrapper .pagination p {
display: block;
width: 100%;
}
body.single-post .fullwidth-comment-wrapper .pagination p a:first-child,
body.page .fullwidth-comment-wrapper .pagination p a:first-child {
float: left;
}
body.single-post .fullwidth-comment-wrapper .pagination p a:first-child:before,
body.page .fullwidth-comment-wrapper .pagination p a:first-child:before {
font-family: 'Font Awesome 5 Free';
content: "\f100";
margin-right: 5px;
}
body.single-post .fullwidth-comment-wrapper .pagination p a:nth-child(2),
body.page .fullwidth-comment-wrapper .pagination p a:nth-child(2) {
float: right;
}
body.single-post .fullwidth-comment-wrapper .pagination p a:nth-child(2):after,
body.page .fullwidth-comment-wrapper .pagination p a:nth-child(2):after {
font-family: 'Font Awesome 5 Free';
content: "\f101";
margin-left: 5px;
}
body.page .fullwidth-comment-wrapper #respond,
body.comment-close #page-content-wrapper {
margin-bottom: 60px;
}
.pagination a {
transition: all 0.15s;
}
.pagination span,
.pagination a:hover {
font-weight: bold;
}
.pagination-detail {
margin-top: 40px;
float: right;
font-size: 11px;
text-transform: uppercase !important;
letter-spacing: 2px;
}
#page-content-wrapper ul {
margin: 0;
}
#page-content-wrapper ol {
margin-left: 20px;
}
@-webkit-keyframes lazy-color-change {
from {
background-color: #cccccc;
}
to {
background-color: #f0f0f0;
}
}
@-moz-keyframes lazy-color-change {
from {
background-color: #cccccc;
}
to {
background-color: #f0f0f0;
}
}
@-o-keyframes lazy-color-change {
from {
background-color: #cccccc;
}
to {
background-color: #f0f0f0;
}
}
@keyframes lazy-color-change {
from {
background-color: #cccccc;
}
to {
background-color: #f0f0f0;
}
}
.post-featured-image-hover.lazy {
-webkit-animation: lazy-color-change 1s infinite alternate;
-moz-animation: lazy-color-change 1s infinite alternate;
-ms-animation: lazy-color-change 1s infinite alternate;
-o-animation: lazy-color-change 1s infinite alternate;
animation: lazy-color-change 1s infinite alternate;
}
.post-featured-image-hover {
position: relative;
display: inline-block;
max-width: 100%;
overflow: hidden;
transition: transform all .3s cubic-bezier(.3, .58, .55, 1);
background: #000000;
}
.post-featured-image-hover.classic {
min-height: 350px;
}
.post-related .post-featured-image-hover.classic {
min-height: 130px;
}
.post-featured-image-hover:before,
.post-featured-image-hover:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.8s cubic-bezier(.2, 1, .22, 1);
transition: all 0.8s cubic-bezier(.2, 1, .22, 1);
}
.post-featured-image-hover img {
max-width: 100%;
backface-visibility: hidden;
vertical-align: top;
}
.post-featured-image-hover img.smooved {
transition: all 2s cubic-bezier(.2, 1, .22, 1);
}
.post-featured-image-hover:before,
.post-featured-image-hover:after {
content: '';
background-color: #fff;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.post-featured-image-hover:before {
width: 60px;
height: 2px;
left: 100%;
}
.post-featured-image-hover:after {
height: 60px;
width: 2px;
top: 0%;
}
.post-featured-image-hover a {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
}
.post-featured-image-hover:hover img,
.post-featured-image-hover.hover img {
zoom: 1;
opacity: 0.9 !important;
transform: scale(1.07) !important;
}
.post-featured-image-hover:hover:before,
.post-featured-image-hover.hover:before,
.post-featured-image-hover:hover:after,
.post-featured-image-hover.hover:after {
opacity: 1;
top: 50%;
left: 50%;
}
.post-featured-image-hover .post-type-icon {
position: absolute;
bottom: 30px;
right: 30px;
z-index: 2;
display: inline-block;
line-height: 52px;
width: 50px;
height: 50px;
background: transparent;
border: 1px solid #fff;
text-align: center;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
-ms-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
transition: all .21s cubic-bezier(.5, .5, .4, .9);
}
.post-related h3 {
text-align: center;
margin-bottom: 20px;
font-size: 26px;
text-transform: uppercase;
}
.post-related .post-featured-image-hover .post-type-icon {
width: 50px;
height: 50px;
right: 20px;
bottom: -20px;
line-height: 50px;
}
.post-featured-image-hover:hover .post-type-icon {
-ms-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.post-featured-image-hover .post-type-icon span {
color: #fff;
font-size: 22px;
line-height: 50px;
}
.post-related .post-featured-image-hover .post-type-icon span {
font-size: 20px;
line-height: 50px;
}
body .post-featured-date-wrapper {
position: absolute;
top: 30px;
left: 30px;
line-height: 1;
text-align: center;
font-size: 14px;
z-index: 3;
background: #ffffff;
padding: 10px;
text-transform: uppercase;
color: #000;
border: 1px solid #ffffff;
}
body .post-featured-date-wrapper .post-featured-date {
color: #000;
font-size: 50px;
line-height: 0.9;
}
body .post-featured-date-wrapper .post-featured-month {
font-size: 12px;
letter-spacing: 3px;
color: #000;
} #page-content-wrapper ul.flickr {
margin: 0 0 10px 0;
}
#page-content-wrapper ul.posts.blog {
list-style: none;
margin-left: 0 !important;
float: left;
padding: 0;
width: 100%;
box-sizing: border-box;
}
#page-content-wrapper ul.flickr li img {
width: 65px;
height: auto;
}
#page-content-wrapper .sidebar .content .posts.blog li img,
.page-content-wrapper .sidebar .content .posts.blog li img,
#footer ul.sidebar-widget li ul.posts.blog li img {
float: left;
margin: 0 10px 2px 0;
width: 80px;
}
.post-circle-thumb {
position: relative;
overflow: hidden;
float: left;
width: 95px;
height: 95px;
float: left;
margin-right: 0;
}
.post-circle-thumb img {
width: 60px;
height: auto;
}
.post-circle-thumb.flickr {
margin-right: 0;
}
#page-content-wrapper .sidebar .content .sidebar-widget,
#page-content-wrapper .sidebar .content .posts.blog,
.page-content-wrapper .sidebar .content .sidebar-widget,
.page-content-wrapper .sidebar .content .posts.blog {
list-style: none;
margin-left: 0;
margin-top: 0;
padding: 0;
}
#page-content-wrapper .sidebar .content .posts.blog li,
.page-content-wrapper .sidebar .content .posts.blog li {
padding: 0 0 10px 0;
}
#page-content-wrapper .sidebar .content .posts.blog li:last-child,
.page-content-wrapper .sidebar .content .posts.blog li:last-child {
padding-bottom: 0;
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget,
.page-content-wrapper .sidebar .content .sidebar-widget li.widget {
margin: 60px 0 0px 0;
padding: 0;
float: left;
clear: both;
width: 100%;
padding: 0;
box-sizing: border-box;
border: 0;
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget:first-child {
margin-top: 0;
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget #useronline-count,
.page-content-wrapper .sidebar .content .sidebar-widget li.widget #useronline-count {
margin-top: 10px;
}
#page-content-wrapper .sidebar .content .sidebar-widget li select,
.textwidget select,
.page-content-wrapper .sidebar .content .sidebar-widget li select {
margin: 20px 0 10px 0;
max-width: 100%;
}
#page-content-wrapper .sidebar .content .sidebar-widget li h2.widgettitle,
h2.widgettitle {
font-size: 11px;
font-family: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif;
color: #222;
font-weight: 400;
letter-spacing: 2px;
text-transform: uppercase;
position: relative;
border-bottom: 0;
display: flex;
width: 100%;
justify-content: center;
align-items: center;
text-align: center;
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget_archive #archives-dropdown--1,
.widget_archive #archives-dropdown--1,
#page-content-wrapper .sidebar .content .sidebar-widget li.widget_categories .postform,
.widget_categories  .postform {
margin-top: 20px;
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget_categories .postform,
.widget_categories .postform {
width: 100%;
}
#page-content-wrapper .posts.blog li a
{
font-size: 22px;
line-height: 1.5 !important;
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget_categories .cat-count,
.widget_categories .cat-count,
#page-content-wrapper .sidebar .content .sidebar-widget li.widget_archive .archive-count,
.widget_archive .archive-count {
float: right;
background: #f78a74;
color: #fff;
font-size: 11px;
font-weight: 400;
text-align: center;
min-width: 24px;
height: 24px;
line-height: 24px;
border-radius: 50px;
}
.widget_archive .archive-count,
.widget_categories .cat-count
{
border: 1px solid #000;	
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget_calendar h2.widgettitle,
.widget_calendar h2.widgettitle {
margin-bottom: 30px;
}
#page-content-wrapper .sidebar .content .sidebar-widget li h2.widgettitle:before,
h2.widgettitle:before,
#page-content-wrapper .sidebar .content .sidebar-widget li h2.widgettitle:after,
h2.widgettitle:after {
content: "";
border-top: 1px solid;
border-color: #d5d5d5;
margin: 0 15px 0 0;
flex: 1 0 0;
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget_rss h2.widgettitle .rss-widget-icon,
.widget_rss h2.widgettitle .rss-widget-icon {
margin-right: 5px;
vertical-align: baseline;
}
#page-content-wrapper .sidebar .content .sidebar-widget li h2.widgettitle:after,
h2.widgettitle:after {
margin: 0 0 0 15px;
}
h2.widgettitle.photostream {
display: inline-block;
margin-top: 30px;
margin-bottom: 30px;
}
#page-content-wrapper.blog-wrapper .sidebar .content .sidebar-widget li:first-child {
margin-top: 0;
}
#page-content-wrapper .sidebar .content .sidebar-widget li ul,
.page-content-wrapper .sidebar .content .sidebar-widget li ul {
list-style: none;
padding: 20px 0 0 0;
margin: 0 0 15px 0;
}
#page-content-wrapper .sidebar .content .sidebar-widget li ul li ul.children,
.page-content-wrapper .sidebar .content .sidebar-widget li ul li ul.children {
padding-top: 0;
}
#page-content-wrapper .sidebar .content .sidebar-widget li ul li ul.children,
.page-content-wrapper .sidebar .content .sidebar-widget li ul li ul.children {
margin-left: 10px;
margin-bottom: 0;
}
#page-content-wrapper .sidebar .content .sidebar-widget li ul li ul.children li:last-child,
.page-content-wrapper .sidebar .content .sidebar-widget li ul li ul.children li:last-child {
border: 0;
margin-bottom: 0;
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget_pages ul li ul.children,
.page-content-wrapper .sidebar .content .sidebar-widget li.widget_pages ul li ul.children {
margin-left: 20px;
padding-top: 0;
}
#page-content-wrapper .sidebar .content .sidebar-widget li ul li,
#footer .sidebar-widget li ul li,
.page-content-wrapper .sidebar .content .sidebar-widget li ul li,
#footer .sidebar-widget li ul li {
padding: 0;
margin-top: 0;
margin-bottom: 5px;
}
#page-content-wrapper .sidebar .content .sidebar-widget li ul li:first-child,
.page-content-wrapper .sidebar .content .sidebar-widget li ul li:first-child,
#footer ul.sidebar-widget li ul li:first-child,
#footer ul.sidebar-widget li .textwidget {
padding-top: 0;
}
#page-content-wrapper .sidebar .content .sidebar-widget li ul.flickr li:first-child,
.page-content-wrapper .sidebar .content .sidebar-widget li ul.flickr li:first-child,
#footer ul.sidebar-widget li ul.flickr li:first-child {
border: 0;
padding-top: 0;
}
#page-content-wrapper .inner .sidebar-wrapper ul.sidebar-widget li.widget_nav_menu ul.menu li a,
.page-content-wrapper .inner .sidebar-wrapper ul.sidebar-widget li.widget_nav_menu ul.menu li a,
#footer-wrapper ul.sidebar-widget li.widget_nav_menu ul.menu li a {
width: 100%;
box-sizing: border-box;
display: block;
position: relative;
}
#page-content-wrapper .inner .sidebar-wrapper ul.sidebar-widget li.widget_nav_menu ul li ul.sub-menu,
.page-content-wrapper .inner .sidebar-wrapper ul.sidebar-widget li.widget_nav_menu ul li ul.sub-menu {
padding: 0;
}
#page-content-wrapper .inner .sidebar-wrapper ul.sidebar-widget li.widget_nav_menu ul li:last-child,
.page-content-wrapper .inner .sidebar-wrapper ul.sidebar-widget li.widget_nav_menu ul li:last-child,
#page-content-wrapper .inner .sidebar-wrapper ul.sidebar-widget li.widget_nav_menu ul,
.page-content-wrapper .inner .sidebar-wrapper ul.sidebar-widget li.widget_nav_menu ul {
margin-bottom: 0;
}
.mobile-menu-wrapper .widget_calendar table tr th,
.mobile-menu-wrapper .widget_calendar table tr td {
border-color: #555;
}
table {
margin: 10px 0 30px 0;
border-width: 1px;
border-style: solid;
}
table tr td {
border-width: 1px;
border-style: solid;
}
table tr th {
font-weight: 900;
border-width: 1px;
border-style: solid;
}
table tr th,
table tr td {
padding: 10px;
text-align: left;
border-width: 1px;
border-style: solid;
}
#footer-menu {
float: right;
display: block;
list-style: none;
}
#footer-menu li {
float: left;
margin-left: 20px;
}
#footer-menu li ul {
display: none;
}
table thead tr th {
background: transparent;
}
table#wp-calendar thead tr th {
text-align: center;
border: 0;
}
table tfoot tr,
table tfoot tr td {
background: transparent;
}
#page-content-wrapper .sidebar .content .sidebar-widget li ul.flickr,
.page-content-wrapper .sidebar .content .sidebar-widget li ul.flickr {
list-style: none;
margin: 5px 0 30px 0;
float: left;
display: block;
padding: 15px 0 3px 0;
}
#page-content-wrapper .sidebar .content .sidebar-widget li ul.flickr li,
.page-content-wrapper .sidebar .content .sidebar-widget li ul.flickr li {
display: block;
float: left;
margin: 0 10px 10px 0;
padding: 0;
border: 0;
clear: none;
width: calc(33% - 10px);
padding-right: 10px;
box-sizing: border-box;
}
#page-content-wrapper .sidebar .content .sidebar-widget li ul.flickr li img,
.page-content-wrapper .sidebar .content .sidebar-widget li ul.flickr li img {
width: 100%;
height: auto;
}
#page-content-wrapper .sidebar .content .sidebar-widget li ul.twitter,
.page-content-wrapper .sidebar .content .sidebar-widget li ul.twitter {
margin: 0;
margin-top: 20px;
list-style: none;
padding: 0 0 0 0;
}
#page-content-wrapper .sidebar .content .sidebar-widget li ul.twitter li,
.page-content-wrapper .sidebar .content .sidebar-widget li ul.twitter li {
padding-left: 32px;
padding-bottom: 15px;
border: 0;
position: relative;
box-sizing: border-box;
}
#page-content-wrapper .sidebar .content .sidebar-widget li ul.twitter li:before,
.page-content-wrapper .sidebar .content .sidebar-widget li ul.twitter li:before {
position: absolute;
left: 0;
top: -5px;
font-family: 'Font Awesome 5 Free';
content: "\f099";
font-size: 22px;
font-weight: 900;
}
#page-content-wrapper .sidebar .content .sidebar-widget li ul.flickr,
ul.flickr,
.page-content-wrapper .sidebar .content .sidebar-widget li ul.flickr,
ul.flickr {
list-style: none;
margin: 10px 0 -10px 0;
float: left;
display: block;
clear: both;
width: 104%;
}
ul.flickr li {
float: left;
margin: 0 5px 0 0;
}
#page-content-wrapper .sidebar .content .posts.blog,
.page-content-wrapper .sidebar .content .posts.blog {
list-style: none;
margin-top: 30px;
}
#page-content-wrapper .sidebar .content .posts.blog.withthumb,
.page-content-wrapper .sidebar .content .posts.blog.withthumb {
margin-top: 30px;
margin-bottom: 0;
}
#footer ul.sidebar-widget li ul.posts.blog.withthumb {
margin-top: 20px;
}
#page-content-wrapper .sidebar .content .posts.blog li,
.page-content-wrapper .sidebar .content .posts.blog li {
line-height: 1em;
clear: both;
border: 0;
background: none;
width: 100%;
float: left;
margin: 0;
}
#page-content-wrapper .posts.blog li,
.page-content-wrapper .posts.blog li {
float: left;
width: 49.4%;
margin-right: 1.2%;
margin-bottom: 1.2%;
padding: 20px;
box-sizing: border-box;
border: 1px solid #dce0e0;
display: table;
text-align: left;
-webkit-transition: background .2s linear;
-moz-transition: background .2s linear;
-ms-transition: background .2s linear;
-o-transition: background .2s linear;
transition: background .2s linear;
}
#page-content-wrapper .posts.blog li:nth-child(2n),
.page-content-wrapper .posts.blog li:nth-child(2n) {
margin-right: 0;
float: right;
}
#page-content-wrapper .posts.blog li a,
.page-content-wrapper .posts.blog li a,
#footer ul.sidebar-widget li ul.posts.blog li a {
width: 100%;
line-height: 1.2em;
}
#page-content-wrapper .sidebar .content .posts.blog.withthumb li,
#page-content-wrapper .posts.blog.withthumb li,
.page-content-wrapper .sidebar .content .posts.blog.withthumb li,
.page-content-wrapper .posts.blog.withthumb li {
line-height: 1.5em;
border: 0;
display: block;
}
#page-content-wrapper .sidebar .content .posts.blog li,
.page-content-wrapper .sidebar .content .posts.blog li {
padding-top: 10px;
}
#page-content-wrapper .sidebar .content .posts.blog li strong.header,
#page-content-wrapper .posts.blog li strong.header,
.page-content-wrapper .sidebar .content .posts.blog li strong.header,
.page-content-wrapper .posts.blog li strong.header {
font-weight: normal;
}
#page-content-wrapper .sidebar .content .textwidget,
.page-content-wrapper .sidebar .content .textwidget {
margin-top: 0;
padding: 10px 0 0 0;
text-align: left;
}
.textwidget img {
max-width: 95%;
height: auto;
}
#searchsubmit {
margin: -7px;
line-height: 19px;
-webkit-border-top-left-radius: 0px !important;
-webkit-border-bottom-left-radius: 0px !important;
-moz-border-radius-topleft: 0px !important;
-moz-border-radius-bottomleft: 0px !important;
border-top-left-radius: 0px !important;
border-bottom-left-radius: 0px !important;
padding: .6em 1.5em 0.5em 1.5em !important;
}
.widget_search h2.widgettitle {
margin-bottom: 30px;
}
.widget_search input.search-submit {
display: none;
}
.widget_search input.search-field {
border: 0 !important;
outline: none;
margin-left: 30px;
width: calc(100% - 30px);
position: relative;
top: 2px;
}
.widget_search form:before {
font-family: 'themify';
content: "\e610";
display: inline;
position: absolute;
color: #000;
margin-top: 2px;
}
.widget_search form {
border: 1px solid #d8d8d8;
height: 48px;
display: table-cell;
width: 100%;
vertical-align: middle;
padding: 0 20px 0 20px;
transition: all .6s cubic-bezier(.23, 1, .32, 1);
}
.widget_search form.focus {
transform: translateY(-2px);
box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}
.widget_tag_cloud div,
.tag_cloud {
margin: 20px 0 0 0;
}
.widget_tag_cloud div a,
.meta-tags a,
.tag_cloud a,
.widget_product_tag_cloud a {
display: inline-block;
-webkit-transition: background .2s linear, border .1s linear;
-moz-transition: background .2s linear, border .1s linear;
-ms-transition: background .2s linear, border .1s linear;
-o-transition: background .2s linear, border .1s linear;
transition: background .2s linear, border .1s linear;
color: #444;
display: inline-block;
border: 1px solid #e0e0e0;
padding: 3px 15px 3px 15px;
margin-right: 8px;
margin-bottom: 12px;
}
.widget_product_tag_cloud a {
font-size: 12px !important;
}
.widget_tag_cloud div a:hover,
.widget_product_tag_cloud a:hover {
background: #EFA697;
border-color: #EFA697;
color: #fff !important;
}
.widget_mc4wp_widget input {
text-align: center;
}
.widget_mc4wp_widget input[type="submit"] {
width: 100%;
margin-top: 10px;
}
.widget_mc4wp_form_widget input[type="email"] {
width: 100%;
}
.widget_mc4wp_form_widget input[type="submit"] {
margin-top: 20px;
}
#page-content-wrapper .widget_mc4wp_form_widget p {
padding-bottom: 0.7em;
}
#page-content-wrapper.blog-wrapper {
box-sizing: border-box;
position: relative;
z-index: 2;
}
body.single-post #post-featured-header {
width: 100%;
min-height: 650px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
#page-content-wrapper.blog-wrapper .pagination {
margin-bottom: 20px;
}
body.single-post form.protected-post-form {
text-align: center;
}
body.password-protected-image #wrapper .inner {
background-size: cover;
background-position: center center;
position: relative;
}
body.password-protected-image #wrapper .inner:before {
position: absolute;
background: rgba(0,0,0,0.1);
width: 100%;
height: 100%;
top: 0;
left: 0;
content: '';
display: block;
z-index: 1;
}
body.password-protected-image #wrapper .inner .protected-post-header h1,
body.password-protected-image #wrapper .inner form.protected-post-form {
color: #fff;
}
body.password-protected-image #wrapper .inner form.protected-post-form > p {
border-color: #fff;
}
form.protected-post-form > p {
padding: 0 !important;
display: inline-block;
border-bottom: 1px solid #000;
position: relative;
}
form.protected-post-form input[type="password"] {
border: 0 !important;
}
form.protected-post-form .protected-post-text {
margin-bottom: 40px;
}
form.protected-post-form input[type="submit"].button {
-webkit-appearance: none;
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 14px;
font-size: 0;
border: none;
padding: 0;
background-color: transparent;
cursor: pointer;
z-index: 1;
}
form.protected-post-form > p:after {
font-family: 'themify';
content: "\e62b";
display: inline;
position: absolute;
top: 5px;
right: 0;
}
body.password-protected-image #wrapper .inner form.protected-post-form > p:after {
color: #fff;
}
body.password-protected-image #wrapper .inner form.protected-post-form input[type="password"] {
background: transparent;
color: #fff;
}
body.password-protected #wrapper .inner form.protected-post-form input[type="password"]::placeholder {
font-size: 11px;
letter-spacing: 3px;
text-transform: uppercase;
}
body.password-protected #wrapper .inner form.protected-post-form input[type="password"]::placeholder {
color: rgba(0,0,0,0.7);
}
body.password-protected-image #wrapper .inner form.protected-post-form input[type="password"]::placeholder {
color: rgba(256,256,256,0.7);
}
body.search #page-content-wrapper .post-content-wrapper .post-header-wrapper p {
padding-top: 0;
}
.wp-caption-text.gallery-caption {
font-size: 14px;
} div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
border: 0;
background: #FFCC00;
font-size: 13px;
}
div.wpcf7-mail-sent-ok {
background: #4CD964;
color: #fff;
} h1.page-title {
display: none;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
margin-bottom: 40px;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page form.woocommerce-ordering {
background: transparent;
overflow: hidden;
padding: 0px 40px 0px 5px;
position: relative;
border-bottom: 1px solid #000;
}
.woocommerce-page form.woocommerce-ordering:after {
font-family: 'themify';
content: "\e64b";
display: inline;
position: absolute;
top: 15px;
right: 20px;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page form.woocommerce-ordering select {
border: 0;
-webkit-appearance: none;
font-size: 16px;
font-weight: 600;
padding: 15px 10px 8px 10px;
background: transparent;
}
.woocommerce ul.products li.product .ajax_add_to_cart,
.woocommerce-page ul.products li.product .ajax_add_to_cart {
display: none !important;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
width: 31%;
margin-right: 3.5%;
margin-bottom: 1%;
padding: 0;
box-sizing: border-box;
clear: none;
border: 0;
text-align: center;
}
.woocommerce-page ul.products.columns-4 li.product {
width: 23.5%;
margin-right: 2%;
margin-bottom: 2%;
}
.woocommerce ul.products.columns-3 li.product:nth-child(3n+1),
.woocommerce-page ul.products.columns-3 li.product:nth-child(3n+1) {
clear: both;
}
.woocommerce ul.products.columns-2 li.product:nth-child(2n+1),
.woocommerce-page ul.products.columns-2 li.product:nth-child(2n+1) {
clear: both;
}
.woocommerce ul.products.columns-4 li.product:nth-child(4n+1),
.woocommerce-page ul.products.columns-4 li.product:nth-child(4n+1) {
clear: none;
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
margin-right: 0;
}
.woocommerce ul.products li.product .price {
font-size: 1.1em;
}
.woocommerce div.product form.cart .variations {
margin: 0;
}
.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
outline: 0;
border: 0;
height: 55px;
width: 80px;
border-radius: 0;
background: transparent;
font-size: 14px;
font-weight: 600;
box-sizing: border-box;
border: 1px solid #000;
}
.woocommerce-page div.product form.cart .button {
margin-left: 5px;
padding: .65em 1.5em .65em 1.5em !important;
height: 55px;
border: 1px solid #000;
border-radius: 0;
width: calc(100% - 89px);
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
box-shadow: 0px 0px 0px black !important;
width: 100% !important;
text-align: center !important;
margin: auto !important;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce-page ul.products li.product h2.woocommerce-loop-product__title {
font-size: 20px;
padding: 0;
box-sizing: border-box;
margin-top: 20px;
display: inline-block;
float: left;
width: 100%;
}
.woocommerce #page-content-wrapper .inner .sidebar-content.left-sidebar ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce-page #page-content-wrapper .inner .sidebar-content.left-sidebar ul.products li.product h2.woocommerce-loop-product__title {
margin-top: 20px !important;
font-size: 20px;
}
.woocommerce #page-content-wrapper .inner .sidebar-content.left-sidebar ul.products li.product .price {
font-size: 1em;
}
.woocommerce-page ul.product_list_widget li .amount {
font-size: 15px;
}
.woocommerce div.product div.images figure,
.woocommerce div.product div.summary figure {
margin: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child {
margin: 0 5px 0 5px;	
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
padding: 5px;
box-sizing: border-box;
width: 16.66%;
margin-top: 5px;
}
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
font-size: 0.9em !important;
}
.woocommerce ul.cart_list li ins,
.woocommerce ul.product_list_widget li ins,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li ins {
text-decoration: none;
font-weight: bold;
}
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
display: none !important;
}
.woocommerce ul.cart_list li img,
.woocommerce-page ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
box-shadow: 0px 0px 0px black !important;
-webkit-box-shadow: 0px 0px 0px black !important;
-moz-box-shadow: 0px 0px 0px black !important;
width: 45px;
height: auto;
}
.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page #content div.product div.images img {
box-shadow: 0px 0px 0px black !important;
-webkit-box-shadow: 0px 0px 0px black !important;
-moz-box-shadow: 0px 0px 0px black !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
margin-left: 0 !important;
}
.woocommerce #content-wrapper .inner .inner-wrapper .sidebar-content h1 {
font-size: 30px !important;
}
.woocommerce #content-wrapper .inner .inner-wrapper .sidebar-content h2 {
font-size: 18px !important;
}
.woocommerce #content-wrapper .inner .inner-wrapper .sidebar-content h3 {
font-size: 16px !important;
padding-bottom: 0;
}
.woocommerce #content-wrapper .inner .inner-wrapper .sidebar-content h4 {
font-size: 14px !important;
}
.woocommerce #content-wrapper .inner .inner-wrapper .sidebar-content h5 {
font-size: 13px !important;
}
.woocommerce #content-wrapper .inner .inner-wrapper .sidebar-content h6 {
font-size: 12px !important;
}
.woocommerce div.product div.images div.thumbnails a,
.woocommerce-page div.product div.images div.thumbnails a,
.woocommerce #content div.product div.images div.thumbnails a,
.woocommerce-page #content div.product div.images div.thumbnails a {
margin-bottom: 3.8%;
}
.entry-summary div[itemprop="description"] {
margin: 10px 0 0 0;
padding-left: 0 !important;
font-size: 18px;
}
.review-summary {
display: none !important;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total {
font-size: 14px !important;
color: #222;
padding-top: 10px !important;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total {
border: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
background: #444;
box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.5);
-webkit-box-shadow: inset 0 0 0 0 rgba(204, 204, 204, 0.5);
-moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.5);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
border: 1px solid #444;
box-shadow: inset 0 0 0 4px #fff;
}
.woocommerce #page-content-wrapper a.button:hover,
.woocommerce-page #page-content-wrapper a.button:hover,
.woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover,
.woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover {
opacity: 1;
}
.woocommerce.columns-4 ul.products li.product a.add_to_cart_button {
color: #222 !important;
font-size: 100% !important;
}
.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button,
.woocommerce #content div.product form.cart .button,
.woocommerce-page #content div.product form.cart .button {
opacity: 1 !important;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.cart_list li a,
.woocommerce-page ul.product_list_widget li a {
font-weight: normal !important;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
width: 70px !important;
float: left !important;
margin-right: 15px !important;
margin-left: 0 !important;
}
.woocommerce #reviews #comments ol.commentlist,
.woocommerce-page #reviews #comments ol.commentlist {
margin-top: 10px;
}
.cart-collaterals .cart_totals table {
width: 100% !important;
}
.woocommerce .related ul.products li.product,
.woocommerce .related ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce-page .related ul li.product,
.woocommerce-page .upsells.products ul.products li.product,
.woocommerce-page .upsells.products ul li.product {
border: 0;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.woocommerce table.cart a.remove,
.woocommerce #content table.cart a.remove,
.woocommerce-page table.cart a.remove,
.woocommerce-page #content table.cart a.remove {
color: inherit !important;
font-weight: 400;
}
.woocommerce table.cart a.remove:hover,
.woocommerce #content table.cart a.remove:hover,
.woocommerce-page table.cart a.remove:hover,
.woocommerce-page #content table.cart a.remove:hover {
color: #fff !important;
}
body[data-shop="three_cols"].woocommerce ul.products li.product,
body[data-shop="three_cols"].woocommerce-page ul.products li.product {
width: 31.2% !important;
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
margin-right: 0 !important;
}
p.price {
padding-top: 0 !important;
}
p.price ins span.amount,
p.price span.amount,
.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
}
.woocommerce #page-content-wrapper div.product p.price,
.woocommerce-page #page-content-wrapper div.product p.price {
padding-bottom: 0;
}
p.price del span.amount {
font-weight: 400;
}
#tab-description h2,
.woocommerce #reviews #comments h2,
.woocommerce-page #reviews #comments h2 {
display: none;
}
body:not(.elementor-page).checkout h3 {
font-size: 22px;
margin: 15px 0 15px 0;
}
#order_review_heading {
width: 35%;
float: right;
}
.related.products h2:not(.woocommerce-loop-product__title),
.cart_totals h2:not(.woocommerce-loop-product__title),
.shipping_calcuLator h2:not(.woocommerce-loop-product__title),
.upsells.products h2:not(.woocommerce-loop-product__title),
.cross-sells h2:not(.woocommerce-loop-product__title) {
margin-bottom: 40px;
margin-top: 20px;
font-size: 28px;
text-align: center;
}
.cart_totals h2:not(.woocommerce-loop-product__title)
{
margin-bottom: 30px;
}
.shipping_calcuLator h2 {
text-align: left;
}
.related.products {
padding-top: 20px;
clear: both;
float: left;
width: 100%;
margin-top: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
border: 0;
box-shadow: 0 0 0;
border-radius: 0px !important;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before {
border: 0;
box-shadow: 0 0 0;
border-radius: 0px !important;
}
.woocommerce ul#shipping_method {
margin: 0 !important;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination {
padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel {
border: 0;
padding: 0;
box-sizing: border-box;
}
.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-page #reviews #comments ol.commentlist li {
width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
background: transparent;
box-shadow: none !important;
visibility: visible !important;
border: 0;
padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs lid,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
border-radius: 0;
background: transparent !important;
margin: 0 15px 0 15px;
}
.woocommerce div.product .woocommerce-tabs .panel {
padding-top: 40px;
}
.woocommerce #page-content-wrapper div.product .woocommerce-tabs .panel p {
padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
font-weight: 500;
margin: 0;
font-size: 22px !important;
padding: 0;
letter-spacing: 0px !important;
}
.woocommerce-page div.product .woocommerce-tabs {
padding-top: 60px;
padding-bottom: 30px;
margin-bottom: 0;
border-top: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
border-bottom: 2px solid #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
color: #fff;
font-weight: 500 !important;
border-radius: 0px !important;
}
.woocommerce div.product .product_title {
font-size: 30px;
line-height: 1.3;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
padding-left: 0 !important;
text-align: center;
}
.widget_shopping_cart_content a.button {
margin-right: 5px !important;
}
.woocommerce #page-content-wrapper div.product p.price,
.woocommerce-page #page-content-wrapper div.product p.price {
font-size: 22px !important;
padding: 0 !important;
}
.single-product.woocommerce div.product span.price {
font-size: 22px;
}
.woocommerce-page div.product p.price ins {
text-decoration: none !important;
}
body.single-product #page-header .page-title-wrapper .page-title-inner {
text-align: right;
}
body.single-product #page-header .page-title-wrapper .page-title-inner .page-tagline {
margin-top: 0;
position: relative;
top: 0;
font-size: 11px;
letter-spacing: 2px;
text-transform: uppercase;
}
body.single-product #page-header.hasbg .page-title-wrapper .page-title-inner .page-tagline {
top: 30px;
}
body.single-product #page-header.hasbg .page-title-wrapper .page-title-inner .page-tagline a {
color: #fff;
}
.woocommerce .star-rating::before, .woocommerce .star-rating span::before {
right: 0;
}
.product_meta>span {
clear: both;
display: block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
border: 0 !important;
box-shadow: 0 0 0;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
box-shadow: 0 0 0 #222 !important;
border-radius: 0;
}
.woocommerce-message a:not(.button, .showcoupon),
.woocommerce-error a:not(.button, .showcoupon),
.woocommerce-info a:not(.button, .showcoupon),
.woocommerce-message a:not(.button, .showcoupon):hover,
.woocommerce-error a:not(.button, .showcoupon):hover,
.woocommerce-info a:not(.button, .showcoupon):hover {
color: #fff !important;
text-decoration: underline;
}
.woocommerce-page #page-content-wrapper.no-title {
margin-top: 0;
}
.variation-Grind p {
padding: 0 !important;
}
#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table
{
border: 0;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register
{
border-radius: 0;
border: 1px solid #000;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last
{
width: 49%;
}
.woocommerce .checkout_coupon .form-row input.input-text
{
height: 50px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
padding: 1.3em 2em 1em 3.5em;
}
.woocommerce-message {
background: #8fae1b !important;
border: 1px solid #8fae1b !important;
color: #fff !important;
text-shadow: none !important;
}
.woocommerce-message .button.wc-forward {
display: none;
}
.woocommerce-message::before {
color: #fff !important;
}
.woocommerce-info {
background: transparent !important;
border: 1px solid #1e85be;
color: #000;
text-shadow: none !important;
}
.woocommerce-info.cart-empty {
}
#page-content-wrapper p.woocommerce-info {
padding-top: 1.2em;
}
.woocommerce-info::before {
color: #000;
}
.woocommerce-error {
background: #D22226 !important;
border: 1px solid #D22226 !important;
color: #fff !important;
text-shadow: none !important;
}
.woocommerce-error::before {
color: #fff !important;
}
.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before {
box-shadow: none !important;
top: 0.9em !important;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals,
#order_review {
margin-bottom: 0;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
text-align: left;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
border-bottom: 0;
}
.post_carousel.flexslider .slides>li {
margin-right: 20px;
}
.woocommerce-page .products .star-rating {
float: right;
margin-top: 28px;
}
.woocommerce-page #page-content-wrapper .inner .sidebar-content .products .star-rating {
float: right;
text-align: right;
width: 5.4em;
display: inline-block;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce #page-content-wrapper div.product p.price,
.woocommerce-page #page-content-wrapper div.product p.price {
border: 0;
clear: both;
font-size: 18px;
display: inline-block;
}
.woocommerce #page-content-wrapper div.product p.price,
.woocommerce-page #page-content-wrapper div.product p.price {
margin-top: 0;
}
.woocommerce #content nav.woocommerce-pagination,
.woocommerce nav.woocommerce-pagination,
.woocommerce-page #content nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination {
text-align: left;
margin-top: 30px;
margin-bottom: 30px;
color: #FF4A52;
}
.woocommerce-notices-wrapper {
position: fixed;
bottom: 0px;
right: 90px;
z-index: 9;
}
.woocommerce-notices-wrapper .woocommerce-message a.button {
margin-left: 20px !important;
top: -6px !important;
font-weight: 700;
}
.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
border: 0;
}
.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
display: inline-block;
text-align: center;
color: #888;
background: #fff;
border: 1px solid #dce0e0;
margin-right: 10px;
overflow: hidden;
}
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:active {
font-weight: bold;
padding: .5em .4em .2em .4em;
}
.woocommerce table.shop_table
{
border-radius: 0;
}
.woocommerce nav.woocommerce-pagination ul li a {
padding: .5em .4em .2em .4em;
}
.woocommerce nav.woocommerce-pagination ul li {
border-radius: 50px;
}
.woocommerce .woocommerce-pagination ul.page-numbers,
.woocommerce-page .woocommerce-pagination ul.page-numbers {
margin-left: 0 !important;
}
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li a {
text-align: center;
}
.price_slider_wrapper {
margin-top: 30px;
}
ul.product_list_widget li .star-rating {
float: right;
}
ul.product_list_widget li a {
font-weight: 600 !important;
}
ul.product_list_widget li .amount {
font-weight: 500;
}
ul.product_list_widget li del .amount {
color: #ccc;
}
.price_label {
font-weight: 600;
}
ul.product_list_widget li ins {
background: transparent;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
float: left !important;
}
ul.product_list_widget li {
padding: 10px 0 10px 0 !important;
}
.woocommerce #content div.product,
.woocommerce div.product,
.woocommerce-page #content div.product,
.woocommerce-page div.product {
clear: both;
}
body.single-product #page-content-wrapper {
margin-top: 20px;
}
.woocommerce .woocommerce-product-rating {
line-height: 1.7;
}
.woocommerce-review-link {
color: #222 !important;
}
.woocommerce-page div.product form.cart {
margin-top: 1em;
margin-bottom: 1em;
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
margin-top: 20px;
margin-bottom: 40px;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description {
padding-left: 40px;
padding-right: 40px;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information h2 {
display: none;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information table.shop_attributes {
max-width: 60%;
margin-left: auto;
margin-right: auto;
margin-top: 0;
border-top: 0;
border-bottom: 0;
}
.woocommerce table.shop_attributes tr {
border-bottom: 1px solid #000;
}
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
background: transparent !important;
}
.woocommerce table.shop_attributes th {
width: 25%;
padding: .75em;
font-size: inherit;
line-height: inherit;
text-align: right;
border: 0;
}
.woocommerce table.shop_attributes td {
border: 0;
font-style: normal;
}
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:after,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:after,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:after,
.woocommerce-page .woocommerce-message:before {
display: block;
clear: none;
}
.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
width: 70px;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
padding: 10px 0 20px 0;
}
.woocommerce table.shop_table tbody tr.cart_item th.product-total,
.woocommerce table.shop_table tbody tr.cart_item td.product-total,
.woocommerce table.shop_table tfoot tr.cart-subtotal td,
.woocommerce table.shop_table tfoot tr.order-total td {
text-align: right;
}
.woocommerce table.shop_table tfoot tr.order-total td {
font-size: 20px;
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before {
line-height: 1em;
margin-top: 10px;
}
.woocommerce .cart-collaterals .shipping_calcuLator .shipping-calcuLator-button:after,
.woocommerce-page .cart-collaterals .shipping_calcuLator .shipping-calcuLator-button:after,
.wc-forward a:after,
.wc-forward:after {
display: none;
}
#page-content-wrapper .inner .sidebar-content ul.products {
margin-left: 0 !important;
padding: 0;
box-sizing: border-box;
}
#page-content-wrapper .inner .sidebar-content.left-sidebar ul.products {
padding: 0;
}
#page-content-wrapper .inner .sidebar-content .related.products ul.products {
padding: 0;
margin-top: 20px;
}
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
border-top: 0;
padding: 20px 0 20px 0;
}
.woocommerce table.shop_table tfoot tr.cart-subtotal td,
.woocommerce table.shop_table tfoot tr.cart-subtotal th {
padding: 20px 0 20px 0;
}
.woocommerce table.shop_table tfoot tr.cart-subtotal.order-total td,
.woocommerce table.shop_table tfoot tr.cart-subtotal.order-total th {
padding: 20px 0 20px 0;
}
.shipping-calcuLator-button {
color: #222;
}
.product-subtotal .amount {
color: #222;
font-weight: 600;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .shipping_calcuLator,
.woocommerce-page .cart-collaterals .shipping_calcuLator {
width: 100%;
float: none;
}
.woocommerce .cart-collaterals .shipping_calcuLator,
.woocommerce-page .cart-collaterals .shipping_calcuLator {
margin-top: 10px;
}
.woocommerce-page table.cart th,
table.shop_table thead tr th {
border-bottom: 1px solid #dce0e0;
border-top: 1px solid #dce0e0;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0;
font-size: 11px;
letter-spacing: 2px;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
border-bottom: 1px solid #dce0e0;
}
.woocommerce table.shop_table.cart,
.woocommerce-page table.shop_table.cart {
border: 0;
margin-bottom: 60px;
margin-top:40px;
}
.woocommerce-cart .cart-collaterals .cart_totals table tbody tr.cart-subtotal td,
.woocommerce-cart .cart-collaterals .cart_totals table tbody tr.order-total td
{
text-align: right;
font-weight: 600;
}
.woocommerce-cart .cart-collaterals .cart_totals table tbody tr.order-total td
{
font-size: 20px;
}
.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
border-bottom: 0 !important;
padding-left: 0;
}
.woocommerce table.cart td.actions .coupon .input-text#coupon_code {
width: 300px;
box-shadow: 0 0 0 0;
margin-right: 10px;
height: 53px;
box-sizing: border-box;
background: transparent;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 39px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 39px !important;
}
.woocommerce .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-page .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-page .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
border-bottom: 0;
}
.woocommerce-page #payment ul.payment_methods label {
display: inline-block;
clear: none;
width: auto;
margin-bottom: 10px;
}
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
margin-top: 0;
margin-bottom: 20px;
}
.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
border-bottom: 0;
}
.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
border-top: 0;
}
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
color: #444;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
font-size: 0.8em;
}
strong[itemprop="author"] {
font-size: 16px;
font-weight: 600;
color: #222;
font-family: 'Roboto', 'Helvetica Neue', Arial, Verdana, sans-serif;
letter-spacing: -1px;
}
.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
display: none !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
border: 0 !important;
padding: 0;
margin: 0 0 0 80px;
}
.woocommerce #review_form #respond {
width: 100%;
}
.woocommerce #reviews h3 {
text-align: left;
}
.woocommerce .product_meta {
margin-top: 40px;
font-size: 14px;
font-weight: 600;
}
.woocommerce .product_meta .sku_wrapper {
font-weight: 600;
}
.woocommerce .product_meta a {
font-weight: 400;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
display: none;
}
.woocommerce div.product .woocommerce-product-rating {
margin-bottom: 0;
margin-top: -10px;
}
.woocommerce-cart .wc-proceed-to-checkout {
padding: 2em 0 4em 0;
}
.woocommerce-checkout #payment div.form-row {
padding: 1em 0 1em 0;
}
.return-to-shop {
padding: 0;
text-align: center;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
margin-top: 12px;
}
.woocommerce-checkout #payment {
background: transparent;
}
.woocommerce-checkout #payment ul {
margin-left: 0 !important;
padding: 0 !important;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
margin-left: 10px;
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
margin-top: 8px;
}
.woocommerce .top-menu-bar.scroll .logo-wrapper img,
.woocommerce-page .top-menu-bar.scroll .logo-wrapper img {
max-width: 100%;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
background: #222;
}
.woocommerce .products .onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
width: 45px;
height: 45px;
position: absolute;
left: 10px;
top: 20px;
background: #b13c3c;
border-radius: 0;
text-align: center;
font-weight: 600;
line-height: 45px;
-webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
-moz-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .15);
z-index: 2;
}
body.single-product.woocommerce span.onsale 
{
left: 20px;
top: 40px;
}
.woocommerce ul.products li.product .price ins {
text-decoration: none;
}
.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
display: inline-block;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
font-weight: 500;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
width: 100%;
float: none;
margin-top: 20px;
}
.woocommerce-privacy-policy-text p {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
border: 0;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
font-size: 15px;
margin-bottom: 0;
display: inline-block;
padding: .6em 1.5em .5em 1.5em;
float: right;
}
#page-content-wrapper .sidebar .content .sidebar-widget li.widget_products ul li:last-child,
.page-content-wrapper .sidebar .content .sidebar-widget li.widget_products ul li:last-child,
#footer ul.sidebar-widget li.widget_products ul li:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
.sidebar-widget li.widget_products .product-title {
font-weight: 400;
}
#reviews.woocommerce-Reviews #comments {
width: 100%;
}
#reviews.woocommerce-Reviews #review_fosetting-wrapperper {
width: 33.33%;
float: left;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.description {
margin: 0;
padding-top: 0;
padding-bottom: 30px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
margin-bottom: 0;
padding-bottom: 0;
padding-top: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
border-radius: 250px;
border: 0;
padding: 0;
background: transparent;
width: 60px;
}
.woocommerce-review-link {
opacity: 0.5;
font-size: 12px;
position: relative;
top: 2px;
}
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
color: #fec42d;
}
.woocommerce #reviews #comments ol.commentlist li .comment_container {
margin-bottom: 40px;
padding-right: 60px;
}
.woocommerce #reviews #comments ol.commentlist li:last-child .comment_container {
border: 0;
margin-bottom: 0px;
}
.woocommerce #review_form #respond p {
padding-bottom: 0;
}
body.woocommerce-order-received .woocommerce h2,
body.woocommerce-order-received .woocommerce h3 {
font-size: 18px;
}
body.woocommerce-order-received .woocommerce {
margin-bottom: 30px;
}
#page-content-wrapper .inner .sidebar-content ul.woocommerce-thankyou-order-details {
margin-left: 0;
}
.woocommerce-account #page-content-wrapper .inner .sidebar-content.fullwidth {
margin-bottom: 20px;
}
.woocommerce-MyAccount-navigation ul {
list-style: none;
margin-left: 0 !important;
}
.woocommerce-MyAccount-navigation ul li {
margin-bottom: 10px;
padding-left: 10px;
border-left: 5px solid transparent;
}
.woocommerce-MyAccount-navigation ul li.is-active {
border-left: 5px solid #FF4A52;
color: #FF4A52;
font-weight: 600;
}
.woocommerce .woocommerce-Message a.button {
background: transparent;
padding: 0;
border-radius: 0;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
width: 60%;
}
.woocommerce-page div.product div.summary {
width: 33%;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
border-radius: 0;
border: 1px solid #000;
}
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled],
.woocommerce-page table.cart td.actions .button:disabled[disabled]
{
display: none;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{
background: transparent;
}
.woocommerce form .form-row textarea {
height: 10em;
}
body.woocommerce-checkout #page-content-wrapper .inner .sidebar-content {
margin-top: 20px;
}
.woocommerce-page #payment ul.payment_methods label img,
.woocommerce-page #payment ul.payment_methods label .about_paypal {
display: none;
}
body.woocommerce-checkout .woocommerce .col2-set,
body.woocommerce-checkout.woocommerce-page .col2-set {
float: left;
width: 60%;
}
body.woocommerce-checkout .woocommerce .col2-set .col-1,
body.woocommerce-checkout.woocommerce-page .col2-set .col-1,
body.woocommerce-checkout .woocommerce .col2-set .col-2,
body.woocommerce-checkout.woocommerce-page .col2-set .col-2 {
width: 100%;
}
body.woocommerce-checkout .woocommerce #order_review,
body.woocommerce-cart .cart-collaterals {
float: right;
width: 50%;
margin-top: 20px;
}
body.woocommerce-checkout .woocommerce #order_review {
width: 35%;
padding: 30px;
box-sizing: border-box;
background: #f9f9f9;
}
body.woocommerce-checkout h3 {
font-size: 22px;
}
body.woocommerce-cart .cart-collaterals {
margin-top: 0;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle a.showcoupon {
text-decoration: underline;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
border-left-width: 0;
border-right-width: 0;
border-bottom-width: 0;
border-top-width: 3px;
background: #f0f0f0 !important;
}
body.woocommerce-cart .cart_totals h2:not(.woocommerce-loop-product__title) {
text-align: left;
margin-top: 0;
font-size: 22px;
}
body.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button {
box-sizing: border-box;
float: left;
}
body.page-template-default:not(.elementor-page) #page-content-wrapper .inner .sidebar-content dl.variation {
margin: 0 0 0 0;
font-style: italic;
font-size: smaller;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label
{
font-weight: 600;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
display: none;
}
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
background: #f0f0f0 !important;
border-radius: 0;
border-top: 3px solid #000;
color: #000;
padding: 1em 2em 1em 2em;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered 
{
color: #000;
}
.woocommerce .select2-container--default .select2-selection--single
{
border-radius: 0;
background: transparent;
}
.woocommerce .select2-dropdown
{
border-radius: 0;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
color: initial;
}
.woocommerce div.product form.cart table.variations {
width: 100%;
float: left;
margin-bottom: 20px !important;
}
.woocommerce-variation.single_variation {
margin: 0 0 10px 0;
}
.woocommerce div.product form.cart table.variations tr td {
padding: 0;
vertical-align: baseline;
position: relative;
display: block;
}
.woocommerce div.product form.cart .single_variation_wrap {
width: 100%;
float: right;
}
.woocommerce-variation-add-to-cart {
clear: both;
float: left;
width: 100%;
}
.woocommerce-variation-price {
float: left;
margin-bottom: 20px;
}
.woocommerce div.product form.cart .variations td.label {
padding-right: 0;
padding-bottom: 0;
}
.woocommerce-variation-availability
{
display: none !important;
}
.woocommerce div.product form.cart .variations select {
width: 100%;
height: 47px;
border: 0;
background: transparent;
-webkit-appearance: none;
border-radius: 0;
border: 1px solid #000;
}
.woocommerce div.product form.cart table.variations tr td.value:after {
font-family: 'themify';
content: "\e64b";
display: inline;
position: absolute;
top: 10px;
right: 20px;
}
.woocommerce div.product form.cart .reset_variations {
text-decoration: underline;
}
form.checkout woocommerce-checkout h3#order_review_heading {
display: none;
}
.woocommerce .woocommerce-product-rating .star-rating {
margin-top: 5px;
}
.woocommerce table.shop_attributes td {
padding: 8px;
}
.woocommerce #review_form_wrapper,
#reviews.woocommerce-Reviews #comments {
max-width: 60%;
margin: auto;
padding: 0;
box-sizing: border-box;
}
.woocommerce #review_form_wrapper #reply-title {
font-size: 20px;
font-weight: 600;
margin-bottom: 20px;
display: block;
}
.woocommerce #respond input#submit 
{
border: 1px solid #d8d8d8;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2)
{
width: 25%;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, .woocommerce button.button, 
.woocommerce input.button
{
padding: 1.2em 2.5em 1.2em 2.5em;
}
#page-content-wrapper .inner .sidebar-content ul.products a.add_to_cart_button
{
padding: 0.8em 1.5em 0.8em 1.5em;
}
body.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order
{
padding: 1.3em 1.5em 1.3em 1.5em;
}
.woocommerce-page .widget ul.product_list_widget li .star-rating
{
display: none;
}
.woocommerce-product-details__short-description
{
clear: both;
}
.woocommerce table.shop_table tr th,
.woocommerce table.shop_table tr td
{
border: 0;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.woocommerce table.shop_table.cart tr th
{
border-left: 0;
border-right: 0;
border-top-width: : 1px;
border-top-style: solid;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.woocommerce table.shop_table tbody tr.cart_item td
{
border-bottom: 1px solid #e1e1e1;
}
.widget_product_tag_cloud.woocommerce.widget .tagcloud 
{
margin-top: 20px;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link
{
transition: all .21s cubic-bezier(.5,.5,.4,.9);
display: block;
}
.woocommerce ul.products li.product:hover a.woocommerce-loop-product__link
{
transform: translateY(-10px);
transition: all .21s cubic-bezier(.5,.5,.4,.9);
}
#page-content-wrapper ul.products li.product a.button.ajax_add_to_cart,
#page-content-wrapper .product_type_variable.add_to_cart_button
{
display: block !important;
width: 100%;
box-sizing: border-box;
clear: both;
border-radius: 0;
font-size: 14px;
letter-spacing: 2px;
line-height: 2;
margin-top: -10px;
border: 1px solid #000;
transform: translateY(-10px);
opacity: 0;
transition: all .21s cubic-bezier(.5,.5,.4,.9);
}
#page-content-wrapper ul.products li.product:hover a.button.ajax_add_to_cart,
#page-content-wrapper ul.products li.product:hover .product_type_variable.add_to_cart_button
{
transform: translateY(0);
opacity: 1;
transition: all .21s cubic-bezier(.5,.5,.4,.9);
}
#page-content-wrapper ul.products li.product:hover a.button.ajax_add_to_cart
{
box-shadow: 0 10px 30px 0 rgba(41,41,50,.05);
transform: scale(1) translateY(0px);
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
transform: translateY(0px);
transition: all .21s cubic-bezier(.5,.5,.4,.9);
}
.woocommerce ul.products li.product:hover, 
.woocommerce-page ul.products li.product:hover {
transform: translateY(-20px);
transition: all .21s cubic-bezier(.5,.5,.4,.9);
}
.woocommerce .widget_price_filter .ui-slider-horizontal
{
height: .2em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle
{
box-shadow: none;
border: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle
{
width: 0.8em;
height: 0.8em;
}
.woocommerce .woocommerce-result-count
{
font-weight: 600;
}
.woocommerce a.button.loading::after
{
top: 0.8em;
}
#woocommerce-mini-cart-wrapper
{
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
}
#woocommerce-mini-cart-wrapper.visible
{
z-index: 1000;
}
#woocommerce-mini-cart-overlay
{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #000000;
opacity: 0;
cursor: pointer;
transition: all .4s cubic-bezier(.5,.5,.4,.9);
}
#woocommerce-mini-cart-wrapper.visible #woocommerce-mini-cart-overlay
{
opacity: 0.2;
z-index: 1001;
transition: all .4s cubic-bezier(.5,.5,.4,.9);
}
#woocommerce-mini-cart-flyout
{
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 17em;
background: #fff;
display: flex;
flex-direction: column;
cursor: auto;
transition: all .4s cubic-bezier(.5,.5,.4,.9);
transform: translate3d(100%, 0, 0);
z-index: 1002;
}
#woocommerce-mini-cart-wrapper.visible #woocommerce-mini-cart-flyout
{
transition: all .4s cubic-bezier(.5,.5,.4,.9);
transform: translate3d(0, 0, 0);
}
#woocommerce-mini-cart-flyout ul.cart_list, 
#woocommerce-mini-cart-flyout ul.product_list_widget
{
padding: 30px;
flex-basis: 0;
flex-grow: 1;
overflow-y: auto;
list-style: none;
}
#woocommerce-mini-cart-flyout ul.cart_list li img, 
#woocommerce-mini-cart-flyout ul.product_list_widget li img, 
#woocommerce-mini-cart-flyout ul.cart_list li img, 
#woocommerce-mini-cart-flyout ul.product_list_widget li img 
{
width: 100% !important;
height: auto;
margin: 0 !important;
display: block;
float: none;
width: auto;
margin: 0;
order: 10;
}
#woocommerce-mini-cart-flyout ul.product_list_widget li
{
position: relative;
margin-bottom: 10px;
}
#woocommerce-mini-cart-flyout ul.product_list_widget li a:not(.remove)
{
display: flex;
flex-direction: column;
font-weight: 600 !important;
}
#woocommerce-mini-cart-flyout ul.product_list_widget li a.remove
{
position: absolute;
top: auto;
left: auto;
right: 0px;
bottom : 13px;
color: inherit !important;
}
#woocommerce-mini-cart-flyout ul.product_list_widget li a.remove:hover
{
color: #fff !important;
}
#woocommerce-mini-cart-flyout ul.product_list_widget li .variation
{
display: none;
}
#woocommerce-mini-cart-flyout ul.product_list_widget li a.remove:before,
#woocommerce-mini-cart-flyout ul.product_list_widget li a.remove:after
{
content: "";
display: block;
width: 0.125em;
height: 100%;
position: absolute;
top: 50%;
left: 50%;
}
#woocommerce-mini-cart-flyout ul.product_list_widget li .quantity
{
font-weight: normal;
}
#woocommerce-mini-cart-flyout .woocommerce-mini-cart-shopping-cart
{
flex-grow: 1;
display: flex;
flex-direction: column;
}
#woocommerce-mini-cart-flyout .woocommerce-mini-cart__total
{
padding: 30px 30px 0 30px;
display: flex;
position: relative;
}
#woocommerce-mini-cart-flyout .woocommerce-mini-cart__total:before
{
content: "";
display: block;
height: .625em;
position: absolute;
bottom: 100%;
left: 0;
right: 0;
opacity: 0.2;
box-shadow: inset 0 -0.625em 0.625em -0.625em #000000;
}
#woocommerce-mini-cart-flyout .woocommerce-mini-cart__total .woocommerce-Price-amount
{
margin-left: auto;
}
#woocommerce-mini-cart-flyout .woocommerce-mini-cart__buttons
{
padding: 30px 30px 15px 30px;
}
#woocommerce-mini-cart-flyout .woocommerce-mini-cart__buttons a
{
width: 100%;
box-sizing: border-box;
margin-bottom: 15px;
font-size: inherit !important;
}
body.woocommerce a.remove
{
line-height: 1.3;
} body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"],
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] {
padding: 50px 40px 50px 40px;
background: #f9f9f9;
border-radius: 5px;
width: 365px !important;
}
body .ui-widget-overlay {
background: rgba(0, 0, 0, 0.7) !important;
opacity: 1;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] button.ui-dialog-titlebar-close,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] button.ui-dialog-titlebar-close {
display: none;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .ui-dialog-titlebar,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .ui-dialog-titlebar {
background: transparent;
border: 0;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .ui-dialog-titlebar .ui-dialog-title,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .ui-dialog-titlebar .ui-dialog-title {
font-weight: 600;
font-size: 28px;
text-shadow: none;
width: 100%;
display: block;
margin-bottom: 20px;
text-align: center;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper label,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper label {
font-weight: normal;
font-size: 16px;
margin-bottom: 0;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="text"],
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="password"],
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="text"],
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="password"],
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="email"] {
font-size: 16px;
letter-spacing: 0;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="text"]::-webkit-input-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="password"]::-webkit-input-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="text"]::-webkit-input-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="password"]::-webkit-input-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="email"]::-webkit-input-placeholder {
color: transparent;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="text"]::-moz-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="password"]::-moz-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="text"]::-moz-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="password"]::-moz-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="email"]::-moz-placeholder {
color: transparent;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="text"]:-ms-input-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="password"]:-ms-input-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="text"]:-ms-input-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="password"]:-ms-input-placeholder,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="email"]:-ms-input-placeholder {
color: transparent;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper .zm_alr_form_field_container,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper .zm_alr_form_field_container {
margin-bottom: 30px;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper .zm_alr_ul_container,
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper .zm_alr_ul_container {
font-size: 16px;
}
body .ui-dialog[aria-describedby="ajax-login-register-login-dialog"] .form-wrapper input[type="submit"],
body .ui-dialog[aria-describedby="ajax-login-register-dialog"] .form-wrapper input[type="submit"] {
border-radius: 0;
text-shadow: none;
}
.ui-dialog .zm_alr_login_dialog.ui-dialog-content {
border: 0;
} #course-item-content-header h2.course-title {
font-size: 1em;
font-weight: 400;
}
body .course-curriculum ul.curriculum-sections .section-header .section-title {
font-size: 14px;
}
.learn-press-breadcrumb,
#learn-press-course .course-meta {
display: none;
}
#single-course-header {
padding: 60px 0 60px 0;
width: 100%;
float: left;
}
body.tg-single-course-4 #single-course-header {
padding: 0;
height: 550px;
color: #fff;
margin-top: 40px;
margin-bottom: 0;
position: relative;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
overflow: hidden;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
body.tg-single-course-4 #single-course-header h1 {
color: #fff;
}
body.tg-single-course-4 #single-course-header .standard-wrapper {
z-index: 2;
display: flex;
align-items: center;
height: 100%;
width: 60%;
}
a#single-course-enroll.button {
padding: 1em 2.5em .9em 2.5em;
}
body.tg-single-course-4 #single-course-enroll:hover {
background: transparent !important;
}
body.theme-artale.profile .learn-press-form-login {
width: 46%;
float: left;
}
body.theme-artale.profile .learn-press-form-register {
width: 46%;
float: right;
}
.single-course-title {
float: left;
width: 60%;
}
.single-course-join {
float: right;
width: 40%;
text-align: right;
margin-top: 20px;
}
body.tg-single-course-2 .single-course-join {
float: none;
width: 100%;
text-align: center;
margin-top: 10px;
}
body.tg-single-course-2 .single-course-join a {
display: block;
width: 100%;
box-sizing: border-box;
font-size: 16px;
}
body.tg-single-course-2 .course-learning-summary {
margin-top: 60px;
}
body.tg-single-course-3.is-enrolled .course-learning-summary {
margin-top: 40px;
}
body.is-enrolled .course-learning-summary {
margin-bottom: 60px;
}
.single-course-excerpt p {
padding: 0 !important;
margin-top: 10px;
}
#single-course-bgimage {
height: 500px;
background-size: cover;
background-position: center center;
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
}
.course-template-2 #single-course-bgimage:after,
body.tg-single-course-4 #single-course-header:after {
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.3);
width: 100%;
height: 100%;
display: block;
content: "";
}
body.tg-single-course-4 .single-course-title,
body.tg-single-course-4 .single-course-join {
width: 100%;
float: none;
text-align: center;
}
.course-template-2 #single-course-bgimage .single-course.standard-wrapper {
display: flex;
align-items: center;
height: 100%;
color: #fff;
z-index: 2;
}
.course-template-2 #single-course-bgimage .single-course.standard-wrapper .single-course-title {
width: 50%;
}
#single-course-bgimage h1,
.single-course-title h1 {
line-height: 1.5;
}
.course-template-2 #single-course-bgimage h1 {
color: #fff;
}
body #learn-press-course-tabs {
clear: both;
margin: 30px 0 30px 0;
}
body.tg-single-course-4 #learn-press-course-tabs {
margin-top: 0;
}
#page-content-wrapper ul.learn-press-nav-tabs {
border-bottom: 0;
text-align: center;
}
#page_content_wrapper ul.learn-press-nav-tabs .course-nav a,
body.learnpress-page.profile .lp-tab-sections li a,
body.learnpress-page.profile .lp-tab-sections li span,
body.learnpress-page.profile .lp-tab-sections .section-tab.active span,
body #learn-press-course-tabs .course-nav label
{
font-weight: 600;
border-radius: 0px;
padding: 10px 30px 10px 30px;
}
body #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .item-meta {
font-size: 10px;
border-radius: 0;
background: transparent;
}
body #popup-course #popup-header, body #popup-course #popup-sidebar .search-course {
background: #f9f9f9;
border-bottom: 0;
}
body #popup-course #popup-header .popup-header__inner .course-title a {
letter-spacing: 0;
font-size: 26px;
text-transform: none;
}
body #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .course-item-meta .item-meta:first-child {
border: 0 !important;
font-size: 10px;
}
body .course-curriculum ul.curriculum-sections .section-content .course-item.item-locked .course-item-meta .course-item-status,
body .course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson .section-item-link:before,
body .course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_quiz .section-item-link:before,
body .course-curriculum ul.curriculum-sections .section-content .course-item:not(.item-preview) .course-item-status, 
body #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link::before, body #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.item-locked .course-item-status::before, body #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .course-item-status::before, body #popup-course #sidebar-toggle::before, body .course-extra-box__title::after, body .course-extra-box__content li::before, body .course-tab-panel-faqs .course-faqs-box__title::after
{
font-family: 'themify';
}
body .course-extra-box__title::after, body .course-tab-panel-faqs .course-faqs-box__title::after
{
content: "\e64b";
font-size: 10px;
}
body .course-tab-panel-faqs .course-faqs-box__title::after
{
right: 20px;
font-weight: 400;
}
body .course-extra-box.active .course-extra-box__title::after, body input[name="course-faqs-box-ratio"]:checked + .course-faqs-box .course-faqs-box__title::after
{
content: "\e648" !important;
font-size: 10px;
}
body #popup-course #sidebar-toggle::before
{
content: "\e64a" !important;
font-size: 10px;
}
body #popup-course #sidebar-toggle:checked::before
{
content: "\e649" !important;
font-size: 10px;
}
body .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-completed .course-item-status:before, 
body .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-started .course-item-status:before, body #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .course-item-status::before, body .course-extra-box__content li::before
{
font-size: 16px;
content: "\e64c" !important;
}
body .course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson .section-item-link:before, body #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson .section-item-link::before
{
font-size: 20px;
content: "\e6c7" !important;
}
body .course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_quiz .section-item-link:before
{
font-size: 20px;
content: "\e72b" !important;
}
body .course-curriculum ul.curriculum-sections .section-content .course-item.item-locked .course-item-meta .course-item-status:before, body #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.item-locked .course-item-status::before
{
color: #222;
font-size: 16px;
content: "\e62b" !important;
}
body #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .item-meta.duration {
border: 1px solid #000;
}
#popup-course #popup-footer .course-item-nav .next::before {
display: none !important;
}
body #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .item-icon, body #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .item-name {
font-size: 14px;
}
#page_content_wrapper ul.learn-press-nav-tabs .course-nav.active a,
body.learnpress-page.profile .lp-tab-sections .section-tab.active span,
body #learn-press-course-tabs .course-nav.active label,
body #learn-press-course-tabs input[name="learn-press-course-tab-radio"]:nth-child(1):checked ~ .learn-press-nav-tabs .course-nav:nth-child(1) label,
body #learn-press-course-tabs .course-nav.active label,
body #learn-press-course-tabs input[name="learn-press-course-tab-radio"]:nth-child(2):checked ~ .learn-press-nav-tabs .course-nav:nth-child(2) label,
body #learn-press-course-tabs input[name="learn-press-course-tab-radio"]:nth-child(3):checked ~ .learn-press-nav-tabs .course-nav:nth-child(3) label,
body #learn-press-course-tabs input[name="learn-press-course-tab-radio"]:nth-child(4):checked ~ .learn-press-nav-tabs .course-nav:nth-child(4) label
{
background: #333;
color: #fff;
}
ul.learn-press-nav-tabs .course-nav.active::before,
ul.learn-press-nav-tabs .course-nav:first-child.active::after {
display: none;
}
body #learn-press-course-tabs.course-tabs {
margin-top: 0;
}
body ul.learn-press-nav-tabs .course-nav {
border: 0 !important;
border-radius: 0;
display: inline-block;
float: none;
}
body ul.learn-press-nav-tabs {
background: transparent;
border: 0;
}
#learn-press-course .lp-course-author .course-author__pull-left img {
height: auto;
}
body.learnpress-page.profile .lp-tab-sections {
margin: 0 0 20px 0 !important;
background: transparent;
z-index: 3;
position: relative;
}
body.learnpress-page.profile .learn-press-subtab-content {
margin: 20px 0 0 0;
}
body.learnpress-page.profile .lp-sub-menu,
body.learnpress-page.profile ul.learn-press-courses {
margin: 20px 0 20px 0 !important;
}
body.learnpress-page.profile ul.learn-press-courses,
body.learnpress-page.profile .learn-press-message {
clear: both;
}
#page-content-wrapper ul.learn-press-nav-tabs .course-nav,
body.learnpress-page.profile .lp-tab-sections li {
display: inline-block;
float: none;
}
body.learnpress-page.profile .lp-tab-sections .section-tab.active span {
border: 0;
line-height: initial;
}
body.learnpress-page.profile .profile-heading {
float: left;
width: 50%;
margin: 20px 0 20px 0;
}
body.learnpress-page.profile .lp-sub-menu {
float: right;
width: 50%;
text-align: right;
}
#page-content-wrapper .course-landing-summary {
margin-bottom: 60px;
}
#learn-press-course {
width: 100%;
margin: auto;
}
body.tg-single-course-2 #learn-press-course {
width: 100%;
float: left;
}
body.tg-single-course-2 #learn-press-course .course-landing-summary {
float: left;
width: 66.66%;
box-sizing: border-box;
padding-right: 40px;
margin: 0;
}
body.tg-single-course-2 #page-content-wrapper #learn-press-course ul.learn-press-nav-tabs {
text-align: left;
margin-top: 60px;
margin-left: 10px;
}
#learn-press-course-tabs .course-tab-panel,
body #learn-press-course-tabs .course-tab-panels .course-tab-panel {
padding: 20px 0 0 0;
}
#page-content-wrapper ul.learn-press-nav-tabs .course-nav.active:after,
#page-content-wrapper ul.learn-press-nav-tabs .course-nav:hover:after {
display: none;
}
#page-content-wrapper ul.learn-press-nav-tabs .course-nav {
margin-left: -5px;
}
#page-content-wrapper ul.learn-press-nav-tabs .course-nav.active a,
body.learnpress-page.profile .lp-tab-sections .section-tab.active span {
z-index: 2;
position: relative;
}
#page-content-wrapper ul.learn-press-nav-tabs .course-nav a,
body.learnpress-page.profile .lp-tab-sections li a,
body.learnpress-page.profile .lp-tab-sections li span,
body.learnpress-page.profile .lp-tab-sections .section-tab.active span {
font-weight: 700;
border-radius: 5px;
padding: 8px 30px 8px 30px;
}
#page-content-wrapper ul.learn-press-nav-tabs .course-nav.active a,
body.learnpress-page.profile .lp-tab-sections .section-tab.active span {
background: transparent;
color: #000;
border: 1px solid #000;
}
body.learnpress-page.profile .lp-list-table tr.list-table-nav td {
font-size: 10px;
text-transform: uppercase;
letter-spacing: 1px;
}
.lp-label.label-finished,
.lp-label.label-completed,
.lp-label.label-cancelled,
.lp-label.label-pending {
padding: 5px 30px 5px 30px;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 1px;
}
body .profile-recover-order {
border: 0;
padding: 0;
margin-top: 40px;
}
.order-recover input[name="order-key"]::placeholder {
opacity: 0.5;
}
body .profile-recover-order p {
padding: 0 !important;
}
body.learnpress-page.profile .lp-list-table tbody tr td.column-order-action {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
}
body.learnpress-page.profile .lp-list-table tbody tr td.column-order-action a {
margin-right: 10px;
}
#profile-content-order-details h3 {
font-size: 18px;
}
#page-content-wrapper .lp-single-course .course-price {
margin: 0;
float: right;
margin-bottom: 80px;
font-weight: 700;
}
body.tg-single-course-2 #page-content-wrapper .lp-single-course .course-price {
margin-bottom: 60px;
}
body #page-content-wrapper .lp-single-course .course-price,
body #page-content-wrapper .lp-single-course .lp-course-buttons {
display: none;
}
body.tg-single-course-2 #page-content-wrapper .course-landing-summary {
margin-bottom: 20px;
}
#page-content-wrapper .lp-single-course .lp-course-buttons {
float: left;
margin: 0;
margin-bottom: 80px;
}
.learnpress-page #page-content-wrapper .lp-button,
.learnpress-page #learn-press-profile-basic-information button,
.learnpress-page #profile-content-settings form button[type="submit"] {
line-height: normal;
height: intrinsic;
padding: .6em 2.5em .6em 2.5em;
background: transparent;
border-radius: 0;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
#page-content-wrapper .lp-single-course .course-author .author-bio {
font-style: normal;
padding: 0;
}
#page-content-wrapper .lp-single-course .course-author .author-bio p:first-child {
padding: 0;
}
#page-content-wrapper .lp-single-course .course-author .author-name a {
font-weight: 700;
}
.course-author h3 {
display: none;
}
#page-content-wrapper .course-curriculum ul.curriculum-sections .section-header {
border-bottom: 1px solid #999;
}
body .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .item-meta,
body .lp-label.label-enrolled,
.lp-label.label-started {
padding: 0 15px;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 2px;
line-height: 2.5;
}
body .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta i.fa.item-meta {
height: auto;
}
body .course-curriculum ul.curriculum-sections .section-content .course-item.item-preview .course-item-status {
font-size: 8px;
line-height: 2.3;
border-radius: 0;
background: transparent !important;
border: 1px solid #000;
}
body .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta:not(.trans) .course-item-status:before,
body .lp-label.label-enrolled,
.lp-label.label-started,
body .course-remaining-time .lp-label.label-enrolled {
font-size: 10px;
}
body .lp-label.label-enrolled,
.lp-label.label-started {
height: 20px;
line-height: 24px;
color: #fff;
}
.learnpress .lp-label {
border-radius: 0;
}
body .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .duration {
background: transparent;
color: #222;
padding: 0;
}
body .course-curriculum ul.curriculum-sections .section-content .course-item.item-locked .course-item-meta .course-item-status,
body .course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson .section-item-link:before,
body .course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_quiz .section-item-link:before,
body .course-curriculum ul.curriculum-sections .section-content .course-item:not(.item-preview) .course-item-status {
font-family: 'themify';
}
body .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-completed .course-item-status:before,
body .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-started .course-item-status:before {
font-size: 16px;
content: "\e64c";
}
body .course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson .section-item-link:before {
font-size: 20px;
content: "\e6c7";
}
body .course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_quiz .section-item-link:before {
font-size: 20px;
content: "\e72b";
}
body .course-curriculum ul.curriculum-sections .section-content .course-item.item-locked .course-item-meta .course-item-status:before {
color: #222;
font-size: 16px;
content: "\e62b";
}
#single-course-meta {
background-color: #fff;
margin-top: -60px;
position: relative;
z-index: 2;
border-radius: 5px;
}
body.tg-single-course-4 #single-course-meta {
margin-top: 0;
clear: both;
}
ul.single-course-meta-data {
list-style: none;
}
#single-course-meta ul.single-course-meta-data {
display: flex;
background: #fff;
margin-bottom: 20px;
border-radius: 5px;
}
body.tg-single-course-2 #single-course-wrapper.course-template-2 {
margin-bottom: 60px;
}
#page-content-wrapper .course-template-2 ul.single-course-meta-data {
margin-top: 25px;
}
#single-course-meta ul.single-course-meta-data li {
justify-content: center;
padding: 0 1em;
flex-grow: 1;
display: flex;
margin: 2.2rem 0;
}
.course-template-2 ul.single-course-meta-data li {
display: inline-block;
margin-right: 20px;
}
.course-template-2 ul.single-course-meta-data div {
display: inline-block;
}
.course-template-2 ul.single-course-meta-data div.single-course-meta-data-icon span {
margin-right: 5px;
}
#single-course-meta ul.single-course-meta-data li:first-child {
padding-left: 0;
}
#single-course-meta ul.single-course-meta-data li:last-child {
display: none !important;
}
#single-course-meta ul.single-course-meta-data li.single-course-meta-data-separator {
flex: 0;
border-left: solid 1px #e1e1e1;
display: flex;
max-height: 2.7em;
padding: 0;
}
#single-course-meta ul.single-course-meta-data li .single-course-meta-data-icon {
padding-right: .5em;
display: flex;
font-size: 2rem;
line-height: 1.5;
}
#single-course-meta ul.single-course-meta-data li .single-course-meta-data-text {
display: flex;
flex-direction: column;
}
#single-course-meta ul.single-course-meta-data li .single-course-meta-data-text .single-course-meta-data-title {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 3px;
}
#single-course-meta ul.single-course-meta-data li .single-course-meta-data-text .single-course-meta-data-content {
font-size: 14px;
}
body .course-curriculum ul.curriculum-sections .section-content .course-item:before {
display: none;
}
body #course-item-content-header .form-button.lp-button-back button,
body.learnpress-page .lp-button {
height: auto;
line-height: normal;
padding: 6px 30px 4px 30px;
}
body.learnpress-page .lp-button.button-complete-lesson {
margin-top: 30px;
}
body #course-item-content-header .course-item-search input {
font-style: normal;
}
body #course-item-content-header {
background: #f9f9f9;
}
body #course-item-content-header .toggle-content-item:before {
font: 20px/60px 'themify';
content: "\e67a";
}
body.single.full-screen-content-item #course-item-content-header .toggle-content-item:before {
font: 20px/60px 'themify';
content: "\e679";
}
body.single.course-item-popup #learn-press-content-item .content-item-wrap {
margin: 40px auto;
}
body .course-item-nav .prev span,
body .course-item-nav .next span {
font-size: 13px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 2px;
}
body .course-item-nav .prev a,
body .course-item-nav .next a {
position: relative;
top: -5px;
}
.learn-press-message:before {
display: none;
}
body .course-curriculum ul.curriculum-sections .section.section-empty .learn-press-message {
margin-left: 0;
margin-right: 0;
}
body .lp-label {
background: transparent;
color: #222;
}
body .answer-options .answer-option .option-title:before {
display: none;
}
.lp-quiz-buttons .lp-form.form-button button[type="submit"] {
background: transparent;
border: none;
text-decoration: none;
margin-right: 10px;
cursor: pointer;
font-size: 12px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 2px;
margin-top: 10px;
outline: none;
}
body.learnpress-page.checkout:not(.elementor-page) #page-content-wrapper .inner .sidebar-content.fullwidth,
body.learnpress-page.profile:not(.elementor-page) #page-content-wrapper .inner .sidebar-content.fullwidth {
padding-bottom: 80px;
}
body.learnpress-page.profile:not(.elementor-page) #page-content-wrapper .inner .sidebar-content.fullwidth {
padding-top: 160px;
}
body.learnpress-page.checkout .lp-list-table thead tr th,
body.learnpress-page.profile .lp-list-table thead tr th {
background: #333;
}
body.learnpress-page.checkout #learn-press-order-review {
float: right;
width: 32%;
}
body.learnpress-page.checkout #learn-press-order-review h4 {
display: none;
}
body.learnpress-page.checkout .learn-press-checkout-comment h4,
body.learnpress-page.checkout #learn-press-payment h4 {
font-size: 16px;
margin-bottom: 10px;
}
body.learnpress-page.checkout .learn-press-checkout-comment .order-comments::placeholder {
opacity: 0;
}
body.learnpress-page.checkout .lp-list-table {
margin: 0;
border-width: 1px;
border-style: solid;
}
body.learnpress-page.checkout #learn-press-payment .payment-methods {
margin: 0 !important;
width: 50%;
display: inline-block;
}
body #learn-press-checkout .payment-methods .lp-payment-method.selected>label {
background: transparent;
}
body #checkout-payment .secure-connection {
display: none;
}
body #checkout-payment #checkout-order-action button {
border-radius: 0;
}
body.learnpress-page.checkout #learn-press-payment .payment-methods .lp-payment-method.selected>label {
background: transparent;
padding: 0;
display: inline-block;
}
body.learnpress-page.checkout #learn-press-payment .payment-methods .payment-method-form {
background: transparent;
border: 0;
padding: 0;
font-size: 13px;
display: inline-block !important;
margin-left: 10px;
}
body.learnpress-page.checkout #checkout-order-action {
margin-top: 30px;
width: 49%;
display: inline-block;
}
body.learnpress-page.profile #learn-press-profile-header {
background: transparent;
margin-bottom: 20px;
}
body.learnpress-page.profile #learn-press-profile-header .lp-profile-avatar img {
border-radius: 250px;
position: relative;
top: -100px;
}
body.learnpress-page.profile .lp-user-profile .profile-name {
font-size: 20px;
font-weight: 700;
margin-top: -100px;
margin-left: 5px;
text-align: left;
}
body.learnpress-page.profile #learn-press-profile-header .lp-profile-avatar {
width: 200px;
}
body.learnpress-page.profile #learn-press-profile-nav {
padding: 0;
}
body.learnpress-page.profile #learn-press-profile-nav .tabs {
margin: 0 !important;
}
body.learnpress-page.profile #learn-press-profile-nav .tabs>li a {
padding: 10px 20px;
border: 1px solid transparent;
}
body.learnpress-page.profile #learn-press-profile-nav .tabs>li ul {
margin: 0 !important;
padding: 0;
}
body.learnpress-page.profile #learn-press-profile-nav .tabs>li.active ul {
background: transparent;
}
body.learnpress-page.profile #learn-press-profile-nav .tabs>li.active ul li a {
color: inherit;
padding-left: 40px;
}
body.learnpress-page.profile #learn-press-profile-content {
width: calc(100% - 250px);
}
body.learnpress-page.profile #learn-press-profile-header {
height: 80px;
margin-bottom: 40px;
}
body.learnpress-page.profile #learn-press-profile-nav .tabs>li.active ul li a:hover {
}
#profile-content-settings .learn-press-form .form-fields .form-field label {
display: block !important;
}
.learn-press-form .form-fields .form-field .form-field-input #description {
min-height: 200px;
}
.learn-press-form .form-fields .form-field .form-field-input #display_name {
min-width: 200px;
}
body .lp-label {
line-height: 1.5;
}
body.learnpress-page.profile #learn-press-profile-nav:before {
background: transparent;
}
body.learnpress-page.profile #learn-press-profile-nav,
body.learnpress-page.profile #learn-press-profile-nav .tabs>li:hover:not(.active) ul {
background: transparent;
font-size: 15px;
margin-top: -40px;
}
body.learnpress-page.profile .learn-press-form .form-fields {
margin: 40px 0 0 0 !important;
}
body.learnpress-page.profile #learn-press-profile-nav .tabs>li:hover:not(.active) ul {
background: #fff;
-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
}
body.learnpress-page.profile #learn-press-profile-nav .tabs>li {
margin-bottom: 5px;
border: 1px solid transparent;
}
body.learnpress-page.profile #learn-press-profile-nav .tabs>li.active>a {
border: 1px solid #000;
background: transparent !important;
font-weight: 700;
}
body.learnpress-page.profile #learn-press-profile-nav .tabs > li a:hover {
border: 1px solid #000;
background: transparent !important;
}
body.learnpress-page.profile #learn-press-profile-content {
margin-top: -120px;
}
body ul.learn-press-courses .course .course-thumbnail {
margin-bottom: 20px;
}
body ul.learn-press-courses .course {
position: relative;
}
body ul.learn-press-courses .course .lp-course-buttons form button {
display: none;
}
body ul.learn-press-courses .course .course-info .course-price .price {
position: absolute;
top: 12px;
right: 12px;
font-size: 13px;
display: inline-block;
background: #000;
color: #fff;
font-weight: 900;
text-transform: uppercase;
border-radius: 50%;
width: 60px;
text-align: center;
line-height: 60px;
}
body ul.learn-press-courses .course .course-info .course-instructor {
float: none;
clear: both;
margin-top: -20px;
}
ul.learn-press-courses .course .course-info .course-instructor:before {
font: 16px/60px 'themify';
content: "\e623";
margin-right: 5px;
vertical-align: middle;
}
body.learnpress-page #page-content-wrapper .lp-button {
cursor: pointer;
}
body.learnpress-page #page-content-wrapper .order-recover input[name="order-key"] {
width: 100%;
}
body.learnpress-page #page-content-wrapper .order-recover .lp-button {
clear: both;
margin-top: 15px;
}
.learnpress-page #learn-press-profile-basic-information p {
padding: 0 !important;
}
.learnpress-page #learn-press-profile-basic-information button {
cursor: pointer;
margin-top: 30px;
outline: none;
}
body.learnpress-page.profile #learn-press-profile-header {
z-index: 2;
}
body .lp-avatar-preview .profile-picture {
margin-top: 0;
}
body .learn-press-form .form-fields .form-field input[type="text"],
body .learn-press-form .form-fields .form-field input[type="email"],
body .learn-press-form .form-fields .form-field input[type="number"],
body .learn-press-form .form-fields .form-field input[type="password"],
body .learn-press-form .form-fields .form-field textarea {
padding: 5px 0 5px 0;
}
body #page-content-wrapper p#lp-avatar-actions {
padding: 0;
}
body #page-content-wrapper p#lp-avatar-actions button {
padding: .6em 2.5em .6em 2.5em;
cursor: pointer;
outline: none;
}
body ul.learn-press-courses .course .course-title {
line-height: 1.5em;
}
body #learn-press-profile-nav #profile-mobile-menu {
font: 20px/60px 'themify';
text-align: right;
}
body #learn-press-profile-nav #profile-mobile-menu.fa-bars:before {
content: "\e60f";
}
#lp-archive-courses form.learn-press-search-course-form {
margin: 10px 0 50px 0;
}
#lp-archive-courses ul.learn-press-courses .course,
#profile-content-courses ul.learn-press-courses .course {
overflow: hidden;
background: #fff;
}
body ul.learn-press-courses .course .course-title {
margin: 25px 25px 0 25px;
}
body ul.learn-press-courses .course .course-info {
margin: 10px 25px 10px 25px;
}
body ul.learn-press-courses .course .lp-course-buttons {
display: none;
}
body ul.learn-press-courses .course .course-thumbnail img {
width: 100%;
}
body ul.learn-press-courses .course {
width: 30.66%;
margin: 0 4% 20px 0;
}
body ul.learn-press-courses .course:nth-child(3n) {
margin-right: 0;
}
body .course-curriculum ul.curriculum-sections .section-content .course-item {
background: transparent;
}
body.single-lp_course .fullwidth-comment-wrapper {
margin: 0;
margin: auto;
float: none;
margin-top: 60px;
padding-top: 60px;
}
.learn-press-course-results-progress .items-progress h4,
.learn-press-course-results-progress .course-progress h4 {
font-size: 22px;
}
body.single-lp_course .fullwidth-comment-wrapper #respond.comment-respond {
padding-top: 0;
}
body.archive.post-type-archive-lp_course #page-content-wrapper {
padding-bottom: 40px;
}
form[name="search-course"] .search-course-input::placeholder {
opacity: 0.5;
}
body.tg-single-course-2 .single-course-sidebar {
width: 33%;
border-radius: 5px;
background: #fff;
float: right;
-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
margin-top: 60px;
overflow: hidden;
padding: 5px;
box-sizing: border-box;
margin-bottom: 60px;
display: none;
}
body.tg-single-course-2 .lp-single-course {
float: left;
width: 100%;
}
body.tg-single-course-2 .single-course-sidebar.has-image {
margin-top: -300px;
position: relative;
z-index: 2;
}
body.tg-single-course-2 .single-course-sidebar.is-stuck {
margin-top: 0;
margin-bottom: 80px;
}
body.tg-single-course-2 .single-course-sidebar .single-course-info-wrapper {
margin: 30px;
}
.single-course-price-wrapper {
display: flex;
align-items: center;
}
.single-course-price-wrapper .price {
font-size: 30px;
}
.single-course-price-wrapper .origin-price {
line-height: 20px;
font-size: 18px;
opacity: 0.5;
text-decoration: line-through;
}
body.tg-single-course-1 .single-course-price-wrapper {
float: right;
text-align: right;
}
body.tg-single-course-1 .single-course-price-wrapper {
font-size: 24px;
}
body.tg-single-course-1 .single-course-price-wrapper .single-course-price-wrapper .price {
font-size: 16px;
}
body.tg-single-course-1 .single-course-join {
margin-top: 0;
}
body.tg-single-course-3 .single-course-join {
float: none;
width: 100%;
margin-top: 0;
text-align: left;
}
body.tg-single-course-2 .single-course-sidebar .single-course-join {
margin-bottom: 30px;
}
body.tg-single-course-2 .single-course-sidebar .single-course-include h4,
body.tg-single-course-3 .single-course-include h4 {
font-size: 16px;
margin-bottom: 20px;
}
.single-course-include .single-course-include-list {
list-style: none;
margin-top: 20px;
}
.single-course-include .single-course-include-list li {
display: block;
width: 100%;
margin: 10px 0 10px 0;
}
.single-course-include .single-course-include-list li span {
display: inline-block;
width: calc(100% - 40px);
}
.single-course-include .single-course-include-list li span.single-course-include-icon {
margin-right: 5px;
width: 30px;
vertical-align: top;
}
.single-course-include .single-course-include-list li span.single-course-include-icon img {
width: auto;
max-height: 22px;
vertical-align: middle;
}
.single-course-include .single-course-include-list li span.single-course-include-icon span {
font-size: 22px;
}
.dpsp-share-text {
padding-bottom: 0 !important;
}
.single-course-info-wrapper .sidebar {
margin-top: 30px;
float: left;
}
.single-course-info-wrapper .sidebar .content ul.sidebar-widget {
border-top: solid 1px #D8D8D8;
padding-top: 30px !important;
margin-bottom: 30px !important;
float: left;
}
#learn-press-course-tabs .course-tab-panel .course-description ul {
margin-left: 40px;
margin-top: 10px;
}
#learn-press-course-tabs .course-tab-panel .course-description p {
padding-bottom: 1.5em;
}
body.tg-single-course-3 .single-course-title {
margin-bottom: 30px;
}
body.tg-single-course-3 #single-course-header {
padding-bottom: 20px;
padding-top: 40px;
}
body.tg-single-course-3 #learn-press-course {
width: 100%;
}
body .course-review-wrapper .review-form {
border-radius: 5px;
}
body .course-rate .review-bar .rating {
border-radius: 5px;
background: #a1a7b3;
height: 20px;
}
body .course-rate .review-bar {
border-radius: 5px;
background: #f2f3f5;
height: 20px;
margin-left: 10px;
margin-right: 10px;
width: calc(100% - 160px);
}
body .course-rate>span.review-percent {
top: -5px;
position: relative;
display: inline-block;
}
body .course-rate>.review-stars-rated {
top: 3px;
position: relative;
}
body.tg-single-course-1 .single-course-title>.review-stars-rated,
body.tg-single-course-2 .single-course-title>.review-stars-rated,
body.tg-single-course-3 .single-course-title>.review-stars-rated,
body.tg-single-course-4 .single-course-title>.review-stars-rated {
top: 7px;
position: relative;
}
.course-rate-summary {
display: inline-block;
width: 160px;
height: 200px;
vertical-align: top;
text-align: center;
}
.course-rate-breakdown {
display: inline-block;
width: calc(100% - 180px);
}
.course-rate-summary .review-number {
font-size: 72px;
font-weight: 700;
line-height: 1;
letter-spacing: -2px;
}
.course-rate-summary .course-rating-title {
margin-top: -10px;
}
body.single-lp_course .review-stars-rated .review-stars.empty,
body.single-lp_course .review-stars-rated .review-stars.filled {
width: 100%;
}
h3.course-review-head {
display: none;
}
body.single-lp_course .course-reviews-list li,
body.single-lp_course .course-reviews-list-shortcode li {
background: transparent;
border: 0;
border-top: 1px solid #d8d8d8;
padding-top: 40px;
margin-top: 20px;
}
body.single-lp_course .course-reviews-list li .review-author {
display: inline-block;
width: 230px;
}
body.single-lp_course .course-reviews-list li .review-author img {
width: 60px;
height: auto;
border-radius: 50px;
display: inline-block;
margin-right: 10px;
}
body.single-lp_course .course-reviews-list li .review-author .review-author-info {
width: calc(100% - 80px);
display: inline-block;
vertical-align: top;
}
body.single-lp_course .course-reviews-list li .review-author .review-author-info h4 {
font-size: 14px;
margin-top: -2px;
}
body.single-lp_course .course-reviews-list li .review-text {
display: inline-block;
width: calc(100% - 250px);
}
body.single-lp_course .course-reviews-list li .user-name,
body.single-lp_course .course-reviews-list-shortcode li .user-name {
margin: 0;
}
body.single-lp_course .review-time {
opacity: 0.7;
}
#learn-press-course-tabs .course-tab-panel#tab-reviews {
padding-bottom: 0;
}
body.single-lp_course #dpsp-content-bottom {
margin-top: 2.5em;
}
body.single-lp_course .course-reviews-list li .review-title,
body.single-lp_course .course-reviews-list-shortcode li .review-title {
font-size: 18px;
font-style: normal;
margin: 5px 0 10px 0;
}
.page-shop-categories-filter {
display: inline-block;
list-style: none;
margin: auto;
margin-top: 10px;
}
.page-shop-categories-filter li {
display: inline-block;
margin: 0 15px 0 15px;;
font-size: 22px;
}
.page-shop-categories-filter li a {
border-bottom: 2px solid transparent;
padding-bottom: 5px;
}
.page-shop-categories-filter li a.active,
.page-shop-categories-filter li a:hover {
border-bottom: 2px solid #000;
} .video-grid-wrapper .video-card {
position: relative;
overflow: hidden;
display: block;
text-align: center;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.video-grid-wrapper .video-card .preview-video-title {
width: 100%;
position: absolute;
bottom: 25px;
left: 0;
z-index: 4;
color: #fff;
font-weight: 900;
text-align: center;
}
.video-grid-wrapper .video-card {
border-radius: 0;
line-height: 0;
}
.video-grid-wrapper .video-card:before {
opacity: 1;
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 3;
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(56%, rgba(0, 0, 0, 0.1)), color-stop(93%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.69)));
background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.69) 100%);
background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.69) 100%);
}
.video-grid-wrapper .video-card:hover .video-card-image {
-webkit-transform: scale(1.06);
transform: scale(1.06);
transition: -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms, -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
.video-grid-wrapper .video-card .video-card-image {
width: 100%;
height: 100%;
-webkit-transform: scale(1);
transform: scale(1);
transition: -webkit-transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
transition: transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
transition: transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms, -webkit-transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
.video-grid-wrapper .video-iframe-wrapper {
display: none;
}
.video-grid-wrapper .video-iframe-container {
background: #000;
display: flex;
align-items: center;
}
.video-grid-wrapper .video-iframe-container .video-container {
width: 100%;
margin: 0;
}
body.tg-single-course-3 .video-grid-wrapper {
float: left;
width: 70%;
}
body.tg-single-course-3 .single-course-include {
float: right;
width: 25%;
}
body.tg-single-course-3 .video-grid-wrapper .video-card {
border-radius: 5px;
}  body.learnpress-page.profile .tg-three-cols,
body.single.single-lp_course .tg-three-cols {
margin-right: 3.5%;
}
body.learnpress-page.profile .tg-three-cols.last,
body.single.single-lp_course .tg-three-cols.last {
margin-right: 0;
}
body.learnpress-page.profile .tg-four-cols,
body.single.single-lp_course .tg-four-cols {
margin-right: 2.5%;
}
body.learnpress-page.profile .tg-four-cols.last,
body.single.single-lp_course .tg-four-cols.last {
margin-right: 0;
}
body.learnpress-page.profile .profile-avatar {
display: inline-block;
margin-right: 20px;
}
body.learnpress-page.profile .profile-avatar img {
border-radius: 50%;
width: 90px;
height: auto;
}
body.learnpress-page.profile .profile-name {
display: inline-block;
height: 90px;
vertical-align: top;
}
body.learnpress-page.profile .profile-name h1 {
line-height: 90px !important;
}
body.learnpress-page.profile .profile-description {
font-size: 18px;
margin-top: 10px;
width: 60%;
}
body.learnpress-page.profile .profile-course-count {
margin-top: 30px;
border-radius: 5px;
background: #57B957;
color: #fff;
display: inline-block;
}
body.learnpress-page.profile .profile-course-count span.ti-agenda {
padding-right: 15px;
margin: 8px 0 8px 15px;
display: inline-block;
}
body.learnpress-page.profile .profile-course-count span.profile-course-count-number {
font-weight: 700;
background: #FF6D3F;
padding: 8px 15px 8px 15px;
display: inline-block;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
body.learnpress-page.profile #wrapper {
}
body.learnpress-page.profile:not(.checkout) .course-grid-container {
margin-top: 60px;
margin-bottom: 30px;
}
body.learnpress-page.profile .course-grid-container.hidden {
display: none;
}
body.learnpress-page.checkout #learn-press-checkout-login,
body.learnpress-page.checkout #learn-press-checkout-register {
width: 48%;
float: left;
box-sizing: border-box;
display: inline-block;
padding: 40px 40px 20px 40px;
border: 1px solid #000;
}
form[name=learn-press-login] p:last-child {
padding-bottom: 0 !important;
}
body.learnpress-page.checkout #learn-press-checkout-login h3 {
display: none;
}
body.learnpress-page.checkout #learn-press-checkout-register {
margin-left: 4%;
}
.learn-press-form .form-fields {
margin-left: 0 !important;
}
body.learnpress-page.profile .course-grid-container .portfolio-classic-grid-wrapper.tg-two-cols .card-title,
body.single.single-lp_course .course-grid-container .portfolio-classic-grid-wrapper.tg-two-cols .card-title {
font-size: 22px;
}
body.learnpress-page.profile .course-grid-container .portfolio-classic-grid-wrapper.tg-three-cols .card-title,
body.single.single-lp_course .course-grid-container .portfolio-classic-grid-wrapper.tg-three-cols .card-title {
font-size: 18px;
}
body.learnpress-page.profile .course-grid-container .portfolio-classic-grid-wrapper.tg-four-cols .card-title,
body.single.single-lp_course .course-grid-container .portfolio-classic-grid-wrapper.tg-four-cols .card-title {
font-size: 16px;
}
.tooltip-templates {
display: none;
}
body .tooltipster-sidetip.tooltipster-shadow .tooltipster-content ul {
margin-left: 20px !important;
}
body .tooltipster-sidetip.tooltipster-shadow .tooltipster-content ul li {
margin: 10px 0 10px 0 !important;
}
body .tooltipster-sidetip.tooltipster-shadow .tooltipster-content ul li:last-child {
margin-bottom: 0 !important;
}
body .tooltipster-sidetip.tooltipster-shadow .tooltipster-content h5 {
font-size: 16px;
margin-bottom: 5px;
}
body .tooltipster-sidetip.tooltipster-shadow .tooltipster-content .course-tooltip-content {
margin: 20px 5px 20px 5px;
box-sizing: border-box;
}
.course-grid-container .grid-template2 .card-info .card-meta-wrapper-half .card-price {
font-size: 20px;
font-weight: 900;
}
#page-content-wrapper .lp-single-course .course-author .author-name p {
padding: 0 !important;
}
.checkout-form-login-toggle,
#checkout-form-register {
font-weight: 600;
}
#learn-press-checkout-register p:first-child {
display: none;
}
body.single-lp_course .lp-archive-courses .lp-entry-content .entry-content-left {
padding-top: 0;
}
.course-curriculum .course-item .section-item-link::before {
margin-top: -15px;
} .course-grid-container .portfolio-classic-grid-wrapper .card-img {
visibility: hidden;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 100%;
height: 235px;
}
.course-grid-container .portfolio-classic-grid-wrapper.tg-three-cols .card-img {
height: 200px;
}
.course-grid-container .portfolio-classic-grid-wrapper.tg-four-cols .card-img {
height: 180px;
}
.course-grid-container .grid-template1 .portfolio-classic-grid-wrapper .card-price {
position: absolute;
top: 200px;
right: 15px;
font-size: 13px;
display: inline-block;
background: #3d64ff;
color: #fff;
font-weight: 900;
text-transform: uppercase;
border-radius: 50%;
width: 60px;
text-align: center;
line-height: 60px !important;
z-index: 2;
transition: all .21s cubic-bezier(.5, .5, .4, .9);
}
.course-grid-container .grid-template1 .portfolio-classic-grid-wrapper.tg-three-cols .card-price {
top: 160px;
}
.course-grid-container .grid-template1 .portfolio-classic-grid-wrapper.tg-four-cols .card-price {
top: 145px;
}
.course-grid-container .grid-template3 .portfolio-classic-grid-wrapper .card-price {
position: absolute;
top: 15px;
right: 15px;
font-size: 13px;
display: inline-block;
background: #3d64ff;
color: #fff;
font-weight: 900;
border-radius: 5px;
text-align: center;
z-index: 2;
padding: 5px 10px 5px 10px;
}
.course-grid-container .grid-template1 .portfolio-classic-grid-wrapper:hover .card-price {
-ms-transform: scale(1.2) translateY(-10px);
-moz-transform: scale(1.2) translateY(-10px);
-o-transform: scale(1.2) translateY(-10px);
-webkit-transform: scale(1.2) translateY(-10px);
transform: scale(1.2) translateY(-10px);
}
.course-grid-container .portfolio-classic-grid-wrapper .card-info-hover {
position: absolute;
padding: 16px;
width: 100%;
opacity: 0;
top: 0;
}
.course-grid-container .portfolio-classic-grid-wrapper .card-img--hover {
transition: 0.2s all ease-out;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 100%;
position: absolute;
height: 235px;
top: 0;
}
.course-grid-container .portfolio-classic-grid-wrapper.tg-three-cols .card-img--hover {
height: 200px;
}
.course-grid-container .portfolio-classic-grid-wrapper.tg-four-cols .card-img--hover {
height: 180px;
}
.course-grid-container .portfolio-classic-grid-wrapper {
transition: all .2s cubic-bezier(0.175, 0.885, 0, 1);
background-color: #fff;
position: relative;
overflow: hidden;
border: 1px solid #fff;
}
.course-grid-container .has-no-space .portfolio-classic-grid-wrapper {
border-radius: 0 !important;
}
.course-grid-container .portfolio-classic-grid-wrapper:not(.nohover):hover {
background-color: #000 !important;
}
.course-grid-container .portfolio-classic-grid-wrapper .card-info {
z-index: 2;
background-color: #fff;
}
.course-grid-container .portfolio-classic-grid-wrapper .card-title {
margin-bottom: 10px;
font-size: 20px;
padding: 25px 20px 0 20px;
}
.course-grid-container .grid-template2 .portfolio-classic-grid-wrapper .card-title {
padding-top: 20px;
}
.course-grid-container .portfolio-classic-grid-wrapper .card-rating {
padding: 0 20px 10px 20px;
}
.course-grid-container .portfolio-classic-grid-wrapper .card-meta-wrapper {
padding: 0 20px 15px 20px;
text-align: center;
border-top: 1px solid #D8D8D8;
}
.course-grid-container .grid-template3 .portfolio-classic-grid-wrapper .card-meta-wrapper {
border: 0;
margin-top: -20px;
}
.course-grid-container .portfolio-classic-grid-wrapper .card-excerpt {
padding: 0 20px 15px 20px;
}
.course-grid-container .portfolio-classic-grid-wrapper .card-excerpt p {
padding: 0 !important;
}
.course-grid-container .portfolio-classic-grid-wrapper:not(.nohover):hover .card-img--hover {
height: 100% !important;
opacity: 0.5;
}
.course-grid-container .portfolio-classic-grid-wrapper:not(.nohover):hover .card-meta-wrapper {
border-color: rgba(256, 256, 256, 0.3) !important;
}
.course-grid-container .portfolio-classic-grid-wrapper:not(.nohover):hover .card-info {
background-color: transparent !important;
position: relative;
color: #fff !important;
}
.course-grid-container .portfolio-classic-grid-wrapper:not(.nohover):hover .card-info .card-meta,
.course-grid-container .portfolio-classic-grid-wrapper:not(.nohover):hover .card-info .card-date,
.course-grid-container .portfolio-classic-grid-wrapper:not(.nohover):hover .card-info .card-excerpt,
.course-grid-container .portfolio-classic-grid-wrapper:not(.nohover):hover .card-info .card-price {
color: #fff !important;
}
.course-grid-container .portfolio-classic-grid-wrapper:not(.nohover):hover a {
color: #fff !important;
}
.course-grid-container .portfolio-classic-grid-wrapper:not(.nohover):hover .card-info-hover {
opacity: 1;
}
.course-grid-container .portfolio-classic-grid-wrapper .card-info .card-date {
font-size: 13px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
}
.course-grid-container .portfolio-classic-grid-wrapper .card-info .card-excerpt {
margin-bottom: 15px;
}
.course-grid-container .portfolio-classic-grid-wrapper .card-info .card-meta {
margin-top: 15px;
font-weight: 900;
font-size: 13px;
display: inline-block;
margin-right: 20px;
}
body.elementor-page form.learn-press-search-course-form {
margin-bottom: 60px;
}
body.elementor-page form.learn-press-search-course-form .lp-button {
padding: .7em 2.5em .6em 2.5em;
top: 0;
border-radius: 0;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.portfolio-classic-grid-wrapper .review-stars-rated {
width: 90px;
position: relative;
display: inline-block;
}
.portfolio-classic-grid-wrapper .review-stars-rated .review-stars.empty,
.portfolio-classic-grid-wrapper .review-stars-rated .review-stars.filled {
width: 120px;
height: 24px;
font-family: dashicons;
font-size: 18px;
color: #f2b827;
}
.portfolio-classic-grid-wrapper .review-stars-rated .review-stars.filled {
position: absolute;
top: 0;
left: 0;
}
.portfolio-classic-grid-wrapper .review-stars {
margin: 0 0;
list-style: none;
overflow: hidden;
}
.portfolio-classic-grid-wrapper .review-stars-rated .review-stars.empty:before,
.portfolio-classic-grid-wrapper .review-stars-rated .review-stars.filled:before {
content: '\f154\f154\f154\f154\f154';
line-height: 1;
vertical-align: top;
white-space: nowrap;
}
.portfolio-classic-grid-wrapper .review-stars-rated .review-stars.filled:before {
content: '\f155\f155\f155\f155\f155';
}
.portfolio-classic-grid-wrapper .review-stars-rated .review-stars:after,
.portfolio-classic-grid-wrapper .review-stars-rated .review-stars:after {
clear: both;
content: '';
display: block;
}
.portfolio-classic-grid-wrapper .card-rating-total {
display: inline-block;
position: relative;
top: -10px;
font-size: 13px;
}
.course-grid-container .grid-template3 .card-info .card-title-wrapper {
padding: 0;
box-sizing: border-box;
width: calc(100% - 30px);
margin: auto;
border-radius: 5px;
box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
position: relative;
z-index: 3;
top: -30px;
background: #fff;
}
.course-grid-container .grid-template3 .portfolio-classic-grid-wrapper:not(.nohover):hover .card-info .card-title-wrapper {
background: rgba(0, 0, 0, 0.4) !important;
}
.course-grid-container .grid-template2 .card-info .card-meta-wrapper.two-cols {
float: left;
width: 100%;
padding: 20px 20px 20px 20px;
text-align: left;
}
.course-grid-container .grid-template2 .card-info .card-meta-wrapper-half {
width: 50%;
float: left;
}
.course-grid-container .grid-template2 .portfolio-classic-grid-wrapper .card-info .card-meta {
margin: 0;
}
.course-grid-container .grid-template2 .card-info .card-meta-wrapper-half .card-price {
background: transparent !important;
}
.course-grid-container .grid-template2 .card-info .card-meta-wrapper {
padding: 20px 20px 20px 20px;
text-align: left;
}
.course-grid-container .grid-template2 .card-info .card-meta-wrapper h5 {
font-size: 12px;
}
.tooltip-templates {
display: none;
}
body .tooltipster-sidetip.tooltipster-shadow .tooltipster-content ul {
margin-left: 20px !important;
}
body .tooltipster-sidetip.tooltipster-shadow .tooltipster-content ul li {
margin: 10px 0 10px 0 !important;
}
body .tooltipster-sidetip.tooltipster-shadow .tooltipster-content ul li:last-child {
margin-bottom: 0 !important;
}
body .tooltipster-sidetip.tooltipster-shadow .tooltipster-content h5 {
font-size: 16px;
margin-bottom: 5px;
}
body .tooltipster-sidetip.tooltipster-shadow .tooltipster-content .course-tooltip-content {
margin: 20px 5px 20px 5px;
box-sizing: border-box;
}
body.single.single-lp_course .course-grid-container {
margin: auto;
margin-bottom: 20px;
}
body.tg-single-course-1.single.single-lp_course .course-grid-container {
margin-bottom: 20px;
}
.course-grid-container-header {
text-align: center;
margin-bottom: 30px;
}
body.tg-single-course-2 .course-grid-container-header {
text-align: left;
}
#page-content-wrapper .course-curriculum ul.curriculum-sections .section-content {
margin-top: 16px;
}
.learn-press-form .form-fields .form-field label {
display: none !important;
}
body.learnpress-page.checkout .learnpress a:last-child {
display: block;
clear: both;
padding-top: 0px;
}
#learn-press-checkout-form .lp-form-fields input[type=text] {
width: 100%;
margin-bottom: 10px;
}
#checkout-account-register, #checkout-account-login {
border: 0 !important;
}
.lp-list-table th, .lp-list-table td {
font-size: inherit !important;
}
#learn-press-course
{
width: 100%;
}
.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .entry-content-left
{
width: calc(100% - 300px);
padding-right: 40px;
}
.lp-archive-courses .course-summary .course-summary-content .course-detail-info, 
.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar {
display: block;
margin-top: 0 !important;
}
.lp-archive-courses .course-summary .course-summary-content .course-detail-info {
display: none !important;
}
.course-summary .course-summary-sidebar.slide-top .course-summary-sidebar__inner {
position: relative;
top: 0 !important;
}
.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner {	
margin-bottom: 80px;
}