.ha-dual-btn, .ha-dual-btn-connector {
    display: inline-block;
}

.ha-dual-btn-wrapper {
    position: relative;
    text-align: center;
    font-weight: 400;
}

.ha-dual-btn {
    padding: 1.3rem 2.3rem;
    max-width: 100%;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
}

.ha-dual-btn--left {
    background-color: #562dd4;
}

    .ha-dual-btn--left:focus, .ha-dual-btn--left:hover {
        background-color: #4423ab;
        color: #fff;
    }

.ha-dual-btn--right {
    background-color: #e2498a;
}

    .ha-dual-btn--right:focus, .ha-dual-btn--right:hover {
        background-color: #d6226e;
        color: #fff;
    }

.ha-dual-btn-connector {
    position: absolute!important;
    z-index: 9;
    overflow: hidden;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 5px rgba(255,255,255,.3);
    box-shadow: 0 0 0 5px rgba(255,255,255,.3);
    color: #27374c;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 30px;
    -webkit-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
}

.ha-dual-btn-icon > svg {
    width: 1em;
    height: auto;
    vertical-align: top;
    fill: currentColor;
}

.ha-dual-btn-icon > i {
    font-size: 1em;
}

.ha-dual-btn-icon--before {
    margin-right: 5px;
}

.ha-dual-btn-icon--after {
    margin-left: 5px;
}

.ha-dual-button > .elementor-widget-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ha-dual-button--mobile-layout-stack > .elementor-widget-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ha-dual-button--mobile-layout-stack .ha-dual-btn-wrapper {
    max-width: 100%;
}

.ha-dual-button--mobile-layout-stack .ha-dual-btn-connector {
    top: 100%;
    right: 50%;
}

.ha-dual-button--mobile-layout-stack .ha-dual-btn--left {
    border-radius: 30px 30px 0 0;
}

.ha-dual-button--mobile-layout-stack .ha-dual-btn--right {
    border-radius: 0 0 30px 30px;
}

.ha-dual-button--mobile-layout-stack.ha-dual-button--mobile-align-left > .elementor-widget-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
}

.ha-dual-button--mobile-layout-stack.ha-dual-button--mobile-align-center > .elementor-widget-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

.ha-dual-button--mobile-layout-stack.ha-dual-button--mobile-align-right > .elementor-widget-container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
}

.ha-dual-button--mobile-layout-queue.ha-dual-button--mobile-align-left > .elementor-widget-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.ha-dual-button--mobile-layout-queue.ha-dual-button--mobile-align-center > .elementor-widget-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.ha-dual-button--mobile-layout-queue.ha-dual-button--mobile-align-right > .elementor-widget-container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.ha-dual-button--mobile-layout-queue > .elementor-widget-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.ha-dual-button--mobile-layout-queue .ha-dual-btn-wrapper {
    max-width: 50%;
}

.ha-dual-button--mobile-layout-queue .ha-dual-btn-connector {
    top: 50%;
    right: 0;
}

.ha-dual-button--mobile-layout-queue .ha-dual-btn--left {
    border-radius: 50px 0 0 50px;
}

.ha-dual-button--mobile-layout-queue .ha-dual-btn--right {
    border-radius: 0 50px 50px 0;
}

@media (min-width:768px) {
    .ha-dual-button--tablet-layout-stack.ha-dual-button--tablet-align-left > .elementor-widget-container {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start;
    }

    .ha-dual-button--tablet-layout-stack.ha-dual-button--tablet-align-center > .elementor-widget-container {
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-align: center;
    }

    .ha-dual-button--tablet-layout-stack.ha-dual-button--tablet-align-right > .elementor-widget-container {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        -ms-flex-align: end;
    }

    .ha-dual-button--tablet-layout-queue.ha-dual-button--tablet-align-left > .elementor-widget-container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .ha-dual-button--tablet-layout-queue.ha-dual-button--tablet-align-center > .elementor-widget-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .ha-dual-button--tablet-layout-queue.ha-dual-button--tablet-align-right > .elementor-widget-container {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }

    .ha-dual-button--tablet-layout-stack > .elementor-widget-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ha-dual-button--tablet-layout-stack .ha-dual-btn-wrapper {
        max-width: 100%;
    }

    .ha-dual-button--tablet-layout-stack .ha-dual-btn-connector {
        top: 100%;
        right: 50%;
    }

    .ha-dual-button--tablet-layout-stack .ha-dual-btn--left {
        border-radius: 30px 30px 0 0;
    }

    .ha-dual-button--tablet-layout-stack .ha-dual-btn--right {
        border-radius: 0 0 30px 30px;
    }

    .ha-dual-button--tablet-layout-queue > .elementor-widget-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .ha-dual-button--tablet-layout-queue .ha-dual-btn-wrapper {
        max-width: 50%;
    }

    .ha-dual-button--tablet-layout-queue .ha-dual-btn-connector {
        top: 50%;
        right: 0;
    }

    .ha-dual-button--tablet-layout-queue .ha-dual-btn--left {
        border-radius: 50px 0 0 50px;
    }

    .ha-dual-button--tablet-layout-queue .ha-dual-btn--right {
        border-radius: 0 50px 50px 0;
    }
}

