/*** Cursore ***/
/*.page-template *{
	cursor: none !important;
}*/
.page-template .custom-cursor {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 1.5px solid #ee552a !important;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 9999;
}

.page-template .custom-cursor2 {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #ee552a;
  opacity: .8;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width .3s, height .3s, opacity .3s;
    z-index: 9999;
}
/*** END Cursore ***/