/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: inherit;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

.ts-nav-menu {
    width: 100%
}

.ts-nav-menu.ts-wp-menu>ul.ts-nav-horizontal {
    flex-wrap: nowrap
}

.ts-nav-menu>ul.ts-nav-vertical {
    flex-wrap: wrap;
    width: 100%
}

.ts-nav-menu>ul.ts-nav-vertical li {
    width: 100%
}

.ts-nav-menu>ul.ts-nav-vertical li a {
    width: 100%;
    white-space: nowrap
}

.ts-nav-menu>ul.ts-nav-vertical .ts-item-link {
    width: 100%
}

.ts-nav-menu>ul.ts-nav-horizontal {
    display: flex;
    flex-wrap: nowrap;
    width: 100%
}

.ts-nav-menu>ul>li {
    display: flex;
    align-items: center;
    position: relative;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.ts-nav-menu>ul>li.ts-mobile-menu {
    display: none
}

.ts-item-link {
    display: flex;
    align-items: center;
    transition: all .3s ease;
    padding: 10px;
    font-size: var(--e-global-typography-text-font-size);
    position: relative;
    color: var(--ts-shade-2);
    grid-gap: 5px
}

.ts-item-link:hover {
    cursor: pointer
}

.ts-item-link>span {
    white-space: nowrap;
    transition: all .3s ease
}

.ts-item-link .ts-item-icon {
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 25px;
    align-items: center;
    transition: all .3s ease;
    justify-content: center;
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    --ts-icon-color: var(--ts-shade-1);
    --ts-icon-size: 26px
}

.ts-item-link .ts-item-icon i {
    font-size: var(--ts-icon-size);
    transition: all .3s ease;
    color: var(--ts-icon-color)
}

.ts-item-link .ts-item-icon svg {
    height: var(--ts-icon-size);
    width: var(--ts-icon-size);
    -o-object-fit: contain;
    object-fit: contain;
    fill: var(--ts-icon-color);
    transition: all .3s ease
}

.ts-parent-menu {
    display: none;
    grid-column: 1/-1
}

.burger-right {
    margin-left: auto
}

.ts-nav-collapsed {
    transition: width .2s cubic-bezier(.53, .13, .28, .98)
}

.ts-nav-collapsed .ts-item-link>span {
    opacity: 0
}

.ts-nav-collapsed:hover .ts-item-link>span {
    opacity: 1
}

.ts-user-area {
    display: flex;
    position: relative;
    width: 100%
}

.ts-user-area .ts_comp_label {
    display: none
}

.ts-user-area>ul {
    width: 100%;
    flex-wrap: nowrap
}

.ts-user-area>ul>li {
    display: flex;
    align-items: center
}

.ts-user-area>ul>li:first-child {
    margin-left: 0 !important
}

.ts-user-area>ul>li>a {
    display: flex;
    align-items: center;
    transition: all .3s ease;
    padding: 5px;
    grid-gap: 5px;
    position: relative;
    color: var(--ts-shade-2)
}

.ts-user-area>ul>li>a:hover .ts-comp-icon {
    background: #f9f9f9
}

.ts-user-area>ul>li>a .ts-comp-icon {
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 25px;
    align-items: center;
    transition: all .3s ease;
    justify-content: center;
    position: relative;
    --ts-icon-color: var(--ts-shade-1);
    --ts-icon-size: 28px
}

.ts-user-area>ul>li>a .ts-comp-icon>i {
    font-size: var(--ts-icon-size);
    transition: all .3s ease;
    color: var(--ts-icon-color)
}

.ts-user-area>ul>li>a .ts-comp-icon>svg {
    height: var(--ts-icon-size);
    width: var(--ts-icon-size);
    transition: all .3s ease;
    fill: var(--ts-icon-color)
}

.ts-user-area>ul>li>a .ts_comp_label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: var(--e-global-typography-text-font-size);
    margin: 0;
    transition: all .3s ease;
    color: #0c162c
}

.ts-user-area>ul>li.ts-user-area-avatar img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.ts-user-area>ul>li.ts-user-area-avatar span {
    font-size: 16px
}

span.unread-indicator {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    background: var(--ts-accent-1);
    left: 50%;
    transform: translateX(-50%)
}

.user-bar-tabs span.unread-indicator {
    top: -7px
}

.ts-tab-content {
    padding: 15px
}

@media (max-width:767px) {
    .ts-list-container {
        flex-grow: 1
    }
}

