/*------------------------------------------------------------------------
# System - AA Custom Cursor - Cursor Style 6
# ------------------------------------------------------------------------
# author    AA Extensions https://aaextensions.com
# Copyright (C) 2018 AA Extensions. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: https://aaextensions.com
-------------------------------------------------------------------------*/

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:999999999999999999999999999999999999999999; 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, .6s transform cubic-bezier(0.75, -1.27, 0.3, 2.33), .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, .6s transform cubic-bezier(0.75, -1.27, 0.3, 2.33), .3s border ease, .3s opacity ease; width: 30px; height: 30px; pointer-events: none;  border-radius:100%; background:#164843; top:0; left:0; box-sizing:border-box; opacity:.15; }
body.CustomCursor .Cursor.Hover > span.First i { }
body.CustomCursor .Cursor.Hover > span.Second i { opacity:.25; transform:scale(2.5); border-width:1px; }