.vertical-centering {
    top: 50%;
    transform: translateY(-50%)
}

.horizontal-centering {
    left: 50%;
    transform: translateX(-50%)
}

.centering-mixin {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.wp-block-button__link {
    opacity: 1;
    transition: opacity 0.250s
}

.wp-block-button__link:hover {
    opacity: .7
}

.wp-block-button .wp-block-button__link {
    font: var(--the7-btn-m-font);
    text-transform: var(--the7-btn-m-text-transform);
    letter-spacing: var(--the7-btn-m-letter-spacing)
}

.content h1,.content h2,.content h3,.content h4,.content h5,.content h6 {
    clear: none
}

.content ul.wp-block-gallery,.content ul.blocks-gallery-grid {
    margin: 0
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
    border-left: 4px solid #000;
    padding: 1em 0 1em 1em
}

.wp-block-quote.is-large,.wp-block-quote.is-style-large {
    position: relative;
    padding: 1em 0;
    margin: 1em 0
}

.wp-block-quote.is-large:before,.wp-block-quote.is-large:after,.wp-block-quote.is-style-large:before,.wp-block-quote.is-style-large:after {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    content: ""
}

.wp-block-quote.is-large:after,.wp-block-quote.is-style-large:after {
    top: 100%
}

.content blockquote.wp-block-quote,.content .wp-block-pullquote blockquote {
    background: none
}

.wp-block-pullquote {
    padding: 1rem
}

.wp-block-pullquote blockquote {
    color: #111;
    border: none;
    margin-top: calc(2 * 1rem);
    margin-bottom: calc(2.15 * 1rem);
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px
}

.wp-block-pullquote p {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: .5em;
    margin-top: .5em
}

.wp-block-pullquote p em {
    font-style: normal
}

.wp-block-pullquote cite {
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    text-transform: inherit
}

.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright {
    width: 100%;
    padding: 0
}

.wp-block-pullquote.alignleft blockquote,.wp-block-pullquote.alignright blockquote {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    max-width: 100%
}

.wp-block-pullquote.is-style-solid-color {
    background-color: #0073aa;
    padding-left: 0;
    padding-right: 0
}

@media only screen and (min-width: 768px) {
    .wp-block-pullquote.is-style-solid-color {
        padding-left:10%;
        padding-right: 10%;
        box-sizing: border-box
    }
}

.wp-block-pullquote.is-style-solid-color p {
    margin-bottom: .5em;
    margin-top: .5em
}

.wp-block-pullquote.is-style-solid-color a,.wp-block-pullquote.is-style-solid-color cite,.wp-block-pullquote blockquote * {
    color: inherit
}

.wp-block-pullquote.is-style-solid-color blockquote {
    max-width: calc(100% - ( 2 * 1rem ));
    color: #fff;
    padding-left: 0;
    margin-left: 1rem
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: .5em
}

@media only screen and (min-width: 768px) {
    .wp-block-pullquote.is-style-solid-color blockquote {
        margin-left:0;
        margin-right: 0
    }
}

.wp-block-quote p {
    font-size: 20px;
    line-height: 28px
}

.wp-block-quote cite {
    font-size: 13px;
    line-height: 18px
}

.wp-block-quote.is-large p,.wp-block-quote.is-style-large p {
    font-size: 26px;
    line-height: 32px;
    font-style: normal
}

.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer {
    font-size: 15px;
    line-height: 20px
}

@media only screen and (min-width: 768px) {
    .wp-block-quote.is-large,.wp-block-quote.is-style-large {
        margin:2rem 0;
        padding: 2em 0
    }

    .wp-block-quote.is-large:before,.wp-block-quote.is-large:after,.wp-block-quote.is-style-large:before,.wp-block-quote.is-style-large:after {
        height: 4px;
        top: -4px
    }

    .wp-block-quote.is-large:after,.wp-block-quote.is-style-large:after {
        top: 100%
    }
}

.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption {
    box-sizing: border-box
}

.content .wp-block-table.is-style-stripes td {
    border-color: #fff0
}

.alignwide {
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width: 768px) {
    .alignwide {
        margin-left:auto;
        margin-right: auto;
        max-width: 100%
    }
}

.alignfull {
    margin-top: calc(2 * 1rem);
    margin-right: 0;
    margin-bottom: calc(2 * 1rem);
    margin-left: 0;
    max-width: 100%
}

.content>*.alignfull {
    position: relative
}

.sidebar-none .content>*.alignfull,.sidebar-none [class*="wp-block"].alignfull,.sidebar-none .content ul.wp-block-gallery.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw)
}

.content>*.alignfull img {
    display: block;
    width: 100vw
}

@media only screen and (min-width: 768px) {
    .wp-block-image.alignfull img {
        margin-left:auto;
        margin-right: auto
    }
}

.wp-block-image img {
    display: block
}

.wp-block-image.alignleft,.wp-block-image.alignright {
    max-width: 100%
}

.wp-block-image.alignfull img {
    width: 100vw
}

@media only screen and (min-width: 768px) {
    .wp-block-image.alignfull img {
        margin-left:auto;
        margin-right: auto
    }
}

.wp-block-cover-image,.wp-block-cover {
    position: relative;
    min-height: 430px
}

.wp-block-cover-image.aligncenter h2,.wp-block-cover-image.aligncenter .wp-block-cover-image-text,.wp-block-cover-image.aligncenter .wp-block-cover-text,.wp-block-cover.aligncenter h2,.wp-block-cover.aligncenter .wp-block-cover-image-text,.wp-block-cover.aligncenter .wp-block-cover-text {
    width: 100%;
    z-index: 1;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%
}

.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .wp-block-cover-image.alignfull .wp-block-cover-image-text,.wp-block-cover-image.alignfull .wp-block-cover-text,.wp-block-cover-image.alignfull h2,.wp-block-cover.alignfull .wp-block-cover-image-text,.wp-block-cover.alignfull .wp-block-cover-text,.wp-block-cover.alignfull h2 {
        max-width:calc(8 *( 100vw / 12 ) - 28px)
    }
}

@media only screen and (min-width: 1168px) {
    .wp-block-cover-image.alignfull .wp-block-cover-image-text,.wp-block-cover-image.alignfull .wp-block-cover-text,.wp-block-cover-image.alignfull h2,.wp-block-cover.alignfull .wp-block-cover-image-text,.wp-block-cover.alignfull .wp-block-cover-text,.wp-block-cover.alignfull h2 {
        max-width:calc(6 * ( 100vw / 12 ) - 28px)
    }
}

.wp-block-gallery {
    list-style-type: none;
    padding-left: 0
}

.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child {
    margin-bottom: 16px
}

.wp-block-audio figcaption,.wp-block-video figcaption,.wp-block-image figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption {
    font-size: .71111em;
    line-height: 1.6;
    margin: 0;
    padding: .5rem;
    text-align: center
}

.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover-image .wp-block-cover-text,.wp-block-cover-image h2,.wp-block-cover .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,.wp-block-cover h2 {
    padding: 14px;
    box-sizing: border-box;
    color: #fff
}

@media only screen and (min-width: 768px) {
    .wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover-image .wp-block-cover-text,.wp-block-cover-image h2,.wp-block-cover .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,.wp-block-cover h2 {
        max-width:100%
    }
}

.has-blue-color {
    color: #1982d1
}

.has-blue-background-color {
    background-color: #1982d1
}

.has-black-color {
    color: #000
}

.has-black-background-color {
    background-color: #000
}

.has-dark-gray-color {
    color: #373737
}

.has-dark-gray-background-color {
    background-color: #373737
}

.has-medium-gray-color {
    color: #666
}

.has-medium-gray-background-color {
    background-color: #666
}

.has-light-gray-color {
    color: #e2e2e2
}

.has-light-gray-background-color {
    background-color: #e2e2e2
}

.has-white-color {
    color: #fff
}

.has-white-background-color {
    background-color: #fff
}

.content .has-secondary-background-color,.content .wp-block-pullquote.is-style-solid-color.has-secondary-background-color {
    background-color: #005177
}

.content .has-dark-gray-background-color,.content .wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color {
    background-color: #111
}

.content .has-light-gray-background-color,.content .wp-block-pullquote.is-style-solid-color.has-light-gray-background-color {
    background-color: #767676
}

.content .has-white-background-color,.content .wp-block-pullquote.is-style-solid-color.has-white-background-color {
    background-color: #FFF
}

.content .has-primary-color,.content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,.content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color p {
    color: #0073aa
}

.content .has-secondary-color,.content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,.content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color p {
    color: #005177
}

.content .has-dark-gray-color,.content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,.content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color p {
    color: #111
}

.content .has-light-gray-color,.content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,.content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color p {
    color: #767676
}

.content .has-white-color,.content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
    color: #FFF
}

.content .has-drop-cap:not(:focus):first-letter {
    font-size: 3.375em;
    line-height: 1;
    font-weight: 700;
    margin: 0 .25em 0 0
}

.content .wp-block-latest-comments {
    margin: 0
}

.content .wp-block-categories,.content .wp-block-archives,.content .wp-block-latest-posts {
    margin: 0
}

.wp-block-categories li,.wp-block-archives li,.wp-block-latest-posts li {
    margin-bottom: 10px;
    padding: 0
}

.wp-block-archives li,.wp-block-latest-posts li {
    list-style: none
}

.wp-block-archives li a,.wp-block-latest-posts li a {
    text-decoration: none
}

.wp-block-latest-comments__comment-meta a {
    text-decoration: none
}

.content .wc-block-grid__products {
    list-style: none;
    margin: 0 0 24px
}

.wc-block-grid__product {
    box-sizing: border-box
}

@media only screen and (max-width: 768px) {
    [data-align="left"] .wp-block-cover-image,[data-align="right"] .wp-block-cover-image,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,[data-align="left"] .wp-block-cover,[data-align="right"] .wp-block-cover,.wp-block-cover.alignleft,.wp-block-cover.alignright,.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright {
        max-width:100%
    }
}

@media (max-width: 782px) {
    .wp-block-columns {
        flex-wrap:wrap
    }

    .wp-block-column {
        flex-basis: 100%
    }

    .wp-block-column:not(:first-child) {
        margin-left: 0;
        margin-right: 0
    }

    .wp-block-column:not(:last-child) {
        margin-right: 0
    }
}

@media only screen and (min-width: 768px) {
    .content .wp-block-columns .wp-block-column>*:first-child {
        margin-top:0
    }

    .content .wp-block-columns .wp-block-column>*:last-child {
        margin-bottom: 0
    }

    .content .wp-block-columns[class*='has-']>*:last-child {
        margin-right: 0
    }
}

.content .wp-block-quote:not(.is-style-large),.content .wp-block-quote.is-style-large {
    border-color: #999
}

.wp-block-separator {
    border-bottom-color: rgb(0 0 0 / .12)
}

.wp-block-quote.is-large:before,.wp-block-quote.is-large:after,.wp-block-quote.is-style-large:before,.wp-block-quote.is-style-large:after {
    background: #999
}

blockquote.has-accent-color,.wp-block-pullquote blockquote.has-accent-color,.has-accent-color,.has-accent-color:hover {
    color: #999
}

.wp-block-pullquote blockquote {
    font: normal 16px / 1.5em "Merriweather",Helvetica,Arial,Verdana,sans-serif;
    font-size: 22px;
    line-height: 28px
}

:root .has-accent-background-color,.wp-block-pullquote.is-style-solid-color.has-accent-background-color {
    color: #fff;
    background-color: var(--the7-accent-color)
}

.wp-block-separator.is-style-dots::before {
    color: rgb(0 0 0 / .12)
}

.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover-image .wp-block-cover-text,.wp-block-cover-image h2,.wp-block-cover .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,.wp-block-cover h2 {
    font: normal 26px / 1.2em "Merriweather",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none
}

@media (max-width: 767px) {
    .wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover-image .wp-block-cover-text,.wp-block-cover-image h2,.wp-block-cover .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,.wp-block-cover h2 {
        font-size:26px
    }
}

.wp-block-categories li a,.wp-block-archives li a,.wp-block-latest-posts li a {
    color: var(--the7-title-color)
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .wp-block-categories li a,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .wp-block-archives li a,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .wp-block-latest-posts li a {
    color: #222
}

.sidebar-content .wp-block-categories li a,.sidebar-content .wp-block-archives li a,.sidebar-content .wp-block-latest-posts li a {
    color: #000
}

.footer .wp-block-categories li a,.footer .wp-block-archives li a,.footer .wp-block-latest-posts li a {
    color: #000
}

.wp-block-categories li a:hover,.wp-block-archives li a:hover,.wp-block-latest-posts li a:hover {
    color: #999
}

.wp-block-latest-comments__comment-date {
    color: var(--the7-secondary-text-color)
}

.wp-block-latest-comments__comment-meta a {
    color: var(--the7-title-color)
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .wp-block-latest-comments__comment-meta a {
    color: #222
}

.sidebar-content .wp-block-latest-comments__comment-meta a {
    color: #000
}

.footer .wp-block-latest-comments__comment-meta a {
    color: #000
}

.wp-block-latest-comments__comment-meta a:hover {
    color: #999
}

.elementor-button,div.elementor-slides .swiper-slide-inner .elementor-slide-button {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.elementor-button .elementor-button-content-wrapper,.elementor-form .elementor-button>span {
    flex-grow: 1
}

.elementor-widget-woocommerce-cart {
    --checkout-button-normal-text-color: var(--the7-btn-color);
    --checkout-button-hover-text-color: var(--the7-btn-hover-color);
    --forms-buttons-normal-text-color: var(--the7-btn-color);
    --forms-buttons-hover-text-color: var(--the7-btn-hover-color);
    --forms-buttons-border-color: var(--the7-btn-border-color);
    --forms-buttons-hover-border-color: var(--the7-btn-border-hover-color);
    --forms-buttons-border-type: var(--the7-btn-m-border-style);
    --forms-buttons-padding: var(--the7-btn-m-padding);
    --checkout-button-padding: var(--the7-btn-m-padding);
    --forms-buttons-border-radius: var(--the7-btn-m-border-radius);
    --checkout-button-border-radius: var(--the7-btn-m-border-radius)
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart {
    display: var(--view-cart-button-display,inline-flex)
}

.elementor-menu-cart__footer-buttons .elementor-button--checkout {
    display: var(--checkout-button-display,inline-flex)
}

.elementor-button,a.elementor-button:visited,.elementor-flip-box .elementor-flip-box__button.elementor-button,.elementor-widget-call-to-action .elementor-cta__button.elementor-button {
    color: var(--the7-btn-color);
    background: var(--the7-btn-bg,#999999);
    border-color: var(--the7-btn-border-color);
    border-style: solid;
    border-width: 0;
    font-family: var(--the7-base-font-family);
    font-weight: var(--the7-base-font-weight)
}

.box-hover:hover .elementor-button,.elementor-button:hover,.elementor-button:focus,.box-hover:hover a.elementor-button:visited,a.elementor-button:visited:hover,a.elementor-button:visited:focus,.box-hover:hover .elementor-flip-box .elementor-flip-box__button.elementor-button,.elementor-flip-box .elementor-flip-box__button.elementor-button:hover,.elementor-flip-box .elementor-flip-box__button.elementor-button:focus,.box-hover:hover .elementor-widget-call-to-action .elementor-cta__button.elementor-button,.elementor-widget-call-to-action .elementor-cta__button.elementor-button:hover,.elementor-widget-call-to-action .elementor-cta__button.elementor-button:focus {
    color: var(--the7-btn-hover-color);
    background: var(--the7-btn-hover-bg,#666666);
    border-color: var(--the7-btn-border-hover-color)
}

.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button,.elementor-widget-woocommerce-cart .woocommerce button.button {
    background: var(--the7-btn-bg,#999999);
    font: var(--the7-btn-m-font);
    border-width: var(--the7-btn-m-border-width);
    min-width: var(--the7-btn-m-min-width);
    min-height: var(--the7-btn-m-min-height)
}

.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button:hover,.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button:focus,.elementor-widget-woocommerce-cart .woocommerce button.button:hover,.elementor-widget-woocommerce-cart .woocommerce button.button:focus {
    background: var(--the7-btn-hover-bg,#666666)
}

.elementor-widget-woocommerce-cart .woocommerce button.button:hover,.elementor-widget-woocommerce-cart .woocommerce button.button:focus {
    --forms-buttons-hover-background-color: var(--the7-btn-bg,#999999)
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table .button {
    font: var(--the7-btn-m-font)
}

.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row .input-text,.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row select,.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row textarea,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row .input-text,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row select,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row textarea,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row .input-text,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row select,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row textarea,.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single {
    color: var(--forms-fields-normal-color,var(--the7-input-color));
    border-radius: var(--forms-fields-border-radius,var(--the7-input-border-radius));
    padding: var(--forms-fields-padding,var(--the7-inputs-padding));
    font: var(--the7-form-md-font);
    font-size: var(--the7-form-md-font-size);
    line-height: var(--the7-form-md-line-height);
    background-color: var(--the7-input-bg-color);
    border-style: var(--the7-form-border);
    border-top-width: var(--the7-top-input-border-width);
    border-right-width: var(--the7-right-input-border-width);
    border-bottom-width: var(--the7-bottom-input-border-width);
    border-left-width: var(--the7-left-input-border-width);
    border-color: var(--the7-input-border-color)
}

.elementor-button svg {
    height: auto
}

.elementor-button svg {
    transition: all 0.3s ease
}

.elementor-button-content-wrapper {
    align-items: center
}

.elementor-button-wrapper {
    line-height: 0
}

.elementor-widget .elementor-button {
    box-shadow: var(--the7-btn-shadow)
}

.elementor-widget .elementor-button:hover {
    box-shadow: var(--the7-btn-shadow-hover)
}

.elementor-widget-form .elementor-button,.elementor-widget-button .elementor-button {
    background: var(--the7-btn-bg,#999999)
}

.elementor-widget-form .elementor-button:hover,.elementor-widget-button .elementor-button:hover {
    background: var(--the7-btn-hover-bg,#666666)
}

.elementor-element .elementor-button.elementor-size-xs,body .elementor-form .elementor-button.elementor-size-xs,div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-xs,#reviews .comment-form #submit.elementor-size-xs {
    font: var(--the7-btn-s-font);
    text-transform: var(--the7-btn-s-text-transform);
    letter-spacing: var(--the7-btn-s-letter-spacing);
    word-spacing: var(--the7-btn-s-word-spacing);
    -webkit-border-radius: var(--the7-btn-s-border-radius);
    border-radius: var(--the7-btn-s-border-radius);
    border-width: var(--the7-btn-s-border-width);
    border-style: var(--the7-btn-s-border-style);
    border-color: var(--the7-btn-border-color);
    padding: var(--the7-btn-s-padding);
    min-width: var(--the7-btn-s-min-width);
    min-height: var(--the7-btn-s-min-height);
    --btn-icon-spacing: var(--the7-btn-s-icon-gap,7px)
}

.elementor-element .elementor-button.elementor-size-xs svg,body .elementor-form .elementor-button.elementor-size-xs svg,div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-xs svg,#reviews .comment-form #submit.elementor-size-xs svg {
    width: var(--the7-btn-s-icon-size)
}

.elementor-element .elementor-button.elementor-size-xs .elementor-button-icon,body .elementor-form .elementor-button.elementor-size-xs .elementor-button-icon,div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-xs .elementor-button-icon,#reviews .comment-form #submit.elementor-size-xs .elementor-button-icon {
    font-size: var(--the7-btn-s-icon-size)
}

.elementor-element .elementor-button.elementor-size-xs .elementor-align-icon-left,body .elementor-form .elementor-button.elementor-size-xs .elementor-align-icon-left,div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-xs .elementor-align-icon-left,#reviews .comment-form #submit.elementor-size-xs .elementor-align-icon-left {
    margin-right: var(--btn-icon-spacing)
}

.elementor-element .elementor-button.elementor-size-xs .elementor-align-icon-right,body .elementor-form .elementor-button.elementor-size-xs .elementor-align-icon-right,div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-xs .elementor-align-icon-right,#reviews .comment-form #submit.elementor-size-xs .elementor-align-icon-right {
    margin-left: var(--btn-icon-spacing)
}

.elementor-element .elementor-button.elementor-size-sm,body .elementor-form .elementor-button.elementor-size-sm,div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-sm,#reviews .comment-form #submit.elementor-size-sm {
    font: var(--the7-btn-m-font);
    text-transform: var(--the7-btn-m-text-transform);
    letter-spacing: var(--the7-btn-m-letter-spacing);
    word-spacing: var(--the7-btn-m-word-spacing);
    -webkit-border-radius: var(--the7-btn-m-border-radius);
    border-radius: var(--the7-btn-m-border-radius);
    border-width: var(--the7-btn-m-border-width);
    border-style: var(--the7-btn-m-border-style);
    border-color: var(--the7-btn-border-color);
    padding: var(--the7-btn-m-padding);
    min-width: var(--the7-btn-m-min-width);
    min-height: var(--the7-btn-m-min-height);
    --btn-icon-spacing: var(--the7-btn-m-icon-gap,7px)
}

.elementor-element .elementor-button.elementor-size-sm svg,body .elementor-form .elementor-button.elementor-size-sm svg,div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-sm svg,#reviews .comment-form #submit.elementor-size-sm svg {
    width: var(--the7-btn-m-icon-size)
}

.elementor-element .elementor-button.elementor-size-sm .elementor-button-icon,body .elementor-form .elementor-button.elementor-size-sm .elementor-button-icon,div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-sm .elementor-button-icon,#reviews .comment-form #submit.elementor-size-sm .elementor-button-icon {
    font-size: var(--the7-btn-m-icon-size)
}

.elementor-element .elementor-button.elementor-size-sm .elementor-align-icon-left,body .elementor-form .elementor-button.elementor-size-sm .elementor-align-icon-left,div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-sm .elementor-align-icon-left,#reviews .comment-form #submit.elementor-size-sm .elementor-align-icon-left {
    margin-right: var(--btn-icon-spacing)
}

.elementor-element .elementor-button.elementor-size-sm .elementor-align-icon-right,body .elementor-form .elementor-button.elementor-size-sm .elementor-align-icon-right,div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-sm .elementor-align-icon-right,#reviews .comment-form #submit.elementor-size-sm .elementor-align-icon-right {
    margin-left: var(--btn-icon-spacing)
}

.elementor-element .elementor-button.elementor-size-md,body .elementor-form .elementor-button.elementor-size-md,div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-md,#reviews .comment-form #submit.elementor-size-md {
    font: var(--the7-btn-l-font);
    text-transform: var(--the7-btn-l-text-transform);
    letter-spacing: var(--the7-btn-l-letter-spacing);
    word-spacing: var(--the7-btn-l-word-spacing);
    -webkit-border-radius: var(--the7-btn-l-border-radius);
    border-radius: var(--the7-btn-l-border-radius);
    border-width: var(--the7-btn-l-border-width);
    border-style: var(--the7-btn-l-border-style);
    border-color: var(--the7-btn-border-color);
    padding: var(--the7-btn-l-padding);
    min-width: var(--the7-btn-l-min-width);
    min-height: var(--the7-btn-l-min-height);
    --btn-icon-spacing: var(--the7-btn-l-icon-gap,7px)
}

.elementor-element .elementor-button.elementor-size-md svg,body .elementor-form .elementor-button.elementor-size-md svg,div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-md svg,#reviews .comment-form #submit.elementor-size-md svg {
    width: var(--the7-btn-l-icon-size)
}

.elementor-element .elementor-button.elementor-size-md .elementor-button-icon,body .elementor-form .elementor-button.elementor-size-md .elementor-button-icon,div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-md .elementor-button-icon,#reviews .comment-form #submit.elementor-size-md .elementor-button-icon {
    font-size: var(--the7-btn-l-icon-size)
}

.elementor-element .elementor-button.elementor-size-md .elementor-align-icon-left,body .elementor-form .elementor-button.elementor-size-md .elementor-align-icon-left,div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-md .elementor-align-icon-left,#reviews .comment-form #submit.elementor-size-md .elementor-align-icon-left {
    margin-right: var(--btn-icon-spacing)
}

.elementor-element .elementor-button.elementor-size-md .elementor-align-icon-right,body .elementor-form .elementor-button.elementor-size-md .elementor-align-icon-right,div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-md .elementor-align-icon-right,#reviews .comment-form #submit.elementor-size-md .elementor-align-icon-right {
    margin-left: var(--btn-icon-spacing)
}

.elementor-element .elementor-button.elementor-size-lg,body .elementor-form .elementor-button.elementor-size-lg,div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-lg,#reviews .comment-form #submit.elementor-size-lg {
    font: var(--the7-btn-lg-font);
    text-transform: var(--the7-btn-lg-text-transform);
    letter-spacing: var(--the7-btn-lg-letter-spacing);
    word-spacing: var(--the7-btn-lg-word-spacing);
    -webkit-border-radius: var(--the7-btn-lg-border-radius);
    border-radius: var(--the7-btn-lg-border-radius);
    border-width: var(--the7-btn-lg-border-width);
    border-style: var(--the7-btn-lg-border-style);
    border-color: var(--the7-btn-border-color);
    padding: var(--the7-btn-lg-padding);
    min-width: var(--the7-btn-lg-min-width);
    min-height: var(--the7-btn-lg-min-height);
    --btn-icon-spacing: var(--the7-btn-lg-icon-gap,7px)
}

.elementor-element .elementor-button.elementor-size-lg svg,body .elementor-form .elementor-button.elementor-size-lg svg,div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-lg svg,#reviews .comment-form #submit.elementor-size-lg svg {
    width: var(--the7-btn-lg-icon-size)
}

.elementor-element .elementor-button.elementor-size-lg .elementor-button-icon,body .elementor-form .elementor-button.elementor-size-lg .elementor-button-icon,div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-lg .elementor-button-icon,#reviews .comment-form #submit.elementor-size-lg .elementor-button-icon {
    font-size: var(--the7-btn-lg-icon-size)
}

.elementor-element .elementor-button.elementor-size-lg .elementor-align-icon-left,body .elementor-form .elementor-button.elementor-size-lg .elementor-align-icon-left,div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-lg .elementor-align-icon-left,#reviews .comment-form #submit.elementor-size-lg .elementor-align-icon-left {
    margin-right: var(--btn-icon-spacing)
}

.elementor-element .elementor-button.elementor-size-lg .elementor-align-icon-right,body .elementor-form .elementor-button.elementor-size-lg .elementor-align-icon-right,div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-lg .elementor-align-icon-right,#reviews .comment-form #submit.elementor-size-lg .elementor-align-icon-right {
    margin-left: var(--btn-icon-spacing)
}

.elementor-element .elementor-button.elementor-size-xl,body .elementor-form .elementor-button.elementor-size-xl,div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-xl,#reviews .comment-form #submit.elementor-size-xl {
    font: var(--the7-btn-xl-font);
    text-transform: var(--the7-btn-xl-text-transform);
    letter-spacing: var(--the7-btn-xl-letter-spacing);
    word-spacing: var(--the7-btn-xl-word-spacing);
    -webkit-border-radius: var(--the7-btn-xl-border-radius);
    border-radius: var(--the7-btn-xl-border-radius);
    border-width: var(--the7-btn-xl-border-width);
    border-style: var(--the7-btn-xl-border-style);
    border-color: var(--the7-btn-border-color);
    padding: var(--the7-btn-xl-padding);
    min-width: var(--the7-btn-xl-min-width);
    min-height: var(--the7-btn-xl-min-height);
    --btn-icon-spacing: var(--the7-btn-xl-icon-gap,7px)
}

.elementor-element .elementor-button.elementor-size-xl svg,body .elementor-form .elementor-button.elementor-size-xl svg,div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-xl svg,#reviews .comment-form #submit.elementor-size-xl svg {
    width: var(--the7-btn-xl-icon-size)
}

.elementor-element .elementor-button.elementor-size-xl .elementor-button-icon,body .elementor-form .elementor-button.elementor-size-xl .elementor-button-icon,div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-xl .elementor-button-icon,#reviews .comment-form #submit.elementor-size-xl .elementor-button-icon {
    font-size: var(--the7-btn-xl-icon-size)
}

.elementor-element .elementor-button.elementor-size-xl .elementor-align-icon-left,body .elementor-form .elementor-button.elementor-size-xl .elementor-align-icon-left,div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-xl .elementor-align-icon-left,#reviews .comment-form #submit.elementor-size-xl .elementor-align-icon-left {
    margin-right: var(--btn-icon-spacing)
}

.elementor-element .elementor-button.elementor-size-xl .elementor-align-icon-right,body .elementor-form .elementor-button.elementor-size-xl .elementor-align-icon-right,div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-xl .elementor-align-icon-right,#reviews .comment-form #submit.elementor-size-xl .elementor-align-icon-right {
    margin-left: var(--btn-icon-spacing)
}

#elementor-menu-cart__toggle_button {
    --the7-btn-m-min-width: initial;
    --the7-btn-m-min-height: initial
}

.elementor-element .elementor-button.elementor-menu-cart__toggle_button .elementor-button-icon {
    font-size: var(--toggle-icon-size,inherit)
}

.elementor-element .elementor-button.elementor-menu-cart__toggle_button {
    background: var(--toggle-button-background-color,transparent);
    color: var(--toggle-button-text-color,#818a91);
    border-style: var(--toggle-button-border-type,solid);
    border-width: var(--toggle-button-border-width,0);
    border-color: var(--toggle-button-border-color,#818a91);
    border-radius: var(--toggle-button-border-radius,0);
    padding: var(--toggle-icon-padding,12px 24px)
}

.elementor-element .elementor-button.elementor-menu-cart__toggle_button:hover {
    color: var(--toggle-button-hover-text-color,#818a91);
    background: var(--toggle-button-hover-background-color,transparent);
    border-color: var(--toggle-button-hover-border-color,#818a91)
}

.elementor-element .elementor-menu-cart__footer-buttons .elementor-button {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    border-radius: var(--cart-footer-buttons-border-radius,0)
}

.elementor-element .elementor-menu-cart__footer-buttons .elementor-button--view-cart {
    color: var(--view-cart-button-text-color,var(--the7-btn-color));
    padding: var(--view-cart-button-padding,var(--the7-btn-l-padding));
    background: var(--view-cart-button-background-color,var(--the7-btn-bg))
}

.elementor-element .elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover {
    color: var(--view-cart-button-hover-text-color,var(--the7-btn-hover-color));
    background: var(--view-cart-button-hover-background-color,var(--the7-btn-hover-bg))
}

.elementor-element .elementor-menu-cart__footer-buttons .elementor-button--checkout {
    display: var(--checkout-button-display,inline-block);
    color: var(--checkout-button-text-color,var(--the7-btn-color));
    padding: var(--checkout-button-padding,var(--the7-btn-l-padding));
    background: var(--checkout-button-background-color,var(--the7-btn-bg))
}

.elementor-element .elementor-menu-cart__footer-buttons .elementor-button--checkout:hover {
    color: var(--checkout-button-hover-text-color,var(--the7-btn-hover-color));
    background: var(--checkout-button-hover-background-color,var(--the7-btn-hover-bg))
}

.elementor-widget-text-editor p:last-child,.elementor-tab-content p:last-child,.elementor-widget-woocommerce-product-content p:last-child,.elementor-widget-theme-post-content>.elementor-widget-container>p:last-child,.elementor-widget-text-editor ul:last-child,.elementor-tab-content ul:last-child,.elementor-widget-woocommerce-product-content ul:last-child,.elementor-widget-theme-post-content>.elementor-widget-container>ul:last-child,.elementor-widget-text-editor ol:last-child,.elementor-tab-content ol:last-child,.elementor-widget-woocommerce-product-content ol:last-child,.elementor-widget-theme-post-content>.elementor-widget-container>ol:last-child,.the7-e-tab-content ul:last-child {
    margin-bottom: 0!important
}

:root {
    --the7-h1-spacing: var(--the7-p-spacing,10px);
    --the7-h2-spacing: var(--the7-p-spacing,10px);
    --the7-h3-spacing: var(--the7-p-spacing,10px);
    --the7-h4-spacing: var(--the7-p-spacing,10px);
    --the7-h5-spacing: var(--the7-p-spacing,10px);
    --the7-h6-spacing: var(--the7-p-spacing,10px);
    --the7-form-border: solid;
    --the7-btn-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
    --the7-btn-shadow-hover: 0px 0px 10px 0px rgba(0,0,0,0)
}

#the7-body {
    --the7-h1-color: var(--the7-title-color);
    --the7-h2-color: var(--the7-title-color);
    --the7-h3-color: var(--the7-title-color);
    --the7-h4-color: var(--the7-title-color);
    --the7-h5-color: var(--the7-title-color);
    --the7-h6-color: var(--the7-title-color);
    --the7-btn-s-font: var(--the7-btn-s-font-style,normal) normal var(--the7-btn-s-font-weight,normal) var(--the7-btn-s-font-size) / var(--the7-btn-s-line-height) var(--the7-btn-s-font-family);
    --the7-btn-m-font: var(--the7-btn-m-font-style,normal) normal var(--the7-btn-m-font-weight,normal) var(--the7-btn-m-font-size) / var(--the7-btn-m-line-height) var(--the7-btn-m-font-family);
    --the7-btn-l-font: var(--the7-btn-l-font-style,normal) normal var(--the7-btn-l-font-weight,normal) var(--the7-btn-l-font-size) / var(--the7-btn-l-line-height) var(--the7-btn-l-font-family);
    --the7-btn-lg-font: var(--the7-btn-lg-font-style,normal) normal var(--the7-btn-lg-font-weight,normal) var(--the7-btn-lg-font-size) / var(--the7-btn-lg-line-height) var(--the7-btn-lg-font-family);
    --the7-btn-xl-font: var(--the7-btn-xl-font-style,normal) normal var(--the7-btn-xl-font-weight,normal) var(--the7-btn-xl-font-size) / var(--the7-btn-xl-line-height) var(--the7-btn-xl-font-family);
    --the7-woo-title-font: var(--the7-woo-title-font-style,normal) normal var(--the7-woo-title-font-weight,normal) var(--the7-woo-title-font-size) / var(--the7-woo-title-line-height) var(--the7-woo-title-font-family);
    --the7-woo-content-font: var(--the7-woo-content-font-style,normal) normal var(--the7-woo-content-font-weight,normal) var(--the7-woo-content-font-size) / var(--the7-woo-content-line-height) var(--the7-woo-content-font-family);
    --the7-base-font: var(--the7-base-font-style,normal) normal var(--the7-base-font-weight,normal) var(--the7-base-font-size) / var(--the7-base-line-height) var(--the7-base-font-family);
    --the7-base-font-big: var(--the7-base-font-style,normal) normal var(--the7-base-font-weight,normal) var(--the7-text-big-font-size) / var(--the7-text-big-line-height) var(--the7-base-font-family);
    --the7-widget-title-font: var(--the7-widget-title-font-style,normal) normal var(--the7-widget-title-font-weight,normal) var(--the7-widget-title-font-size) / var(--the7-widget-title-line-height) var(--the7-widget-title-font-family);
    --the7-widget-content-font: var(--the7-widget-content-font-style,normal) normal var(--the7-widget-content-font-weight,normal) var(--the7-widget-content-font-size) / var(--the7-widget-content-line-height) var(--the7-widget-content-font-family);
    --the7-h1-font: var(--the7-h1-font-style,normal) normal var(--the7-h1-font-weight,normal) var(--the7-h1-font-size) / var(--the7-h1-line-height) var(--the7-h1-font-family);
    --the7-h2-font: var(--the7-h2-font-style,normal) normal var(--the7-h2-font-weight,normal) var(--the7-h2-font-size) / var(--the7-h2-line-height) var(--the7-h2-font-family);
    --the7-h3-font: var(--the7-h3-font-style,normal) normal var(--the7-h3-font-weight,normal) var(--the7-h3-font-size) / var(--the7-h3-line-height) var(--the7-h3-font-family);
    --the7-h4-font: var(--the7-h4-font-style,normal) normal var(--the7-h4-font-weight,normal) var(--the7-h4-font-size) / var(--the7-h4-line-height) var(--the7-h4-font-family);
    --the7-h5-font: var(--the7-h5-font-style,normal) normal var(--the7-h5-font-weight,normal) var(--the7-h5-font-size) / var(--the7-h5-line-height) var(--the7-h5-font-family);
    --the7-h6-font: var(--the7-h6-font-style,normal) normal var(--the7-h6-font-weight,normal) var(--the7-h6-font-size) / var(--the7-h6-line-height) var(--the7-h6-font-family);
    --the7-form-md-font-family: var(--the7-base-font-family);
    --the7-form-md-font-style: var(--the7-base-font-style,normal);
    --the7-form-md-font-weight: var(--the7-base-font-weight,normal);
    --the7-form-md-font-size: var(--the7-base-font-size);
    --the7-form-md-line-height: var(--the7-base-line-height);
    --the7-form-md-font: var(--the7-form-md-font-style) normal var(--the7-form-md-font-weight) var(--the7-form-md-font-size,--the7-base-font-size) / var(--the7-form-md-line-height,--the7-base-line-height) var(--the7-form-md-font-family,--the7-base-font-family);
    --the7-fit-height: calc(var(--the7-vh,1vh) * 100)
}

#the7-body.admin-bar {
    --the7-fit-height: calc(var(--the7-vh,1vh) * 100 - 32px)
}

@media screen and (max-width: 782px) {
    #the7-body.admin-bar {
        --the7-fit-height:calc(var(--the7-vh,1vh) * 100)
    }
}

.transparent-border-mixin {
    border-color: var(--the7-divider-color)
}

.sidebar .transparent-border-mixin,.sidebar-content .transparent-border-mixin {
    border-color: rgb(102 102 102 / .15)
}

.footer .transparent-border-mixin {
    border-color: rgb(102 102 102 / .15)
}

.solid-bg-mixin {
    background-color: var(--the7-content-boxes-bg)
}

.outline-element-decoration .outline-decoration {
    box-shadow: inset 0 0 0 1px #fff0
}

.shadow-element-decoration .shadow-decoration {
    box-shadow: 0 6px 18px rgb(0 0 0 / .1)
}

.accent-bg-mixin {
    color: #fff;
    background-color: var(--the7-accent-color)
}

html,body,body.page,.wf-container>* {
    font: var(--the7-base-font-big);
    letter-spacing: var(--the7-base-letter-spacing);
    text-transform: var(--the7-base-text-transform);
    text-decoration: var(--the7-base-text-decoration);
    word-spacing: normal;
    color: var(--the7-base-color)
}

a.dt-owl-item-wrap,a.dt-owl-item-wrap:hover {
    color: var(--the7-base-color)
}

.elementor-widget[class*='elementor-widget-wp-widget-'] a:not(:hover) {
    color: var(--the7-base-color)
}

#main .wf-wrap,.page-title .wf-wrap,.fancy-header .wf-wrap {
    padding: 0 0 0 0
}