body {
    --ts-shade-1: #313135;
    --ts-shade-2: #797a88;
    --ts-shade-3: #afb3b8;
    --ts-shade-4: #cfcfcf;
    --ts-shade-5: #f3f3f3;
    --ts-shade-6: #f8f8f8;
    --ts-shade-7: #fcfcfc;
    --ts-accent-1: var(--e-global-color-accent);
    --ts-accent-2: var(--e-global-color-accent);
    overflow-x: hidden;
    overflow-y: scroll;
    color: var(--ts-shade-1);
    font-family: var(--e-global-typography-text-font-family), sans-serif
}

/* #wpadminbar {
    position: static !important
} */

* {
    box-sizing: border-box;
    text-rendering: geometricPrecision
}

a {
    color: var(--ts-accent-1);
    text-decoration: none
}

.vx-viewport-card {
    max-width: 600px;
    margin: auto
}

.ts-loader {
    width: 28px;
    height: 28px;
    border: 2.5px solid var(--ts-shade-6);
    border-bottom-color: var(--ts-shade-2);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: tsrotation .75s linear infinite
}

@keyframes tsrotation {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes smooth-fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

pre[debug] {
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .4196078431);
    color: #7ee882;
    background: #0b1223;
    font-size: var(--e-global-typography-text-font-size);
    max-height: 500px;
    overflow-y: auto
}

pre[debug], pre[sql] {
    padding: 10px;
    border-radius: 5px;
    white-space: break-spaces;
    margin: 0 0 10px
}

pre[sql] {
    color: #000;
    background: #eee
}

.vx-disabled, .vx-pending {
    opacity: .6;
    pointer-events: none
}

.vx-inert {
    pointer-events: none
}

p {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: .9rem;
    margin-block-end: .9rem
}

p:empty {
    display: none
}

p:last-child {
    margin: 0
}

.simplify-ul {
    margin: 0;
    padding: 0;
    line-height: normal;
    list-style: none
}

.flexify {
    display: flex;
    flex-wrap: wrap
}

.hidden {
    display: none !important
}

.min-scroll {
    overflow-y: overlay;
    overflow-x: hidden;
    --ts-scroll-color: var(--ts-shade-5);
    scrollbar-color: var(--ts-scroll-color) transparent;
    scrollbar-width: thin
}

.min-scroll.min-scroll-h {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap
}

.ts-btn {
    width: 100%;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--e-global-typography-text-font-size);
    text-align: center;
    transition: all .2s ease;
    border-radius: 7px;
    white-space: nowrap;
    grid-gap: 10px;
    min-width: 0;
    height: 44px;
    --ts-icon-size: 20px
}

.ts-btn.ts-btn-small {
    height: 40px
}

.ts-btn i {
    font-size: var(--ts-icon-size);
    color: var(--ts-icon-color)
}

.ts-btn svg {
    width: var(--ts-icon-size);
    height: var(--ts-icon-size);
    fill: var(--ts-icon-color);
    flex-shrink: 0;
    transition: all .2s ease
}

.ts-btn>span {
    display: flex
}

.ts-btn.btn-disabled {
    pointer-events: none;
    opacity: .6
}

.ts-btn-1 {
    background: #fff;
    color: var(--ts-shade-2);
    border: 1px solid var(--ts-shade-3);
    --ts-icon-color: var(--ts-shade-2)
}

.ts-btn-1:hover {
    border-color: var(--ts-shade-2);
    color: var(--ts-shade-1)
}

.ts-btn-2 {
    background: var(--ts-accent-1);
    color: #fff;
    --ts-icon-color: #fff
}

.ts-btn-2:hover {
    background: var(--ts-accent-2)
}

.ts-btn-3 {
    background: transparent;
    color: var(--ts-shade-1);
    border: 1px dashed var(--ts-shade-4);
    --ts-icon-color: var(--ts-shade-1)
}

.ts-btn-3:hover {
    border-color: var(--ts-shade-3)
}

.ts-btn-4 {
    background: transparent;
    color: var(--ts-shade-2);
    --ts-icon-color: var(--ts-shade-2)
}

.ts-btn-4:hover {
    color: var(--ts-shade-1);
    background: var(--ts-shade-7)
}

.ts-btn-4 svg {
    fill: var(--ts-icon-color)
}

.ts-btn-5 {
    background: transparent;
    color: var(--ts-accent-1);
    --ts-icon-color: var(--ts-accent-1)
}

.ts-btn-5:hover {
    background: var(--ts-accent-3)
}

.ts-btn-5 svg {
    fill: var(--ts-icon-color)
}

.ts-no-posts {
    flex-direction: column;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 300px;
    margin: auto;
    grid-column: 1/-1;
    padding: 30px 0;
    grid-gap: 15px;
    opacity: 1;
    transition: .15s ease;
    animation: smooth-fade .25s linear;
    --ts-icon-color: var(--ts-shade-3);
    --ts-icon-size: 40px
}

