:root {
    --vcex-icon-xs: 12px;
    --vcex-icon-sm: 20px;
    --vcex-icon-normal: 40px;
    --vcex-icon-md: 60px;
    --vcex-icon-lg: 80px;
    --vcex-icon-xl: 100px
}

.vcex-flex-container--items_grow>* {
    flex-grow: 1
}

.vcex-flex-container--items_shrink_0>* {
    flex-shrink: 0
}

.vcex-flex-container>.vcex-button {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.vcex-flex-container>.vcex-list_item.wpex-mb-5 {
    margin-bottom: 0
}

.vcex-grid-container>:is(.wpex-float-right,.alignright) {
    float: none;
    justify-self: end
}

.vcex-grid-container>:is(.wpex-float-left,.alignleft) {
    float: none;
    justify-self: start
}

.vcex-grid-container>:is(.wpex-float-center,.aligncenter,.wpex-m-auto) {
    margin-left: initial;
    margin-right: initial;
    justify-self: center
}

.vcex-comments-hide-heading .comments-title {
    display: none
}

.vcex-comments #comments {
    margin: 0
}

.vcex-posttypes-slider-caption.over-image .entry-title a {
    color: var(--wpex-white)
}

.vcex-elementor-icon {
    display: inline-block;
    vertical-align: middle
}

.vcex-elementor-icon svg {
    height: 1em;
    width: auto;
    display: block;
    fill: currentColor
}

.vcex-elementor-icon svg:not([viewBox]) {
    height: 1em;
    width: 1em
}

.vcex-steps-item__symbol {
    height: 3em;
    width: 3em
}

ul.vcex-filter-links {
    list-style: none;
    margin: 0 0 20px
}

ul.vcex-filter-links li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px
}

ul.vcex-filter-links li:last-child {
    margin-right: 0
}

ul.vcex-filter-links .theme-txt-link {
    display: inline-block;
    margin-right: 5px
}

.vcex-filter-links.center {
    text-align: center
}

.vcex-filter-links.center li {
    display: inline-block;
    float: none
}

.vcex-spacing {
    height: var(--vcex-spacing-height, 30px)
}

.vcex-animated-text {
    min-height: 1em
}

.vcex-animated-text .vcex-ph {
    width: 1px
}

.vcex-animated-text .typed-cursor {
    font-weight: 300;
    opacity: 1;
    animation: vcex-typed-blink 0.7s infinite
}

@keyframes vcex-typed-blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.vcex-heading-bottom-border-w-color .vcex-heading-inner {
    bottom: -2px
}

.vcex-heading-graphical {
    padding: 10px 15px;
    background: linear-gradient(var(--wpex-surface-2), var(--wpex-surface-3));
    background-repeat: no-repeat;
    box-shadow: inset 0 1px 1px var(--wpex-surface-1);
    border: 1px solid var(--wpex-surface-4);
    border-radius: var(--wpex-rounded-xs)
}

.vcex-bullets ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    list-style-type: none !important;
    list-style-image: none !important
}

.vcex-bullets ul li {
    margin: 0;
    list-style-type: none
}

.vcex-bullets--horizontal {
    display: block
}

.vcex-bullets--horizontal ul {
    display: flex;
    gap: inherit;
    flex-wrap: wrap;
    justify-content: inherit
}

.vcex-bullets-check ul li,.vcex-bullets-gray ul li,.vcex-bullets-blue ul li,.vcex-bullets-red ul li,.vcex-bullets-purple ul li {
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left
}

.vcex-bullets-check ul li {
    background: url(../images/bullets/check.png) left center no-repeat
}

.vcex-bullets-gray ul li {
    background: url(../images/bullets/gray.png) left center no-repeat
}

.vcex-bullets-blue ul li {
    background: url(../images/bullets/blue.png) left center no-repeat
}

.vcex-bullets-red ul li {
    background: url(../images/bullets/red.png) left center no-repeat
}

.vcex-bullets-purple ul li {
    background: url(../images/bullets/purple.png) left center no-repeat
}

.vcex-toggle {
    --vcex-spacing: 10px;
    --vcex-border-width: 1px;
    --vcex-border-color: var(--wpex-border-main)
}

.vcex-toggle-group {
    display: grid
}