.side-header .mobile-header-bar {
    box-sizing: border-box
}

.no-cssgridlegacy.no-cssgrid .wf-container,.no-cssgridlegacy.no-cssgrid .wf-container-main {
    margin: 0 0 0 0
}

#main-slideshow.fixed>.royalSlider {
    max-width: 1200px
}

.masthead:not(.side-header):not(.side-header-menu-icon) .header-bar {
    max-width: calc(1200px - 0px - 0px);
    margin: 0 auto
}

.masthead:not(.side-header).full-width .header-bar,.header-bar .masthead.side-header-menu-icon {
    max-width: 100%
}

.page-title .wf-wrap:after {
    width: calc(1200px - 0px - 0px);
    max-width: calc(100% - 0px - 0px)
}

.boxed .page-title .wf-wrap:after {
    left: 0
}

.no-cssgridlegacy.no-cssgrid .wf-container,.no-cssgridlegacy.no-cssgrid .wf-container-main {
    margin: 0 0 0 0
}

.no-cssgridlegacy.no-cssgrid .sidebar-right .content {
    padding-left: 0
}

.no-cssgridlegacy.no-cssgrid .sidebar-left .content {
    padding-right: 0
}

.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar,.no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-right .sidebar,.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.solid-bg,.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.bg-under-widget {
    padding-right: 0
}

.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar,.no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-left .sidebar,.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.solid-bg,.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.bg-under-widget {
    padding-left: 0
}

.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar,.no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-right .sidebar,.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.solid-bg,.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.bg-under-widget {
    padding-left: 0
}

.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar,.no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-left .sidebar,.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.solid-bg,.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.bg-under-widget {
    padding-right: 0
}

.no-cssgridlegacy.no-cssgrid .content,.no-cssgridlegacy.no-cssgrid .sidebar {
    padding: 0 0 0 0
}

.sidebar-right .sidebar,.sidebar-divider-off.sidebar-right .sidebar,.sidebar-right .sidebar.solid-bg,.sidebar-right .sidebar.bg-under-widget {
    margin-right: 0;
    margin-left: 0
}

.sidebar-left .sidebar,.sidebar-divider-off.sidebar-left .sidebar,.sidebar-left .sidebar.solid-bg,.sidebar-left .sidebar.bg-under-widget {
    margin-right: 0;
    margin-left: 0
}

#main-slideshow.fixed {
    padding: 0 0 0 0
}

.wf-container {
    margin: 0 0 0 0
}

.wf-cell,.wf-usr-cell {
    padding: 0 0 0 0
}

#footer .wf-wrap {
    padding: 0 0 0 0
}

.text-big,.dt-accordion-text-big .wpb_accordion_header>a {
    font-size: var(--the7-text-big-font-size);
    line-height: var(--the7-text-big-line-height)
}

.text-normal,.dt-accordion-text-normal .wpb_accordion_header>a,.icon-with-text-shortcode .dt-text-desc {
    font-size: var(--the7-base-font-size);
    line-height: var(--the7-base-line-height)
}

.text-small,.dt-accordion-text-small .wpb_accordion_header>a {
    font-size: var(--the7-text-small-font-size);
    line-height: var(--the7-text-small-line-height)
}

.wp-caption-text {
    font-size: var(--the7-text-small-font-size);
    line-height: var(--the7-text-small-line-height)
}

.text-uppercase {
    text-transform: uppercase
}

h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,.h1-size,.entry-title.h1-size,.h2-size,.entry-title.h2-size,h1.entry-title,.h3-size,.entry-title.h3-size,h2.entry-title,.h4-size,.entry-title.h4-size,h3.entry-title,.h5-size,.entry-title.h5-size,.h6-size,.entry-title.h6-size,.header-color,.entry-meta .header-color,.color-title {
    color: var(--the7-title-color)
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget h1,.dt-mega-menu .dt-mega-parent .sidebar-content .widget h2,.dt-mega-menu .dt-mega-parent .sidebar-content .widget h3,.dt-mega-menu .dt-mega-parent .sidebar-content .widget h4,.dt-mega-menu .dt-mega-parent .sidebar-content .widget h5,.dt-mega-menu .dt-mega-parent .sidebar-content .widget h6,.dt-mega-menu .dt-mega-parent .sidebar-content .widget h1 a,.dt-mega-menu .dt-mega-parent .sidebar-content .widget h2 a,.dt-mega-menu .dt-mega-parent .sidebar-content .widget h3 a,.dt-mega-menu .dt-mega-parent .sidebar-content .widget h4 a,.dt-mega-menu .dt-mega-parent .sidebar-content .widget h5 a,.dt-mega-menu .dt-mega-parent .sidebar-content .widget h6 a,.dt-mega-menu .dt-mega-parent .sidebar-content .widget h1 a:hover,.dt-mega-menu .dt-mega-parent .sidebar-content .widget h2 a:hover,.dt-mega-menu .dt-mega-parent .sidebar-content .widget h3 a:hover,.dt-mega-menu .dt-mega-parent .sidebar-content .widget h4 a:hover,.dt-mega-menu .dt-mega-parent .sidebar-content .widget h5 a:hover,.dt-mega-menu .dt-mega-parent .sidebar-content .widget h6 a:hover,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .h1-size,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-title.h1-size,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .h2-size,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-title.h2-size,.dt-mega-menu .dt-mega-parent .sidebar-content .widget h1.entry-title,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .h3-size,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-title.h3-size,.dt-mega-menu .dt-mega-parent .sidebar-content .widget h2.entry-title,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .h4-size,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-title.h4-size,.dt-mega-menu .dt-mega-parent .sidebar-content .widget h3.entry-title,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .h5-size,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-title.h5-size,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .h6-size,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-title.h6-size,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .header-color,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-meta .header-color,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .color-title {
    color: #222
}

.sidebar-content h1,.sidebar-content h2,.sidebar-content h3,.sidebar-content h4,.sidebar-content h5,.sidebar-content h6,.sidebar-content h1 a,.sidebar-content h2 a,.sidebar-content h3 a,.sidebar-content h4 a,.sidebar-content h5 a,.sidebar-content h6 a,.sidebar-content h1 a:hover,.sidebar-content h2 a:hover,.sidebar-content h3 a:hover,.sidebar-content h4 a:hover,.sidebar-content h5 a:hover,.sidebar-content h6 a:hover,.sidebar-content .h1-size,.sidebar-content .entry-title.h1-size,.sidebar-content .h2-size,.sidebar-content .entry-title.h2-size,.sidebar-content h1.entry-title,.sidebar-content .h3-size,.sidebar-content .entry-title.h3-size,.sidebar-content h2.entry-title,.sidebar-content .h4-size,.sidebar-content .entry-title.h4-size,.sidebar-content h3.entry-title,.sidebar-content .h5-size,.sidebar-content .entry-title.h5-size,.sidebar-content .h6-size,.sidebar-content .entry-title.h6-size,.sidebar-content .header-color,.sidebar-content .entry-meta .header-color,.sidebar-content .color-title {
    color: #000
}

.footer h1,.footer h2,.footer h3,.footer h4,.footer h5,.footer h6,.footer h1 a,.footer h2 a,.footer h3 a,.footer h4 a,.footer h5 a,.footer h6 a,.footer h1 a:hover,.footer h2 a:hover,.footer h3 a:hover,.footer h4 a:hover,.footer h5 a:hover,.footer h6 a:hover,.footer .h1-size,.footer .entry-title.h1-size,.footer .h2-size,.footer .entry-title.h2-size,.footer h1.entry-title,.footer .h3-size,.footer .entry-title.h3-size,.footer h2.entry-title,.footer .h4-size,.footer .entry-title.h4-size,.footer h3.entry-title,.footer .h5-size,.footer .entry-title.h5-size,.footer .h6-size,.footer .entry-title.h6-size,.footer .header-color,.footer .entry-meta .header-color,.footer .color-title {
    color: #000
}

h1,.h1-size,.entry-title.h1-size,.dt-accordion-h1-size .wpb_accordion_header>a {
    color: var(--the7-h1-color);
    font: var(--the7-h1-font);
    text-transform: var(--the7-h1-text-transform);
    letter-spacing: var(--the7-h1-letter-spacing);
    word-spacing: var(--the7-h1-word-spacing);
    text-decoration: var(--the7-h1-text-decoration)
}

h2,.h2-size,.entry-title.h2-size,h1.entry-title,.dt-accordion-h2-size .wpb_accordion_header>a {
    color: var(--the7-h2-color);
    font: var(--the7-h2-font);
    text-transform: var(--the7-h2-text-transform);
    letter-spacing: var(--the7-h2-letter-spacing);
    word-spacing: var(--the7-h2-word-spacing);
    text-decoration: var(--the7-h2-text-decoration)
}

h3,.h3-size,.entry-title.h3-size,h2.entry-title,.dt-accordion-h3-size .wpb_accordion_header>a {
    color: var(--the7-h3-color);
    font: var(--the7-h3-font);
    text-transform: var(--the7-h3-text-transform);
    letter-spacing: var(--the7-h3-letter-spacing);
    word-spacing: var(--the7-h3-word-spacing);
    text-decoration: var(--the7-h3-text-decoration)
}

h4,.h4-size,.entry-title.h4-size,h3.entry-title,.dt-accordion-h4-size .wpb_accordion_header>a,.vc_separator h4 {
    color: var(--the7-h4-color);
    font: var(--the7-h4-font);
    text-transform: var(--the7-h4-text-transform);
    letter-spacing: var(--the7-h4-letter-spacing);
    word-spacing: var(--the7-h4-word-spacing);
    text-decoration: var(--the7-h4-text-decoration)
}

h5,.h5-size,h4.entry-title,.entry-title.h5-size,.dt-accordion-h5-size .wpb_accordion_header>a {
    color: var(--the7-h5-color);
    font: var(--the7-h5-font);
    text-transform: var(--the7-h5-text-transform);
    letter-spacing: var(--the7-h5-letter-spacing);
    word-spacing: var(--the7-h5-word-spacing);
    text-decoration: var(--the7-h5-text-decoration)
}

h6,.h6-size,.entry-title.h6-size,.dt-accordion-h6-size .wpb_accordion_header>a {
    color: var(--the7-h6-color);
    font: var(--the7-h6-font);
    text-transform: var(--the7-h6-text-transform);
    letter-spacing: var(--the7-h6-letter-spacing);
    word-spacing: var(--the7-h6-word-spacing)
}

.text-primary {
    font-size: var(--the7-text-big-font-size);
    line-height: var(--the7-text-big-line-height)
}

.content .text-primary {
    color: var(--the7-h4-color)
}

.footer .text-primary {
    color: #000
}

a.text-primary {
    text-decoration: none
}

a.text-primary:hover {
    text-decoration: underline
}

.color-primary .sidebar,.sidebar-content .color-primary {
    color: #000
}

.footer .color-primary {
    color: #000
}

a.color-primary {
    text-decoration: none
}

a.color-primary:hover {
    text-decoration: underline
}

.text-secondary {
    font-size: var(--the7-text-small-font-size);
    line-height: var(--the7-text-small-line-height)
}

.color-secondary,.text-secondary {
    color: var(--the7-accent-color)
}

.stripe .color-secondary,.stripe .text-secondary {
    color: var(--the7-accent-color)
}

a,a:hover {
    color: var(--the7-links-color)
}

a:hover {
    color: var(--the7-links-hover-color,var(--the7-links-color))
}

#page .color-accent {
    color: var(--the7-accent-color)
}

.paint-accent-color {
    color: var(--the7-accent-color)!important
}

.color-secondary,.color-base-transparent {
    color: var(--the7-secondary-text-color)
}

.sidebar-content .color-secondary,.sidebar-content .color-base-transparent {
    color: rgb(102 102 102 / .5)
}

.footer .color-secondary,.footer .color-base-transparent {
    color: rgb(102 102 102 / .5)
}

#main>.wf-wrap,#bottom-bar>.wf-wrap,#footer>.wf-wrap {
    width: 1200px
}

#phantom.full-width .ph-wrap.boxed {
    max-width: 100%
}

#page.boxed {
    max-width: 1280px
}

.footer-overlap .boxed .footer,.footer-overlap .boxed #bottom-bar {
    max-width: 1280px
}

#phantom .ph-wrap.boxed,.boxed .top-bar.line-content:before,.boxed .classic-header.content-width-line .navigation:before {
    max-width: calc(1200px - 0px - 0px)
}

.boxed .full-width .top-bar.line-content:before,.boxed .classic-header.full-width.content-width-line .navigation:before {
    max-width: 100%
}

#main {
    padding: 0 0 0 0
}

#main>.wf-wrap {
    padding: 0 0 0 0
}

body {
    background: #fff none no-repeat center center;
    background-size: auto
}

#page {
    background: #fff0 none repeat center top;
    background-size: auto
}

.fixed-page-bg #page {
    background: none
}

.fixed-page-bg #page:after {
    content: "";
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    z-index: -1;
    background: #fff0 none repeat center top;
    background-size: auto
}

.fixed-page-bg #page.boxed:after {
    max-width: 1280px;
    margin: 0 auto
}

.footer-overlap .page-inner {
    background: #fff0 none repeat center top;
    background-size: auto
}

textarea,select,blockquote,.entry-author,.format-aside-content,.format-status-content,.format-link-content,.dt-form button,.dt-btn,#main-slideshow .tp-button,.wpcf7-submit.dt-btn-m,.shortcode-action-bg,.shortcode-action-bg:before,.shortcode-teaser.frame-on,.testimonial-item .ts-viewport,.footer .testimonials.slider-content,.shortcode-code,#main .vc_text_separator div,#main .vc_progress_bar .vc_single_bar,#main .vc_progress_bar .vc_single_bar .vc_label,#main .vc_progress_bar .vc_single_bar .vc_bar,#main .flexslider,.nsu-submit,.mc4wp-form input[type="url"],.mc4wp-form input[type="date"],#main #content .rotatingtweets,#main #content .norotatingtweets,.mc4wp-form form select,#megaMenu ul.megaMenu>li.menu-item,#megaMenu ul.megaMenu>li.menu-item>a,.customSelect,.loading-label,.widget .testimonial-content,.skill,.skill-value,.widget .team-container,.widget .logo-items li,.comment-list .comment>article,.bg-on:not(.fullwidth-img),.blog-content .block-style-widget,#mobile-menu,.testimonial-content,.wpb_content_element .wpb_accordion_header>a:before,.wpb_content_element.dt-accordion-bg-on .wpb_accordion_wrapper .wpb_accordion_header,.twentytwenty-before-label,.twentytwenty-after-label,.btn-cntr a,.photo-scroller .album-share-overlay .share-button.entry-share,.project-navigation,.album-share-overlay,.st-accordion li>a:before,.arrows-accent .prev i,.arrows-accent .next i,.arrows-accent .owl-prev i,.arrows-accent .owl-next i,.round-images .bg-on.team-container:not(.fullwidth-img),.solid-bg .sidebar-content,.solid-bg.sidebar-content .widget,.bg-under-widget .sidebar-content .widget,.ls-container.ls-carousel .ls-nav-prev,.ls-container.ls-carousel .ls-nav-next,.menu-btn,.custom-menu a:before,.small-fancy-datas .fancy-date a {
    border-radius: 0
}

.wpb_tabs.tab-style-two,.wpb_tour.tab-style-two {
    border-radius: 0
}

.top-bar-bg {
    background: #fff none repeat center center
}

#phantom .top-bar-bg,.sticky-on .top-bar-bg,.sticky-top-line-on .top-bar-bg {
    background: #fff none repeat center center!important
}

.top-bar.line-content:after,.top-bar.full-width-line:after {
    border-bottom: 1px solid rgb(0 0 0 / .12)
}

.top-bar.line-content:after {
    width: calc(100% - 30px - 30px);
    left: auto;
    right: auto
}

.boxed .top-bar.line-content:after {
    left: 50%
}

.top-bar {
    min-height: 36px;
    padding: 0 30px 0 30px
}

.masthead:not(.side-header):not(.side-header-menu-icon) .top-bar {
    max-width: calc(1200px);
    margin: 0 auto
}

.masthead:not(.side-header).full-width .top-bar,.top-bar .masthead.side-header-menu-icon {
    max-width: 100%
}

.top-bar,.top-bar a:not(.wpml-ls-link):not(.wpml-ls-item-toggle),.top-bar .mini-nav .customSelect,.top-bar .mini-nav a:hover,.header-bottom-bar a {
    color: #aaa
}

.masthead .top-bar .mini-contacts,.masthead .top-bar .mini-nav>ul:not(.mini-sub-nav)>li>a,.masthead .top-bar .mini-login,.masthead .top-bar .mini-login .submit,.masthead .top-bar .mini-search .submit,.masthead .top-bar .mini-search,.masthead .top-bar .wc-ico-cart,.masthead .top-bar .text-area,.masthead .top-bar .customSelectInner {
    font: 300 14px / 20px "Nunito Sans",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none
}

.masthead .top-bar .shopping-cart,.masthead .top-bar .soc-ico a,.masthead .top-bar .soc-ico {
    line-height: 20px
}

.branding>a,.branding>img {
    padding: 0 0 0 0
}

.transparent .masthead:not(.side-header-h-stroke) .branding>a,.transparent .masthead:not(.side-header-h-stroke) .branding>img {
    padding: 0 0 0 0
}

.side-header-h-stroke .branding>a,.side-header-v-stroke .branding>a,.side-header-h-stroke .branding>img,.side-header-v-stroke .branding>img {
    padding: 0 0 0 0
}

.mini-search input.field,.overlay-search-microwidget input[type=text] {
    font: 16px / 20px "Nunito Sans",Helvetica,Arial,Verdana,sans-serif;
    min-height: 38px;
    height: auto;
    line-height: 38px;
    width: 300px;
    border-width: 1px;
    border-color: #fff;
    border-radius: 2px;
    background: #fff;
    padding: 0 10px 0 10px
}

.overlay-search-microwidget .searchform:not(.search-icon-disabled) input.field,.mini-search .searchform:not(.search-icon-disabled) input.field {
    padding-right: 10px
}

.animate-search-width .search-icon {
    width: 16px
}

.animate-search-width input.field:focus,.animate-search-width input.field:active,.animate-search-width:hover input.field {
    width: 260px
}

.mini-search .search-icon i,.overlay-search-microwidget .search-icon i {
    color: #222
}

.searchform input::-moz-placeholder {
    color: #222222!important;
    opacity: 1
}

.searchform input[type=text],.mini-search .field::placeholder,.overlay-search-microwidget .field::placeholder {
    color: #222
}

.popup-search .field::placeholder {
    color: #222222!important
}

.overlay-search-microwidget .search-icon,.mini-search .search-icon {
    right: 10px
}

.overlay-search-microwidget .search-icon i,.mini-search .search-icon i {
    font-size: 16px
}

.popup-search .search-icon {
    right: 20px
}

.header-bar .popup-search .searchform .submit>span,.header-bar .overlay-search .searchform .submit>span {
    margin-left: 7.1428571428571px
}

.branding .popup-search .searchform .submit>span,.branding .overlay-search .searchform .submit>span {
    margin-left: 7.1428571428571px
}

.mixed-header .header-bar .popup-search .searchform .submit>span,.mixed-header .header-bar .overlay-search .searchform .submit>span {
    margin-left: 7.1428571428571px
}

.popup-search .submit i,.overlay-search .submit i {
    font-size: 0
}

.branding .popup-search .submit i,.branding .overlay-search .submit i {
    font-size: 0
}

.mixed-header .popup-search .submit i,.mixed-header .overlay-search .submit i {
    font-size: 16px;
    color: #888
}

.masthead .top-bar .popup-search .submit i,.masthead .top-bar .overlay-search .submit i {
    font-size: 16px;
    color: #aaa
}

.dt-mobile-header .popup-search .submit i,.dt-mobile-header .overlay-search .submit i {
    font-size: 16px;
    color: #aaa
}

.mobile-header-bar .mobile-mini-widgets .popup-search .submit i,.mobile-header-bar .mobile-mini-widgets .overlay-search .submit i {
    font-size: 16px;
    color: #aaa
}

.overlay-search-microwidget {
    background: rgb(0 0 0 / .9)
}

.masthead .popup-search .popup-search-wrap {
    top: calc(100% + 8px)
}

.dt-mobile-header .popup-search .popup-search-wrap {
    width: 100%
}

.masthead.side-header .mini-widgets .popup-search .popup-search-wrap {
    top: auto;
    bottom: calc(100% + 8px)
}

.masthead .mini-widgets .popup-search .popup-search-wrap.bottom-overflow {
    top: auto;
    bottom: calc(100% + 8px)
}

.masthead .mini-search input[type="text"]::-moz-placeholder {
    color: #666
}

.mini-search .submit {
    font: normal 20px / 24px "Arial",Helvetica,Arial,Verdana,sans-serif
}

.mini-search .submit:hover {
    opacity: .7
}

.branding .mini-search .submit {
    font: 20px / 24px "Arial",Helvetica,Arial,Verdana,sans-serif
}

.mixed-header .mini-search .submit {
    font: 20px / 24px "Arial",Helvetica,Arial,Verdana,sans-serif;
    color: #888
}

.dt-mobile-header .mini-search .submit {
    font: 300 14px / 18px "Nunito Sans",Helvetica,Arial,Verdana,sans-serif;
    color: #aaa
}

.mobile-header-bar .mobile-mini-widgets .mini-search .submit {
    font: 300 14px / 18px "Nunito Sans",Helvetica,Arial,Verdana,sans-serif;
    color: #aaa
}

.dt-mobile-header .mini-search .popup-search-wrap {
    top: auto;
    bottom: auto
}

.overlay-search-microwidget .search-icon,.mini-search .search-icon {
    color: #222
}

.mixed-header .popup-search .submit.default-icon:before,.mixed-header .overlay-search .submit.default-icon:before {
    color: #888
}

.dt-mobile-header .popup-search .submit.default-icon:before,.dt-mobile-header .overlay-search .submit.default-icon:before {
    color: #666
}

.mobile-header-bar .popup-search .submit.default-icon:before,.mobile-header-bar .overlay-search .submit.default-icon:before {
    color: #aaa
}

.top-bar .mini-search .submit {
    color: #aaa
}

.top-bar .mini-search .submit:hover {
    opacity: .7
}

.top-bar .popup-search .submit:before,.top-bar .overlay-search .submit:before {
    color: #fff
}

.login-remember {
    font-size: var(--the7-text-small-font-size);
    line-height: var(--the7-text-small-line-height)
}

.mini-login,.mini-login .submit {
    font: normal 20px / 24px "Arial",Helvetica,Arial,Verdana,sans-serif
}

.mini-login i,.mini-login .submit i {
    font-size: 0
}

.header-bar .mini-login i,.header-bar .mini-login .submit i {
    margin-right: 7.1428571428571px
}

.branding .mini-login,.branding .mini-login .submit {
    font: 20px / 24px "Arial",Helvetica,Arial,Verdana,sans-serif
}

.branding .mini-login i,.branding .mini-login .submit i {
    font-size: 0;
    margin-right: 7.1428571428571px
}

.mixed-header .mini-login,.mixed-header .mini-login .submit {
    font: 20px / 24px "Arial",Helvetica,Arial,Verdana,sans-serif;
    color: #888
}

.mixed-header .mini-login i,.mixed-header .mini-login .submit i {
    font-size: 16px;
    color: #888
}

.masthead .top-bar .mini-login,.masthead .top-bar .mini-login .submit {
    color: #aaa
}

.masthead .top-bar .mini-login i,.masthead .top-bar .mini-login .submit i {
    font-size: 16px;
    color: #aaa
}

.mixed-header .header-bar .mini-login i,.mixed-header .header-bar .mini-login .submit i {
    margin-right: 7.1428571428571px
}

.dt-mobile-header .mini-login,.dt-mobile-header .mini-login .submit {
    font: 300 14px / 18px "Nunito Sans",Helvetica,Arial,Verdana,sans-serif;
    color: #aaa
}

.dt-mobile-header .mini-login i,.dt-mobile-header .mini-login .submit i {
    font-size: 16px;
    color: #aaa
}

.mobile-header-bar .mobile-mini-widgets .mini-login,.mobile-header-bar .mobile-mini-widgets .mini-login .submit {
    font: 300 14px / 18px "Nunito Sans",Helvetica,Arial,Verdana,sans-serif;
    color: #aaa
}

.mobile-header-bar .mobile-mini-widgets .mini-login i,.mobile-header-bar .mobile-mini-widgets .mini-login .submit i {
    font-size: 16px;
    color: #aaa
}

a.mini-contacts:hover {
    opacity: .7
}

.mini-contacts {
    text-decoration: none;
    font: normal 20px / 24px "Arial",Helvetica,Arial,Verdana,sans-serif
}

.mini-contacts i {
    font-size: 0
}

.header-bar .mini-contacts i {
    margin-right: 7.1428571428571px
}

.branding .mini-contacts {
    font: 20px / 24px "Arial",Helvetica,Arial,Verdana,sans-serif
}

.branding .mini-contacts i {
    font-size: 0
}

.mixed-header .mini-contacts {
    font: 20px / 24px "Arial",Helvetica,Arial,Verdana,sans-serif;
    color: #888
}

.mixed-header .mini-contacts i {
    font-size: 16px;
    color: #888
}

.mixed-header .header-bar .mini-contacts i {
    margin-right: 7.1428571428571px
}

.masthead .top-bar .mini-contacts {
    color: #aaa
}

.masthead .top-bar .mini-contacts i {
    font-size: 16px;
    color: #aaa
}

.dt-mobile-header .mini-contacts {
    font: 300 14px / 18px "Nunito Sans",Helvetica,Arial,Verdana,sans-serif;
    color: #aaa
}

.dt-mobile-header .mini-contacts i {
    font-size: 16px;
    color: #aaa
}

.mobile-header-bar .mobile-mini-widgets .mini-contacts {
    font: 300 14px / 18px "Nunito Sans",Helvetica,Arial,Verdana,sans-serif;
    color: #aaa
}

.mobile-header-bar .mobile-mini-widgets .mini-contacts i {
    font-size: 16px;
    color: #aaa
}

.masthead .mini-widgets .soc-ico a,.masthead .mobile-mini-widgets .soc-ico a,.dt-mobile-header .soc-ico a {
    width: 37px;
    height: 37px;
    margin: 0 0;
    line-height: 37px;
    border-radius: 0
}

.masthead .mini-widgets .soc-ico a:before,.masthead .mini-widgets .soc-ico a:after,.masthead .mobile-mini-widgets .soc-ico a:before,.masthead .mobile-mini-widgets .soc-ico a:after,.dt-mobile-header .soc-ico a:before,.dt-mobile-header .soc-ico a:after {
    width: 37px;
    height: 37px
}

.masthead .mini-widgets .soc-ico a:first-child,.masthead .mobile-mini-widgets .soc-ico a:first-child,.dt-mobile-header .soc-ico a:first-child {
    margin-left: 0
}

.masthead .mini-widgets .soc-ico a:last-child,.masthead .mobile-mini-widgets .soc-ico a:last-child,.dt-mobile-header .soc-ico a:last-child {
    margin-right: 0
}

.masthead .soc-ico .soc-font-icon,.dt-mobile-header .soc-ico .soc-font-icon {
    font-size: 16px;
    line-height: 37px
}

.masthead .soc-ico.border-on a:before,.dt-mobile-header .soc-ico.border-on a:before {
    box-shadow: inset 0 0 0 0 #fff0
}

.masthead .soc-ico.hover-border-on a:hover:after,.dt-mobile-header .soc-ico.hover-border-on a:hover:after {
    box-shadow: inset 0 0 0 0 #fff0
}

.masthead .soc-ico.custom-bg a:before,.masthead .soc-ico.accent-bg a:before,.dt-mobile-header .soc-ico.custom-bg a:before,.dt-mobile-header .soc-ico.accent-bg a:before {
    background-color: #fff
}

.masthead .soc-ico.hover-custom-bg a:after,.masthead .soc-ico.accent-bg.hover-custom-bg a:after,.masthead .soc-ico.hover-custom-bg a:after,.accent-gradient .masthead .soc-ico.gradient-bg.hover-custom-bg a:after,.masthead .soc-ico.hover-accent-bg a:after,.dt-mobile-header .soc-ico.hover-custom-bg a:after,.dt-mobile-header .soc-ico.accent-bg.hover-custom-bg a:after,.dt-mobile-header .soc-ico.hover-custom-bg a:after,.accent-gradient .dt-mobile-header .soc-ico.gradient-bg.hover-custom-bg a:after,.dt-mobile-header .soc-ico.hover-accent-bg a:after {
    background-color: #999;
    background-image: none
}

.masthead .mini-widgets .soc-ico a:not(:hover) .soc-font-icon,.masthead .mobile-mini-widgets .soc-ico a:not(:hover) .soc-font-icon,.dt-mobile-header .soc-ico a:not(:hover) .soc-font-icon {
    color: var(--the7-accent-color);
    color: #aaaaaa!important;
    background: none!important
}

.masthead .mini-widgets .soc-ico a:hover .soc-font-icon,.masthead .mobile-mini-widgets .soc-ico a:hover .soc-font-icon,.dt-mobile-header .soc-ico a:hover .soc-font-icon {
    color: var(--the7-accent-color);
    color: #ffffff!important;
    background: none!important
}

.text-area {
    font: normal 20px / 24px "Arial",Helvetica,Arial,Verdana,sans-serif
}

.branding .text-area {
    font: 20px / 24px "Arial",Helvetica,Arial,Verdana,sans-serif
}

.mixed-header .text-area {
    font: 20px / 24px "Arial",Helvetica,Arial,Verdana,sans-serif;
    color: #888
}

.top-bar .text-area {
    color: #aaa
}

.dt-mobile-header .text-area {
    font: 300 14px / 18px "Nunito Sans",Helvetica,Arial,Verdana,sans-serif;
    color: #aaa
}

.mobile-header-bar .mobile-mini-widgets .text-area {
    font: 300 14px / 18px "Nunito Sans",Helvetica,Arial,Verdana,sans-serif;
    color: #aaa
}

.mini-nav .mini-sub-nav>li:not(.wpml-ls-item)>a .menu-text,.mini-nav .mini-sub-nav li.has-children>a:after,.footer-sub-nav>li a .subtitle-text,.mini-nav .mini-sub-nav li a .subtitle-text {
    font-size: var(--the7-text-small-font-size);
    line-height: var(--the7-text-small-line-height)
}

.footer-sub-nav>li a .subtitle-text,.mini-nav .mini-sub-nav li a .subtitle-text {
    font-size: var(--the7-text-small-font-size);
    line-height: var(--the7-text-small-line-height);
    font-size: calc(var(--the7-text-small-font-size) - 2)
}

.mini-sub-nav>li.act:not(.wpml-ls-item)>a .menu-text,.mini-sub-nav>li:not(.act):not(.wpml-ls-item):hover>a .menu-text,.mini-nav .mini-sub-nav>li.act:not(.wpml-ls-item)>a .subtitle-text,.mini-nav .mini-sub-nav>li:not(.act):not(.wpml-ls-item):hover>a .subtitle-text {
    color: var(--the7-accent-color)
}

.masthead .menu-select,.masthead .mini-nav>ul:not(.mini-sub-nav)>li>a {
    font: normal 20px / 24px "Arial",Helvetica,Arial,Verdana,sans-serif
}

.masthead .branding .menu-select,.masthead .branding .mini-nav>ul:not(.mini-sub-nav)>li>a {
    font: 20px / 24px "Arial",Helvetica,Arial,Verdana,sans-serif
}

.masthead.mixed-header .menu-select,.masthead.mixed-header .mini-nav>ul:not(.mini-sub-nav)>li>a {
    font: 20px / 24px "Arial",Helvetica,Arial,Verdana,sans-serif;
    color: #888
}

