@keyframes fadeUpAndDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    50% {
        opacity: 0;
        transform: translateY(-50%)
    }
    50.01% {
        opacity: 0;
        transform: translateY(50%)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

:root {
    --jkd-a-bar-h: 0px;
    --jkd-nav-h: 0px;
    --jkd-c-cont-w: 780px;
    --jkd-c-w: 1280px;
    --jkd-c-wd-w: 1920px;
    --jkd-logo-w: 100px;
    --jkd-logo-mob-w: 35px;
    --jkd-arch-off: 10px;
    --jkd-c-off: 30px;
    --jkd-br-lg: 12px;
    --jkd-br-md: 8px;
    --jkd-br-sm: 3px;
    --jkd-br-xl: 100px;
    --jkd-op-lg: 0.4;
    --jkd-op-md: 0.6;
    --jkd-op-sm: 0.8;
    --jkd-op-xl: 0.2;
    --jkd-shdw-sm: rgba(0, 0, 0, .1);
    --jkd-shdw-md: rgba(0, 0, 0, .2);
    --jkd-shdw-lg: rgba(0, 0, 0, .3);
    --jkd-shdw-xl: rgba(0, 0, 0, .4);
    --jkd-ovrl: rgba(0, 0, 0, .4);
    --jkd-ovrl-ext-sm: rgba(0, 0, 0, .15);
    --jkd-ovrl-lg: rgba(0, 0, 0, .6);
    --jkd-ovrl-md: rgba(0, 0, 0, .4);
    --jkd-ovrl-sm: rgba(0, 0, 0, .25);
    --jkd-ovrl-xl: rgba(0, 0, 0, .8);
    --jkd-dark-col: #28292a;
    --jkd-b-col: hsla(0, 0%, 60%, .4);
    --jkd-b-col-wh: hsla(0, 0%, 100%, .3);
    --jkd-dng-col: #d32f2f;
    --jkd-inf-col: #42a5f5;
    --jkd-like-col: #ff5722;
    --jkd-dislike-col: #1abc9c;
    --jkd-st-col: #ffeb3b;
    --jkd-suc-col: #4caf50;
    --jkd-wh-col: #fff;
    --jkd-wr-col: #ffc107;
    --jkd-pr-col: #ff652c;
    --jkd-p-rw-col-1: #e64545;
    --jkd-p-rw-col-2: #e67e22;
    --jkd-p-rw-col-3: #f1c40f;
    --jkd-p-rw-col-4: #27ae60;
    --jkd-p-rw-col-5: #3498db;
    --jkd-p-rw-col-ic: #2ecc71;
    --jkd-p-rw-inact: hsla(0, 0%, 60%, .3);
    --jkd-fabula-heading-font: "Poppins";
    --jkd-fabula-text-font: "Poppins";
    --jkd-h-fw: 500;
    --jkd-m-fw: 500;
    --jkd-d-fw: 400;
    --jkd-tr-dr: 0.21s;
    --jkd-tr-tp: ease;
    --jkd-h-multi: 100;
    --jkd-mt-multi: 100;
    --jkd-txt-multi: 100;
    --jkd-mt-fz: 13px;
    --jkd-txt-fz: 14px;
    --jkd-sp-fz: 14px;
    --pmpro--color--accent: var(--jkd-pr-col) !important;
    --pmpro--color--accent--variation: var(--jkd-pr-col) !important;
    --pmpro--color--border--variation: var(--jkd-b-col) !important
}

.light-cs,
:root,
[data-cs=light] {
    --jkd-bg-col: #fff;
    --jkd-bg-col-sec: #f4f3f3;
    --jkd-h-col: #000;
    --jkd-txt-col: #4a4a4a;
    --jkd-b-col-def: #d6d6d6;
    --pmpro--color--base: #fff !important;
    --pmpro--color--contrast: #000 !important
}

.bg-col-dark,
.dark-cs,
.dark-cs-hover:hover,
.jkd-dark-bg,
.jkd-pr-bg,
.primary-cs,
[data-cs=dark] {
    --jkd-bg-col: #34363a;
    --jkd-bg-col-sec: #28292a;
    --jkd-h-col: #fff;
    --jkd-txt-col: #c7c7c7;
    --jkd-b-col-def: #545756;
    --pmpro--color--base: #34363a !important;
    --pmpro--color--contrast: #fff !important
}

.dark-cs,
.jkd-dark-bg,
.light-cs {
    color: var(--jkd-txt-col)
}

.primary-cs {
    color: var(--jkd-wh-col) !important;
    --jkd-b-col: var(--jkd-b-col-wh) !important
}

.admin-bar {
    --jkd-a-bar-h: 32px
}

@media only screen and (max-width:767px) {
    .admin-bar {
        --jkd-a-bar-h: 46px
    }
}

.nav-enabled {
    --jkd-nav-h: 70px
}

.nav-enabled .gl-nav-anim .nav:not(.nav-auto-hide) {
    --jkd-nav-h: 55px
}

@media only screen and (max-width:767px) {
    .nav-enabled,
    .nav-enabled .gl-nav-anim .nav:not(.nav-auto-hide) {
        --jkd-nav-h: 60px
    }
}

@media only screen and (max-width:1380px) {
    :root {
        --jkd-c-cont-w: 780px !important
    }
}

@media only screen and (max-width:767px) {
    body {
        --jkd-c-off: 15px !important
    }
}

.col-1 {
    max-width: 100%;
    min-width: 100%;
    width: 100%
}

.col-2 {
    max-width: 50%;
    min-width: 50%;
    width: 50%
}

.col-3 {
    max-width: 33.3333%;
    min-width: 33.3333%;
    width: 33.3333%
}

.col-4 {
    max-width: 25%;
    min-width: 25%;
    width: 25%
}

.col-5 {
    max-width: 20%;
    min-width: 20%;
    width: 20%
}

.col-6 {
    max-width: 16.66666%;
    min-width: 16.66666%;
    width: 16.66666%
}

@media only screen and (max-width:1024px) {
    .col-lg-1 {
        max-width: 100%;
        min-width: 100%;
        width: 100%
    }
    .col-lg-2 {
        max-width: 50%;
        min-width: 50%;
        width: 50%
    }
    .col-lg-3 {
        max-width: 33.3333%;
        min-width: 33.3333%;
        width: 33.3333%
    }
    .col-lg-4 {
        max-width: 25%;
        min-width: 25%;
        width: 25%
    }
    .col-lg-5 {
        max-width: 20%;
        min-width: 20%;
        width: 20%
    }
    .col-lg-6 {
        max-width: 16.66666%;
        min-width: 16.66666%;
        width: 16.66666%
    }
}

@media only screen and (max-width:767px) {
    .col-md-1 {
        max-width: 100%;
        min-width: 100%;
        width: 100%
    }
    .col-md-2 {
        max-width: 50%;
        min-width: 50%;
        width: 50%
    }
    .col-md-3 {
        max-width: 33.3333%;
        min-width: 33.3333%;
        width: 33.3333%
    }
    .col-md-4 {
        max-width: 25%;
        min-width: 25%;
        width: 25%
    }
    .col-md-5 {
        max-width: 20%;
        min-width: 20%;
        width: 20%
    }
    .col-md-6 {
        max-width: 16.66666%;
        min-width: 16.66666%;
        width: 16.66666%
    }
}

@media only screen and (max-width:576px) {
    .col-sm-1 {
        max-width: 100%;
        min-width: 100%;
        width: 100%
    }
    .col-sm-2 {
        max-width: 50%;
        min-width: 50%;
        width: 50%
    }
    .col-sm-3 {
        max-width: 33.3333%;
        min-width: 33.3333%;
        width: 33.3333%
    }
    .col-sm-4 {
        max-width: 25%;
        min-width: 25%;
        width: 25%
    }
    .col-sm-5 {
        max-width: 20%;
        min-width: 20%;
        width: 20%
    }
    .col-sm-6 {
        max-width: 16.66666%;
        min-width: 16.66666%;
        width: 16.66666%
    }
}

@media only screen and (max-width:425px) {
    .col-xs-1 {
        max-width: 100%;
        min-width: 100%;
        width: 100%
    }
    .col-xs-2 {
        max-width: 50%;
        min-width: 50%;
        width: 50%
    }
    .col-xs-3 {
        max-width: 33.3333%;
        min-width: 33.3333%;
        width: 33.3333%
    }
    .col-xs-4 {
        max-width: 25%;
        min-width: 25%;
        width: 25%
    }
    .col-xs-5 {
        max-width: 20%;
        min-width: 20%;
        width: 20%
    }
    .col-xs-6 {
        max-width: 16.66666%;
        min-width: 16.66666%;
        width: 16.66666%
    }
}

.wh-col {
    color: var(--jkd-wh-col) !important
}

.wh-col svg {
    stroke: var(--jkd-wh-col) !important
}

.h-col {
    color: var(--jkd-h-col)
}

.h-col svg {
    stroke: var(--jkd-h-col) !important
}

.b-col {
    color: var(--jkd-b-col)
}

.pr-col {
    color: var(--jkd-pr-col)
}

.pr-col svg {
    stroke: var(--jkd-pr-col) !important
}

.t-col {
    color: var(--jkd-t-col)
}

.inh-col {
    color: inherit
}

.dark-col {
    color: var(--jkd-dark-col)
}

.b-col {
    background-color: var(--jkd-b-col) !important
}

.bg-col-dark {
    background-color: var(--jkd-dark-col)
}

.bg-col-hd {
    background-color: var(--jkd-h-col) !important
}

.bg-col {
    background-color: var(--jkd-bg-col)
}

.bg-col-sec {
    background-color: var(--jkd-bg-col-sec)
}

.bg-col-pr {
    background-color: var(--jkd-pr-col)
}

.bg-col-br {
    background-color: var(--jkd-b-col) !important
}

.bg-col-wh {
    background-color: var(--jkd-wh-col)
}

.jkd-dark-bg .sect-link-wrp {
    background-color: var(--jkd-dark-col)
}

.bg-col .sect-link-wrp {
    background-color: var(--jkd-bg-col) !important
}

.bg-col .sect-link-wrp .jkd-btn {
    border: 1px solid var(--jkd-b-col) !important
}

[data-cs=dark] .b-col-dark-cs {
    background-color: var(--jkd-b-col) !important
}

[data-cs=dark] .bg-col-dark-cs {
    background-color: var(--jkd-bg-col) !important
}

[data-cs=light] .b-col-light-cs {
    background-color: var(--jkd-b-col) !important
}

[data-cs=light] .bg-col-light-cs {
    background-color: var(--jkd-bg-col) !important
}

.d-f {
    display: flex
}

@media only screen and (max-width:1024px) {
    .d-f-lg {
        display: flex !important
    }
}

@media only screen and (max-width:767px) {
    .d-f-md {
        display: flex !important
    }
}

@media only screen and (max-width:576px) {
    .d-f-sm {
        display: flex !important
    }
}

.d-n {
    display: none
}

@media only screen and (max-width:1024px) {
    .d-n-lg {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .d-n-md {
        display: none
    }
}

@media only screen and (max-width:576px) {
    .d-n-sm {
        display: none !important
    }
}

.ai-c {
    align-items: center
}

@media only screen and (max-width:1024px) {
    .ai-c-lg {
        align-items: center !important
    }
}

@media only screen and (max-width:767px) {
    .ai-c-md {
        align-items: center !important
    }
}

@media only screen and (max-width:576px) {
    .ai-c-sm {
        align-items: center !important
    }
}

.ai-e {
    align-items: flex-end
}

@media only screen and (max-width:1024px) {
    .ai-e-lg {
        align-items: flex-end !important
    }
}

@media only screen and (max-width:767px) {
    .ai-e-md {
        align-items: flex-end !important
    }
}

@media only screen and (max-width:576px) {
    .ai-e-sm {
        align-items: flex-end !important
    }
}

.ai-s {
    align-items: flex-start
}

@media only screen and (max-width:1024px) {
    .ai-s-lg {
        align-items: flex-start !important
    }
}

@media only screen and (max-width:767px) {
    .ai-s-md {
        align-items: flex-start !important
    }
}

@media only screen and (max-width:576px) {
    .ai-s-sm {
        align-items: flex-start !important
    }
}

.jc-c {
    justify-content: center
}

@media only screen and (max-width:1024px) {
    .jc-c-lg {
        justify-content: center !important
    }
}

@media only screen and (max-width:767px) {
    .jc-c-md {
        justify-content: center !important
    }
}

@media only screen and (max-width:576px) {
    .jc-c-sm {
        justify-content: center !important
    }
}

.jc-sb {
    justify-content: space-between
}

@media only screen and (max-width:1024px) {
    .jc-sb-lg {
        justify-content: space-between
    }
}

@media only screen and (max-width:767px) {
    .jc-sb-md {
        justify-content: space-between
    }
}

@media only screen and (max-width:576px) {
    .jc-sb-sm {
        justify-content: space-between !important
    }
}

.jc-fs {
    justify-content: flex-start
}

@media only screen and (max-width:1024px) {
    .jc-fs-lg {
        justify-content: flex-start
    }
}

@media only screen and (max-width:767px) {
    .jc-fs-md {
        justify-content: flex-start
    }
}

@media only screen and (max-width:576px) {
    .jc-fs-sm {
        justify-content: flex-start !important
    }
}

.jc-fe {
    justify-content: flex-end
}

.f-wrp {
    flex-wrap: wrap
}

@media only screen and (max-width:1024px) {
    .f-wrp-lg {
        flex-wrap: wrap
    }
}

@media only screen and (max-width:767px) {
    .f-wrp-md {
        flex-wrap: wrap
    }
}

@media only screen and (max-width:576px) {
    .f-wrp-sm {
        flex-wrap: wrap
    }
}

.f-nwrp {
    flex-wrap: nowrap
}

.d-col {
    flex-direction: column
}

@media only screen and (max-width:1024px) {
    .d-col-lg {
        flex-direction: column
    }
}

@media only screen and (max-width:767px) {
    .d-col-md {
        flex-direction: column
    }
}

@media only screen and (max-width:576px) {
    .d-col-sm {
        flex-direction: column !important
    }
}

@media only screen and (max-width:425px) {
    .d-col-xs {
        flex-direction: column
    }
}

.d-row {
    flex-direction: row
}

@media only screen and (max-width:1024px) {
    .d-row-lg {
        flex-direction: row
    }
}

@media only screen and (max-width:767px) {
    .d-row-md {
        flex-direction: row
    }
}

@media only screen and (max-width:576px) {
    .d-row-sm {
        flex-direction: row
    }
}

@media only screen and (max-width:425px) {
    .d-row-xs {
        flex-direction: row
    }
}

.or-1 {
    order: 1
}

@media only screen and (max-width:1024px) {
    .or-1-lg {
        order: 1
    }
}

@media only screen and (max-width:767px) {
    .or-1-md {
        order: 1
    }
}

@media only screen and (max-width:576px) {
    .or-1-sm {
        order: 1
    }
}

.or-2 {
    order: 2
}

@media only screen and (max-width:1024px) {
    .or-2-lg {
        order: 2
    }
}

@media only screen and (max-width:767px) {
    .or-2-md {
        order: 2
    }
}

@media only screen and (max-width:576px) {
    .or-2-sm {
        order: 2
    }
}

.or-3 {
    order: 2
}

@media only screen and (max-width:1024px) {
    .or-3-lg {
        order: 3
    }
}

@media only screen and (max-width:767px) {
    .or-3-md {
        order: 3
    }
}

@media only screen and (max-width:576px) {
    .or-3-sm {
        order: 3
    }
}

.or-4 {
    order: 4
}

@media only screen and (max-width:1024px) {
    .or-4-lg {
        order: 4
    }
}

@media only screen and (max-width:767px) {
    .or-4-md {
        order: 4
    }
}

@media only screen and (max-width:576px) {
    .or-4-sm {
        order: 4
    }
}

.t-0 {
    top: 0
}

@media only screen and (max-width:1024px) {
    .t-0-lg {
        top: 0
    }
}

@media only screen and (max-width:767px) {
    .t-0-md {
        top: 0
    }
}

@media only screen and (max-width:576px) {
    .t-0-sm {
        top: 0 !important
    }
}

.b-10 {
    bottom: 10px
}

@media only screen and (max-width:1024px) {
    .b-10-lg {
        bottom: 10px
    }
}

@media only screen and (max-width:767px) {
    .b-10-md {
        bottom: 10px
    }
}

@media only screen and (max-width:576px) {
    .b-10-sm {
        bottom: 10px
    }
}

.b-0 {
    bottom: 0
}

@media only screen and (max-width:1024px) {
    .b-0-lg {
        bottom: 0
    }
}

@media only screen and (max-width:767px) {
    .b-0-md {
        bottom: 0
    }
}

@media only screen and (max-width:576px) {
    .b-0-sm {
        bottom: 0
    }
}

.l-0 {
    right: 0
}

@media only screen and (max-width:1024px) {
    .l-0-lg {
        right: 0
    }
}

@media only screen and (max-width:767px) {
    .l-0-md {
        right: 0
    }
}

@media only screen and (max-width:576px) {
    .l-0-sm {
        right: 0
    }
}

.r-0 {
    left: 0
}

@media only screen and (max-width:1024px) {
    .r-0-lg {
        left: 0
    }
}

@media only screen and (max-width:767px) {
    .r-0-md {
        left: 0
    }
}

@media only screen and (max-width:576px) {
    .r-0-sm {
        left: 0 !important
    }
}

.t-15 {
    top: 15px
}

@media only screen and (max-width:1024px) {
    .t-15-lg {
        top: 15px
    }
}

@media only screen and (max-width:767px) {
    .t-15-md {
        top: 15px
    }
}

@media only screen and (max-width:576px) {
    .t-15-sm {
        top: 15px !important
    }
}

.t-20 {
    top: 20px
}

@media only screen and (max-width:1024px) {
    .t-20-lg {
        top: 20px !important
    }
}

@media only screen and (max-width:767px) {
    .t-20-md {
        top: 20px !important
    }
}

@media only screen and (max-width:576px) {
    .t-20-sm {
        top: 20px !important
    }
}

.t-30 {
    top: 30px
}

@media only screen and (max-width:1024px) {
    .t-30-lg {
        top: 30px
    }
}

@media only screen and (max-width:767px) {
    .t-30-md {
        top: 30px
    }
}

@media only screen and (max-width:576px) {
    .t-30-sm {
        top: 30px
    }
}

.t-40 {
    top: 40px
}

@media only screen and (max-width:1024px) {
    .t-40-lg {
        top: 40px
    }
}

@media only screen and (max-width:767px) {
    .t-40-md {
        top: 40px
    }
}

@media only screen and (max-width:576px) {
    .t-40-sm {
        top: 40px
    }
}

.t-10 {
    top: 10px
}

@media only screen and (max-width:1024px) {
    .t-10-lg {
        top: 10px
    }
}

@media only screen and (max-width:767px) {
    .t-10-md {
        top: 10px
    }
}

@media only screen and (max-width:576px) {
    .t-10-sm {
        top: 10px
    }
}

.t-5 {
    top: 5px
}

@media only screen and (max-width:1024px) {
    .t-5-lg {
        top: 5px
    }
}

@media only screen and (max-width:767px) {
    .t-5-md {
        top: 5px
    }
}

@media only screen and (max-width:576px) {
    .t-5-sm {
        top: 5px
    }
}

.b-40 {
    bottom: 40px
}

@media only screen and (max-width:1024px) {
    .b-40-lg {
        bottom: 40px
    }
}

@media only screen and (max-width:767px) {
    .b-40-md {
        bottom: 40px
    }
}

@media only screen and (max-width:576px) {
    .b-40-sm {
        bottom: 40px
    }
}

.b-30 {
    bottom: 30px
}

@media only screen and (max-width:1024px) {
    .b-30-lg {
        bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .b-30-md {
        bottom: 30px
    }
}

@media only screen and (max-width:576px) {
    .b-30-sm {
        bottom: 30px
    }
}

.b-15 {
    bottom: 15px
}

@media only screen and (max-width:1024px) {
    .b-15-lg {
        bottom: 15px
    }
}

@media only screen and (max-width:767px) {
    .b-15-md {
        bottom: 15px
    }
}

@media only screen and (max-width:576px) {
    .b-15-sm {
        bottom: 15px
    }
}

.l-30 {
    right: 30px
}

@media only screen and (max-width:1024px) {
    .l-30-lg {
        right: 30px
    }
}

@media only screen and (max-width:767px) {
    .l-30-md {
        right: 30px
    }
}

@media only screen and (max-width:576px) {
    .l-30-sm {
        right: 30px
    }
}

.l-40 {
    right: 40px
}

@media only screen and (max-width:1024px) {
    .l-40-lg {
        right: 40px
    }
}

@media only screen and (max-width:767px) {
    .l-40-md {
        right: 40px
    }
}

@media only screen and (max-width:576px) {
    .l-40-sm {
        right: 40px
    }
}

.l-15 {
    right: 15px
}

@media only screen and (max-width:1024px) {
    .l-15-lg {
        right: 15px
    }
}

@media only screen and (max-width:767px) {
    .l-15-md {
        right: 15px
    }
}

@media only screen and (max-width:576px) {
    .l-15-sm {
        right: 15px
    }
}

.l-20 {
    right: 20px !important
}

@media only screen and (max-width:1024px) {
    .l-20-lg {
        right: 20px !important
    }
}

@media only screen and (max-width:767px) {
    .l-20-md {
        right: 20px !important
    }
}

@media only screen and (max-width:576px) {
    .l-20-sm {
        right: 20px !important
    }
}

.l-10 {
    right: 10px
}

@media only screen and (max-width:1024px) {
    .l-10-lg {
        right: 10px
    }
}

@media only screen and (max-width:767px) {
    .l-10-md {
        right: 10px
    }
}

@media only screen and (max-width:576px) {
    .l-10-sm {
        right: 10px
    }
}

.l-5 {
    right: 5px
}

@media only screen and (max-width:1024px) {
    .l-5-lg {
        right: 5px
    }
}

@media only screen and (max-width:767px) {
    .l-5-md {
        right: 5px
    }
}

@media only screen and (max-width:576px) {
    .l-5-sm {
        right: 5px
    }
}

.r-30 {
    left: 30px
}

@media only screen and (max-width:1024px) {
    .r-30-lg {
        left: 30px
    }
}

@media only screen and (max-width:767px) {
    .r-30-md {
        left: 30px
    }
}

@media only screen and (max-width:576px) {
    .r-30-sm {
        left: 30px
    }
}

.r-15 {
    left: 15px
}

@media only screen and (max-width:1024px) {
    .r-15-lg {
        left: 15px
    }
}

@media only screen and (max-width:767px) {
    .r-15-md {
        left: 15px
    }
}

@media only screen and (max-width:576px) {
    .r-15-sm {
        left: 15px
    }
}

.r-20 {
    left: 20px
}

@media only screen and (max-width:1024px) {
    .r-20-lg {
        left: 20px
    }
}

@media only screen and (max-width:767px) {
    .r-20-md {
        left: 20px
    }
}

@media only screen and (max-width:576px) {
    .r-20-sm {
        left: 20px
    }
}

.r-10 {
    left: 10px
}

@media only screen and (max-width:1024px) {
    .r-10-lg {
        left: 10px
    }
}

@media only screen and (max-width:767px) {
    .r-10-md {
        left: 10px
    }
}

@media only screen and (max-width:576px) {
    .r-10-sm {
        left: 10px
    }
}

.r-5 {
    left: 5px
}

@media only screen and (max-width:1024px) {
    .r-5-lg {
        left: 5px
    }
}

@media only screen and (max-width:767px) {
    .r-5-md {
        left: 5px
    }
}

@media only screen and (max-width:576px) {
    .r-5-sm {
        left: 5px
    }
}

.img-fl {
    height: auto
}

.img-fl,
.thmb-wrp {
    display: flex;
    width: 100%
}

.bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.z-modal {
    z-index: 101
}

.z-nav {
    z-index: 50
}

.z-ui {
    z-index: 45
}

.z-ft {
    z-index: 40
}

.z-lyt {
    z-index: 30
}

.z-in {
    z-index: 20
}

.z-md {
    z-index: 10
}

.z-sm {
    z-index: 5
}

.z-st {
    z-index: 1
}

.aligncenter,
.ta-c {
    text-align: center
}

@media only screen and (max-width:1024px) {
    .ta-c-lg {
        text-align: center !important
    }
}

@media only screen and (max-width:767px) {
    .ta-c-md {
        text-align: center !important
    }
}

@media only screen and (max-width:576px) {
    .ta-c-sm {
        text-align: center !important
    }
}

.aligncenter,
.ma-c {
    margin: 0 auto
}

.alignleft,
.has-text-align-left,
.ta-l {
    text-align: right
}

.alignleft {
    margin-left: 30px !important
}

.alignright,
.has-text-align-right,
.ta-r {
    text-align: left
}

.alignright {
    margin-right: 30px !important
}

.w-100 {
    max-width: 100%;
    min-width: 100%;
    width: 100%
}

@media only screen and (max-width:1024px) {
    .w-100-lg {
        max-width: 100%;
        min-width: 100%;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .w-100-md {
        max-width: 100%;
        min-width: 100%;
        width: 100%
    }
}

@media only screen and (max-width:576px) {
    .w-100-sm {
        max-width: 100%;
        min-width: 100%;
        width: 100%
    }
}

.w-100-d {
    width: 100%
}

@media only screen and (max-width:1024px) {
    .w-100-d-lg {
        width: 100% !important
    }
}

@media only screen and (max-width:767px) {
    .w-100-d-md {
        width: 100% !important
    }
}

@media only screen and (max-width:576px) {
    .w-100-d-sm {
        width: 100% !important
    }
}

.h-100 {
    max-height: 100%;
    min-height: 100%
}

.h-100,
.h-100-d {
    height: 100%
}

.w-50 {
    max-width: 50%;
    min-width: 50%;
    width: 50%
}

.h-50 {
    height: 50%;
    max-height: 50%;
    min-height: 50%
}

.cover-b {
    display: flex;
    height: 100%;
    inset: 0 0 0 0;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    width: 100%
}

.inl-m-list .menu-item a {
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp)
}

.inl-m-list .menu-item a:hover {
    color: var(--jkd-h-col)
}

.inl-m-list .menu-item:not(:first-child) {
    margin-right: 15px
}

.inl-m-list .sub-menu {
    display: none
}

.r-list,
.r-list>li {
    margin: 0;
    padding: 0
}

.r-list>li {
    list-style: none
}

.pos-rel {
    position: relative
}

.pos-abs {
    position: absolute !important
}

.pos-fix {
    position: fixed
}

.o-hd {
    overflow: hidden
}

.pe-n {
    pointer-events: none
}

.bar-off::-webkit-scrollbar {
    display: none
}

.op-sm {
    opacity: var(--jkd-op-sm)
}

.op-md {
    opacity: var(--jkd-op-md)
}

.op-lg {
    opacity: var(--jkd-op-lg)
}

.op-xl {
    opacity: var(--jkd-op-xl)
}

#m-wrp .mr-a {
    margin-left: auto
}

#m-wrp .ml-a {
    margin-right: auto
}

#m-wrp .mb-a {
    margin-bottom: auto
}

#m-wrp .mt-a {
    margin-top: auto
}

#m-wrp .p-50 {
    padding: 50px
}

#m-wrp .p-40 {
    padding: 40px
}

#m-wrp .p-30 {
    padding: 30px
}

@media only screen and (max-width:1024px) {
    #m-wrp .p-30-lg {
        padding: 30px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .p-30-md {
        padding: 30px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .p-30-sm {
        padding: 30px
    }
}

#m-wrp .p-25 {
    padding: 25px
}

@media only screen and (max-width:1024px) {
    #m-wrp .p-25-lg {
        padding: 25px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .p-25-md {
        padding: 25px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .p-25-sm {
        padding: 25px
    }
}

#m-wrp .p-20 {
    padding: 20px
}

@media only screen and (max-width:1024px) {
    #m-wrp .p-20-lg {
        padding: 20px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .p-20-md {
        padding: 20px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .p-20-sm {
        padding: 20px
    }
}

#m-wrp .p-10 {
    padding: 10px
}

@media only screen and (max-width:1024px) {
    #m-wrp .p-10-lg {
        padding: 10px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .p-10-md {
        padding: 10px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .p-10-sm {
        padding: 10px
    }
}

#m-wrp .p-15 {
    padding: 15px
}

@media only screen and (max-width:1024px) {
    #m-wrp .p-15-lg {
        padding: 15px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .p-15-md {
        padding: 15px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .p-15-sm {
        padding: 15px
    }
}

#m-wrp .p-5 {
    padding: 5px
}

@media only screen and (max-width:1024px) {
    #m-wrp .p-5-lg {
        padding: 5px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .p-5-md {
        padding: 5px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .p-5-sm {
        padding: 5px
    }
}

#m-wrp .p-0 {
    padding: 0
}

@media only screen and (max-width:1024px) {
    #m-wrp .p-0-lg {
        padding: 0
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .p-0-md {
        padding: 0
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .p-0-sm {
        padding: 0
    }
}

#m-wrp .pt-100 {
    padding-top: 100px
}

#m-wrp .pt-75 {
    padding-top: 75px
}

#m-wrp .pt-50 {
    padding-top: 50px
}

@media only screen and (max-width:1024px) {
    #m-wrp .pt-50-lg {
        padding-top: 50px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pt-50-md {
        padding-top: 50px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pt-50-sm {
        padding-top: 50px
    }
}

#m-wrp .pt-30 {
    padding-top: 30px
}

@media only screen and (max-width:1024px) {
    #m-wrp .pt-30-lg {
        padding-top: 30px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pt-30-md {
        padding-top: 30px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pt-30-sm {
        padding-top: 30px
    }
}

#m-wrp .pt-20 {
    padding-top: 20px
}

@media only screen and (max-width:1024px) {
    #m-wrp .pt-20-lg {
        padding-top: 20px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pt-20-md {
        padding-top: 20px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pt-20-sm {
        padding-top: 20px !important
    }
}

#m-wrp .pt-15 {
    padding-top: 15px
}

@media only screen and (max-width:1024px) {
    #m-wrp .pt-15-lg {
        padding-top: 15px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pt-15-md {
        padding-top: 15px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pt-15-sm {
        padding-top: 15px
    }
}

#m-wrp .pt-10 {
    padding-top: 10px
}

@media only screen and (max-width:1024px) {
    #m-wrp .pt-10-lg {
        padding-top: 10px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pt-10-md {
        padding-top: 10px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pt-10-sm {
        padding-top: 10px
    }
}

#m-wrp .pt-5 {
    padding-top: 5px
}

@media only screen and (max-width:1024px) {
    #m-wrp .pt-5-lg {
        padding-top: 5px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pt-5-md {
        padding-top: 5px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pt-5-sm {
        padding-top: 5px
    }
}

#m-wrp .pt-7 {
    padding-top: 7px
}

@media only screen and (max-width:1024px) {
    #m-wrp .pt-7-lg {
        padding-top: 7px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pt-7-md {
        padding-top: 7px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pt-7-sm {
        padding-top: 7px
    }
}

#m-wrp .pt-0 {
    padding-top: 0
}

@media only screen and (max-width:1024px) {
    #m-wrp .pt-0-lg {
        padding-top: 0
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pt-0-md {
        padding-top: 0
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pt-0-sm {
        padding-top: 0
    }
}

#m-wrp .pb-125 {
    padding-bottom: 125px
}

#m-wrp .pb-100 {
    padding-bottom: 100px
}

#m-wrp .pb-75 {
    padding-bottom: 75px
}

@media only screen and (max-width:1024px) {
    #m-wrp .pb-75-lg {
        padding-bottom: 75px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pb-75-md {
        padding-bottom: 75px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pb-75-sm {
        padding-bottom: 75px
    }
}

#m-wrp .pb-50 {
    padding-bottom: 50px
}

@media only screen and (max-width:1024px) {
    #m-wrp .pb-50-lg {
        padding-bottom: 50px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pb-50-md {
        padding-bottom: 50px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pb-50-sm {
        padding-bottom: 50px
    }
}

#m-wrp .pb-40 {
    padding-bottom: 40px
}

@media only screen and (max-width:1024px) {
    #m-wrp .pb-40-lg {
        padding-bottom: 40px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pb-40-md {
        padding-bottom: 40px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pb-40-sm {
        padding-bottom: 40px !important
    }
}

#m-wrp .pb-30 {
    padding-bottom: 30px
}