.vcex-toggle-group--w-borders .vcex-toggle {
    border-bottom: var(--vcex-border-width) solid var(--vcex-border-color)
}

.vcex-toggle-group--w-borders .vcex-toggle__trigger {
    padding-top: var(--vcex-spacing);
    padding-bottom: var(--vcex-spacing)
}

.vcex-toggle-group--w-borders .vcex-toggle__content {
    margin-top: 0;
    margin-bottom: calc(var(--vcex-spacing) + 5px)
}

.vcex-toggle-group--w-borders:where(:not(.vcex-toggle-group--no-top-border))>:where(div:first-of-type) {
    border-top: var(--vcex-border-width) solid var(--vcex-border-color)
}

.vcex-toggle-group--no-bottom-border>div:last-of-type {
    border-bottom: 0
}

.vcex-toggle__title {
    font-family: inherit;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    font-size: 1em;
    line-height: 1.4
}

.vcex-toggle__content {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1)
}

.vcex-toggle--active .vcex-toggle__icon-open {
    display: none
}

.vcex-toggle:not(.vcex-toggle--active) .vcex-toggle__icon-close {
    display: none
}

.vcex-toggle:not(.vcex-toggle--active) .vcex-toggle__content {
    display: none
}

.vcex-toggle__trigger,.vcex-toggle__trigger:hover {
    text-decoration: none
}

.vcex-leader.vcex-leader-dots .vcex-leader-item::before {
    content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ."
}

.vcex-leader.vcex-leader-dashes .vcex-leader-item::before {
    content: "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"
}

.vcex-leader-item::before {
    float: left;
    width: 0;
    white-space: nowrap
}

@media only screen and (max-width: 500px) {
    .vcex-leader.vcex-leader-dots.vcex-responsive .vcex-leader-item::before,.vcex-leader.vcex-leader-dashes.vcex-responsive .vcex-leader-item::before {
        display:none
    }

    .vcex-leader.vcex-leader-dots.vcex-responsive span,.vcex-leader.vcex-leader-dashes.vcex-responsive span {
        display: inline;
        float: none;
        width: auto;
        padding: 0
    }

    .vcex-leader.vcex-responsive span.vcex-inner {
        display: inline
    }
}

.vcex-divider-dotted:not(.vcex-divider-has-icon),.vcex-divider-dotted .vcex-divider-border {
    height: 5px;
    background-image: url(../images/dotted.png)
}

.vcex-divider-dots span {
    height: var(--vcex-divider-dot-size, 5px);
    width: var(--vcex-divider-dot-size, 5px)
}

.vcex-divider-dots--sm {
    --vcex-divider-dot-size: 3px
}

.vcex-divider-dots--md {
    --vcex-divider-dot-size: 8px
}

.vcex-divider-dots--lg {
    --vcex-divider-dot-size: 12px
}

.vcex-divider-dots--xl {
    --vcex-divider-dot-size: 17px
}

.wp-block-vcex-divider-dots .vcex-divider-dots {
    padding: var(--wpex-el-margin-bottom) 0
}

.vcex-divider-multicolor__item {
    height: 8px
}

@media screen and (max-width: 480px) {
    .vcex-multi-buttons.vcex-small-screen-full-width {
        flex-direction:column
    }

    .vcex-multi-buttons.vcex-small-screen-full-width .theme-button {
        display: block;
        width: 100% !important
    }
}

.vcex-star-rating__label--top {
    margin-bottom: var(--vcex-star-rating-label-margin, 10px)
}

.vcex-star-rating__label--inline {
    margin-right: var(--vcex-star-rating-label-margin, 5px)
}

.vcex-icon-tiny {
    font-size: var(--vcex-icon-xs)
}

.vcex-icon-small {
    font-size: var(--vcex-icon-sm)
}

.vcex-icon-normal {
    font-size: var(--vcex-icon-normal)
}

.vcex-icon-medium {
    font-size: var(--vcex-icon-md)
}

.vcex-icon-large {
    font-size: var(--vcex-icon-lg)
}

.vcex-icon-xlarge {
    font-size: var(--vcex-icon-xl)
}

.vcex-icon-box-icon {
    font-size: 28px
}