.masthead .top-bar .menu-select,.masthead .top-bar .mini-nav>ul:not(.mini-sub-nav)>li>a {
    color: #aaa;
    font: 300 14px / 20px "Nunito Sans",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none
}

.dt-mobile-header .menu-select,.dt-mobile-header .mini-nav>ul:not(.mini-sub-nav)>li>a {
    font: 300 14px / 18px "Nunito Sans",Helvetica,Arial,Verdana,sans-serif;
    color: #aaa
}

.mobile-header-bar .mobile-mini-widgets .menu-select,.mobile-header-bar .mobile-mini-widgets .mini-nav>ul:not(.mini-sub-nav)>li>a {
    font: 300 14px / 18px "Nunito Sans",Helvetica,Arial,Verdana,sans-serif;
    color: #aaa
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .mobile-header-bar .mobile-mini-widgets .mini-nav .mini-sub-nav>li>a * {
    color: #222222!important
}

.masthead .mini-nav .customSelectInner {
    font: normal 20px / 24px "Arial",Helvetica,Arial,Verdana,sans-serif
}

.branding .mini-nav .customSelectInner {
    font: 20px / 24px "Arial",Helvetica,Arial,Verdana,sans-serif
}

.mixed-header .mini-nav .customSelectInner {
    font: 20px / 24px "Arial",Helvetica,Arial,Verdana,sans-serif;
    color: #888
}

.top-bar .mini-nav .customSelectInner {
    color: #aaa;
    font: 300 14px / 20px "Nunito Sans",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none
}

.dt-mobile-header .mini-nav .customSelectInner {
    font: 300 14px / 18px "Nunito Sans",Helvetica,Arial,Verdana,sans-serif;
    color: #aaa
}

.mobile-header-bar .mobile-mini-widgets .mini-nav .customSelectInner {
    font: 300 14px / 18px "Nunito Sans",Helvetica,Arial,Verdana,sans-serif;
    color: #aaa
}

#bottom-bar .mini-nav .customSelectInner {
    color: #eee;
    font-size: var(--the7-text-small-font-size);
    line-height: var(--the7-text-small-line-height);
    line-height: 17px
}

#bottom-bar .mini-nav .customSelectInner i {
    color: #eee
}

.dt-mobile-header .mini-nav {
    font: 300 14px / 18px "Nunito Sans",Helvetica,Arial,Verdana,sans-serif;
    color: #aaa
}

.mobile-header-bar .mobile-mini-widgets .mini-nav {
    font: 300 14px / 18px "Nunito Sans",Helvetica,Arial,Verdana,sans-serif;
    color: #aaa
}

.mini-nav .customSelectInner i,.list-type-menu.mini-nav>ul>li>a i,.list-type-menu-first-switch.mini-nav>ul>li>a i,.list-type-menu-second-switch.mini-nav>ul>li>a i {
    font-size: 0
}

.header-bar .mini-nav .customSelectInner i,.header-bar .list-type-menu.mini-nav>ul>li>a i,.header-bar .list-type-menu-first-switch.mini-nav>ul>li>a i,.header-bar .list-type-menu-second-switch.mini-nav>ul>li>a i {
    margin-right: 7.1428571428571px
}

.branding .mini-nav .customSelectInner i,.branding .list-type-menu.mini-nav>ul>li>a i,.branding .list-type-menu-first-switch.mini-nav>ul>li>a i,.branding .list-type-menu-second-switch.mini-nav>ul>li>a i {
    font-size: 0;
    margin-right: 7.1428571428571px
}

.mixed-header .mini-nav .customSelectInner i,.mixed-header .list-type-menu.mini-nav>ul>li>a i,.mixed-header .list-type-menu-first-switch.mini-nav>ul>li>a i,.mixed-header .list-type-menu-second-switch.mini-nav>ul>li>a i {
    font-size: 16px;
    color: #888
}

.mixed-header .header-bar .mini-nav .customSelectInner i i,.mixed-header .header-bar .list-type-menu.mini-nav>ul>li>a i i,.mixed-header .header-bar .list-type-menu-first-switch.mini-nav>ul>li>a i i,.mixed-header .header-bar .list-type-menu-second-switch.mini-nav>ul>li>a i i {
    margin-right: 7.1428571428571px
}

.masthead .top-bar .mini-nav .customSelectInner i,.masthead .top-bar .list-type-menu.mini-nav>ul>li>a i,.masthead .top-bar .list-type-menu-first-switch.mini-nav>ul>li>a i,.masthead .top-bar .list-type-menu-second-switch.mini-nav>ul>li>a i {
    font-size: 16px;
    color: #aaa
}

.dt-mobile-header .mini-nav .customSelectInner i,.dt-mobile-header .list-type-menu.mini-nav>ul>li>a i,.dt-mobile-header .list-type-menu-first-switch.mini-nav>ul>li>a i,.dt-mobile-header .list-type-menu-second-switch.mini-nav>ul>li>a i {
    font-size: 16px;
    color: #aaa
}

.mobile-header-bar .mobile-mini-widgets .mini-nav .customSelectInner i,.mobile-header-bar .mobile-mini-widgets .list-type-menu.mini-nav>ul>li>a i,.mobile-header-bar .mobile-mini-widgets .list-type-menu-first-switch.mini-nav>ul>li>a i,.mobile-header-bar .mobile-mini-widgets .list-type-menu-second-switch.mini-nav>ul>li>a i {
    font-size: 16px;
    color: #aaa
}

#bottom-bar .mini-nav .menu-select:hover .customSelectInner i {
    color: inherit
}

.header-elements-button-1 {
    font: 700 14px / 18px "Roboto",Helvetica,Arial,Verdana,sans-serif;
    padding: 10px 20px 10px 20px;
    border-radius: 0
}

.header-elements-button-1:not(:hover) span {
    color: #fff
}

.header-elements-button-1.microwidget-btn-bg-on:before {
    background: #999
}

.header-elements-button-1.border-on:before {
    box-shadow: inset 0 0 0 1px #999
}

.header-elements-button-1 i {
    font-size: 14px
}

.header-elements-button-1.btn-icon-align-left i {
    margin-right: 5px
}

.header-elements-button-1.btn-icon-align-right i {
    margin-left: 5px
}

.header-elements-button-1.btn-icon-align-right:not(:hover) i {
    color: #fff
}

.header-elements-button-1.btn-icon-align-left:not(:hover) i {
    color: #fff
}

.header-elements-button-1:hover span {
    color: #fff
}

.header-elements-button-1.btn-icon-align-right:hover i {
    color: #fff
}

.header-elements-button-1.btn-icon-align-left:hover i {
    color: #fff
}

.header-elements-button-1.microwidget-btn-hover-bg-on:after {
    background: #999
}

.header-elements-button-1.hover-border-on:after {
    box-shadow: inset 0 0 0 1px #999
}

.header-elements-button-2 {
    font: 700 14px / 18px "Roboto",Helvetica,Arial,Verdana,sans-serif;
    padding: 10px 20px 10px 20px;
    border-radius: 0
}

.header-elements-button-2:not(:hover) span {
    color: #fff
}

.header-elements-button-2.microwidget-btn-bg-on:before {
    background: #999
}

.header-elements-button-2.border-on:before {
    box-shadow: inset 0 0 0 1px #999
}

.header-elements-button-2 i {
    font-size: 14px
}

.header-elements-button-2.btn-icon-align-left i {
    margin-right: 5px
}

.header-elements-button-2.btn-icon-align-right i {
    margin-left: 5px
}

.header-elements-button-2:not(:hover) i {
    color: #fff
}

.header-elements-button-2:hover span {
    color: #fff
}

.header-elements-button-2.btn-icon-align-right:hover i {
    color: #fff
}

.header-elements-button-2.btn-icon-align-left:hover i {
    color: #fff
}

.header-elements-button-2.btn-icon-align-right:not(:hover) i {
    color: #fff
}

.header-elements-button-2.btn-icon-align-left:not(:hover) i {
    color: #fff
}

.header-elements-button-2.microwidget-btn-hover-bg-on:after {
    background: #999
}

.header-elements-button-2.hover-border-on:after {
    box-shadow: inset 0 0 0 1px #999
}

.masthead:not(.side-header).dividers .main-nav>li:before,.masthead:not(.side-header).dividers.surround .main-nav>li:last-child:after {
    border-color: rgb(17 17 17 / .14);
    height: 24px;
    border-width: 1px
}

.side-header.dividers .main-nav>li:before,.side-header.dividers.surround .main-nav>li:last-child:after {
    border-color: rgb(17 17 17 / .14);
    width: 24px;
    border-width: 1px
}

.main-nav>li>a {
    margin: 0 0 20px 0;
    padding: 0 0 0 0
}

.main-nav>li>a .animate-wrap {
    margin: 0 0 0 0;
    padding: 0 0 0 0
}

.side-header.dividers:not(.surround) .main-nav {
    margin: 0 0 -20px 0
}

.side-header:not(.dividers) .main-nav {
    margin: 0 0 -20px 0
}

.top-header .outside-item-double-margin.main-nav>li:first-child>a {
    margin-left: 0
}

.top-header .outside-item-custom-margin.main-nav>li:first-child>a {
    margin-left: 30px
}

.top-header .outside-item-remove-margin.main-nav>li:first-child>a {
    margin-left: 0
}

.top-header .outside-item-double-margin.main-nav>li:last-child>a {
    margin-right: 0
}

.top-header .outside-item-custom-margin.main-nav>li:last-child>a {
    margin-right: 30px
}

.top-header .outside-item-remove-margin.main-nav>li:last-child>a {
    margin-right: 0
}

.sub-downwards .main-nav>li>.next-level-button {
    left: 0;
    margin-top: 0;
    margin-bottom: 20px
}

.sub-downwards .main-nav>li>.sub-nav:last-child {
    margin-bottom: 20px
}

.sub-downwards .main-nav>li:last-child>.sub-nav:last-child {
    margin-bottom: 0
}

.side-header.dividers .main-nav>li:before,.side-header.dividers.surround .main-nav>li:last-child:after {
    left: 0
}

.main-nav>li>a .menu-text {
    font: normal 200 22px / 26px "Nunito Sans",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none
}

.main-nav.level-arrows-on>li.has-children>a .menu-item-text {
    line-height: 26px
}

.main-nav>li:not(.wpml-ls-item)>a .menu-text {
    color: #666
}

.sticky-on .main-nav>li:not(.wpml-ls-item)>a .menu-text,#phantom .main-nav>li:not(.wpml-ls-item)>a .menu-text {
    color: #666
}

.main-nav>li:not(.wpml-ls-item)>a {
    color: #666
}

.sticky-on .main-nav>li:not(.wpml-ls-item)>a,#phantom .main-nav>li:not(.wpml-ls-item)>a {
    color: #666
}

.main-nav>li.act:not(.wpml-ls-item)>a {
    color: #999
}

.sticky-on .main-nav>li.act:not(.wpml-ls-item)>a,#phantom .main-nav>li.act:not(.wpml-ls-item)>a {
    color: #999
}

.main-nav>li.act:not(.wpml-ls-item)>a .menu-text,.main-nav>li.act:not(.wpml-ls-item)>a .subtitle-text {
    color: #999
}

.sticky-on .main-nav>li.act:not(.wpml-ls-item)>a .menu-text,#phantom .main-nav>li.act:not(.wpml-ls-item)>a .menu-text,.sticky-on .main-nav>li.act:not(.wpml-ls-item)>a .subtitle-text,#phantom .main-nav>li.act:not(.wpml-ls-item)>a .subtitle-text {
    color: #999
}

.main-nav>li:not(.act):not(.wpml-ls-item)>a:hover .subtitle-text,.main-nav>li:not(.act):not(.wpml-ls-item)>a:hover .menu-text,.main-nav>li.dt-hovered:not(.act):not(.wpml-ls-item)>a .subtitle-text,.main-nav>li.dt-hovered:not(.act):not(.wpml-ls-item)>a .menu-text {
    color: #000
}

.sticky-on .main-nav>li:not(.act):not(.wpml-ls-item)>a:hover .subtitle-text,#phantom .main-nav>li:not(.act):not(.wpml-ls-item)>a:hover .subtitle-text,.sticky-on .main-nav>li:not(.act):not(.wpml-ls-item)>a:hover .menu-text,#phantom .main-nav>li:not(.act):not(.wpml-ls-item)>a:hover .menu-text,.sticky-on .main-nav>li.dt-hovered:not(.act):not(.wpml-ls-item)>a .subtitle-text,#phantom .main-nav>li.dt-hovered:not(.act):not(.wpml-ls-item)>a .subtitle-text,.sticky-on .main-nav>li.dt-hovered:not(.act):not(.wpml-ls-item)>a .menu-text,#phantom .main-nav>li.dt-hovered:not(.act):not(.wpml-ls-item)>a .menu-text {
    color: #000
}

.main-nav>li:not(.act):not(.wpml-ls-item)>a:hover,.main-nav>li.dt-hovered:not(.act):not(.wpml-ls-item)>a {
    color: #000
}

.sticky-on .main-nav>li:not(.act):not(.wpml-ls-item)>a:hover,#phantom .main-nav>li:not(.act):not(.wpml-ls-item)>a:hover,.sticky-on .main-nav>li.dt-hovered:not(.act):not(.wpml-ls-item)>a,#phantom .main-nav>li.dt-hovered:not(.act):not(.wpml-ls-item)>a {
    color: #000
}

.top-header .main-nav.level-arrows-on>li.has-children>a .menu-text:after {
    background: #666
}

.sticky-on .main-nav.level-arrows-on>li.has-children>a .menu-text:after,#phantom .main-nav.level-arrows-on>li.has-children>a .menu-text:after {
    background: #666
}

.sub-sideways .main-nav.level-arrows-on>li.has-children>a span:after {
    background: rgb(102 102 102 / .2)
}

.sub-downwards .main-nav.level-arrows-on>li.has-children>a:after,.sub-downwards .next-level-button svg,.sub-downwards .main-nav>li.menu-item-language>a:after {
    color: rgb(102 102 102 / .2);
    fill: rgb(102 102 102 / .2)
}

.top-header .main-nav.level-arrows-on>li.has-children:not(.act)>a:hover .menu-text:after,.top-header .main-nav.level-arrows-on>li.dt-hovered.has-children:not(.act)>a .menu-text:after {
    background: #000
}

.sticky-on .main-nav.level-arrows-on>li.has-children:not(.act)>a:hover .menu-text:after,#phantom .main-nav.level-arrows-on>li.has-children:not(.act)>a:hover .menu-text:after,.sticky-on .main-nav.level-arrows-on>li.dt-hovered.has-children:not(.act)>a .menu-text:after,#phantom .main-nav.level-arrows-on>li.dt-hovered.has-children:not(.act)>a .menu-text:after {
    background: #000
}

.top-header .main-nav.level-arrows-on>li.has-children.act>a .menu-text:after {
    background: #999
}

.sticky-on .main-nav.level-arrows-on>li.has-children.act>a .menu-text:after,#phantom .main-nav.level-arrows-on>li.has-children.act>a .menu-text:after {
    background: #999
}

.side-header.sub-downwards .main-nav.level-arrows-on li.has-children>a:after {
    line-height: 26px
}

.main-nav>li>a .subtitle-text {
    font: normal 12px / 16px "Nunito Sans",Helvetica,Arial,Verdana,sans-serif
}

.main-nav>.menu-item>a>i {
    font-size: 24px
}

#main-nav>.menu-item>a>i {
    line-height: 24px
}

.main-nav .sub-nav>.menu-item>a i {
    font-size: 12px
}

.hover-outline-decoration>li>a,.active-outline-decoration>li>a {
    border: 2px solid #fff0
}

.top-header .hover-outline-decoration>li:not(.act)>a:hover,.top-header .hover-outline-decoration>li.dt-hovered:not(.act)>a {
    border: 2px solid #999
}

.top-header .active-outline-decoration>li.act>a {
    border: 2px solid rgb(153 153 153 / .15)
}

.top-header .active-bg-decoration>li.act>a {
    background-color: rgb(153 153 153 / .15)
}

.top-header .hover-bg-decoration>li:not(.act)>a:hover,.top-header .hover-bg-decoration>li.dt-hovered:not(.act)>a {
    background-color: #999
}

.hover-outline-decoration>li>a,.active-outline-decoration>li>a,.active-bg-decoration>li>a,.hover-bg-decoration>li>a {
    border-radius: 3px
}

.bg-outline-decoration>li>a,.main-nav>li>a .animate-wrap,.hover-line-decoration>li:not(.act)>a:hover .decoration-line,.hover-line-decoration>li.dt-hovered:not(.act)>a .decoration-line,.active-line-decoration>li>a .decoration-line {
    border-radius: 3px
}

.top-header .active-line-decoration>li.act>a:after {
    background-color: rgb(130 36 227 / .3)
}

.top-header .hover-line-decoration>li>a:hover .decoration-line,.top-header .hover-line-decoration>li.dt-hovered>a .decoration-line {
    height: 2px;
    background-color: rgb(255 255 255 / .23);
    background: rgb(255 255 255 / .23);
    background: -webkit-linear-gradient(to left,rgb(255 255 255 / .23) 30%,rgb(0 0 0 / .23) 100%);
    background: linear-gradient(to left,rgb(255 255 255 / .23) 30%,rgb(0 0 0 / .23) 100%)
}

.top-header .active-line-decoration>li.act>a .decoration-line {
    height: 2px;
    background-color: rgb(130 36 227 / .3)
}

.l-to-r-line>li>a i.underline {
    bottom: -2px;
    background-color: #999;
    height: 2px
}

.from-centre-line>li>a .menu-item-text:before {
    bottom: -2px;
    height: 2px;
    background-color: #999
}

.upwards-line>li>a .menu-item-text:before {
    bottom: -2px;
    height: 2px;
    background-color: #999
}

.downwards-line>li>a .menu-item-text:before {
    bottom: -2px;
    background-color: #999
}

.top-header .masthead .downwards-line>li>a .menu-item-text:before {
    height: 2px
}

li:not(.dt-mega-menu) .sub-nav {
    width: 250px
}

.sub-nav {
    background-color: #fff;
    padding: 0 0 0 0
}

.top-header .sub-nav .sub-nav,.sub-sideways .sub-nav .sub-nav {
    top: 0
}

.main-nav .sub-nav>li>a .menu-text {
    font: 300 16px / 20px "Nunito",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none
}

.sub-downwards .sub-nav .next-level-button:before,.side-header.sub-downwards .main-nav.level-arrows-on .sub-nav>li.has-children>a:after {
    line-height: 20px
}

.main-nav .sub-nav>li:not(.wpml-ls-item)>a .menu-text {
    color: #666
}

.main-nav .sub-nav>li:not(.wpml-ls-item)>a,#bottom-bar .sub-nav>li:not(.wpml-ls-item)>a {
    color: #666
}

.sub-nav.level-arrows-on>li.has-children:not(.dt-mega-parent)>a:after,#bottom-bar .sub-nav li.has-children>a:after {
    background: #666
}

.main-nav .sub-nav>li>a .subtitle-text {
    font: normal 12px / 16px "Nunito Sans",Helvetica,Arial,Verdana,sans-serif
}

.main-nav .sub-nav>li>a,.sub-downwards .sub-nav.sub-nav-widgets>li {
    margin: 0 0 0 0;
    padding: 5px 0 5px 0
}

.top-header .main-nav .sub-nav.level-arrows-on>li.has-children>a {
    padding-right: 8px
}

.sub-nav li:not(:first-child) .sub-nav {
    top: -5px
}

.masthead:not(.sub-downwards) .sub-nav li.has-children a:after {
    right: -8px
}

.top-header .masthead:not(.sub-downwards) .sub-nav li.has-children a:after {
    right: 0
}

.rtl .masthead:not(.sub-downwards) .sub-nav li.has-children a:after {
    right: auto;
    left: 0
}

.sub-downwards .sub-nav>li>.next-level-button {
    left: 0;
    margin-top: 0;
    margin-bottom: 0
}

.sub-downwards.dt-parent-menu-clickable .sub-nav>li:not(.has-children)>a {
    margin-right: 30px
}

.masthead:not(.sub-downwards) .main-nav .sub-nav>li:not(.act):not(.dt-mega-parent):not(.no-link):not(.wpml-ls-item):hover>a,#bottom-bar .sub-nav li:not(.act):not(.dt-mega-parent):not(.no-link):not(.wpml-ls-item):hover>a,.masthead:not(.sub-downwards) .main-nav .sub-nav li.dt-mega-parent:not(.act):not(.no-link):not(.wpml-ls-item)>a:hover,.sub-downwards .sub-nav li:not(.act):not(.wpml-ls-item):not(.dt-mega-parent)>a:hover {
    color: #000
}

.masthead:not(.sub-downwards) .main-nav .sub-nav>li:not(.act):not(.dt-mega-parent):not(.no-link):not(.wpml-ls-item):hover>a .menu-text {
    color: #000
}

.sub-downwards .sub-nav li:not(.act):not(.wpml-ls-item):not(.dt-mega-parent)>a:hover .menu-text {
    color: #000
}

.sub-nav.level-arrows-on li.has-children:not(.dt-mega-parent):not(.act):hover>a:after,#bottom-bar .sub-nav li.has-children:not(.act):hover>a:after {
    background: #000
}

.top-header .sub-nav.hover-style-bg>li:not(.dt-mega-parent):not(.act):hover>a,.top-header .sub-nav.gradient-hover.hover-style-bg>li:not(.dt-mega-parent):not(.act):hover>a {
    background-color: #fff0
}

.top-header .sub-nav.hover-style-bg>li:not(.dt-mega-parent).act>a,.top-header .sub-nav.gradient-hover.hover-style-bg>li:not(.dt-mega-parent).act>a {
    background-color: #fff0
}

.main-nav .sub-nav>li.act:not(.dt-mega-parent):not(.wpml-ls-item):not(.wpml-ls-item)>a,.main-nav .sub-nav>li.act:not(.dt-mega-parent):not(.wpml-ls-item)>a i[class^="fa"],.main-nav .sub-nav>li.act:not(.dt-mega-parent):not(.wpml-ls-item)>a i[class^="dt-icon"],.main-nav .sub-nav>li.dt-mega-parent.current-menu-item:not(.wpml-ls-item)>a {
    color: #999
}

.main-nav .sub-nav>li.act:not(.dt-mega-parent):not(.wpml-ls-item)>a .menu-text {
    color: #999
}

.sub-nav.level-arrows-on li.has-children:not(.dt-mega-parent).act>a:after,#bottom-bar .sub-nav li.has-children.act>a:after {
    background: #999
}

.masthead:not(.sub-downwards) .sub-nav .sub-nav {
    left: 251px!important
}

.rtl .masthead:not(.sub-downwards) .sub-nav .sub-nav {
    right: 251px;
    left: auto!important
}

.masthead:not(.sub-downwards) .sub-nav .sub-nav.right-overflow {
    left: -251px!important
}

.rtl .masthead:not(.sub-downwards) .sub-nav .sub-nav.right-overflow {
    right: -249px;
    left: auto!important
}

.sub-downwards .sub-nav.level-arrows-on li.has-children>a svg,.sub-downwards .sub-nav.level-arrows-on li.has-children:not(.act):hover>a svg,.sub-downwards .sub-nav.level-arrows-on li.has-children.act>a svg,.sub-downwards .sub-nav .next-level-button {
    fill: rgb(102 102 102 / .27);
    color: rgb(102 102 102 / .27)
}

.sub-downwards .main-nav.level-arrows-on>li.has-children>a {
    max-width: calc(100% - 30px - 0px - 0px)
}

.sub-downwards .sub-nav.level-arrows-on>li.has-children>a {
    max-width: calc(100% - 30px - 0px - 0px)
}

.masthead.masthead-mobile-header,.masthead.masthead-mobile-header:not(.mixed-header) {
    background: #fff
}

.mobile-sticky-header-overlay,.mobile-sticky-sidebar-overlay {
    background-color: rgb(17 17 17 / .5)
}

.dt-mobile-header {
    background-color: #fff;
    width: 300px
}

.right-mobile-menu .show-mobile-header .dt-mobile-header {
    right: 300px
}

.dt-mobile-header .mobile-header-scrollbar-wrap {
    width: calc(300px - 13px);
    padding: 45px 10px 30px 30px;
    box-sizing: border-box
}

.admin-bar .dt-mobile-header .mobile-header-scrollbar-wrap {
    padding-top: 77px
}

@media screen and (max-width: 782px) {
    .admin-bar .dt-mobile-header .mobile-header-scrollbar-wrap {
        padding-top:91px
    }
}

html:not(.touchevents) .dt-mobile-header::-webkit-scrollbar-thumb {
    background: rgb(102 102 102 / .2);
    border-color: #fff
}

html:not(.touchevents) .dt-mobile-header::-webkit-scrollbar-track {
    background-color: #fff
}

.masthead:not(.side-header):not(.side-header-menu-icon) .mobile-header-bar {
    margin: 0 auto;
    box-sizing: border-box
}

.masthead:not(.side-header).full-width .mobile-header-bar,.mobile-header-bar .masthead.side-header-menu-icon {
    max-width: 100%
}

.dt-mobile-menu-icon {
    padding: 0 0 0 10px
}

.dt-mobile-menu-icon .menu-toggle-caption {
    font: 300 16px / 20px "Nunito Sans",Helvetica,Arial,Verdana,sans-serif;
    text-transform: uppercase;
    word-spacing: normal
}

.mobile-left-caption .dt-mobile-menu-icon .menu-toggle-caption {
    margin-right: 15px
}

.mobile-right-caption .dt-mobile-menu-icon .menu-toggle-caption {
    margin-left: 15px
}

.dt-mobile-menu-icon:not(.floating-btn) {
    margin: 0 0 0 0;
    border-radius: 0
}

.mobile-menu-icon-bg-on .dt-mobile-menu-icon:not(.floating-btn):before {
    background-color: var(--the7-accent-color);
    background: #fff0!important
}

.mobile-menu-icon-border-enable .dt-mobile-menu-icon:not(.floating-btn):before {
    border: 0 solid var(--the7-accent-color)
}

.mobile-menu-icon-hover-bg-on .dt-mobile-menu-icon:not(.floating-btn):after {
    background-color: var(--the7-accent-color);
    background: #fff0!important
}

.mobile-menu-icon-hover-border-enable .dt-mobile-menu-icon:not(.floating-btn):after {
    border: 0 solid var(--the7-accent-color)
}

.dt-mobile-menu-icon:not(.floating-btn):not(:hover) .menu-toggle-caption {
    color: var(--the7-accent-color);
    color: #000000!important;
    background: none
}

.animate-color-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):not(:hover) .menu-line,.two-line-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):not(:hover) .menu-line {
    background-color: var(--the7-accent-color);
    background: #aaaaaa!important
}

.dt-mobile-menu-icon:not(.floating-btn) .menu-line:before {
    background-color: var(--the7-accent-color);
    background: #aaaaaa!important
}

.dt-mobile-menu-icon:not(.floating-btn) .menu-line:after {
    background-color: var(--the7-accent-color);
    background: #aaaaaa!important
}

.dt-mobile-menu-icon:not(.floating-btn):hover .menu-toggle-caption {
    color: var(--the7-accent-color);
    color: #000000!important;
    background: none
}

.masthead:not(.animate-color-mobile-menu-icon):not(.two-line-mobile-menu-icon) .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line {
    background-color: var(--the7-accent-color);
    background: #aaaaaa!important
}

.animate-color-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line,.two-line-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line {
    background-color: var(--the7-accent-color);
    background: #aaaaaa!important
}

.animate-color-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line:after,.dots-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line:after,.h-dots-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line:after,.two-line-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line:after {
    background-color: var(--the7-accent-color);
    background: #aaaaaa!important
}

.floating-mobile-menu-icon .dt-mobile-menu-icon.floating-btn {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px
}

.floating-mobile-menu-icon .dt-mobile-menu-icon.floating-btn {
    border-radius: 0
}

.dt-close-mobile-menu-icon .mobile-menu-close-caption {
    font: 300 16px / 20px "Nunito Sans",Helvetica,Arial,Verdana,sans-serif;
    text-transform: uppercase;
    word-spacing: normal
}

.mobile-close-left-caption .dt-close-mobile-menu-icon .mobile-menu-close-caption {
    margin-right: 10px
}

.mobile-close-right-caption .dt-close-mobile-menu-icon .mobile-menu-close-caption {
    margin-left: 10px
}

.dt-close-mobile-menu-icon:not(:hover) .mobile-menu-close-caption {
    color: var(--the7-accent-color);
    color: #000000!important;
    background: none
}

.dt-close-mobile-menu-icon:hover .mobile-menu-close-caption {
    color: var(--the7-accent-color);
    color: #000000!important;
    background: none
}

.left-mobile-menu-close-icon .dt-close-mobile-menu-icon {
    left: 0
}

.right-mobile-menu-close-icon .dt-close-mobile-menu-icon {
    right: 0
}

.center-mobile-menu-close-icon .dt-close-mobile-menu-icon {
    left: 50%;
    transform: translateX(-50%)
}

.ouside-mobile-menu-close-icon .dt-close-mobile-menu-icon {
    left: 300px
}

.right-mobile-menu.ouside-mobile-menu-close-icon .dt-close-mobile-menu-icon {
    right: 300px;
    left: auto
}

@media screen and (max-width: 300px) {
    .show-mobile-header .dt-close-mobile-menu-icon {
        left:calc(100% - 30px)
    }

    .right-mobile-menu .show-mobile-header .dt-close-mobile-menu-icon {
        left: auto;
        right: 0
    }

    .right-mobile-menu .show-mobile-header .dt-mobile-header {
        right: 100%
    }
}

.mobile-branding>a,.mobile-branding>img {
    padding: 0 0 0 0
}

.transparent .masthead:not(.mixed-header) .mobile-branding>a,.transparent .masthead:not(.mixed-header) .mobile-branding>img {
    padding: 0 0 0 0
}

.sticky-mobile-on.masthead:not(.mixed-header) .mobile-branding>a,.sticky-mobile-on.masthead:not(.mixed-header) .mobile-branding>img {
    padding: 0 0 0 0
}

.sticky-mobile-on.masthead.masthead-mobile-header .sticky-mobile-logo-first-switch,.sticky-mobile-on.masthead.masthead-mobile-header .sticky-mobile-logo-second-switch {
    padding: 0 0 0 0
}

.mobile-main-nav>li>a {
    padding: 14.3px 25px 14.3px 0
}

.mobile-menu-show-divider .mobile-main-nav>li>a {
    padding: 20.9px 25px 20.9px 0
}

.dt-mobile-header .next-level-button {
    padding: 14.3px 0;
    top: 0;
    line-height: 26px
}

.mobile-menu-show-divider.dt-mobile-header .next-level-button {
    padding: 20.9px 0
}

.dt-mobile-header .next-level-button:before {
    line-height: 26px
}

.mobile-main-nav>li>.sub-nav:last-child {
    margin-bottom: 19px
}

.mobile-main-nav li>a .menu-text {
    font: 200 22px / 26px "Nunito Sans",Helvetica,Arial,Verdana,sans-serif;
    color: #666;
    text-transform: none
}

.mobile-main-nav>.menu-item>a i[class^="fa"],.mobile-main-nav>.menu-item>a i[class^="dt-icon"] {
    font-size: 22px
}

.mobile-main-nav li>a {
    color: #666
}

.mobile-main-nav li.act>a {
    color: #999
}

.mobile-main-nav li.act>a .menu-text,.mobile-main-nav li.act>a .subtitle-text,.dt-mobile-header .mobile-main-nav .sub-nav>li.act>a .subtitle-text,.dt-mobile-header .mobile-main-nav .sub-nav>li.act>a .menu-text {
    color: #999
}

.mobile-main-nav li:not(.act)>a:hover .subtitle-text,.mobile-main-nav li:not(.act)>a:hover .menu-text,.dt-mobile-header .mobile-main-nav .sub-nav>li:not(.act)>a:hover .menu-text {
    color: #999
}

.mobile-main-nav li:not(.act)>a:hover,.dt-mobile-header .mobile-main-nav .sub-nav>li:not(.act)>a:hover {
    color: #999
}

.mobile-main-nav>li.has-children>a:after,.mobile-main-nav .next-level-button svg,.mobile-main-nav>li.menu-item-language>a:after {
    color: rgb(102 102 102 / .17);
    fill: rgb(102 102 102 / .17)
}

.mobile-menu-show-divider .mobile-main-nav>li:before {
    border-bottom: 1px solid rgb(51 51 51 / .12)
}

.mobile-main-nav .sub-nav>li>a,#page .mobile-main-nav .sub-nav li {
    padding: 6.4px 0 6.4px 0
}

.dt-mobile-header .mobile-main-nav li .sub-nav>li>a .menu-text {
    font: 300 16px / 20px "Nunito Sans",Helvetica,Arial,Verdana,sans-serif;
    color: #666;
    text-transform: none
}

.mobile-main-nav .sub-nav>.menu-item>a i[class^="fa"],.mobile-main-nav .sub-nav>.menu-item>a i[class^="dt-icon"] {
    font-size: 16px
}

.mobile-main-nav .sub-nav li>a .menu-text,.mobile-main-nav .sub-nav li>a i[class^="fa"],.mobile-main-nav .sub-nav li>a i[class^="dt-icon"] {
    font-size: 12px;
    line-height: 16px
}

.mobile-main-nav .sub-nav.level-arrows-on li.has-children>a:after,.mobile-main-nav .sub-nav.level-arrows-on li.has-children:not(.act):hover>a:after,.mobile-main-nav .sub-nav.level-arrows-on li.has-children.act>a:after,.mobile-main-nav .sub-nav li.has-children a:after,.mobile-main-nav .sub-nav .next-level-button {
    color: rgb(102 102 102 / .17)
}

.mobile-main-nav .sub-nav .next-level-button {
    padding: 8px 0;
    top: 0;
    line-height: 20px
}

.mobile-main-nav .sub-nav .next-level-button:before {
    line-height: 20px
}

.mobile-main-nav>li.has-children>a {
    max-width: calc(100% - 55px)
}

.mobile-main-nav .sub-nav>li.has-children>a {
    max-width: calc(100% - 30px)
}

.dt-close-mobile-menu-icon {
    padding: 0 0 0 0;
    margin: 25px 10px 0 0;
    border-radius: 0
}

.mobile-hamburger-close-bg-enable .dt-close-mobile-menu-icon:before {
    background-color: var(--the7-accent-color);
    background: #ffffff!important
}

.mobile-hamburger-close-border-enable .dt-close-mobile-menu-icon:before {
    border: 0 solid var(--the7-accent-color)
}

.mobile-hamburger-close-bg-hover-enable .dt-close-mobile-menu-icon:after {
    background-color: var(--the7-accent-color);
    background: #ffffff!important
}

.mobile-hamburger-close-border-hover-enable .dt-close-mobile-menu-icon:after {
    border: 0 solid var(--the7-accent-color)
}

.dt-close-mobile-menu-icon span:after {
    background-color: var(--the7-accent-color);
    background: #aaaaaa!important
}

.dt-close-mobile-menu-icon span:before {
    background-color: var(--the7-accent-color);
    background: #aaaaaa!important
}

