/**
* Theme Name: Helo Child
* Description: This is a child theme of Helo
* Author: <a href="http://themeforest.net/user/crowdytheme">CrowdyTheme</a>
* Template: helo
* Version: 1.0.0
*/
html .wcf-cursor{
  width: 40px;
  height: 40px;
  background-image: url('/wp-content/themes/helo-child/bdicotrans.png');
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 !important; /* make it circular */
  mix-blend-mode: unset !important; /* optional cool effect */
  pointer-events: none;
  z-index: 9999;
  border: none !important;
  opacity: 0.75 !important;
}
html .wcf-cursor-follower{
  display: none !important;
}