/*
Theme Name: Il Botteghino di Denis
Description: Tema custom per Il Botteghino di Denis
Author: Carlo CIni
Author URI: https://www.carlocini.com
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
*/

/* Add your custom styles here */

.elementor-widget-image figcaption {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	opacity:0;
	transition:0.8s all;
}
.elementor-widget-image:hover figcaption {
	opacity:1;
}
html {
  scroll-behavior: smooth;
}

#top {transition:0.3s all;}
#top.sticky{
    position: fixed;
    width: 100%;
    box-shadow: 0 0 4px rgba(0,0,0,.15);
    z-index: 400;
    background: #f1f1f1;
    display: flex;
    top:0;
}