.top-bar .sub-nav li.has-children.act:after,#bottom-bar .sub-nav li.has-children.act:after {
    color: var(--the7-accent-color)
}

.top-bar .sub-nav>ul>li>a,#bottom-bar .sub-nav>ul>li>a {
    color: #666;
    font: 300 16px / 20px "Nunito",Helvetica,Arial,Verdana,sans-serif
}

#page .masthead.sticky-on .header-bar,#phantom.masthead .header-bar,#phantom .ph-wrap {
    min-height: 64px
}

#phantom .logo-box,#phantom .phantom-top-line-logo,.phantom-sticky .sticky-on.masthead:not(.side-header) .branding>a,.phantom-sticky .sticky-on.masthead:not(.side-header) .branding>img {
    padding: 0 0 0 0
}

.transparent.phantom-sticky .sticky-on.masthead .branding>a,.transparent.phantom-sticky .sticky-on.masthead .branding>img {
    padding: 0 0 0 0
}

#phantom {
    background: #fff none repeat center center;
    background-size: auto
}

.phantom-shadow-decoration #phantom {
    box-shadow: 0 0 15px 1px rgb(0 0 0 / .07)
}

#phantom.boxed {
    max-width: 1280px
}

.phantom-line-decoration #phantom {
    border-bottom: 1px solid rgb(51 51 51 / .11);
    box-shadow: none!important
}

.phantom-content-width-line-decoration #phantom .ph-wrap {
    position: relative;
    box-shadow: none!important
}

.phantom-content-width-line-decoration #phantom .ph-wrap:after {
    position: absolute;
    bottom: 0;
    left: auto;
    right: auto;
    content: "";
    width: calc(100% - 0px - 0px);
    height: 1px;
    background: rgb(51 51 51 / .11)
}

.phantom-shadow-decoration #phantom {
    box-shadow: 0 0 15px 1px rgb(0 0 0 / .07);
    border-bottom: none
}

.phantom-disable-decoration #phantom {
    box-shadow: none!important;
    border-bottom: none
}

.responsive-off.phantom-sticky .sticky-on.masthead:not(.masthead-mobile) {
    background: #ffffff!important
}

.responsive-off.phantom-line-decoration.phantom-sticky .sticky-on.masthead {
    border-bottom: 1px solid rgb(51 51 51 / .11);
    box-shadow: none!important
}

.masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) .header-bar,.ph-wrap {
    padding: 0 0 0 0
}

.top-header .mega-full-width>.dt-mega-menu-wrap {
    width: calc(1200px - 0px - 0px)
}

.boxed .masthead:not(.full-width):not(.side-header):not(.side-header-menu-icon):not(.side-header-v-stroke) .header-bar,.boxed .ph-wrap {
    max-width: 100%;
    width: calc(1200px - 0px - 0px)
}

#phantom .ph-wrap .header-bar {
    padding: 0
}

.boxed .masthead:not(.width-in-pixel):not(#phantom) .top-bar.full-width-line:after,.boxed .masthead:not(.width-in-pixel):not(.sticky-on) .top-bar-bg,.boxed.masthead:not(.width-in-pixel):not(#phantom) .top-bar-bg,.boxed .classic-header:not(.width-in-pixel) .navigation:before {
    margin: 0 0 0 0;
    padding: 0 1000px
}

.ph-wrap,#phantom .ph-wrap.boxed,.boxed .top-bar.line-content:before,.boxed .classic-header.content-width-line .navigation:before {
    max-width: calc(1200px - 0px - 0px)
}

.masthead:not(.mixed-header) {
    background: #fff none repeat center center;
    background-size: auto
}

.masthead.line-decoration:not(.side-header):not(.mixed-header):not(.masthead-mobile-header) {
    border-bottom: 1px solid rgb(51 51 51 / .11)
}

.header-side-left .masthead.line-decoration:not(.mixed-header):not(.masthead-mobile-header) {
    border-right: 1px solid rgb(51 51 51 / .11)
}

.header-side-right .masthead.line-decoration:not(.mixed-header):not(.masthead-mobile-header) {
    border-left: 1px solid rgb(51 51 51 / .11)
}

.masthead.content-width-line-decoration:not(.mixed-header):not(.side-header):not(.masthead-mobile-header):not(#phantom) .header-bar {
    padding-bottom: 1px
}

.masthead.content-width-line-decoration:not(.mixed-header):not(.side-header):not(.masthead-mobile-header):not(#phantom) .header-bar:after {
    position: absolute;
    bottom: 0;
    left: auto;
    right: auto;
    content: "";
    width: calc(100% - 0px - 0px);
    height: 1px;
    background: rgb(51 51 51 / .11)
}

.header-side-left .masthead.content-width-line-decoration:not(.mixed-header):not(.masthead-mobile-header) .header-bar:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: auto;
    top: auto;
    height: calc(100% - 0px - 0px);
    width: 1px;
    background: rgb(51 51 51 / .11)
}

.header-side-right .masthead.content-width-line-decoration:not(.mixed-header):not(.masthead-mobile-header) .header-bar:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: auto;
    top: auto;
    height: calc(100% - 0px - 0px);
    width: 1px;
    background: rgb(51 51 51 / .11)
}

.transparent .masthead:not(.side-header),.overlay-navigation .masthead.shadow-decoration:not(.mixed-header) {
    box-shadow: none
}

.masthead.shadow-decoration:not(.side-header-menu-icon):not(#phantom):not(.masthead-mobile-header) {
    box-shadow: 0 0 15px 1px rgb(0 0 0 / .07)
}

.transparent .masthead:not(.side-header) {
    background: #ee2
}

.transparent .top-bar-bg {
    background: rgb(0 0 0 / .5)
}

#main-slideshow:not(.rv-slider):not(.empty-slider) {
    min-height: 140px
}

#main-slideshow.fixed,#main-slideshow.fix,#main-slideshow.layer-fixed {
    background-color: rgb(102 102 102 / .08)
}

#main-slideshow.fixed>.royalSlider,#main-slideshow.fixed .ts-wrap {
    max-width: 1112px
}

.outline-element-decoration #main-slideshow.fixed:after,.outline-element-decoration #main-slideshow.layer-fixed:after,.outline-element-decoration #main-slideshow.fix:after {
    background-color: rgb(102 102 102 / .15)
}

.page-title .wf-wrap {
    min-height: 60px;
    padding-top: 30px;
    padding-bottom: 30px
}

.page-title .wf-wrap:after {
    border-bottom: 6px double rgb(51 51 51 / .11)
}

.page-title.solid-bg {
    background-color: #fff0
}

.page-title.solid-bg.bg-img-enabled {
    background-image: none;
    background-repeat: repeat;
    background-position: center center;
    background-size: auto auto
}

.page-title.overlay-bg:after {
    background: rgb(0 0 0 / .5)
}

.page-title.gradient-bg {
    background: #fff0
}

.page-title.title-outline-decoration {
    border-bottom: 10px solid #fff0
}

.page-title>.wf-wrap,#fancy-header>.wf-wrap {
    width: 1200px
}

.page-title h1,.page-title h1 *,.page-title h1 a:hover,#page .page-title .entry-title {
    font: normal 24px / 28px "Merriweather",Helvetica,Arial,Verdana,sans-serif;
    color: #000;
    text-transform: none
}

.page-title .breadcrumbs li:before,.page-title .breadcrumbs li:before {
    color: rgb(102 102 102 / .35)
}

.page-title.breadcrumbs-bg .breadcrumbs {
    background: #594492;
    border-radius: 2px;
    border: 0 solid #fff0
}

.page-title .breadcrumbs {
    padding: 0 0 0 0;
    margin: 10px 0 0 0
}

.page-title .breadcrumbs,.page-title .breadcrumbs a {
    color: #999;
    font: normal 14px / 16px "Merriweather",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none
}

.page-title .breadcrumbs li:before,.page-title .breadcrumbs li:before {
    color: rgb(153 153 153 / .5)
}

.fancy-header h1,.fancy-header h2,.fancy-header .fancy-subtitle {
    font: normal 24px / 28px "Merriweather",Helvetica,Arial,Verdana,sans-serif
}

#page .fancy-header .color-accent span {
    color: var(--the7-accent-color)
}

.dt-breadcrumbs-shortcode .breadcrumbs * {
    color: var(--the7-secondary-text-color)
}

.responsive-off #main:not(.sidebar-none) .wf-container-main {
    grid-column-gap: 50px
}

.responsive-off .sidebar-right .wf-container-main {
    -ms-grid-columns: calc(100% - 350px - 25px) 50px calc(350px - 25px);
    grid-template-columns: calc(100% - 350px - 25px) calc(350px - 25px)
}

.responsive-off .sidebar-left .wf-container-main {
    -ms-grid-columns: calc(350px - 25px) 50px calc(100% - 350px - 25px);
    grid-template-columns: calc(350px - 25px) calc(100% - 350px - 25px)
}

.responsive-off .sidebar-divider-vertical.sidebar-left .sidebar {
    padding-right: 50px
}

.responsive-off .sidebar-divider-vertical.sidebar-right .sidebar {
    padding-left: 50px
}

.sidebar-right .sidebar {
    border-left: 1px solid var(--the7-divider-color)
}

.sidebar-left .sidebar {
    border-right: 1px solid var(--the7-divider-color)
}

.solid-bg .sidebar-content {
    background: #f7f7f8 none repeat center center
}

.solid-bg.sidebar-outline-decoration .sidebar-content,.bg-under-widget.sidebar-outline-decoration .widget {
    border: 1px solid rgb(0 0 0 / .06)
}

.bg-under-widget .sidebar-content .widget,.solid-bg.sidebar-content .widget {
    background: #f7f7f8 none repeat center center
}

.solid-bg.sidebar-content.sidebar-outline-decoration .widget {
    border: 1px solid rgb(0 0 0 / .06)
}

.solid-bg.sidebar-shadow-decoration .sidebar-content,.bg-under-widget.sidebar-shadow-decoration .sidebar-content .widget,.solid-bg.sidebar-content.sidebar-shadow-decoration .widget {
    box-shadow: 0 6px 18px rgb(0 0 0 / .1)
}

.sidebar .widget,.sidebar-content .widget,.elementor-widget-sidebar .widget {
    border-top: 1px solid var(--the7-divider-color);
    color: #666;
    padding-top: 30px;
    padding-bottom: 30px
}

.sidebar .widget,.widget_product_categories li a,.widget .st-accordion li>a,ul.cart_list li a,ul.product_list_widget li a,.sidebar-content .widget,.widget .testimonial-vcard .text-primary,.widget .testimonial-vcard .text-secondary,div[class*='elementor-widget-wp-widget-'],.elementor-widget-sidebar .widget,.elementor-widget-wp-widget-woocommerce_recently_viewed_products,.elementor-widget-wp-widget-woocommerce_recent_reviews,.elementor-widget-wp-widget-woocommerce_product_categories,.elementor-widget-wp-widget-woocommerce_top_rated_products,.elementor-widget-wp-widget-woocommerce_widget_cart,.elementor-widget-wp-widget-woocommerce_price_filter,.elementor-widget-wp-widget-woocommerce_layered_nav,.elementor-widget-wp-widget-woocommerce_products,.elementor-widget-woocommerce-products,.elementor-widget-wp-widget-woocommerce_layered_nav_filters,.elementor-widget-wp-widget-woocommerce_rating_filter,.the7-product-filter {
    font: var(--the7-widget-content-font);
    text-transform: var(--the7-widget-content-text-transform);
    letter-spacing: var(--the7-widget-content-letter-spacing);
    text-decoration: var(--the7-widget-content-text-decoration)
}

.sidebar.bg-under-widget .widget,.bg-under-widget .sidebar-content .widget,.solid-bg.sidebar-content .widget,.mec-wrap .col-md-4 .widget {
    margin-top: 60px
}

.widget-title,div[class*='elementor-widget-wp-widget-'] h5,.elementor-widget .woocommerce h5 {
    font: var(--the7-widget-title-font);
    text-transform: var(--the7-widget-title-text-transform);
    letter-spacing: var(--the7-widget-title-letter-spacing);
    text-decoration: var(--the7-widget-title-text-decoration);
    color: var(--the7-title-color)
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget-title,.dt-mega-menu .dt-mega-parent .sidebar-content .widget div[class*='elementor-widget-wp-widget-'] h5,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .elementor-widget .woocommerce h5 {
    color: #222
}

.sidebar-content .widget-title,.sidebar-content div[class*='elementor-widget-wp-widget-'] h5,.sidebar-content .elementor-widget .woocommerce h5 {
    color: #000
}

.footer .widget-title,.footer div[class*='elementor-widget-wp-widget-'] h5,.footer .elementor-widget .woocommerce h5 {
    color: #000
}

.widget-title,body .elementor-widget .woocommerce h5 {
    margin-bottom: var(--the7-widget-gap)
}

.widgettitle {
    font: var(--the7-h4-font);
    text-transform: var(--the7-h4-text-transform);
    color: var(--the7-title-color)
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widgettitle {
    color: #222
}

.sidebar-content .widgettitle {
    color: #000
}

.footer .widgettitle {
    color: #000
}

.sidebar-content .widget:not(.widget_icl_lang_sel_widget) a:not(.elementor-button),.sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) a:not(.elementor-button) * {
    color: #666
}

.sidebar-content .widget .post-content .text-secondary {
    color: rgb(102 102 102 / .5)
}

.footer .widget a,.footer .widget .post-content .text-secondary {
    color: #666
}

.footer .widget .post-content .text-secondary {
    color: rgb(102 102 102 / .5)
}

.widget_categories li a,.widget_meta a,.blogroll a,.widget_archive li a,.widget_recent_entries a,.widget_recent_comments a,.widget_links a,.items-grid a,.recent-posts a,.widget:not(.widget_icl_lang_sel_widget) .recent-posts a,.contact-info .secondary-color,.widget_nav_menu a,.tagcloud a,.widget_pages a,a.rsswidget,.textwidget a {
    color: var(--the7-title-color)
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_categories li a,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_meta a,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .blogroll a,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_archive li a,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_recent_entries a,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_recent_comments a,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_links a,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .items-grid a,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .recent-posts a,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget:not(.widget_icl_lang_sel_widget) .recent-posts a,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .contact-info .secondary-color,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_nav_menu a,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .tagcloud a,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_pages a,.dt-mega-menu .dt-mega-parent .sidebar-content .widget a.rsswidget,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .textwidget a {
    color: #222
}

.sidebar-content .widget_categories li a,.sidebar-content .widget_meta a,.sidebar-content .blogroll a,.sidebar-content .widget_archive li a,.sidebar-content .widget_recent_entries a,.sidebar-content .widget_recent_comments a,.sidebar-content .widget_links a,.sidebar-content .items-grid a,.sidebar-content .recent-posts a,.sidebar-content .widget:not(.widget_icl_lang_sel_widget) .recent-posts a,.sidebar-content .contact-info .secondary-color,.sidebar-content .widget_nav_menu a,.sidebar-content .tagcloud a,.sidebar-content .widget_pages a,.sidebar-content a.rsswidget,.sidebar-content .textwidget a {
    color: #000
}

.footer .widget_categories li a,.footer .widget_meta a,.footer .blogroll a,.footer .widget_archive li a,.footer .widget_recent_entries a,.footer .widget_recent_comments a,.footer .widget_links a,.footer .items-grid a,.footer .recent-posts a,.footer .widget:not(.widget_icl_lang_sel_widget) .recent-posts a,.footer .contact-info .secondary-color,.footer .widget_nav_menu a,.footer .tagcloud a,.footer .widget_pages a,.footer a.rsswidget,.footer .textwidget a {
    color: #000
}

.widget_categories li,.widget_archive li {
    color: rgb(102 102 102 / .5)
}

.sidebar-content .custom-categories a,.sidebar-content .cat-item a,.sidebar-content .widget_recent_comments a,.sidebar-content .widget_tag_cloud a:hover {
    color: #000
}

.footer .custom-categories a,.footer .cat-item a,.footer .widget_recent_comments a,.footer .widget_tag_cloud a:hover {
    color: #000
}

.sidebar-content .custom-categories a span.item-num,.sidebar-content .cat-item a span.item-num {
    color: rgb(102 102 102 / .5)
}

.footer .custom-categories a span.item-num,.footer .cat-item a span.item-num {
    color: rgb(102 102 102 / .5)
}

.sidebar-content .custom-categories a:hover span.item-name,.sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .custom-categories a:hover span.item-name,.sidebar-content .cat-item a:hover span.item-name,.sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .cat-item a:hover span.item-name,.sidebar-content .custom-menu a:hover,.sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .custom-menu a:hover,.sidebar-content .custom-menu li.act>a,.sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .custom-menu li.act>a,.sidebar-content .widget_recent_comments a:hover,.sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .widget_recent_comments a:hover {
    color: var(--the7-accent-color)
}

.footer .custom-categories a:hover span.item-name,.footer .cat-item a:hover span.item-name,.footer .custom-menu a:hover,.footer .custom-menu li.act>a,.footer .widget_recent_comments a:hover {
    color: var(--the7-accent-color)
}

.sidebar-content .custom-menu a:hover svg,.sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .custom-menu a:hover svg,.sidebar-content .custom-menu li.act>a svg,.sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .custom-menu li.act>a svg {
    fill: var(--the7-accent-color);
    color: var(--the7-accent-color)
}

.footer .custom-menu a:hover svg,.footer .custom-menu li.act>a svg {
    fill: var(--the7-accent-color);
    color: var(--the7-accent-color)
}

.widget .menu li,.widget_pages li,.widget .custom-menu.dividers-on li,div[class*='elementor-widget-wp-widget-'] .custom-menu.dividers-on li,div[class*='elementor-widget-wp-widget-'] .menu li,.widget .blogroll li,.widget .qts-lang-menu li {
    border-style: solid;
    border-width: 1px;
    border-color: var(--the7-divider-color);
    border-left: none;
    border-right: none;
    border-bottom: none
}

.sidebar-content .widget .menu li,.sidebar-content .widget .custom-menu.dividers-on li,.sidebar-content .widget_pages li,.sidebar-content .blogroll li,.sidebar-content .widget .qts-lang-menu li {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(102 102 102 / .15);
    border-left: none;
    border-right: none;
    border-bottom: none
}

.footer .menu li,.footer .widget_pages li,.footer .custom-menu.dividers-on li,.footer .blogroll li,.footer .qts-lang-menu li {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(102 102 102 / .15);
    border-left: none;
    border-right: none;
    border-bottom: none
}

.menu .current-menu-parent>a,.menu .current-menu-item>a,.custom-nav>li>a:hover span,.custom-nav li.act>a span,.custom-nav>li>ul a:hover span,.st-accordion li>a:hover,.st-accordion>ul li>a:hover *,.widget .custom-categories a:hover span.item-name,.widget_categories li a:hover,.widget_categories li a:not(.class-1):hover,.widget_meta a:hover,.blogroll a:hover,.widget_archive li a:hover,.widget_archive li a:not(.class-1):hover,.widget_recent_entries a:hover,.widget_recent_entries a:not(.class-1):hover,.widget_links a:hover,.widget_pages a:hover,.recent-posts a:not(.post-rollover):hover,.items-grid .post-content>a:hover,#wp-calendar td a:hover,.tagcloud a:hover,.tagcloud a:not(.class-1):hover,.widget_nav_menu a:hover,a.rsswidget:hover {
    color: var(--the7-accent-color)
}

.sidebar-content .menu .current-menu-parent>a,.sidebar-content.solid-bg .menu .current-menu-parent>a,.sidebar-content .menu .current-menu-item>a,.sidebar-content.solid-bg .menu .current-menu-item>a,.sidebar-content .custom-nav>li>a:hover span,.sidebar-content.solid-bg .custom-nav>li>a:hover span,.sidebar-content .custom-nav li.act>a span,.sidebar-content.solid-bg .custom-nav li.act>a span,.sidebar-content .custom-nav>li>ul a:hover span,.sidebar-content.solid-bg .custom-nav>li>ul a:hover span,.sidebar-content .st-accordion li>a:hover,.sidebar-content.solid-bg .st-accordion li>a:hover,.sidebar-content .st-accordion>ul li>a:hover *,.sidebar-content.solid-bg .st-accordion>ul li>a:hover *,.sidebar-content .widget .custom-categories a:hover span.item-name,.sidebar-content.solid-bg .widget .custom-categories a:hover span.item-name,.sidebar-content .widget_categories li a:hover,.sidebar-content.solid-bg .widget_categories li a:hover,.sidebar-content .widget_categories li a:not(.class-1):hover,.sidebar-content.solid-bg .widget_categories li a:not(.class-1):hover,.sidebar-content .widget_meta a:hover,.sidebar-content.solid-bg .widget_meta a:hover,.sidebar-content .blogroll a:hover,.sidebar-content.solid-bg .blogroll a:hover,.sidebar-content .widget_archive li a:hover,.sidebar-content.solid-bg .widget_archive li a:hover,.sidebar-content .widget_archive li a:not(.class-1):hover,.sidebar-content.solid-bg .widget_archive li a:not(.class-1):hover,.sidebar-content .widget_recent_entries a:hover,.sidebar-content.solid-bg .widget_recent_entries a:hover,.sidebar-content .widget_recent_entries a:not(.class-1):hover,.sidebar-content.solid-bg .widget_recent_entries a:not(.class-1):hover,.sidebar-content .widget_links a:hover,.sidebar-content.solid-bg .widget_links a:hover,.sidebar-content .widget_pages a:hover,.sidebar-content.solid-bg .widget_pages a:hover,.sidebar-content .recent-posts a:not(.post-rollover):hover,.sidebar-content.solid-bg .recent-posts a:not(.post-rollover):hover,.sidebar-content .items-grid .post-content>a:hover,.sidebar-content.solid-bg .items-grid .post-content>a:hover,.sidebar-content #wp-calendar td a:hover,.sidebar-content.solid-bg #wp-calendar td a:hover,.sidebar-content .tagcloud a:hover,.sidebar-content.solid-bg .tagcloud a:hover,.sidebar-content .tagcloud a:not(.class-1):hover,.sidebar-content.solid-bg .tagcloud a:not(.class-1):hover,.sidebar-content .widget_nav_menu a:hover,.sidebar-content.solid-bg .widget_nav_menu a:hover,.sidebar-content a.rsswidget:hover,.sidebar-content.solid-bg a.rsswidget:hover {
    color: var(--the7-accent-color)
}

.footer .menu .current-menu-parent>a,.footer .menu .current-menu-item>a,.footer .custom-nav>li>a:hover span,.footer .custom-nav li.act>a span,.footer .custom-nav>li>ul a:hover span,.footer .st-accordion li>a:hover,.footer .st-accordion>ul li>a:hover *,.footer .widget .custom-categories a:hover span.item-name,.footer .widget_categories li a:hover,.footer .widget_categories li a:not(.class-1):hover,.footer .widget_meta a:hover,.footer .blogroll a:hover,.footer .widget_archive li a:hover,.footer .widget_archive li a:not(.class-1):hover,.footer .widget_recent_entries a:hover,.footer .widget_recent_entries a:not(.class-1):hover,.footer .widget_links a:hover,.footer .widget_pages a:hover,.footer .recent-posts a:not(.post-rollover):hover,.footer .items-grid .post-content>a:hover,.footer #wp-calendar td a:hover,.footer .tagcloud a:hover,.footer .tagcloud a:not(.class-1):hover,.footer .widget_nav_menu a:hover,.footer a.rsswidget:hover {
    color: var(--the7-accent-color)
}

.textwidget a:not(.dt-btn):hover {
    color: var(--the7-accent-color)
}

.sidebar-content .textwidget a:not(.dt-btn):hover,.stripe .sidebar-content.solid-bg .textwidget a:not(.dt-btn):hover {
    color: var(--the7-accent-color)
}

.footer .textwidget a:not(.dt-btn):hover {
    color: var(--the7-accent-color)
}

#wp-calendar,#wp-calendar td {
    background-color: rgb(0 0 0 / .04)
}

.sidebar-content #wp-calendar,.sidebar-content #wp-calendar td {
    background-color: rgb(0 0 0 / .04)
}

#wp-calendar,#wp-calendar caption,#wp-calendar td {
    border-color: var(--the7-divider-color)
}

.sidebar-content #wp-calendar,.sidebar-content #wp-calendar caption,.sidebar-content #wp-calendar td {
    border-color: rgb(102 102 102 / .15)
}

#wp-calendar td:hover {
    background-color: rgb(0 0 0 / .08)
}

.sidebar-content #wp-calendar td:hover {
    background-color: rgb(0 0 0 / .08)
}

.footer #wp-calendar,.footer #wp-calendar td {
    background-color: rgb(0 0 0 / .04)
}

.footer #wp-calendar td:hover {
    background-color: rgb(0 0 0 / .08)
}

.footer #wp-calendar,.footer #wp-calendar caption,.footer #wp-calendar td {
    border-color: rgb(102 102 102 / .15)
}

#wp-calendar td.act {
    color: #fff;
    background-color: var(--the7-accent-color)
}

#wp-calendar th,#wp-calendar caption,#wp-calendar tfoot td,#wp-calendar tfoot td a {
    color: var(--the7-title-color)
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget #wp-calendar th,.dt-mega-menu .dt-mega-parent .sidebar-content .widget #wp-calendar caption,.dt-mega-menu .dt-mega-parent .sidebar-content .widget #wp-calendar tfoot td,.dt-mega-menu .dt-mega-parent .sidebar-content .widget #wp-calendar tfoot td a {
    color: #222
}

.sidebar-content #wp-calendar th,.sidebar-content #wp-calendar caption,.sidebar-content #wp-calendar tfoot td,.sidebar-content #wp-calendar tfoot td a {
    color: #000
}

.footer #wp-calendar th,.footer #wp-calendar caption,.footer #wp-calendar tfoot td,.footer #wp-calendar tfoot td a {
    color: #000
}

#page .widget .searchform .submit svg,#page .content .searchform .submit svg {
    fill: var(--the7-input-color);
    color: var(--the7-input-color)
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 0;
    border-color: var(--the7-input-border-color);
    background-color: var(--the7-input-bg-color);
    border-radius: var(--the7-input-border-radius)
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    background: none;
    margin: 0
}

.wp-block-search .wp-block-search__button {
    height: var(--the7-input-height)
}

.wp-block-search .wp-block-search__label {
    display: block;
    color: #000;
    margin-bottom: 8px;
    font: 16px / 1.3em "Merriweather",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
    font-size: var(--the7-base-font-size);
    line-height: var(--the7-base-line-height)
}

.widget_recent_comments a:hover {
    color: var(--the7-accent-color)!important
}

.custom-menu a svg {
    fill: var(--the7-secondary-text-color);
    color: var(--the7-secondary-text-color)
}

.sidebar-content .custom-menu a svg {
    fill: rgb(102 102 102 / .5);
    color: rgb(102 102 102 / .5)
}

.footer .custom-menu a svg {
    fill: rgb(102 102 102 / .5);
    color: rgb(102 102 102 / .5)
}

.custom-nav a svg {
    fill: #666;
    color: #666
}

.footer .custom-nav a svg {
    fill: #666;
    color: #666
}

.custom-menu a:hover svg,.custom-menu .act>a svg {
    fill: var(--the7-secondary-text-color);
    color: var(--the7-secondary-text-color)
}

.sidebar-content .custom-menu a:hover svg,.sidebar-content .custom-menu .act>a svg {
    fill: rgb(153 153 153 / .999);
    color: rgb(153 153 153 / .999)
}

.footer .custom-menu a:hover svg,.footer .custom-menu .act>a svg {
    fill: rgb(153 153 153 / .999);
    color: rgb(153 153 153 / .999)
}

.sidebar .skill,.sidebar-content .skill {
    background-color: rgb(102 102 102 / .15)
}

.footer .skill {
    background-color: rgb(102 102 102 / .15)
}

.skill-value {
    color: #fff;
    background-color: var(--the7-accent-color)
}

.skill-name,.skill-name *,.custom-nav>li>a span,.custom-nav>li>ul a span,.st-accordion li a,.st-accordion>ul li>a * {
    color: var(--the7-title-color)
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .skill-name,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .skill-name *,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .custom-nav>li>a span,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .custom-nav>li>ul a span,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .st-accordion li a,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .st-accordion>ul li>a * {
    color: #222
}

.sidebar-content .skill-name,.sidebar-content .skill-name *,.sidebar-content .custom-nav>li>a span,.sidebar-content .custom-nav>li>ul a span,.sidebar-content .st-accordion li a,.sidebar-content .st-accordion>ul li>a * {
    color: #000
}

.footer .skill-name,.footer .skill-name *,.footer .custom-nav>li>a span,.footer .custom-nav>li>ul a span,.footer .st-accordion li a,.footer .st-accordion>ul li>a * {
    color: #000
}

.st-accordion li>a {
    font-size: var(--the7-base-font-size);
    line-height: var(--the7-base-line-height)
}

.custom-menu.show-arrow a:after {
    top: calc(var(--the7-text-big-line-height) - 13 / 2)
}

.footer .custom-menu.show-arrow a:after {
    top: calc(var(--the7-base-line-height) - 13 / 2)
}

.custom-menu a:not(:hover) {
    color: var(--the7-base-color)
}

.dt-mega-menu .sidebar-content .custom-menu a:not(:hover) {
    color: #222
}

.sidebar-content .custom-menu a:not(:hover) {
    color: #666
}

.footer .custom-menu a:not(:hover) {
    color: #666
}

.widget_presscore-custom-menu-one .custom-menu.show-arrow a:after {
    background-color: var(--the7-base-color)
}

.dt-mega-menu .sidebar-content .widget_presscore-custom-menu-one .custom-menu.show-arrow a:after {
    background-color: #222
}

.sidebar-content .widget_presscore-custom-menu-one .custom-menu.show-arrow a:after {
    background-color: #666
}

.footer .widget_presscore-custom-menu-one .custom-menu.show-arrow a:after {
    background-color: #666
}

.sidebar .st-accordion li>a:before,.sidebar-content .st-accordion li>a:before,.sidebar .custom-menu a:before,.sidebar-content .custom-menu a:before {
    background-color: rgb(102 102 102 / .15)
}

.footer .st-accordion li>a:before,.footer .custom-menu a:before {
    background-color: rgb(102 102 102 / .15)
}

.st-accordion li>a:after {
    color: rgb(102 102 102 / .5)
}

.footer .st-accordion li>a:after {
    color: rgb(102 102 102 / .5)
}

.st-accordion li>a:hover:after {
    color: var(--the7-accent-color)
}

.dt-posts-preload .dt-posts-preload-activity {
    background-color: rgb(153 153 153 / .9)
}

.format-link-content,.format-aside-content,.format-status-content {
    background-color: var(--the7-content-boxes-bg)
}

.outline-element-decoration .format-link-content {
    box-shadow: inset 0 0 0 1px #fff0
}

.shadow-element-decoration .format-link-content {
    box-shadow: 0 6px 18px rgb(0 0 0 / .1)
}

.post.bg-on,.post.bg-on.fullwidth-img.format-quote,.post.bg-on.fullwidth-img.format-link {
    background-color: var(--the7-content-boxes-bg)
}

.outline-element-decoration .post.bg-on,.outline-element-decoration .post.bg-on.fullwidth-img.format-quote,.outline-element-decoration .post.bg-on.fullwidth-img.format-link {
    box-shadow: inset 0 0 0 1px #fff0
}

.shadow-element-decoration .post.bg-on,.shadow-element-decoration .post.bg-on.fullwidth-img.format-quote,.shadow-element-decoration .post.bg-on.fullwidth-img.format-link {
    box-shadow: 0 6px 18px rgb(0 0 0 / .1)
}

.layout-list .post {
    border-top: 1px solid;
    border-color: var(--the7-divider-color)
}

.sidebar .layout-list .post,.sidebar-content .layout-list .post {
    border-color: rgb(102 102 102 / .15)
}

.footer .layout-list .post {
    border-color: rgb(102 102 102 / .15)
}

.dividers-on.classic-layout-list .post {
    border-bottom: 1px solid;
    border-color: var(--the7-divider-color)
}

.sidebar .dividers-on.classic-layout-list .post,.sidebar-content .dividers-on.classic-layout-list .post {
    border-color: rgb(102 102 102 / .15)
}

.footer .dividers-on.classic-layout-list .post {
    border-color: rgb(102 102 102 / .15)
}

.content-bg-on.centered-layout-list article,.content-bg-on.classic-layout-list article {
    background-color: var(--the7-content-boxes-bg)
}

.outline-element-decoration .content-bg-on.centered-layout-list article,.outline-element-decoration .content-bg-on.classic-layout-list article {
    box-shadow: inset 0 0 0 1px #fff0
}

.shadow-element-decoration .content-bg-on.centered-layout-list article,.shadow-element-decoration .content-bg-on.classic-layout-list article {
    box-shadow: 0 6px 18px rgb(0 0 0 / .1)
}

.centered-layout-list.dividers-on .post-entry-content:after {
    background-color: rgb(102 102 102 / .15)
}

.sidebar .centered-layout-list.dividers-on .post-entry-content:after,.sidebar-content .centered-layout-list.dividers-on .post-entry-content:after {
    background-color: rgb(102 102 102 / .15)
}

.footer .centered-layout-list.dividers-on .post-entry-content:after {
    background-color: rgb(102 102 102 / .15)
}

.content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlay-layout-list) .post-entry-content {
    background-color: var(--the7-content-boxes-bg)
}

.outline-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content {
    box-shadow: inset 0 0 0 1px #fff0
}

.shadow-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content {
    box-shadow: 0 6px 18px rgb(0 0 0 / .1)
}