@media only screen and (max-width:1024px) {
    #m-wrp .pb-30-lg {
        padding-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pb-30-md {
        padding-bottom: 30px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pb-30-sm {
        padding-bottom: 30px !important
    }
}

#m-wrp .pb-20 {
    padding-bottom: 20px
}

@media only screen and (max-width:1024px) {
    #m-wrp .pb-20-lg {
        padding-bottom: 20px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pb-20-md {
        padding-bottom: 20px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pb-20-sm {
        padding-bottom: 20px !important
    }
}

#m-wrp .pb-15 {
    padding-bottom: 15px
}

@media only screen and (max-width:1024px) {
    #m-wrp .pb-15-lg {
        padding-bottom: 15px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pb-15-md {
        padding-bottom: 15px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pb-15-sm {
        padding-bottom: 15px
    }
}

#m-wrp .pb-10 {
    padding-bottom: 10px
}

@media only screen and (max-width:1024px) {
    #m-wrp .pb-10-lg {
        padding-bottom: 10px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pb-10-md {
        padding-bottom: 10px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pb-10-sm {
        padding-bottom: 10px
    }
}

#m-wrp .pb-7 {
    padding-bottom: 7px
}

@media only screen and (max-width:1024px) {
    #m-wrp .pb-7-lg {
        padding-bottom: 7px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pb-7-md {
        padding-bottom: 7px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pb-7-sm {
        padding-bottom: 7px
    }
}

#m-wrp .pb-5 {
    padding-bottom: 5px
}

@media only screen and (max-width:1024px) {
    #m-wrp .pb-5-lg {
        padding-bottom: 5px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pb-5-md {
        padding-bottom: 5px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pb-5-sm {
        padding-bottom: 5px
    }
}

#m-wrp .pb-0 {
    padding-bottom: 0
}

@media only screen and (max-width:1024px) {
    #m-wrp .pb-0-lg {
        padding-bottom: 0
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pb-0-md {
        padding-bottom: 0
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pb-0-sm {
        padding-bottom: 0
    }
}

#m-wrp .pr-100 {
    padding-left: 100px
}

#m-wrp .pr-75 {
    padding-left: 75px
}

#m-wrp .pr-60 {
    padding-left: 60px
}

#m-wrp .pr-50 {
    padding-left: 50px
}

#m-wrp .pr-40 {
    padding-left: 40px
}

@media only screen and (max-width:1024px) {
    #m-wrp .pr-40-lg {
        padding-left: 40px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pr-40-md {
        padding-left: 40px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pr-40-sm {
        padding-left: 40px
    }
}

#m-wrp .pr-30 {
    padding-left: 30px
}

@media only screen and (max-width:1024px) {
    #m-wrp .pr-30-lg {
        padding-left: 30px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pr-30-md {
        padding-left: 30px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pr-30-sm {
        padding-left: 30px
    }
}

#m-wrp .pr-25 {
    padding-left: 25px
}

@media only screen and (max-width:1024px) {
    #m-wrp .pr-25-lg {
        padding-left: 25px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pr-25-md {
        padding-left: 25px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pr-25-sm {
        padding-left: 25px
    }
}

#m-wrp .pr-20 {
    padding-left: 20px
}

@media only screen and (max-width:1024px) {
    #m-wrp .pr-20-lg {
        padding-left: 20px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pr-20-md {
        padding-left: 20px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pr-20-sm {
        padding-left: 20px
    }
}

#m-wrp .pr-15 {
    padding-left: 15px
}

@media only screen and (max-width:1024px) {
    #m-wrp .pr-15-lg {
        padding-left: 15px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pr-15-md {
        padding-left: 15px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pr-15-sm {
        padding-left: 15px
    }
}

#m-wrp .pr-12 {
    padding-left: 12px
}

@media only screen and (max-width:1024px) {
    #m-wrp .pr-12-lg {
        padding-left: 12px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pr-12-md {
        padding-left: 12px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pr-12-sm {
        padding-left: 12px
    }
}

#m-wrp .pr-10 {
    padding-left: 10px
}

@media only screen and (max-width:1024px) {
    #m-wrp .pr-10-lg {
        padding-left: 10px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pr-10-md {
        padding-left: 10px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pr-10-sm {
        padding-left: 10px
    }
}

#m-wrp .pr-5 {
    padding-left: 5px
}

@media only screen and (max-width:1024px) {
    #m-wrp .pr-5-lg {
        padding-left: 5px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pr-5-md {
        padding-left: 5px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pr-5-sm {
        padding-left: 5px
    }
}

#m-wrp .pr-0 {
    padding-left: 0
}

@media only screen and (max-width:1024px) {
    #m-wrp .pr-0-lg {
        padding-left: 0
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pr-0-md {
        padding-left: 0
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pr-0-sm {
        padding-left: 0
    }
}

#m-wrp .pl-75 {
    padding-right: 75px
}

#m-wrp .pl-60 {
    padding-right: 60px
}

#m-wrp .pl-50 {
    padding-right: 50px
}

#m-wrp .pl-40 {
    padding-right: 40px
}

@media only screen and (max-width:1024px) {
    #m-wrp .pl-40-lg {
        padding-right: 40px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pl-40-md {
        padding-right: 40px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pl-40-sm {
        padding-right: 40px
    }
}

#m-wrp .pl-30 {
    padding-right: 30px
}

@media only screen and (max-width:1024px) {
    #m-wrp .pl-30-lg {
        padding-right: 30px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pl-30-md {
        padding-right: 30px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pl-30-sm {
        padding-right: 30px
    }
}

#m-wrp .pl-20 {
    padding-right: 20px
}

@media only screen and (max-width:1024px) {
    #m-wrp .pl-20-lg {
        padding-right: 20px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pl-20-md {
        padding-right: 20px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pl-20-sm {
        padding-right: 20px
    }
}

#m-wrp .pl-25 {
    padding-right: 25px
}

@media only screen and (max-width:1024px) {
    #m-wrp .pl-25-lg {
        padding-right: 25px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pl-25-md {
        padding-right: 25px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pl-25-sm {
        padding-right: 25px
    }
}

#m-wrp .pl-15 {
    padding-right: 15px
}

@media only screen and (max-width:1024px) {
    #m-wrp .pl-15-lg {
        padding-right: 15px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pl-15-md {
        padding-right: 15px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pl-15-sm {
        padding-right: 15px
    }
}

#m-wrp .pl-12 {
    padding-right: 12px
}

@media only screen and (max-width:1024px) {
    #m-wrp .pl-12-lg {
        padding-right: 12px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pl-12-md {
        padding-right: 12px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pl-12-sm {
        padding-right: 12px
    }
}

#m-wrp .pl-10 {
    padding-right: 10px
}

@media only screen and (max-width:1024px) {
    #m-wrp .pl-10-lg {
        padding-right: 10px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pl-10-md {
        padding-right: 10px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pl-10-sm {
        padding-right: 10px
    }
}

#m-wrp .pl-7 {
    padding-right: 7px
}

#m-wrp .pl-5 {
    padding-right: 5px
}

#m-wrp .pl-0 {
    padding-right: 0
}

@media only screen and (max-width:1024px) {
    #m-wrp .pl-0-lg {
        padding-right: 0
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .pl-0-md {
        padding-right: 0
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .pl-0-sm {
        padding-right: 0
    }
}

#m-wrp .m-15 {
    margin: 15px
}

#m-wrp .m-30 {
    margin: 30px
}

#m-wrp .m-15-ng {
    margin: -15px
}

#m-wrp .m-30-ng {
    margin: -30px
}

#m-wrp .mt-100 {
    margin-top: 100px
}

#m-wrp .mt-75 {
    margin-top: 75px
}

#m-wrp .mt-50 {
    margin-top: 50px
}

@media only screen and (max-width:1024px) {
    #m-wrp .mt-50-lg {
        margin-top: 50px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .mt-50-md {
        margin-top: 50px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .mt-50-sm {
        margin-top: 50px
    }
}

#m-wrp .mt-40 {
    margin-top: 40px
}

@media only screen and (max-width:1024px) {
    #m-wrp .mt-40-lg {
        margin-top: 40px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .mt-40-md {
        margin-top: 40px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .mt-40-sm {
        margin-top: 40px
    }
}

#m-wrp .mt-30 {
    margin-top: 30px
}

@media only screen and (max-width:1024px) {
    #m-wrp .mt-30-lg {
        margin-top: 30px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .mt-30-md {
        margin-top: 30px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .mt-30-sm {
        margin-top: 30px
    }
}

#m-wrp .mt-25 {
    margin-top: 25px
}

@media only screen and (max-width:1024px) {
    #m-wrp .mt-25-lg {
        margin-top: 25px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .mt-25-md {
        margin-top: 25px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .mt-25-sm {
        margin-top: 25px
    }
}

#m-wrp .mt-20 {
    margin-top: 20px
}

@media only screen and (max-width:1024px) {
    #m-wrp .mt-20-lg {
        margin-top: 20px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .mt-20-md {
        margin-top: 20px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .mt-20-sm {
        margin-top: 20px
    }
}

#m-wrp .mt-15 {
    margin-top: 15px
}

@media only screen and (max-width:1024px) {
    #m-wrp .mt-15-lg {
        margin-top: 15px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .mt-15-md {
        margin-top: 15px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .mt-15-sm {
        margin-top: 15px !important
    }
}

#m-wrp .mt-12 {
    margin-top: 12px
}

@media only screen and (max-width:1024px) {
    #m-wrp .mt-12-lg {
        margin-top: 12px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .mt-12-md {
        margin-top: 12px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .mt-12-sm {
        margin-top: 12px
    }
}

#m-wrp .mt-10 {
    margin-top: 10px
}

@media only screen and (max-width:1024px) {
    #m-wrp .mt-10-lg {
        margin-top: 10px !important
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .mt-10-md {
        margin-top: 10px !important
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .mt-10-sm {
        margin-top: 10px !important
    }
}

#m-wrp .mt-7 {
    margin-top: 7px
}

@media only screen and (max-width:1024px) {
    #m-wrp .mt-7-lg {
        margin-top: 7px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .mt-7-md {
        margin-top: 7px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .mt-7-sm {
        margin-top: 7px
    }
}

#m-wrp .mt-5 {
    margin-top: 5px
}

@media only screen and (max-width:1024px) {
    #m-wrp .mt-5-lg {
        margin-top: 5px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .mt-5-md {
        margin-top: 5px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .mt-5-sm {
        margin-top: 5px !important
    }
}

#m-wrp .mt-3 {
    margin-top: 3px
}

@media only screen and (max-width:1024px) {
    #m-wrp .mt-3-lg {
        margin-top: 3px !important
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .mt-3-md {
        margin-top: 3px !important
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .mt-3-sm {
        margin-top: 3px !important
    }
}

#m-wrp .mt-0 {
    margin-top: 0
}

@media only screen and (max-width:1024px) {
    #m-wrp .mt-0-lg {
        margin-top: 0 !important
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .mt-0-md {
        margin-top: 0 !important
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .mt-0-sm {
        margin-top: 0 !important
    }
}

#m-wrp .mb-75 {
    margin-bottom: 75px
}

#m-wrp .mb-50 {
    margin-bottom: 50px
}

#m-wrp .mb-40 {
    margin-bottom: 40px
}

@media only screen and (max-width:1024px) {
    #m-wrp .mb-40-lg {
        margin-bottom: 40px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .mb-40-md {
        margin-bottom: 40px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .mb-40-sm {
        margin-bottom: 40px
    }
}

#m-wrp .mb-30 {
    margin-bottom: 30px
}

@media only screen and (max-width:1024px) {
    #m-wrp .mb-30-lg {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .mb-30-md {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .mb-30-sm {
        margin-bottom: 30px
    }
}

#m-wrp .mb-25 {
    margin-bottom: 25px
}

@media only screen and (max-width:1024px) {
    #m-wrp .mb-25-lg {
        margin-bottom: 25px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .mb-25-md {
        margin-bottom: 25px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .mb-25-sm {
        margin-bottom: 25px
    }
}

#m-wrp .mb-20 {
    margin-bottom: 20px
}

@media only screen and (max-width:1024px) {
    #m-wrp .mb-20-lg {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .mb-20-md {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .mb-20-sm {
        margin-bottom: 20px
    }
}

#m-wrp .mb-15 {
    margin-bottom: 15px
}

@media only screen and (max-width:1024px) {
    #m-wrp .mb-15-lg {
        margin-bottom: 15px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .mb-15-md {
        margin-bottom: 15px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .mb-15-sm {
        margin-bottom: 15px
    }
}

#m-wrp .mb-12 {
    margin-bottom: 12px
}

@media only screen and (max-width:1024px) {
    #m-wrp .mb-12-lg {
        margin-bottom: 12px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .mb-12-md {
        margin-bottom: 12px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .mb-12-sm {
        margin-bottom: 12px
    }
}

#m-wrp .mb-10 {
    margin-bottom: 10px
}

@media only screen and (max-width:1024px) {
    #m-wrp .mb-10-lg {
        margin-bottom: 10px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .mb-10-md {
        margin-bottom: 10px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .mb-10-sm {
        margin-bottom: 10px
    }
}

#m-wrp .mb-5 {
    margin-bottom: 5px
}

@media only screen and (max-width:1024px) {
    #m-wrp .mb-5-lg {
        margin-bottom: 5px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .mb-5-md {
        margin-bottom: 5px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .mb-5-sm {
        margin-bottom: 5px !important
    }
}

#m-wrp .mb-7 {
    margin-bottom: 7px
}

@media only screen and (max-width:1024px) {
    #m-wrp .mb-7-lg {
        margin-bottom: 7px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .mb-7-md {
        margin-bottom: 7px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .mb-7-sm {
        margin-bottom: 7px
    }
}

#m-wrp .mb-3 {
    margin-bottom: 3px
}

@media only screen and (max-width:1024px) {
    #m-wrp .mb-3-lg {
        margin-bottom: 3px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .mb-3-md {
        margin-bottom: 3px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .mb-3-sm {
        margin-bottom: 3px
    }
}

#m-wrp .mb-0 {
    margin-bottom: 0
}

#m-wrp .mr-100 {
    margin-left: 100px
}

#m-wrp .mr-75 {
    margin-left: 75px
}

#m-wrp .mr-50 {
    margin-left: 50px
}

#m-wrp .mr-40 {
    margin-left: 40px
}

#m-wrp .mr-30 {
    margin-left: 30px
}

#m-wrp .mr-20 {
    margin-left: 20px
}

@media only screen and (max-width:1024px) {
    #m-wrp .mr-20-lg {
        margin-left: 20px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .mr-20-md {
        margin-left: 20px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .mr-20-sm {
        margin-left: 20px
    }
}

#m-wrp .mr-15 {
    margin-left: 15px
}

@media only screen and (max-width:1024px) {
    #m-wrp .mr-15-lg {
        margin-left: 15px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .mr-15-md {
        margin-left: 15px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .mr-15-sm {
        margin-left: 15px
    }
}

#m-wrp .mr-12 {
    margin-left: 12px
}

@media only screen and (max-width:1024px) {
    #m-wrp .mr-12-lg {
        margin-left: 12px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .mr-12-md {
        margin-left: 12px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .mr-12-sm {
        margin-left: 12px
    }
}

#m-wrp .mr-10 {
    margin-left: 10px
}

@media only screen and (max-width:1024px) {
    #m-wrp .mr-10-lg {
        margin-left: 10px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .mr-10-md {
        margin-left: 10px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .mr-10-sm {
        margin-left: 10px
    }
}

#m-wrp .mr-7 {
    margin-left: 7px
}

@media only screen and (max-width:1024px) {
    #m-wrp .mr-7-lg {
        margin-left: 7px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .mr-7-md {
        margin-left: 7px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .mr-7-sm {
        margin-left: 7px
    }
}

#m-wrp .mr-3 {
    margin-left: 3px
}

@media only screen and (max-width:1024px) {
    #m-wrp .mr-3-lg {
        margin-left: 3px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .mr-3-md {
        margin-left: 3px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .mr-3-sm {
        margin-left: 3px
    }
}

#m-wrp .mr-5 {
    margin-left: 5px
}

@media only screen and (max-width:1024px) {
    #m-wrp .mr-5-lg {
        margin-left: 5px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .mr-5-md {
        margin-left: 5px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .mr-5-sm {
        margin-left: 5px
    }
}

#m-wrp .mr-0 {
    margin-left: 0
}

@media only screen and (max-width:1024px) {
    #m-wrp .mr-0-lg {
        margin-left: 0
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .mr-0-md {
        margin-left: 0
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .mr-0-sm {
        margin-left: 0
    }
}

#m-wrp .ml-50 {
    margin-right: 50px
}

#m-wrp .ml-40 {
    margin-right: 40px
}

#m-wrp .ml-30 {
    margin-right: 30px
}

@media only screen and (max-width:1024px) {
    #m-wrp .ml-30-lg {
        margin-right: 30px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .ml-30-md {
        margin-right: 30px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .ml-30-sm {
        margin-right: 30px
    }
}

#m-wrp .ml-20 {
    margin-right: 20px
}

@media only screen and (max-width:1024px) {
    #m-wrp .ml-20-lg {
        margin-right: 20px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .ml-20-md {
        margin-right: 20px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .ml-20-sm {
        margin-right: 20px
    }
}

#m-wrp .ml-15 {
    margin-right: 15px
}

@media only screen and (max-width:1024px) {
    #m-wrp .ml-15-lg {
        margin-right: 15px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .ml-15-md {
        margin-right: 15px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .ml-15-sm {
        margin-right: 15px
    }
}

#m-wrp .ml-12 {
    margin-right: 12px
}

#m-wrp .ml-10 {
    margin-right: 10px
}

@media only screen and (max-width:1024px) {
    #m-wrp .ml-10-lg {
        margin-right: 10px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .ml-10-md {
        margin-right: 10px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .ml-10-sm {
        margin-right: 10px
    }
}

@media only screen and (max-width:1024px) {
    #m-wrp .ml-7-lg {
        margin-right: 7px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .ml-7-md {
        margin-right: 7px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .ml-7-sm {
        margin-right: 7px
    }
}

#m-wrp .ml-7 {
    margin-right: 7px
}

@media only screen and (max-width:1024px) {
    #m-wrp .ml-5-lg {
        margin-right: 5px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .ml-5-md {
        margin-right: 5px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .ml-5-sm {
        margin-right: 5px
    }
}

#m-wrp .ml-5 {
    margin-right: 5px
}

@media only screen and (max-width:1024px) {
    #m-wrp .ml-3-lg {
        margin-right: 3px
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .ml-3-md {
        margin-right: 3px
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .ml-3-sm {
        margin-right: 3px
    }
}

#m-wrp .ml-3 {
    margin-right: 3px
}

#m-wrp .ml-0 {
    margin-right: 0
}

@media only screen and (max-width:1024px) {
    #m-wrp .ml-0-lg {
        margin-right: 0
    }
}

@media only screen and (max-width:767px) {
    #m-wrp .ml-0-md {
        margin-right: 0
    }
}

@media only screen and (max-width:576px) {
    #m-wrp .ml-0-sm {
        margin-right: 0
    }
}

.mt-txt {
    font-size: calc(var(--jkd-mt-fz)*var(--jkd-mt-multi)/100)
}

.up-txt {
    font-size: calc(var(--jkd-mt-fz) - 1px) !important;
    letter-spacing: .5px !important;
    text-transform: uppercase !important
}

.d-fw {
    font-weight: var(--jkd-d-fw) !important
}

.m-fw {
    font-weight: var(--jkd-m-fw) !important
}

.h-fw {
    font-weight: var(--jkd-h-fw)
}

.lnh-1 {
    line-height: 1 !important
}

body .bx-shdw-sm {
    box-shadow: 0 0 15px var(--jkd-shdw-sm)
}

body .bx-shdw-md {
    box-shadow: 0 0 15px var(--jkd-shdw-md)
}

body .bx-shdw-lg {
    box-shadow: 0 0 15px var(--jkd-shdw-lg)
}

body .br-n {
    border-radius: unset !important
}

body .br-sm {
    border-radius: var(--jkd-br-sm)
}

body .br-md {
    border-radius: var(--jkd-br-md)
}

body .br-lg {
    border-radius: var(--jkd-br-lg)
}

body .br-xl {
    border-radius: var(--jkd-br-xl)
}

body .jkd-bs-sm {
    box-shadow: 0 0 15px var(--jkd-shdw-sm)
}

body .jkd-bs-md {
    box-shadow: 0 0 15px var(--jkd-shdw-md)
}

body .jkd-bs-lg {
    box-shadow: 0 0 15px var(--jkd-shdw-lg)
}

body .bd {
    border: 1px solid var(--jkd-b-col) !important
}

body .bdt {
    border-top: 1px solid var(--jkd-b-col)
}

body .bdr {
    border-left: 1px solid var(--jkd-b-col)
}

body .bdb {
    border-bottom: 1px solid var(--jkd-b-col)
}

body .bdl {
    border-right: 1px solid var(--jkd-b-col)
}

body .bdl-5-pr {
    border-right: 5px solid var(--jkd-pr-col)
}

body .bdt-wh {
    border-top: 1px solid var(--jkd-b-col-wh)
}

body .bdr-wh {
    border-left: 1px solid var(--jkd-b-col-wh)
}

body .bdb-wh {
    border-bottom: 1px solid var(--jkd-b-col-wh)
}

body .bdl-wh {
    border-right: 1px solid var(--jkd-b-col-wh)
}

.elementor img.br-md {
    border-radius: var(--jkd-br-md)
}

.avtr {
    border-radius: var(--jkd-br-xl);
    display: flex;
    overflow: hidden
}

.avtr img,
.avtr picture {
    height: 100%;
    width: 100%
}

.avtr--xs {
    height: calc(var(--jkd-avtr-sm) - 5px);
    max-height: calc(var(--jkd-avtr-sm) - 5px);
    max-width: calc(var(--jkd-avtr-sm) - 5px);
    min-height: calc(var(--jkd-avtr-sm) - 5px);
    min-width: calc(var(--jkd-avtr-sm) - 5px);
    width: calc(var(--jkd-avtr-sm) - 5px)
}

@media only screen and (max-width:576px) {
    .avtr--xs {
        height: calc(var(--jkd-avtr-sm) - 10px);
        max-height: calc(var(--jkd-avtr-sm) - 10px);
        max-width: calc(var(--jkd-avtr-sm) - 10px);
        min-height: calc(var(--jkd-avtr-sm) - 10px);
        min-width: calc(var(--jkd-avtr-sm) - 10px);
        width: calc(var(--jkd-avtr-sm) - 10px)
    }
}

.avtr--sm {
    height: var(--jkd-avtr-sm);
    max-height: var(--jkd-avtr-sm);
    max-width: var(--jkd-avtr-sm);
    min-height: var(--jkd-avtr-sm);
    min-width: var(--jkd-avtr-sm);
    width: var(--jkd-avtr-sm)
}

@media only screen and (max-width:576px) {
    .avtr--sm {
        height: calc(var(--jkd-avtr-sm) - 5px);
        max-height: calc(var(--jkd-avtr-sm) - 5px);
        max-width: calc(var(--jkd-avtr-sm) - 5px);
        min-height: calc(var(--jkd-avtr-sm) - 5px);
        min-width: calc(var(--jkd-avtr-sm) - 5px);
        width: calc(var(--jkd-avtr-sm) - 5px)
    }
}

@media only screen and (max-width:425px) {
    .avtr--sm {
        height: calc(var(--jkd-avtr-sm) - 10px);
        max-height: calc(var(--jkd-avtr-sm) - 10px);
        max-width: calc(var(--jkd-avtr-sm) - 10px);
        min-height: calc(var(--jkd-avtr-sm) - 10px);
        min-width: calc(var(--jkd-avtr-sm) - 10px);
        width: calc(var(--jkd-avtr-sm) - 10px)
    }
}

.avtr--md {
    height: var(--jkd-avtr-md);
    max-height: var(--jkd-avtr-md);
    max-width: var(--jkd-avtr-md);
    min-height: var(--jkd-avtr-md);
    min-width: var(--jkd-avtr-md);
    width: var(--jkd-avtr-md)
}

@media only screen and (max-width:576px) {
    .avtr--md {
        height: calc(var(--jkd-avtr-md) - 5px);
        max-height: calc(var(--jkd-avtr-md) - 5px);
        max-width: calc(var(--jkd-avtr-md) - 5px);
        min-height: calc(var(--jkd-avtr-md) - 5px);
        min-width: calc(var(--jkd-avtr-md) - 5px);
        width: calc(var(--jkd-avtr-md) - 5px)
    }
}

@media only screen and (max-width:425px) {
    .avtr--md {
        height: calc(var(--jkd-avtr-md) - 10px);
        max-height: calc(var(--jkd-avtr-md) - 10px);
        max-width: calc(var(--jkd-avtr-md) - 10px);
        min-height: calc(var(--jkd-avtr-md) - 10px);
        min-width: calc(var(--jkd-avtr-md) - 10px);
        width: calc(var(--jkd-avtr-md) - 10px)
    }
}

.avtr--lg {
    height: var(--jkd-avtr-lg);
    max-height: var(--jkd-avtr-lg);
    max-width: var(--jkd-avtr-lg);
    min-height: var(--jkd-avtr-lg);
    min-width: var(--jkd-avtr-lg);
    width: var(--jkd-avtr-lg)
}

@media only screen and (max-width:576px) {
    .avtr--lg {
        height: calc(var(--jkd-avtr-lg) - 5px);
        max-height: calc(var(--jkd-avtr-lg) - 5px);
        max-width: calc(var(--jkd-avtr-lg) - 5px);
        min-height: calc(var(--jkd-avtr-lg) - 5px);
        min-width: calc(var(--jkd-avtr-lg) - 5px);
        width: calc(var(--jkd-avtr-lg) - 5px)
    }
}

@media only screen and (max-width:425px) {
    .avtr--lg {
        height: calc(var(--jkd-avtr-lg) - 10px);
        max-height: calc(var(--jkd-avtr-lg) - 10px);
        max-width: calc(var(--jkd-avtr-lg) - 10px);
        min-height: calc(var(--jkd-avtr-lg) - 10px);
        min-width: calc(var(--jkd-avtr-lg) - 10px);
        width: calc(var(--jkd-avtr-lg) - 10px)
    }
}

.avtr--xl {
    height: var(--jkd-avtr-xl);
    max-height: var(--jkd-avtr-xl);
    max-width: var(--jkd-avtr-xl);
    min-height: var(--jkd-avtr-xl);
    min-width: var(--jkd-avtr-xl);
    width: var(--jkd-avtr-xl)
}

@media only screen and (max-width:576px) {
    .avtr--xl {
        height: calc(var(--jkd-avtr-xl) - 5px);
        max-height: calc(var(--jkd-avtr-xl) - 5px);
        max-width: calc(var(--jkd-avtr-xl) - 5px);
        min-height: calc(var(--jkd-avtr-xl) - 5px);
        min-width: calc(var(--jkd-avtr-xl) - 5px);
        width: calc(var(--jkd-avtr-xl) - 5px)
    }
}

@media only screen and (max-width:425px) {
    .avtr--xl {
        height: calc(var(--jkd-avtr-xl) - 10px);
        max-height: calc(var(--jkd-avtr-xl) - 10px);
        max-width: calc(var(--jkd-avtr-xl) - 10px);
        min-height: calc(var(--jkd-avtr-xl) - 10px);
        min-width: calc(var(--jkd-avtr-xl) - 10px);
        width: calc(var(--jkd-avtr-xl) - 10px)
    }
}

.ovrl.sm {
    height: 300px;
    max-height: 300px;
    min-height: 300px
}

.ovrl.md {
    height: 500px;
    max-height: 500px;
    min-height: 500px
}

.ovrl.lg {
    height: 700px;
    max-height: 700px;
    min-height: 700px
}

.ovrl.fl,
.ovrl:after,
.ovrl:before {
    height: 100%;
    max-height: 100%;
    min-height: 100%
}

.ovrl:after,
.ovrl:before {
    content: "";
    display: flex;
    inset: 0 0 0 0;
    max-width: 100%;
    min-width: 100%;
    pointer-events: none !important;
    position: absolute;
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp);
    width: 100%
}

.ovrl:after {
    z-index: 1
}

.ovrl--sh-lg:before,
.ovrl--sh-md:before {
    background: linear-gradient(to top, var(--jkd-dark-col), hsla(0, 0%, 100%, 0));
    z-index: 5
}

.ovrl--sh-md:before {
    opacity: var(--jkd-op-sm)
}

.ovrl--sh-sm:before {
    opacity: var(--jkd-op-md)
}

.ovrl--sh-sm:before,
.ovrl--sh:before {
    background: linear-gradient(to top, var(--jkd-dark-col), hsla(0, 0%, 100%, 0));
    z-index: 5
}

.ovrl--sm:after {
    background-color: var(--jkd-ovrl-sm)
}

.ovrl--ext-sm:after {
    background-color: var(--jkd-ovrl-ext-sm)
}

.ovrl--md:after {
    background-color: var(--jkd-ovrl-md)
}

.ovrl--lg:after {
    background-color: var(--jkd-ovrl-lg)
}

.trns {
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp)
}

.jkd-c,
.jkd-c-amp,
.jkd-c-fluid,
.jkd-c-thin,
.jkd-c-wide {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--jkd-c-off);
    padding-left: var(--jkd-c-off);
    position: relative;
    width: 100%;
    z-index: 30
}

.jkd-c {
    max-width: var(--jkd-c-w)
}

.jkd-c-thin {
    max-width: var(--jkd-c-cont-w)
}

.jkd-c-wide {
    max-width: var(--jkd-c-wd-w)
}

::selection {
    background-color: var(--jkd-pr-col) !important;
    color: var(--jkd-wh-col) !important
}

.trans-dis,
.trans-dis * {
    transition: none !important
}

.main-wrp {
    background-color: var(--jkd-bg-col-sec);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp);
    width: 100%;
    z-index: 10
}

.main-wrp.def-wrp {
    overflow: hidden;
    padding-top: 85px
}

.main-wrp.def-wrp .top-section {
    padding-top: 0 !important
}

.page-wrp {
    padding-bottom: 50px
}

.page-wrp:not(.top-section) {
    padding-top: 30px
}

@media only screen and (max-width:576px) {
    .page-wrp {
        padding-bottom: 30px
    }
}