@media (min-width:1025px) {
    .ha-dual-button--layout-stack.ha-dual-button--align-left > .elementor-widget-container {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start;
    }

    .ha-dual-button--layout-stack.ha-dual-button--align-center > .elementor-widget-container {
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-align: center;
    }

    .ha-dual-button--layout-stack.ha-dual-button--align-right > .elementor-widget-container {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        -ms-flex-align: end;
    }

    .ha-dual-button--layout-queue.ha-dual-button--align-left > .elementor-widget-container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .ha-dual-button--layout-queue.ha-dual-button--align-center > .elementor-widget-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .ha-dual-button--layout-queue.ha-dual-button--align-right > .elementor-widget-container {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }

    .ha-dual-button--layout-stack > .elementor-widget-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ha-dual-button--layout-stack .ha-dual-btn-wrapper {
        max-width: 100%;
    }

    .ha-dual-button--layout-stack .ha-dual-btn-connector {
        top: 100%;
        right: 50%;
    }

    .ha-dual-button--layout-stack .ha-dual-btn--left {
        border-radius: 30px 30px 0 0;
    }

    .ha-dual-button--layout-stack .ha-dual-btn--right {
        border-radius: 0 0 30px 30px;
    }

    .ha-dual-button--layout-queue > .elementor-widget-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .ha-dual-button--layout-queue .ha-dual-btn-wrapper {
        max-width: 50%;
    }

    .ha-dual-button--layout-queue .ha-dual-btn-connector {
        top: 50%;
        right: 0;
    }

    .ha-dual-button--layout-queue .ha-dual-btn--left {
        border-radius: 50px 0 0 50px;
    }

    .ha-dual-button--layout-queue .ha-dual-btn--right {
        border-radius: 0 50px 50px 0;
    }
}