.vcex-icon-box-icon svg {
    height: 1em
}

.vcex-pricing-button a {
    display: inline-block
}

.vcex-pricing-style-default .vcex-pricing {
    border-radius: 4px 4px 0 0
}

.vcex-pricing-style-default .vcex-pricing-header {
    border-radius: 4px 4px 0 0
}

.vcex-pricing-style-default .vcex-pricing-ammount {
    color: #7dbd21
}

.vcex-pricing-style-default .vcex-pricing-cost {
    border-top: 0 !important;
    border-bottom: 0 !important
}

.vcex-pricing-style-default .vcex-pricing-button {
    border-top: 0 !important
}

.vcex-pricing-content ul {
    margin: 0;
    list-style: none
}

.vcex-pricing-content ul li {
    margin: 0 0 5px;
    padding: 0
}

.vcex-pricing-content ul li:last-child {
    margin-bottom: 0
}

.vcex-pricing-content ul li img {
    margin-right: 5px;
    display: inline-block
}

.vcex-skillbar-style-default .vcex-skillbar {
    height: 3em;
    line-height: 3em
}

.vcex-skillbar-style-alt-1 .vcex-skillbar {
    height: 2.5em;
    line-height: 2.5em
}

.vcex-login-form label {
    font-weight: var(--wpex-bold);
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.vcex-login-form input[type="text"],.vcex-login-form input[type="password"] {
    margin-top: 10px;
    width: 100%
}

.vcex-login-form #rememberme {
    margin-right: 6px
}

.vcex-login-form .pipe {
    display: inline-block;
    margin: 0 5px;
    opacity: .35
}

.vcex-login-form p.login-submit {
    margin-bottom: 0
}

.vcex-login-form .vcex-login-form-nav {
    padding-top: 20px
}

.vcex-login-form.logged-in p:last-child {
    margin: 0
}

.vcex-newsletter-form input[type="email"] {
    width: 100%;
    margin: 0;
    padding: 0 1em;
    height: 3.5em;
    border-radius: 0
}

.vcex-newsletter-form-button {
    text-transform: uppercase;
    border-radius: 0;
    padding: 0 30px;
    font-weight: var(--wpex-bold);
    font-size: var(--wpex-text-sm)
}

.vcex-newsletter-form-button--min-height {
    min-height: 45px
}

@media only screen and (max-width: 767px) {
    .vcex-newsletter-form.vcex-fullwidth-mobile form {
        display:block;
        width: 100%
    }

    .vcex-newsletter-form.vcex-fullwidth-mobile .vcex-newsletter-form-label {
        width: 100%;
        text-align: center;
        border-right-width: 1px
    }

    .vcex-newsletter-form.vcex-fullwidth-mobile input {
        text-align: center
    }

    .vcex-newsletter-form.vcex-fullwidth-mobile .vcex-newsletter-form-button {
        margin: 15px 0 0;
        width: 100%;
        height: 3.5em
    }
}

.vcex-searchbar-input[type="search"] {
    font-size: inherit;
    padding: 10px
}

.vcex-searchbar--has-clear .vcex-searchbar-input[type="search"] {
    padding-right: 30px
}

.vcex-recent-news-date {
    min-width: 60px
}

.vcex-recent-news-date .day {
    font-size: 24px
}

.vcex-recent-news-date .month {
    font-size: 11px
}

.vcex-milestone-number,.vcex-milestone-icon {
    font-size: 54px
}

body:not(.wpex-is-mobile-device) .vcex-image-swap:hover .vcex-image-swap-primary,:where(.vcex-image-swap.wpex-touched,.vcex-image-swap:focus-within) .vcex-image-swap-primary {
    opacity: 0
}

body:not(.wpex-is-mobile-device) .vcex-image-swap:hover .vcex-image-swap-secondary,:where(.vcex-image-swap.wpex-touched,.vcex-image-swap:focus-within) .vcex-image-swap-secondary {
    opacity: 1
}

.vcex-navbar a.has-bg-hover:hover {
    border-color: transparent
}

.vcex-breadcrumbs--links-inherit-color {
    --wpex-link-color: currentColor;
    --wpex-hover-link-color: var(--wpex-link-color);
    --wpex-link-decoration-color: currentColor;
    --wpex-hover-link-decoration-color: currentColor
}