body {
    margin: 0 !important;
    max-width: 100vw !important;
    padding: 0 !important;
    width: 100% !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*,
:after,
:before {
    box-sizing: border-box;
    margin: 0;
    outline: none !important;
    padding: 0
}

a,
i {
    color: inherit
}

a {
    text-decoration: none
}

img,
picture {
    display: block;
    height: auto;
    max-width: unset
}

button,
form,
input {
    border: none
}

::-webkit-search-cancel-button,
::-webkit-search-results-button,
input[type=search] {
    appearance: none
}

html {
    line-height: 1.15;
    text-size-adjust: 100%
}

main {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

abbr[title] {
    border-bottom: none;
    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
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

ol li,
ul li {
    list-style: none
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden] {
    display: none
}

address {
    margin-bottom: 10px
}

abbr,
acronym {
    cursor: help
}

del,
s,
strike {
    text-decoration: line-through
}

.has-drop-cap {
    padding: 0
}

.has-drop-cap:first-letter {
    display: flex;
    font-size: 128px;
    font-weight: 900;
    margin: 0 0 0 15px
}

.has-drop-cap:after {
    display: none
}

.alignfull img,
.alignfull picture,
.alignwide img,
.alignwide picture {
    height: auto;
    width: 100%
}

.wp-calendar-nav {
    margin-bottom: 30px;
    max-width: 600px
}

.wp-calendar-nav a {
    text-decoration: none
}

.wp-calendar-table {
    max-width: 600px
}

.wp-calendar-table th {
    background-color: transparent
}

.wp-caption {
    max-width: 100%
}

.gallery-caption {
    background: none;
    box-shadow: none;
    color: var(--jkd-txt-col);
    font-size: 12px;
    line-height: 1.1;
    max-width: 100%;
    min-width: 100%;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100%
}

.comment-reply-title {
    margin-top: 0
}

.more-link {
    display: flex;
    justify-content: center;
    padding: 15px;
    width: 100%
}

.bypostauthor {
    display: block
}

.gallery-caption,
.wp-caption-text {
    margin: 10px 0;
    text-align: center
}

.alignright {
    float: left
}

.alignleft {
    float: right
}

.aligncenter {
    margin-right: auto;
    margin-left: auto
}

@media only screen and (max-width:576px) {
    .post-password-form p:not(:last-child) {
        margin-bottom: 10px
    }
}

.post-password-form label {
    align-items: flex-start;
    color: var(--jkd-h-col);
    display: flex;
    flex-direction: column;
    font-weight: var(--jkd-m-fw);
    justify-content: flex-start;
    line-height: 1
}

.post-password-form [name=post_password] {
    border: 1px solid var(--jkd-b-col) !important;
    padding-left: 100px !important
}

.post-password-form [type=submit] {
    background-color: var(--jkd-pr-col) !important;
    border: none !important;
    color: var(--jkd-wh-col) !important;
    cursor: pointer;
    font-size: calc(var(--jkd-mt-fz) - 1px) !important;
    height: 32px !important;
    letter-spacing: .5px !important;
    padding: 0;
    position: absolute !important;
    left: 4px;
    text-transform: uppercase !important;
    top: 4px;
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp);
    white-space: nowrap;
    width: 85px;
    z-index: 1
}

@media only screen and (max-width:576px) {
    .post-password-form [type=submit] {
        height: 28px !important;
        min-height: 28px !important;
        width: auto
    }
}

.aligncenter,
.alignleft,
.alignright,
.bypostauthor,
.format-audio,
.format-chat,
.format-standard,
.gallery-caption,
.screen-reader-text,
.sticky {
    pointer-events: auto
}

.button,
.cky-btn,
.components-button,
.form-submit .submit,
.jkd-btn:not(.link),
.pmpro_btn,
.woocommerce [type=submit]:not(.adminbar-button),
.wp-block-button__link:not(.has-background),
.wp-block-file__button,
.wp-block-search__button,
.wp-element-button,
.wpcf7-submit,
input[type=submit]:not(.adminbar-button) {
    align-items: center !important;
    border: none !important;
    border-radius: var(--jkd-br-md) !important;
    box-shadow: none !important;
    color: var(--jkd-wh-col) !important;
    cursor: pointer;
    display: flex !important;
    float: unset !important;
    font-size: 13px !important;
    font-style: normal;
    font-weight: var(--jkd-m-fw) !important;
    height: 32px;
    justify-content: center !important;
    line-height: 1;
    max-height: 32px;
    min-height: 32px;
    padding: 5px 15px !important;
    position: relative;
    text-decoration: none !important;
    text-decoration: unset !important;
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp);
    white-space: nowrap;
    z-index: 10
}

.button.disabled,
.button[disabled],
.cky-btn.disabled,
.cky-btn[disabled],
.components-button.disabled,
.components-button[disabled],
.form-submit .submit.disabled,
.form-submit .submit[disabled],
.jkd-btn:not(.link).disabled,
.jkd-btn:not(.link)[disabled],
.pmpro_btn.disabled,
.pmpro_btn[disabled],
.woocommerce [type=submit]:not(.adminbar-button).disabled,
.woocommerce [type=submit]:not(.adminbar-button)[disabled],
.wp-block-button__link:not(.has-background).disabled,
.wp-block-button__link:not(.has-background)[disabled],
.wp-block-file__button.disabled,
.wp-block-file__button[disabled],
.wp-block-search__button.disabled,
.wp-block-search__button[disabled],
.wp-element-button.disabled,
.wp-element-button[disabled],
.wpcf7-submit.disabled,
.wpcf7-submit[disabled],
input[type=submit]:not(.adminbar-button).disabled,
input[type=submit]:not(.adminbar-button)[disabled] {
    opacity: .7 !important;
    pointer-events: none !important
}

.button span,
.cky-btn span,
.components-button span,
.form-submit .submit span,
.jkd-btn:not(.link) span,
.pmpro_btn span,
.woocommerce [type=submit]:not(.adminbar-button) span,
.wp-block-button__link:not(.has-background) span,
.wp-block-file__button span,
.wp-block-search__button span,
.wp-element-button span,
.wpcf7-submit span,
input[type=submit]:not(.adminbar-button) span {
    align-items: center;
    display: flex;
    justify-content: center
}

.button:hover span,
.cky-btn:hover span,
.components-button:hover span,
.form-submit .submit:hover span,
.jkd-btn:not(.link):hover span,
.pmpro_btn:hover span,
.woocommerce [type=submit]:not(.adminbar-button):hover span,
.wp-block-button__link:not(.has-background):hover span,
.wp-block-file__button:hover span,
.wp-block-search__button:hover span,
.wp-element-button:hover span,
.wpcf7-submit:hover span,
input[type=submit]:not(.adminbar-button):hover span {
    animation: fadeUpAndDown .3s ease-in forwards
}

.button.rounded,
.cky-btn.rounded,
.components-button.rounded,
.form-submit .submit.rounded,
.jkd-btn:not(.link).rounded,
.pmpro_btn.rounded,
.woocommerce [type=submit]:not(.adminbar-button).rounded,
.wp-block-button__link:not(.has-background).rounded,
.wp-block-file__button.rounded,
.wp-block-search__button.rounded,
.wp-element-button.rounded,
.wpcf7-submit.rounded,
input[type=submit]:not(.adminbar-button).rounded {
    border-radius: 100px !important
}

.jkd-btn:not(.link).ext-sm {
    height: 25px;
    max-height: 25px;
    min-height: 25px;
    padding: 5px 12px !important
}

.jkd-btn:not(.link).sm {
    height: 32px;
    max-height: 32px;
    min-height: 32px;
    padding: 5px 15px !important
}

@media only screen and (max-width:576px) {
    .jkd-btn:not(.link).sm {
        height: 28px;
        max-height: 28px;
        min-height: 28px;
        padding: 5px 10px !important
    }
}

.jkd-btn:not(.link).md {
    height: 37px;
    max-height: 37px;
    min-height: 37px;
    padding: 5px 20px !important
}

@media only screen and (max-width:576px) {
    .jkd-btn:not(.link).md {
        height: 32px;
        max-height: 32px;
        min-height: 32px;
        padding: 5px 15px !important
    }
}

.jkd-btn:not(.link).lg {
    height: 42px;
    max-height: 42px;
    min-height: 42px;
    padding: 5px 22px !important
}

@media only screen and (max-width:576px) {
    .jkd-btn:not(.link).lg {
        height: 37px;
        max-height: 37px;
        min-height: 37px;
        padding: 5px 17px !important
    }
}

.jkd-btn:not(.link).xl {
    height: 45px;
    max-height: 45px;
    min-height: 45px;
    padding: 5px 25px !important
}

@media only screen and (max-width:576px) {
    .jkd-btn:not(.link).xl {
        height: 40px;
        max-height: 40px;
        min-height: 40px;
        padding: 5px 20px !important
    }
}

.jkd-btn:not(.link):not(.secondary):not(.wh):not(.primary):not(.color) {
    background-color: var(--jkd-pr-col) !important;
    color: var(--jkd-wh-col) !important
}

.jkd-btn:not(.link).primary {
    background-color: var(--jkd-bg-col) !important;
    color: var(--jkd-h-col) !important
}

.jkd-btn:not(.link).primary:hover {
    background-color: var(--jkd-pr-col) !important;
    border-color: var(--jkd-pr-col) !important;
    color: var(--jkd-wh-col) !important
}

.jkd-btn:not(.link).secondary {
    background-color: var(--jkd-bg-col-sec) !important;
    color: var(--jkd-h-col) !important
}

.jkd-btn:not(.link).secondary:hover {
    background-color: var(--jkd-pr-col) !important;
    color: var(--jkd-wh-col) !important
}

.jkd-btn:not(.link).color {
    background-color: transparent !important;
    color: var(--jkd-pr-col) !important
}

.jkd-btn:not(.link).color:hover {
    background-color: var(--jkd-bg-col) !important;
    color: var(--jkd-h-col) !important
}

.jkd-btn:not(.link).wh {
    background-color: var(--jkd-b-col-wh) !important;
    color: var(--jkd-wh-col) !important
}

.jkd-btn.link {
    align-items: center !important;
    color: var(--jkd-h-col);
    display: flex !important;
    font-size: 13px;
    font-weight: var(--jkd-m-fw);
    position: relative
}

.jkd-btn.link,
.jkd-btn.link:after {
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp)
}

.jkd-btn.link:after {
    background: var(--jkd-pr-col);
    content: "";
    display: flex;
    height: 1px;
    position: absolute;
    top: 100%;
    width: 0
}

.jkd-btn.link span {
    align-items: center;
    display: flex;
    justify-content: center
}

.jkd-btn.link:hover {
    color: var(--jkd-pr-col)
}

.jkd-btn.link:hover:after {
    width: 100%
}

[type=submit] {
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp)
}

[type=submit]:hover {
    opacity: var(--jkd-op-sm)
}

.cky-btn-customize,
.cky-btn-preferences,
.cky-btn-reject,
.pmpro_btn[name=cancel] {
    background-color: var(--jkd-bg-col-sec) !important;
    color: var(--jkd-h-col) !important
}

.cky-btn-customize:hover,
.cky-btn-preferences:hover,
.cky-btn-reject:hover,
.pmpro_btn[name=cancel]:hover {
    background-color: var(--jkd-pr-col) !important;
    color: var(--jkd-wh-col) !important;
    opacity: 1 !important
}

.products .button {
    background-color: var(--jkd-bg-col) !important;
    color: var(--jkd-h-col) !important
}

.products .button:hover {
    opacity: 1 !important
}

.entry-content .button,
.products .button:hover,
.submit,
.woocommerce .button:not(.products .button),
.woocommerce [type=submit],
.wp-block-button__link,
.wp-element-button,
.wpcf7-submit {
    background-color: var(--jkd-pr-col) !important;
    color: var(--jkd-wh-col) !important
}

.entry-content .button:hover,
.pmpro_btn:not([name=cancel]):hover,
.submit:hover,
.woocommerce .button:not(.products .button):hover,
.woocommerce [type=submit]:hover,
.wp-block-button__link:hover,
.wp-element-button:hover,
.wpcf7-submit:hover {
    opacity: var(--jkd-op-sm)
}

.btn-wrp {
    display: flex;
    justify-content: flex-start
}

.btn-icon {
    font-size: 16px !important;
    line-height: 1;
    margin-right: 4px
}

.select2-selection:not(.jkd-demo-selection2),
input[type=email]:not(.mc4wp-form input),
input[type=password],
input[type=search]:not(.jkd-demo-select2 .select2-search__field),
input[type=tel],
input[type=text]:not(.pcr-app input):not(.adminbar-input):not(#a2apage_find),
input[type=url],
select {
    align-items: center;
    background-color: var(--jkd-bg-col) !important;
    border: none !important;
    border-radius: var(--jkd-br-md) !important;
    box-shadow: none !important;
    color: var(--jkd-h-col);
    display: flex;
    font-size: calc(var(--jkd-mt-fz)*var(--jkd-mt-multi)/100);
    height: 40px !important;
    max-width: 100%;
    padding: 5px 15px;
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp);
    width: 100%
}

@media only screen and (max-width:576px) {
    .select2-selection:not(.jkd-demo-selection2),
    input[type=email]:not(.mc4wp-form input),
    input[type=password],
    input[type=search]:not(.jkd-demo-select2 .select2-search__field),
    input[type=tel],
    input[type=text]:not(.pcr-app input):not(.adminbar-input):not(#a2apage_find),
    input[type=url],
    select {
        height: 35px !important
    }
}

.select2-selection:not(.jkd-demo-selection2):-webkit-autofill,
.select2-selection:not(.jkd-demo-selection2):-webkit-autofill:focus,
.select2-selection:not(.jkd-demo-selection2):-webkit-autofill:hover,
input[type=email]:not(.mc4wp-form input):-webkit-autofill,
input[type=email]:not(.mc4wp-form input):-webkit-autofill:focus,
input[type=email]:not(.mc4wp-form input):-webkit-autofill:hover,
input[type=password]:-webkit-autofill,
input[type=password]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill:hover,
input[type=search]:not(.jkd-demo-select2 .select2-search__field):-webkit-autofill,
input[type=search]:not(.jkd-demo-select2 .select2-search__field):-webkit-autofill:focus,
input[type=search]:not(.jkd-demo-select2 .select2-search__field):-webkit-autofill:hover,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill:hover,
input[type=text]:not(.pcr-app input):not(.adminbar-input):not(#a2apage_find):-webkit-autofill,
input[type=text]:not(.pcr-app input):not(.adminbar-input):not(#a2apage_find):-webkit-autofill:focus,
input[type=text]:not(.pcr-app input):not(.adminbar-input):not(#a2apage_find):-webkit-autofill:hover,
input[type=url]:-webkit-autofill,
input[type=url]:-webkit-autofill:focus,
input[type=url]:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px var(--jkd-bg-col) inset !important;
    -webkit-text-fill-color: var(--jkd-h-col) !important
}

.select2-selection:not(.jkd-demo-selection2) span,
.select2-selection:not(.jkd-demo-selection2)::placeholder,
input[type=email]:not(.mc4wp-form input) span,
input[type=email]:not(.mc4wp-form input)::placeholder,
input[type=password] span,
input[type=password]::placeholder,
input[type=search]:not(.jkd-demo-select2 .select2-search__field) span,
input[type=search]:not(.jkd-demo-select2 .select2-search__field)::placeholder,
input[type=tel] span,
input[type=tel]::placeholder,
input[type=text]:not(.pcr-app input):not(.adminbar-input):not(#a2apage_find) span,
input[type=text]:not(.pcr-app input):not(.adminbar-input):not(#a2apage_find)::placeholder,
input[type=url] span,
input[type=url]::placeholder,
select span,
select::placeholder {
    color: var(--jkd-txt-col) !important;
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp) !important
}

.select2-selection:not(.jkd-demo-selection2):focus,
input[type=email]:not(.mc4wp-form input):focus,
input[type=password]:focus,
input[type=search]:not(.jkd-demo-select2 .select2-search__field):focus,
input[type=tel]:focus,
input[type=text]:not(.pcr-app input):not(.adminbar-input):not(#a2apage_find):focus,
input[type=url]:focus,
select:focus {
    opacity: 1 !important
}

.select2-selection:not(.jkd-demo-selection2):focus::placeholder,
input[type=email]:not(.mc4wp-form input):focus::placeholder,
input[type=password]:focus::placeholder,
input[type=search]:not(.jkd-demo-select2 .select2-search__field):focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=text]:not(.pcr-app input):not(.adminbar-input):not(#a2apage_find):focus::placeholder,
input[type=url]:focus::placeholder,
select:focus::placeholder {
    opacity: 0 !important;
    transform: translateX(5px) !important
}

.select2-selection:not(.jkd-demo-selection2) option,
input[type=email]:not(.mc4wp-form input) option,
input[type=password] option,
input[type=search]:not(.jkd-demo-select2 .select2-search__field) option,
input[type=tel] option,
input[type=text]:not(.pcr-app input):not(.adminbar-input):not(#a2apage_find) option,
input[type=url] option,
select option {
    background-color: var(--jkd-bg-col) !important;
    color: var(--jkd-h-col) !important
}

textarea {
    background-color: var(--jkd-bg-col);
    border: none;
    border-radius: var(--jkd-br-md) !important;
    color: var(--jkd-h-col);
    font-size: calc(var(--jkd-mt-fz)*var(--jkd-mt-multi)/100);
    height: 125px !important;
    max-height: 125px !important;
    min-height: 125px !important;
    padding: 12px 15px !important;
    resize: none;
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp);
    width: 100%
}

textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    box-shadow: inset 0 0 0 1000px transparent;
    box-shadow: 0 15px 25px -10px rgba(0, 0, 0, .2);
    color: var(--jkd-h-col);
    -webkit-text-fill-color: var(--jkd-h-col);
    transition: background-color 5000s ease-in-out 0s
}

textarea:focus {
    opacity: 1 !important
}

textarea:focus::placeholder {
    opacity: 0 !important;
    transform: translateX(5px) !important
}

textarea::placeholder {
    color: var(--jkd-txt-col) !important;
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp) !important
}

input[type=checkbox]:not(.switch):not(.wpd_label__checkbox) {
    align-items: center !important;
    border: 1px solid transparent !important;
    box-shadow: 0 0 7px rgba(0, 0, 0, .07) !important;
    cursor: pointer;
    display: flex !important;
    height: 15px;
    justify-content: center !important;
    margin: 0;
    min-width: 15px;
    position: relative;
    width: 15px
}

input[type=checkbox]:not(.switch):not(.wpd_label__checkbox):before {
    background-color: var(--jkd-bg-col);
    border-radius: var(--jkd-br-sm);
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 16px;
    position: absolute;
    width: 16px;
    z-index: 9
}

input[type=checkbox]:not(.switch):not(.wpd_label__checkbox):after {
    content: url('data:image/svg+xml;utf8,<svg style="stroke:white;" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check"><path d="M20 6 9 17l-5-5"/></svg>');
    font-size: 13px;
    height: 16px;
    line-height: 1;
    opacity: 0;
    position: absolute;
    width: 16px;
    z-index: 10
}

input[type=checkbox]:not(.switch):not(.wpd_label__checkbox):checked:after {
    opacity: 1
}

input[type=checkbox]:not(.switch):not(.wpd_label__checkbox):checked:before {
    background-color: var(--jkd-pr-col) !important
}

input[type=checkbox]:not(.switch):not(.wpd_label__checkbox):disabled {
    cursor: not-allowed !important;
    opacity: .3 !important;
    pointer-events: none !important
}

input[type=radio]:not(.wc-block-components-radio-control__input) {
    align-items: center !important;
    border: none !important;
    cursor: pointer;
    display: flex !important;
    justify-content: center !important;
    margin-left: 5px;
    min-width: 18px;
    position: relative;
    width: 18px;
    z-index: 1
}

input[type=radio]:not(.wc-block-components-radio-control__input):disabled {
    cursor: not-allowed !important;
    opacity: .3 !important;
    pointer-events: none !important
}

input[type=radio]:not(.wc-block-components-radio-control__input):after {
    background-color: var(--jkd-bg-col);
    border-radius: 100px;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 18px;
    min-width: 18px;
    position: relative;
    width: 18px;
    z-index: 2
}

input[type=radio]:not(.wc-block-components-radio-control__input):before {
    background-color: var(--jkd-h-col);
    border-radius: 100px;
    content: "";
    display: flex;
    height: 8px;
    min-width: 8px;
    opacity: 0;
    position: absolute;
    width: 8px;
    z-index: 99
}

input[type=radio]:not(.wc-block-components-radio-control__input):checked:before {
    opacity: 1
}

select {
    cursor: pointer;
    max-width: 100% !important
}

label {
    align-items: flex-start
}

label input[type=checkbox],
label input[type=radio] {
    margin-left: 10px !important
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    box-shadow: 0 0 0 1000px var(--jkd-bg-col) inset !important;
    -webkit-text-fill-color: var(--jkd-h-col) !important;
    transition: background-color 5000s ease-in-out 0s !important
}

fieldset {
    border-color: var(--jkd-b-col);
    border-radius: var(--jkd-br-md);
    display: flex;
    flex-direction: column;
    padding: 15px
}

fieldset p {
    display: flex;
    flex-wrap: wrap
}

fieldset p label {
    width: 100%
}

fieldset p input:not(:first-child):not([type=file]):not([type=submit]):not([type=text]) {
    margin-right: 8px !important
}

fieldset p input:not(:last-child) {
    margin-left: 8px !important
}

fieldset form>h2 {
    margin-top: 0 !important
}

fieldset legend {
    font-size: calc(var(--jkd-mt-fz) - 1px) !important;
    letter-spacing: .5px !important;
    padding: 0 5px;
    text-transform: uppercase !important
}

.select2-dropdown:not(.jkd-demo-select2) {
    background-color: var(--jkd-bg-col) !important;
    border: none !important;
    border-bottom-right-radius: var(--jkd-br-md) !important;
    border-bottom-left-radius: var(--jkd-br-md) !important;
    box-shadow: 0 15px 15px 0 var(--jkd-shdw-sm);
    overflow: hidden
}

.select2-dropdown:not(.jkd-demo-select2) .select2-search__field {
    border: 1px solid var(--jkd-b-col) !important
}

.select2-dropdown:not(.jkd-demo-select2) .select2-results__options li {
    font-size: 14px;
    padding: 5px 10px !important
}

.select2-dropdown:not(.jkd-demo-select2) .select2-search {
    border-bottom: 1px solid var(--jkd-b-col);
    border-top: 1px solid var(--jkd-b-col);
    padding: 0 !important
}

.select2-dropdown:not(.jkd-demo-select2) .select2-results__option--highlighted[aria-selected],
.select2-dropdown:not(.jkd-demo-select2) .select2-results__option--highlighted[data-selected],
.select2-dropdown:not(.jkd-demo-select2) .select2-results__option[data-selected=true] {
    background-color: var(--jkd-pr-col) !important;
    color: var(--jkd-wh-col) !important
}

.select2-selection:not(.jkd-demo-selection2) {
    border: none
}

#m-wrp .select2 {
    width: 100%
}

#m-wrp .select2,
#m-wrp .select2 span {
    margin-top: 0 !important
}

#m-wrp .select2 .selection {
    width: 100%
}

#m-wrp .select2 .select2-selection .select2-selection__arrow {
    bottom: 0;
    height: 100%;
    left: 5px;
    top: 2px
}

#m-wrp .select2 .select2-selection .select2-selection__arrow b {
    border-top-color: var(--jkd-b-col) !important
}

#m-wrp .select2.select2-container--open .select2-selection .select2-selection__arrow b {
    border-bottom-color: var(--jkd-b-col) !important
}

#m-wrp .select2 .select2-selection__rendered {
    padding: 0 !important
}

#m-wrp .select2 .select2-selection--single {
    border: none !important
}

#m-wrp:not(.def-wrp) select {
    appearance: none
}

.custom-select-wrp {
    align-items: center;
    display: flex;
    position: relative
}

.custom-select-wrp select {
    background-image: none !important;
    border: none !important;
    margin: 0 !important;
    max-width: unset !important
}

.custom-select-wrp:after {
    content: "";
    font-family: lucide !important;
    pointer-events: none;
    position: absolute;
    left: 10px;
    z-index: 99
}

.qnt-cus input,
.qty {
    max-width: 60px !important;
    min-width: 60px !important
}

.qnt-cus,
.quantity {
    align-items: center;
    display: flex;
    height: 32px !important
}

.qnt-cus input,
.quantity input {
    background: var(--jkd-bg-col);
    border-radius: var(--jkd-br-md);
    color: var(--jkd-h-col) !important;
    font-size: 14px !important;
    height: 32px !important;
    padding: 0 5px !important;
    transition: .2s ease
}

.sb-wd-wrp:not(:last-child) {
    margin-bottom: 30px
}

@media only screen and (max-width:1024px) {
    .sb-wd-wrp:not(:last-child) {
        margin-bottom: 20px
    }
}

.sb-wd-wrp .sidebar-widget {
    display: flex;
    flex-direction: column;
    width: 100%
}

.sb-wd-wrp .textwidget strong {
    font-weight: var(--jkd-h-fw)
}

.sb-wd-wrp .textwidget p:not(:last-child) {
    margin-bottom: 10px
}

.sb-wd-wrp .screen-reader-text {
    display: none
}

.sb-wd-wrp .widget-title,
.sb-wd-wrp .wp-block-heading {
    align-items: center;
    color: var(--jkd-h-col);
    display: flex;
    font-size: calc(var(--jkd-mt-fz) - 1px) !important;
    justify-content: flex-start;
    letter-spacing: .5px !important;
    margin-bottom: 15px;
    text-transform: uppercase !important;
    width: 100%
}

@media only screen and (max-width:576px) {
    .sb-wd-wrp .widget-title,
    .sb-wd-wrp .wp-block-heading {
        margin-bottom: 10px
    }
}

.sb-wd-wrp .widget-title .rsswidget,
.sb-wd-wrp .wp-block-heading .rsswidget {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 5px
}

.sb-wd-wrp .widget-title img,
.sb-wd-wrp .widget-title picture,
.sb-wd-wrp .wp-block-heading img,
.sb-wd-wrp .wp-block-heading picture {
    margin: 0
}

.sb-wd-wrp .widget_media_image figure {
    width: 100% !important
}

.sb-wd-wrp .widget_media_image a {
    opacity: 1 !important
}

.sb-wd-wrp .widget_media_image .wp-caption-text {
    font-size: 12px;
    margin-top: 7px;
    opacity: var(--jkd-op-md);
    text-align: center
}

.sb-wd-wrp .wp-block-heading {
    font-size: 20px
}

.sb-wd-wrp .wp-video,
.sb-wd-wrp img,
.sb-wd-wrp video {
    border-radius: var(--jkd-br-md) !important;
    overflow: hidden !important
}

.sb-wd-wrp img:not(.rss-widget-icon) {
    display: flex;
    height: auto;
    max-width: 100%;
    width: 100%
}

.sb-wd-wrp br {
    display: none
}

.sb-wd-wrp select {
    border: none
}

.sb-wd-wrp li {
    color: var(--jkd-h-col);
    list-style: none
}

.sb-wd-wrp li a {
    color: var(--jkd-h-col);
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp)
}

.sb-wd-wrp li a:hover {
    opacity: var(--jkd-op-sm)
}

.sb-wd-wrp li:not(:last-child) {
    margin-bottom: 11px
}

@media only screen and (max-width:576px) {
    .sb-wd-wrp li:not(:last-child) {
        margin-bottom: 8px
    }
}

.sb-wd-wrp .children,
.sb-wd-wrp .sub-menu,
.sb-wd-wrp .submenu-container {
    margin-top: 10px;
    padding-right: 10px
}

.sb-wd-wrp .children li a,
.sb-wd-wrp .sub-menu li a,
.sb-wd-wrp .submenu-container li a {
    font-weight: var(--jkd-d-fw)
}

.sb-wd-wrp .children li:not(:last-child),
.sb-wd-wrp .sub-menu li:not(:last-child),
.sb-wd-wrp .submenu-container li:not(:last-child) {
    margin-bottom: 12px
}

.widget_jkd_recent_posts .blog-card {
    align-items: center;
    display: flex;
    position: relative
}

.widget_jkd_recent_posts .blog-card .p-hdr img,
.widget_jkd_recent_posts .blog-card .p-hdr picture {
    margin-top: 0
}

.widget_jkd_recent_posts .blog-card:not(:last-child) {
    border-bottom: 1px solid var(--jkd-b-col);
    margin-bottom: 10px;
    padding-bottom: 10px
}

@media only screen and (max-width:576px) {
    .widget_jkd_recent_posts .blog-card:not(:last-child) {
        margin-bottom: 7px;
        padding-bottom: 7px
    }
}

.widget_jkd_recent_posts .post-body {
    align-items: flex-start;
    display: flex;
    flex-direction: column
}

.widget_jkd_recent_posts .category-label {
    margin-bottom: 7px
}

.widget_jkd_recent_posts .auth-wrp {
    margin-top: 5px;
    opacity: var(--jkd-op-sm)
}

.widget_jkd_recent_posts .auth-wrp li {
    margin-bottom: 0
}

.widget_archive li,
.widget_categories li {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.widget_archive .children,
.widget_categories .children {
    min-width: 100%;
    width: 100%
}

.widget_rss .rss-date,
.widget_rss cite {
    display: flex;
    font-size: 14px;
    margin: 5px 0 8px;
    opacity: var(--jkd-op-sm)
}

.widget_search .wp-block-search__label {
    display: none;
    width: 100%
}

.widget_search .wp-block-search__inside-wrp {
    display: flex;
    width: 100%
}

.widget_search .wp-block-search__input {
    border: none;
    padding-left: 85px
}

.widget_search .wp-block-search__button {
    width: 75px !important
}

.widget_search .wp-block-search__button,
.widget_search button {
    align-items: center;
    border: none !important;
    color: var(--jkd-wh-col);
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    margin-right: 5px;
    width: 40px
}

.widget_search form {
    align-items: center;
    background-color: var(--jkd-bg-col);
    display: flex;
    position: relative;
    width: 100%
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.gallery .gallery-item {
    padding: 15px
}

.gallery .gallery-item img,
.gallery .gallery-item picture {
    margin: 0 auto
}

.gallery.gallery-columns-1 .gallery-item {
    width: 100%
}

.gallery.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery.gallery-columns-3 .gallery-item {
    width: 33.3333333333%
}

.gallery.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery.gallery-columns-6 .gallery-item {
    width: 16.6666666667%
}

.gallery.gallery-columns-7 .gallery-item {
    width: 14.2857142857%
}

.gallery.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery.gallery-columns-9 .gallery-item {
    width: 11.1111111111%
}

.widget_recent_entries li {
    display: flex;
    flex-direction: column
}

.widget_recent_entries li a {
    width: 100%
}

.widget_recent_entries li .post-date {
    opacity: var(--jkd-op-sm)
}

.wp-block-latest-posts__list li {
    display: list-item
}

.wp-block-latest-posts__list li:not(:last-child) {
    margin-bottom: 15px
}

.wp-block-latest-posts__list .wp-block-latest-posts__featured-image {
    margin-top: 10px
}

.wp-block-latest-posts__list .wp-block-latest-posts__featured-image a,
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image img,
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image picture {
    margin: 0
}

.wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignright {
    float: left;
    margin-right: 15px
}

.wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignleft {
    float: right;
    margin-left: 15px
}

.wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignleft,
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignright {
    height: 120px;
    max-width: 120px;
    min-width: 120px;
    width: 120px
}

.wp-block-latest-posts__list .wp-block-latest-posts__featured-image.aligncenter {
    margin: 0 auto 10px
}

.wp-block-latest-posts__list .wp-block-latest-posts__post-author,
.wp-block-latest-posts__list .wp-block-latest-posts__post-date {
    font-size: 14px;
    line-height: 1;
    margin-top: 5px;
    opacity: var(--jkd-op-sm)
}

.wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
    margin-top: 5px;
    width: 100%
}

.wp-block-latest-posts__list .wp-block-latest-posts__post-title {
    color: var(--jkd-h-col)
}

.wp-block-latest-comments {
    display: flex;
    flex-direction: column
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
    line-height: 1.35
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
    margin-bottom: 0;
    margin-top: 5px
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.35;
    margin: 0
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
    align-items: flex-start;
    display: flex
}

.wp-block-latest-comments .wp-block-latest-comments__comment img,
.wp-block-latest-comments .wp-block-latest-comments__comment picture {
    border-radius: 100%;
    display: flex;
    height: 50px;
    margin-left: 30px;
    overflow: hidden;
    width: 50px
}

.wp-block-latest-comments .wp-block-latest-comments__comment:not(:last-child) {
    margin-bottom: 10px
}

.widget_calendar a {
    margin-top: 0
}

.widget_calendar #wp-calendar {
    border: 0;
    width: 100%
}

.widget_calendar #wp-calendar caption {
    color: var(--jkd-txt-col);
    font-size: 12px;
    margin-bottom: 10px;
    text-align: left
}

.widget_calendar #wp-calendar thead {
    font-size: 10px
}

.widget_calendar #wp-calendar thead tr th {
    border-bottom: 1px solid var(--jkd-b-col);
    font-size: 14px;
    font-weight: var(--jkd-m-fw);
    padding: 5px
}

.widget_calendar #wp-calendar tbody {
    color: var(--jkd-wh-col)
}

.widget_calendar #wp-calendar tbody td {
    background: var(--jkd-bg-col);
    border: none;
    font-size: 14px;
    font-weight: var(--jkd-m-fw);
    padding: 5px;
    text-align: center
}

.widget_calendar #wp-calendar tbody td.pad {
    background: none
}

.widget_calendar #wp-calendar tfoot #next,
.widget_calendar #wp-calendar tfoot #prev {
    font-size: 14px;
    text-transform: uppercase
}

.widget_calendar #wp-calendar tfoot #prev {
    padding-top: 10px
}

.widget_calendar .wp-calendar-nav {
    margin-top: 10px
}

.blocks-gallery-grid {
    margin: 0 0 -16px;
    padding: 0
}

.blocks-gallery-grid img,
.blocks-gallery-grid picture {
    border-radius: var(--jkd-br-md);
    flex: unset !important
}

.blocks-gallery-grid a {
    display: flex;
    position: relative;
    z-index: 999
}

.blocks-gallery-grid figure {
    margin-bottom: 0
}

