
.wdt-cursor-progress-wrap {
    height: 36px;
    width: 36px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset  0 0 0 3px var( --e-global-color-primary );
    z-index: 10000;
    -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
  }

  .wdt-cursor-progress-wrap .progress-circle.svg-content{
    width: 36px;
    height: 36px;
    display: block;
    overflow: visible;
  }

  .wdt-cursor-progress-wrap svg path { 
    fill: transparent; 
  }
  .wdt-cursor-progress-wrap svg.progress-circle path {
    stroke: var(--wdtLinkHoverColor);
    stroke-width: 10;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
  }
  
  /* #Cursor
  ================================================== */
  
  .wdt-cursor-pointer,
  .wdt-cursor-pointer2,
  .wdt-cursor-pointer3{
    position: fixed;
    border-radius: 50%; 
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    left: -100px;
    top: 50%;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  .wdt-cursor-pointer{
    background-color: var( --e-global-color-primary );
    z-index: 99999;
    height: 6px;
    width: 6px;
  }
  .wdt-cursor-pointer2,.wdt-cursor-pointer3{
    height: 36px;
    width: 36px;
    z-index:99998;
    -webkit-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out
  }
  .wdt-cursor-pointer2:hover,
  .wdt-cursor-pointer3:hover{
    -webkit-transform:scale(1.4) translateX(-35%) translateY(-35%);
    transform:scale(1.4) tr anslateX(-35%) translateY(-35%);
    border:none
  }
  .wdt-cursor-pointer2:hover{
    background: rgba(255,255,255, 0.3);
  }
  .wdt-cursor-pointer2:hover .wdt-cursor-progress-wrap {
    box-shadow: inset  0 0 0 2px rgba(255,255,255,0);
  }
  .wdt-cursor-pointer2:hover .wdt-cursor-progress-wrap svg.progress-circle path {
    opacity: 0.4;
  }

.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
{
    position: fixed;
    top: 0;
    left: 0;

    visibility: hidden;

    cursor: none;
    -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
{
    z-index: 10000001;

    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px;
}

.wdt-cursor-wrapper.type-1 .wdt-cursor-outer
{
    z-index: 10000000;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;

    opacity: .1;
    border-width: 2px;
    border-style: solid;
}

/* Link Hover Effect - 1 */

.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-inner.wdt-cursor-link-hover
{
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;

    opacity: .1;
}

.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-outer.wdt-cursor-link-hover
{
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;

    opacity: .8;
}

.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-outer.wdt-cursor-lightbox-hover
{
    opacity: 0;
}

.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-inner.wdt-cursor-lightbox-hover
{
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;

    opacity: 1;
    background-color: transparent;
}

.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-inner.wdt-cursor-lightbox-hover:after
{
    position: absolute;

    width: 40px;
    height: 40px;
    margin: auto;

    content: '';

    opacity: 1;
    border-width: 0;
    background-color: currentColor;

    -webkit-mask-image: url(../images/cursor-light-box.svg);
    mask-image: url(../images/cursor-light-box.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-outer.wdt-carousel-hover
{
    width: 50px;
    height: 50px;
    margin: auto;

    opacity: .1;

    position: fixed;
    top: -24px;
    left: -24px;
}

.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-inner.wdt-carousel-hover
{
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 50px;
    height: 50px;
    margin: auto;

    opacity: 1;

    position: fixed;
    top: -24px;
    left: -24px;
}

.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-outer.wdt-carousel-hover.wdt-cursor-link-hover { 
    width: 40px;
    height: 40px;
    top: -20px;
    left: -20px;
    opacity: .8;
}
.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-inner.wdt-carousel-hover.wdt-cursor-link-hover {
    width: 20px;
    height: 20px;
    top: -10px;
    left: -10px;
    opacity: .1;
    background-color: currentColor;
}

.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
{
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 900;

    display: inline-block;
}

.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: #005864;
}

.wdt-cursor-wrapper.type-1 .wdt-cursor-outer
{
    border-color: #005864;
}

.wdt-cursor-wrapper.type-1 .wdt-cursor-inner,
.wdt-cursor-wrapper.type-1 .wdt-cursor-inner.wdt-cursor-link-hover
{
    background-color: #005864;
}

.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-inner.wdt-carousel-hover
{
    color: #005864;
    background-color: #005864;
}

.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-inner.wdt-cursor-lightbox-hover
{
    color: #005864;
}

.invo-story-cursor .wdt-cursor-pointer2,
.invo-cursor-grey .wdt-cursor-pointer2{
    width:100px;
    height:100px;
    background:rgba(255, 255, 255, 0.5);
    box-shadow:rgba(0, 0, 0, 0.1) 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.invo-story-cursor .wdt-cursor-pointer2 .wdt-cursor-progress-wrap,
.invo-story-cursor .wdt-cursor-pointer,
.invo-cursor-grey .wdt-cursor-pointer2 .wdt-cursor-progress-wrap,
.invo-cursor-grey .wdt-cursor-pointer{
    opacity:0 !important;
}

.invo-story-cursor .wdt-cursor-pointer2:before,
.invo-story-cursor .wdt-cursor-pointer2:after,
.invo-cursor-grey .wdt-cursor-pointer2:before,
.invo-cursor-grey .wdt-cursor-pointer2:after{
    content: '\e802';
    font-family: 'invicons';
    color:#fff;
    font-size:20px;
  text-align:center;  
}


.invo-story-cursor .wdt-cursor-pointer2:after,
.invo-cursor-grey .wdt-cursor-pointer2:after{
    content: '\e81f';
}
.invo-hide-cursor{
    opacity: 0 !important;
}

.invo-story-cursor .wdt-cursor-pointer2 .wdt-cursor-progress-wrap,
.invo-cursor-grey .wdt-cursor-pointer2 .wdt-cursor-progress-wrap{
    opacity:0;
    width:15px;
}

.invo-cursor-grey .wdt-cursor-pointer2{
    background: rgb(157 157 157 / 40%);
    box-shadow: none;
}


.invo-cursor-light .wdt-cursor-pointer{
    background-color:#fff
}

.invo-cursor-light .wdt-cursor-progress-wrap{
    box-shadow: inset 0 0 0 3px rgba(255,255,255, 0.7);
}