.ts-no-posts i {
    font-size: var(--ts-icon-size);
    color: var(--ts-icon-color)
}

.ts-no-posts svg {
    width: var(--ts-icon-size);
    height: var(--ts-icon-size);
    -o-object-fit: contain;
    object-fit: contain;
    fill: var(--ts-icon-color)
}

.ts-no-posts>p {
    color: var(--ts-shade-2);
    font-size: var(--e-global-typography-text-font-size);
    text-align: center;
    line-height: 22px;
    margin: 0
}

.ts-no-posts:not(.hidden)+.post-feed-nav {
    display: none
}

p.ts-restricted {
    width: 100%;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--e-global-typography-text-font-size);
    text-align: center
}

.ts-generic-tabs {
    width: 100%
}

.ts-generic-tabs li {
    display: flex;
    margin: 0 15px 15px 0
}

.ts-generic-tabs li.ts-tab-active a {
    font-weight: 600
}

.ts-generic-tabs li a {
    color: var(--ts-shade-1);
    font-size: 16px
}

@media (min-width:1025px) {
    .hidden-desktop {
        display: none
    }
}

@media (max-width:1024px) {
    .has-tooltip[data-tooltip]:after, .ts-action[data-tooltip]:after {
        display: none
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .hidden-tablet {
        display: none
    }
}

@media (max-width:767px) {
    .hidden-mobile {
        display: none
    }
}

popup[v-cloak] {
    display: none
}

[v-cloak=hide] {
    display: none !important
}

.ts-search-widget form[v-cloak] {
    display: none
}

.has-tooltip[data-tooltip]:after, .ts-action[data-tooltip]:after {
    opacity: 0
}

.current-plan-btn {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-gap: 10px
}

.ts-panel {
    border-radius: 8px;
    border: 1px solid var(--ts-shade-3);
    background: #fff;
    position: relative
}

.ts-panel .ac-head {
    display: flex;
    padding: 12px 20px;
    align-items: center;
    border-bottom: 1px solid var(--ts-shade-4)
}

.ts-panel .ac-head:last-child {
    border: none
}

.ts-panel .ac-head i {
    font-size: 22px;
    color: var(--ts-shade-4);
    margin-right: 7px
}

.ts-panel .ac-head img, .ts-panel .ac-head svg {
    width: 22px;
    height: 22px;
    -o-object-fit: contain;
    object-fit: contain;
    fill: var(--ts-shade-4);
    margin-right: 10px
}

.ts-panel .ac-head b {
    font-weight: 600;
    font-size: var(--e-global-typography-text-font-size);
    color: var(--ts-shade-1)
}

.ts-panel .ac-body {
    padding: 20px;
    width: 100%;
    grid-gap: 15px;
    display: flex;
    flex-direction: column
}

.ts-panel .ac-body .ac-plan-name {
    color: var(--ts-accent-1);
    font-weight: 600;
    margin-bottom: 10px;
    display: block
}

.ts-panel .ac-body p {
    font-size: var(--e-global-typography-text-font-size);
    color: var(--ts-shade-1);
    margin-bottom: 0
}

.ts-panel .ac-body p a {
    color: var(--ts-accent-1);
    font-weight: 600
}

.ts-panel .ac-bottom {
    width: 100%
}

.ts-switcher-btn {
    width: 100%;
    display: inline-flex;
    position: fixed;
    justify-content: center;
    bottom: 90px;
    z-index: 500;
    left: 0;
    pointer-events: none
}

.ts-switcher-btn .ts-btn {
    width: auto;
    background: #fff;
    pointer-events: all
}

.pac-container {
    z-index: 600000;
    box-shadow: none;
    border: 1px solid #eee
}

@media (min-width:1024px) {
    body.admin-bar .dialog-lightbox-widget {
        height: 100%;
        z-index: 10000000000000000
    }

    #wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
        width: 350px !important
    }
}

.elementor-lightbox .dialog-widget-content {
    width: 100% !important
}

.dialog-close-button:not(:hover) {
    opacity: 1
}

.vxconfig {
    display: none
}

.ts-icon-btn {
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0;
    border-radius: 40px;
    flex-shrink: 0;
    line-height: normal;
    font-weight: 600;
    transition: background .15s;
    border: 1px solid var(--ts-shade-3);
    background: transparent;
    transition: all .2s ease;
    align-self: center;
    --ts-icon-color: var(--ts-shade-2);
    --ts-icon-size: 18px
}

.ts-icon-btn:focus {
    outline: none
}

.ts-icon-btn:hover {
    outline: none;
    cursor: pointer;
    border-color: var(--ts-shade-2)
}

.ts-icon-btn.ts-smaller {
    width: 30px;
    height: 30px
}