.ha-news-ticker-wrapper {
    position: relative;
    overflow: hidden;
    padding: 8px 0;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}

    .ha-news-ticker-wrapper ul.ha-news-ticker-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .ha-news-ticker-wrapper ul.ha-news-ticker-container:focus, .ha-news-ticker-wrapper ul.ha-news-ticker-container:hover {
            -webkit-animation-play-state: paused!important;
            animation-play-state: paused!important;
        }

    .ha-news-ticker-wrapper span.ha-news-ticker-sticky-title {
        position: absolute;
        top: 50%;
        left: auto;
        z-index: 1;
        padding: 20px;
        background: #333;
        color: #fff;
        font-size: 1rem;
        line-height: 1;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .ha-news-ticker-wrapper li.ha-news-ticker-item {
        margin-right: 20px;
        white-space: nowrap;
    }

        .ha-news-ticker-wrapper li.ha-news-ticker-item:last-child {
            margin-right: 0;
        }

    .ha-news-ticker-wrapper .ha-news-ticker-title {
        margin: 0;
        font-size: 1rem;
        line-height: 1;
    }

    .ha-news-ticker-wrapper li.ha-news-ticker-item a {
        color: #242424;
    }

        .ha-news-ticker-wrapper li.ha-news-ticker-item a:hover {
            color: #e04c8a;
        }

.ha-carousel .slick-vertical .slick-slide, .ha-slider .slick-vertical .slick-slide {
    border: 0;
}

.ha-carousel .slick-next, .ha-carousel .slick-prev, .ha-slider .slick-next, .ha-slider .slick-prev {
    z-index: 999;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 50%;
    background-color: rgba(255,255,255,.8);
    color: #8c8c8c;
    font-size: 15px;
    opacity: 1;
}

    .ha-carousel .slick-next:focus, .ha-carousel .slick-next:hover, .ha-carousel .slick-prev:focus, .ha-carousel .slick-prev:hover, .ha-slider .slick-next:focus, .ha-slider .slick-next:hover, .ha-slider .slick-prev:focus, .ha-slider .slick-prev:hover {
        background-color: #fff;
        color: #8c8c8c;
    }

    .ha-carousel .slick-next:before, .ha-carousel .slick-prev:before, .ha-slider .slick-next:before, .ha-slider .slick-prev:before {
        display: none;
        content: "";
    }

    .ha-carousel .slick-next > svg, .ha-carousel .slick-prev > svg, .ha-slider .slick-next > svg, .ha-slider .slick-prev > svg {
        width: auto;
        height: 1em;
        fill: currentColor;
    }

.ha-carousel .slick-disabled, .ha-slider .slick-disabled {
    opacity: .7;
}

.ha-carousel .slick-prev, .ha-slider .slick-prev {
    left: 25px;
}

.ha-carousel .slick-next, .ha-slider .slick-next {
    right: 25px;
}

.ha-carousel .slick-dots, .ha-slider .slick-dots {
    bottom: -40px;
}

    .ha-carousel .slick-dots li, .ha-slider .slick-dots li {
        margin-right: 2px;
        margin-left: 2px;
    }

        .ha-carousel .slick-dots li button:focus, .ha-carousel .slick-dots li button:hover, .ha-slider .slick-dots li button:focus, .ha-slider .slick-dots li button:hover {
            background-color: transparent;
        }

        .ha-carousel .slick-dots li button:before, .ha-slider .slick-dots li button:before {
            color: #1b1b1b;
            opacity: 1;
        }

        .ha-carousel .slick-dots .slick-active button:before, .ha-carousel .slick-dots li button:hover:before, .ha-slider .slick-dots .slick-active button:before, .ha-slider .slick-dots li button:hover:before {
            -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
            transform: scale(1.5);
        }

.ha-carousel .slick-next, .ha-carousel .slick-prev {
    width: 2.66em;
    height: 2.66em;
}

.ha-slider .slick-next, .ha-slider .slick-prev {
    width: 3.33em;
    height: 3.33em;
}

.ha-carousel .slick-slider:not(.slick-vertical) .slick-slide {
    padding-right: 5px;
    padding-left: 5px;
}

.ha-carousel .slick-slider.slick-vertical .slick-slide {
    padding-top: 5px;
    padding-bottom: 5px;
}

.ha-slick-item {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
}

.ha-slick-content {
    position: absolute;
    bottom: 0;
    padding: 1.5rem;
    width: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.3)));
    background: -webkit-linear-gradient(transparent,rgba(0,0,0,.3));
    background: linear-gradient(transparent,rgba(0,0,0,.3));
}

.ha-slick-title {
    display: block;
    margin-top: 0;
    margin-bottom: .2rem;
    color: #fff;
    font-size: 20px;
}

.ha-slick-subtitle {
    margin: 0;
    color: #fff;
}

.ha-post-tab .ha-post-tab-filter {
    padding: 0;
    border-bottom: 1px solid #ddd;
    list-style: none;
}

    .ha-post-tab .ha-post-tab-filter li {
        display: inline-block;
        margin: 0 5px 0 0;
        padding: 15px 25px;
        background: #fff;
        color: #333;
        text-decoration: none;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        .ha-post-tab .ha-post-tab-filter li.active, .ha-post-tab .ha-post-tab-filter li:hover, .ha-post-tab.ha-post-tab-left .ha-post-tab-filter li.active, .ha-post-tab.ha-post-tab-left .ha-post-tab-filter li:hover {
            background: #6d39ef;
            color: #fff;
            cursor: pointer;
        }

.ha-post-tab .ha-post-tab-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 0;
    opacity: 0;
}

.ha-post-tab span.ha-post-tab-loading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 60px;
    opacity: .5;
}