.content-bg-on.content-rollover-layout-list .post-entry-content:before {
    background: #f7f7f7;
    background: -moz-linear-gradient(top,#fff0 0%,#f7f7f7 65%,#f7f7f7 100%);
    background: -webkit-linear-gradient(top,#fff0 0%,#f7f7f7 65%,#f7f7f7 100%);
    background: linear-gradient(to bottom,#fff0 0%,#f7f7f7 65%,#f7f7f7 100%)
}

#page .content-bg-on.gradient-overlap-layout-list .post-entry-content {
    background: linear-gradient(to bottom,#f7f7f7,#f7f7f7) no-repeat 0 150px
}

.content-bg-on.gradient-overlap-layout-list .post-entry-content:before {
    background: #f7f7f7;
    background: -moz-linear-gradient(top,#fff0 0%,rgb(247 247 247 / .9) 64%,#f7f7f7 83%,#f7f7f7 100%);
    background: -webkit-linear-gradient(top,#fff0 0%,rgb(247 247 247 / .9) 64%,#f7f7f7 83%,#f7f7f7 100%);
    background: linear-gradient(to bottom,#fff0 0%,rgb(247 247 247 / .9) 64%,#f7f7f7 83%,#f7f7f7 100%)
}

#page .content-bg-on.gradient-overlap-layout-list .no-img .post-entry-content {
    background: var(--the7-content-boxes-bg)
}

.content-bg-on.gradient-overlap-layout-list .no-img .post-entry-content:before {
    display: none
}

#page .enable-bg-rollover.gradient-overlay-layout-list .post-entry-content {
    background-color: rgb(153 153 153 / .85)
}

.blog-shortcode .entry-title,.portfolio-shortcode .entry-title,.albums-shortcode .entry-title,.owl-carousel.blog-carousel-shortcode .entry-title {
    font: normal normal normal var(--the7-h3-font-size) / var(--the7-h3-line-height) var(--the7-h3-font-family)
}

.mode-masonry.blog-shortcode .entry-title,.mode-grid.blog-shortcode .entry-title,.blog-carousel-shortcode.blog-shortcode .entry-title,.portfolio-carousel-shortcode.blog-shortcode .entry-title,.albums-carousel-shortcode.blog-shortcode .entry-title,.mode-masonry.portfolio-shortcode .entry-title,.mode-grid.portfolio-shortcode .entry-title,.blog-carousel-shortcode.portfolio-shortcode .entry-title,.portfolio-carousel-shortcode.portfolio-shortcode .entry-title,.albums-carousel-shortcode.portfolio-shortcode .entry-title,.mode-masonry.albums-shortcode .entry-title,.mode-grid.albums-shortcode .entry-title,.blog-carousel-shortcode.albums-shortcode .entry-title,.portfolio-carousel-shortcode.albums-shortcode .entry-title,.albums-carousel-shortcode.albums-shortcode .entry-title,.mode-masonry.owl-carousel.blog-carousel-shortcode .entry-title,.mode-grid.owl-carousel.blog-carousel-shortcode .entry-title,.blog-carousel-shortcode.owl-carousel.blog-carousel-shortcode .entry-title,.portfolio-carousel-shortcode.owl-carousel.blog-carousel-shortcode .entry-title,.albums-carousel-shortcode.owl-carousel.blog-carousel-shortcode .entry-title {
    font: normal normal normal var(--the7-h4-font-size) / var(--the7-h4-line-height) var(--the7-h4-font-family)
}

.blog-shortcode .entry-title a,.portfolio-shortcode .entry-title a,.albums-shortcode .entry-title a,.owl-carousel.blog-carousel-shortcode .entry-title a {
    color: var(--the7-title-color)
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .blog-shortcode .entry-title a,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .portfolio-shortcode .entry-title a,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .albums-shortcode .entry-title a,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .owl-carousel.blog-carousel-shortcode .entry-title a {
    color: #222
}

.sidebar-content .blog-shortcode .entry-title a,.sidebar-content .portfolio-shortcode .entry-title a,.sidebar-content .albums-shortcode .entry-title a,.sidebar-content .owl-carousel.blog-carousel-shortcode .entry-title a {
    color: #000
}

.footer .blog-shortcode .entry-title a,.footer .portfolio-shortcode .entry-title a,.footer .albums-shortcode .entry-title a,.footer .owl-carousel.blog-carousel-shortcode .entry-title a {
    color: #000
}

#page .blog-shortcode .entry-title a:hover,#page .portfolio-shortcode:not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .entry-title a:hover,#page .albums-shortcode .entry-title a:hover,#page .owl-carousel.blog-carousel-shortcode .entry-title a:hover {
    color: var(--the7-accent-color)
}

.blog-shortcode .entry-meta,.portfolio-shortcode .entry-meta,.albums-shortcode .entry-meta,.owl-carousel .entry-meta {
    font-size: var(--the7-text-small-font-size);
    line-height: var(--the7-text-small-line-height);
    color: var(--the7-secondary-text-color)
}

.sidebar-content .blog-shortcode .entry-meta,.sidebar-content .portfolio-shortcode .entry-meta,.sidebar-content .albums-shortcode .entry-meta,.sidebar-content .owl-carousel .entry-meta {
    color: rgb(102 102 102 / .5)
}

.footer .blog-shortcode .entry-meta,.footer .portfolio-shortcode .entry-meta,.footer .albums-shortcode .entry-meta,.footer .owl-carousel .entry-meta {
    color: rgb(102 102 102 / .5)
}

.blog-shortcode .entry-excerpt,.portfolio-shortcode .entry-excerpt,.albums-shortcode .entry-excerpt,.owl-carousel .entry-excerpt {
    font-size: var(--the7-base-font-size);
    line-height: var(--the7-base-line-height)
}

.blog-shortcode.mode-list .entry-excerpt {
    font-size: var(--the7-text-big-font-size);
    line-height: var(--the7-text-big-line-height)
}

.post-details.details-type-link {
    font-size: var(--the7-text-small-font-size);
    line-height: calc(var(--the7-text-small-font-size) + 4px);
    color: var(--the7-title-color)
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .post-details.details-type-link {
    color: #222
}

.sidebar-content .post-details.details-type-link {
    color: #000
}

.footer .post-details.details-type-link {
    color: #000
}

.post-details.details-type-link * {
    color: var(--the7-title-color)
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .post-details.details-type-link * {
    color: #222
}

.sidebar-content .post-details.details-type-link * {
    color: #000
}

.footer .post-details.details-type-link * {
    color: #000
}

.post-details.details-type-link:after {
    background-color: var(--the7-accent-color)
}

.details {
    font-size: var(--the7-text-small-font-size);
    line-height: calc(var(--the7-text-small-font-size) + 4px);
    color: var(--the7-h1-color)
}

.details:hover {
    color: var(--the7-h1-color)
}

.details:before {
    background-color: var(--the7-accent-color)
}

.layout-masonry .post h2.entry-title,.layout-grid .post h2.entry-title,.shortcode-blog-posts .post h2.entry-title,.dt-blog-shortcode .post h2.entry-title,.slider-wrapper .post h2.entry-title,.rollover-content h2.entry-title {
    color: var(--the7-h4-color);
    font: var(--the7-h4-font);
    text-transform: var(--the7-h4-text-transform)
}

.post h2.entry-title,.post h2.entry-title {
    color: var(--the7-title-color)
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .post h2.entry-title,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .post h2.entry-title {
    color: #222
}

.sidebar-content .post h2.entry-title,.sidebar-content .post h2.entry-title {
    color: #000
}

.footer .post h2.entry-title,.footer .post h2.entry-title {
    color: #000
}

.description-under-image .post .entry-title a:hover,.post .blog-content .entry-title a:hover,.project-list-content .entry-title a:hover {
    color: var(--the7-accent-color)
}

article.product-category .woocom-list-content .entry-title a:hover .count {
    color: var(--the7-title-color);
    background: none
}

.fancy-date .entry-month:after,.fancy-date .entry-date:after {
    color: #fff;
    background-color: var(--the7-accent-color)
}

.portfolio-shortcode .project-links-container a:not(:hover) span {
    color: var(--the7-accent-color)
}

.dt-icon-hover-on.portfolio-shortcode .project-links-container a:hover span {
    color: var(--the7-accent-color)
}

.portfolio-shortcode .project-links-container:before,.portfolio-shortcode .project-links-container:after {
    border-color: var(--the7-accent-color)
}

.dt-icon-bg-on.portfolio-shortcode .project-links-container a:before {
    background-color: var(--the7-accent-color)
}

.dt-icon-hover-bg-on.portfolio-shortcode .project-links-container a:after {
    background-color: var(--the7-accent-color)
}

.comment-list .comment-body {
    background-color: var(--the7-content-boxes-bg)
}

.shadow-element-decoration .comment-list .comment-body {
    box-shadow: 0 6px 18px rgb(0 0 0 / .1)
}

.outline-element-decoration .comment-list .comment-body {
    box-shadow: inset 0 0 0 1px #fff0
}

.comment-content {
    font-size: var(--the7-base-font-size);
    line-height: var(--the7-base-line-height)
}

.reply,.comment-meta,#reply-title small {
    font-size: var(--the7-text-small-font-size);
    line-height: var(--the7-text-small-line-height)
}

.comment-author,.pingback-title {
    font-size: var(--the7-text-big-font-size);
    line-height: var(--the7-text-big-line-height)
}

.comment-author a,.comment-author .fn {
    color: var(--the7-h5-color);
    font: var(--the7-h5-font);
    text-transform: var(--the7-h5-text-transform)
}

.comments-title {
    color: var(--the7-h3-color);
    font: var(--the7-h3-font);
    text-transform: var(--the7-h3-text-transform)
}

#reply-title small {
    font: var(--the7-base-font)
}

.comments-title,.comments-title a,.comment-author a,.comment-author .fn,#reply-title,.fn,.fn a,.pingback-title {
    color: var(--the7-title-color)
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .comments-title,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .comments-title a,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .comment-author a,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .comment-author .fn,.dt-mega-menu .dt-mega-parent .sidebar-content .widget #reply-title,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .fn,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .fn a,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .pingback-title {
    color: #222
}

.sidebar-content .comments-title,.sidebar-content .comments-title a,.sidebar-content .comment-author a,.sidebar-content .comment-author .fn,.sidebar-content #reply-title,.sidebar-content .fn,.sidebar-content .fn a,.sidebar-content .pingback-title {
    color: #000
}

.footer .comments-title,.footer .comments-title a,.footer .comment-author a,.footer .comment-author .fn,.footer #reply-title,.footer .fn,.footer .fn a,.footer .pingback-title {
    color: #000
}

#page .fn a:hover {
    color: var(--the7-accent-color)
}

.entry-author {
    background-color: var(--the7-content-boxes-bg)
}

.shadow-element-decoration .entry-author {
    box-shadow: 0 6px 18px rgb(0 0 0 / .1)
}

.outline-element-decoration .entry-author {
    box-shadow: inset 0 0 0 1px #fff0
}

.entry-author .text-primary {
    font-size: var(--the7-base-font-size)
}

.author-link,.author-link:hover,.meta-nav {
    color: var(--the7-secondary-text-color);
    font-size: var(--the7-text-small-font-size);
    line-height: var(--the7-text-small-line-height)
}

.sidebar-content .author-link,.sidebar-content .author-link:hover,.sidebar-content .meta-nav {
    color: rgb(102 102 102 / .5)
}

.footer .author-link,.footer .author-link:hover,.footer .meta-nav {
    color: rgb(102 102 102 / .5)
}

.author-description h4,.comment-author-name {
    color: var(--the7-title-color);
    color: var(--the7-h5-color);
    font: var(--the7-h5-font);
    text-transform: var(--the7-h5-text-transform);
    letter-spacing: var(--the7-h5-letter-spacing);
    word-spacing: var(--the7-h5-word-spacing);
    text-decoration: var(--the7-h5-text-decoration)
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .author-description h4,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .comment-author-name {
    color: #222
}

.sidebar-content .author-description h4,.sidebar-content .comment-author-name {
    color: #000
}

.footer .author-description h4,.footer .comment-author-name {
    color: #000
}

.entry-meta,.entry-tags,.portfolio-categories,.author-link {
    font-size: var(--the7-text-small-font-size);
    line-height: var(--the7-text-small-line-height)
}

.share-link-description,.author-bio {
    font-size: var(--the7-base-font-size);
    line-height: var(--the7-base-line-height)
}

.single .entry-tags a {
    border-color: var(--the7-divider-color)
}

.sidebar .single .entry-tags a,.sidebar-content .single .entry-tags a {
    border-color: rgb(102 102 102 / .15)
}

.footer .single .entry-tags a {
    border-color: rgb(102 102 102 / .15)
}

.entry-meta:before {
    width: var(--the7-base-line-height);
    height: var(--the7-base-line-height)
}

.portfolio-categories>a:after,.portfolio-categories>span:after,.entry-meta>a:after,.entry-meta>span:after {
    background-color: var(--the7-secondary-text-color)
}

.sidebar-content .portfolio-categories>a:after,.sidebar-content .portfolio-categories>span:after,.sidebar-content .entry-meta>a:after,.sidebar-content .entry-meta>span:after {
    background-color: rgb(102 102 102 / .5)
}

.footer .portfolio-categories>a:after,.footer .portfolio-categories>span:after,.footer .entry-meta>a:after,.footer .entry-meta>span:after {
    background-color: rgb(102 102 102 / .5)
}

.comment-metadata,.comment-metadata a,.entry-meta a,.entry-meta span,.entry-meta a *,.comment-reply-link,.single .entry-tags,.single .entry-tags a {
    color: var(--the7-secondary-text-color)
}

.single .entry-tags a:hover {
    color: var(--the7-title-color)
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .single .entry-tags a:hover {
    color: #222
}

.sidebar-content .single .entry-tags a:hover {
    color: #000
}

.footer .single .entry-tags a:hover {
    color: #000
}

.share-button.entry-share,.btn-project-link,.btn-project-link:hover,.share-link-description {
    color: var(--the7-title-color)
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .share-button.entry-share,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-project-link,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-project-link:hover,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .share-link-description {
    color: #222
}

.sidebar-content .share-button.entry-share,.sidebar-content .btn-project-link,.sidebar-content .btn-project-link:hover,.sidebar-content .share-link-description {
    color: #000
}

.footer .share-button.entry-share,.footer .btn-project-link,.footer .btn-project-link:hover,.footer .share-link-description {
    color: #000
}

.show-on-hover .share-link-description .share-link-icon {
    border-color: rgb(0 0 0 / .1)
}

.show-on-hover:hover .share-link-description .share-link-icon {
    border-color: rgb(0 0 0 / .21)
}

.project-post .btn-project-link {
    font-size: var(--the7-base-font-size);
    line-height: var(--the7-base-line-height);
    border-color: rgb(0 0 0 / .1)
}

.project-post .btn-project-link:hover {
    border-color: rgb(0 0 0 / .21)
}

.project-navigation span {
    font-size: var(--the7-base-font-size);
    line-height: var(--the7-base-line-height);
    line-height: 22px
}

.rsSlide .slider-post-caption,.images-list-caption {
    line-height: var(--the7-base-line-height)
}

.post-navigation .nav-links {
    border-color: var(--the7-divider-color)
}

.sidebar .post-navigation .nav-links,.sidebar-content .post-navigation .nav-links {
    border-color: rgb(102 102 102 / .15)
}

.footer .post-navigation .nav-links {
    border-color: rgb(102 102 102 / .15)
}

.post-navigation .nav-links svg {
    fill: rgb(0 0 0 / .12);
    color: rgb(0 0 0 / .12)
}

.post-navigation .nav-links a svg:hover {
    fill: rgb(0 0 0 / .23);
    color: rgb(0 0 0 / .23)
}

#page .post-navigation .nav-links a .post-title:hover {
    color: var(--the7-accent-color)
}

.single-related-posts {
    border-color: var(--the7-divider-color)
}

.sidebar .single-related-posts,.sidebar-content .single-related-posts {
    border-color: rgb(102 102 102 / .15)
}

.footer .single-related-posts {
    border-color: rgb(102 102 102 / .15)
}

.dt-btn,.widget .dt-form .dt-btn,.nsu-submit,.give-btn.give-btn-reveal,.give-submit.give-btn,.wp-block-search .wp-block-search__button,.wc-block-product-search .wc-block-product-search__button {
    font: var(--the7-btn-s-font);
    text-transform: var(--the7-btn-s-text-transform);
    letter-spacing: var(--the7-btn-s-letter-spacing);
    word-spacing: var(--the7-btn-s-word-spacing);
    border-radius: var(--the7-btn-s-border-radius);
    border-width: var(--the7-btn-s-border-width);
    border-style: var(--the7-btn-s-border-style);
    border-color: var(--the7-btn-border-color);
    padding: var(--the7-btn-s-padding);
    min-width: var(--the7-btn-s-min-width);
    min-height: var(--the7-btn-s-min-height)
}

.dt-btn.ico-right-side>i,.widget .dt-form .dt-btn.ico-right-side>i,.nsu-submit.ico-right-side>i,.give-btn.give-btn-reveal.ico-right-side>i,.give-submit.give-btn.ico-right-side>i,.wp-block-search .wp-block-search__button.ico-right-side>i,.wc-block-product-search .wc-block-product-search__button.ico-right-side>i {
    margin-left: calc(var(--the7-btn-s-font-size) * 8 / 12);
    margin-right: 0!important
}

.dt-btn>i,.dt-btn>i[class^="fa"],.dt-btn>i[class^="dt-icon"],.widget .dt-form .dt-btn>i,.widget .dt-form .dt-btn>i[class^="fa"],.widget .dt-form .dt-btn>i[class^="dt-icon"],.nsu-submit>i,.nsu-submit>i[class^="fa"],.nsu-submit>i[class^="dt-icon"],.give-btn.give-btn-reveal>i,.give-btn.give-btn-reveal>i[class^="fa"],.give-btn.give-btn-reveal>i[class^="dt-icon"],.give-submit.give-btn>i,.give-submit.give-btn>i[class^="fa"],.give-submit.give-btn>i[class^="dt-icon"],.wp-block-search .wp-block-search__button>i,.wp-block-search .wp-block-search__button>i[class^="fa"],.wp-block-search .wp-block-search__button>i[class^="dt-icon"],.wc-block-product-search .wc-block-product-search__button>i,.wc-block-product-search .wc-block-product-search__button>i[class^="fa"],.wc-block-product-search .wc-block-product-search__button>i[class^="dt-icon"] {
    font-size: var(--the7-btn-s-icon-size);
    margin-right: var(--the7-btn-s-icon-gap,calc(var(--the7-btn-s-font-size) * 8 / 12))
}

.btn-link.dt-btn-s {
    font: var(--the7-btn-s-font)
}

button.button,a.button,input[type="reset"],.wpcf7-submit,.dt-btn-m,input.dt-btn-m[type="submit"],#main .gform_wrapper .gform_footer input.button,#main .gform_wrapper .gform_footer input[type="submit"],#main-slideshow .tp-button,.woocommerce-widget-layered-nav-dropdown__submit {
    font: var(--the7-btn-m-font);
    text-transform: var(--the7-btn-m-text-transform);
    letter-spacing: var(--the7-btn-m-letter-spacing);
    word-spacing: var(--the7-btn-m-word-spacing);
    border-radius: var(--the7-btn-m-border-radius);
    border-width: var(--the7-btn-m-border-width);
    border-style: var(--the7-btn-m-border-style);
    border-color: var(--the7-btn-border-color);
    padding: var(--the7-btn-m-padding);
    min-width: var(--the7-btn-m-min-width);
    min-height: var(--the7-btn-m-min-height)
}

.dt-btn-m.ico-right-side>i {
    margin-left: calc(var(--the7-btn-m-font-size) * 8 / 14);
    margin-right: 0!important
}

.dt-btn-m>i,.dt-btn-m>i[class^="fa"],.dt-btn-m>i[class^="dt-icon-"] {
    font-size: var(--the7-btn-m-icon-size);
    margin-right: var(--the7-btn-m-icon-gap,calc(var(--the7-btn-m-font-size) * 8 / 14))
}

.dt-btn-l {
    font: var(--the7-btn-l-font);
    text-transform: var(--the7-btn-l-text-transform);
    letter-spacing: var(--the7-btn-l-letter-spacing);
    word-spacing: var(--the7-btn-l-word-spacing);
    border-radius: var(--the7-btn-l-border-radius);
    border-width: var(--the7-btn-l-border-width);
    border-style: var(--the7-btn-l-border-style);
    border-color: var(--the7-btn-border-color);
    padding: var(--the7-btn-l-padding);
    min-width: var(--the7-btn-l-min-width);
    min-height: var(--the7-btn-l-min-height)
}

.dt-btn-l.ico-right-side>i {
    margin-left: calc(var(--the7-btn-l-font-size) * 8 / 18);
    margin-right: 0!important
}

.dt-btn-l>i,.dt-btn-l>i[class^="fa"],.dt-btn-l>i[class^="dt-icon-"] {
    font-size: var(--the7-btn-l-icon-size);
    margin-right: var(--the7-btn-l-icon-gap,calc(var(--the7-btn-l-font-size) * 8 / 18))
}

.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration),.mec-event-footer .mec-booking-button,button.button,a.button:not(.edd-submit),.dt-form button,.widget .dt-form .dt-btn,input[type="reset"],.wpcf7-submit,.nsu-submit,.dt-wc-btn,.checkout-button,input#place_order,input[name="apply_coupon"],input[name="login"],button[name="calc_shipping"],button[name="calc_shipping"]:hover,.single_add_to_cart_button.button,.button.wc-backward,.woocommerce-Button.button,.woocommerce-button.button,.woocommerce-Reviews .submit,.woocommerce-Button[name="register"],.woocommerce-button[name="register"],.track_order input[name="track"],.cart-btn-below-img .woo-buttons a,input[name="save_address"],.wc-layout-list .woo-buttons a,.post-password-form input[type="submit"],.mc4wp-form input[type="submit"],div.mc4wp-form button[type="submit"],.tml-submit-wrap input[type="submit"],.wpcf7-form input[type="submit"],input[type="submit"]:not([name="update_cart"]),.woocommerce-widget-layered-nav-dropdown__submit,.give-btn.give-btn-reveal,.give-submit.give-btn,.wp-block-search .wp-block-search__button,.wc-block-product-search .wc-block-product-search__button {
    transition: all 0.3s ease-out;
    box-shadow: var(--the7-btn-shadow)
}

.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration):hover,.mec-event-footer .mec-booking-button:hover,button.button:hover,a.button:not(.edd-submit):hover,.dt-form button:hover,.widget .dt-form .dt-btn:hover,input[type="reset"]:hover,.wpcf7-submit:hover,.nsu-submit:hover,.dt-wc-btn:hover,.checkout-button:hover,input#place_order:hover,input[name="apply_coupon"]:hover,input[name="login"]:hover,button[name="calc_shipping"]:hover,button[name="calc_shipping"]:hover:hover,.single_add_to_cart_button.button:hover,.button.wc-backward:hover,.woocommerce-Button.button:hover,.woocommerce-button.button:hover,.woocommerce-Reviews .submit:hover,.woocommerce-Button[name="register"]:hover,.woocommerce-button[name="register"]:hover,.track_order input[name="track"]:hover,.cart-btn-below-img .woo-buttons a:hover,input[name="save_address"]:hover,.wc-layout-list .woo-buttons a:hover,.post-password-form input[type="submit"]:hover,.mc4wp-form input[type="submit"]:hover,div.mc4wp-form button[type="submit"]:hover,.tml-submit-wrap input[type="submit"]:hover,.wpcf7-form input[type="submit"]:hover,input[type="submit"]:not([name="update_cart"]):hover,.woocommerce-widget-layered-nav-dropdown__submit:hover,.give-btn.give-btn-reveal:hover,.give-submit.give-btn:hover,.wp-block-search .wp-block-search__button:hover,.wc-block-product-search .wc-block-product-search__button:hover {
    box-shadow: var(--the7-btn-shadow-hover)
}

.btn-shadow.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration) {
    box-shadow: 0 1px 6px rgb(0 0 0 / .12)
}

.btn-shadow.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration):hover {
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / .18),0 4px 15px 0 rgb(0 0 0 / .15)
}

.btn-3d.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration) {
    box-shadow: 0 2px 0 0 #7a7a7a;
    transition: none
}

.btn-3d.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration):hover {
    box-shadow: 0 2px 0 0 #474747
}

.mec-event-footer .mec-booking-button,.dt-form button,#page .widget .dt-form .dt-btn,.widget .dt-form .dt-btn,input[type="reset"],.wpcf7-submit,.nsu-submit,.dt-wc-btn,input#place_order,.woocommerce-Reviews .submit:not(.box-button),input.button,input[name="save_address"],.wc-layout-list .woo-buttons a,.post-password-form input[type="submit"],.mc4wp-form input[type="submit"],div.mc4wp-form button[type="submit"],.tml-submit-wrap input[type="submit"],.wpcf7-form input[type="submit"],input[type="submit"]:not([name="update_cart"]),.woocommerce-widget-layered-nav-dropdown__submit,.give-btn.give-btn-reveal,.give-submit.give-btn,.wc-block-filter-submit-button {
    color: var(--the7-btn-color);
    background: var(--the7-btn-bg,#999999)
}

.stripe .mec-event-footer .mec-booking-button,.mec-event-footer .mec-booking-button *,.sidebar .mec-event-footer .mec-booking-button,.sidebar .widget .mec-event-footer .mec-booking-button,.sidebar-content .widget .mec-event-footer .mec-booking-button,.footer .mec-event-footer .mec-booking-button,.stripe .dt-form button,.dt-form button *,.sidebar .dt-form button,.sidebar .widget .dt-form button,.sidebar-content .widget .dt-form button,.footer .dt-form button,.stripe #page .widget .dt-form .dt-btn,#page .widget .dt-form .dt-btn *,.sidebar #page .widget .dt-form .dt-btn,.sidebar .widget #page .widget .dt-form .dt-btn,.sidebar-content .widget #page .widget .dt-form .dt-btn,.footer #page .widget .dt-form .dt-btn,.stripe .widget .dt-form .dt-btn,.widget .dt-form .dt-btn *,.sidebar .widget .dt-form .dt-btn,.sidebar .widget .widget .dt-form .dt-btn,.sidebar-content .widget .widget .dt-form .dt-btn,.footer .widget .dt-form .dt-btn,.stripe input[type="reset"],input[type="reset"] *,.sidebar input[type="reset"],.sidebar .widget input[type="reset"],.sidebar-content .widget input[type="reset"],.footer input[type="reset"],.stripe .wpcf7-submit,.wpcf7-submit *,.sidebar .wpcf7-submit,.sidebar .widget .wpcf7-submit,.sidebar-content .widget .wpcf7-submit,.footer .wpcf7-submit,.stripe .nsu-submit,.nsu-submit *,.sidebar .nsu-submit,.sidebar .widget .nsu-submit,.sidebar-content .widget .nsu-submit,.footer .nsu-submit,.stripe .dt-wc-btn,.dt-wc-btn *,.sidebar .dt-wc-btn,.sidebar .widget .dt-wc-btn,.sidebar-content .widget .dt-wc-btn,.footer .dt-wc-btn,.stripe input#place_order,input#place_order *,.sidebar input#place_order,.sidebar .widget input#place_order,.sidebar-content .widget input#place_order,.footer input#place_order,.stripe .woocommerce-Reviews .submit:not(.box-button),.woocommerce-Reviews .submit:not(.box-button) *,.sidebar .woocommerce-Reviews .submit:not(.box-button),.sidebar .widget .woocommerce-Reviews .submit:not(.box-button),.sidebar-content .widget .woocommerce-Reviews .submit:not(.box-button),.footer .woocommerce-Reviews .submit:not(.box-button),.stripe input.button,input.button *,.sidebar input.button,.sidebar .widget input.button,.sidebar-content .widget input.button,.footer input.button,.stripe input[name="save_address"],input[name="save_address"] *,.sidebar input[name="save_address"],.sidebar .widget input[name="save_address"],.sidebar-content .widget input[name="save_address"],.footer input[name="save_address"],.stripe .wc-layout-list .woo-buttons a,.wc-layout-list .woo-buttons a *,.sidebar .wc-layout-list .woo-buttons a,.sidebar .widget .wc-layout-list .woo-buttons a,.sidebar-content .widget .wc-layout-list .woo-buttons a,.footer .wc-layout-list .woo-buttons a,.stripe .post-password-form input[type="submit"],.post-password-form input[type="submit"] *,.sidebar .post-password-form input[type="submit"],.sidebar .widget .post-password-form input[type="submit"],.sidebar-content .widget .post-password-form input[type="submit"],.footer .post-password-form input[type="submit"],.stripe .mc4wp-form input[type="submit"],.mc4wp-form input[type="submit"] *,.sidebar .mc4wp-form input[type="submit"],.sidebar .widget .mc4wp-form input[type="submit"],.sidebar-content .widget .mc4wp-form input[type="submit"],.footer .mc4wp-form input[type="submit"],.stripe div.mc4wp-form button[type="submit"],div.mc4wp-form button[type="submit"] *,.sidebar div.mc4wp-form button[type="submit"],.sidebar .widget div.mc4wp-form button[type="submit"],.sidebar-content .widget div.mc4wp-form button[type="submit"],.footer div.mc4wp-form button[type="submit"],.stripe .tml-submit-wrap input[type="submit"],.tml-submit-wrap input[type="submit"] *,.sidebar .tml-submit-wrap input[type="submit"],.sidebar .widget .tml-submit-wrap input[type="submit"],.sidebar-content .widget .tml-submit-wrap input[type="submit"],.footer .tml-submit-wrap input[type="submit"],.stripe .wpcf7-form input[type="submit"],.wpcf7-form input[type="submit"] *,.sidebar .wpcf7-form input[type="submit"],.sidebar .widget .wpcf7-form input[type="submit"],.sidebar-content .widget .wpcf7-form input[type="submit"],.footer .wpcf7-form input[type="submit"],.stripe input[type="submit"]:not([name="update_cart"]),input[type="submit"]:not([name="update_cart"]) *,.sidebar input[type="submit"]:not([name="update_cart"]),.sidebar .widget input[type="submit"]:not([name="update_cart"]),.sidebar-content .widget input[type="submit"]:not([name="update_cart"]),.footer input[type="submit"]:not([name="update_cart"]),.stripe .woocommerce-widget-layered-nav-dropdown__submit,.woocommerce-widget-layered-nav-dropdown__submit *,.sidebar .woocommerce-widget-layered-nav-dropdown__submit,.sidebar .widget .woocommerce-widget-layered-nav-dropdown__submit,.sidebar-content .widget .woocommerce-widget-layered-nav-dropdown__submit,.footer .woocommerce-widget-layered-nav-dropdown__submit,.stripe .give-btn.give-btn-reveal,.give-btn.give-btn-reveal *,.sidebar .give-btn.give-btn-reveal,.sidebar .widget .give-btn.give-btn-reveal,.sidebar-content .widget .give-btn.give-btn-reveal,.footer .give-btn.give-btn-reveal,.stripe .give-submit.give-btn,.give-submit.give-btn *,.sidebar .give-submit.give-btn,.sidebar .widget .give-submit.give-btn,.sidebar-content .widget .give-submit.give-btn,.footer .give-submit.give-btn,.stripe .wc-block-filter-submit-button,.wc-block-filter-submit-button *,.sidebar .wc-block-filter-submit-button,.sidebar .widget .wc-block-filter-submit-button,.sidebar-content .widget .wc-block-filter-submit-button,.footer .wc-block-filter-submit-button {
    color: var(--the7-btn-color)
}

.btn-bg-off .mec-event-footer .mec-booking-button:not(:hover),.btn-bg-off .dt-form button:not(:hover),.btn-bg-off #page .widget .dt-form .dt-btn:not(:hover),.btn-bg-off .widget .dt-form .dt-btn:not(:hover),.btn-bg-off input[type="reset"]:not(:hover),.btn-bg-off .wpcf7-submit:not(:hover),.btn-bg-off .nsu-submit:not(:hover),.btn-bg-off .dt-wc-btn:not(:hover),.btn-bg-off input#place_order:not(:hover),.btn-bg-off .woocommerce-Reviews .submit:not(.box-button):not(:hover),.btn-bg-off input.button:not(:hover),.btn-bg-off input[name="save_address"]:not(:hover),.btn-bg-off .wc-layout-list .woo-buttons a:not(:hover),.btn-bg-off .post-password-form input[type="submit"]:not(:hover),.btn-bg-off .mc4wp-form input[type="submit"]:not(:hover),.btn-bg-off div.mc4wp-form button[type="submit"]:not(:hover),.btn-bg-off .tml-submit-wrap input[type="submit"]:not(:hover),.btn-bg-off .wpcf7-form input[type="submit"]:not(:hover),.btn-bg-off input[type="submit"]:not([name="update_cart"]):not(:hover),.btn-bg-off .woocommerce-widget-layered-nav-dropdown__submit:not(:hover),.btn-bg-off .give-btn.give-btn-reveal:not(:hover),.btn-bg-off .give-submit.give-btn:not(:hover),.btn-bg-off .wc-block-filter-submit-button:not(:hover) {
    background: none
}

.mec-event-footer .mec-booking-button:hover>*,.mec-event-footer .mec-booking-button:hover,.dt-form button:hover>*,.dt-form button:hover,#page .widget .dt-form .dt-btn:hover>*,#page .widget .dt-form .dt-btn:hover,.widget .dt-form .dt-btn:hover>*,.widget .dt-form .dt-btn:hover,input[type="reset"]:hover>*,input[type="reset"]:hover,.wpcf7-submit:hover>*,.wpcf7-submit:hover,.nsu-submit:hover>*,.nsu-submit:hover,.dt-wc-btn:hover>*,.dt-wc-btn:hover,input#place_order:hover>*,input#place_order:hover,.woocommerce-Reviews .submit:not(.box-button):hover>*,.woocommerce-Reviews .submit:not(.box-button):hover,input.button:hover>*,input.button:hover,input[name="save_address"]:hover>*,input[name="save_address"]:hover,.wc-layout-list .woo-buttons a:hover>*,.wc-layout-list .woo-buttons a:hover,.post-password-form input[type="submit"]:hover>*,.post-password-form input[type="submit"]:hover,.mc4wp-form input[type="submit"]:hover>*,.mc4wp-form input[type="submit"]:hover,div.mc4wp-form button[type="submit"]:hover>*,div.mc4wp-form button[type="submit"]:hover,.tml-submit-wrap input[type="submit"]:hover>*,.tml-submit-wrap input[type="submit"]:hover,.wpcf7-form input[type="submit"]:hover>*,.wpcf7-form input[type="submit"]:hover,input[type="submit"]:not([name="update_cart"]):hover>*,input[type="submit"]:not([name="update_cart"]):hover,.woocommerce-widget-layered-nav-dropdown__submit:hover>*,.woocommerce-widget-layered-nav-dropdown__submit:hover,.give-btn.give-btn-reveal:hover>*,.give-btn.give-btn-reveal:hover,.give-submit.give-btn:hover>*,.give-submit.give-btn:hover,.wc-block-filter-submit-button:hover>*,.wc-block-filter-submit-button:hover {
    color: var(--the7-btn-hover-color)
}