.blocks-gallery-grid .blocks-gallery-item__caption {
    height: 100%;
    right: 0;
    margin: 0;
    opacity: 1;
    padding: 7px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.blocks-gallery-grid .blocks-gallery-item {
    margin-bottom: 16px;
    position: relative
}

.wp-block-button {
    display: flex;
    line-height: 1.4;
    margin-bottom: 10px
}

.wp-block-button.aligncenter {
    justify-content: center
}

.wp-block-button .wp-block-button__link {
    background-color: var(--jkd-pr-col);
    color: var(--jkd-h-col);
    height: unset;
    min-height: 40px;
    text-decoration: none
}

.wp-block-button.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 1px solid var(--jkd-h-col);
    color: var(--jkd-h-col)
}

.wp-block-button.is-style-squared .wp-block-button__link,
.wp-block-button.is-style-squared .wp-block-button__link:after,
.wp-block-button.is-style-squared .wp-block-button__link:before {
    border-radius: 0 !important
}

.wp-block-button.alignleft {
    margin-left: 30px
}

.wp-block-button.alignright {
    margin-right: 30px
}

.wp-block-group:not(.is-layout-constrained,
.is-layout-flex,
.sidebar-widget>.wp-block-group) {
    padding: 40px
}

.wp-block-gallery {
    padding-right: 0
}

.wp-block-gallery:not(:last-child) {
    margin-bottom: 35px
}

.wp-block-quote,
blockquote:not(.custom-blq) {
    border: 0;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
    width: 100%
}

@media only screen and (max-width:576px) {
    .wp-block-quote,
    blockquote:not(.custom-blq) {
        padding: 15px
    }
}

.wp-block-quote a,
blockquote:not(.custom-blq) a {
    background-color: unset;
    padding: unset;
    text-decoration: none
}

.wp-block-quote p,
blockquote:not(.custom-blq) p {
    margin-bottom: 0
}

.wp-block-quote .wp-block-pullquote__citation,
.wp-block-quote .wp-block-quote__citation,
.wp-block-quote cite,
blockquote:not(.custom-blq) .wp-block-pullquote__citation,
blockquote:not(.custom-blq) .wp-block-quote__citation,
blockquote:not(.custom-blq) cite {
    font-size: 14px;
    font-weight: var(--jkd-d-fw);
    margin-top: 5px;
    text-transform: unset
}

.wp-block-quote .wp-block-pullquote__citation a,
.wp-block-quote .wp-block-quote__citation a,
.wp-block-quote cite a,
blockquote:not(.custom-blq) .wp-block-pullquote__citation a,
blockquote:not(.custom-blq) .wp-block-quote__citation a,
blockquote:not(.custom-blq) cite a {
    font-size: 14px;
    font-weight: var(--jkd-d-fw)
}

.wp-block-cover {
    border-radius: var(--jkd-br-md);
    margin: 0 0 30px
}

.wp-block-cover.alignright {
    margin-right: 30px
}

.wp-block-cover.alignleft {
    margin-left: 30px
}

.wp-block-cover .wp-block-cover-text {
    position: relative;
    z-index: 10
}

.wp-block-image {
    margin-bottom: 10px
}

.wp-block-image img,
.wp-block-image picture {
    border-radius: var(--jkd-br-md)
}

.wp-block-image.alignright {
    margin-right: 30px
}

.alignleft,
.wp-block-image.alignleft {
    margin-left: 30px
}

.alignright {
    margin-right: 30px
}

.wp-block-table {
    border: none;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: var(--jkd-bg-col-sec)
}

.wp-block-table table {
    margin: 0 0 6px 6px !important;
    width: 100%
}

.wp-block-table tfoot {
    border-top: none
}

.wp-block-table tfoot td {
    border-top: 1px solid var(--jkd-b-col) !important
}

.wp-block-table tbody tr:first-of-type td {
    border: none !important
}

.wp-block-table thead {
    border-bottom: none !important
}

.wp-block-table thead th {
    border: none !important
}

.wp-block-table figcaption {
    margin-top: 5px;
    text-align: center
}

.wp-block-file {
    align-items: center;
    display: flex;
    margin-bottom: 10px
}

.wp-block-file a {
    color: var(--jkd-h-col);
    font-weight: var(--jkd-m-fw);
    letter-spacing: .5px;
    text-decoration: none;
    text-transform: uppercase
}

.wp-block-audio,
.wp-block-video {
    border-radius: var(--jkd-br-md);
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.wp-block-audio audio,
.wp-block-audio video,
.wp-block-video audio,
.wp-block-video video {
    background-color: var(--jkd-bg-col);
    border: 1px solid var(--jkd-b-col);
    border-radius: var(--jkd-br-md)
}

.wp-block-audio figcaption,
.wp-block-video figcaption {
    margin-right: 0;
    margin-top: 5px
}

.wp-block-audio audio,
.wp-block-video audio {
    border-radius: 50px !important
}

.wp-block-columns {
    margin: 15px 0
}

.wp-block-columns.has-background .wp-block-column {
    background: transparent !important
}

.wp-block-archives-dropdown {
    align-items: flex-start;
    display: flex;
    flex-direction: column
}

.wp-block-archives-dropdown .screen-reader-text {
    margin-bottom: 10px
}

.has-large-font-size {
    font-size: 28px;
    line-height: 1.4
}

.wp-block-media-text figure {
    border-radius: var(--jkd-br-md);
    overflow: hidden
}

.wp-block-media-text:not(:last-child) {
    margin-bottom: 30px
}

.wp-block-pullquote {
    padding: 0
}

.wp-block-pullquote.has-small-font-size blockquote p {
    font-size: 20px
}

.wp-block-pullquote.has-medium-font-size blockquote p {
    font-size: 24px
}

.wp-block-pullquote.has-large-font-size blockquote p {
    font-size: 28px
}

.wp-block-pullquote.has-x-large-font-size blockquote p {
    font-size: 32px
}

.wp-block-pullquote.has-border-color blockquote {
    border: none !important
}

.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
    display: flex;
    flex-direction: column
}

.wp-block-pullquote.has-text-align-left blockquote,
.wp-block-pullquote.has-text-align-left cite,
.wp-block-pullquote.has-text-align-left p {
    justify-content: flex-start;
    text-align: right
}

.wp-block-pullquote.has-text-align-right blockquote,
.wp-block-pullquote.has-text-align-right cite,
.wp-block-pullquote.has-text-align-right p {
    justify-content: flex-end;
    text-align: left
}

.wp-block-pullquote.has-text-align-center blockquote,
.wp-block-pullquote.has-text-align-center cite,
.wp-block-pullquote.has-text-align-center p {
    justify-content: center;
    text-align: center
}

.wp-block-pullquote blockquote {
    align-items: center;
    background-color: transparent;
    justify-content: center;
    margin: 0;
    padding: 20px
}

@media only screen and (max-width:576px) {
    .wp-block-pullquote blockquote {
        padding: 15px
    }
}

.wp-block-pullquote blockquote .rich-text:not(:last-child) {
    margin-bottom: 20px
}

.wp-block-pullquote.is-style-solid-color blockquote {
    min-width: 100%;
    padding: 30px 15px;
    width: 100%
}

.wp-block-archives,
.wp-block-categories {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding-right: 0
}

.wp-block-archives li,
.wp-block-categories li {
    list-style-type: none
}

.wp-block-archives li a,
.wp-block-categories li a {
    text-decoration: none
}

.wp-block-archives li:not(:last-child),
.wp-block-archives.wp-block-categories-dropdown,
.wp-block-categories li:not(:last-child),
.wp-block-categories.wp-block-categories-dropdown {
    margin-bottom: 20px
}

.wp-block-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    margin: -3px
}

.wp-block-social-links:not(.is-style-logos-only) a {
    color: #fff
}

.wp-block-rss {
    list-style-type: none;
    padding-right: 0
}

.wp-block-rss .wp-block-rss__item-excerpt {
    font-weight: var(--jkd-d-fw);
    opacity: var(--jkd-op-sm)
}

.wp-block-comment-template {
    padding-right: 0 !important
}

.wp-block-page-list {
    padding-right: 0
}

.wp-block-page-list li {
    margin-bottom: 10px
}

#respond ol,
#respond ol li,
#respond ul,
#respond ul li,
.wp-block-comments ol,
.wp-block-comments ol li,
.wp-block-comments ul,
.wp-block-comments ul li {
    list-style: none
}

#respond a,
.wp-block-comments a {
    color: var(--jkd-h-col);
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp)
}

#respond a:hover,
.wp-block-comments a:hover {
    color: var(--jkd-pr-col)
}

#respond #comments,
.wp-block-comments #comments {
    padding-top: 0
}

#respond .wp-block-comments-title,
.wp-block-comments .wp-block-comments-title {
    font-size: 24px
}

@media only screen and (max-width:576px) {
    #respond .wp-block-comments-title,
    .wp-block-comments .wp-block-comments-title {
        font-size: 20px
    }
}

.wp-block-post-terms {
    display: inline-flex;
    flex-wrap: wrap
}

.wp-block-post-terms .wp-block-post-terms__separator {
    display: none
}

.wp-block-post-terms a:not(:last-child) {
    margin-left: 5px
}

.wp-block-post-terms a:hover {
    text-decoration: none !important
}

.wp-block-search__button-only input {
    display: none !important
}

.wp-block-search__inside-wrapper {
    border: none;
    max-width: 500px;
    overflow: visible !important;
    position: relative
}

.wp-block-search__inside-wrapper input {
    width: 100% !important
}

.wp-block-search__inside-wrapper input[data-wp-bind--aria-hidden="!context.core.search.isSearchInputVisible"] {
    display: none !important
}

.wp-block-social-links {
    padding-right: 0 !important
}

.wp-block-social-links a {
    margin: 0 !important;
    padding: 7px !important
}

.wp-block-social-links li {
    margin: 0 !important
}

.wp-block-post-template {
    list-style: none
}

.wp-block-post-template li:not(:last-child) {
    margin-bottom: 20px
}

.wp-block-post-template h2 {
    margin: 0
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
    height: unset
}

.wp-block-navigation .wp-block-pages-list__item:last-child {
    margin-bottom: 0 !important
}

.wp-block-navigation .wp-block-navigation__submenu-container {
    margin-top: 0 !important;
    padding: 15px !important
}

.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
    width: 18px
}

.wp-block-latest-comments {
    padding-right: 0
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
    list-style-type: none
}

.wp-block-latest-comments .wp-block-latest-comments__comment p {
    margin-bottom: 0
}

.wp-block-latest-comments .wp-block-latest-comments__comment:not(:last-child) {
    border-bottom: 1px solid var(--jkd-b-col);
    margin-bottom: 15px;
    padding-bottom: 15px
}

.wp-block-latest-comments .wp-block-latest-comments__comment-date {
    font-size: 12px;
    line-height: 1;
    margin-top: 5px;
    opacity: var(--jkd-op-sm)
}

.wp-block-code,
.wp-block-code code {
    overflow: hidden !important
}

.wp-block-code code {
    background-color: transparent
}

.wp-block-latest-posts {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0
}

.wp-block-latest-posts li {
    border: 1px solid var(--jkd-b-col);
    border-radius: var(--jkd-br-md);
    list-style-type: none;
    padding: 15px;
    width: 100%
}

.wp-block-latest-posts li:not(:last-child) {
    margin-bottom: 7px
}

.wp-block-latest-posts li a {
    text-decoration: none
}

.wp-block-embed {
    max-width: 100%;
    overflow: hidden
}

.wp-block-embed.is-type-video {
    height: 500px;
    width: 100%
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper {
    height: 100%
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
    height: 100%;
    width: 100%
}

.wp-block-embed .fb-post,
.wp-block-embed .wp-block-embed__wrapper {
    display: flex;
    justify-content: center
}

.wp-block-preformatted,
.wp-block-verse,
pre {
    border: 1px solid var(--jkd-b-col);
    margin: 20px 0;
    overflow-x: scroll;
    padding: 20px
}

@media only screen and (max-width:576px) {
    .wp-block-preformatted,
    .wp-block-verse,
    pre {
        padding: 15px
    }
}

.wp-caption,
.wp-caption-text {
    pointer-events: auto
}

.img-wrp:not(.anim-img) {
    display: flex;
    height: auto;
    max-height: 100%;
    overflow: hidden;
    position: relative;
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp);
    width: 100%
}

.animated-hdr .p-hdr .activity-wrp {
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px)
}

.animated-hdr .p-hdr:after {
    background: linear-gradient(to top, var(--jkd-dark-col), hsla(0, 0%, 100%, 0));
    bottom: 0;
    content: "";
    display: flex;
    height: 45%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp);
    width: 100%;
    z-index: 8
}

.animated-hdr:hover .activity-wrp {
    opacity: 1;
    transform: translateY(0)
}

.animated-hdr:hover .p-hdr:after {
    opacity: var(--jkd-op-sm)
}

.p-hdr {
    align-items: center;
    border-radius: var(--jkd-br-md);
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative
}

.p-hdr:not([data-aos=jkd-fade-up]) {
    opacity: 1 !important
}

.p-hdr:hover .img-cont:not(.no-hover):not(.auth-img>img),
.p-hdr:hover .img-wrp:not(.no-hover):not(.auth-img>img),
.p-hdr:hover img:not(.no-hover):not(.auth-img>img) {
    opacity: .8 !important;
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp) !important
}

.p-hdr img {
    display: flex;
    margin: 0 !important;
    object-fit: cover !important;
    overflow: hidden;
    position: relative;
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp);
    width: 100% !important
}

.p-hdr.p-hdr-md {
    height: 185px;
    max-height: 185px;
    max-width: 185px;
    min-height: 185px;
    min-width: 185px;
    width: 185px
}

.p-hdr.p-hdr-md img {
    height: 100% !important
}

@media only screen and (max-width:767px) {
    .p-hdr.p-hdr-md {
        height: 150px;
        max-height: 150px;
        max-width: 150px;
        min-height: 150px;
        min-width: 150px;
        width: 150px
    }
}

.p-hdr.p-hdr-sm {
    height: 115px;
    max-height: 115px;
    max-width: 115px;
    min-height: 115px;
    min-width: 115px;
    width: 115px
}

.p-hdr.p-hdr-sm img {
    height: 100% !important
}

@media only screen and (max-width:576px) {
    .p-hdr.p-hdr-sm {
        height: 100px;
        max-height: 100px;
        max-width: 100px;
        min-height: 100px;
        min-width: 100px;
        width: 100px
    }
}

.p-hdr.p-hdr-ext-sm {
    height: 95px;
    max-height: 95px;
    max-width: 95px;
    min-height: 95px;
    min-width: 95px;
    width: 95px
}

.p-hdr.p-hdr-ext-sm img {
    height: 100% !important
}

.p-hdr.p-hdr-thumb {
    height: 50px;
    max-height: 50px;
    max-width: 50px;
    min-height: 50px;
    min-width: 50px;
    width: 50px
}

.p-hdr.p-hdr-thumb img {
    height: 100% !important
}

.p-hdr.p-hdr-thumb-md {
    height: 40px;
    max-height: 40px;
    max-width: 40px;
    min-height: 40px;
    min-width: 40px;
    width: 40px
}

.p-hdr.p-hdr-thumb-md img {
    height: 100% !important
}

.p-hdr.p-hdr-thumb-sm {
    height: 30px;
    max-height: 30px;
    max-width: 30px;
    min-height: 30px;
    min-width: 30px;
    width: 30px
}

.p-hdr.p-hdr-thumb-sm img {
    height: 100% !important
}

.p-hdr.p-hdr-thumb-ext-sm {
    height: 25px;
    max-height: 25px;
    max-width: 25px;
    min-height: 25px;
    min-width: 25px;
    width: 25px
}

.p-hdr.p-hdr-thumb-ext-sm img {
    height: 100% !important
}

.img-wrp {
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp)
}

.img-wrp img,
.img-wrp picture {
    min-height: 100%
}

.post-meta {
    flex-wrap: wrap;
    margin-bottom: -3px !important
}

.post-meta .icon-item {
    font-size: 16px;
    margin-left: 3px;
    opacity: var(--jkd-op-sm)
}

.post-meta .avatar-wrp {
    flex-direction: row-reverse;
    margin-left: 0 !important
}

.post-meta .avatar-wrp .auth-img:not(:last-child) {
    margin-right: -12px
}

@media only screen and (max-width:576px) {
    .post-meta .avatar-wrp .auth-img:not(:last-child) {
        margin-right: -10px
    }
}

.post-meta .multi-name {
    display: inline-flex
}

.post-meta .multi-name:not(:last-child) {
    margin-left: 4px
}

.post-meta .multi-name:not(:last-child):after {
    content: ",";
    display: inline
}

.post-meta .meta-item {
    font-size: 12px;
    margin-bottom: 3px !important;
    white-space: nowrap
}

.post-meta .meta-item .auth-img {
    height: 28px;
    margin-left: 5px !important;
    max-height: 28px;
    max-width: 28px;
    min-height: 28px;
    min-width: 28px;
    width: 28px
}

@media only screen and (max-width:576px) {
    .post-meta .meta-item .auth-img {
        height: 24px;
        max-height: 24px;
        max-width: 24px;
        min-height: 24px;
        min-width: 24px;
        width: 24px
    }
}

.post-meta .meta-item span:not(.icon) {
    align-items: center;
    display: flex
}

.post-meta .meta-item:not(:last-child) {
    margin-left: 8px
}

.p-ttl {
    max-width: 100%;
    width: 100%
}

.p-ttl,
.p-ttl a {
    word-wrap: break-word
}

.auth-img {
    border-radius: var(--jkd-br-xl);
    display: flex;
    height: 28px;
    margin-left: 5px;
    max-height: 28px;
    max-width: 28px;
    min-height: 28px;
    min-width: 28px;
    overflow: hidden;
    width: 28px
}

@media only screen and (max-width:576px) {
    .auth-img {
        height: 24px;
        max-height: 24px;
        max-width: 24px;
        min-height: 24px;
        min-width: 24px;
        width: 24px
    }
}

.auth-img img,
.auth-img picture {
    display: flex;
    filter: none !important;
    height: auto;
    margin: 0 !important;
    opacity: 1 !important;
    width: 100%
}

.auth-img.xl {
    height: 50px;
    max-height: 50px;
    max-width: 50px;
    min-height: 50px;
    min-width: 50px;
    width: 50px
}

.auth-img.xxl {
    height: 80px;
    max-height: 80px;
    max-width: 80px;
    min-height: 80px;
    min-width: 80px;
    width: 80px
}

.elementor-heading-title>a,
.product>.woocommerce-LoopProduct-link,
.ttl-link {
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp)
}

.elementor-heading-title>a:focus,
.elementor-heading-title>a:focus .price,
.elementor-heading-title>a:focus bdi,
.elementor-heading-title>a:focus del,
.elementor-heading-title>a:focus ins,
.elementor-heading-title>a:hover,
.elementor-heading-title>a:hover .price,
.elementor-heading-title>a:hover bdi,
.elementor-heading-title>a:hover del,
.elementor-heading-title>a:hover ins,
.product>.woocommerce-LoopProduct-link:focus,
.product>.woocommerce-LoopProduct-link:focus .price,
.product>.woocommerce-LoopProduct-link:focus bdi,
.product>.woocommerce-LoopProduct-link:focus del,
.product>.woocommerce-LoopProduct-link:focus ins,
.product>.woocommerce-LoopProduct-link:hover,
.product>.woocommerce-LoopProduct-link:hover .price,
.product>.woocommerce-LoopProduct-link:hover bdi,
.product>.woocommerce-LoopProduct-link:hover del,
.product>.woocommerce-LoopProduct-link:hover ins,
.ttl-link:focus,
.ttl-link:focus .price,
.ttl-link:focus bdi,
.ttl-link:focus del,
.ttl-link:focus ins,
.ttl-link:hover,
.ttl-link:hover .price,
.ttl-link:hover bdi,
.ttl-link:hover del,
.ttl-link:hover ins {
    text-decoration: underline !important
}

#comments,
.entry-content,
body:not(.mce-content-body),
button,
input,
option,
select,
textarea {
    color: var(--jkd-txt-col);
    font-family: var(--jkd-fabula-text-font) !important;
    font-size: calc(var(--jkd-txt-fz)*var(--jkd-txt-multi)/100);
    font-weight: var(--jkd-d-fw);
    line-height: 1.3
}

body {
    background-color: var(--jkd-bg-col-sec)
}

button,
input,
option,
select,
textarea {
    font-family: var(--jkd-fabula-text-font);
    line-height: 1.3 !important
}

button::placeholder,
input::placeholder,
option::placeholder,
select::placeholder,
textarea::placeholder {
    font-family: var(--jkd-fabula-text-font);
    line-height: 1.3 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--jkd-h-col);
    font-family: var(--jkd-fabula-heading-font), sans-serif !important;
    font-weight: var(--jkd-h-fw)
}

.h1,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1 !important
}

.h1,
h1 {
    font-size: calc(36px*var(--jkd-h-multi)/100)
}

@media only screen and (max-width:1024px) {
    .h1,
    h1 {
        font-size: calc(32px*var(--jkd-h-multi)/100)
    }
}

@media only screen and (max-width:767px) {
    .h1,
    h1 {
        font-size: calc(28px*var(--jkd-h-multi)/100)
    }
}

.h2,
h2 {
    font-size: calc(32px*var(--jkd-h-multi)/100);
    line-height: 1.1 !important
}

@media only screen and (max-width:1024px) {
    .h2,
    h2 {
        font-size: calc(28px*var(--jkd-h-multi)/100)
    }
}

@media only screen and (max-width:767px) {
    .h2,
    h2 {
        font-size: calc(26px*var(--jkd-h-multi)/100)
    }
}

.h3,
h3 {
    font-size: calc(28px*var(--jkd-h-multi)/100);
    line-height: 1.1 !important
}

@media only screen and (max-width:1024px) {
    .h3,
    h3 {
        font-size: calc(24px*var(--jkd-h-multi)/100)
    }
}

.h4,
h4 {
    font-size: calc(22px*var(--jkd-h-multi)/100);
    line-height: 1.1 !important
}

@media only screen and (max-width:1024px) {
    .h4,
    h4 {
        font-size: calc(20px*var(--jkd-h-multi)/100)
    }
}

.h5,
h5 {
    font-size: calc(18px*var(--jkd-h-multi)/100)
}

.h5,
.h6,
h5,
h6 {
    line-height: 1.1 !important
}

.h6,
h6 {
    font-size: calc(16px*var(--jkd-h-multi)/100)
}

.track_order {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 470px;
    overflow: visible !important;
    width: 100%
}

.track_order p {
    text-align: center
}

.track_order label {
    color: var(--jkd-h-col);
    display: flex;
    line-height: 1 !important;
    margin-bottom: 7px;
    text-align: right;
    width: 100%
}

.track_order .upper-text {
    font-size: 14px;
    margin-bottom: 30px;
    opacity: .7;
    text-align: center;
    width: 100%
}

@media only screen and (max-width:576px) {
    .track_order .upper-text {
        margin-bottom: 10px
    }
}

.track_order button {
    height: 40px !important;
    max-height: 40px !important;
    min-height: 40px !important
}

@media only screen and (max-width:576px) {
    .track_order button {
        height: 35px !important;
        max-height: 35px !important;
        min-height: 35px !important
    }
}

.track_order button,
.track_order input {
    width: 100%
}

.track_order .form-row-first {
    margin-top: 15px !important
}

.track_order .form-row-last {
    margin: 15px 0 !important
}

.track_order .form-row {
    margin: 0;
    padding: 0;
    width: 100%
}

.wp-block-media-text .wp-block-media-text__media {
    margin-bottom: 0 !important
}

.wp-block-media-text .wp-block-media-text__content {
    margin-right: 30px;
    padding: 0 0 0 30px
}

.wp-block-media-text .wp-block-media-text__content p {
    margin: 0
}

.wp-block-media-text .has-large-font-size:not(:last-child) {
    margin-bottom: 15px
}

.wp-block-audio .wp-element-caption {
    margin-right: 10px;
    margin-top: 0
}

.wp-block-avatar img,
.wp-block-post-author__avatar img {
    border-color: var(--jkd-b-col);
    border-radius: 300px !important
}

.wp-block-query {
    display: flex;
    flex-direction: column;
    width: 100%
}

.wp-block-query .wp-block-query-pagination {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 20px !important
}

.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers {
    margin-bottom: 0 !important;
    width: auto !important
}

.wp-block-query .wp-block-query-pagination>a {
    margin-bottom: 0
}

.wp-block-query .wp-block-post-template {
    margin: 0;
    padding: 0 !important
}

.wp-block-query .wp-block-post {
    list-style: none !important
}

.wp-block-query .wp-block-post:not(:last-child) {
    margin-bottom: 15px
}

.wp-block-query .wp-block-post .wp-block-post-title {
    margin-bottom: 0 !important
}

.wp-block-query .wp-block-post .wp-block-post-date,
.wp-block-query .wp-block-post .wp-block-post-excerpt {
    margin-top: 7px;
    opacity: var(--jkd-op-sm)
}

.wp-block-cover {
    background-size: cover;
    overflow: hidden;
    padding: 20px
}

@media only screen and (max-width:576px) {
    .wp-block-cover {
        padding: 15px
    }
}

.wp-block-cover .wp-block-cover-text,
.wp-block-cover p {
    color: var(--jkd-wh-col) !important;
    font-size: 28px;
    max-width: 100%;
    min-width: 100%;
    width: 100%
}

.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text strong,
.wp-block-cover p a,
.wp-block-cover p strong {
    color: var(--jkd-wh-col) !important
}

.wp-block-file .wp-block-file__button {
    margin-right: 10px
}

.wp-block-audio {
    display: flex
}

.wp-block-details summary {
    color: var(--jkd-h-col)
}

.wp-block-column:not(.comment .wp-block-column),
.wp-block-details,
.wp-block-file,
.wp-block-group:not(.sb-wd-wrp .wp-block-group,
.woocommerce),
.wp-block-post-excerpt,
.wp-block-read-more,
.wp-block-rss__item {
    background-color: var(--jkd-bg-col);
    border-radius: var(--jkd-br-md);
    color: var(--jkd-h-col);
    flex-wrap: wrap;
    overflow: hidden;
    padding: 15px
}

@media only screen and (max-width:576px) {
    .wp-block-column:not(.comment .wp-block-column),
    .wp-block-details,
    .wp-block-file,
    .wp-block-group:not(.sb-wd-wrp .wp-block-group,
    .woocommerce),
    .wp-block-post-excerpt,
    .wp-block-read-more,
    .wp-block-rss__item {
        padding: 12px
    }
}

.wp-block-column:not(.comment .wp-block-column) p,
.wp-block-details p,
.wp-block-file p,
.wp-block-group:not(.sb-wd-wrp .wp-block-group,
.woocommerce) p,
.wp-block-post-excerpt p,
.wp-block-read-more p,
.wp-block-rss__item p {
    width: 100%
}

.wp-block-column:not(.comment .wp-block-column).has-background:not(.is-layout-constrained),
.wp-block-details.has-background:not(.is-layout-constrained),
.wp-block-file.has-background:not(.is-layout-constrained),
.wp-block-group:not(.sb-wd-wrp .wp-block-group,
.woocommerce).has-background:not(.is-layout-constrained),
.wp-block-post-excerpt.has-background:not(.is-layout-constrained),
.wp-block-read-more.has-background:not(.is-layout-constrained),
.wp-block-rss__item.has-background:not(.is-layout-constrained) {
    padding: 15px
}

@media only screen and (max-width:576px) {
    .wp-block-column:not(.comment .wp-block-column).has-background:not(.is-layout-constrained),
    .wp-block-details.has-background:not(.is-layout-constrained),
    .wp-block-file.has-background:not(.is-layout-constrained),
    .wp-block-group:not(.sb-wd-wrp .wp-block-group,
    .woocommerce).has-background:not(.is-layout-constrained),
    .wp-block-post-excerpt.has-background:not(.is-layout-constrained),
    .wp-block-read-more.has-background:not(.is-layout-constrained),
    .wp-block-rss__item.has-background:not(.is-layout-constrained) {
        padding: 12px
    }
}

.wp-block-separator {
    margin: 15px auto;
    max-width: 60%;
    min-width: 60%;
    width: 60%
}

.wp-block-separator.is-style-wide {
    max-width: 100%;
    min-width: 100%;
    width: 100%
}

.wp-block-separator.is-style-dots:before {
    color: var(--jkd-h-col)
}

.has-background {
    border-radius: var(--jkd-br-md)
}

.wp-block-cover-image-text,
.wp-block-cover-image-text *,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a *,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:active *,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:focus *,
.wp-block-cover-image-text a:hover,
.wp-block-cover-image-text a:hover *,
.wp-block-cover-text,
.wp-block-cover-text *,
.wp-block-cover-text a,
.wp-block-cover-text a *,
.wp-block-cover-text a:active,
.wp-block-cover-text a:active *,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:focus *,
.wp-block-cover-text a:hover,
.wp-block-cover-text a:hover *,
.wp-block-cover.is-light,
.wp-block-cover.is-light *,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 *,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a *,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:active *,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:focus *,
section.wp-block-cover-image h2 a:hover,
section.wp-block-cover-image h2 a:hover * {
    color: var(--jkd-wh-col)
}

.sb-wdg ul,
.wp-block-archives,
.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-rss {
    margin: 0;
    padding-right: 0 !important
}

.sb-wdg ul li,
.wp-block-archives li,
.wp-block-latest-comments li,
.wp-block-rss li {
    color: var(--jkd-h-col);
    font-weight: var(--jkd-m-fw);
    list-style: none !important
}

.sb-wdg ul li a,
.wp-block-archives li a,
.wp-block-latest-comments li a,
.wp-block-rss li a {
    margin-right: 0 !important
}

.sb-wdg ul li .rssSummary,
.sb-wdg ul li cite,
.wp-block-archives li .rssSummary,
.wp-block-archives li cite,
.wp-block-latest-comments li .rssSummary,
.wp-block-latest-comments li cite,
.wp-block-rss li .rssSummary,
.wp-block-rss li cite {
    display: flex;
    margin-top: 5px
}

.sb-wdg ul li:not(:last-child),
.wp-block-archives li:not(:last-child),
.wp-block-latest-comments li:not(:last-child),
.wp-block-rss li:not(:last-child) {
    margin-bottom: 7px !important
}

.wp-block-archives-dropdown label {
    margin-bottom: 5px
}

.wh-ttl {
    font-weight: var(--jkd-m-fw)
}

.wh-ttl img,
.wh-ttl picture {
    margin-left: 5px
}

.wdt-wrp--in:last-of-type {
    margin-bottom: 0 !important
}

.sb-wdg a {
    color: var(--jkd-pr-col)
}

.sb-wdg .children,
.sb-wdg .sub-menu {
    margin-top: 15px !important;
    padding-right: 15px !important
}

.sb-wdg img,
.sb-wdg picture {
    height: auto;
    max-width: 100%
}