.vcex-breadcrumbs:not(.vcex-breadcrumbs--custom-color) .trail-end,.vcex-breadcrumbs:not(.vcex-breadcrumbs--custom-color) .sep {
    opacity: 0.7
}

.vcex-breadcrumbs .sep {
    color: var(--vcex-breadcrumbs-sep-color);
    margin: 0 var(--vcex-breadcrumbs-sep-margin, 3px)
}

.vcex-breadcrumbs .breadcrumb-trail {
    display: inline-block
}

.vcex-image-ba-wrap {
    --accent: var(--wpex-white);
    --arrow-color: var(--wpex-white);
    --handle-height: 38px;
    --handle-border-width: 3px
}

.vcex-image-ba-handle-solid {
    --handle-bg: var(--accent);
    --arrow-color: var(--wpex-black)
}

.twentytwenty-handle,.twentytwenty-handle * {
    box-sizing: content-box
}

.twentytwenty-horizontal .twentytwenty-handle:before,.twentytwenty-horizontal .twentytwenty-handle:after,.twentytwenty-vertical .twentytwenty-handle:before,.twentytwenty-vertical .twentytwenty-handle:after {
    content: " ";
    display: block;
    background: var(--accent);
    position: absolute;
    z-index: 30;
    box-shadow: 0px 0px 12px rgba(51,51,51,0.5)
}

.twentytwenty-horizontal .twentytwenty-handle:before,.twentytwenty-horizontal .twentytwenty-handle:after {
    width: var(--handle-border-width);
    height: 9999px;
    left: 50%;
    margin-left: calc(-1 * ( var(--handle-border-width) / 2 ))
}

.twentytwenty-vertical .twentytwenty-handle:before,.twentytwenty-vertical .twentytwenty-handle:after {
    width: 9999px;
    height: var(--handle-border-width);
    top: 50%;
    margin-top: calc(-1 * ( var(--handle-border-width) / 2 ))
}

.twentytwenty-before-label,.twentytwenty-after-label,.twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition-duration: 0.3s
}

.twentytwenty-before-label,.twentytwenty-after-label {
    transition-property: opacity
}

.twentytwenty-before-label:before,.twentytwenty-after-label:before {
    color: var(--wpex-white);
    text-transform: uppercase;
    font-size: var(--wpex-text-xs);
    letter-spacing: var(--wpex-tracking-widest);
    font-weight: 500;
    position: absolute;
    background: rgba(255,255,255,0.2);
    line-height: 32px;
    padding: 0 18px;
    border-radius: 2px
}

.twentytwenty-horizontal .twentytwenty-before-label:before,.twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 50%;
    margin-top: -16px
}

.twentytwenty-vertical .twentytwenty-before-label:before,.twentytwenty-vertical .twentytwenty-after-label:before {
    left: 50%;
    text-align: center;
    transform: translateX(-50%)
}

.twentytwenty-left-arrow,.twentytwenty-right-arrow,.twentytwenty-up-arrow,.twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute
}

.twentytwenty-left-arrow,.twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px
}

.twentytwenty-up-arrow,.twentytwenty-down-arrow {
    left: 50%;
    margin-left: -6px
}

.twentytwenty-container {
    z-index: 0;
    overflow: hidden;
    position: relative;
    user-select: none
}

.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block
}

.twentytwenty-container.active .twentytwenty-overlay,.twentytwenty-container.active :hover.twentytwenty-overlay {
    background: transparent
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
    opacity: 0
}

.twentytwenty-before-label,.twentytwenty-after-label {
    opacity: 0
}

.twentytwenty-before-label:before,.twentytwenty-after-label:before {
    content: attr(data-content)
}

.twentytwenty-handle {
    --offset: calc(-1 * ( ( var(--handle-height) + ( var(--handle-border-width) * 2) ) ) / 2);
    height: var(--handle-height);
    width: var(--handle-height);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: var(--offset);
    margin-top: var(--offset);
    z-index: 40;
    border-radius: 9999px;
    background-color: var(--handle-bg);
    border: var(--handle-border-width) solid var(--accent);
    box-shadow: 0px 0px 12px rgba(51,51,51,0.5);
    cursor: ew-resize
}