.ha-post-tab .ha-post-tab-item-wrapper.active {
    visibility: visible;
    height: auto;
    opacity: 1;
}

.ha-post-tab .ha-post-tab-item {
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
}

.ha-post-tab .ha-post-tab-item-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    height: 100%;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 1px 20px rgba(0,0,0,.09);
    box-shadow: 0 1px 20px rgba(0,0,0,.09);
}

    .ha-post-tab .ha-post-tab-item-inner .ha-post-tab-thumb {
        position: relative;
        display: block;
        overflow: hidden;
        margin-bottom: 15px;
        padding-right: 0;
        padding-left: 0;
    }

        .ha-post-tab .ha-post-tab-item-inner .ha-post-tab-thumb img {
            max-width: 100%;
            height: auto;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .ha-post-tab .ha-post-tab-item-inner .ha-post-tab-title {
        display: block;
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 16px;
    }

        .ha-post-tab .ha-post-tab-item-inner .ha-post-tab-title a, .ha-post-tab .ha-post-tab-meta span a {
            color: #333;
            text-decoration: none;
            -webkit-transition: all .4s;
            transition: all .4s;
        }

            .ha-post-tab .ha-post-tab-meta span a:hover, .ha-post-tab .ha-post-tab-title a:hover {
                color: #6d39ef;
            }

.ha-post-tab .ha-post-tab-meta {
    font-size: 14px;
}

    .ha-post-tab .ha-post-tab-meta span {
        display: inline-block;
        margin-top: 10px;
        margin-right: 15px;
        color: #9b9b9b;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

        .ha-post-tab .ha-post-tab-meta span i {
            padding-right: 5px;
        }

        .ha-post-tab .ha-post-tab-meta span a {
            color: #9b9b9b;
        }

.ha-post-tab .ha-post-tab-excerpt p {
    margin: 0;
}

.ha-post-tab.ha-post-tab-left, .ha-post-tab.ha-post-tab-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .ha-post-tab.ha-post-tab-left .ha-post-tab-filter {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 200px;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        min-width: 200px;
        border-right: 1px solid #f1f1f1;
        border-bottom: none;
    }

        .ha-post-tab.ha-post-tab-left .ha-post-tab-filter li, .ha-post-tab.ha-post-tab-right .ha-post-tab-filter li {
            text-align: left;
            display: block;
            margin: 0;
            text-decoration: none;
            -webkit-transition: all .3s;
            transition: all .3s;
        }

    .ha-post-tab.ha-post-tab-right .ha-post-tab-filter li {
        text-align: right;
    }

    .ha-post-tab.ha-post-tab-left .ha-post-tab-content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% - 200px);
        -ms-flex: 0 0 calc(100% - 200px);
        flex: 0 0 calc(100% - 200px);
        min-width: calc(100% - 200px);
        min-height: 100%;
    }

.ha-post-tab.ha-post-tab-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

    .ha-post-tab.ha-post-tab-right .ha-post-tab-filter {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 200px;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        min-width: 200px;
        border-bottom: none;
        border-left: 1px solid #f1f1f1;
    }

    .ha-post-tab.ha-post-tab-right .ha-post-tab-content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% - 200px);
        -ms-flex: 0 0 calc(100% - 200px);
        flex: 0 0 calc(100% - 200px);
        min-width: calc(100% - 200px);
        min-height: 100%;
    }

@media (max-width:767px) {
    .ha-post-tab.ha-post-tab-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

        .ha-post-tab.ha-post-tab-left .ha-post-tab-filter, .ha-post-tab.ha-post-tab-right .ha-post-tab-filter {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            min-width: 100%;
            border-right: 0;
            border-bottom: 1px solid #f1f1f1;
            border-left: 0;
        }

        .ha-post-tab.ha-post-tab-left .ha-post-tab-content, .ha-post-tab.ha-post-tab-right .ha-post-tab-content {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            min-width: 100%;
            min-height: 100%;
        }

        .ha-post-tab.ha-post-tab-left .ha-post-tab-filter li, .ha-post-tab.ha-post-tab-right .ha-post-tab-filter li {
            display: inline-block;
        }
}
/** Widgets: dual-button, news-ticker, carousel, cf7, post-tab **/