.sb-wdg .wp-block-group__inner-container>h2,
.sb-wdg .wp-block-search__label {
    border-bottom: 1px solid var(--jkd-b-col);
    font-size: 20px;
    font-weight: var(--jkd-h-fw) !important;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.not-found label,
.sf-form label,
.widget_product_search label,
.widget_search label,
.wp-block-search label {
    margin-bottom: 5px;
    width: 100%
}

.not-found form,
.sf-form form,
.widget_product_search form,
.widget_search form,
.wp-block-search form {
    border-radius: var(--jkd-br-md);
    display: flex;
    max-width: 500px
}

@media only screen and (max-width:1024px) {
    .not-found form,
    .sf-form form,
    .widget_product_search form,
    .widget_search form,
    .wp-block-search form {
        max-width: 100% !important
    }
}

.post-password-form,
.sf-form,
.widget_product_search,
.widget_search,
.wp-block-search {
    position: relative
}

.post-password-form label,
.post-password-form p,
.sf-form label,
.sf-form p,
.widget_product_search label,
.widget_product_search p,
.widget_search label,
.widget_search p,
.wp-block-search label,
.wp-block-search p {
    align-items: center;
    display: flex
}

.post-password-form p:not(:last-child),
.sf-form p:not(:last-child),
.widget_product_search p:not(:last-child),
.widget_search p:not(:last-child),
.wp-block-search p:not(:last-child) {
    margin-bottom: 15px
}

.post-password-form input[type=password],
.post-password-form input[type=search],
.sf-form input[type=password],
.sf-form input[type=search],
.widget_product_search input[type=password],
.widget_product_search input[type=search],
.widget_search input[type=password],
.widget_search input[type=search],
.wp-block-search input[type=password],
.wp-block-search input[type=search] {
    border-bottom-left-radius: unset;
    border-left: unset;
    border-top-left-radius: unset;
    padding-left: 40px !important
}

.post-password-form .search-submit,
.sf-form .search-submit,
.widget_product_search .search-submit,
.widget_search .search-submit,
.wp-block-search .search-submit {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px
}

.post-password-form .search-submit,
.post-password-form [type=submit],
.sf-form .search-submit,
.sf-form [type=submit],
.widget_product_search .search-submit,
.widget_product_search [type=submit],
.widget_search .search-submit,
.widget_search [type=submit],
.wp-block-search .search-submit,
.wp-block-search [type=submit] {
    align-items: center;
    background-color: var(--jkd-pr-col) !important;
    border-radius: var(--jkd-br-md) !important;
    color: var(--jkd-wh-col) !important;
    cursor: pointer;
    display: flex;
    justify-content: center;
    line-height: 1;
    position: absolute !important;
    left: 4px;
    top: 4px
}

@media only screen and (max-width:576px) {
    .post-password-form .search-submit,
    .post-password-form [type=submit],
    .sf-form .search-submit,
    .sf-form [type=submit],
    .widget_product_search .search-submit,
    .widget_product_search [type=submit],
    .widget_search .search-submit,
    .widget_search [type=submit],
    .wp-block-search .search-submit,
    .wp-block-search [type=submit] {
        height: 28px;
        max-height: 28px;
        max-width: 28px;
        min-height: 28px;
        min-width: 28px;
        width: 28px
    }
}

.post-password-form .search-submit svg,
.post-password-form [type=submit] svg,
.sf-form .search-submit svg,
.sf-form [type=submit] svg,
.widget_product_search .search-submit svg,
.widget_product_search [type=submit] svg,
.widget_search .search-submit svg,
.widget_search [type=submit] svg,
.wp-block-search .search-submit svg,
.wp-block-search [type=submit] svg {
    height: 16px;
    width: 16px
}

.post-password-form .search-submit span,
.post-password-form [type=submit] span,
.sf-form .search-submit span,
.sf-form [type=submit] span,
.widget_product_search .search-submit span,
.widget_product_search [type=submit] span,
.widget_search .search-submit span,
.widget_search [type=submit] span,
.wp-block-search .search-submit span,
.wp-block-search [type=submit] span {
    font-size: 16px !important
}

.bg-col .widget_search .sf-form {
    border: 1px solid var(--jkd-b-col) !important
}

.widget_calendar,
.wp-block-calendar {
    max-width: 400px
}

#wp-calendar {
    margin-bottom: 0
}

#wp-calendar td,
#wp-calendar th {
    padding: 7px 10px !important
}

#wp-calendar caption {
    background-color: var(--jkd-bg-col);
    border-radius: var(--jkd-br-md);
    margin-bottom: 7px !important;
    margin-top: 0;
    opacity: 1;
    padding: 5px
}

#wp-calendar thead tr {
    border-bottom: none !important
}

.wp-calendar-nav {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 5px
}

.wp-calendar-nav span:not(:last-child) {
    margin-left: 2px
}

.wp-calendar-nav a {
    align-items: center;
    border: 1px solid var(--jkd-b-col);
    border-radius: var(--jkd-br-md);
    color: var(--jkd-h-col);
    display: flex;
    font-size: 13px;
    justify-content: center;
    margin-top: 5px;
    padding: 3px 10px;
    text-decoration: none !important;
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp)
}

.wp-calendar-nav a:hover {
    background-color: var(--jkd-pr-col);
    border-color: var(--jkd-pr-col);
    color: var(--jkd-wh-col)
}

.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_pages li,
.wp-block-archives li {
    font-weight: var(--jkd-d-fw)
}

.widget_archive li a,
.widget_categories li a,
.widget_nav_menu li a,
.widget_pages li a,
.wp-block-archives li a {
    color: var(--jkd-txt-col);
    font-size: 13px;
    opacity: var(--jkd-op-sm);
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp)
}

.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_nav_menu li a:hover,
.widget_pages li a:hover,
.wp-block-archives li a:hover {
    color: var(--jkd-h-col) !important;
    opacity: 1
}

.wp-block-latest-comments.has-avatars li article footer,
.wp-block-latest-comments.has-avatars li article>div {
    margin-right: 0 !important
}

.wp-block-latest-comments.has-avatars li img,
.wp-block-latest-comments.has-avatars li picture {
    margin-left: 20px
}

.wp-block-latest-comments li {
    align-items: flex-start;
    display: flex;
    min-height: unset
}

.wp-block-latest-comments li article>div {
    margin-top: 5px
}

.wp-block-latest-comments li article>div p {
    font-weight: var(--jkd-d-fw);
    margin: 0
}

.wp-block-latest-comments li:not(:last-child) {
    margin-bottom: 15px !important
}

.wp-block-latest-posts.is-grid {
    margin: -7px !important;
    max-width: unset;
    width: calc(100% + 14px)
}

.wp-block-latest-posts.is-grid li {
    margin: 7px !important;
    padding: 15px;
    width: calc(50% - 14px)
}

@media only screen and (max-width:576px) {
    .wp-block-latest-posts.is-grid li {
        width: 100%
    }
}

.wp-block-latest-posts li a {
    font-weight: var(--jkd-m-fw);
    margin-right: 0 !important
}

.tagcloud a,
.wp-block-tag-cloud a {
    margin: 3px
}

@media only screen and (max-width:576px) {
    .tagcloud a,
    .wp-block-tag-cloud a {
        margin: 2px
    }
}

.tagcloud,
.tags-list,
.wp-block-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    margin: -3px
}

@media only screen and (max-width:576px) {
    .tagcloud,
    .tags-list,
    .wp-block-tag-cloud {
        margin: -2px
    }
}

.tagcloud .list-item,
.tags-list .list-item,
.wp-block-tag-cloud .list-item {
    align-items: center;
    display: flex;
    padding: 3px
}

@media only screen and (max-width:576px) {
    .tagcloud .list-item,
    .tags-list .list-item,
    .wp-block-tag-cloud .list-item {
        padding: 2px
    }
}

.tagcloud a,
.tags-list a,
.wp-block-tag-cloud a {
    align-items: center;
    background-color: var(--jkd-bg-col);
    border-radius: var(--jkd-br-md);
    color: var(--jkd-h-col);
    display: flex;
    font-size: 13px !important;
    font-weight: var(--jkd-d-fw);
    height: 25px;
    justify-content: center;
    line-height: 1;
    padding: 0 6px;
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp)
}

.tagcloud a:hover,
.tags-list a:hover,
.wp-block-tag-cloud a:hover {
    background-color: var(--jkd-pr-col) !important;
    color: var(--jkd-wh-col)
}

[data-cs=dark] .tagcloud a,
[data-cs=dark] .tags-list a,
[data-cs=dark] .wp-block-tag-cloud a {
    background-color: var(--jkd-b-col)
}

.widget_rss li:not(:last-child) {
    border-bottom: 1px solid var(--jkd-b-col);
    padding-bottom: 15px
}

.wp-block {
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: calc(var(--jkd-c-w) - var(--jkd-c-off)*2) !important;
    min-width: unset !important
}

#m-wrp .cat-lb-def,
.is-root-container .cat-lb-def {
    align-items: center;
    background-color: var(--jkd-pr-col);
    border-radius: var(--jkd-br-sm);
    color: var(--jkd-wh-col);
    display: flex;
    font-size: 12px;
    font-weight: var(--jkd-m-fw);
    justify-content: center;
    line-height: 1;
    min-height: 18px;
    overflow: hidden;
    padding: 3px 5px;
    position: relative;
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp);
    z-index: 10
}

#m-wrp .cat-lb-def:hover,
.is-root-container .cat-lb-def:hover {
    opacity: var(--jkd-op-sm)
}

#m-wrp .cat-lb-def span,
.is-root-container .cat-lb-def span {
    font-size: 13px
}

#m-wrp .tag-lb,
.is-root-container .tag-lb {
    color: var(--jkd-h-col);
    display: inline-flex;
    font-weight: var(--jkd-m-fw)
}

#m-wrp .tag-lb:not(:last-child):after,
.is-root-container .tag-lb:not(:last-child):after {
    content: ","
}

#m-wrp .tag-lb:hover,
.is-root-container .tag-lb:hover {
    text-decoration: underline
}

#m-wrp table:not(.woocommerce table):not(.pmpro_table),
.is-root-container table:not(.woocommerce table):not(.pmpro_table) {
    background-color: var(--jkd-bg-col);
    border-collapse: collapse;
    border-radius: var(--jkd-br-md);
    margin-bottom: 5px;
    overflow: visible;
    position: relative;
    text-align: right;
    width: 100%
}

#m-wrp table:not(.woocommerce table):not(.pmpro_table) td,
#m-wrp table:not(.woocommerce table):not(.pmpro_table) th,
.is-root-container table:not(.woocommerce table):not(.pmpro_table) td,
.is-root-container table:not(.woocommerce table):not(.pmpro_table) th {
    font-weight: var(--jkd-d-fw) !important
}

@media only screen and (max-width:576px) {
    #m-wrp table:not(.woocommerce table):not(.pmpro_table) td,
    #m-wrp table:not(.woocommerce table):not(.pmpro_table) th,
    .is-root-container table:not(.woocommerce table):not(.pmpro_table) td,
    .is-root-container table:not(.woocommerce table):not(.pmpro_table) th {
        font-size: 12px
    }
}

#m-wrp table:not(.woocommerce table):not(.pmpro_table) caption,
.is-root-container table:not(.woocommerce table):not(.pmpro_table) caption {
    color: var(--jkd-h-col);
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center !important
}

#m-wrp table:not(.woocommerce table):not(.pmpro_table) thead td,
#m-wrp table:not(.woocommerce table):not(.pmpro_table) thead th,
.is-root-container table:not(.woocommerce table):not(.pmpro_table) thead td,
.is-root-container table:not(.woocommerce table):not(.pmpro_table) thead th {
    font-weight: var(--jkd-m-fw) !important
}

#m-wrp table:not(.woocommerce table):not(.pmpro_table) thead th,
.is-root-container table:not(.woocommerce table):not(.pmpro_table) thead th {
    color: var(--jkd-wh-col)
}

#m-wrp table:not(.woocommerce table):not(.pmpro_table) thead tr,
.is-root-container table:not(.woocommerce table):not(.pmpro_table) thead tr {
    border-top: none !important;
    color: var(--jkd-h-col) !important
}

#m-wrp table:not(.woocommerce table):not(.pmpro_table) thead tr th,
.is-root-container table:not(.woocommerce table):not(.pmpro_table) thead tr th {
    background: unset;
    border-bottom: 1px solid var(--jkd-b-col) !important;
    border-top: none !important
}

#m-wrp table:not(.woocommerce table):not(.pmpro_table) tbody:first-of-type tr:first-of-type td,
.is-root-container table:not(.woocommerce table):not(.pmpro_table) tbody:first-of-type tr:first-of-type td {
    border-top: none !important
}

#m-wrp table:not(.woocommerce table):not(.pmpro_table) tbody tr:not(:last-child),
.is-root-container table:not(.woocommerce table):not(.pmpro_table) tbody tr:not(:last-child) {
    border-bottom: 1px solid var(--jkd-b-col) !important
}

#m-wrp table:not(.woocommerce table):not(.pmpro_table):not(.variations) tbody td,
.is-root-container table:not(.woocommerce table):not(.pmpro_table):not(.variations) tbody td {
    border: none !important
}

#m-wrp table:not(.woocommerce table):not(.pmpro_table):not(.variations) tr:first-child th,
.is-root-container table:not(.woocommerce table):not(.pmpro_table):not(.variations) tr:first-child th {
    border-top: none !important
}

#m-wrp table:not(.woocommerce table):not(.pmpro_table):not(.variations) tr td,
#m-wrp table:not(.woocommerce table):not(.pmpro_table):not(.variations) tr th,
.is-root-container table:not(.woocommerce table):not(.pmpro_table):not(.variations) tr td,
.is-root-container table:not(.woocommerce table):not(.pmpro_table):not(.variations) tr th {
    border: none;
    border-top: 1px solid var(--jkd-b-col)
}

#m-wrp table:not(.woocommerce table):not(.pmpro_table) tr,
.is-root-container table:not(.woocommerce table):not(.pmpro_table) tr {
    border: none
}

#m-wrp table:not(.woocommerce table):not(.pmpro_table) tr td,
#m-wrp table:not(.woocommerce table):not(.pmpro_table) tr th,
.is-root-container table:not(.woocommerce table):not(.pmpro_table) tr td,
.is-root-container table:not(.woocommerce table):not(.pmpro_table) tr th {
    color: var(--jkd-h-col);
    padding: 10px 15px
}

@media only screen and (max-width:576px) {
    #m-wrp table:not(.woocommerce table):not(.pmpro_table) tr td,
    #m-wrp table:not(.woocommerce table):not(.pmpro_table) tr th,
    .is-root-container table:not(.woocommerce table):not(.pmpro_table) tr td,
    .is-root-container table:not(.woocommerce table):not(.pmpro_table) tr th {
        padding: 5px 7px
    }
}

#m-wrp table:not(.woocommerce table):not(.pmpro_table) tr td br,
#m-wrp table:not(.woocommerce table):not(.pmpro_table) tr th br,
.is-root-container table:not(.woocommerce table):not(.pmpro_table) tr td br,
.is-root-container table:not(.woocommerce table):not(.pmpro_table) tr th br {
    display: none
}

#m-wrp table:not(.woocommerce table):not(.pmpro_table) tr td a,
#m-wrp table:not(.woocommerce table):not(.pmpro_table) tr th a,
.is-root-container table:not(.woocommerce table):not(.pmpro_table) tr td a,
.is-root-container table:not(.woocommerce table):not(.pmpro_table) tr th a {
    color: var(--jkd-h-col)
}

#m-wrp table:not(.woocommerce table):not(.pmpro_table).is-style-stripes tr:nth-child(odd),
.is-root-container table:not(.woocommerce table):not(.pmpro_table).is-style-stripes tr:nth-child(odd) {
    background-color: var(--jkd-pr-col-1)
}

#m-wrp abbr,
.is-root-container abbr {
    color: var(--jkd-pr-col);
    text-decoration: underline -webkit-link dotted
}

#m-wrp abbr:hover,
.is-root-container abbr:hover {
    cursor: help
}

#m-wrp ins,
.is-root-container ins {
    text-decoration: none !important
}

#m-wrp cite,
.is-root-container cite {
    font-style: normal !important
}

#m-wrp cite br,
.is-root-container cite br {
    display: none
}

#m-wrp p>a:not(.post-page-numbers,
.tag-cloud-link),
.is-root-container p>a:not(.post-page-numbers,
.tag-cloud-link) {
    text-decoration: underline;
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp)
}

#m-wrp p>a:not(.post-page-numbers,
.tag-cloud-link):hover,
.is-root-container p>a:not(.post-page-numbers,
.tag-cloud-link):hover {
    color: var(--jkd-h-col)
}

#m-wrp p>cite,
.is-root-container p>cite {
    margin-right: 5px
}

#m-wrp p>cite,
#m-wrp q,
.is-root-container p>cite,
.is-root-container q {
    color: var(--jkd-h-col);
    font-weight: var(--jkd-m-fw)
}

#m-wrp .wp-block-separator,
#m-wrp hr,
.is-root-container .wp-block-separator,
.is-root-container hr {
    background-color: var(--jkd-b-col);
    border-color: var(--jkd-b-col);
    height: 1px
}

#m-wrp .wp-block-separator.alignwide,
#m-wrp hr.alignwide,
.is-root-container .wp-block-separator.alignwide,
.is-root-container hr.alignwide {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important
}

#m-wrp iframe,
.is-root-container iframe {
    display: block;
    max-width: 100%
}

#m-wrp b,
#m-wrp strong,
.is-root-container b,
.is-root-container strong {
    color: var(--jkd-h-col);
    font-weight: var(--jkd-m-fw)
}

#m-wrp .comment-reply-link,
#m-wrp .edit-button,
#m-wrp .rss-date,
#m-wrp time:not(.woocommerce-orders-table time,
.m-itm time),
.is-root-container .comment-reply-link,
.is-root-container .edit-button,
.is-root-container .rss-date,
.is-root-container time:not(.woocommerce-orders-table time,
.m-itm time) {
    font-weight: var(--jkd-d-fw)
}

#m-wrp .bloginfo-name,
.is-root-container .bloginfo-name {
    white-space: nowrap;
    word-break: keep-all
}

#m-wrp .screen-reader-text,
.is-root-container .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal
}

#m-wrp code,
#m-wrp tt,
#m-wrp var,
.is-root-container code,
.is-root-container tt,
.is-root-container var {
    font-family: monospace;
    overflow: hidden
}

#m-wrp dd>code,
#m-wrp dd>mark,
#m-wrp dd>tt,
#m-wrp li>code,
#m-wrp li>mark,
#m-wrp li>tt,
#m-wrp p>code,
#m-wrp p>mark,
#m-wrp p>tt,
#m-wrp td>code,
#m-wrp td>mark,
#m-wrp td>tt,
.is-root-container dd>code,
.is-root-container dd>mark,
.is-root-container dd>tt,
.is-root-container li>code,
.is-root-container li>mark,
.is-root-container li>tt,
.is-root-container p>code,
.is-root-container p>mark,
.is-root-container p>tt,
.is-root-container td>code,
.is-root-container td>mark,
.is-root-container td>tt {
    background-color: var(--jkd-bg-col);
    border: 1px solid var(--jkd-b-col);
    border-radius: var(--jkd-br-md);
    box-decoration-break: clone;
    color: var(--jkd-h-col);
    line-height: 1.53;
    padding: 2px 5px 3px;
    word-wrap: break-word
}

#m-wrp pre code,
.is-root-container pre code {
    background: none;
    border: none !important;
    display: block;
    max-width: 100%;
    min-width: 100px;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    padding: 0;
    white-space: pre
}

#m-wrp pre,
.is-root-container pre {
    border: 1px solid var(--jkd-b-col);
    border-radius: var(--jkd-br-md);
    box-sizing: border-box;
    color: var(--jkd-h-col);
    margin: 0;
    overflow: auto;
    overflow-y: hidden;
    padding: 12px 15px;
    white-space: pre-line;
    width: 100%
}

#m-wrp var,
.is-root-container var {
    color: var(--jkd-code-col)
}

.comment-content .woocommerce-MyAccount-content>:not(:last-child):not(.has-pale-pink-background-color),
.comment-content .wp-block-group__inner-container>:not(:last-child):not(.has-pale-pink-background-color),
.comment-content>:not(:last-child,
.elementor-widget-container):not(.has-pale-pink-background-color),
.elementor-widget-text-editor .woocommerce-MyAccount-content>:not(:last-child):not(.has-pale-pink-background-color),
.elementor-widget-text-editor .wp-block-group__inner-container>:not(:last-child):not(.has-pale-pink-background-color),
.elementor-widget-text-editor>:not(:last-child,
.elementor-widget-container):not(.has-pale-pink-background-color),
.entry-content .woocommerce-MyAccount-content>:not(:last-child):not(.has-pale-pink-background-color),
.entry-content .wp-block-group__inner-container>:not(:last-child):not(.has-pale-pink-background-color),
.entry-content>:not(:last-child,
.elementor-widget-container):not(.has-pale-pink-background-color),
.is-root-container .woocommerce-MyAccount-content>:not(:last-child):not(.has-pale-pink-background-color),
.is-root-container .wp-block-group__inner-container>:not(:last-child):not(.has-pale-pink-background-color),
.is-root-container>:not(:last-child,
.elementor-widget-container):not(.has-pale-pink-background-color),
.textwidget .woocommerce-MyAccount-content>:not(:last-child):not(.has-pale-pink-background-color),
.textwidget .wp-block-group__inner-container>:not(:last-child):not(.has-pale-pink-background-color),
.textwidget>:not(:last-child,
.elementor-widget-container):not(.has-pale-pink-background-color) {
    margin-bottom: 15px !important
}

@media only screen and (max-width:576px) {
    .comment-content .woocommerce-MyAccount-content>:not(:last-child):not(.has-pale-pink-background-color),
    .comment-content .wp-block-group__inner-container>:not(:last-child):not(.has-pale-pink-background-color),
    .comment-content>:not(:last-child,
    .elementor-widget-container):not(.has-pale-pink-background-color),
    .elementor-widget-text-editor .woocommerce-MyAccount-content>:not(:last-child):not(.has-pale-pink-background-color),
    .elementor-widget-text-editor .wp-block-group__inner-container>:not(:last-child):not(.has-pale-pink-background-color),
    .elementor-widget-text-editor>:not(:last-child,
    .elementor-widget-container):not(.has-pale-pink-background-color),
    .entry-content .woocommerce-MyAccount-content>:not(:last-child):not(.has-pale-pink-background-color),
    .entry-content .wp-block-group__inner-container>:not(:last-child):not(.has-pale-pink-background-color),
    .entry-content>:not(:last-child,
    .elementor-widget-container):not(.has-pale-pink-background-color),
    .is-root-container .woocommerce-MyAccount-content>:not(:last-child):not(.has-pale-pink-background-color),
    .is-root-container .wp-block-group__inner-container>:not(:last-child):not(.has-pale-pink-background-color),
    .is-root-container>:not(:last-child,
    .elementor-widget-container):not(.has-pale-pink-background-color),
    .textwidget .woocommerce-MyAccount-content>:not(:last-child):not(.has-pale-pink-background-color),
    .textwidget .wp-block-group__inner-container>:not(:last-child):not(.has-pale-pink-background-color),
    .textwidget>:not(:last-child,
    .elementor-widget-container):not(.has-pale-pink-background-color) {
        margin-bottom: 10px !important
    }
}

.comment-content>:is(h1,
h2,
h3,
h4,
h5,
h6):first-child,
.elementor-widget-text-editor>:is(h1,
h2,
h3,
h4,
h5,
h6):first-child,
.entry-content>:is(h1,
h2,
h3,
h4,
h5,
h6):first-child,
.is-root-container>:is(h1,
h2,
h3,
h4,
h5,
h6):first-child,
.textwidget>:is(h1,
h2,
h3,
h4,
h5,
h6):first-child {
    margin-top: 0 !important
}

.comment-content *,
.elementor-widget-text-editor *,
.entry-content *,
.is-root-container *,
.textwidget * {
    max-width: 100%
}

.comment-content h1:not(.elementor-heading-title,
#comments,
.wc-block-components-title),
.comment-content h2:not(.elementor-heading-title,
#comments,
.wc-block-components-title),
.comment-content h3:not(.elementor-heading-title,
#comments,
.wc-block-components-title),
.comment-content h4:not(.elementor-heading-title,
#comments,
.wc-block-components-title),
.comment-content h5:not(.elementor-heading-title,
#comments,
.wc-block-components-title),
.comment-content h6:not(.elementor-heading-title,
#comments,
.wc-block-components-title),
.elementor-widget-text-editor h1:not(.elementor-heading-title,
#comments,
.wc-block-components-title),
.elementor-widget-text-editor h2:not(.elementor-heading-title,
#comments,
.wc-block-components-title),
.elementor-widget-text-editor h3:not(.elementor-heading-title,
#comments,
.wc-block-components-title),
.elementor-widget-text-editor h4:not(.elementor-heading-title,
#comments,
.wc-block-components-title),
.elementor-widget-text-editor h5:not(.elementor-heading-title,
#comments,
.wc-block-components-title),
.elementor-widget-text-editor h6:not(.elementor-heading-title,
#comments,
.wc-block-components-title),
.entry-content h1:not(.elementor-heading-title,
#comments,
.wc-block-components-title),
.entry-content h2:not(.elementor-heading-title,
#comments,
.wc-block-components-title),
.entry-content h3:not(.elementor-heading-title,
#comments,
.wc-block-components-title),
.entry-content h4:not(.elementor-heading-title,
#comments,
.wc-block-components-title),
.entry-content h5:not(.elementor-heading-title,
#comments,
.wc-block-components-title),
.entry-content h6:not(.elementor-heading-title,
#comments,
.wc-block-components-title),
.is-root-container h1:not(.elementor-heading-title,
#comments,
.wc-block-components-title),
.is-root-container h2:not(.elementor-heading-title,
#comments,
.wc-block-components-title),
.is-root-container h3:not(.elementor-heading-title,
#comments,
.wc-block-components-title),
.is-root-container h4:not(.elementor-heading-title,
#comments,
.wc-block-components-title),
.is-root-container h5:not(.elementor-heading-title,
#comments,
.wc-block-components-title),
.is-root-container h6:not(.elementor-heading-title,
#comments,
.wc-block-components-title),
.textwidget h1:not(.elementor-heading-title,
#comments,
.wc-block-components-title),
.textwidget h2:not(.elementor-heading-title,
#comments,
.wc-block-components-title),
.textwidget h3:not(.elementor-heading-title,
#comments,
.wc-block-components-title),
.textwidget h4:not(.elementor-heading-title,
#comments,
.wc-block-components-title),
.textwidget h5:not(.elementor-heading-title,
#comments,
.wc-block-components-title),
.textwidget h6:not(.elementor-heading-title,
#comments,
.wc-block-components-title) {
    margin-bottom: 10px;
    margin-top: 30px
}

@media only screen and (max-width:576px) {
    .comment-content h1:not(.elementor-heading-title,
    #comments,
    .wc-block-components-title),
    .comment-content h2:not(.elementor-heading-title,
    #comments,
    .wc-block-components-title),
    .comment-content h3:not(.elementor-heading-title,
    #comments,
    .wc-block-components-title),
    .comment-content h4:not(.elementor-heading-title,
    #comments,
    .wc-block-components-title),
    .comment-content h5:not(.elementor-heading-title,
    #comments,
    .wc-block-components-title),
    .comment-content h6:not(.elementor-heading-title,
    #comments,
    .wc-block-components-title),
    .elementor-widget-text-editor h1:not(.elementor-heading-title,
    #comments,
    .wc-block-components-title),
    .elementor-widget-text-editor h2:not(.elementor-heading-title,
    #comments,
    .wc-block-components-title),
    .elementor-widget-text-editor h3:not(.elementor-heading-title,
    #comments,
    .wc-block-components-title),
    .elementor-widget-text-editor h4:not(.elementor-heading-title,
    #comments,
    .wc-block-components-title),
    .elementor-widget-text-editor h5:not(.elementor-heading-title,
    #comments,
    .wc-block-components-title),
    .elementor-widget-text-editor h6:not(.elementor-heading-title,
    #comments,
    .wc-block-components-title),
    .entry-content h1:not(.elementor-heading-title,
    #comments,
    .wc-block-components-title),
    .entry-content h2:not(.elementor-heading-title,
    #comments,
    .wc-block-components-title),
    .entry-content h3:not(.elementor-heading-title,
    #comments,
    .wc-block-components-title),
    .entry-content h4:not(.elementor-heading-title,
    #comments,
    .wc-block-components-title),
    .entry-content h5:not(.elementor-heading-title,
    #comments,
    .wc-block-components-title),
    .entry-content h6:not(.elementor-heading-title,
    #comments,
    .wc-block-components-title),
    .is-root-container h1:not(.elementor-heading-title,
    #comments,
    .wc-block-components-title),
    .is-root-container h2:not(.elementor-heading-title,
    #comments,
    .wc-block-components-title),
    .is-root-container h3:not(.elementor-heading-title,
    #comments,
    .wc-block-components-title),
    .is-root-container h4:not(.elementor-heading-title,
    #comments,
    .wc-block-components-title),
    .is-root-container h5:not(.elementor-heading-title,
    #comments,
    .wc-block-components-title),
    .is-root-container h6:not(.elementor-heading-title,
    #comments,
    .wc-block-components-title),
    .textwidget h1:not(.elementor-heading-title,
    #comments,
    .wc-block-components-title),
    .textwidget h2:not(.elementor-heading-title,
    #comments,
    .wc-block-components-title),
    .textwidget h3:not(.elementor-heading-title,
    #comments,
    .wc-block-components-title),
    .textwidget h4:not(.elementor-heading-title,
    #comments,
    .wc-block-components-title),
    .textwidget h5:not(.elementor-heading-title,
    #comments,
    .wc-block-components-title),
    .textwidget h6:not(.elementor-heading-title,
    #comments,
    .wc-block-components-title) {
        margin-bottom: 7px;
        margin-top: 10px
    }
}

.comment-content p ul,
.elementor-widget-text-editor p ul,
.entry-content p ul,
.is-root-container p ul,
.textwidget p ul {
    list-style: circle inside
}

.comment-content p ol,
.elementor-widget-text-editor p ol,
.entry-content p ol,
.is-root-container p ol,
.textwidget p ol {
    list-style: decimal inside
}

.comment-content p:not(:last-child),
.elementor-widget-text-editor p:not(:last-child),
.entry-content p:not(:last-child),
.is-root-container p:not(:last-child),
.textwidget p:not(:last-child) {
    margin-bottom: 10px
}

.comment-content pre,
.elementor-widget-text-editor pre,
.entry-content pre,
.is-root-container pre,
.textwidget pre {
    margin: 15px 0;
    overflow-y: scroll
}

.comment-content figure figcaption,
.elementor-widget-text-editor figure figcaption,
.entry-content figure figcaption,
.is-root-container figure figcaption,
.textwidget figure figcaption {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 10px;
    opacity: var(--jkd-op-sm)
}

.comment-content figure.alignright,
.elementor-widget-text-editor figure.alignright,
.entry-content figure.alignright,
.is-root-container figure.alignright,
.textwidget figure.alignright {
    margin-bottom: 5px;
    margin-right: 30px
}

@media only screen and (max-width:576px) {
    .comment-content figure.alignright,
    .elementor-widget-text-editor figure.alignright,
    .entry-content figure.alignright,
    .is-root-container figure.alignright,
    .textwidget figure.alignright {
        margin-right: 15px
    }
}

.comment-content figure.alignleft,
.elementor-widget-text-editor figure.alignleft,
.entry-content figure.alignleft,
.is-root-container figure.alignleft,
.textwidget figure.alignleft {
    margin-bottom: 5px;
    margin-left: 30px
}

@media only screen and (max-width:576px) {
    .comment-content figure.alignleft,
    .elementor-widget-text-editor figure.alignleft,
    .entry-content figure.alignleft,
    .is-root-container figure.alignleft,
    .textwidget figure.alignleft {
        margin-left: 15px
    }
}

.comment-content ol,
.comment-content ul:not(.elementor-*),
.elementor-widget-text-editor ol,
.elementor-widget-text-editor ul:not(.elementor-*),
.entry-content ol,
.entry-content ul:not(.elementor-*),
.is-root-container ol,
.is-root-container ul:not(.elementor-*),
.textwidget ol,
.textwidget ul:not(.elementor-*) {
    margin: 20px 0;
    padding-right: 30px
}

.comment-content ol li:not(:last-child),
.comment-content ul:not(.elementor-*) li:not(:last-child),
.elementor-widget-text-editor ol li:not(:last-child),
.elementor-widget-text-editor ul:not(.elementor-*) li:not(:last-child),
.entry-content ol li:not(:last-child),
.entry-content ul:not(.elementor-*) li:not(:last-child),
.is-root-container ol li:not(:last-child),
.is-root-container ul:not(.elementor-*) li:not(:last-child),
.textwidget ol li:not(:last-child),
.textwidget ul:not(.elementor-*) li:not(:last-child) {
    margin-bottom: 7px
}

.comment-content dfn,
.comment-content em,
.comment-content q,
.elementor-widget-text-editor dfn,
.elementor-widget-text-editor em,
.elementor-widget-text-editor q,
.entry-content dfn,
.entry-content em,
.entry-content q,
.is-root-container dfn,
.is-root-container em,
.is-root-container q,
.textwidget dfn,
.textwidget em,
.textwidget q {
    font-style: italic
}

.comment-content code,
.comment-content pre,
.elementor-widget-text-editor code,
.elementor-widget-text-editor pre,
.entry-content code,
.entry-content pre,
.is-root-container code,
.is-root-container pre,
.textwidget code,
.textwidget pre {
    font-family: monospace
}