.twentytwenty-overlay {
    transition-property: background;
    background: transparent;
    z-index: 25
}

.twentytwenty-overlay:hover {
    background: rgba(0,0,0,0.5)
}

.twentytwenty-overlay:hover :where(.twentytwenty-after-label,.twentytwenty-before-label) {
    opacity: 1
}

.twentytwenty-before {
    z-index: 20
}

.twentytwenty-after {
    z-index: 10
}

.twentytwenty-left-arrow {
    border-right: 6px solid var(--arrow-color);
    left: 50%;
    margin-left: -17px
}

.twentytwenty-right-arrow {
    border-left: 6px solid var(--arrow-color);
    right: 50%;
    margin-right: -17px
}

.twentytwenty-up-arrow {
    border-bottom: 6px solid var(--arrow-color);
    top: 50%;
    margin-top: -17px
}

.twentytwenty-down-arrow {
    border-top: 6px solid var(--arrow-color);
    bottom: 50%;
    margin-bottom: -17px
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: calc( ( var(--handle-height) + ( var(--handle-border-width) * 2 ) ) / 2);
    box-shadow: 0 var(--handle-border-width) 0 var(--accent),0px 0px 12px rgba(51,51,51,0.5)
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: calc( ( var(--handle-height) + ( var(--handle-border-width) * 2 ) ) / 2);
    box-shadow: 0 -var(--handle-border-width) 0 var(--accent),0px 0px 12px rgba(51,51,51,0.5)
}

.twentytwenty-vertical .twentytwenty-before-label:before {
    top: 10px
}

.twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px
}

.twentytwenty-vertical .twentytwenty-handle {
    cursor: ns-resize
}

.twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: calc( ( var(--handle-height) + ( var(--handle-border-width) * 2 ) ) / 2);
    box-shadow: var(--handle-border-width) 0 0 var(--accent),0px 0px 12px rgba(51,51,51,0.5)
}

.twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: calc( ( var(--handle-height) + ( var(--handle-border-width) * 2 ) ) / 2);
    box-shadow: calc(-1 * var(--handle-border-width)) 0 0 var(--accent),0px 0px 12px rgba(51,51,51,0.5)
}

.vcex-image-banner {
    min-height: 100px
}

.vcex-image-banner .vcex-ib-title {
    font-size: 2em;
    font-weight: 600;
    margin: 0;
    line-height: 1.3
}

.vcex-image-banner.vcex-soh:not(:hover,:focus-within) :is(.vcex-ib-overlay,.vcex-ib-border,.vcex-ib-content-wrap) {
    visibility: hidden;
    opacity: 0
}

.vcex-image-banner.vcex-soh:is(:hover,:focus-within) .vcex-ib-content-wrap {
    transform: none
}

.vcex-image-banner.vcex-h-zoom:hover .vcex-ib-img {
    transform: scale(1.15)
}

.vcex-testimonials-fullslider {
    padding: 40px 0
}

.vcex-testimonials-fullslider-author {
    margin: 20px 0 5px;
    font-size: var(--wpex-text-md)
}

.container.full-screen .container .entry.container {
    width: 100% !important
}

.vcex-testimonials-fullslider-inner .entry {
    font-weight: 300;
    font-size: var(--wpex-text-2xl)
}

.vcex-testimonials-fullslider-inner .entry p:last-child {
    margin: 0
}

.vcex-testimonials-fullslider-avatar {
    margin-bottom: 20px
}

.vcex-testimonials-fullslider-avatar img {
    border-radius: var(--wpex-rounded-full);
    vertical-align: text-bottom
}

.vcex-testimonials-fullslider-avatar img.vcex-default-dims {
    width: 70px;
    height: 70px
}

.vcex-testimonials-fullslider-rating {
    padding-top: 5px;
    color: var(--wpex-star-rating-color)
}

.vcex-testimonials-fullslider-rating .ticon,.vcex-testimonials-fullslider-rating .wpex-svg-icon {
    margin-right: 3px
}

.vcex-testimonials-fullslider .sp-buttons {
    position: relative;
    top: initial;
    left: initial;
    text-align: center;
    margin: 0 !important
}

