/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 08 2021 | 15:45:53 */
*,
button,
html input[type="button"], 
input[type="reset"], 
input[type="submit"]
{
  cursor: none;
}

#cursor {
  pointer-events: none;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -10px;
  left: -10px;
  display: none;
  background-image: url(/wp-content/uploads/2021/01/hearwell_cursor.svg);
  background-repeat:no-repeat;
  background-size:contain;
  border-radius: 10px;
  transition: linear height 0.2s, linear width 0.2s;
  z-index:99999;
}

.hoveredCursor {
  width: 104px !important;
  height: 104px !important;
  background-image: url(/wp-content/uploads/2021/01/hearwell_cursor_large.svg) !important;
  background-repeat:no-repeat;
  background-size:contain;
}

.whiteCursor {
  width: 10px !important;
  height: 10px !important;
  background-image: url(/wp-content/uploads/2021/02/hearwell_cursor_white.svg) !important;
  background-repeat:no-repeat;
  background-size:contain;
}

body[data-elementor-device-mode="tablet"] #cursor,
body[data-elementor-device-mode="mobile"] #cursor{
  display:none;
}