.comment-content hr,
.elementor-widget-text-editor hr,
.entry-content hr,
.is-root-container hr,
.textwidget hr {
    border: none;
    margin: 15px 0;
    max-width: 100%
}

.comment-content cite,
.elementor-widget-text-editor cite,
.entry-content cite,
.is-root-container cite,
.textwidget cite {
    display: flex;
    font-weight: var(--jkd-m-fw)
}

.comment-content code,
.elementor-widget-text-editor code,
.entry-content code,
.is-root-container code,
.textwidget code {
    background-color: var(--jkd-bg-col);
    border: 1px solid var(--jkd-b-col);
    border-radius: var(--jkd-br-md);
    padding: 3px 5px;
    text-decoration: none
}

.comment-content dl dd,
.elementor-widget-text-editor dl dd,
.entry-content dl dd,
.is-root-container dl dd,
.textwidget dl dd {
    padding-right: 30px
}

@media only screen and (max-width:576px) {
    .comment-content dl dd,
    .elementor-widget-text-editor dl dd,
    .entry-content dl dd,
    .is-root-container dl dd,
    .textwidget dl dd {
        padding-right: 15px
    }
}

.comment-content dl dd:not(:last-child),
.elementor-widget-text-editor dl dd:not(:last-child),
.entry-content dl dd:not(:last-child),
.is-root-container dl dd:not(:last-child),
.textwidget dl dd:not(:last-child) {
    margin-bottom: 10px
}

@media only screen and (max-width:576px) {
    .comment-content dl dd:not(:last-child),
    .elementor-widget-text-editor dl dd:not(:last-child),
    .entry-content dl dd:not(:last-child),
    .is-root-container dl dd:not(:last-child),
    .textwidget dl dd:not(:last-child) {
        margin-bottom: 10px
    }
}

.comment-content img,
.comment-content picture,
.elementor-widget-text-editor img,
.elementor-widget-text-editor picture,
.entry-content img,
.entry-content picture,
.is-root-container img,
.is-root-container picture,
.textwidget img,
.textwidget picture {
    max-width: 100%;
    overflow: hidden
}

.comment-content img.alignright,
.comment-content picture.alignright,
.elementor-widget-text-editor img.alignright,
.elementor-widget-text-editor picture.alignright,
.entry-content img.alignright,
.entry-content picture.alignright,
.is-root-container img.alignright,
.is-root-container picture.alignright,
.textwidget img.alignright,
.textwidget picture.alignright {
    margin-bottom: 10px;
    margin-right: 30px;
    margin-top: 10px
}

.comment-content img.alignleft,
.comment-content picture.alignleft,
.elementor-widget-text-editor img.alignleft,
.elementor-widget-text-editor picture.alignleft,
.entry-content img.alignleft,
.entry-content picture.alignleft,
.is-root-container img.alignleft,
.is-root-container picture.alignleft,
.textwidget img.alignleft,
.textwidget picture.alignleft {
    margin-bottom: 10px;
    margin-left: 30px;
    margin-top: 10px
}

.comment-content a:not(.p-ttl>a,
.cat-lb,
.wp-block-file__button,
.tag-cloud-link):hover,
.elementor-widget-text-editor a:not(.p-ttl>a,
.cat-lb,
.wp-block-file__button,
.tag-cloud-link):hover,
.entry-content a:not(.p-ttl>a,
.cat-lb,
.wp-block-file__button,
.tag-cloud-link):hover,
.is-root-container a:not(.p-ttl>a,
.cat-lb,
.wp-block-file__button,
.tag-cloud-link):hover,
.textwidget a:not(.p-ttl>a,
.cat-lb,
.wp-block-file__button,
.tag-cloud-link):hover {
    text-decoration: underline
}

.comment-content .has-large-font-size,
.elementor-widget-text-editor .has-large-font-size,
.entry-content .has-large-font-size,
.is-root-container .has-large-font-size,
.textwidget .has-large-font-size {
    color: var(--jkd-h-col);
    font-size: 28px !important
}

.comment-content .has-drop-cap:first-letter,
.elementor-widget-text-editor .has-drop-cap:first-letter,
.entry-content .has-drop-cap:first-letter,
.is-root-container .has-drop-cap:first-letter,
.textwidget .has-drop-cap:first-letter {
    font-size: 56px;
    font-weight: var(--jkd-h-fw);
    margin: -20px 0 0 6px
}

.comment-content .is-style-outline .wp-block-button__link,
.elementor-widget-text-editor .is-style-outline .wp-block-button__link,
.entry-content .is-style-outline .wp-block-button__link,
.is-root-container .is-style-outline .wp-block-button__link,
.textwidget .is-style-outline .wp-block-button__link {
    background-color: transparent !important;
    border: 1px solid var(--jkd-pr-col) !important;
    color: var(--jkd-pr-col) !important;
    opacity: 1 !important
}

.comment-content .is-style-outline .wp-block-button__link:hover,
.elementor-widget-text-editor .is-style-outline .wp-block-button__link:hover,
.entry-content .is-style-outline .wp-block-button__link:hover,
.is-root-container .is-style-outline .wp-block-button__link:hover,
.textwidget .is-style-outline .wp-block-button__link:hover {
    background-color: var(--jkd-pr-col) !important;
    color: var(--jkd-wh-col) !important
}

.comment-content .is-style-squared .wp-block-button__link,
.elementor-widget-text-editor .is-style-squared .wp-block-button__link,
.entry-content .is-style-squared .wp-block-button__link,
.is-root-container .is-style-squared .wp-block-button__link,
.textwidget .is-style-squared .wp-block-button__link {
    border-radius: 0 !important
}

.comment-content p.has-background,
.elementor-widget-text-editor p.has-background,
.entry-content p.has-background,
.is-root-container p.has-background,
.textwidget p.has-background {
    padding: 15px 25px
}

.comment-content .jkd-list:not(.elementor-editor-element-settings,
.r-list,
.wp-block-categories),
.elementor-widget-text-editor .jkd-list:not(.elementor-editor-element-settings,
.r-list,
.wp-block-categories),
.entry-content .jkd-list:not(.elementor-editor-element-settings,
.r-list,
.wp-block-categories),
.is-root-container .jkd-list:not(.elementor-editor-element-settings,
.r-list,
.wp-block-categories),
.textwidget .jkd-list:not(.elementor-editor-element-settings,
.r-list,
.wp-block-categories) {
    margin: 0;
    padding-right: 30px
}

.comment-content .jkd-list:not(.elementor-editor-element-settings,
.r-list,
.wp-block-categories) li,
.elementor-widget-text-editor .jkd-list:not(.elementor-editor-element-settings,
.r-list,
.wp-block-categories) li,
.entry-content .jkd-list:not(.elementor-editor-element-settings,
.r-list,
.wp-block-categories) li,
.is-root-container .jkd-list:not(.elementor-editor-element-settings,
.r-list,
.wp-block-categories) li,
.textwidget .jkd-list:not(.elementor-editor-element-settings,
.r-list,
.wp-block-categories) li {
    list-style: none;
    position: relative
}

.comment-content .jkd-list:not(.elementor-editor-element-settings,
.r-list,
.wp-block-categories) li:before,
.elementor-widget-text-editor .jkd-list:not(.elementor-editor-element-settings,
.r-list,
.wp-block-categories) li:before,
.entry-content .jkd-list:not(.elementor-editor-element-settings,
.r-list,
.wp-block-categories) li:before,
.is-root-container .jkd-list:not(.elementor-editor-element-settings,
.r-list,
.wp-block-categories) li:before,
.textwidget .jkd-list:not(.elementor-editor-element-settings,
.r-list,
.wp-block-categories) li:before {
    background-color: var(--jkd-mt-col);
    border-radius: 100%;
    content: "";
    display: inline-flex;
    height: 4px;
    right: -30px;
    opacity: .2;
    position: absolute;
    top: 15px;
    width: 4px
}

.comment-content .jkd-list:not(.elementor-editor-element-settings,
.r-list,
.wp-block-categories) li:not(:last-child),
.elementor-widget-text-editor .jkd-list:not(.elementor-editor-element-settings,
.r-list,
.wp-block-categories) li:not(:last-child),
.entry-content .jkd-list:not(.elementor-editor-element-settings,
.r-list,
.wp-block-categories) li:not(:last-child),
.is-root-container .jkd-list:not(.elementor-editor-element-settings,
.r-list,
.wp-block-categories) li:not(:last-child),
.textwidget .jkd-list:not(.elementor-editor-element-settings,
.r-list,
.wp-block-categories) li:not(:last-child) {
    margin-bottom: 5px
}

.comment-content ol>li,
.elementor-widget-text-editor ol>li,
.entry-content ol>li,
.is-root-container ol>li,
.textwidget ol>li {
    list-style: decimal
}

.comment-content ul>li,
.elementor-widget-text-editor ul>li,
.entry-content ul>li,
.is-root-container ul>li,
.textwidget ul>li {
    list-style: disc
}

.comment-content ol:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings),
.comment-content ul:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings),
.elementor-widget-text-editor ol:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings),
.elementor-widget-text-editor ul:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings),
.entry-content ol:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings),
.entry-content ul:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings),
.is-root-container ol:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings),
.is-root-container ul:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings),
.textwidget ol:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings),
.textwidget ul:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings) {
    margin: 0
}

.comment-content ol:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings):not(.wp-block-categories),
.comment-content ul:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings):not(.wp-block-categories),
.elementor-widget-text-editor ol:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings):not(.wp-block-categories),
.elementor-widget-text-editor ul:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings):not(.wp-block-categories),
.entry-content ol:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings):not(.wp-block-categories),
.entry-content ul:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings):not(.wp-block-categories),
.is-root-container ol:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings):not(.wp-block-categories),
.is-root-container ul:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings):not(.wp-block-categories),
.textwidget ol:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings):not(.wp-block-categories),
.textwidget ul:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings):not(.wp-block-categories) {
    padding-right: 25px
}

@media only screen and (max-width:767px) {
    .comment-content ol:not(.jkd-list,
    .r-list,
    .blocks-gallery-grid,
    .woocommerce-order-overview,
    .elementor-editor-element-settings):not(.wp-block-categories),
    .comment-content ul:not(.jkd-list,
    .r-list,
    .blocks-gallery-grid,
    .woocommerce-order-overview,
    .elementor-editor-element-settings):not(.wp-block-categories),
    .elementor-widget-text-editor ol:not(.jkd-list,
    .r-list,
    .blocks-gallery-grid,
    .woocommerce-order-overview,
    .elementor-editor-element-settings):not(.wp-block-categories),
    .elementor-widget-text-editor ul:not(.jkd-list,
    .r-list,
    .blocks-gallery-grid,
    .woocommerce-order-overview,
    .elementor-editor-element-settings):not(.wp-block-categories),
    .entry-content ol:not(.jkd-list,
    .r-list,
    .blocks-gallery-grid,
    .woocommerce-order-overview,
    .elementor-editor-element-settings):not(.wp-block-categories),
    .entry-content ul:not(.jkd-list,
    .r-list,
    .blocks-gallery-grid,
    .woocommerce-order-overview,
    .elementor-editor-element-settings):not(.wp-block-categories),
    .is-root-container ol:not(.jkd-list,
    .r-list,
    .blocks-gallery-grid,
    .woocommerce-order-overview,
    .elementor-editor-element-settings):not(.wp-block-categories),
    .is-root-container ul:not(.jkd-list,
    .r-list,
    .blocks-gallery-grid,
    .woocommerce-order-overview,
    .elementor-editor-element-settings):not(.wp-block-categories),
    .textwidget ol:not(.jkd-list,
    .r-list,
    .blocks-gallery-grid,
    .woocommerce-order-overview,
    .elementor-editor-element-settings):not(.wp-block-categories),
    .textwidget ul:not(.jkd-list,
    .r-list,
    .blocks-gallery-grid,
    .woocommerce-order-overview,
    .elementor-editor-element-settings):not(.wp-block-categories) {
        padding-right: 20px
    }
}

@media only screen and (max-width:576px) {
    .comment-content ol:not(.jkd-list,
    .r-list,
    .blocks-gallery-grid,
    .woocommerce-order-overview,
    .elementor-editor-element-settings):not(.wp-block-categories),
    .comment-content ul:not(.jkd-list,
    .r-list,
    .blocks-gallery-grid,
    .woocommerce-order-overview,
    .elementor-editor-element-settings):not(.wp-block-categories),
    .elementor-widget-text-editor ol:not(.jkd-list,
    .r-list,
    .blocks-gallery-grid,
    .woocommerce-order-overview,
    .elementor-editor-element-settings):not(.wp-block-categories),
    .elementor-widget-text-editor ul:not(.jkd-list,
    .r-list,
    .blocks-gallery-grid,
    .woocommerce-order-overview,
    .elementor-editor-element-settings):not(.wp-block-categories),
    .entry-content ol:not(.jkd-list,
    .r-list,
    .blocks-gallery-grid,
    .woocommerce-order-overview,
    .elementor-editor-element-settings):not(.wp-block-categories),
    .entry-content ul:not(.jkd-list,
    .r-list,
    .blocks-gallery-grid,
    .woocommerce-order-overview,
    .elementor-editor-element-settings):not(.wp-block-categories),
    .is-root-container ol:not(.jkd-list,
    .r-list,
    .blocks-gallery-grid,
    .woocommerce-order-overview,
    .elementor-editor-element-settings):not(.wp-block-categories),
    .is-root-container ul:not(.jkd-list,
    .r-list,
    .blocks-gallery-grid,
    .woocommerce-order-overview,
    .elementor-editor-element-settings):not(.wp-block-categories),
    .textwidget ol:not(.jkd-list,
    .r-list,
    .blocks-gallery-grid,
    .woocommerce-order-overview,
    .elementor-editor-element-settings):not(.wp-block-categories),
    .textwidget ul:not(.jkd-list,
    .r-list,
    .blocks-gallery-grid,
    .woocommerce-order-overview,
    .elementor-editor-element-settings):not(.wp-block-categories) {
        padding-right: 15px
    }
}

.comment-content ol:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings) li:not(:last-child),
.comment-content ul:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings) li:not(:last-child),
.elementor-widget-text-editor ol:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings) li:not(:last-child),
.elementor-widget-text-editor ul:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings) li:not(:last-child),
.entry-content ol:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings) li:not(:last-child),
.entry-content ul:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings) li:not(:last-child),
.is-root-container ol:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings) li:not(:last-child),
.is-root-container ul:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings) li:not(:last-child),
.textwidget ol:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings) li:not(:last-child),
.textwidget ul:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings) li:not(:last-child) {
    margin-bottom: 10px
}

.comment-content ol:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings) li ol,
.comment-content ol:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings) li ul,
.comment-content ul:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings) li ol,
.comment-content ul:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings) li ul,
.elementor-widget-text-editor ol:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings) li ol,
.elementor-widget-text-editor ol:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings) li ul,
.elementor-widget-text-editor ul:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings) li ol,
.elementor-widget-text-editor ul:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings) li ul,
.entry-content ol:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings) li ol,
.entry-content ol:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings) li ul,
.entry-content ul:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings) li ol,
.entry-content ul:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings) li ul,
.is-root-container ol:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings) li ol,
.is-root-container ol:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings) li ul,
.is-root-container ul:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings) li ol,
.is-root-container ul:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings) li ul,
.textwidget ol:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings) li ol,
.textwidget ol:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings) li ul,
.textwidget ul:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings) li ol,
.textwidget ul:not(.jkd-list,
.r-list,
.blocks-gallery-grid,
.woocommerce-order-overview,
.elementor-editor-element-settings) li ul {
    margin-top: 10px
}

.comment-content dl:not(.wp-caption,
.variation),
.elementor-widget-text-editor dl:not(.wp-caption,
.variation),
.entry-content dl:not(.wp-caption,
.variation),
.is-root-container dl:not(.wp-caption,
.variation),
.textwidget dl:not(.wp-caption,
.variation) {
    display: flex;
    flex-flow: row wrap;
    margin-block-end: 0;
    margin-top: 0
}

.comment-content dl:not(.wp-caption,
.variation) dt,
.elementor-widget-text-editor dl:not(.wp-caption,
.variation) dt,
.entry-content dl:not(.wp-caption,
.variation) dt,
.is-root-container dl:not(.wp-caption,
.variation) dt,
.textwidget dl:not(.wp-caption,
.variation) dt {
    border-left: 1px solid var(--jkd-b-col);
    color: var(--jkd-h-col);
    flex-basis: 20%;
    font-weight: var(--jkd-h-fw);
    text-align: left
}

@media only screen and (max-width:576px) {
    .comment-content dl:not(.wp-caption,
    .variation) dt,
    .elementor-widget-text-editor dl:not(.wp-caption,
    .variation) dt,
    .entry-content dl:not(.wp-caption,
    .variation) dt,
    .is-root-container dl:not(.wp-caption,
    .variation) dt,
    .textwidget dl:not(.wp-caption,
    .variation) dt {
        flex-basis: 100%;
        text-align: center
    }
}

.comment-content dl:not(.wp-caption,
.variation) dd,
.comment-content dl:not(.wp-caption,
.variation) dt,
.elementor-widget-text-editor dl:not(.wp-caption,
.variation) dd,
.elementor-widget-text-editor dl:not(.wp-caption,
.variation) dt,
.entry-content dl:not(.wp-caption,
.variation) dd,
.entry-content dl:not(.wp-caption,
.variation) dt,
.is-root-container dl:not(.wp-caption,
.variation) dd,
.is-root-container dl:not(.wp-caption,
.variation) dt,
.textwidget dl:not(.wp-caption,
.variation) dd,
.textwidget dl:not(.wp-caption,
.variation) dt {
    padding: 10px 20px
}

.comment-content dl:not(.wp-caption,
.variation) dd:not(:first-of-type),
.comment-content dl:not(.wp-caption,
.variation) dt:not(:first-of-type),
.elementor-widget-text-editor dl:not(.wp-caption,
.variation) dd:not(:first-of-type),
.elementor-widget-text-editor dl:not(.wp-caption,
.variation) dt:not(:first-of-type),
.entry-content dl:not(.wp-caption,
.variation) dd:not(:first-of-type),
.entry-content dl:not(.wp-caption,
.variation) dt:not(:first-of-type),
.is-root-container dl:not(.wp-caption,
.variation) dd:not(:first-of-type),
.is-root-container dl:not(.wp-caption,
.variation) dt:not(:first-of-type),
.textwidget dl:not(.wp-caption,
.variation) dd:not(:first-of-type),
.textwidget dl:not(.wp-caption,
.variation) dt:not(:first-of-type) {
    border-top: 1px solid var(--jkd-b-col)
}

.comment-content dl:not(.wp-caption,
.variation) dd,
.elementor-widget-text-editor dl:not(.wp-caption,
.variation) dd,
.entry-content dl:not(.wp-caption,
.variation) dd,
.is-root-container dl:not(.wp-caption,
.variation) dd,
.textwidget dl:not(.wp-caption,
.variation) dd {
    flex-basis: 80%;
    flex-grow: 1;
    margin: 0
}

@media only screen and (max-width:576px) {
    .comment-content dl:not(.wp-caption,
    .variation) dd,
    .elementor-widget-text-editor dl:not(.wp-caption,
    .variation) dd,
    .entry-content dl:not(.wp-caption,
    .variation) dd,
    .is-root-container dl:not(.wp-caption,
    .variation) dd,
    .textwidget dl:not(.wp-caption,
    .variation) dd {
        border-right: 1px solid var(--jkd-b-col);
        flex-basis: 100%;
        text-align: center
    }
}

.comment-content table:not(.woocommerce table):not(.pmpro_table),
.elementor-widget-text-editor table:not(.woocommerce table):not(.pmpro_table),
.entry-content table:not(.woocommerce table):not(.pmpro_table),
.is-root-container table:not(.woocommerce table):not(.pmpro_table),
.textwidget table:not(.woocommerce table):not(.pmpro_table) {
    background-color: var(--jkd-bg-col);
    border-collapse: collapse;
    border-radius: var(--jkd-br-md);
    margin-bottom: 5px;
    overflow: visible;
    position: relative;
    text-align: right;
    width: 100%
}

.comment-content table:not(.woocommerce table):not(.pmpro_table) td,
.comment-content table:not(.woocommerce table):not(.pmpro_table) th,
.elementor-widget-text-editor table:not(.woocommerce table):not(.pmpro_table) td,
.elementor-widget-text-editor table:not(.woocommerce table):not(.pmpro_table) th,
.entry-content table:not(.woocommerce table):not(.pmpro_table) td,
.entry-content table:not(.woocommerce table):not(.pmpro_table) th,
.is-root-container table:not(.woocommerce table):not(.pmpro_table) td,
.is-root-container table:not(.woocommerce table):not(.pmpro_table) th,
.textwidget table:not(.woocommerce table):not(.pmpro_table) td,
.textwidget table:not(.woocommerce table):not(.pmpro_table) th {
    font-weight: var(--jkd-d-fw) !important
}

@media only screen and (max-width:576px) {
    .comment-content table:not(.woocommerce table):not(.pmpro_table) td,
    .comment-content table:not(.woocommerce table):not(.pmpro_table) th,
    .elementor-widget-text-editor table:not(.woocommerce table):not(.pmpro_table) td,
    .elementor-widget-text-editor table:not(.woocommerce table):not(.pmpro_table) th,
    .entry-content table:not(.woocommerce table):not(.pmpro_table) td,
    .entry-content table:not(.woocommerce table):not(.pmpro_table) th,
    .is-root-container table:not(.woocommerce table):not(.pmpro_table) td,
    .is-root-container table:not(.woocommerce table):not(.pmpro_table) th,
    .textwidget table:not(.woocommerce table):not(.pmpro_table) td,
    .textwidget table:not(.woocommerce table):not(.pmpro_table) th {
        font-size: 12px
    }
}

.comment-content table:not(.woocommerce table):not(.pmpro_table) caption,
.elementor-widget-text-editor table:not(.woocommerce table):not(.pmpro_table) caption,
.entry-content table:not(.woocommerce table):not(.pmpro_table) caption,
.is-root-container table:not(.woocommerce table):not(.pmpro_table) caption,
.textwidget table:not(.woocommerce table):not(.pmpro_table) caption {
    color: var(--jkd-h-col);
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center !important
}

.comment-content table:not(.woocommerce table):not(.pmpro_table) thead td,
.comment-content table:not(.woocommerce table):not(.pmpro_table) thead th,
.elementor-widget-text-editor table:not(.woocommerce table):not(.pmpro_table) thead td,
.elementor-widget-text-editor table:not(.woocommerce table):not(.pmpro_table) thead th,
.entry-content table:not(.woocommerce table):not(.pmpro_table) thead td,
.entry-content table:not(.woocommerce table):not(.pmpro_table) thead th,
.is-root-container table:not(.woocommerce table):not(.pmpro_table) thead td,
.is-root-container table:not(.woocommerce table):not(.pmpro_table) thead th,
.textwidget table:not(.woocommerce table):not(.pmpro_table) thead td,
.textwidget table:not(.woocommerce table):not(.pmpro_table) thead th {
    font-weight: var(--jkd-m-fw) !important
}

.comment-content table:not(.woocommerce table):not(.pmpro_table) thead th,
.elementor-widget-text-editor table:not(.woocommerce table):not(.pmpro_table) thead th,
.entry-content table:not(.woocommerce table):not(.pmpro_table) thead th,
.is-root-container table:not(.woocommerce table):not(.pmpro_table) thead th,
.textwidget table:not(.woocommerce table):not(.pmpro_table) thead th {
    color: var(--jkd-wh-col)
}

.comment-content table:not(.woocommerce table):not(.pmpro_table) thead tr,
.elementor-widget-text-editor table:not(.woocommerce table):not(.pmpro_table) thead tr,
.entry-content table:not(.woocommerce table):not(.pmpro_table) thead tr,
.is-root-container table:not(.woocommerce table):not(.pmpro_table) thead tr,
.textwidget table:not(.woocommerce table):not(.pmpro_table) thead tr {
    border-top: none !important;
    color: var(--jkd-h-col) !important
}

.comment-content table:not(.woocommerce table):not(.pmpro_table) thead tr th,
.elementor-widget-text-editor table:not(.woocommerce table):not(.pmpro_table) thead tr th,
.entry-content table:not(.woocommerce table):not(.pmpro_table) thead tr th,
.is-root-container table:not(.woocommerce table):not(.pmpro_table) thead tr th,
.textwidget table:not(.woocommerce table):not(.pmpro_table) thead tr th {
    background: unset;
    border-bottom: 1px solid var(--jkd-b-col) !important;
    border-top: none !important
}

.comment-content table:not(.woocommerce table):not(.pmpro_table) tbody:first-of-type tr:first-of-type td,
.elementor-widget-text-editor table:not(.woocommerce table):not(.pmpro_table) tbody:first-of-type tr:first-of-type td,
.entry-content table:not(.woocommerce table):not(.pmpro_table) tbody:first-of-type tr:first-of-type td,
.is-root-container table:not(.woocommerce table):not(.pmpro_table) tbody:first-of-type tr:first-of-type td,
.textwidget table:not(.woocommerce table):not(.pmpro_table) tbody:first-of-type tr:first-of-type td {
    border-top: none !important
}

.comment-content table:not(.woocommerce table):not(.pmpro_table) tbody tr:not(:last-child),
.elementor-widget-text-editor table:not(.woocommerce table):not(.pmpro_table) tbody tr:not(:last-child),
.entry-content table:not(.woocommerce table):not(.pmpro_table) tbody tr:not(:last-child),
.is-root-container table:not(.woocommerce table):not(.pmpro_table) tbody tr:not(:last-child),
.textwidget table:not(.woocommerce table):not(.pmpro_table) tbody tr:not(:last-child) {
    border-bottom: 1px solid var(--jkd-b-col) !important
}

.comment-content table:not(.woocommerce table):not(.pmpro_table):not(.variations) tbody td,
.elementor-widget-text-editor table:not(.woocommerce table):not(.pmpro_table):not(.variations) tbody td,
.entry-content table:not(.woocommerce table):not(.pmpro_table):not(.variations) tbody td,
.is-root-container table:not(.woocommerce table):not(.pmpro_table):not(.variations) tbody td,
.textwidget table:not(.woocommerce table):not(.pmpro_table):not(.variations) tbody td {
    border: none !important
}

.comment-content table:not(.woocommerce table):not(.pmpro_table):not(.variations) tr:first-child th,
.elementor-widget-text-editor table:not(.woocommerce table):not(.pmpro_table):not(.variations) tr:first-child th,
.entry-content table:not(.woocommerce table):not(.pmpro_table):not(.variations) tr:first-child th,
.is-root-container table:not(.woocommerce table):not(.pmpro_table):not(.variations) tr:first-child th,
.textwidget table:not(.woocommerce table):not(.pmpro_table):not(.variations) tr:first-child th {
    border-top: none !important
}

.comment-content table:not(.woocommerce table):not(.pmpro_table):not(.variations) tr td,
.comment-content table:not(.woocommerce table):not(.pmpro_table):not(.variations) tr th,
.elementor-widget-text-editor table:not(.woocommerce table):not(.pmpro_table):not(.variations) tr td,
.elementor-widget-text-editor table:not(.woocommerce table):not(.pmpro_table):not(.variations) tr th,
.entry-content table:not(.woocommerce table):not(.pmpro_table):not(.variations) tr td,
.entry-content table:not(.woocommerce table):not(.pmpro_table):not(.variations) tr th,
.is-root-container table:not(.woocommerce table):not(.pmpro_table):not(.variations) tr td,
.is-root-container table:not(.woocommerce table):not(.pmpro_table):not(.variations) tr th,
.textwidget table:not(.woocommerce table):not(.pmpro_table):not(.variations) tr td,
.textwidget table:not(.woocommerce table):not(.pmpro_table):not(.variations) tr th {
    border: none;
    border-top: 1px solid var(--jkd-b-col)
}

.comment-content table:not(.woocommerce table):not(.pmpro_table) tr,
.elementor-widget-text-editor table:not(.woocommerce table):not(.pmpro_table) tr,
.entry-content table:not(.woocommerce table):not(.pmpro_table) tr,
.is-root-container table:not(.woocommerce table):not(.pmpro_table) tr,
.textwidget table:not(.woocommerce table):not(.pmpro_table) tr {
    border: none
}

.comment-content table:not(.woocommerce table):not(.pmpro_table) tr td,
.comment-content table:not(.woocommerce table):not(.pmpro_table) tr th,
.elementor-widget-text-editor table:not(.woocommerce table):not(.pmpro_table) tr td,
.elementor-widget-text-editor table:not(.woocommerce table):not(.pmpro_table) tr th,
.entry-content table:not(.woocommerce table):not(.pmpro_table) tr td,
.entry-content table:not(.woocommerce table):not(.pmpro_table) tr th,
.is-root-container table:not(.woocommerce table):not(.pmpro_table) tr td,
.is-root-container table:not(.woocommerce table):not(.pmpro_table) tr th,
.textwidget table:not(.woocommerce table):not(.pmpro_table) tr td,
.textwidget table:not(.woocommerce table):not(.pmpro_table) tr th {
    color: var(--jkd-h-col);
    padding: 10px 15px
}

@media only screen and (max-width:576px) {
    .comment-content table:not(.woocommerce table):not(.pmpro_table) tr td,
    .comment-content table:not(.woocommerce table):not(.pmpro_table) tr th,
    .elementor-widget-text-editor table:not(.woocommerce table):not(.pmpro_table) tr td,
    .elementor-widget-text-editor table:not(.woocommerce table):not(.pmpro_table) tr th,
    .entry-content table:not(.woocommerce table):not(.pmpro_table) tr td,
    .entry-content table:not(.woocommerce table):not(.pmpro_table) tr th,
    .is-root-container table:not(.woocommerce table):not(.pmpro_table) tr td,
    .is-root-container table:not(.woocommerce table):not(.pmpro_table) tr th,
    .textwidget table:not(.woocommerce table):not(.pmpro_table) tr td,
    .textwidget table:not(.woocommerce table):not(.pmpro_table) tr th {
        padding: 5px 7px
    }
}

.comment-content table:not(.woocommerce table):not(.pmpro_table) tr td br,
.comment-content table:not(.woocommerce table):not(.pmpro_table) tr th br,
.elementor-widget-text-editor table:not(.woocommerce table):not(.pmpro_table) tr td br,
.elementor-widget-text-editor table:not(.woocommerce table):not(.pmpro_table) tr th br,
.entry-content table:not(.woocommerce table):not(.pmpro_table) tr td br,
.entry-content table:not(.woocommerce table):not(.pmpro_table) tr th br,
.is-root-container table:not(.woocommerce table):not(.pmpro_table) tr td br,
.is-root-container table:not(.woocommerce table):not(.pmpro_table) tr th br,
.textwidget table:not(.woocommerce table):not(.pmpro_table) tr td br,
.textwidget table:not(.woocommerce table):not(.pmpro_table) tr th br {
    display: none
}

.comment-content table:not(.woocommerce table):not(.pmpro_table) tr td a,
.comment-content table:not(.woocommerce table):not(.pmpro_table) tr th a,
.elementor-widget-text-editor table:not(.woocommerce table):not(.pmpro_table) tr td a,
.elementor-widget-text-editor table:not(.woocommerce table):not(.pmpro_table) tr th a,
.entry-content table:not(.woocommerce table):not(.pmpro_table) tr td a,
.entry-content table:not(.woocommerce table):not(.pmpro_table) tr th a,
.is-root-container table:not(.woocommerce table):not(.pmpro_table) tr td a,
.is-root-container table:not(.woocommerce table):not(.pmpro_table) tr th a,
.textwidget table:not(.woocommerce table):not(.pmpro_table) tr td a,
.textwidget table:not(.woocommerce table):not(.pmpro_table) tr th a {
    color: var(--jkd-h-col)
}

.comment-content table:not(.woocommerce table):not(.pmpro_table).is-style-stripes tr:nth-child(odd),
.elementor-widget-text-editor table:not(.woocommerce table):not(.pmpro_table).is-style-stripes tr:nth-child(odd),
.entry-content table:not(.woocommerce table):not(.pmpro_table).is-style-stripes tr:nth-child(odd),
.is-root-container table:not(.woocommerce table):not(.pmpro_table).is-style-stripes tr:nth-child(odd),
.textwidget table:not(.woocommerce table):not(.pmpro_table).is-style-stripes tr:nth-child(odd) {
    background-color: var(--jkd-pr-col-1)
}

