/*
   -----------------------------------------------------
     jQuery Custom Cursor v1.0   	 
	 © 2020 Boom Apps

	 This is licenced software, you can purchase licence here: https://codecanyon.net/user/boom-apps/portfolio
	 
   -----------------------------------------------------
*/

body.CustomCursor, body.CustomCursor * {  cursor:none!important;  }
@media (max-width:1024px) {
	body.CustomCursor, body.CustomCursor * {  cursor:auto!important;  }
	body.CustomCursor .Cursor { display:none!important; }
}
		
body.CustomCursor .Cursor { display:none; pointer-events:none; }
body.CustomCursor .Cursor.MouseMove { display:block; }
body.CustomCursor .Cursor > span.First { z-index:9999; width: 30px; height: 30px; pointer-events: none; position:fixed; top:0; left:0;}
body.CustomCursor .Cursor > span.First i { display:block; transition:.3s background ease, .3s transform ease, .3s border ease; width: 6px; height: 6px; margin:12px; pointer-events: none; border-radius:100%; background:#000;box-sizing:border-box; border-radius:100%; opacity:1;}
body.CustomCursor .Cursor > span.Second { z-index:9998; width: 30px; height: 30px; pointer-events: none; position:fixed; top:0; left:0; }
body.CustomCursor .Cursor > span.Second i { display:block; transition:.3s background ease, .3s transform ease, .3s border ease, .3s opacity ease; width: 30px; height: 30px; pointer-events: none;  border-radius:100%; background:#e0da48; top:0; left:0; box-sizing:border-box; opacity:.5; }
body.CustomCursor .Cursor.Hover > span.First i { }
body.CustomCursor .Cursor.Hover > span.Second i { background:#39d196; opacity:.25; transform:scale(2.5); border-width:1px; }