/* Cursor Common Styles */

.elementor-editor-active *,
.elementor-editor-active html
{
    cursor: auto !important;
}

/* .wdt-cursor-outer
{
    -webkit-transition: all .08s ease-out;
    transition: all .08s ease-out;
} */
.wdt-cursor-wrapper { transition: none;}

.wdt-cursor{
    position: fixed;
    top: 0;
    left: 0;

    visibility: hidden;

    cursor: auto;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    pointer-events: none;

    -webkit-border-radius: 50%;
            border-radius: 50%;

    /* mix-blend-mode: exclusion; */
}

/* Type 1 */

.wdt-cursor-wrapper.type-1 .wdt-cursor-inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: var(--wdtSecondaryColor);
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
        margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    /* mix-blend-mode: difference; */
    opacity: 1;
}

.wdt-cursor-wrapper.type-1 .wdt-cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border: 2px solid var(--wdtSecondaryColor);
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.5;
    transition: all 0.08s ease-out;
    /* mix-blend-mode: difference;      */
}

/* Link Hover Effect - 1 */

.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-inner.wdt-cursor-link-hover
{
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: var(--wdtSecondaryColor);
    opacity: .3;
}

.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-outer.wdt-cursor-link-hover
{
    opacity: 0;
}


/* LightBox Link Hover Effect - 1 */

.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-inner.wdt-cursor-lightbox-hover
{
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: var(--wdtSecondaryColor);
    opacity: .3;
}

/* Carousel Link Hover Effect - 1 */

.wdt-carousel-holder .swiper .swiper-wrapper .swiper-slide { cursor: grab;}
.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-outer.wdt-carousel-hover
{
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border: 2px solid var(--wdtSecondaryColor);
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.6;
    transition: all 0.08s ease-out;
    /* mix-blend-mode: difference; */
}

.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-inner.wdt-carousel-hover
{
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: var(--wdtSecondaryColor);
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
        margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    /* mix-blend-mode: difference; */
    opacity: 1;

}

.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-outer.wdt-carousel-hover.wdt-cursor-link-hover { 
   opacity: 0;
}

.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-inner.wdt-carousel-hover.wdt-cursor-link-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: var(--wdtSecondaryColor);
    opacity: .3;
}

/* .wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-inner.wdt-carousel-hover.wdt-cursor-link-hover:before,
.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-inner.wdt-carousel-hover.wdt-cursor-link-hover:after { opacity: 0; } */

/* .wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-inner.wdt-carousel-hover.wdt-vertical-carousel-hover
{
    flex-direction: column;
    justify-content: center;
} */

/* .wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-inner.wdt-carousel-hover:before,
.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-inner.wdt-carousel-hover:after
{
    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;    
    
    height: 1em;
    line-height: 1;
    width: 1em;
}

.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-inner.wdt-carousel-hover:before
{
    margin-left: 10px;

    content: '\f104';
    transform: translateX(-100%);
}
.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-inner.wdt-carousel-hover:after
{
    margin-right: 10px;

    content: '\f105';
    transform: translateX(100%);
} */

/* .wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-inner.wdt-carousel-hover.wdt-vertical-carousel-hover:before
{
    margin: -10px auto 0;

    content: '\f106';
    transform: translateY(-100%);
}
.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-inner.wdt-carousel-hover.wdt-vertical-carousel-hover:after
{
    margin: 0 auto -10px;

    content: '\f107';
    transform: translateY(100%);
} */


/*--------------------------------------------------------------
    Default Color
--------------------------------------------------------------*/

/* .wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-inner.wdt-carousel-hover:before,
.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-inner.wdt-carousel-hover:after
{
    color: var(--wdtAccentTxtColor);
} */

/* .wdt-cursor-wrapper.type-1 .wdt-cursor-outer
{
    border-color: var(--wdtAccentTxtColor);
} */

/* .wdt-cursor-wrapper.type-1 .wdt-cursor-inner,
.wdt-cursor-wrapper.type-1 .wdt-cursor-inner.wdt-cursor-link-hover
{
    background-color: var(--wdtAccentTxtColor); 
    background-color: var(--wdtBodyTxtColor);
   background-color: transparent;
} */

.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-inner.wdt-carousel-hover
{
    /* color: var(--wdtAccentTxtColor);
    background-color: rgba(var(--wdtAccentTxtColorRgb),0); */
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: var(--wdtSecondaryColor);
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
        margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    /* mix-blend-mode: difference; */
    opacity: 1;
}

.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-inner.wdt-cursor-lightbox-hover
{
    /* color: var(--wdtAccentTxtColor);
    background-color: rgba(var(--wdtAccentTxtColorRgb),.2); */
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: var(--wdtSecondaryColor);
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
        margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    /* mix-blend-mode: difference; */
    opacity: 1;
}

@media only screen and (max-width: 767px) {

  .wdt-cursor-wrapper.type-1.link-hover-effect-1.image-hover-effect-1 {
    display: none;
  }
}
 /* @media only screen and (min-width: 768px) {
*,
html {
  cursor: none !important;
}
} */