.comment-content .gallery:not(.jkd-glr),
.elementor-widget-text-editor .gallery:not(.jkd-glr),
.entry-content .gallery:not(.jkd-glr),
.is-root-container .gallery:not(.jkd-glr),
.textwidget .gallery:not(.jkd-glr) {
    display: flex;
    flex-wrap: wrap;
    margin: -15px
}

@media only screen and (max-width:576px) {
    .comment-content .gallery:not(.jkd-glr),
    .elementor-widget-text-editor .gallery:not(.jkd-glr),
    .entry-content .gallery:not(.jkd-glr),
    .is-root-container .gallery:not(.jkd-glr),
    .textwidget .gallery:not(.jkd-glr) {
        margin: -7px
    }
}

.comment-content .gallery:not(.jkd-glr):not(:last-child),
.elementor-widget-text-editor .gallery:not(.jkd-glr):not(:last-child),
.entry-content .gallery:not(.jkd-glr):not(:last-child),
.is-root-container .gallery:not(.jkd-glr):not(:last-child),
.textwidget .gallery:not(.jkd-glr):not(:last-child) {
    margin-bottom: 0
}

.comment-content .gallery:not(.jkd-glr) .gallery-item,
.elementor-widget-text-editor .gallery:not(.jkd-glr) .gallery-item,
.entry-content .gallery:not(.jkd-glr) .gallery-item,
.is-root-container .gallery:not(.jkd-glr) .gallery-item,
.textwidget .gallery:not(.jkd-glr) .gallery-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding: 15px
}

@media only screen and (max-width:576px) {
    .comment-content .gallery:not(.jkd-glr) .gallery-item,
    .elementor-widget-text-editor .gallery:not(.jkd-glr) .gallery-item,
    .entry-content .gallery:not(.jkd-glr) .gallery-item,
    .is-root-container .gallery:not(.jkd-glr) .gallery-item,
    .textwidget .gallery:not(.jkd-glr) .gallery-item {
        padding: 7px
    }
}

.comment-content .gallery:not(.jkd-glr) .gallery-item .wp-caption-text,
.elementor-widget-text-editor .gallery:not(.jkd-glr) .gallery-item .wp-caption-text,
.entry-content .gallery:not(.jkd-glr) .gallery-item .wp-caption-text,
.is-root-container .gallery:not(.jkd-glr) .gallery-item .wp-caption-text,
.textwidget .gallery:not(.jkd-glr) .gallery-item .wp-caption-text {
    margin-bottom: 0 !important
}

.comment-content .gallery:not(.jkd-glr) .gallery-item img,
.comment-content .gallery:not(.jkd-glr) .gallery-item picture,
.elementor-widget-text-editor .gallery:not(.jkd-glr) .gallery-item img,
.elementor-widget-text-editor .gallery:not(.jkd-glr) .gallery-item picture,
.entry-content .gallery:not(.jkd-glr) .gallery-item img,
.entry-content .gallery:not(.jkd-glr) .gallery-item picture,
.is-root-container .gallery:not(.jkd-glr) .gallery-item img,
.is-root-container .gallery:not(.jkd-glr) .gallery-item picture,
.textwidget .gallery:not(.jkd-glr) .gallery-item img,
.textwidget .gallery:not(.jkd-glr) .gallery-item picture {
    height: auto;
    max-width: 100% !important
}

.comment-content .gallery-columns-1 .gallery-item,
.elementor-widget-text-editor .gallery-columns-1 .gallery-item,
.entry-content .gallery-columns-1 .gallery-item,
.is-root-container .gallery-columns-1 .gallery-item,
.textwidget .gallery-columns-1 .gallery-item {
    max-width: 100%;
    min-width: 100%;
    width: 100%
}

.comment-content .gallery-columns-1.gallery-size-thumbnail,
.elementor-widget-text-editor .gallery-columns-1.gallery-size-thumbnail,
.entry-content .gallery-columns-1.gallery-size-thumbnail,
.is-root-container .gallery-columns-1.gallery-size-thumbnail,
.textwidget .gallery-columns-1.gallery-size-thumbnail {
    max-width: 180px
}

@media only screen and (max-width:576px) {
    .comment-content .gallery-columns-1.gallery-size-thumbnail,
    .elementor-widget-text-editor .gallery-columns-1.gallery-size-thumbnail,
    .entry-content .gallery-columns-1.gallery-size-thumbnail,
    .is-root-container .gallery-columns-1.gallery-size-thumbnail,
    .textwidget .gallery-columns-1.gallery-size-thumbnail {
        max-width: 164px
    }
}

.comment-content .gallery-columns-2 .gallery-item,
.elementor-widget-text-editor .gallery-columns-2 .gallery-item,
.entry-content .gallery-columns-2 .gallery-item,
.is-root-container .gallery-columns-2 .gallery-item,
.textwidget .gallery-columns-2 .gallery-item {
    max-width: 50%;
    min-width: 50%;
    width: 50%
}

.comment-content .gallery-columns-2.gallery-size-thumbnail,
.elementor-widget-text-editor .gallery-columns-2.gallery-size-thumbnail,
.entry-content .gallery-columns-2.gallery-size-thumbnail,
.is-root-container .gallery-columns-2.gallery-size-thumbnail,
.textwidget .gallery-columns-2.gallery-size-thumbnail {
    max-width: 360px
}

@media only screen and (max-width:576px) {
    .comment-content .gallery-columns-2.gallery-size-thumbnail,
    .elementor-widget-text-editor .gallery-columns-2.gallery-size-thumbnail,
    .entry-content .gallery-columns-2.gallery-size-thumbnail,
    .is-root-container .gallery-columns-2.gallery-size-thumbnail,
    .textwidget .gallery-columns-2.gallery-size-thumbnail {
        max-width: 328px
    }
}

.comment-content .gallery-columns-3 .gallery-item,
.elementor-widget-text-editor .gallery-columns-3 .gallery-item,
.entry-content .gallery-columns-3 .gallery-item,
.is-root-container .gallery-columns-3 .gallery-item,
.textwidget .gallery-columns-3 .gallery-item {
    max-width: 33.3333%;
    min-width: 33.3333%;
    width: 33.3333%
}

@media only screen and (max-width:576px) {
    .comment-content .gallery-columns-3 .gallery-item,
    .elementor-widget-text-editor .gallery-columns-3 .gallery-item,
    .entry-content .gallery-columns-3 .gallery-item,
    .is-root-container .gallery-columns-3 .gallery-item,
    .textwidget .gallery-columns-3 .gallery-item {
        max-width: 50%;
        min-width: 50%;
        width: 50%
    }
}

.comment-content .gallery-columns-3.gallery-size-thumbnail,
.elementor-widget-text-editor .gallery-columns-3.gallery-size-thumbnail,
.entry-content .gallery-columns-3.gallery-size-thumbnail,
.is-root-container .gallery-columns-3.gallery-size-thumbnail,
.textwidget .gallery-columns-3.gallery-size-thumbnail {
    max-width: 540px
}

@media only screen and (max-width:576px) {
    .comment-content .gallery-columns-3.gallery-size-thumbnail,
    .elementor-widget-text-editor .gallery-columns-3.gallery-size-thumbnail,
    .entry-content .gallery-columns-3.gallery-size-thumbnail,
    .is-root-container .gallery-columns-3.gallery-size-thumbnail,
    .textwidget .gallery-columns-3.gallery-size-thumbnail {
        max-width: 492px
    }
}

.comment-content .gallery-columns-4 .gallery-item,
.elementor-widget-text-editor .gallery-columns-4 .gallery-item,
.entry-content .gallery-columns-4 .gallery-item,
.is-root-container .gallery-columns-4 .gallery-item,
.textwidget .gallery-columns-4 .gallery-item {
    max-width: 25%;
    min-width: 25%;
    width: 25%
}

@media only screen and (max-width:767px) {
    .comment-content .gallery-columns-4 .gallery-item,
    .elementor-widget-text-editor .gallery-columns-4 .gallery-item,
    .entry-content .gallery-columns-4 .gallery-item,
    .is-root-container .gallery-columns-4 .gallery-item,
    .textwidget .gallery-columns-4 .gallery-item {
        max-width: 33.33333%;
        min-width: 33.33333%;
        width: 33.33333%
    }
}

@media only screen and (max-width:576px) {
    .comment-content .gallery-columns-4 .gallery-item,
    .elementor-widget-text-editor .gallery-columns-4 .gallery-item,
    .entry-content .gallery-columns-4 .gallery-item,
    .is-root-container .gallery-columns-4 .gallery-item,
    .textwidget .gallery-columns-4 .gallery-item {
        max-width: 50%;
        min-width: 50%;
        width: 50%
    }
}

.comment-content .gallery-columns-4.gallery-size-thumbnail,
.elementor-widget-text-editor .gallery-columns-4.gallery-size-thumbnail,
.entry-content .gallery-columns-4.gallery-size-thumbnail,
.is-root-container .gallery-columns-4.gallery-size-thumbnail,
.textwidget .gallery-columns-4.gallery-size-thumbnail {
    max-width: 720px
}

@media only screen and (max-width:576px) {
    .comment-content .gallery-columns-4.gallery-size-thumbnail,
    .elementor-widget-text-editor .gallery-columns-4.gallery-size-thumbnail,
    .entry-content .gallery-columns-4.gallery-size-thumbnail,
    .is-root-container .gallery-columns-4.gallery-size-thumbnail,
    .textwidget .gallery-columns-4.gallery-size-thumbnail {
        max-width: 492px
    }
}

.comment-content .gallery-columns-5 .gallery-item,
.elementor-widget-text-editor .gallery-columns-5 .gallery-item,
.entry-content .gallery-columns-5 .gallery-item,
.is-root-container .gallery-columns-5 .gallery-item,
.textwidget .gallery-columns-5 .gallery-item {
    max-width: 20%;
    min-width: 20%;
    width: 20%
}

@media only screen and (max-width:1024px) {
    .comment-content .gallery-columns-5 .gallery-item,
    .elementor-widget-text-editor .gallery-columns-5 .gallery-item,
    .entry-content .gallery-columns-5 .gallery-item,
    .is-root-container .gallery-columns-5 .gallery-item,
    .textwidget .gallery-columns-5 .gallery-item {
        max-width: 25%;
        min-width: 25%;
        width: 25%
    }
}

@media only screen and (max-width:767px) {
    .comment-content .gallery-columns-5 .gallery-item,
    .elementor-widget-text-editor .gallery-columns-5 .gallery-item,
    .entry-content .gallery-columns-5 .gallery-item,
    .is-root-container .gallery-columns-5 .gallery-item,
    .textwidget .gallery-columns-5 .gallery-item {
        max-width: 33.33333%;
        min-width: 33.33333%;
        width: 33.33333%
    }
}

@media only screen and (max-width:576px) {
    .comment-content .gallery-columns-5 .gallery-item,
    .elementor-widget-text-editor .gallery-columns-5 .gallery-item,
    .entry-content .gallery-columns-5 .gallery-item,
    .is-root-container .gallery-columns-5 .gallery-item,
    .textwidget .gallery-columns-5 .gallery-item {
        max-width: 50%;
        min-width: 50%;
        width: 50%
    }
}

.comment-content .gallery-columns-5.gallery-size-thumbnail,
.elementor-widget-text-editor .gallery-columns-5.gallery-size-thumbnail,
.entry-content .gallery-columns-5.gallery-size-thumbnail,
.is-root-container .gallery-columns-5.gallery-size-thumbnail,
.textwidget .gallery-columns-5.gallery-size-thumbnail {
    max-width: 900px
}

@media only screen and (max-width:576px) {
    .comment-content .gallery-columns-5.gallery-size-thumbnail,
    .elementor-widget-text-editor .gallery-columns-5.gallery-size-thumbnail,
    .entry-content .gallery-columns-5.gallery-size-thumbnail,
    .is-root-container .gallery-columns-5.gallery-size-thumbnail,
    .textwidget .gallery-columns-5.gallery-size-thumbnail {
        max-width: 492px
    }
}

.comment-content .gallery-columns-6 .gallery-item,
.elementor-widget-text-editor .gallery-columns-6 .gallery-item,
.entry-content .gallery-columns-6 .gallery-item,
.is-root-container .gallery-columns-6 .gallery-item,
.textwidget .gallery-columns-6 .gallery-item {
    max-width: 16.6666%;
    min-width: 16.6666%;
    width: 16.6666%
}

@media only screen and (max-width:1024px) {
    .comment-content .gallery-columns-6 .gallery-item,
    .elementor-widget-text-editor .gallery-columns-6 .gallery-item,
    .entry-content .gallery-columns-6 .gallery-item,
    .is-root-container .gallery-columns-6 .gallery-item,
    .textwidget .gallery-columns-6 .gallery-item {
        max-width: 25%;
        min-width: 25%;
        width: 25%
    }
}

@media only screen and (max-width:767px) {
    .comment-content .gallery-columns-6 .gallery-item,
    .elementor-widget-text-editor .gallery-columns-6 .gallery-item,
    .entry-content .gallery-columns-6 .gallery-item,
    .is-root-container .gallery-columns-6 .gallery-item,
    .textwidget .gallery-columns-6 .gallery-item {
        max-width: 33.33333%;
        min-width: 33.33333%;
        width: 33.33333%
    }
}

@media only screen and (max-width:576px) {
    .comment-content .gallery-columns-6 .gallery-item,
    .elementor-widget-text-editor .gallery-columns-6 .gallery-item,
    .entry-content .gallery-columns-6 .gallery-item,
    .is-root-container .gallery-columns-6 .gallery-item,
    .textwidget .gallery-columns-6 .gallery-item {
        max-width: 50%;
        min-width: 50%;
        width: 50%
    }
}

.comment-content .gallery-columns-6.gallery-size-thumbnail,
.elementor-widget-text-editor .gallery-columns-6.gallery-size-thumbnail,
.entry-content .gallery-columns-6.gallery-size-thumbnail,
.is-root-container .gallery-columns-6.gallery-size-thumbnail,
.textwidget .gallery-columns-6.gallery-size-thumbnail {
    max-width: 1080px
}

@media only screen and (max-width:767px) {
    .comment-content .gallery-columns-6.gallery-size-thumbnail,
    .elementor-widget-text-editor .gallery-columns-6.gallery-size-thumbnail,
    .entry-content .gallery-columns-6.gallery-size-thumbnail,
    .is-root-container .gallery-columns-6.gallery-size-thumbnail,
    .textwidget .gallery-columns-6.gallery-size-thumbnail {
        max-width: 900px
    }
}

@media only screen and (max-width:576px) {
    .comment-content .gallery-columns-6.gallery-size-thumbnail,
    .elementor-widget-text-editor .gallery-columns-6.gallery-size-thumbnail,
    .entry-content .gallery-columns-6.gallery-size-thumbnail,
    .is-root-container .gallery-columns-6.gallery-size-thumbnail,
    .textwidget .gallery-columns-6.gallery-size-thumbnail {
        max-width: 492px
    }
}

.comment-content .gallery-columns-7,
.elementor-widget-text-editor .gallery-columns-7,
.entry-content .gallery-columns-7,
.is-root-container .gallery-columns-7,
.textwidget .gallery-columns-7 {
    margin: -7px !important
}

.comment-content .gallery-columns-7 .gallery-item,
.elementor-widget-text-editor .gallery-columns-7 .gallery-item,
.entry-content .gallery-columns-7 .gallery-item,
.is-root-container .gallery-columns-7 .gallery-item,
.textwidget .gallery-columns-7 .gallery-item {
    max-width: 14.2857%;
    min-width: 14.2857%;
    padding: 7px !important;
    width: 14.2857%
}

@media only screen and (max-width:1024px) {
    .comment-content .gallery-columns-7 .gallery-item,
    .elementor-widget-text-editor .gallery-columns-7 .gallery-item,
    .entry-content .gallery-columns-7 .gallery-item,
    .is-root-container .gallery-columns-7 .gallery-item,
    .textwidget .gallery-columns-7 .gallery-item {
        max-width: 25%;
        min-width: 25%;
        width: 25%
    }
}

@media only screen and (max-width:767px) {
    .comment-content .gallery-columns-7 .gallery-item,
    .elementor-widget-text-editor .gallery-columns-7 .gallery-item,
    .entry-content .gallery-columns-7 .gallery-item,
    .is-root-container .gallery-columns-7 .gallery-item,
    .textwidget .gallery-columns-7 .gallery-item {
        max-width: 33.33333%;
        min-width: 33.33333%;
        width: 33.33333%
    }
}

@media only screen and (max-width:576px) {
    .comment-content .gallery-columns-7 .gallery-item,
    .elementor-widget-text-editor .gallery-columns-7 .gallery-item,
    .entry-content .gallery-columns-7 .gallery-item,
    .is-root-container .gallery-columns-7 .gallery-item,
    .textwidget .gallery-columns-7 .gallery-item {
        max-width: 50%;
        min-width: 50%;
        width: 50%
    }
}

.comment-content .gallery-columns-7.gallery-size-thumbnail,
.elementor-widget-text-editor .gallery-columns-7.gallery-size-thumbnail,
.entry-content .gallery-columns-7.gallery-size-thumbnail,
.is-root-container .gallery-columns-7.gallery-size-thumbnail,
.textwidget .gallery-columns-7.gallery-size-thumbnail {
    max-width: 1148px
}

@media only screen and (max-width:767px) {
    .comment-content .gallery-columns-7.gallery-size-thumbnail,
    .elementor-widget-text-editor .gallery-columns-7.gallery-size-thumbnail,
    .entry-content .gallery-columns-7.gallery-size-thumbnail,
    .is-root-container .gallery-columns-7.gallery-size-thumbnail,
    .textwidget .gallery-columns-7.gallery-size-thumbnail {
        max-width: 900px
    }
}

@media only screen and (max-width:576px) {
    .comment-content .gallery-columns-7.gallery-size-thumbnail,
    .elementor-widget-text-editor .gallery-columns-7.gallery-size-thumbnail,
    .entry-content .gallery-columns-7.gallery-size-thumbnail,
    .is-root-container .gallery-columns-7.gallery-size-thumbnail,
    .textwidget .gallery-columns-7.gallery-size-thumbnail {
        max-width: 492px
    }
}

.comment-content .gallery-columns-8,
.elementor-widget-text-editor .gallery-columns-8,
.entry-content .gallery-columns-8,
.is-root-container .gallery-columns-8,
.textwidget .gallery-columns-8 {
    margin: -7px !important
}

.comment-content .gallery-columns-8 .gallery-item,
.elementor-widget-text-editor .gallery-columns-8 .gallery-item,
.entry-content .gallery-columns-8 .gallery-item,
.is-root-container .gallery-columns-8 .gallery-item,
.textwidget .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
    min-width: 12.5%;
    padding: 7px !important;
    width: 12.5%
}

@media only screen and (max-width:1024px) {
    .comment-content .gallery-columns-8 .gallery-item,
    .elementor-widget-text-editor .gallery-columns-8 .gallery-item,
    .entry-content .gallery-columns-8 .gallery-item,
    .is-root-container .gallery-columns-8 .gallery-item,
    .textwidget .gallery-columns-8 .gallery-item {
        max-width: 25%;
        min-width: 25%;
        width: 25%
    }
}

@media only screen and (max-width:767px) {
    .comment-content .gallery-columns-8 .gallery-item,
    .elementor-widget-text-editor .gallery-columns-8 .gallery-item,
    .entry-content .gallery-columns-8 .gallery-item,
    .is-root-container .gallery-columns-8 .gallery-item,
    .textwidget .gallery-columns-8 .gallery-item {
        max-width: 33.33333%;
        min-width: 33.33333%;
        width: 33.33333%
    }
}

@media only screen and (max-width:576px) {
    .comment-content .gallery-columns-8 .gallery-item,
    .elementor-widget-text-editor .gallery-columns-8 .gallery-item,
    .entry-content .gallery-columns-8 .gallery-item,
    .is-root-container .gallery-columns-8 .gallery-item,
    .textwidget .gallery-columns-8 .gallery-item {
        max-width: 50%;
        min-width: 50%;
        width: 50%
    }
}

.comment-content .gallery-columns-8.gallery-size-thumbnail,
.elementor-widget-text-editor .gallery-columns-8.gallery-size-thumbnail,
.entry-content .gallery-columns-8.gallery-size-thumbnail,
.is-root-container .gallery-columns-8.gallery-size-thumbnail,
.textwidget .gallery-columns-8.gallery-size-thumbnail {
    max-width: 1312px
}

@media only screen and (max-width:767px) {
    .comment-content .gallery-columns-8.gallery-size-thumbnail,
    .elementor-widget-text-editor .gallery-columns-8.gallery-size-thumbnail,
    .entry-content .gallery-columns-8.gallery-size-thumbnail,
    .is-root-container .gallery-columns-8.gallery-size-thumbnail,
    .textwidget .gallery-columns-8.gallery-size-thumbnail {
        max-width: 900px
    }
}

@media only screen and (max-width:576px) {
    .comment-content .gallery-columns-8.gallery-size-thumbnail,
    .elementor-widget-text-editor .gallery-columns-8.gallery-size-thumbnail,
    .entry-content .gallery-columns-8.gallery-size-thumbnail,
    .is-root-container .gallery-columns-8.gallery-size-thumbnail,
    .textwidget .gallery-columns-8.gallery-size-thumbnail {
        max-width: 492px
    }
}

.comment-content .gallery-columns-9,
.elementor-widget-text-editor .gallery-columns-9,
.entry-content .gallery-columns-9,
.is-root-container .gallery-columns-9,
.textwidget .gallery-columns-9 {
    margin: -7px !important
}

.comment-content .gallery-columns-9 .gallery-item,
.elementor-widget-text-editor .gallery-columns-9 .gallery-item,
.entry-content .gallery-columns-9 .gallery-item,
.is-root-container .gallery-columns-9 .gallery-item,
.textwidget .gallery-columns-9 .gallery-item {
    max-width: 11.1%;
    min-width: 11.1%;
    padding: 7px !important;
    width: 11.1%
}

@media only screen and (max-width:1024px) {
    .comment-content .gallery-columns-9 .gallery-item,
    .elementor-widget-text-editor .gallery-columns-9 .gallery-item,
    .entry-content .gallery-columns-9 .gallery-item,
    .is-root-container .gallery-columns-9 .gallery-item,
    .textwidget .gallery-columns-9 .gallery-item {
        max-width: 25%;
        min-width: 25%;
        width: 25%
    }
}

@media only screen and (max-width:767px) {
    .comment-content .gallery-columns-9 .gallery-item,
    .elementor-widget-text-editor .gallery-columns-9 .gallery-item,
    .entry-content .gallery-columns-9 .gallery-item,
    .is-root-container .gallery-columns-9 .gallery-item,
    .textwidget .gallery-columns-9 .gallery-item {
        max-width: 33.33333%;
        min-width: 33.33333%;
        width: 33.33333%
    }
}

@media only screen and (max-width:576px) {
    .comment-content .gallery-columns-9 .gallery-item,
    .elementor-widget-text-editor .gallery-columns-9 .gallery-item,
    .entry-content .gallery-columns-9 .gallery-item,
    .is-root-container .gallery-columns-9 .gallery-item,
    .textwidget .gallery-columns-9 .gallery-item {
        max-width: 50%;
        min-width: 50%;
        width: 50%
    }
}

.comment-content .gallery-columns-9.gallery-size-thumbnail,
.elementor-widget-text-editor .gallery-columns-9.gallery-size-thumbnail,
.entry-content .gallery-columns-9.gallery-size-thumbnail,
.is-root-container .gallery-columns-9.gallery-size-thumbnail,
.textwidget .gallery-columns-9.gallery-size-thumbnail {
    max-width: 1476px
}

@media only screen and (max-width:767px) {
    .comment-content .gallery-columns-9.gallery-size-thumbnail,
    .elementor-widget-text-editor .gallery-columns-9.gallery-size-thumbnail,
    .entry-content .gallery-columns-9.gallery-size-thumbnail,
    .is-root-container .gallery-columns-9.gallery-size-thumbnail,
    .textwidget .gallery-columns-9.gallery-size-thumbnail {
        max-width: 900px
    }
}

@media only screen and (max-width:576px) {
    .comment-content .gallery-columns-9.gallery-size-thumbnail,
    .elementor-widget-text-editor .gallery-columns-9.gallery-size-thumbnail,
    .entry-content .gallery-columns-9.gallery-size-thumbnail,
    .is-root-container .gallery-columns-9.gallery-size-thumbnail,
    .textwidget .gallery-columns-9.gallery-size-thumbnail {
        max-width: 492px
    }
}

.comment-content .blocks-gallery-grid:not(.has-nested-images),
.elementor-widget-text-editor .blocks-gallery-grid:not(.has-nested-images),
.entry-content .blocks-gallery-grid:not(.has-nested-images),
.is-root-container .blocks-gallery-grid:not(.has-nested-images),
.textwidget .blocks-gallery-grid:not(.has-nested-images) {
    margin: -15px
}

.comment-content .blocks-gallery-grid:not(.has-nested-images) figure,
.elementor-widget-text-editor .blocks-gallery-grid:not(.has-nested-images) figure,
.entry-content .blocks-gallery-grid:not(.has-nested-images) figure,
.is-root-container .blocks-gallery-grid:not(.has-nested-images) figure,
.textwidget .blocks-gallery-grid:not(.has-nested-images) figure {
    flex-direction: column
}

.comment-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.elementor-widget-text-editor .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.entry-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.is-root-container .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.textwidget .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item {
    margin: 0 !important;
    padding: 15px
}

.comment-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item .blocks-gallery-item__caption,
.elementor-widget-text-editor .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item .blocks-gallery-item__caption,
.entry-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item .blocks-gallery-item__caption,
.is-root-container .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item .blocks-gallery-item__caption,
.textwidget .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item .blocks-gallery-item__caption {
    background: none;
    box-shadow: none;
    color: var(--jkd-txt-col);
    font-size: 12px !important;
    line-height: 1.1 !important;
    max-width: 100%;
    min-width: 100%;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100%
}

.comment-content .blocks-gallery-caption,
.elementor-widget-text-editor .blocks-gallery-caption,
.entry-content .blocks-gallery-caption,
.is-root-container .blocks-gallery-caption,
.textwidget .blocks-gallery-caption {
    text-align: center
}

.comment-content .gallery-caption,
.elementor-widget-text-editor .gallery-caption,
.entry-content .gallery-caption,
.is-root-container .gallery-caption,
.textwidget .gallery-caption {
    pointer-events: auto;
    text-align: center
}

.comment-content .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq),
.comment-content blockquote:not(.custom-blq),
.elementor-widget-text-editor .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq),
.elementor-widget-text-editor blockquote:not(.custom-blq),
.entry-content .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq),
.entry-content blockquote:not(.custom-blq),
.is-root-container .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq),
.is-root-container blockquote:not(.custom-blq),
.textwidget .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq),
.textwidget blockquote:not(.custom-blq) {
    border-right: 5px solid var(--jkd-pr-col);
    color: var(--jkd-h-col);
    display: flex;
    flex-direction: column;
    font-size: 20px;
    padding: 12px 20px 12px 0 !important;
    position: relative;
    text-align: right;
    width: 100%
}

.comment-content .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq) a,
.comment-content blockquote:not(.custom-blq) a,
.elementor-widget-text-editor .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq) a,
.elementor-widget-text-editor blockquote:not(.custom-blq) a,
.entry-content .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq) a,
.entry-content blockquote:not(.custom-blq) a,
.is-root-container .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq) a,
.is-root-container blockquote:not(.custom-blq) a,
.textwidget .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq) a,
.textwidget blockquote:not(.custom-blq) a {
    color: var(--jkd-h-col)
}

.comment-content .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq) p,
.comment-content blockquote:not(.custom-blq) p,
.elementor-widget-text-editor .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq) p,
.elementor-widget-text-editor blockquote:not(.custom-blq) p,
.entry-content .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq) p,
.entry-content blockquote:not(.custom-blq) p,
.is-root-container .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq) p,
.is-root-container blockquote:not(.custom-blq) p,
.textwidget .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq) p,
.textwidget blockquote:not(.custom-blq) p {
    margin-bottom: 0
}

.comment-content .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq) cite,
.comment-content blockquote:not(.custom-blq) cite,
.elementor-widget-text-editor .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq) cite,
.elementor-widget-text-editor blockquote:not(.custom-blq) cite,
.entry-content .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq) cite,
.entry-content blockquote:not(.custom-blq) cite,
.is-root-container .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq) cite,
.is-root-container blockquote:not(.custom-blq) cite,
.textwidget .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq) cite,
.textwidget blockquote:not(.custom-blq) cite {
    font-size: 14px;
    margin-right: 0 !important;
    margin-top: 10px;
    opacity: var(--jkd-op-sm);
    text-transform: unset
}

.comment-content .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq).has-text-align-center,
.comment-content blockquote:not(.custom-blq).has-text-align-center,
.elementor-widget-text-editor .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq).has-text-align-center,
.elementor-widget-text-editor blockquote:not(.custom-blq).has-text-align-center,
.entry-content .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq).has-text-align-center,
.entry-content blockquote:not(.custom-blq).has-text-align-center,
.is-root-container .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq).has-text-align-center,
.is-root-container blockquote:not(.custom-blq).has-text-align-center,
.textwidget .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq).has-text-align-center,
.textwidget blockquote:not(.custom-blq).has-text-align-center {
    text-align: center
}

.comment-content .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq).has-text-align-center cite,
.comment-content blockquote:not(.custom-blq).has-text-align-center cite,
.elementor-widget-text-editor .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq).has-text-align-center cite,
.elementor-widget-text-editor blockquote:not(.custom-blq).has-text-align-center cite,
.entry-content .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq).has-text-align-center cite,
.entry-content blockquote:not(.custom-blq).has-text-align-center cite,
.is-root-container .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq).has-text-align-center cite,
.is-root-container blockquote:not(.custom-blq).has-text-align-center cite,
.textwidget .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq).has-text-align-center cite,
.textwidget blockquote:not(.custom-blq).has-text-align-center cite {
    display: flex;
    justify-content: center;
    text-align: center
}

.comment-content .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq).has-light-gray-color,
.comment-content blockquote:not(.custom-blq).has-light-gray-color,
.elementor-widget-text-editor .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq).has-light-gray-color,
.elementor-widget-text-editor blockquote:not(.custom-blq).has-light-gray-color,
.entry-content .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq).has-light-gray-color,
.entry-content blockquote:not(.custom-blq).has-light-gray-color,
.is-root-container .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq).has-light-gray-color,
.is-root-container blockquote:not(.custom-blq).has-light-gray-color,
.textwidget .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq).has-light-gray-color,
.textwidget blockquote:not(.custom-blq).has-light-gray-color {
    background-color: var(--jkd-bg-col);
    border: none
}

.comment-content .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq).has-text-align-right,
.comment-content blockquote:not(.custom-blq).has-text-align-right,
.elementor-widget-text-editor .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq).has-text-align-right,
.elementor-widget-text-editor blockquote:not(.custom-blq).has-text-align-right,
.entry-content .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq).has-text-align-right,
.entry-content blockquote:not(.custom-blq).has-text-align-right,
.is-root-container .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq).has-text-align-right,
.is-root-container blockquote:not(.custom-blq).has-text-align-right,
.textwidget .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq).has-text-align-right,
.textwidget blockquote:not(.custom-blq).has-text-align-right {
    text-align: left
}

.comment-content .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq).has-text-align-right cite,
.comment-content blockquote:not(.custom-blq).has-text-align-right cite,
.elementor-widget-text-editor .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq).has-text-align-right cite,
.elementor-widget-text-editor blockquote:not(.custom-blq).has-text-align-right cite,
.entry-content .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq).has-text-align-right cite,
.entry-content blockquote:not(.custom-blq).has-text-align-right cite,
.is-root-container .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq).has-text-align-right cite,
.is-root-container blockquote:not(.custom-blq).has-text-align-right cite,
.textwidget .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq).has-text-align-right cite,
.textwidget blockquote:not(.custom-blq).has-text-align-right cite {
    display: flex;
    justify-content: flex-end;
    text-align: left
}

