/* 
Theme Name: Rete Hubsolute
Theme URI: 
Description: Tema child per rete hubsolute
Author: Francesco Guida
Author URI: https://francescoguida.online
Template: hello-elementor
Version: 2.0.0
Text Domain: rete-hubsolute
License: 
License URI: 
Tags: 

/* Add your custom styles here */
.accent{
	color: #E6C91A!important;
}
#myBtn {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: 1px solid #E6C91A;;
  outline: none;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  padding: 5px;
  width: 50px;
  height: 50px;
}
#myBtn.show {
  opacity: 1;
  visibility: visible;
}
#myBtn:hover {
  background-color: #E6C91A;
}