.stripe .mec-event-footer .mec-booking-button:hover>*,.mec-event-footer .mec-booking-button:hover>* *,.sidebar .mec-event-footer .mec-booking-button:hover>*,.sidebar .widget .mec-event-footer .mec-booking-button:hover>*,.sidebar-content .widget .mec-event-footer .mec-booking-button:hover>*,.footer .mec-event-footer .mec-booking-button:hover>*,.stripe .mec-event-footer .mec-booking-button:hover,.mec-event-footer .mec-booking-button:hover *,.sidebar .mec-event-footer .mec-booking-button:hover,.sidebar .widget .mec-event-footer .mec-booking-button:hover,.sidebar-content .widget .mec-event-footer .mec-booking-button:hover,.footer .mec-event-footer .mec-booking-button:hover,.stripe .dt-form button:hover>*,.dt-form button:hover>* *,.sidebar .dt-form button:hover>*,.sidebar .widget .dt-form button:hover>*,.sidebar-content .widget .dt-form button:hover>*,.footer .dt-form button:hover>*,.stripe .dt-form button:hover,.dt-form button:hover *,.sidebar .dt-form button:hover,.sidebar .widget .dt-form button:hover,.sidebar-content .widget .dt-form button:hover,.footer .dt-form button:hover,.stripe #page .widget .dt-form .dt-btn:hover>*,#page .widget .dt-form .dt-btn:hover>* *,.sidebar #page .widget .dt-form .dt-btn:hover>*,.sidebar .widget #page .widget .dt-form .dt-btn:hover>*,.sidebar-content .widget #page .widget .dt-form .dt-btn:hover>*,.footer #page .widget .dt-form .dt-btn:hover>*,.stripe #page .widget .dt-form .dt-btn:hover,#page .widget .dt-form .dt-btn:hover *,.sidebar #page .widget .dt-form .dt-btn:hover,.sidebar .widget #page .widget .dt-form .dt-btn:hover,.sidebar-content .widget #page .widget .dt-form .dt-btn:hover,.footer #page .widget .dt-form .dt-btn:hover,.stripe .widget .dt-form .dt-btn:hover>*,.widget .dt-form .dt-btn:hover>* *,.sidebar .widget .dt-form .dt-btn:hover>*,.sidebar .widget .widget .dt-form .dt-btn:hover>*,.sidebar-content .widget .widget .dt-form .dt-btn:hover>*,.footer .widget .dt-form .dt-btn:hover>*,.stripe .widget .dt-form .dt-btn:hover,.widget .dt-form .dt-btn:hover *,.sidebar .widget .dt-form .dt-btn:hover,.sidebar .widget .widget .dt-form .dt-btn:hover,.sidebar-content .widget .widget .dt-form .dt-btn:hover,.footer .widget .dt-form .dt-btn:hover,.stripe input[type="reset"]:hover>*,input[type="reset"]:hover>* *,.sidebar input[type="reset"]:hover>*,.sidebar .widget input[type="reset"]:hover>*,.sidebar-content .widget input[type="reset"]:hover>*,.footer input[type="reset"]:hover>*,.stripe input[type="reset"]:hover,input[type="reset"]:hover *,.sidebar input[type="reset"]:hover,.sidebar .widget input[type="reset"]:hover,.sidebar-content .widget input[type="reset"]:hover,.footer input[type="reset"]:hover,.stripe .wpcf7-submit:hover>*,.wpcf7-submit:hover>* *,.sidebar .wpcf7-submit:hover>*,.sidebar .widget .wpcf7-submit:hover>*,.sidebar-content .widget .wpcf7-submit:hover>*,.footer .wpcf7-submit:hover>*,.stripe .wpcf7-submit:hover,.wpcf7-submit:hover *,.sidebar .wpcf7-submit:hover,.sidebar .widget .wpcf7-submit:hover,.sidebar-content .widget .wpcf7-submit:hover,.footer .wpcf7-submit:hover,.stripe .nsu-submit:hover>*,.nsu-submit:hover>* *,.sidebar .nsu-submit:hover>*,.sidebar .widget .nsu-submit:hover>*,.sidebar-content .widget .nsu-submit:hover>*,.footer .nsu-submit:hover>*,.stripe .nsu-submit:hover,.nsu-submit:hover *,.sidebar .nsu-submit:hover,.sidebar .widget .nsu-submit:hover,.sidebar-content .widget .nsu-submit:hover,.footer .nsu-submit:hover,.stripe .dt-wc-btn:hover>*,.dt-wc-btn:hover>* *,.sidebar .dt-wc-btn:hover>*,.sidebar .widget .dt-wc-btn:hover>*,.sidebar-content .widget .dt-wc-btn:hover>*,.footer .dt-wc-btn:hover>*,.stripe .dt-wc-btn:hover,.dt-wc-btn:hover *,.sidebar .dt-wc-btn:hover,.sidebar .widget .dt-wc-btn:hover,.sidebar-content .widget .dt-wc-btn:hover,.footer .dt-wc-btn:hover,.stripe input#place_order:hover>*,input#place_order:hover>* *,.sidebar input#place_order:hover>*,.sidebar .widget input#place_order:hover>*,.sidebar-content .widget input#place_order:hover>*,.footer input#place_order:hover>*,.stripe input#place_order:hover,input#place_order:hover *,.sidebar input#place_order:hover,.sidebar .widget input#place_order:hover,.sidebar-content .widget input#place_order:hover,.footer input#place_order:hover,.stripe .woocommerce-Reviews .submit:not(.box-button):hover>*,.woocommerce-Reviews .submit:not(.box-button):hover>* *,.sidebar .woocommerce-Reviews .submit:not(.box-button):hover>*,.sidebar .widget .woocommerce-Reviews .submit:not(.box-button):hover>*,.sidebar-content .widget .woocommerce-Reviews .submit:not(.box-button):hover>*,.footer .woocommerce-Reviews .submit:not(.box-button):hover>*,.stripe .woocommerce-Reviews .submit:not(.box-button):hover,.woocommerce-Reviews .submit:not(.box-button):hover *,.sidebar .woocommerce-Reviews .submit:not(.box-button):hover,.sidebar .widget .woocommerce-Reviews .submit:not(.box-button):hover,.sidebar-content .widget .woocommerce-Reviews .submit:not(.box-button):hover,.footer .woocommerce-Reviews .submit:not(.box-button):hover,.stripe input.button:hover>*,input.button:hover>* *,.sidebar input.button:hover>*,.sidebar .widget input.button:hover>*,.sidebar-content .widget input.button:hover>*,.footer input.button:hover>*,.stripe input.button:hover,input.button:hover *,.sidebar input.button:hover,.sidebar .widget input.button:hover,.sidebar-content .widget input.button:hover,.footer input.button:hover,.stripe input[name="save_address"]:hover>*,input[name="save_address"]:hover>* *,.sidebar input[name="save_address"]:hover>*,.sidebar .widget input[name="save_address"]:hover>*,.sidebar-content .widget input[name="save_address"]:hover>*,.footer input[name="save_address"]:hover>*,.stripe input[name="save_address"]:hover,input[name="save_address"]:hover *,.sidebar input[name="save_address"]:hover,.sidebar .widget input[name="save_address"]:hover,.sidebar-content .widget input[name="save_address"]:hover,.footer input[name="save_address"]:hover,.stripe .wc-layout-list .woo-buttons a:hover>*,.wc-layout-list .woo-buttons a:hover>* *,.sidebar .wc-layout-list .woo-buttons a:hover>*,.sidebar .widget .wc-layout-list .woo-buttons a:hover>*,.sidebar-content .widget .wc-layout-list .woo-buttons a:hover>*,.footer .wc-layout-list .woo-buttons a:hover>*,.stripe .wc-layout-list .woo-buttons a:hover,.wc-layout-list .woo-buttons a:hover *,.sidebar .wc-layout-list .woo-buttons a:hover,.sidebar .widget .wc-layout-list .woo-buttons a:hover,.sidebar-content .widget .wc-layout-list .woo-buttons a:hover,.footer .wc-layout-list .woo-buttons a:hover,.stripe .post-password-form input[type="submit"]:hover>*,.post-password-form input[type="submit"]:hover>* *,.sidebar .post-password-form input[type="submit"]:hover>*,.sidebar .widget .post-password-form input[type="submit"]:hover>*,.sidebar-content .widget .post-password-form input[type="submit"]:hover>*,.footer .post-password-form input[type="submit"]:hover>*,.stripe .post-password-form input[type="submit"]:hover,.post-password-form input[type="submit"]:hover *,.sidebar .post-password-form input[type="submit"]:hover,.sidebar .widget .post-password-form input[type="submit"]:hover,.sidebar-content .widget .post-password-form input[type="submit"]:hover,.footer .post-password-form input[type="submit"]:hover,.stripe .mc4wp-form input[type="submit"]:hover>*,.mc4wp-form input[type="submit"]:hover>* *,.sidebar .mc4wp-form input[type="submit"]:hover>*,.sidebar .widget .mc4wp-form input[type="submit"]:hover>*,.sidebar-content .widget .mc4wp-form input[type="submit"]:hover>*,.footer .mc4wp-form input[type="submit"]:hover>*,.stripe .mc4wp-form input[type="submit"]:hover,.mc4wp-form input[type="submit"]:hover *,.sidebar .mc4wp-form input[type="submit"]:hover,.sidebar .widget .mc4wp-form input[type="submit"]:hover,.sidebar-content .widget .mc4wp-form input[type="submit"]:hover,.footer .mc4wp-form input[type="submit"]:hover,.stripe div.mc4wp-form button[type="submit"]:hover>*,div.mc4wp-form button[type="submit"]:hover>* *,.sidebar div.mc4wp-form button[type="submit"]:hover>*,.sidebar .widget div.mc4wp-form button[type="submit"]:hover>*,.sidebar-content .widget div.mc4wp-form button[type="submit"]:hover>*,.footer div.mc4wp-form button[type="submit"]:hover>*,.stripe div.mc4wp-form button[type="submit"]:hover,div.mc4wp-form button[type="submit"]:hover *,.sidebar div.mc4wp-form button[type="submit"]:hover,.sidebar .widget div.mc4wp-form button[type="submit"]:hover,.sidebar-content .widget div.mc4wp-form button[type="submit"]:hover,.footer div.mc4wp-form button[type="submit"]:hover,.stripe .tml-submit-wrap input[type="submit"]:hover>*,.tml-submit-wrap input[type="submit"]:hover>* *,.sidebar .tml-submit-wrap input[type="submit"]:hover>*,.sidebar .widget .tml-submit-wrap input[type="submit"]:hover>*,.sidebar-content .widget .tml-submit-wrap input[type="submit"]:hover>*,.footer .tml-submit-wrap input[type="submit"]:hover>*,.stripe .tml-submit-wrap input[type="submit"]:hover,.tml-submit-wrap input[type="submit"]:hover *,.sidebar .tml-submit-wrap input[type="submit"]:hover,.sidebar .widget .tml-submit-wrap input[type="submit"]:hover,.sidebar-content .widget .tml-submit-wrap input[type="submit"]:hover,.footer .tml-submit-wrap input[type="submit"]:hover,.stripe .wpcf7-form input[type="submit"]:hover>*,.wpcf7-form input[type="submit"]:hover>* *,.sidebar .wpcf7-form input[type="submit"]:hover>*,.sidebar .widget .wpcf7-form input[type="submit"]:hover>*,.sidebar-content .widget .wpcf7-form input[type="submit"]:hover>*,.footer .wpcf7-form input[type="submit"]:hover>*,.stripe .wpcf7-form input[type="submit"]:hover,.wpcf7-form input[type="submit"]:hover *,.sidebar .wpcf7-form input[type="submit"]:hover,.sidebar .widget .wpcf7-form input[type="submit"]:hover,.sidebar-content .widget .wpcf7-form input[type="submit"]:hover,.footer .wpcf7-form input[type="submit"]:hover,.stripe input[type="submit"]:not([name="update_cart"]):hover>*,input[type="submit"]:not([name="update_cart"]):hover>* *,.sidebar input[type="submit"]:not([name="update_cart"]):hover>*,.sidebar .widget input[type="submit"]:not([name="update_cart"]):hover>*,.sidebar-content .widget input[type="submit"]:not([name="update_cart"]):hover>*,.footer input[type="submit"]:not([name="update_cart"]):hover>*,.stripe input[type="submit"]:not([name="update_cart"]):hover,input[type="submit"]:not([name="update_cart"]):hover *,.sidebar input[type="submit"]:not([name="update_cart"]):hover,.sidebar .widget input[type="submit"]:not([name="update_cart"]):hover,.sidebar-content .widget input[type="submit"]:not([name="update_cart"]):hover,.footer input[type="submit"]:not([name="update_cart"]):hover,.stripe .woocommerce-widget-layered-nav-dropdown__submit:hover>*,.woocommerce-widget-layered-nav-dropdown__submit:hover>* *,.sidebar .woocommerce-widget-layered-nav-dropdown__submit:hover>*,.sidebar .widget .woocommerce-widget-layered-nav-dropdown__submit:hover>*,.sidebar-content .widget .woocommerce-widget-layered-nav-dropdown__submit:hover>*,.footer .woocommerce-widget-layered-nav-dropdown__submit:hover>*,.stripe .woocommerce-widget-layered-nav-dropdown__submit:hover,.woocommerce-widget-layered-nav-dropdown__submit:hover *,.sidebar .woocommerce-widget-layered-nav-dropdown__submit:hover,.sidebar .widget .woocommerce-widget-layered-nav-dropdown__submit:hover,.sidebar-content .widget .woocommerce-widget-layered-nav-dropdown__submit:hover,.footer .woocommerce-widget-layered-nav-dropdown__submit:hover,.stripe .give-btn.give-btn-reveal:hover>*,.give-btn.give-btn-reveal:hover>* *,.sidebar .give-btn.give-btn-reveal:hover>*,.sidebar .widget .give-btn.give-btn-reveal:hover>*,.sidebar-content .widget .give-btn.give-btn-reveal:hover>*,.footer .give-btn.give-btn-reveal:hover>*,.stripe .give-btn.give-btn-reveal:hover,.give-btn.give-btn-reveal:hover *,.sidebar .give-btn.give-btn-reveal:hover,.sidebar .widget .give-btn.give-btn-reveal:hover,.sidebar-content .widget .give-btn.give-btn-reveal:hover,.footer .give-btn.give-btn-reveal:hover,.stripe .give-submit.give-btn:hover>*,.give-submit.give-btn:hover>* *,.sidebar .give-submit.give-btn:hover>*,.sidebar .widget .give-submit.give-btn:hover>*,.sidebar-content .widget .give-submit.give-btn:hover>*,.footer .give-submit.give-btn:hover>*,.stripe .give-submit.give-btn:hover,.give-submit.give-btn:hover *,.sidebar .give-submit.give-btn:hover,.sidebar .widget .give-submit.give-btn:hover,.sidebar-content .widget .give-submit.give-btn:hover,.footer .give-submit.give-btn:hover,.stripe .wc-block-filter-submit-button:hover>*,.wc-block-filter-submit-button:hover>* *,.sidebar .wc-block-filter-submit-button:hover>*,.sidebar .widget .wc-block-filter-submit-button:hover>*,.sidebar-content .widget .wc-block-filter-submit-button:hover>*,.footer .wc-block-filter-submit-button:hover>*,.stripe .wc-block-filter-submit-button:hover,.wc-block-filter-submit-button:hover *,.sidebar .wc-block-filter-submit-button:hover,.sidebar .widget .wc-block-filter-submit-button:hover,.sidebar-content .widget .wc-block-filter-submit-button:hover,.footer .wc-block-filter-submit-button:hover {
    color: var(--the7-btn-hover-color)
}

.mec-event-footer .mec-booking-button:hover,.dt-form button:hover,#page .widget .dt-form .dt-btn:hover,.widget .dt-form .dt-btn:hover,input[type="reset"]:hover,.wpcf7-submit:hover,.nsu-submit:hover,.dt-wc-btn:hover,input#place_order:hover,.woocommerce-Reviews .submit:not(.box-button):hover,input.button:hover,input[name="save_address"]:hover,.wc-layout-list .woo-buttons a:hover,.post-password-form input[type="submit"]:hover,.mc4wp-form input[type="submit"]:hover,div.mc4wp-form button[type="submit"]:hover,.tml-submit-wrap input[type="submit"]:hover,.wpcf7-form input[type="submit"]:hover,input[type="submit"]:not([name="update_cart"]):hover,.woocommerce-widget-layered-nav-dropdown__submit:hover,.give-btn.give-btn-reveal:hover,.give-submit.give-btn:hover,.wc-block-filter-submit-button:hover {
    border-color: var(--the7-btn-border-hover-color)
}

#page .mec-event-footer .mec-booking-button:hover,.tinv-modal .mec-event-footer .mec-booking-button:hover,#page .dt-form button:hover,.tinv-modal .dt-form button:hover,#page #page .widget .dt-form .dt-btn:hover,.tinv-modal #page .widget .dt-form .dt-btn:hover,#page .widget .dt-form .dt-btn:hover,.tinv-modal .widget .dt-form .dt-btn:hover,#page input[type="reset"]:hover,.tinv-modal input[type="reset"]:hover,#page .wpcf7-submit:hover,.tinv-modal .wpcf7-submit:hover,#page .nsu-submit:hover,.tinv-modal .nsu-submit:hover,#page .dt-wc-btn:hover,.tinv-modal .dt-wc-btn:hover,#page input#place_order:hover,.tinv-modal input#place_order:hover,#page .woocommerce-Reviews .submit:not(.box-button):hover,.tinv-modal .woocommerce-Reviews .submit:not(.box-button):hover,#page input.button:hover,.tinv-modal input.button:hover,#page input[name="save_address"]:hover,.tinv-modal input[name="save_address"]:hover,#page .wc-layout-list .woo-buttons a:hover,.tinv-modal .wc-layout-list .woo-buttons a:hover,#page .post-password-form input[type="submit"]:hover,.tinv-modal .post-password-form input[type="submit"]:hover,#page .mc4wp-form input[type="submit"]:hover,.tinv-modal .mc4wp-form input[type="submit"]:hover,#page div.mc4wp-form button[type="submit"]:hover,.tinv-modal div.mc4wp-form button[type="submit"]:hover,#page .tml-submit-wrap input[type="submit"]:hover,.tinv-modal .tml-submit-wrap input[type="submit"]:hover,#page .wpcf7-form input[type="submit"]:hover,.tinv-modal .wpcf7-form input[type="submit"]:hover,#page input[type="submit"]:not([name="update_cart"]):hover,.tinv-modal input[type="submit"]:not([name="update_cart"]):hover,#page .woocommerce-widget-layered-nav-dropdown__submit:hover,.tinv-modal .woocommerce-widget-layered-nav-dropdown__submit:hover,#page .give-btn.give-btn-reveal:hover,.tinv-modal .give-btn.give-btn-reveal:hover,#page .give-submit.give-btn:hover,.tinv-modal .give-submit.give-btn:hover,#page .wc-block-filter-submit-button:hover,.tinv-modal .wc-block-filter-submit-button:hover {
    background: var(--the7-btn-hover-bg,#666666)
}

.btn-hover-bg-off #page .mec-event-footer .mec-booking-button:hover,.btn-hover-bg-off #page .dt-form button:hover,.btn-hover-bg-off #page #page .widget .dt-form .dt-btn:hover,.btn-hover-bg-off #page .widget .dt-form .dt-btn:hover,.btn-hover-bg-off #page input[type="reset"]:hover,.btn-hover-bg-off #page .wpcf7-submit:hover,.btn-hover-bg-off #page .nsu-submit:hover,.btn-hover-bg-off #page .dt-wc-btn:hover,.btn-hover-bg-off #page input#place_order:hover,.btn-hover-bg-off #page .woocommerce-Reviews .submit:not(.box-button):hover,.btn-hover-bg-off #page input.button:hover,.btn-hover-bg-off #page input[name="save_address"]:hover,.btn-hover-bg-off #page .wc-layout-list .woo-buttons a:hover,.btn-hover-bg-off #page .post-password-form input[type="submit"]:hover,.btn-hover-bg-off #page .mc4wp-form input[type="submit"]:hover,.btn-hover-bg-off #page div.mc4wp-form button[type="submit"]:hover,.btn-hover-bg-off #page .tml-submit-wrap input[type="submit"]:hover,.btn-hover-bg-off #page .wpcf7-form input[type="submit"]:hover,.btn-hover-bg-off #page input[type="submit"]:not([name="update_cart"]):hover,.btn-hover-bg-off #page .woocommerce-widget-layered-nav-dropdown__submit:hover,.btn-hover-bg-off #page .give-btn.give-btn-reveal:hover,.btn-hover-bg-off #page .give-submit.give-btn:hover,.btn-hover-bg-off #page .wc-block-filter-submit-button:hover {
    background: none
}

.mec-event-footer .mec-booking-button:hover .text-wrap,.dt-form button:hover .text-wrap,#page .widget .dt-form .dt-btn:hover .text-wrap,.widget .dt-form .dt-btn:hover .text-wrap,input[type="reset"]:hover .text-wrap,.wpcf7-submit:hover .text-wrap,.nsu-submit:hover .text-wrap,.dt-wc-btn:hover .text-wrap,input#place_order:hover .text-wrap,.woocommerce-Reviews .submit:not(.box-button):hover .text-wrap,input.button:hover .text-wrap,input[name="save_address"]:hover .text-wrap,.wc-layout-list .woo-buttons a:hover .text-wrap,.post-password-form input[type="submit"]:hover .text-wrap,.mc4wp-form input[type="submit"]:hover .text-wrap,div.mc4wp-form button[type="submit"]:hover .text-wrap,.tml-submit-wrap input[type="submit"]:hover .text-wrap,.wpcf7-form input[type="submit"]:hover .text-wrap,input[type="submit"]:not([name="update_cart"]):hover .text-wrap,.woocommerce-widget-layered-nav-dropdown__submit:hover .text-wrap,.give-btn.give-btn-reveal:hover .text-wrap,.give-submit.give-btn:hover .text-wrap,.wc-block-filter-submit-button:hover .text-wrap {
    color: var(--the7-btn-hover-color)
}

.wc-block-product-search .wc-block-product-search__button,.wp-block-search .wp-block-search__button,button.button,.cart-btn-below-img .woo-buttons a,a.button:not(.edd-submit) {
    color: var(--the7-btn-color);
    background: var(--the7-btn-bg,#999999)
}

.stripe .wc-block-product-search .wc-block-product-search__button,.wc-block-product-search .wc-block-product-search__button *,.sidebar .wc-block-product-search .wc-block-product-search__button,.sidebar .widget .wc-block-product-search .wc-block-product-search__button,.sidebar-content .widget .wc-block-product-search .wc-block-product-search__button,.footer .wc-block-product-search .wc-block-product-search__button,.stripe .wp-block-search .wp-block-search__button,.wp-block-search .wp-block-search__button *,.sidebar .wp-block-search .wp-block-search__button,.sidebar .widget .wp-block-search .wp-block-search__button,.sidebar-content .widget .wp-block-search .wp-block-search__button,.footer .wp-block-search .wp-block-search__button,.stripe button.button,button.button *,.sidebar button.button,.sidebar .widget button.button,.sidebar-content .widget button.button,.footer button.button,.stripe .cart-btn-below-img .woo-buttons a,.cart-btn-below-img .woo-buttons a *,.sidebar .cart-btn-below-img .woo-buttons a,.sidebar .widget .cart-btn-below-img .woo-buttons a,.sidebar-content .widget .cart-btn-below-img .woo-buttons a,.footer .cart-btn-below-img .woo-buttons a,.stripe a.button:not(.edd-submit),a.button:not(.edd-submit) *,.sidebar a.button:not(.edd-submit),.sidebar .widget a.button:not(.edd-submit),.sidebar-content .widget a.button:not(.edd-submit),.footer a.button:not(.edd-submit) {
    color: var(--the7-btn-color)
}

.btn-bg-off .wc-block-product-search .wc-block-product-search__button:not(:hover),.btn-bg-off .wp-block-search .wp-block-search__button:not(:hover),.btn-bg-off button.button:not(:hover),.btn-bg-off .cart-btn-below-img .woo-buttons a:not(:hover),.btn-bg-off a.button:not(.edd-submit):not(:hover) {
    background: none
}

.wc-block-product-search .wc-block-product-search__button:hover>*,.wc-block-product-search .wc-block-product-search__button:hover,.wp-block-search .wp-block-search__button:hover>*,.wp-block-search .wp-block-search__button:hover,button.button:hover>*,button.button:hover,.cart-btn-below-img .woo-buttons a:hover>*,.cart-btn-below-img .woo-buttons a:hover,a.button:not(.edd-submit):hover>*,a.button:not(.edd-submit):hover {
    color: var(--the7-btn-hover-color)
}

.wc-block-product-search .wc-block-product-search__button:hover,.wp-block-search .wp-block-search__button:hover,button.button:hover,.cart-btn-below-img .woo-buttons a:hover,a.button:not(.edd-submit):hover {
    border-color: var(--the7-btn-border-hover-color);
    background: var(--the7-btn-hover-bg,#666666)
}

.stripe .wc-block-product-search .wc-block-product-search__button:hover,.wc-block-product-search .wc-block-product-search__button:hover *,.sidebar .wc-block-product-search .wc-block-product-search__button:hover,.sidebar .widget .wc-block-product-search .wc-block-product-search__button:hover,.sidebar-content .widget .wc-block-product-search .wc-block-product-search__button:hover,.footer .wc-block-product-search .wc-block-product-search__button:hover,.stripe .wp-block-search .wp-block-search__button:hover,.wp-block-search .wp-block-search__button:hover *,.sidebar .wp-block-search .wp-block-search__button:hover,.sidebar .widget .wp-block-search .wp-block-search__button:hover,.sidebar-content .widget .wp-block-search .wp-block-search__button:hover,.footer .wp-block-search .wp-block-search__button:hover,.stripe button.button:hover,button.button:hover *,.sidebar button.button:hover,.sidebar .widget button.button:hover,.sidebar-content .widget button.button:hover,.footer button.button:hover,.stripe .cart-btn-below-img .woo-buttons a:hover,.cart-btn-below-img .woo-buttons a:hover *,.sidebar .cart-btn-below-img .woo-buttons a:hover,.sidebar .widget .cart-btn-below-img .woo-buttons a:hover,.sidebar-content .widget .cart-btn-below-img .woo-buttons a:hover,.footer .cart-btn-below-img .woo-buttons a:hover,.stripe a.button:not(.edd-submit):hover,a.button:not(.edd-submit):hover *,.sidebar a.button:not(.edd-submit):hover,.sidebar .widget a.button:not(.edd-submit):hover,.sidebar-content .widget a.button:not(.edd-submit):hover,.footer a.button:not(.edd-submit):hover {
    color: var(--the7-btn-hover-color)
}

.btn-hover-bg-off .wc-block-product-search .wc-block-product-search__button:hover,.btn-hover-bg-off .wp-block-search .wp-block-search__button:hover,.btn-hover-bg-off button.button:hover,.btn-hover-bg-off .cart-btn-below-img .woo-buttons a:hover,.btn-hover-bg-off a.button:not(.edd-submit):hover {
    background: none
}

.wc-block-product-search .wc-block-product-search__button:hover .text-wrap,.wp-block-search .wp-block-search__button:hover .text-wrap,button.button:hover .text-wrap,.cart-btn-below-img .woo-buttons a:hover .text-wrap,a.button:not(.edd-submit):hover .text-wrap {
    color: var(--the7-btn-hover-color)
}

button.button.tinvwl-add-to-cart:hover>* {
    color: inherit
}

.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style),.mec-event-footer .mec-booking-button,.give-btn.give-btn-reveal,.give-submit.give-btn {
    background: var(--the7-btn-bg,#999999)
}

.btn-bg-off .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style):not(:hover),.btn-bg-off .mec-event-footer .mec-booking-button:not(:hover),.btn-bg-off .give-btn.give-btn-reveal:not(:hover),.btn-bg-off .give-submit.give-btn:not(:hover) {
    background: none
}

.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style):hover,.mec-event-footer .mec-booking-button:hover,.give-btn.give-btn-reveal:hover,.give-submit.give-btn:hover {
    background: none;
    background: var(--the7-btn-hover-bg,#666666);
    border-color: var(--the7-btn-border-hover-color)
}

.btn-hover-bg-off .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style):hover,.btn-hover-bg-off .mec-event-footer .mec-booking-button:hover,.btn-hover-bg-off .give-btn.give-btn-reveal:hover,.btn-hover-bg-off .give-submit.give-btn:hover {
    background: none
}

.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style).accent-btn-bg-color,.mec-event-footer .mec-booking-button.accent-btn-bg-color,.give-btn.give-btn-reveal.accent-btn-bg-color,.give-submit.give-btn.accent-btn-bg-color {
    background: var(--the7-accent-color)
}

#page .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style).accent-btn-bg-hover-color:hover,#page .mec-event-footer .mec-booking-button.accent-btn-bg-hover-color:hover,#page .give-btn.give-btn-reveal.accent-btn-bg-hover-color:hover,#page .give-submit.give-btn.accent-btn-bg-hover-color:hover {
    background: var(--the7-accent-color)
}

#page .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style).default-btn-bg-hover-color:hover,#page .mec-event-footer .mec-booking-button.default-btn-bg-hover-color:hover,#page .give-btn.give-btn-reveal.default-btn-bg-hover-color:hover,#page .give-submit.give-btn.default-btn-bg-hover-color:hover {
    background: none;
    background: var(--the7-btn-hover-bg,#666666)
}

.btn-light:hover,.outline-bg-btn:hover {
    background: var(--the7-btn-hover-bg,#666666)
}

.dt-btn.btn-hover-off:hover {
    background: var(--the7-btn-bg,#999999)!important
}

.dt-btn:not(.btn-custom-style),.btn-link {
    color: var(--the7-btn-color)
}

.dt-btn:not(.btn-custom-style) *,.sidebar .dt-btn:not(.btn-custom-style),.content .sidebar-content .dt-btn:not(.btn-custom-style),.footer .dt-btn:not(.btn-custom-style),.content .shortcode-banner-inside .dt-btn:not(.btn-custom-style) *,.content .dt-btn:not(.btn-custom-style),.content .elementor-widget[class*='elementor-widget-wp-widget-'] .dt-btn:not(.btn-custom-style),.btn-link *,.sidebar .btn-link,.content .sidebar-content .btn-link,.footer .btn-link,.content .shortcode-banner-inside .btn-link *,.content .btn-link,.content .elementor-widget[class*='elementor-widget-wp-widget-'] .btn-link {
    color: var(--the7-btn-color)
}

.dt-btn:not(.btn-custom-style):hover,.dt-btn:not(.btn-custom-style):hover>*,.btn-link:hover,.btn-link:hover>* {
    color: var(--the7-btn-hover-color)
}

.content .elementor-widget[class*='elementor-widget-wp-widget-'] .dt-btn:not(.btn-custom-style):hover,.content .elementor-widget[class*='elementor-widget-wp-widget-'] .dt-btn:not(.btn-custom-style):hover>*,.content .elementor-widget[class*='elementor-widget-wp-widget-'] .btn-link:hover,.content .elementor-widget[class*='elementor-widget-wp-widget-'] .btn-link:hover>* {
    color: var(--the7-btn-hover-color)
}

.dt-btn:not(.btn-custom-style).accent-btn-color>span,.dt-btn:not(.btn-custom-style).accent-btn-color>.text-wrap *,.dt-btn:not(.btn-custom-style).accent-btn-color>i[class^="fa"],.dt-btn:not(.btn-custom-style).accent-btn-color>i[class^="dt-icon-"],.btn-link.accent-btn-color>span,.btn-link.accent-btn-color>.text-wrap *,.btn-link.accent-btn-color>i[class^="fa"],.btn-link.accent-btn-color>i[class^="dt-icon-"] {
    color: var(--the7-accent-color)
}

.dt-btn:not(.btn-custom-style).title-btn-color,.dt-btn:not(.btn-custom-style).title-btn-color>span,.dt-btn:not(.btn-custom-style).title-btn-color>.text-wrap *,.dt-btn:not(.btn-custom-style).title-btn-color>i[class^="fa"],.dt-btn:not(.btn-custom-style).title-btn-color>i[class^="dt-icon-"],.btn-link.title-btn-color,.btn-link.title-btn-color>span,.btn-link.title-btn-color>.text-wrap *,.btn-link.title-btn-color>i[class^="fa"],.btn-link.title-btn-color>i[class^="dt-icon-"] {
    color: var(--the7-title-color)
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .dt-btn:not(.btn-custom-style).title-btn-color,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .dt-btn:not(.btn-custom-style).title-btn-color>span,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .dt-btn:not(.btn-custom-style).title-btn-color>.text-wrap *,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .dt-btn:not(.btn-custom-style).title-btn-color>i[class^="fa"],.dt-mega-menu .dt-mega-parent .sidebar-content .widget .dt-btn:not(.btn-custom-style).title-btn-color>i[class^="dt-icon-"],.dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-link.title-btn-color,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-link.title-btn-color>span,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-link.title-btn-color>.text-wrap *,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-link.title-btn-color>i[class^="fa"],.dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-link.title-btn-color>i[class^="dt-icon-"] {
    color: #222
}

.sidebar-content .dt-btn:not(.btn-custom-style).title-btn-color,.sidebar-content .dt-btn:not(.btn-custom-style).title-btn-color>span,.sidebar-content .dt-btn:not(.btn-custom-style).title-btn-color>.text-wrap *,.sidebar-content .dt-btn:not(.btn-custom-style).title-btn-color>i[class^="fa"],.sidebar-content .dt-btn:not(.btn-custom-style).title-btn-color>i[class^="dt-icon-"],.sidebar-content .btn-link.title-btn-color,.sidebar-content .btn-link.title-btn-color>span,.sidebar-content .btn-link.title-btn-color>.text-wrap *,.sidebar-content .btn-link.title-btn-color>i[class^="fa"],.sidebar-content .btn-link.title-btn-color>i[class^="dt-icon-"] {
    color: #000
}

.footer .dt-btn:not(.btn-custom-style).title-btn-color,.footer .dt-btn:not(.btn-custom-style).title-btn-color>span,.footer .dt-btn:not(.btn-custom-style).title-btn-color>.text-wrap *,.footer .dt-btn:not(.btn-custom-style).title-btn-color>i[class^="fa"],.footer .dt-btn:not(.btn-custom-style).title-btn-color>i[class^="dt-icon-"],.footer .btn-link.title-btn-color,.footer .btn-link.title-btn-color>span,.footer .btn-link.title-btn-color>.text-wrap *,.footer .btn-link.title-btn-color>i[class^="fa"],.footer .btn-link.title-btn-color>i[class^="dt-icon-"] {
    color: #000
}

.dt-btn:not(.btn-custom-style).title-btn-hover-color:hover>span,.dt-btn:not(.btn-custom-style).title-btn-hover-color:hover>.text-wrap *,.dt-btn:not(.btn-custom-style).title-btn-hover-color:hover>i[class^="fa"],.dt-btn:not(.btn-custom-style).title-btn-hover-color:hover>i[class^="dt-icon-"],.btn-link.title-btn-hover-color:hover>span,.btn-link.title-btn-hover-color:hover>.text-wrap *,.btn-link.title-btn-hover-color:hover>i[class^="fa"],.btn-link.title-btn-hover-color:hover>i[class^="dt-icon-"] {
    color: var(--the7-h1-color)!important
}

.dt-btn:not(.btn-custom-style).default-btn-hover-color:hover>span,.dt-btn:not(.btn-custom-style).default-btn-hover-color:hover>.text-wrap *,.dt-btn:not(.btn-custom-style).default-btn-hover-color:hover>i[class^="fa"],.dt-btn:not(.btn-custom-style).default-btn-hover-color:hover>i[class^="dt-icon-"],.btn-link.default-btn-hover-color:hover>span,.btn-link.default-btn-hover-color:hover>.text-wrap *,.btn-link.default-btn-hover-color:hover>i[class^="fa"],.btn-link.default-btn-hover-color:hover>i[class^="dt-icon-"] {
    color: var(--the7-btn-hover-color)!important
}

#page .dt-btn:not(.btn-custom-style).accent-btn-hover-color:hover>span,#page .dt-btn:not(.btn-custom-style).accent-btn-hover-color:hover>.text-wrap *,#page .dt-btn:not(.btn-custom-style).accent-btn-hover-color:hover>i[class^="fa"],#page .dt-btn:not(.btn-custom-style).accent-btn-hover-color:hover>i[class^="dt-icon-"],#page .btn-link.accent-btn-hover-color:hover>span,#page .btn-link.accent-btn-hover-color:hover>.text-wrap *,#page .btn-link.accent-btn-hover-color:hover>i[class^="fa"],#page .btn-link.accent-btn-hover-color:hover>i[class^="dt-icon-"] {
    color: var(--the7-accent-color)!important
}

.accent-btn-color .dt-btn:not(.custom-btn-color):not(.btn-shortcode):not(.btn-custom-style)>span,.accent-btn-color .dt-btn:not(.custom-btn-color):not(.btn-shortcode):not(.btn-custom-style)>.text-wrap * {
    color: var(--the7-accent-color)
}

.custom-btn-hover-color .dt-btn:not(.custom-btn-color):not(.accent-btn-hover-color):not(.btn-shortcode):hover>span,.custom-btn-hover-color .dt-btn:not(.custom-btn-color):not(.accent-btn-hover-color):not(.btn-shortcode):hover>.text-wrap * {
    background: none;
    color: var(--the7-btn-hover-color)
}

.custom-btn-hover-color .dt-btn:hover>.text-wrap * {
    color: inherit
}

.accent-btn-hover-color .dt-btn:not(.custom-btn-hover-color):not(.btn-shortcode):not(.btn-custom-style):hover>span,.accent-btn-hover-color .dt-btn:not(.custom-btn-hover-color):not(.btn-shortcode):not(.btn-custom-style):hover>.text-wrap * {
    color: var(--the7-accent-color)
}

.light-bg-btn {
    background-color: var(--the7-content-boxes-bg)
}

.outline-element-decoration .light-bg-btn {
    box-shadow: inset 0 0 0 1px #fff0
}

.shadow-element-decoration .light-bg-btn {
    box-shadow: 0 6px 18px rgb(0 0 0 / .1)
}

.light-bg-btn:hover {
    background: var(--the7-btn-hover-bg,#666666)
}

#page .light-bg-btn.accent-btn-bg-hover-color:hover {
    background: var(--the7-accent-color)
}

.btn-light {
    background-color: var(--the7-content-boxes-bg);
    background-image: none
}

.outline-element-decoration .btn-light {
    box-shadow: inset 0 0 0 1px #fff0
}

.shadow-element-decoration .btn-light {
    box-shadow: 0 6px 18px rgb(0 0 0 / .1)
}

.btn-light:hover {
    background-image: none;
    background-color: var(--the7-content-boxes-bg)
}

.outline-element-decoration .btn-light:hover {
    box-shadow: inset 0 0 0 1px #fff0
}

.shadow-element-decoration .btn-light:hover {
    box-shadow: 0 6px 18px rgb(0 0 0 / .1)
}

.dt-btn.outline-bg-btn {
    background: none
}

.accent-gradient .dt-btn.outline-bg-btn {
    background: none
}

.dt-btn.outline-bg-btn:hover {
    border-color: #fff0
}

.outline-bg-btn {
    border-color: var(--the7-btn-bg-color)
}

.outline-bg-btn:hover {
    border-color: var(--the7-btn-hover-bg-color);
    background: var(--the7-btn-hover-bg,#666666)
}

.outline-bg-btn.accent-btn-bg-color {
    border-color: var(--the7-accent-color)
}

#page .outline-bg-btn.accent-btn-bg-hover-color:hover {
    background: var(--the7-accent-color);
    border-color: #fff0
}

.outline-btn {
    border-color: var(--the7-btn-bg-color)
}

.outline-btn:hover {
    border-color: var(--the7-btn-hover-bg-color);
    background: none
}

.outline-btn.accent-btn-bg-color {
    border-color: var(--the7-accent-color)
}

#page .outline-btn.accent-btn-bg-hover-color:hover {
    border-color: var(--the7-accent-color)
}

.dt-btn-link,.dt-btn-link>span,.dt-btn-link>i {
    color: var(--the7-accent-color)
}

.dt-btn-link:after {
    background: var(--the7-accent-color)
}

.hr-thick {
    border-color: rgb(102 102 102 / .1)
}

.hr-thin {
    border-style: solid;
    border-width: 1px;
    border-color: var(--the7-divider-color);
    border-left: none;
    border-right: none;
    border-bottom: none
}

.hr-thin.style-dashed {
    border-top-style: dashed;
    border-bottom: none
}

.hr-thin.style-dotted {
    border-top-style: dotted;
    border-bottom: none
}

.hr-thin.style-double {
    border-top-style: double;
    border-top-width: 3px;
    border-bottom: none
}

.accent-border-color .separator-holder,.accent-border-color.hr-thin,.accent-border-color.hr-thick {
    border-color: var(--the7-accent-color)
}

.accent-gradient .accent-border-color.hr-thin.style-line,.accent-gradient .accent-border-color.hr-thick {
    border-width: 0;
    border-color: var(--the7-accent-color)
}

.dt-fancy-title.bg-on,hr.gf_rule {
    background-color: rgb(102 102 102 / .08)
}

.sidebar .dt-fancy-title.bg-on,.sidebar-content .dt-fancy-title.bg-on,.sidebar hr.gf_rule,.sidebar-content hr.gf_rule {
    background-color: rgb(102 102 102 / .08)
}

.footer .dt-fancy-title.bg-on,.footer hr.gf_rule {
    background-color: rgb(102 102 102 / .08)
}

.accent-border-color .dt-fancy-title.bg-on {
    color: #fff;
    background-color: var(--the7-accent-color)
}

#page .accent-title-color .dt-fancy-title {
    color: var(--the7-accent-color)
}