.comment-content .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq).is-style-large p,
.comment-content blockquote:not(.custom-blq).is-style-large p,
.elementor-widget-text-editor .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq).is-style-large p,
.elementor-widget-text-editor blockquote:not(.custom-blq).is-style-large p,
.entry-content .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq).is-style-large p,
.entry-content blockquote:not(.custom-blq).is-style-large p,
.is-root-container .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq).is-style-large p,
.is-root-container blockquote:not(.custom-blq).is-style-large p,
.textwidget .wp-block-quote.is-style-large:not(.is-style-plain):not(.custom-blq).is-style-large p,
.textwidget blockquote:not(.custom-blq).is-style-large p {
    font-size: 28px
}

.comment-content figure,
.elementor-widget-text-editor figure,
.entry-content figure,
.is-root-container figure,
.textwidget figure {
    box-shadow: none !important;
    max-width: 100%
}

.comment-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.comment-content .wp-caption-text,
.comment-content caption,
.comment-content figcaption,
.elementor-widget-text-editor .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.elementor-widget-text-editor .wp-caption-text,
.elementor-widget-text-editor caption,
.elementor-widget-text-editor figcaption,
.entry-content .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.entry-content .wp-caption-text,
.entry-content caption,
.entry-content figcaption,
.is-root-container .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.is-root-container .wp-caption-text,
.is-root-container caption,
.is-root-container figcaption,
.textwidget .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.textwidget .wp-caption-text,
.textwidget caption,
.textwidget figcaption {
    color: var(--jkd-txt-col);
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 10px;
    opacity: var(--jkd-op-md)
}

.comment-content img,
.comment-content picture,
.elementor-widget-text-editor img,
.elementor-widget-text-editor picture,
.entry-content img,
.entry-content picture,
.is-root-container img,
.is-root-container picture,
.textwidget img,
.textwidget picture {
    background-color: var(--jkd-bg-col);
    border-radius: var(--jkd-br-md);
    box-shadow: none !important;
    height: auto;
    max-width: 100% !important
}

.comment-content [name=loginform] label,
.elementor-widget-text-editor [name=loginform] label,
.entry-content [name=loginform] label,
.is-root-container [name=loginform] label,
.textwidget [name=loginform] label {
    display: flex
}

#jkd-nav {
    padding-right: var(--jkd-c-off);
    padding-left: var(--jkd-c-off);
    position: fixed;
    top: calc(var(--jkd-c-off)/2 + var(--jkd-a-bar-h));
    width: 100%;
    z-index: 999
}

#jkd-nav .logo-wrp img {
    width: var(--jkd-logo-w)
}

#jkd-nav .in-wrp {
    background-color: var(--jkd-bg-col);
    border-radius: var(--jkd-br-md);
    height: 70px;
    max-width: calc(var(--jkd-c-w) - var(--jkd-c-off)*2)
}

#jkd-nav .menu-tg {
    display: none;
    height: 32px;
    right: calc(50% - 16px);
    padding: 7px;
    width: 32px
}

@media only screen and (max-width:1024px) {
    #jkd-nav .menu-tg {
        display: flex
    }
}

#jkd-nav .menu-tg span {
    height: 2px
}

#jkd-nav .menu-tg span:not(:last-child) {
    margin-bottom: 3px
}

#jkd-nav .nav-search {
    border-radius: calc(var(--jkd-br-md) + 3px);
    opacity: 0;
    padding-right: var(--jkd-c-off);
    padding-left: var(--jkd-c-off);
    pointer-events: none
}

#jkd-nav .nav-search.active {
    opacity: 1;
    pointer-events: auto
}

#jkd-nav .nav-search form {
    align-items: center;
    display: flex;
    width: 100%
}

#jkd-nav .nav-search form input {
    border-radius: 0 !important;
    font-size: 16px !important;
    padding-right: 0 !important
}

#jkd-nav .nav-search form input:focus::placeholder {
    opacity: 1 !important;
    transform: unset !important
}

#jkd-nav .nav-search form button {
    margin-right: 5px;
    position: relative !important;
    left: unset;
    top: unset
}

#jkd-nav .nav-search .btn-off,
#jkd-nav .nav-search form button {
    height: 30px;
    max-height: 30px;
    max-width: 30px;
    min-height: 30px;
    min-width: 30px;
    width: 30px
}

#jkd-nav .nav-search .btn-off {
    background-color: var(--jkd-b-col);
    border-radius: var(--jkd-br-md);
    color: var(--jkd-h-col);
    cursor: pointer;
    margin-right: 7px;
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp);
    z-index: 101
}

#jkd-nav .nav-search .btn-off svg {
    height: 16px;
    width: 16px
}

#jkd-nav .nav-search .btn-off:hover {
    background-color: var(--jkd-pr-col) !important;
    color: var(--jkd-wh-col) !important
}

#jkd-nav .menu-wrp .menu-list>.menu-item {
    align-items: center;
    display: flex;
    height: 100%
}

#jkd-nav .menu-wrp .menu-list>.menu-item>.sub-menu {
    right: -11px;
    top: 100%
}

#jkd-nav .menu-wrp .menu-list:hover>li:not(:hover) {
    opacity: var(--jkd-op-lg) !important
}

#jkd-nav .menu-wrp .menu-item {
    position: relative;
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp)
}

#jkd-nav .menu-wrp .menu-item>a {
    align-items: center;
    border-radius: var(--jkd-br-md);
    color: var(--jkd-h-col);
    display: flex;
    font-size: calc(var(--jkd-mt-fz)*var(--jkd-mt-multi)/100);
    padding: 5px 8px;
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp)
}

@media only screen and (max-width:1024px) {
    #jkd-nav .menu-wrp .menu-item>a {
        font-size: 12px;
        padding: 5px
    }
}

#jkd-nav .menu-wrp .menu-item svg {
    color: var(--jkd-h-col);
    height: 14px;
    margin-right: 3px;
    width: 14px
}

#jkd-nav .menu-wrp .menu-item:hover {
    opacity: 1
}

#jkd-nav .menu-wrp .menu-item:hover>.sub-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

#jkd-nav .menu-wrp .sub-menu {
    background-color: var(--jkd-bg-col);
    border-radius: var(--jkd-br-md);
    display: flex;
    flex-direction: column;
    opacity: 0;
    padding: 8px 0;
    pointer-events: none;
    position: absolute;
    transform: translateY(10px);
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp);
    width: 200px
}

#jkd-nav .menu-wrp .sub-menu .sub-menu {
    border-radius: var(--jkd-br-md);
    right: 100%;
    top: -8px
}

#jkd-nav .menu-wrp .sub-menu .menu-item {
    padding: 0 7px;
    width: 100%
}

#jkd-nav .menu-wrp .sub-menu .menu-item.current-menu-item a {
    background-color: var(--jkd-bg-col-sec) !important
}

#jkd-nav .menu-wrp .sub-menu a {
    padding: 6px 9px;
    width: 100%
}

#jkd-nav .menu-wrp .sub-menu a .arrow-down {
    margin-right: auto;
    transform: rotate(90deg)
}

#jkd-nav .menu-wrp .sub-menu a:hover {
    background-color: var(--jkd-bg-col-sec)
}

#jkd-nav .action-item {
    align-items: center;
    display: flex;
    justify-content: center
}

#jkd-nav .action-item.search-toggle svg {
    height: 16px;
    width: 16px
}

#jkd-nav .action-item svg {
    height: 14px;
    width: 14px
}

#jkd-nav .action-item.cs-toggle {
    border-right: 1px solid var(--jkd-b-col);
    margin-right: 8px;
    padding-right: 15px
}

@media only screen and (max-width:1024px) {
    #jkd-nav .action-item.cs-toggle {
        margin-right: 5px;
        padding-right: 10px
    }
}

#jkd-nav .action-item:not(.bk-tg) {
    cursor: pointer
}

#jkd-nav .nav-actions li {
    color: var(--jkd-h-col);
    position: relative
}

#jkd-nav .nav-actions li:not(:last-child):not(.cat-item) {
    margin-left: 10px
}

@media only screen and (max-width:1024px) {
    #jkd-nav .nav-actions li:not(:last-child):not(.cat-item) {
        margin-left: 7px
    }
}

#jkd-nav .cs-switch {
    align-items: center;
    background-color: var(--jkd-pr-col);
    border-radius: var(--jkd-br-xl);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 22px;
    justify-content: center;
    max-height: 22px;
    max-width: 22px;
    min-height: 22px;
    min-width: 22px;
    position: relative;
    width: 22px
}

#jkd-nav .cs-switch svg {
    color: var(--jkd-wh-col);
    display: none
}

#jkd-nav .cs-switch[data-selected-cs=dark] .icon-moon,
#jkd-nav .cs-switch[data-selected-cs=light] .icon-sun {
    display: flex
}

#jkd-nav .nav-ovrl {
    bottom: 0;
    right: 0;
    opacity: 0;
    padding: calc(var(--jkd-a-bar-h) + 60px) 0 30px 0;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: scale(.9);
    z-index: 999
}

@media only screen and (max-width:425px) {
    #jkd-nav .nav-ovrl {
        padding: calc(var(--jkd-a-bar-h) + 60px) 15px 20px 15px
    }
}

#jkd-nav .nav-ovrl.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1)
}

#jkd-nav .nav-ovrl .btn-off {
    border-radius: var(--jkd-br-md);
    color: var(--jkd-h-col);
    cursor: pointer;
    height: 25px;
    max-height: 25px;
    max-width: 25px;
    min-height: 25px;
    min-width: 25px;
    left: 15px;
    top: calc(var(--jkd-a-bar-h) + 15px) !important;
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp);
    width: 25px;
    z-index: var(--jkd-z-nav)
}

@media(max-width:576px) {
    #jkd-nav .nav-ovrl .btn-off {
        top: calc(var(--jkd-a-bar-h) + 15px) !important
    }
}

#jkd-nav .nav-ovrl .btn-off svg {
    height: 20px;
    width: 20px
}

#jkd-nav .nav-ovrl .btn-off:hover {
    background-color: var(--jkd-pr-col) !important;
    color: var(--jkd-wh-col) !important
}

#jkd-nav .nav-ovrl .ovrl-in {
    max-width: 350px;
    width: 100%
}

#jkd-nav .nav-ovrl .ovrl-in .theme-logo {
    display: flex !important
}

#jkd-nav .nav-ovrl .mob-menu-wrp {
    height: 100%;
    overflow-y: scroll;
    width: 100%
}

#jkd-nav .nav-ovrl .mob-menu-wrp .menu-list>.menu-item {
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px)
}

#jkd-nav .nav-ovrl .mob-menu-wrp .arrow-down {
    font-size: 20px;
    height: 20px;
    margin-left: 3px;
    width: 20px
}

#jkd-nav .nav-ovrl .mob-menu-wrp .menu-item:not(:last-child) {
    margin-bottom: 12px
}

#jkd-nav .nav-ovrl .mob-menu-wrp a {
    align-items: center;
    color: var(--jkd-h-col);
    display: flex;
    font-size: 20px;
    width: 100%
}

#jkd-nav .nav-ovrl .mob-menu-wrp a .icon-chevron-down {
    margin-right: auto !important
}

#jkd-nav .nav-ovrl .mob-menu-wrp .sub-menu {
    display: none;
    margin-top: 12px;
    padding-right: 12px
}

#jkd-nav .nav-ovrl .mob-menu-wrp .sub-menu .sub-menu {
    margin-top: 10px;
    padding-right: 10px
}

#jkd-nav .nav-ovrl .mob-menu-wrp .sub-menu .sub-menu a {
    color: var(--jkd-txt-col)
}

#jkd-nav .nav-ovrl .mob-menu-wrp .sub-menu .menu-item:not(:last-child) {
    margin-bottom: 10px
}

#jkd-nav .nav-ovrl .mob-menu-wrp .sub-menu .menu-item a {
    font-size: 18px
}

[data-cs=light] #jkd-nav .in-wrp,
[data-cs=light] #jkd-nav .menu-wrp .sub-menu {
    box-shadow: 0 0 15px rgba(0, 0, 0, .05)
}

[data-cs=dark] #jkd-nav .in-wrp,
[data-cs=dark] #jkd-nav .menu-wrp .sub-menu {
    border: 1px solid var(--jkd-b-col)
}

[data-cs=dark] #jkd-nav .sub-menu .sub-menu {
    top: -9px
}

#theme-footer {
    background-color: var(--jkd-pr-col)
}

@media only screen and (max-width:1024px) {
    #theme-footer .menu-list {
        border-top: 1px solid var(--jkd-b-col-wh)
    }
}

#theme-footer .menu-list .menu-item:not(:last-child) {
    margin-left: 7px
}

#theme-footer .menu-list a {
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp)
}

#theme-footer .menu-list a:hover {
    text-decoration: underline
}

#theme-footer .menu-list .sub-menu {
    display: none
}

.def-wrp #single-post {
    width: 100%
}

.def-wrp #single-post .cat-list,
.def-wrp #single-post .tags-list-s {
    margin: -3px
}

.def-wrp #single-post .cat-list .cat-lb,
.def-wrp #single-post .cat-list .tag-lb,
.def-wrp #single-post .tags-list-s .cat-lb,
.def-wrp #single-post .tags-list-s .tag-lb {
    margin: 3px
}

.def-wrp #single-post .sticky-header {
    border-right: 5px solid var(--jkd-pr-col);
    padding-right: 15px
}

.def-wrp #single-post .in-wrp {
    margin: 0 auto;
    max-width: 780px;
    width: 100%
}

.def-wrp #single-post .p-hdr img {
    margin-left: auto !important;
    max-height: 500px;
    max-width: 100%;
    opacity: 1 !important;
    width: auto !important
}

.def-wrp #single-post #comments {
    margin-top: 50px
}

@media only screen and (max-width:576px) {
    .def-wrp #single-post #comments {
        margin-top: 30px
    }
}

.def-wrp .single-format-chat .entry-content p b {
    color: var(--jkd-h-col)
}

.def-wrp .single-format-chat .entry-content p:not(:last-child) {
    margin-bottom: 30px
}

.def-wrp .page-wrp .entry-content {
    margin: 0 auto;
    max-width: 780px;
    width: 100%
}

.def-wrp .page-wrp .comments-wrp {
    max-width: 720px;
    width: 100%
}

.def-wrp .page-wrp .comments-wrp .comment-list {
    margin-top: 50px
}

.def-wrp .page-wrp .no-comments {
    border: 1px solid var(--jkd-b-col);
    font-weight: var(--jkd-m-fw);
    margin-top: 20px;
    padding: 20px 30px
}

.post-nav-links {
    float: right;
    font-size: 0;
    margin-top: 7px;
    max-width: 100%;
    min-width: 100%;
    width: 100%
}

.post-nav-links,
.post-nav-links .post-page-numbers {
    align-items: center;
    color: var(--jkd-h-col);
    display: flex;
    font-weight: var(--jkd-m-fw)
}

.post-nav-links .post-page-numbers {
    background-color: var(--jkd-bg-col);
    border: none !important;
    border-radius: var(--jkd-br-md);
    font-size: calc(var(--jkd-mt-fz) - 1px) !important;
    height: 29px;
    justify-content: center;
    letter-spacing: .5px !important;
    line-height: 1;
    min-width: 29px;
    overflow: hidden;
    padding-top: 1px;
    text-decoration: none !important;
    text-transform: uppercase !important;
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp);
    width: 29px
}

.post-nav-links .post-page-numbers a,
.post-nav-links .post-page-numbers span {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 !important;
    text-decoration: none !important
}

.post-nav-links .post-page-numbers.current,
.post-nav-links .post-page-numbers:hover:not(.dots) {
    background-color: var(--jkd-pr-col) !important;
    color: var(--jkd-wh-col) !important
}

.post-nav-links .post-page-numbers:not(:last-child) {
    margin-left: 5px !important
}

.sdb-enbl .grid-wrp {
    width: 75%
}

@media only screen and (max-width:767px) {
    .sdb-enbl .grid-wrp {
        width: 100%
    }
}

.sdb-enbl aside {
    width: 25%
}

@media only screen and (max-width:767px) {
    .sdb-enbl aside {
        width: 100%
    }
}

.grid-wrp .grid-item:not(:last-child) {
    margin-bottom: 15px
}

.grid-wrp .rm-link {
    text-decoration: underline
}

.grid-wrp .cat-list {
    margin: -3px
}

.grid-wrp .cat-list .cat-lb {
    margin: 3px
}

.grid-wrp .p-hdr {
    margin: 0 auto;
    max-height: 300px;
    min-width: 40%;
    width: 40%
}

.grid-wrp .in-wrp.sticky {
    border-right: 8px solid var(--jkd-pr-col)
}

.grid-wrp .name {
    font-weight: var(--jkd-m-fw);
    line-height: 1
}

.grid-wrp .date {
    font-size: 12px !important;
    line-height: 1 !important;
    width: 100%
}

.grid-wrp .auth-wrp {
    margin-top: auto !important;
    padding-top: 5px
}

.index-wrp:not(.sdb-enbl) .grid-wrp {
    margin: 0 auto;
    max-width: 920px
}

.index-wrp .not-found .form-wrp,
.index-wrp .not-found p {
    max-width: 400px
}

.index-wrp .not-found>svg {
    height: 36px;
    width: 36px
}

@media only screen and (max-width:767px) {
    .index-wrp .sb-wrp {
        border-top: 1px solid var(--jkd-b-col)
    }
}

.default-page {
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 50px;
    width: 100%
}

@media only screen and (max-width:576px) {
    .default-page {
        padding-bottom: 30px;
        padding-top: 30px
    }
}

.default-page select:not(.wc-blocks-components-select__select) {
    appearance: auto !important
}

body:not(.woocommerce-page) .default-page {
    max-width: 780px
}

.page-header.img-on {
    height: 35vh;
    min-height: 300px
}

@media only screen and (max-width:576px) {
    .page-header.img-on {
        height: 30vh;
        min-height: 200px;
        padding-top: 0 !important
    }
}

.page-header.img-on:after {
    background: linear-gradient(to top, var(--jkd-bg-col-sec), hsla(0, 0%, 100%, 0));
    bottom: 0;
    content: "";
    display: flex;
    height: 100%;
    right: 0;
    pointer-events: none;
    position: absolute;
    width: 100%
}

.page-header.simple .in-wrp {
    padding-top: 30px
}

.page-header.simple .page-title {
    text-align: right;
    width: 100%
}

.page-header.simple #yoast-breadcrumbs {
    justify-content: flex-start;
    width: 100%
}

.page-header:not(.simple) .page-title {
    text-align: center
}

.page-header:not(.simple) #yoast-breadcrumbs {
    justify-content: center
}

.page-header:not(.simple) .in-wrp {
    padding-top: 50px
}

@media only screen and (max-width:576px) {
    .page-header:not(.simple) .in-wrp {
        padding-top: 30px
    }
}

.page-header:not(.img-on):not(.simple) {
    border-bottom: 1px solid var(--jkd-b-col)
}

.comments-pagination,
.jkd-pag,
.nav-links,
.woocommerce .woocommerce-pagination,
.wp-block-query-pagination-numbers {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin-top: 30px;
    width: 100%
}

@media only screen and (max-width:576px) {
    .comments-pagination,
    .jkd-pag,
    .nav-links,
    .woocommerce .woocommerce-pagination,
    .wp-block-query-pagination-numbers {
        margin-top: 20px
    }
}

.comments-pagination:empty,
.jkd-pag:empty,
.nav-links:empty,
.woocommerce .woocommerce-pagination:empty,
.wp-block-query-pagination-numbers:empty {
    display: none !important
}

.comments-pagination .dots,
.jkd-pag .dots,
.nav-links .dots,
.woocommerce .woocommerce-pagination .dots,
.wp-block-query-pagination-numbers .dots {
    pointer-events: none
}

.comments-pagination ul.page-numbers,
.jkd-pag ul.page-numbers,
.nav-links ul.page-numbers,
.woocommerce .woocommerce-pagination ul.page-numbers,
.wp-block-query-pagination-numbers ul.page-numbers {
    align-items: center;
    border: none !important;
    display: inline-flex;
    justify-content: center;
    text-decoration: none !important;
    width: 100%
}

.comments-pagination .page-numbers:not(ul),
.comments-pagination li,
.jkd-pag .page-numbers:not(ul),
.jkd-pag li,
.nav-links .page-numbers:not(ul),
.nav-links li,
.woocommerce .woocommerce-pagination .page-numbers:not(ul),
.woocommerce .woocommerce-pagination li,
.wp-block-query-pagination-numbers .page-numbers:not(ul),
.wp-block-query-pagination-numbers li {
    align-items: center;
    background-color: var(--jkd-bg-col);
    border: none !important;
    border-radius: var(--jkd-br-md);
    color: var(--jkd-h-col);
    display: flex;
    font-size: calc(var(--jkd-mt-fz) - 1px) !important;
    font-weight: var(--jkd-m-fw);
    height: 29px;
    justify-content: center;
    letter-spacing: .5px !important;
    line-height: 1;
    min-width: 29px;
    overflow: hidden;
    padding-top: 1px;
    text-decoration: none !important;
    text-transform: uppercase !important;
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp);
    width: 29px
}

.comments-pagination .page-numbers:not(ul) svg,
.comments-pagination li svg,
.jkd-pag .page-numbers:not(ul) svg,
.jkd-pag li svg,
.nav-links .page-numbers:not(ul) svg,
.nav-links li svg,
.woocommerce .woocommerce-pagination .page-numbers:not(ul) svg,
.woocommerce .woocommerce-pagination li svg,
.wp-block-query-pagination-numbers .page-numbers:not(ul) svg,
.wp-block-query-pagination-numbers li svg {
    height: 14px;
    width: 14px
}

.comments-pagination .page-numbers:not(ul) a,
.comments-pagination .page-numbers:not(ul) span,
.comments-pagination li a,
.comments-pagination li span,
.jkd-pag .page-numbers:not(ul) a,
.jkd-pag .page-numbers:not(ul) span,
.jkd-pag li a,
.jkd-pag li span,
.nav-links .page-numbers:not(ul) a,
.nav-links .page-numbers:not(ul) span,
.nav-links li a,
.nav-links li span,
.woocommerce .woocommerce-pagination .page-numbers:not(ul) a,
.woocommerce .woocommerce-pagination .page-numbers:not(ul) span,
.woocommerce .woocommerce-pagination li a,
.woocommerce .woocommerce-pagination li span,
.wp-block-query-pagination-numbers .page-numbers:not(ul) a,
.wp-block-query-pagination-numbers .page-numbers:not(ul) span,
.wp-block-query-pagination-numbers li a,
.wp-block-query-pagination-numbers li span {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 !important
}

.comments-pagination .page-numbers:not(ul).current,
.comments-pagination .page-numbers:not(ul):hover:not(.dots),
.comments-pagination li.current,
.comments-pagination li:hover:not(.dots),
.jkd-pag .page-numbers:not(ul).current,
.jkd-pag .page-numbers:not(ul):hover:not(.dots),
.jkd-pag li.current,
.jkd-pag li:hover:not(.dots),
.nav-links .page-numbers:not(ul).current,
.nav-links .page-numbers:not(ul):hover:not(.dots),
.nav-links li.current,
.nav-links li:hover:not(.dots),
.woocommerce .woocommerce-pagination .page-numbers:not(ul).current,
.woocommerce .woocommerce-pagination .page-numbers:not(ul):hover:not(.dots),
.woocommerce .woocommerce-pagination li.current,
.woocommerce .woocommerce-pagination li:hover:not(.dots),
.wp-block-query-pagination-numbers .page-numbers:not(ul).current,
.wp-block-query-pagination-numbers .page-numbers:not(ul):hover:not(.dots),
.wp-block-query-pagination-numbers li.current,
.wp-block-query-pagination-numbers li:hover:not(.dots) {
    background-color: var(--jkd-pr-col) !important;
    color: var(--jkd-wh-col) !important
}

.comments-pagination .page-numbers:not(ul):not(:last-child),
.comments-pagination li:not(:last-child),
.jkd-pag .page-numbers:not(ul):not(:last-child),
.jkd-pag li:not(:last-child),
.nav-links .page-numbers:not(ul):not(:last-child),
.nav-links li:not(:last-child),
.woocommerce .woocommerce-pagination .page-numbers:not(ul):not(:last-child),
.woocommerce .woocommerce-pagination li:not(:last-child),
.wp-block-query-pagination-numbers .page-numbers:not(ul):not(:last-child),
.wp-block-query-pagination-numbers li:not(:last-child) {
    margin-left: 5px !important
}

.bg-col .comments-pagination .page-numbers:not(ul),
.bg-col .comments-pagination li,
.bg-col .jkd-pag .page-numbers:not(ul),
.bg-col .jkd-pag li,
.bg-col .nav-links .page-numbers:not(ul),
.bg-col .nav-links li,
.bg-col .woocommerce .woocommerce-pagination .page-numbers:not(ul),
.bg-col .woocommerce .woocommerce-pagination li {
    background-color: var(--jkd-bg-col-sec)
}

.error-section h1 {
    color: var(--jkd-pr-col);
    font-size: 64px !important;
    font-weight: 700 !important
}

@media only screen and (max-width:576px) {
    .error-section h1 {
        font-size: 56px !important
    }
}

.error-section .in-wrp {
    max-width: 400px
}

.def-wrp #comments.active-comments>#respond {
    margin-bottom: 30px
}

.def-wrp #comments .comment-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.def-wrp #comments #rep-ttl {
    align-items: center;
    display: flex
}

.def-wrp #comments #rep-ttl small {
    margin-right: 7px
}

.def-wrp #comments .comments-body {
    padding-top: 30px
}

.def-wrp #comments .comment-notes,
.def-wrp #comments label {
    font-size: 13px;
    margin-bottom: 7px
}

.def-wrp #comments .required {
    color: red
}

.def-wrp #comments .comment-form-comment {
    width: 100%
}

.def-wrp #comments .comment-form-author,
.def-wrp #comments .comment-form-comment,
.def-wrp #comments .comment-form-email,
.def-wrp #comments .comment-form-url {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px
}

.def-wrp #comments .comment-form-author,
.def-wrp #comments .comment-form-email,
.def-wrp #comments .comment-form-url {
    width: calc(33.3333% - 10px)
}

@media only screen and (max-width:576px) {
    .def-wrp #comments .comment-form-author,
    .def-wrp #comments .comment-form-email,
    .def-wrp #comments .comment-form-url {
        width: 100%
    }
}

.def-wrp #comments .comment-form-cookies-consent {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    margin-top: 5px
}

.def-wrp #comments .comment-form-cookies-consent label {
    margin-bottom: 0
}

.def-wrp #comments .comment-form-cookies-consent input {
    margin-left: 7px
}

.def-wrp #comments .form-submit {
    margin-bottom: 0 !important;
    margin-top: 13px;
    width: 100%
}

.def-wrp #comments .comments-list #respond {
    margin: 20px 0
}

.def-wrp #comments .comments-list .comment,
.def-wrp #comments .comments-list .pingback,
.def-wrp #comments .comments-list .trackback {
    padding-top: 10px;
    position: relative
}

.def-wrp #comments .comments-list .comment:before,
.def-wrp #comments .comments-list .pingback:before,
.def-wrp #comments .comments-list .trackback:before {
    background-color: var(--jkd-b-col);
    content: "";
    display: flex;
    height: calc(100% - 47px);
    right: 17px;
    position: absolute;
    top: 43px;
    width: 1px
}

.def-wrp #comments .comments-list .comment .reply span,
.def-wrp #comments .comments-list .pingback .reply span,
.def-wrp #comments .comments-list .trackback .reply span {
    opacity: var(--jkd-op-md)
}

.def-wrp #comments .comments-list .comment .children,
.def-wrp #comments .comments-list .pingback .children,
.def-wrp #comments .comments-list .trackback .children {
    padding-right: 50px
}

.def-wrp #comments .comments-list .comment .children>.comment:last-child>.comment-in,
.def-wrp #comments .comments-list .comment .children>.pingback:last-child>.comment-in,
.def-wrp #comments .comments-list .comment .children>.trackback:last-child>.comment-in,
.def-wrp #comments .comments-list .pingback .children>.comment:last-child>.comment-in,
.def-wrp #comments .comments-list .pingback .children>.pingback:last-child>.comment-in,
.def-wrp #comments .comments-list .pingback .children>.trackback:last-child>.comment-in,
.def-wrp #comments .comments-list .trackback .children>.comment:last-child>.comment-in,
.def-wrp #comments .comments-list .trackback .children>.pingback:last-child>.comment-in,
.def-wrp #comments .comments-list .trackback .children>.trackback:last-child>.comment-in {
    padding-bottom: 30px
}

.def-wrp #comments .comments-list .comment .comment-author,
.def-wrp #comments .comments-list .pingback .comment-author,
.def-wrp #comments .comments-list .trackback .comment-author {
    max-width: 425px
}

.def-wrp #comments .comments-list .comment .comment-author a,
.def-wrp #comments .comments-list .pingback .comment-author a,
.def-wrp #comments .comments-list .trackback .comment-author a {
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp)
}

.def-wrp #comments .comments-list .comment .comment-author a:hover,
.def-wrp #comments .comments-list .pingback .comment-author a:hover,
.def-wrp #comments .comments-list .trackback .comment-author a:hover {
    text-decoration: underline
}

.def-wrp #comments .comments-list .comment .comment-avatar-wrp,
.def-wrp #comments .comments-list .pingback .comment-avatar-wrp,
.def-wrp #comments .comments-list .trackback .comment-avatar-wrp {
    background-color: var(--jkd-bg-col);
    border-radius: var(--jkd-br-xl);
    height: 35px;
    margin-left: 12px;
    margin-top: -8px;
    max-height: 35px;
    max-width: 35px;
    min-height: 35px;
    min-width: 35px;
    overflow: hidden;
    width: 35px
}

.def-wrp #comments .comments-list .comment .comment-avatar-wrp img,
.def-wrp #comments .comments-list .pingback .comment-avatar-wrp img,
.def-wrp #comments .comments-list .trackback .comment-avatar-wrp img {
    display: flex;
    height: 100%;
    width: 100%
}

.def-wrp #comments .comments-list .comment:not(:last-child)>.comment-in,
.def-wrp #comments .comments-list .pingback:not(:last-child)>.comment-in,
.def-wrp #comments .comments-list .trackback:not(:last-child)>.comment-in {
    padding-bottom: 30px
}

.def-wrp #comments .comments-list .comment:last-child>.children,
.def-wrp #comments .comments-list .pingback:last-child>.children,
.def-wrp #comments .comments-list .trackback:last-child>.children {
    padding-top: 30px
}

.def-wrp #comments .comments-list .comment:last-child>.children>.comment:last-child .comment-in,
.def-wrp #comments .comments-list .comment:last-child>.children>.pingback:last-child .comment-in,
.def-wrp #comments .comments-list .comment:last-child>.children>.trackback:last-child .comment-in,
.def-wrp #comments .comments-list .pingback:last-child>.children>.comment:last-child .comment-in,
.def-wrp #comments .comments-list .pingback:last-child>.children>.pingback:last-child .comment-in,
.def-wrp #comments .comments-list .pingback:last-child>.children>.trackback:last-child .comment-in,
.def-wrp #comments .comments-list .trackback:last-child>.children>.comment:last-child .comment-in,
.def-wrp #comments .comments-list .trackback:last-child>.children>.pingback:last-child .comment-in,
.def-wrp #comments .comments-list .trackback:last-child>.children>.trackback:last-child .comment-in {
    padding-bottom: 0
}

.def-wrp #comments .jkd-pag {
    margin-top: 35px
}

.def-wrp #comments .comments-pagination,
.def-wrp #comments .nav-links {
    justify-content: flex-start;
    margin-top: 0
}

.def-wrp #comments .closed-comments {
    height: 45px;
    pointer-events: none
}

.def-wrp #comments .closed-comments .ic-wrp {
    height: 25px;
    width: 25px
}

.def-wrp #comments .closed-comments svg {
    height: 12px;
    width: 12px
}

.def-wrp #comments #cancel-comment-reply-link {
    color: var(--jkd-h-col);
    font-size: 14px;
    margin-right: 5px;
    text-decoration: underline;
    transition: all var(--jkd-tr-dr) var(--jkd-tr-tp)
}

.def-wrp #comments #cancel-comment-reply-link:hover {
    opacity: var(--jkd-op-sm)
}

.jkd-breadcrumbs a {
    color: var(--jkd-h-col);
    font-weight: var(--jkd-m-fw)
}

.jkd-breadcrumbs svg {
    height: 12px;
    width: 12px
}

.jkd-breadcrumbs .divider {
    margin: 0 3px
}