/* 
Theme Name: Riabilita
Theme URI: h
Description: Tema child per Riabilita
Author: Telling web
Author URI: 
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child

*/

/* Add your custom styles here */
@media (max-width: 1024px) {
  .elementor-12 .elementor-element.elementor-element-417b2b5a button.elementskit-menu-close {
    padding: 0;
   
  }
}
#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 #fff;
  outline: none;
  color: #fff;
  cursor: pointer;
  padding: 5px;
  width: 50px;
  height: 50px;
}
#myBtn.show {
  opacity: 1;
  visibility: visible;
}
#myBtn:hover {
  background-color: var( --e-global-color-primary );
}
@media (min-width: 768px){
  .info-mobile{
    display: none!important;
  }
}
.info-mobile{
  display: block;
  width: 300px;
  padding: 10px 24px 10px 34px;
  font-size:15px
}
.info-mobile p{
  color:#000;
}
.social, .prenota {
  margin-top: 30px;
  font-size: 1em;
  font-family: "Marcellus", Sans-serif;
  color: var( --e-global-color-secondary )!important;
  text-transform: uppercase;
}
.info-mobile img{
	width: 35px;
}
