/* 
Theme Name: CONPIX Starter Template
Theme URI: https://conpix.com.au
Description:This is a child theme, created by CONPIX team
Author: CONPIX Team
Author URI: https://conpix.com.au/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



.cursor-dot, .cursor-outline {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}


.cursor-dot {
  width: 8px;
  height: 8px;
  background-color: #152540;
}


.cursor-outline {
  width: 30px;
  height: 30px;
  border: 2px solid #152540;
  opacity: 0.1;
  transition: transform 0.15s ease-out, opacity 0.3s ease;
}


a:hover ~ .cursor-dot,
a:hover ~ .cursor-outline,
button:hover ~ .cursor-dot,
button:hover ~ .cursor-outline {
  opacity: 0;
}
p{
	margin: 0px;
}