.title-color .dt-fancy-title {
    color: var(--the7-title-color)
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .title-color .dt-fancy-title {
    color: #222
}

.sidebar-content .title-color .dt-fancy-title {
    color: #000
}

.footer .title-color .dt-fancy-title {
    color: #000
}

.dt-fancy-separator,.dt-fancy-separator * {
    color: var(--the7-secondary-text-color)
}

.sidebar-content .dt-fancy-separator,.sidebar-content .dt-fancy-separator * {
    color: rgb(102 102 102 / .5)
}

.footer .dt-fancy-separator,.footer .dt-fancy-separator * {
    color: rgb(102 102 102 / .5)
}

.separator-holder {
    border-color: var(--the7-divider-color)
}

.separator-holder,.accent-border-color .bg-on .separator-holder {
    border-color: var(--the7-divider-color)
}

.sidebar .separator-holder,.sidebar-content .separator-holder,.sidebar .accent-border-color .bg-on .separator-holder,.sidebar-content .accent-border-color .bg-on .separator-holder {
    border-color: rgb(102 102 102 / .15)
}

.footer .separator-holder,.footer .accent-border-color .bg-on .separator-holder {
    border-color: rgb(102 102 102 / .15)
}

.dt-fancy-title.bg-on {
    min-height: calc(var(--the7-base-font-size) * 2);
    line-height: calc(var(--the7-base-font-size) * 2)
}

.text-small .dt-fancy-title.bg-on {
    min-height: calc(var(--the7-text-small-font-size) * 2);
    line-height: calc(var(--the7-text-small-font-size) * 2)
}

.text-big .dt-fancy-title.bg-on {
    min-height: calc(var(--the7-text-big-font-size) * 2);
    line-height: calc(var(--the7-text-big-font-size) * 2)
}

.h1-size .dt-fancy-title.bg-on {
    min-height: calc(var(--the7-h1-font-size)*2);
    line-height: calc(var(--the7-h1-font-size)*2)
}

.h2-size .dt-fancy-title.bg-on {
    min-height: calc(var(--the7-h2-font-size)*2);
    line-height: calc(var(--the7-h2-font-size)*2)
}

.h3-size .dt-fancy-title.bg-on {
    min-height: calc(var(--the7-h3-font-size)*2);
    line-height: calc(var(--the7-h3-font-size)*2)
}

.h4-size .dt-fancy-title.bg-on {
    min-height: calc(var(--the7-h4-font-size)*2);
    line-height: calc(var(--the7-h4-font-size)*2)
}

.h5-size .dt-fancy-title.bg-on {
    min-height: calc(var(--the7-h5-font-size)*2);
    line-height: calc(var(--the7-h5-font-size)*2)
}

.h6-size .dt-fancy-title.bg-on {
    min-height: calc(var(--the7-h6-font-size)*2);
    line-height: calc(var(--the7-h6-font-size)*2)
}

.shortcode-tooltip {
    color: var(--the7-links-color);
    border-color: var(--the7-links-color)
}

.borderframe .shortcode-single-image {
    border-color: var(--the7-divider-color)
}

.sidebar .borderframe .shortcode-single-image,.sidebar-content .borderframe .shortcode-single-image {
    border-color: rgb(102 102 102 / .15)
}

.footer .borderframe .shortcode-single-image {
    border-color: rgb(102 102 102 / .15)
}

.shortcode-single-caption {
    font-size: var(--the7-base-font-size);
    line-height: var(--the7-base-line-height);
    color: var(--the7-secondary-text-color)
}

.sidebar-content .shortcode-single-caption {
    color: rgb(102 102 102 / .5)
}

.footer .shortcode-single-caption {
    color: rgb(102 102 102 / .5)
}

.borderframe.br-standard .shortcode-single-image {
    background-color: var(--the7-content-boxes-bg)
}

.shadow-element-decoration .borderframe.br-standard .shortcode-single-image {
    box-shadow: 0 6px 18px rgb(0 0 0 / .1)
}

.outline-element-decoration .borderframe.br-standard .shortcode-single-image {
    box-shadow: inset 0 0 0 1px #fff0
}

.frame-on {
    border-color: var(--the7-divider-color)
}

.sidebar .frame-on,.sidebar-content .frame-on {
    border-color: rgb(102 102 102 / .15)
}

.footer .frame-on {
    border-color: rgb(102 102 102 / .15)
}

.frame-on.frame-fancy {
    background-color: var(--the7-content-boxes-bg)
}

.outline-element-decoration .frame-on.frame-fancy {
    box-shadow: inset 0 0 0 1px #fff0
}

.shadow-element-decoration .frame-on.frame-fancy {
    box-shadow: 0 6px 18px rgb(0 0 0 / .1)
}

.shortcode-single-image-wrap .rollover-icon {
    color: var(--the7-accent-color);
    border-color: var(--the7-accent-color)
}

.dt-icon-bg-on.shortcode-single-image-wrap .rollover-icon {
    background-color: var(--the7-accent-color)
}

.list-divider li {
    border-color: var(--the7-divider-color)
}

.sidebar .list-divider li,.sidebar-content .list-divider li {
    border-color: rgb(102 102 102 / .15)
}

.footer .list-divider li {
    border-color: rgb(102 102 102 / .15)
}

.standard-arrow.list-divider.bullet-top li:not(:first-child):before,.standard-arrow.list-divider.bullet-top li:not(:first-child):after {
    margin-top: 14px
}

.standard-arrow.bullet-top li:before,.standard-arrow.bullet-top li:after {
    margin-top: 5px
}

.standard-number-list li:before,.standard-arrow li:before {
    color: #fff;
    background-color: var(--the7-accent-color)
}

.content .soc-ico a:before {
    background-color: rgb(102 102 102 / .15)
}

.dt-mega-menu .dt-mega-parent .sidebar-content .soc-ico a:before {
    background-color: rgb(34 34 34 / .15)
}

.sidebar .soc-ico a:before,.sidebar-content .soc-ico a:before {
    background-color: rgb(102 102 102 / .15)
}

.footer .soc-ico a:before {
    background-color: rgb(102 102 102 / .15)
}

.dt-shortcode-soc-icons a.dt-icon-bg-on:before,.dt-shortcode-icon.dt-icon-bg-on .icon-inner:before,.text-icon.dt-icon-bg-on .icon-inner:before {
    border-color: var(--the7-accent-color);
    background-color: var(--the7-accent-color)
}

.content .dt-icon-bg-on.dt-team-shortcode.dt-icon-bg-on .soc-ico a:before {
    background-color: var(--the7-accent-color)
}

.content .dt-icon-border-on.dt-team-shortcode.dt-icon-bg-on .soc-ico a:before {
    border-color: var(--the7-accent-color)
}

.dt-shortcode-soc-icons a.dt-icon-border-on:before,.dt-shortcode-soc-icons a.dt-icon-hover-border-on:after,.dt-shortcode-icon.dt-icon-border-on:before,.dt-shortcode-icon.dt-icon-hover-border-on:after,.text-icon.dt-icon-border-on:before,.text-icon.dt-icon-hover-border-on:after {
    border-color: var(--the7-accent-color)
}

#main .soc-ico a:hover,#footer .soc-ico a:hover {
    background-color: #fff0;
    box-shadow: none
}

#main .soc-ico a:after,#footer .soc-ico a:after {
    background-color: var(--the7-accent-color);
    box-shadow: none
}

.accent-gradient #main .soc-ico a:hover,.accent-gradient #footer .soc-ico a:hover {
    background: none
}

.dt-shortcode-soc-icons a.dt-icon-hover-bg-on:after,.dt-shortcode-icon.dt-icon-hover-bg-on .icon-inner:after,.text-icon.dt-icon-hover-bg-on .icon-inner:after {
    border-color: var(--the7-accent-color);
    background-color: var(--the7-accent-color)
}

.content .dt-icon-hover-bg-on.dt-team-shortcode.dt-icon-bg-on .soc-ico a:after {
    background-color: var(--the7-accent-color)
}

.content .dt-icon-border-hover-on.dt-team-shortcode.dt-icon-bg-on .soc-ico a:after {
    border-color: var(--the7-accent-color)
}

.dt-shortcode-soc-icons a .soc-font-icon,#main .dt-team-shortcode .soc-ico a .soc-font-icon,.dt-shortcode-icon .soc-icon,.text-icon .soc-icon {
    color: var(--the7-accent-color)
}

.content .soc-ico a:not(:hover) .soc-font-icon {
    color: var(--the7-base-color)
}

.sidebar .soc-ico a:not(:hover) .soc-font-icon,.sidebar-content .soc-ico a:not(:hover) .soc-font-icon {
    color: #666
}

.footer .soc-ico a:not(:hover) .soc-font-icon {
    color: #666
}

blockquote:not(.shortcode-blockquote):not(.elementor-blockquote),blockquote.shortcode-blockquote.block-style-widget,.block-style-widget {
    background-color: var(--the7-content-boxes-bg)
}

.outline-element-decoration blockquote:not(.shortcode-blockquote):not(.elementor-blockquote),.outline-element-decoration .block-style-widget {
    box-shadow: inset 0 0 0 1px #fff0
}

.shadow-element-decoration blockquote:not(.shortcode-blockquote):not(.elementor-blockquote),.shadow-element-decoration .block-style-widget {
    box-shadow: 0 6px 18px rgb(0 0 0 / .1)
}

.shortcode-pullquote:after,.shortcode-action-bg:before {
    color: #fff;
    background-color: var(--the7-accent-color)
}

blockquote.shortcode-blockquote {
    border-color: var(--the7-divider-color)
}

.sidebar blockquote.shortcode-blockquote,.sidebar-content blockquote.shortcode-blockquote {
    border-color: rgb(102 102 102 / .15)
}

.footer blockquote.shortcode-blockquote {
    border-color: rgb(102 102 102 / .15)
}

blockquote:not(.elementor-blockquote),blockquote:not(.elementor-blockquote) *,.shortcode-pullquote,.wp-block-quote cite {
    color: var(--the7-title-color)
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget blockquote:not(.elementor-blockquote),.dt-mega-menu .dt-mega-parent .sidebar-content .widget blockquote:not(.elementor-blockquote) *,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .shortcode-pullquote,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .wp-block-quote cite {
    color: #222
}

.sidebar-content blockquote:not(.elementor-blockquote),.sidebar-content blockquote:not(.elementor-blockquote) *,.sidebar-content .shortcode-pullquote,.sidebar-content .wp-block-quote cite {
    color: #000
}

.footer blockquote:not(.elementor-blockquote),.footer blockquote:not(.elementor-blockquote) *,.footer .shortcode-pullquote,.footer .wp-block-quote cite {
    color: #000
}

blockquote:not(.wp-block-quote):not(.elementor-blockquote) {
    color: var(--the7-h5-color);
    font: var(--the7-h5-font);
    text-transform: var(--the7-h5-text-transform)
}

.plain-bg {
    border-color: var(--the7-divider-color)
}

.sidebar .plain-bg,.sidebar-content .plain-bg {
    border-color: rgb(102 102 102 / .15)
}

.footer .plain-bg {
    border-color: rgb(102 102 102 / .15)
}

.slider-wrapper.arrows-accent .owl-prev i,.slider-wrapper.arrows-accent .owl-next i {
    background-color: rgb(153 153 153 / .9)
}

.elementor-widget-the7_photo-scroller .scroller-arrow i,.elementor-widget-the7_photo-scroller .scroller-arrow:hover i {
    color: var(--the7-accent-color)
}

.elementor-widget-the7_photo-scroller .scroller-arrow svg,.elementor-widget-the7_photo-scroller .scroller-arrow:hover svg {
    color: var(--the7-accent-color);
    fill: var(--the7-accent-color)
}

.slider-wrapper.arrows-accent .owl-prev:hover i,.slider-wrapper.arrows-accent .owl-next:hover i {
    color: #fff;
    background-color: var(--the7-accent-color)
}

.dt-owl-item .post.bg-on {
    box-shadow: none
}

.dt-owl-item .post.bg-on:before {
    background-color: var(--the7-content-boxes-bg)
}

.outline-element-decoration .dt-owl-item .post.bg-on:before {
    box-shadow: inset 0 0 0 1px #fff0
}

.shadow-element-decoration .dt-owl-item .post.bg-on:before {
    box-shadow: 0 6px 18px rgb(0 0 0 / .1)
}

input::-webkit-input-placeholder {
    color: var(--the7-input-color);
    opacity: var(--the7-form-placeholder-opacity,.5)
}

input:-moz-placeholder {
    color: var(--the7-input-color);
    opacity: var(--the7-form-placeholder-opacity,.5)
}

textarea::-webkit-input-placeholder {
    color: var(--the7-input-color);
    opacity: var(--the7-form-placeholder-opacity,.5)
}

textarea:-moz-placeholder {
    color: var(--the7-input-color);
    opacity: var(--the7-form-placeholder-opacity,.5)
}

input:focus::-webkit-input-placeholder {
    opacity: var(--the7-form-placeholder-opacity-focus,.15)
}

input:focus:-moz-placeholder {
    opacity: var(--the7-form-placeholder-opacity-focus,.15)
}

textarea:focus::-webkit-input-placeholder {
    opacity: var(--the7-form-placeholder-opacity-focus,.15)
}

textarea:focus:-moz-placeholder {
    opacity: var(--the7-form-placeholder-opacity-focus,.15)
}

.form-fields label,.comment-form label:not([for="wp-comment-cookies-consent"]) {
    color: var(--the7-input-color)
}

input[type="text"],.widget_search input[type="text"].searchform-s,input[type="search"],input[type="tel"],input[type="url"],input[type="email"],input[type="number"],input[type="date"],input[type="range"],input[type="password"],select,textarea,.wpcf7-number,.woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select,.the7-elementor-product-comments .elementor-field-textual,.elementor-field-group .elementor-field-textual,.elementor-field-group .elementor-select-wrapper select {
    color: var(--the7-input-color);
    font: var(--the7-form-md-font);
    border-style: var(--the7-form-border);
    border-top-width: var(--the7-top-input-border-width);
    border-right-width: var(--the7-right-input-border-width);
    border-bottom-width: var(--the7-bottom-input-border-width);
    border-left-width: var(--the7-left-input-border-width);
    padding: var(--the7-top-input-padding) var(--the7-right-input-padding) var(--the7-bottom-input-padding) var(--the7-left-input-padding);
    border-color: var(--the7-input-border-color);
    background-color: var(--the7-input-bg-color);
    border-radius: var(--the7-input-border-radius);
    box-shadow: var(--the7-form-shadow);
    transition: all 0.3s ease
}

input[type="text"]:focus,.widget_search input[type="text"].searchform-s:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="url"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="date"]:focus,input[type="range"]:focus,input[type="password"]:focus,select:focus,textarea:focus,.wpcf7-number:focus,.woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select:focus,.the7-elementor-product-comments .elementor-field-textual:focus,.elementor-field-group .elementor-field-textual:focus,.elementor-field-group .elementor-select-wrapper select:focus {
    box-shadow: var(--the7-form-shadow-focus)
}

.content input[type="text"],.content .widget_search input[type="text"].searchform-s,.content input[type="search"],.content input[type="tel"],.content input[type="url"],.content input[type="email"],.content input[type="number"],.content input[type="date"],.content input[type="range"],.content input[type="password"],.content select,.content textarea,.content .wpcf7-number,.content .woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select,.content .the7-elementor-product-comments .elementor-field-textual,.content .elementor-field-group .elementor-field-textual,.content .elementor-field-group .elementor-select-wrapper select {
    font-size: var(--the7-form-md-font-size);
    line-height: var(--the7-form-md-line-height)
}

.content .elementor-field-group .elementor-select-wrapper select {
    font-size: inherit;
    line-height: inherit
}

input:-webkit-autofill {
    transition: background-color 99999s ease-in-out 0s
}

input[type="text"],.widget_search input[type="text"].searchform-s,input[type="search"],input[type="tel"],input[type="url"],input[type="email"],input[type="number"],input[type="date"],input[type="range"],input[type="password"],select,.wpcf7-number,.tinvwl-input-group .form-control,.woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select {
    min-height: var(--the7-input-height)
}

.formError+input,.formError+textarea {
    border-color: #f55b5f
}

select:focus,.woocommerce div.product.elementor form.cart table.variations td.value:focus:before {
    outline: 0 solid #fff0;
    box-shadow: 0 0 0 1px rgb(0 0 0 / .1) inset
}

.widget .dt-form .dt-btn,.dt-form .dt-btn,.comment-form .dt-btn {
    font: var(--the7-btn-m-font);
    text-transform: var(--the7-btn-m-text-transform);
    letter-spacing: var(--the7-btn-m-letter-spacing);
    word-spacing: var(--the7-btn-m-word-spacing);
    border-radius: var(--the7-btn-m-border-radius);
    padding: var(--the7-btn-m-padding)
}

input[type="submit"]:not([name="update_cart"]):not(.woocommerce-widget-layered-nav-dropdown__submit),.post-password-form input[type="submit"],.mc4wp-form input[type="submit"],div.mc4wp-form button[type="submit"],.tml-submit-wrap input[type="submit"],.wpcf7-form input[type="submit"] {
    font: var(--the7-btn-m-font);
    text-transform: var(--the7-btn-m-text-transform);
    letter-spacing: var(--the7-btn-m-letter-spacing);
    word-spacing: var(--the7-btn-m-word-spacing);
    border-radius: var(--the7-btn-m-border-radius);
    padding: var(--the7-btn-m-padding);
    min-width: var(--the7-btn-m-min-width);
    min-height: var(--the7-btn-m-min-height)
}

.popup-message-style .parentFormundefined,.inline-message-style .parentFormundefined,.popup-message-style .wpcf7-mail-sent-ok,.inline-message-style .wpcf7-mail-sent-ok,.popup-message-style .wpcf7-validation-errors,.inline-message-style .wpcf7-validation-errors,.popup-message-style .wpcf7-response-output,.inline-message-style .wpcf7-response-output {
    background: var(--the7-accent-color)
}

.parentFormundefined .formErrorContent,.wpcf7-mail-sent-ok .formErrorContent,.wpcf7-validation-errors .formErrorContent,.wpcf7-response-output .formErrorContent {
    font: var(--the7-base-font-big)
}

#page .parentFormundefined,.popup-message-style .parentFormundefined,.inline-message-style .parentFormundefined,#page .wpcf7-mail-sent-ok,.popup-message-style .wpcf7-mail-sent-ok,.inline-message-style .wpcf7-mail-sent-ok,#page .wpcf7-validation-errors,.popup-message-style .wpcf7-validation-errors,.inline-message-style .wpcf7-validation-errors,#page .wpcf7-response-output,.popup-message-style .wpcf7-response-output,.inline-message-style .wpcf7-response-output {
    color: #ffffff!important;
    border: none
}

#page .parentFormundefined .formErrorContent,#page .parentFormundefined .formErrorContent a,#page .parentFormundefined .close-message #page .parentFormundefined a,.popup-message-style .parentFormundefined .formErrorContent,.popup-message-style .parentFormundefined .formErrorContent a,.popup-message-style .parentFormundefined .close-message .popup-message-style .parentFormundefined a,.inline-message-style .parentFormundefined .formErrorContent,.inline-message-style .parentFormundefined .formErrorContent a,.inline-message-style .parentFormundefined .close-message .inline-message-style .parentFormundefined a,#page .wpcf7-mail-sent-ok .formErrorContent,#page .wpcf7-mail-sent-ok .formErrorContent a,#page .wpcf7-mail-sent-ok .close-message #page .wpcf7-mail-sent-ok a,.popup-message-style .wpcf7-mail-sent-ok .formErrorContent,.popup-message-style .wpcf7-mail-sent-ok .formErrorContent a,.popup-message-style .wpcf7-mail-sent-ok .close-message .popup-message-style .wpcf7-mail-sent-ok a,.inline-message-style .wpcf7-mail-sent-ok .formErrorContent,.inline-message-style .wpcf7-mail-sent-ok .formErrorContent a,.inline-message-style .wpcf7-mail-sent-ok .close-message .inline-message-style .wpcf7-mail-sent-ok a,#page .wpcf7-validation-errors .formErrorContent,#page .wpcf7-validation-errors .formErrorContent a,#page .wpcf7-validation-errors .close-message #page .wpcf7-validation-errors a,.popup-message-style .wpcf7-validation-errors .formErrorContent,.popup-message-style .wpcf7-validation-errors .formErrorContent a,.popup-message-style .wpcf7-validation-errors .close-message .popup-message-style .wpcf7-validation-errors a,.inline-message-style .wpcf7-validation-errors .formErrorContent,.inline-message-style .wpcf7-validation-errors .formErrorContent a,.inline-message-style .wpcf7-validation-errors .close-message .inline-message-style .wpcf7-validation-errors a,#page .wpcf7-response-output .formErrorContent,#page .wpcf7-response-output .formErrorContent a,#page .wpcf7-response-output .close-message #page .wpcf7-response-output a,.popup-message-style .wpcf7-response-output .formErrorContent,.popup-message-style .wpcf7-response-output .formErrorContent a,.popup-message-style .wpcf7-response-output .close-message .popup-message-style .wpcf7-response-output a,.inline-message-style .wpcf7-response-output .formErrorContent,.inline-message-style .wpcf7-response-output .formErrorContent a,.inline-message-style .wpcf7-response-output .close-message .inline-message-style .wpcf7-response-output a {
    color: #fff
}

#page .parentFormundefined:before,.popup-message-style .parentFormundefined:before,.inline-message-style .parentFormundefined:before,#page .wpcf7-mail-sent-ok:before,.popup-message-style .wpcf7-mail-sent-ok:before,.inline-message-style .wpcf7-mail-sent-ok:before,#page .wpcf7-validation-errors:before,.popup-message-style .wpcf7-validation-errors:before,.inline-message-style .wpcf7-validation-errors:before,#page .wpcf7-response-output:before,.popup-message-style .wpcf7-response-output:before,.inline-message-style .wpcf7-response-output:before {
    color: #fff
}

.comment-form-cookies-consent label,.form-terms-text {
    font-size: var(--the7-text-small-font-size);
    line-height: var(--the7-text-small-line-height)
}

select:not(.elementor-field),.woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select:not(.elementor-field) {
    -webkit-appearance: none!important;
    -moz-appearance: none;
    background-image: linear-gradient(45deg,transparent 50%,var(--the7-input-color) 50%),linear-gradient(135deg,var(--the7-input-color) 50%,transparent 50%);
    background-position: calc(100% - var(--the7-right-input-padding) - 5px) 50%,calc(100% - var(--the7-right-input-padding)) 50%,100% 0;
    background-size: 5px 5px,5px 5px,2.5em 2.5em;
    background-repeat: no-repeat;
    padding-right: calc(var(--the7-right-input-padding) + 15px)
}

.woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select:not(.elementor-field) {
    background-image: linear-gradient(45deg,transparent 50%,var(--the7-input-color) 50%),linear-gradient(135deg,var(--the7-input-color) 50%,transparent 50%);
    background-position: calc(100% - var(--the7-right-input-padding) - 4px) 50%,calc(100% - var(--the7-right-input-padding)) 50%,100% 0;
    background-size: 4px 4px,4px 4px,2.5em 2.5em;
    background-repeat: no-repeat
}

.dt-arrow-border-on .owl-carousel .owl-nav div:not(:hover):before {
    border-color: var(--the7-accent-color)
}

.dt-arrow-hover-border-on.owl-carousel .owl-nav div:hover:after,.dt-arrow-border-on.owl-carousel .owl-nav div:hover:after {
    border-color: var(--the7-accent-color)
}

.arrows-bg-on.owl-carousel .owl-nav div:before {
    background-color: var(--the7-accent-color);
    border-color: var(--the7-accent-color)
}

.arrows-hover-bg-on.owl-carousel .owl-nav div:after {
    background-color: var(--the7-accent-color)
}

.owl-carousel .owl-nav svg {
    fill: var(--the7-accent-color);
    color: var(--the7-accent-color)
}

.owl-carousel .owl-nav i,.owl-carousel .owl-nav i:before {
    color: var(--the7-accent-color)
}

.owl-carousel .owl-nav div:hover svg {
    fill: var(--the7-accent-color);
    color: var(--the7-accent-color)
}

.owl-carousel .owl-nav div:hover i {
    color: var(--the7-accent-color)
}

.owl-carousel.bullets-scale-up .owl-dot span,.owl-carousel.bullets-scale-up .owl-dot:not(.active):hover span,.owl-carousel.bullets-scale-up .owl-dot.active span {
    background: var(--the7-accent-color)
}

.owl-carousel.bullets-stroke .owl-dot:not(.active) span,.owl-carousel.bullets-stroke .owl-dot:not(.active):hover span {
    background: var(--the7-accent-color)
}

.owl-carousel.bullets-stroke .owl-dot.active span {
    box-shadow: 0 0 0 2px var(--the7-accent-color)
}

.owl-carousel.bullets-fill-in .owl-dot span,.owl-carousel.bullets-fill-in .owl-dot:not(.active):hover span,.owl-carousel.bullets-fill-in .owl-dot.active span {
    box-shadow: inset 0 0 0 2px var(--the7-accent-color)
}

.owl-carousel.bullets-small-dot-stroke .owl-dot span,.owl-carousel.bullets-small-dot-stroke .owl-dot:not(.active):hover span,.owl-carousel.bullets-small-dot-stroke .owl-dot.active span {
    background: var(--the7-accent-color)
}

.owl-carousel.bullets-small-dot-stroke .owl-dot.active {
    box-shadow: 0 0 0 2px var(--the7-accent-color)
}

.owl-carousel.bullets-ubax .owl-dot span,.owl-carousel.bullets-ubax .owl-dot:not(.active):hover span {
    background: var(--the7-accent-color)
}

.owl-carousel.bullets-ubax .owl-dot.active span {
    border-color: var(--the7-accent-color)
}

.owl-carousel.bullets-etefu .owl-dot span,.owl-carousel.bullets-etefu .owl-dot:not(.active):hover span,.owl-carousel.bullets-etefu .owl-dot span:before {
    background: var(--the7-accent-color)
}

.dt-owl-item-icon i {
    color: var(--the7-accent-color)
}

.dt-owl-item-icon svg {
    fill: var(--the7-accent-color);
    color: var(--the7-accent-color)
}

.text-and-icon-carousel .owl-nav i,.testimonials-carousel .owl-nav i,.text-and-icon-carousel .owl-nav a:hover i,.testimonials-carousel .owl-nav a:hover i,.text-and-icon-carousel .owl-nav i:before,.testimonials-carousel .owl-nav i:before {
    background: none;
    color: var(--the7-accent-color)
}

.dt-owl-item-icon:before,.dt-owl-item-icon:after,.text-and-icon-carousel .owl-nav a,.text-and-icon-carousel .owl-nav a:hover,.testimonials-carousel .owl-nav a,.testimonials-carousel .owl-nav a:hover {
    border-color: var(--the7-accent-color)
}

.full-width-wrap .dt-shortcode .filter {
    width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.filter {
    margin-bottom: 40px
}

.paginator {
    margin-top: 40px
}

.filter-categories a,.filter-categories .customSelect {
    font: 15px / 19px "Merriweather",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none
}

.filter a,.filter a *,.filter .customSelect {
    color: var(--the7-title-color)
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .filter a,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .filter a *,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .filter .customSelect {
    color: #222
}

.sidebar-content .filter a,.sidebar-content .filter a *,.sidebar-content .filter .customSelect {
    color: #000
}

.footer .filter a,.footer .filter a *,.footer .filter .customSelect {
    color: #000
}

.filter svg {
    fill: var(--the7-h5-color);
    color: var(--the7-h5-color)
}

.filter-categories a,.filter-extras>div {
    padding: 5px 0 5px 0;
    margin: 0 15px 0 15px
}

.filter:not(.filter-bg-decoration):not(.filter-underline-decoration) .filter-categories a:hover,.filter:not(.filter-bg-decoration):not(.filter-underline-decoration) .filter-categories a.act {
    color: var(--the7-accent-color)
}

.filter-bg-decoration .filter-categories a {
    border-radius: 100px
}

.filter-bg-decoration .filter-categories a:not(.act):hover {
    color: var(--the7-accent-color)
}

.filter-bg-decoration .filter-categories a:after {
    display: none
}

.filter-bg-decoration .filter-categories a.act {
    color: #fff
}

.filter-bg-decoration .filter-categories a.act {
    color: #fff;
    background-color: var(--the7-accent-color);
    border-radius: 100px
}

.filter-underline-decoration .filter-categories a:after {
    color: #fff;
    background-color: var(--the7-accent-color);
    height: 1px
}

.filter-switch {
    background-color: rgb(153 153 153 / .2)
}

.filter:not(.filter-bg-decoration) .filter-categories a.act:after,.filter-switch-toggle {
    background-color: var(--the7-accent-color)
}

.paginator a,.paginator a * {
    color: var(--the7-title-color)
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .paginator a,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .paginator a * {
    color: #222
}

.sidebar-content .paginator a,.sidebar-content .paginator a * {
    color: #000
}

.footer .paginator a,.footer .paginator a * {
    color: #000
}

.paginator .button-caption:before {
    background: var(--the7-title-color)
}

.paginator .button-load-more,.paginator .loading-ready {
    font-size: var(--the7-base-font-size);
    line-height: var(--the7-base-line-height)
}

.paginator .button-load-more {
    border-color: rgb(0 0 0 / .1);
    font-size: var(--the7-base-font-size);
    line-height: var(--the7-base-line-height)
}

.paginator .button-load-more.animate-load,.paginator .button-load-more:hover {
    border-color: rgb(0 0 0 / .21)
}

.paginator .button-load-more.animate-load .stick,.paginator .button-load-more.button-lazy-loading .stick {
    border-top-color: var(--the7-h5-color);
    border-right-color: var(--the7-h5-color)
}

.paginator:not(.paginator-more-button) a {
    font-size: var(--the7-text-big-font-size);
    line-height: var(--the7-text-big-line-height);
    color: var(--the7-title-color)
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .paginator:not(.paginator-more-button) a {
    color: #222
}

.sidebar-content .paginator:not(.paginator-more-button) a {
    color: #000
}

.footer .paginator:not(.paginator-more-button) a {
    color: #000
}

.paginator:not(.paginator-more-button) a:after {
    background-color: var(--the7-accent-color)
}

#footer.solid-bg {
    background: #fff none repeat center top
}

#footer.footer-outline-decoration {
    border-top: 1px solid rgb(129 215 66 / .96)
}

.wf-container-footer,.footer.full-width-line {
    border-top: 1px solid #fff
}

.header-side-left.footer-overlap.boxed-layout:not(.sticky-header) #footer,.header-side-right.footer-overlap.boxed-layout:not(.sticky-header) #footer {
    max-width: 1560px
}

#footer .wf-container-footer {
    padding-top: 0;
    padding-bottom: 0
}