.ts-icon-btn img, .ts-icon-btn svg {
    width: var(--ts-icon-size);
    height: var(--ts-icon-size);
    -o-object-fit: contain;
    object-fit: contain;
    transition: all .2s ease;
    fill: var(--ts-icon-color)
}

.ts-icon-btn i {
    color: var(--ts-icon-color);
    font-size: var(--ts-icon-size)
}

.ts-icon-btn.invert {
    background: var(--ts-accent-1);
    color: #fff;
    border: none
}

.ts-icon-btn.invert svg {
    fill: #fff
}

.ts-icon-btn.invert:hover {
    border: none;
    background: var(--ts-accent-2)
}

.disabled {
    opacity: .5;
    pointer-events: none
}

.ts-down-icon, .ts-left-icon, .ts-right-icon {
    height: 10px;
    margin-left: auto;
    width: 10px;
    border: solid var(--ts-shade-1);
    border-width: 0 1px 1px 0;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(45deg);
    flex-shrink: 0;
    overflow: hidden;
    margin-top: -3px;
    transition: .2s ease;
    pointer-events: none
}

.ts-down-icon {
    width: 7px;
    height: 7px
}

.ts-right-icon {
    transform: rotate(-45deg)
}

.ts-left-icon, .ts-right-icon {
    margin-top: 0;
    margin-right: 3px
}

.ts-left-icon {
    transform: rotate(135deg);
    margin-left: 0
}

.toggle-wrapper, .ts-template-tab:not(.active-tab) {
    display: none
}

.ts-term-count {
    min-width: 20px;
    height: 20px;
    padding: 5px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: rgba(0, 0, 0, .4);
    border: 1px solid rgba(0, 0, 0, .1)
}

.ts-term-dropdown li {
    flex-wrap: nowrap;
    align-items: center;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    overflow: hidden;
    border-bottom: .5px solid var(--ts-shade-4)
}

.ts-term-dropdown li:last-child {
    border-bottom: none
}

.ts-term-dropdown li.ts-term-centered a {
    justify-content: center
}

.ts-term-dropdown li.ts-term-centered a span {
    margin: 0
}

.ts-term-dropdown li.ts-term-heading a {
    pointer-events: none
}

.ts-term-dropdown li.term-dropdown-back a {
    justify-content: center
}

.ts-term-dropdown li.term-dropdown-back a span {
    margin-right: 7px;
    font-size: 20px
}

.ts-term-dropdown li>a {
    flex-wrap: nowrap;
    align-items: center;
    padding: 11px 15px;
    transition: .15s ease;
    font-size: var(--e-global-typography-text-font-size);
    width: 100%;
    grid-gap: 10px;
    height: 40px
}

.ts-term-dropdown li>a .ts-left-icon, .ts-term-dropdown li>a .ts-right-icon {
    opacity: .5
}

.ts-term-dropdown li>a:focus, .ts-term-dropdown li>a:hover {
    background: var(--ts-shade-7)
}

.ts-term-dropdown li>a:focus .ts-left-icon, .ts-term-dropdown li>a:focus .ts-right-icon, .ts-term-dropdown li>a:hover .ts-left-icon, .ts-term-dropdown li>a:hover .ts-right-icon {
    opacity: 1
}

.ts-term-dropdown li>a>span {
    font-size: var(--e-global-typography-text-font-size);
    color: var(--ts-shade-1);
    transition: .15s ease;
    margin: 0;
    overflow: hidden;
    margin-right: auto;
    white-space: nowrap;
    text-overflow: ellipsis
}

.term-dropdown-back {
    grid-column: 1/-1
}

.ts-term-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    --ts-icon-color: var(--ts-shade-2);
    --ts-icon-size: 22px
}

.ts-term-icon span {
    display: flex
}

.ts-term-icon span img {
    border-radius: 50px
}

.ts-term-icon i {
    font-size: var(--ts-icon-size);
    color: var(--ts-icon-color);
    transition: .15s ease
}

.ts-term-icon img, .ts-term-icon svg {
    width: var(--ts-icon-size);
    height: var(--ts-icon-size);
    -o-object-fit: contain;
    object-fit: contain;
    fill: var(--ts-icon-color);
    transition: .15s ease
}

.ts-term-dropdown .ts-term-image {
    flex-shrink: 0
}

.ts-term-dropdown .ts-term-image span {
    display: flex
}

.ts-term-dropdown .ts-term-image img {
    width: 28px;
    height: 28px;
    border-radius: 50%
}

.wparchive-pagination .disabled {
    opacity: 0
}

.ts-file-upload {
    position: relative
}

.ts-file-upload .drop-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

div.elementor-widget-image a {
    display: contents
}