.vcex-testimonials-fullslider:not(.has-controlnav) .sp-buttons {
    display: none
}

.vcex-testimonials-fullslider .sp-button {
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-right: 5px;
    margin-left: 0;
    cursor: pointer;
    background: rgba(0,0,0,0.1);
    border: 0;
    border-radius: var(--wpex-rounded-full)
}

.vcex-testimonials-fullslider .sp-button.sp-selected-button,.vcex-testimonials-fullslider .sp-button:hover {
    background-color: var(--wpex-accent)
}

.vcex-testimonials-fullslider .sp-button:first-child {
    margin-left: 0
}

.vcex-testimonials-fullslider:not(.has-arrows) .sp-arrows {
    display: none
}

.vcex-testimonials-fullslider.has-arrows {
    --vcex-testimonials-fullslider-arrow-offset: 100px
}

.vcex-testimonials-fullslider.has-arrows :is(.vcex-testimonials-fullslider-inner,.wpex-slider-thumbnails) {
    padding-left: var(--vcex-testimonials-fullslider-arrow-offset);
    padding-right: var(--vcex-testimonials-fullslider-arrow-offset)
}

.vcex-testimonials-fullslider.has-arrows .sp-arrow {
    font-size: 24px;
    color: var(--wpex-gray-400);
    background: none;
    border-radius: var(--wpex-rounded-full);
    height: 50px;
    line-height: 50px;
    width: 50px
}

.vcex-testimonials-fullslider.has-arrows .sp-arrow:hover {
    color: var(--wpex-black)
}

.vcex-testimonials-fullslider.light-skin * {
    color: var(--wpex-white)
}

.vcex-testimonials-fullslider.light-skin .sp-button {
    background: rgba(255,255,255,0.5)
}

.vcex-testimonials-fullslider.light-skin .sp-button:hover,.vcex-testimonials-fullslider.light-skin .sp-selected-button {
    background: var(--wpex-white)
}

.vcex-testimonials-fullslider.light-skin .sp-arrow {
    color: rgba(255,255,255,0.8)
}

.vcex-testimonials-fullslider.light-skin .sp-arrow:hover {
    color: var(--wpex-white)
}

.vcex-testimonials-fullslider.light-skin .vcex-testimonials-fullslider-rating * {
    color: var(--wpex-star-rating-color)
}

@media only screen and (max-width: 767px) {
    .vcex-testimonials-fullslider.has-arrows {
        --vcex-testimonials-fullslider-arrow-offset:0px
    }

    .vcex-testimonials-fullslider.has-arrows .sp-arrows {
        display: none
    }

    .vcex-testimonials-fullslider .sp-buttons {
        display: block
    }
}

.vcex-contact-form__submit--full {
    display: block;
    width: 100%;
    min-height: 50px;
    font-size: 1em
}

.woocommerce .product .vcex-wc-template-part>:where(div,form,table,p[class]) {
    margin-block:0}

.woocommerce .product .vcex-wc-template-part .woocommerce-product-gallery {
    width: 100%;
    float: none
}

.vcex-wc-template-part>.onsale {
    position: static;
    left: initial;
    right: initial;
    top: initial;
    bottom: initial;
    margin: 0;
    z-index: initial
}

.vcex-wc-template-part--single-product__title .product_title {
    margin: 0;
    padding: 0
}

.vcex-wc-template-part--single-product__add-to-cart .stock {
    display: none
}

.vcex-wc-template-part--loop__title a {
    text-decoration: none;
    color: currentColor
}

.vcex-wc-template-part--loop__title .woocommerce-loop-product__title {
    all: unset
}

.vcex-wc-template-part--loop__rating .star-rating {
    display: inline-block
}

.vcex-icon-wrap {
    position: relative;
    text-align: center;
    transform: rotate(0.0001deg)
}

.vcex-icon-wrap:not(.wpex-inline-flex):not(.wpex-flex) {
    display: inline-block
}

.vcex-icon-wrap.left,.vcex-icon-position-left {
    margin-right: 10px
}

.vcex-icon-wrap.right,.vcex-icon-position-right {
    margin-left: 10px
}

.vcex-callout-caption :is(h2,h3,h4):first-of-type {
    margin: 0;
    font-size: var(--wpex-text-xl)
}