#footer .wf-container {
    margin: 0 -30px
}

.footer .widget {
    color: #666;
    padding: 0 30px
}

.footer .widget,.footer .tp_recent_tweets li {
    font: var(--the7-widget-content-font);
    text-transform: var(--the7-widget-content-text-transform);
    letter-spacing: var(--the7-widget-content-letter-spacing);
    text-decoration: var(--the7-widget-content-text-decoration)
}

#footer.full-width>.wf-wrap,#footer.full-width #bottom-bar>.wf-wrap {
    width: 100%
}

#footer>.wf-wrap,#footer #bottom-bar>.wf-wrap {
    padding: 0 0 0 0
}

#bottom-bar.solid-bg {
    background: rgb(255 255 255 / .12) none repeat center top
}

.wf-container-bottom,#bottom-bar.full-width-line {
    border-top: 1px solid rgb(255 255 255 / .12)
}

.wf-container-bottom {
    padding: 10px 0 10px 0;
    min-height: 60px
}

#bottom-bar {
    font-size: var(--the7-text-small-font-size);
    line-height: var(--the7-text-small-line-height);
    color: #eee
}

#bottom-bar .mini-nav li:before {
    border-left-color: #38393a
}

.footer-sub-nav>li.act>a .menu-text,.footer-sub-nav>li:not(.act):hover>a .menu-text,.footer-sub-nav>li.act>a .subtitle-text,.footer-sub-nav>li:not(.act):hover>a .subtitle-text {
    color: var(--the7-accent-color)
}

#bottom-bar a,#bottom-bar .mini-nav .customSelect,#bottom-bar .menu-select {
    color: #eee
}

#bottom-bar .menu-select svg {
    fill: #eee;
    color: #eee
}

#bottom-bar .mini-search,#bottom-bar .mini-contacts:before {
    background-color: #fff
}

#branding-bottom {
    padding: 0 0 0 0
}

.no-avatar,.testim-no-avatar {
    border: 1px solid;
    border-color: var(--the7-divider-color)
}

.sidebar .no-avatar,.sidebar-content .no-avatar,.sidebar .testim-no-avatar,.sidebar-content .testim-no-avatar {
    border-color: rgb(102 102 102 / .15)
}

.footer .no-avatar,.footer .testim-no-avatar {
    border-color: rgb(102 102 102 / .15)
}

.testim-no-avatar svg {
    fill: var(--the7-divider-color);
    color: var(--the7-divider-color)
}

.no-avatar,.no-avatar svg,.comment-list .no-avatar:after {
    color: var(--the7-divider-color);
    fill: var(--the7-divider-color)
}

.sidebar .no-avatar,.sidebar-content .no-avatar,.sidebar .no-avatar svg,.sidebar-content .no-avatar svg,.sidebar .comment-list .no-avatar:after,.sidebar-content .comment-list .no-avatar:after {
    color: rgb(102 102 102 / .15)
}

.footer .no-avatar,.footer .no-avatar svg,.footer .comment-list .no-avatar:after {
    color: rgb(102 102 102 / .15)
}

.scroll-top {
    border-radius: 0
}

input[type="text"],input[type="tel"],input[type="url"],input[type="email"],input[type="number"],input[type="date"],input[type="range"],input[type="password"],select,textarea {
    font: var(--the7-form-md-font);
    letter-spacing: var(--the7-form-md-letter-spacing);
    text-transform: var(--the7-form-md-text-transform);
    text-decoration: var(--the7-base-text-decoration)
}

.content .wpcf7-select {
    line-height: calc(var(--the7-input-height) - 14px);
    min-width: 200px
}

a.clear-form,#cancel-comment-reply-link {
    font-size: var(--the7-text-small-font-size);
    line-height: var(--the7-text-small-line-height);
    color: var(--the7-secondary-text-color)
}

.sidebar-content a.clear-form,.sidebar-content #cancel-comment-reply-link {
    color: rgb(102 102 102 / .5)
}

.footer a.clear-form,.footer #cancel-comment-reply-link {
    color: rgb(102 102 102 / .5)
}

.customSelect {
    font: var(--the7-base-font);
    background-color: rgb(102 102 102 / .08)
}

.sidebar .customSelect,.sidebar-content .customSelect {
    background-color: rgb(102 102 102 / .08)
}

.footer .customSelect {
    background-color: rgb(102 102 102 / .08)
}

.shortcode-code {
    background-color: var(--the7-content-boxes-bg)
}

.shadow-element-decoration .shortcode-code {
    box-shadow: 0 6px 18px rgb(0 0 0 / .1)
}

.outline-element-decoration .shortcode-code {
    box-shadow: inset 0 0 0 1px #fff0
}

.content table,.content td,.content th {
    /* border-color:var(--the7-divider-color); */
}

.dt-highlight {
    color: #fff;
    background-color: var(--the7-accent-color)
}

.post-content .text-secondary {
    color: rgb(102 102 102 / .5)
}

.sidebar-content .post-content .text-secondary {
    color: rgb(102 102 102 / .5)
}

.footer .post-content .text-secondary {
    color: rgb(102 102 102 / .5)
}

#page .items-grid .post-content a:hover,#page .post-content a:hover {
    color: var(--the7-accent-color)
}

.shortcode-banner-bg>* {
    line-height: var(--the7-base-line-height)
}

.layzr-bg {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E')
}

.sidebar .layzr-bg,.sidebar-content .layzr-bg {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E')
}

.footer .layzr-bg {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E')
}

.layzr-bg:not(.layzr-bg-transparent) {
    background-color: rgb(102 102 102 / .05)
}

.sidebar .layzr-bg:not(.layzr-bg-transparent),.sidebar-content .layzr-bg:not(.layzr-bg-transparent) {
    background-color: rgb(102 102 102 / .05)
}

.footer .layzr-bg:not(.layzr-bg-transparent) {
    background-color: rgb(102 102 102 / .05)
}

#page .woocom-project .layzr-bg:not(.layzr-bg-transparent) {
    background-color: #fff0
}

.pswp button.pswp__button--arrow--left,.pswp button.pswp__button--arrow--right,.pswp .pswp__button--arrow--left:before,.pswp .pswp__button--arrow--right:before {
    font-size: 48px;
    line-height: 48px;
    min-height: 48px
}

.rollover i,.post-rollover i,.rollover-video i,.enable-bg-rollover .post-thumbnail-rollover:after,.enable-bg-rollover .gallery-rollover,.enable-bg-rollover.hover-scale figure:after {
    background-color: rgb(153 153 153 / .2)
}

.hover-style-two:not(.effect-layla):not(.effect-bubba):not(.effect-sarah) .rollover-content,.buttons-on-img .rollover-content,.albums .rollover-thumbnails-on i,.dt-albums-shortcode .rollover-thumbnails-on i,.rollover-buttons-on i,.hover-scale .rollover-project:after,.hover-style-two.content-align-bottom .rollover-project:after,.portfolio-shortcode.enable-bg-rollover .post-thumbnail-rollover:after,.albums-shortcode.enable-bg-rollover .post-thumbnail-rollover:after,.enable-bg-rollover.hover-scale article:after {
    background-color: rgb(153 153 153 / .85)
}

.effect-bubba .rollover-project,.effect-layla .rollover-project,.effect-sarah .rollover-project {
    background-color: rgb(153 153 153 / .85)
}

.effect-bubba:not(.hover-color-static) .rollover-project:hover>a>img,.effect-layla:not(.hover-color-static) .rollover-project:hover>a>img,.effect-sarah:not(.hover-color-static) .rollover-project:hover>a>img {
    opacity: .3
}

.hover-color-static:not(.effect-layla):not(.effect-bubba):not(.effect-sarah) .rollover-content,.accent-gradient .hover-color-static:not(.effect-layla):not(.effect-bubba):not(.effect-sarah) .rollover-content,.hover-color-static.hover-scale .rollover-project:after,.hover-color-static.hover-style-two.content-align-bottom .rollover-project:after {
    background-color: rgb(0 0 0 / .65);
    background-image: none
}

.hover-color-static.effect-bubba .rollover-project,.hover-color-static.effect-layla .rollover-project,.hover-color-static.effect-sarah .rollover-project {
    background-color: #000;
    background-image: none
}

.hover-color-static .buttons-on-img i,.hover-color-static .rollover i,.hover-color-static .rollover-video i,.hover-color-static .rollover.rollover-thumbnails-on i,#page .hover-color-static .buttons-on-img .rollover-content {
    background-color: rgb(0 0 0 / .35);
    background-image: none
}

.rollover-thumbnails span:first-child i {
    color: #fff;
    background-color: var(--the7-accent-color)
}

.gallery-shortcode .gallery-zoom-ico,.blog-shortcode .gallery-zoom-ico,.blog-carousel-shortcode .gallery-zoom-ico {
    border-color: var(--the7-accent-color)
}

.gallery-shortcode .gallery-zoom-ico span,.gallery-shortcode .gallery-zoom-ico:before,.blog-shortcode .gallery-zoom-ico span,.blog-shortcode .gallery-zoom-ico:before,.blog-carousel-shortcode .gallery-zoom-ico span,.blog-carousel-shortcode .gallery-zoom-ico:before {
    color: var(--the7-accent-color)
}

.dt-icon-bg-on.gallery-shortcode .gallery-zoom-ico,.dt-icon-bg-on.blog-shortcode .gallery-zoom-ico,.dt-icon-bg-on.blog-carousel-shortcode .gallery-zoom-ico {
    background-color: var(--the7-accent-color)
}

.albums-shortcode .album-zoom-ico {
    border-color: var(--the7-accent-color)
}

.albums-shortcode .album-zoom-ico span {
    color: var(--the7-accent-color)
}

.dt-icon-bg-on.albums-shortcode .album-zoom-ico {
    background-color: var(--the7-accent-color)
}

.rollover-content {
    line-height: var(--the7-base-line-height)
}

.rollover-content h2.entry-title {
    color: var(--the7-title-color)
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .rollover-content h2.entry-title {
    color: #222
}

.sidebar-content .rollover-content h2.entry-title {
    color: #000
}

.footer .rollover-content h2.entry-title {
    color: #000
}

.portfolio-categories a,.portfolio-categories a *,.portfolio-categories span {
    color: var(--the7-secondary-text-color)
}

.gform_wrapper .gsection {
    border-bottom-style: solid!important;
    border-bottom-width: var(--the7-bottom-input-border-width);
    border-bottom-color: var(--the7-divider-color)
}

.gform_wrapper .ginput_complex label,.gform_wrapper .gfield_time_hour label,.gform_wrapper .gfield_time_minute label,.gform_wrapper .gfield_date_month label,.gform_wrapper .gfield_date_day label,.gform_wrapper .gfield_date_year label,.gform_wrapper .instruction {
    font-size: var(--the7-text-small-font-size);
    color: rgb(102 102 102 / .45)
}

#main .gform_wrapper span.ginput_total,#main .gform_wrapper .gfield_required,#main .gform_wrapper .ginput_left input:focus+label,#main .gform_wrapper .ginput_right input:focus+label,#main .gform_wrapper .ginput_full input:focus+label {
    color: var(--the7-accent-color)
}

.gform_wrapper h3.gform_title,.gform_wrapper .gsection .gfield_label,.gform_wrapper h2.gsection_title,h3.gform_title,form.mc4wp-form label {
    color: var(--the7-title-color)
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .gform_wrapper h3.gform_title,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .gform_wrapper .gsection .gfield_label,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .gform_wrapper h2.gsection_title,.dt-mega-menu .dt-mega-parent .sidebar-content .widget h3.gform_title,.dt-mega-menu .dt-mega-parent .sidebar-content .widget form.mc4wp-form label {
    color: #222
}

.sidebar-content .gform_wrapper h3.gform_title,.sidebar-content .gform_wrapper .gsection .gfield_label,.sidebar-content .gform_wrapper h2.gsection_title,.sidebar-content h3.gform_title,.sidebar-content form.mc4wp-form label {
    color: #000
}

.footer .gform_wrapper h3.gform_title,.footer .gform_wrapper .gsection .gfield_label,.footer .gform_wrapper h2.gsection_title,.footer h3.gform_title,.footer form.mc4wp-form label {
    color: #000
}

h3.gform_title,.gform_wrapper h3.gform_title {
    color: var(--the7-h3-color);
    font: var(--the7-h3-font);
    text-transform: var(--the7-h3-text-transform)
}

.gform_wrapper .gsection .gfield_label,.gform_wrapper h2.gsection_title {
    color: var(--the7-h4-color);
    font: var(--the7-h4-font);
    text-transform: var(--the7-h4-text-transform)
}

#main .gform_wrapper textarea,.gform_wrapper .top_label .gfield_label {
    font: var(--the7-base-font)
}

.ngg-albumoverview .ngg-album,.wpb_separator.wpb_content_element,.vc_text_separator {
    border-color: var(--the7-divider-color)
}

.sidebar .ngg-albumoverview .ngg-album,.sidebar-content .ngg-albumoverview .ngg-album,.sidebar .wpb_separator.wpb_content_element,.sidebar-content .wpb_separator.wpb_content_element,.sidebar .vc_text_separator,.sidebar-content .vc_text_separator {
    border-color: rgb(102 102 102 / .15)
}

.footer .ngg-albumoverview .ngg-album,.footer .wpb_separator.wpb_content_element,.footer .vc_text_separator {
    border-color: rgb(102 102 102 / .15)
}

.mini-wpml {
    font: normal 20px / 24px "Arial",Helvetica,Arial,Verdana,sans-serif
}

.branding .mini-wpml,.mixed-header .mini-wpml,.classic-header .mobile-mini-widgets .mini-wpml {
    font: 20px / 24px "Arial",Helvetica,Arial,Verdana,sans-serif
}

.top-bar .mini-wpml {
    font: 300 14px / 20px "Nunito Sans",Helvetica,Arial,Verdana,sans-serif
}

.dt-mobile-header .mini-wpml {
    font: 300 14px / 18px "Nunito Sans",Helvetica,Arial,Verdana,sans-serif
}

.popup-message-style .wpcf7-validation-errors,.popup-message-style .wpcf7-mail-sent-ok,.popup-message-style .wpcf7-response-output {
    background-color: var(--the7-accent-color)
}

.wpcf7-validation-errors .wpcf7-not-valid-tip-text,.wpcf7-validation-errors .wpcf7-valid-tip-text,.wpcf7-mail-sent-ok .wpcf7-not-valid-tip-text,.wpcf7-mail-sent-ok .wpcf7-valid-tip-text,.wpcf7-response-output .wpcf7-not-valid-tip-text,.wpcf7-response-output .wpcf7-valid-tip-text {
    font: var(--the7-base-font-big)
}

.asp_product_name {
    color: var(--the7-h3-color);
    font: var(--the7-h3-font);
    text-transform: var(--the7-h3-text-transform)
}

.transparent:not(.photo-scroller-album):not(.phantom-sticky) .masthead.line-decoration:not(.masthead-mobile-header) {
    border-bottom: 1px solid rgb(255 255 255 / .25)
}

.transparent:not(.photo-scroller-album) .masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on),.transparent .sticky-on.masthead.masthead-mobile {
    border: none;
    box-shadow: none!important
}

.transparent .masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .top-bar.line-content:after,.transparent .masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .top-bar.full-width-line:after {
    border-bottom-color: rgb(255 255 255 / .25)
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets>*,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets .mini-nav>ul:not(.mini-sub-nav)>li>a *,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mobile-mini-widgets .mini-nav>ul:not(.mini-sub-nav)>li>a *,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets .text-area a,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-nav>ul:not(.mini-sub-nav)>li>a:hover,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .submit,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .searchform>.search-icon i,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-login .submit,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-login .submit i {
    color: #fff
}

.dt-wpml.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-wpml .wpml-ls-current-language>a,.dt-wpml.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-wpml .wpml-ls-legacy-list-horizontal a,.dt-wpml.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-wpml .wpml-ls-legacy-list-vertical a {
    color: #fff
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .branding,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .branding .mini-widgets>*:not(.sub-nav),.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets>*,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .submit,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .submit i,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-nav .customSelectInner,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-nav .customSelectInner i,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets .text-area a,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets .text-area *,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mobile-mini-widgets>*,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mobile-branding *,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-contacts * {
    color: #fff
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .submit:hover {
    color: rgb(255 255 255 / .7)!important
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on:not(.sticky-top-line-on)) .popup-search .submit:hover i,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on:not(.sticky-top-line-on)) .overlay-search .submit:hover i {
    color: rgb(255 255 255 / .7)!important
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .classic-search input[type="text"] {
    background: rgb(255 255 255 / .25);
    border-color: rgb(255 255 255 / .3)
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .animate-search-width input.field {
    background: rgb(255 255 255 / .25);
    border-color: rgb(255 255 255 / .3)
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .animate-search-width input,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .classic-search input[type=text],.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .classic-search input::placeholder,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .animate-search-width input::placeholder {
    color: #fff!important
}

.transparent .classic-header.content-width-line:not(.sticky-on) .navigation:before,.transparent .classic-header.full-width-line:not(.sticky-on) .navigation:before,.transparent .classic-header.bg-behind-menu:not(.sticky-on) .navigation:before {
    background-color: rgb(255 255 255 / .25);
    background-image: none
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav>li>a,.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav>li>a .menu-text,.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav>li>a .subtitle-text,.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav>li>a:hover span,.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav>li.act>a>span {
    color: #fff!important;
    background: none
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav>li>a>span>span.menu-subtitle,.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav>li:hover>a>span>span.menu-subtitle {
    color: rgb(255 255 255 / .5)
}

.light-preset-color.masthead:not(.side-header):not(#phantom):not(.sticky-on).dividers .main-nav>li:before,.light-preset-color.masthead:not(.side-header):not(#phantom):not(.sticky-on).dividers.surround .main-nav>li:before,.light-preset-color.masthead:not(.side-header):not(#phantom):not(.sticky-on).dividers .main-nav>li:last-child:after,.light-preset-color.masthead:not(.side-header):not(#phantom):not(.sticky-on).dividers.surround .main-nav>li:last-child:after {
    border-color: rgb(255 255 255 / .25)
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on) .hover-outline-decoration>li:not(.act):hover>a,.light-preset-color.masthead:not(#phantom):not(.sticky-on) .active-outline-decoration>li.act>a,.light-preset-color.masthead:not(#phantom):not(.sticky-on) .hover-outline-decoration>li.dt-hovered:not(.act)>a {
    border-color: rgb(255 255 255 / .25)
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on) .hover-bg-decoration>li:not(.act)>a:hover,.light-preset-color.accent-gradient.masthead:not(#phantom):not(.sticky-on) .hover-bg-decoration>li:not(.act)>a:hover,.light-preset-color.masthead:not(#phantom):not(.sticky-on) .hover-bg-decoration>li.dt-hovered:not(.act)>a,.light-preset-color.accent-gradient.masthead:not(#phantom):not(.sticky-on) .hover-bg-decoration>li.dt-hovered:not(.act)>a,.light-preset-color.masthead:not(#phantom):not(.sticky-on) .active-bg-decoration>li.act>a,.light-preset-color.accent-gradient.masthead:not(#phantom):not(.sticky-on) .active-bg-decoration>li.act>a {
    background-color: rgb(255 255 255 / .25);
    background-image: none
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .l-to-r-line>li>a i.underline,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .from-centre-line>li>a .menu-item-text:before,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .upwards-line>li>a .menu-item-text:before,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .downwards-line>li>a .menu-item-text:before,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .active-line-decoration>li.act>a .decoration-line,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .hover-line-decoration>li>a:hover .decoration-line,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .hover-line-decoration>li.dt-hovered:not(.act)>a .decoration-line,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .dt-mobile-menu-icon .lines,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .dt-mobile-menu-icon .lines:before,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .dt-mobile-menu-icon .lines:after {
    background-color: #fff;
    background-image: none
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .menu-line:after,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .menu-line:before {
    background: #ffffff!important
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).mobile-menu-icon-bg-on .dt-mobile-menu-icon:not(.floating-btn):before {
    background: rgb(255 255 255 / .3)!important
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).mobile-menu-icon-hover-bg-on .dt-mobile-menu-icon:not(.floating-btn):after {
    background: rgb(255 255 255 / .25)!important
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).mobile-menu-icon-hover-border-enable .dt-mobile-menu-icon:not(.floating-btn):after {
    border-color: rgb(255 255 255 / .25)!important
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on):not(.animate-color-mobile-menu-icon):not(.two-line-mobile-menu-icon) .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line {
    background: #ffffff!important
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).hamburger-bg-enable .menu-toggle:before {
    background: rgb(255 255 255 / .3)!important
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).mobile-menu-icon-border-enable .dt-mobile-menu-icon:not(.floating-btn):before {
    border-color: rgb(255 255 255 / .3)!important
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).hamburger-bg-hover-enable .menu-toggle:after {
    background: rgb(255 255 255 / .25)!important
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).hamburger-border-enable .menu-toggle:before {
    border-color: rgb(255 255 255 / .3)!important
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).hamburger-border-hover-enable .menu-toggle:after {
    border-color: rgb(255 255 255 / .25)!important
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav.level-arrows-on>li.has-children>a .menu-text:after,.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav.level-arrows-on>li.has-children:not(.act)>a:hover .menu-text:after,.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav.level-arrows-on>li.has-children.act>a .menu-text:after {
    background: white!important
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico.disabled-bg a:before {
    background-color: transparent!important
}

.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.custom-bg a,.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.accent-bg a,.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.gradient-bg a {
    box-shadow: none!important
}

.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.custom-bg a:before,.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.accent-bg a:before,.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.gradient-bg a:before {
    background: rgb(255 255 255 / .25)!important;
    background-image: none!important
}

.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.hover-gradient-bg a,.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.hover-custom-bg a,.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.hover-accent-bg a {
    box-shadow: none!important
}

.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.hover-gradient-bg a:after,.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.hover-custom-bg a:after,.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.hover-accent-bg a:after {
    background: rgb(255 255 255 / .45)!important
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico.hover-disabled-bg a:after {
    background-color: transparent!important;
    box-shadow: none!important
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico a .soc-font-icon,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico a:hover .soc-font-icon {
    color: #fff!important;
    background: none
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico.border-on a:before {
    box-shadow: inset 0 0 0 0 rgb(255 255 255 / .25)
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico.hover-border-on a:hover:after,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico.hover-border-on a:hover:after {
    box-shadow: inset 0 0 0 0 rgb(255 255 255 / .45)!important
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .submit:before,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .searchform>.search-icon,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-login .submit:before,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-contacts,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-nav .customSelectInner:before,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart:before,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart:before {
    color: #fff
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart {
    color: #fff
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart i,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart i {
    color: #fff
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart:hover,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart:hover {
    opacity: 1;
    color: rgb(255 255 255 / .7)
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart:hover i,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart:hover i {
    color: rgb(255 255 255 / .7)
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart>.counter,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart>.counter {
    background-color: rgb(255 255 255 / .25);
    background-image: none
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .rectangular-counter-style .wc-ico-cart>.counter:before,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .rectangular-counter-style .edd-ico-cart>.counter:before {
    border-right: 4px solid rgb(255 255 255 / .25)
}

.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart>.counter.custom-bg,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart>.counter.custom-bg {
    background-color: rgb(255 255 255 / .25)!important;
    background-image: none!important
}

.wpb_content_element .wpb_tabs_nav>li>a {
    color: var(--the7-title-color)
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .wpb_content_element .wpb_tabs_nav>li>a {
    color: #222
}

.sidebar-content .wpb_content_element .wpb_tabs_nav>li>a {
    color: #000
}

.footer .wpb_content_element .wpb_tabs_nav>li>a {
    color: #000
}

.wpb_tabs.wpb_content_element:not(.tab-style-four) .wpb_tabs_nav>li:not(.ui-state-active):hover>a,.wpb_tour.wpb_content_element:not(.tab-style-four) .wpb_tabs_nav>li:not(.ui-state-active):hover>a,.wpb_content_element.tab-style-three .wpb_tabs_nav>li.ui-tabs-active>a,.wpb_content_element.tab-style-two.wpb_tabs .wpb_tabs_nav>li.ui-tabs-active>a {
    color: #999
}

.tab-style-one.wpb_tabs .wpb_tabs_nav li {
    border-radius: 0
}

.tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),.tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover {
    background-color: var(--the7-content-boxes-bg)
}

.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover {
    box-shadow: inset 0 0 0 1px #fff0
}

.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover {
    box-shadow: 0 6px 18px rgb(0 0 0 / .1)
}

.wpb_tabs.tab-style-one .wpb_tabs_nav>li.ui-state-active {
    color: #fff;
    background-color: var(--the7-accent-color)
}

.wpb_tabs.tab-style-two {
    background-color: var(--the7-content-boxes-bg)
}

.outline-element-decoration .wpb_tabs.tab-style-two {
    box-shadow: inset 0 0 0 1px #fff0
}

.shadow-element-decoration .wpb_tabs.tab-style-two {
    box-shadow: 0 6px 18px rgb(0 0 0 / .1)
}

.wpb_tabs.tab-style-two .wpb_tabs_nav li.ui-tabs-active:before {
    background-color: #999
}

.tab-style-four.wpb_tabs {
    border-radius: 0
}

.tab-style-four.wpb_tabs {
    background-color: var(--the7-content-boxes-bg)
}

.outline-element-decoration .tab-style-four.wpb_tabs {
    box-shadow: inset 0 0 0 1px #fff0
}

.shadow-element-decoration .tab-style-four.wpb_tabs {
    box-shadow: 0 6px 18px rgb(0 0 0 / .1)
}

.tab-style-four.wpb_tabs .wpb_tabs_nav {
    background-color: #999
}

.wpb_tour.tab-style-one,.tab-style-one.wpb_tour .wpb_tabs_nav li {
    border-radius: 0
}

.tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),.tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover {
    background-color: var(--the7-content-boxes-bg)
}

.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover {
    box-shadow: inset 0 0 0 1px #fff0
}

.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover {
    box-shadow: 0 6px 18px rgb(0 0 0 / .1)
}

.wpb_tour.tab-style-one .wpb_tabs_nav>li.ui-state-active,.wpb_tour.tab-style-one .wpb_tabs_nav>li.ui-state-active:hover {
    color: #fff
}

#page .wpb_tour.tab-style-one .wpb_tabs_nav>li.ui-state-active,#page .wpb_tour.tab-style-one .wpb_tabs_nav>li.ui-state-active:hover {
    background-color: #999
}

.wpb_tour.tab-style-two .wpb_tabs_nav li.ui-tabs-active:before {
    background-color: #999
}

.tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),.wpb_tour.tab-style-two .wpb_tab {
    background-color: var(--the7-content-boxes-bg);
    border-radius: 0
}

.outline-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),.outline-element-decoration .wpb_tour.tab-style-two .wpb_tab {
    box-shadow: inset 0 0 0 1px #fff0
}

.shadow-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),.shadow-element-decoration .wpb_tour.tab-style-two .wpb_tab {
    box-shadow: 0 6px 18px rgb(0 0 0 / .1)
}

.tab-style-two.wpb_tour .wpb_tabs_nav li.ui-tabs-active {
    border-radius: 0
}

.wpb_tour.tab-style-two .wpb_tabs_nav>li.ui-state-active,.wpb_tour.tab-style-two .wpb_tabs_nav>li.ui-state-active:hover {
    color: #fff
}

#page .wpb_tour.tab-style-two .wpb_tabs_nav>li.ui-state-active,#page .wpb_tour.tab-style-two .wpb_tabs_nav>li.ui-state-active:hover {
    background-color: #999
}

.wpb_tour.tab-style-two .wpb_tabs_nav>li.ui-state-active a {
    color: #fff
}

.wpb_tour.tab-style-three .wpb_tabs_nav li,.wpb_tour.tab-style-three .wpb_tabs_nav {
    border-color: var(--the7-divider-color)
}

.sidebar .wpb_tour.tab-style-three .wpb_tabs_nav li,.sidebar-content .wpb_tour.tab-style-three .wpb_tabs_nav li,.sidebar .wpb_tour.tab-style-three .wpb_tabs_nav,.sidebar-content .wpb_tour.tab-style-three .wpb_tabs_nav {
    border-color: rgb(102 102 102 / .15)
}

.footer .wpb_tour.tab-style-three .wpb_tabs_nav li,.footer .wpb_tour.tab-style-three .wpb_tabs_nav {
    border-color: rgb(102 102 102 / .15)
}

.tab-style-four.wpb_tour {
    border-radius: 0
}

.tab-style-four.wpb_tour {
    background-color: var(--the7-content-boxes-bg)
}

.outline-element-decoration .tab-style-four.wpb_tour {
    box-shadow: inset 0 0 0 1px #fff0
}

.shadow-element-decoration .tab-style-four.wpb_tour {
    box-shadow: 0 6px 18px rgb(0 0 0 / .1)
}

.tab-style-four.wpb_tour .wpb_tabs_nav {
    background-color: #999
}

.wpb_content_element .wpb_accordion_header>a span {
    color: var(--the7-title-color)
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .wpb_content_element .wpb_accordion_header>a span {
    color: #222
}

.sidebar-content .wpb_content_element .wpb_accordion_header>a span {
    color: #000
}

.footer .wpb_content_element .wpb_accordion_header>a span {
    color: #000
}

#page .wpb_accordion .wpb_accordion_wrapper>a:hover span,#page .wpb_content_element .wpb_accordion_header a:hover span {
    color: var(--the7-accent-color)
}

.wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header {
    border-color: var(--the7-divider-color)
}

.sidebar .wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header,.sidebar-content .wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header {
    border-color: rgb(102 102 102 / .15)
}

.footer .wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header {
    border-color: rgb(102 102 102 / .15)
}

.dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
    background-color: var(--the7-content-boxes-bg)
}

.outline-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
    box-shadow: inset 0 0 0 1px #fff0
}

.shadow-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
    box-shadow: 0 6px 18px rgb(0 0 0 / .1)
}

.content .wpb_content_element.dt-style:not(.dt-accordion-bg-on) .wpb_accordion_header>a:before {
    background-color: rgb(102 102 102 / .15)
}

.wpb_content_element.dt-style:not(.dt-accordion-bg-on) .wpb_accordion_header>a:hover:after,.wpb_content_element.dt-style:not(.dt-accordion-bg-on) .ui-state-active>a:hover:after {
    color: #999
}

.vc_pie_chart .vc_pie_chart_value {
    font: var(--the7-h3-font);
    text-transform: var(--the7-h3-text-transform)
}

.vc_pie_wrapper .vc_pie_chart_back {
    border-color: rgb(0 0 0 / .1)!important
}

.dt-style.vc_progress_bar.default-bg .vc_single_bar {
    background-color: var(--the7-content-boxes-bg)
}

.outline-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar {
    box-shadow: inset 0 0 0 1px #fff0
}

.shadow-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar {
    box-shadow: 0 6px 18px rgb(0 0 0 / .1)
}

.dt-style.vc_progress_bar.outline-bg .vc_single_bar {
    box-shadow: inset 0 0 0 1px rgb(102 102 102 / .2);
    background: none
}

.dt-style.vc_progress_bar.transparent-bg .vc_single_bar {
    background-color: rgb(102 102 102 / .15)
}

.pb-style-two .vc_label,.pb-style-three .vc_label {
    color: var(--the7-title-color);
    font-size: var(--the7-text-small-font-size);
    line-height: var(--the7-text-small-line-height)
}

.dt-mega-menu .dt-mega-parent .sidebar-content .widget .pb-style-two .vc_label,.dt-mega-menu .dt-mega-parent .sidebar-content .widget .pb-style-three .vc_label {
    color: #222
}

.sidebar-content .pb-style-two .vc_label,.sidebar-content .pb-style-three .vc_label {
    color: #000
}

.footer .pb-style-two .vc_label,.footer .pb-style-three .vc_label {
    color: #000
}

#page .accent-bg:not([class*='vc_progress-bar-color']) .vc_bar {
    color: #fff;
    background-color: #999
}

.accent-icon-bg .aio-icon {
    background: #999999!important
}

.accent-icon-color .aio-icon>i {
    color: #999999!important
}

.accent-border-color .aio-icon {
    border-color: #999999!important
}

.accent-title-color .uvc-main-heading>*,.accent-title-color .aio-icon-title {
    color: #999999!important
}

.accent-subtitle-color .uvc-sub-heading,.accent-subtitle-color .aio-icon-description {
    color: #999999!important
}

.accent-subtitle-color .uvc-main-heading>*,.accent-title-color .uvc-main-heading>*,.accent-subtitle-color .uvc-sub-heading,.accent-title-color .uvc-sub-heading {
    display: inline-block
}

.accent-border-color .uvc-headings-line {
    border-color: #999999!important;
    border-top: 0;
    border-right: 0;
    border-left: 0
}

.accent-gradient .accent-border-color .uvc-headings-line {
    border-color: #fff0
}

.accent-arrow-bg .slick-arrow {
    background: #999999!important
}

#main .wpb_alert strong {
    font: normal 18px / 1.3em "Merriweather",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none
}

.uvc-heading.uvc-heading-default-font-sizes .uvc-main-heading h1 {
    line-height: 1.1em
}

.uvc-heading.uvc-heading-default-font-sizes .uvc-main-heading h2 {
    line-height: 1.2em
}

.uvc-heading.uvc-heading-default-font-sizes .uvc-main-heading h3 {
    line-height: 1.2em
}

.uvc-heading.uvc-heading-default-font-sizes .uvc-main-heading h4 {
    line-height: 1.2em
}

.uvc-heading.uvc-heading-default-font-sizes .uvc-main-heading h5 {
    line-height: 1.3em
}

.uvc-heading.uvc-heading-default-font-sizes .uvc-main-heading h6 {
    line-height: 1.3em
}

.filter-categories a,.filter-categories .customSelect {
    font: var(--the7-base-font);
    letter-spacing: var(--the7-base-letter-spacing,0);
    text-transform: var(--the7-base-text-transform,none);
    text-decoration: var(--the7-base-text-decoration)
}

#the7-body {
    --the7-woo-title-font-style: var(--the7-base-font-style,normal);
    --the7-woo-title-font-weight: var(--the7-base-font-weight,normal);
    --the7-woo-title-font-size: var(--the7-base-font-size);
    --the7-woo-title-line-height: var(--the7-base-line-height);
    --the7-woo-title-font-family: var(--the7-base-font-family);
    --the7-woo-content-font-style: var(--the7-base-font-style,normal);
    --the7-woo-content-font-weight: var(--the7-base-font-weight,normal);
    --the7-woo-content-font-size: var(--the7-base-font-size);
    --the7-woo-content-line-height: var(--the7-base-line-height);
    --the7-woo-content-font-family: var(--the7-base-font-family)
}