
body{
  overflow-x: hidden;
}

.pulse-button {
  position: relative;
  border: none;
  box-shadow: 0 0 0 0 rgba(17, 17, 17, 17);
  background-color: #111;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover, .pulse-button.wm_switcher_current
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}sh

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 10px rgba(17, 17, 17, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 10px rgba(17, 17, 17, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 10px rgba(17, 17, 17, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 10px rgba(17, 17, 17, 0);}}

h1{
  font-weight: 700;
  font-size: 2.555em;
}

body[data-elementor-device-mode="tablet"] h1{
  font-size: 2.25em;
}

body[data-elementor-device-mode="mobile"] h1{
  font-size: 1.9em;
}

h1, h2, h3, h4, h5, h6, .list_date, .slideshow, .carousel{
  font-family: Poppins;
}
.elementor-row h3 {
    margin-top: 0 !important;
}
.wm_fallback h3 {
    font-weight: 600;
    font-size: 1.25em;
    font-family: "source serif pro",sans-serif;
    margin-top: 3rem !important;
}
.elementor-text-editor a{
  text-decoration: underline !important;
}

.highlight{
  color: #ff4e57;
}

.list_boxes{
  position: relative;
  overflow: hidden;
}

.list_boxes h2, .list_boxes h3{
  font-size: 1.222em;
}

.list_boxes .list_excerpt{
  font-size: 0.777em;
  display: block;
}

.list_boxes h2{
  font-weight: 700;
  margin-bottom: 0.50em;
}

.list_boxes h3{
  font-weight: 300;
  margin-bottom: 0.1em;
}

.list_image, .list_title{
  display: block;
}

.list_image{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.display_single_album h2{
  font-weight: 300 !important;
  margin-bottom: 0px !important;
  font-size: 30px !important;
}

.display_album .list_textdata,
.display_home_albums .list_textdata{
  vertical-align: top;
  font-size: 0.777em;
}

.display_recensioni_home .list_textdata{
  vertical-align: top;
}

.display_news .list_image{
  margin-bottom: 20px;
  height: calc(1170px * 0.18);
}

.display_recensioni_home .list_image{
  float: left;
  height: calc(1170px * 0.23);
  width: calc(1170px * 0.23);
  background-size: contain;
  background-position: left;
  margin-right: calc(6%);
}

.display_recensioni_home .list_image::after{
  content: " ";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -100;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(135deg,#fff,#fff 5px,#f6f6f6 5px,#f6f6f6 10px);
}

.display_album .list_image,
.display_home_albums .list_image{
  float: left;
  margin-bottom: 20px;
  width: calc(1170px * 0.23);
  height: calc(1170px * 0.23);
  margin-right: calc(6%);
}

.display_home_albums .list_image{
  margin-right: 30px;
}

.display_single_news .list_image{
  margin-bottom: 80px;
  height: calc(1170px * 0.385);
  width: 100%;
}

.display_home_slideshow .list_image, .display_home_slideshow{
  height: calc(1170px * 0.41);
  width: 100%;
}

.display_home_concerti, .display_home_concerti .list_image,
.display_concerti .list_image,
.display_home_festivals, .display_home_festivals .list_image,
.display_home_esclusive, .display_home_esclusive .list_image{
  height: 345px;
}

.display_concerti .list_box, .display_concerti .list_image{
  width: 100%;
}

.display_home_concerti .list_image,
.display_home_festivals .list_image,
.display_home_esclusive .list_image{
  width: 48.5vw;
}

.display_concerti .list_image,
.display_home_concerti .list_image,
.display_home_festivals .list_image,
.display_home_esclusive .list_image{
  background-color: #222;
}

.display_single_news,
.display_single_artista{
  margin-bottom: 160px;
}

.list_content{
  clear: both;
}

.list_title{
  font-weight: bold;
}

.list_date, .list_rating, .list_your_rating {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 15px;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: 0.111em;
  font-size: 0.9em;
  font-weight: 500;
}

.list_your_rating{
  display: none;
}

body.logged-in .list_your_rating{
  display: inline-block;
}

.list_box{
  display: inline-block;
  margin-bottom: 40px;
  vertical-align: top;
}

.list_slideshow_contents{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  padding: 30px;
}

.custom_align_lt, .custom_align_lc, .custom_align_lb{
  text-align: left;
  justify-content: flex-start;
}

.custom_align_ct, .custom_align_cc, .custom_align_cb{
  text-align: center;
  justify-content: center;
}

.custom_align_rt, .custom_align_rc, .custom_align_rb{
  text-align: right;
  justify-content: flex-end;
}

.custom_align_jt, .custom_align_jc, .custom_align_jb{
  text-align: justify;
  justify-content: flex-start;
}

.custom_align_lt, .custom_align_ct, .custom_align_rt, .custom_align_jt{
  align-items: flex-start;
}

.custom_align_lc, .custom_align_cc, .custom_align_rc, .custom_align_jc{
  align-items: center;
}

.custom_align_lb, .custom_align_cb, .custom_align_rb, .custom_align_jb{
  align-items: flex-end;
}

.list_slideshow_contents .list_post_type{
  text-transform: uppercase;
}

.list_slideshow_contents .list_title{
  font-weight: 700;
  font-size: 2.555em;
}

.display_home_slideshow .list_box{
  display: block;
  margin: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.carousel .list_box{
  margin-right: 30px;
}

.slideshow.slideshow_display_none>.list_box+.list_box{
  opacity: 0;
}

.display_home_slideshow a{
  color: #fff;
}

.display_news .list_box{
  width: 31.333%;
}

.display_album .list_box{
  width: 48.5%;
}

.display_home_albums .list_box{
  width: 33.5vw;
}

.display_news .list_box:nth-child(3n+2){
  margin: auto calc(3% - 4pt);
}

.display_album .list_box:nth-child(2n){
  margin-left: calc(3% - 4pt);
}

.display_home_albums .list_box+.list_box{
  margin-left: 30px;
}

.list_box_infos{
  position:absolute;
  bottom: -8px;
}

.list_box_info{
  background: #ff4e57;
  padding: 4px 10px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}

.fake_banner{
  background: #ccc;
  text-align: center;
  vertical-align: middle;
  display: block;
}

.banner_300x250{
  width: 300px;
  height: 250px;
  line-height: 250px;
}

.banner_300x600{
  width: 300px;
  height: 600px;
  line-height: 600px;
}

.banner_970x250{
  width: 970px;
  height: 250px;
  line-height: 250px;
  margin: 0px auto;
}

.banner_728x90{
  width: 728px;
  height: 90px;
  line-height: 90px;
  margin: 0px auto;
}

figcaption.wp-caption-text {
    font-size: 0.55em !important;
    padding: 10px;
    opacity: 1 !important;
    text-align: right;
}

.masthead_container{
  background: repeating-linear-gradient(135deg,#fff,#fff 5px,#f6f6f6 5px,#f6f6f6 10px);
  padding: 35px 0px;
  width: 100vw;
  position: relative;
  left: calc((100vw - 1170px) / -2);
}

.slideshow_control_prev, .slideshow_control_next{
  font-size: 0.777em;
  z-index: 1000;
  position: absolute;
  bottom: 10px;
  color: #fff;
  cursor: pointer;
  padding: 2px 8px;
  border-radius: 8px;
  -moz-box-shadow: 0 0 1px #000;
  -webkit-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
  background: linear-gradient(-45deg, rgba(0,0,0, 0.3), rgba(0,0,0, 0.2), rgba(0,0,0, 0.5), rgba(0,0,0, 0.1));
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
}

.slideshow_control_next{
  right: 10px;
}

.slideshow_control_prev{
  left: 10px;
}

.slideshow_control_next:after{
  content: ' âŸ¶';
}

.slideshow_control_prev:before{
  content: 'âŸµ ';
}

.striscia{
  width: calc(55% - 15px);
  /*min-height: 90px;*/
  padding-top: 15px;
  padding-right: 15px;
  position: absolute;
  bottom: 0px;
  background: #fff;
  left: 0px;
  display: flex;
}

.striscia_contents{
  align-self: flex-end;
  width: 100%;
  text-align: right;
  margin: 0px !important;
}

.striscia_contents>*:last-child{
  margin-bottom: 0px !important;
}

.carousel{
  width: 200vw;
  height: 410px;
}

.carousel_control_prev, .carousel_control_next{
  bottom: 0px;
  position: absolute;
  color: #000;
  z-index: 1000;
  border: 5px solid #000;
  height: 40px;
  line-height: 44px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  font-size: 1.777em;
  font-weight: 300;
  box-sizing: content-box !important;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently */
}

.carousel_control_prev{
  left: calc(75.175vw + 35px);
}

.carousel_control_next{
  left: calc(75.175vw + 100px);
}

.carousel .list_box+.list_box+.list_box{
  display: none;
}

.carousel.display_home_albums .list_box{
  display: inline-block !important;
}

.carousel.display_home_albums .list_box+.list_box+.list_box+.list_box{
  display: none !important;
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%
}
50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}


.ui-datepicker-header{
  display: flex;
  align-items: center;
  height: 200px;
  text-align: center;
  background: #000;
  color: #fff;
  font-family: Poppins;
  position: relative;
}

.ui-datepicker-header .ui-datepicker-title{
  width: 100%;
}

.ui-datepicker-header .ui-datepicker-month{
  font-size: 27px;
  display: block;
}

.ui-datepicker-header .ui-datepicker-year{
  font-size: 40px;
}

.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next{
  position: absolute;
  top: 50%;
  margin-top: -20px;
  color: #fff;
  display: block;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}

.ui-datepicker-header .ui-datepicker-prev{
  left: 20px;
}

.ui-datepicker-header .ui-datepicker-next{
  right: 20px;
}

#datepicker .noncliccabile{
  color: #666;
}

.ui-datepicker-current-day,
.ui-datepicker-current-day a{
  color: #ff4e57;
}

html .elementor-widget-theme-post-content h3{
  font-weight: bold;
  font-size: 2.555em;
  font-weight:600;
  margin-top:1.5rem;
}

html .wm_fallback h4, html .wm_fallback h3 {
    /*font-weight: 600;
    font-size: 1.25em;
    font-family: "source serif pro",sans-serif;*/
    font-weight: 700;
    font-size: 1em;
    font-family: "source serif pro",sans-serif;
}

blockquote p {
background: repeating-linear-gradient(135deg,#fff,#fff 5px,#f6f6f6 5px,#f6f6f6 10px);
padding: 30px 30px 40px 30px;
position: relative;
margin: 0;
font-style: normal;
font-weight: 600;
}

blockquote {
border-left: 0;
padding: 0px 20px 30px 20px;
font-size: 1em;
margin: 40px 40px 40px 40px;
}

blockquote p::after,
blockquote p::before {
      font-size: 4em;
    position: absolute;
    font-weight: 700;
    font-family: arial;
    font-style: normal;
    color: black;
}

blockquote p::after {
    bottom: -25px;
    right: -40px;
    content: "â€";
}

blockquote p::before {
    top: -25px;
    left: -40px;
    content: "â€œ";
}

blockquote + p {
    margin-top: 0px !important;
}

blockquote cite{
  margin-top: 10px;
  padding-left: 40px;
  font-style: normal;
  font-weight: bold;
}

body[data-elementor-device-mode="mobile"] blockquote {
  padding: 0px 20px;
  font-size: 0.9em;
}

body[data-elementor-device-mode="mobile"] blockquote p{
  padding: 10px;
  font-weight: normal;
  /*background: none;*/
}

body[data-elementor-device-mode="mobile"] blockquote p:after,
body[data-elementor-device-mode="mobile"] blockquote p:before{
  font-size: 2em;
}

body[data-elementor-device-mode="mobile"] blockquote p:before{
  top: -10px;
  left: -20px;
}

body[data-elementor-device-mode="mobile"] blockquote p:after{
  bottom: -10px;
  right: -20px;
}

body[data-elementor-device-mode="mobile"] blockquote cite{
  padding-left: 20px;
}

i.eicon-wmentor:before {
    content: "W//M";
}

@media screen and (max-width: 1174px) {
  .display_news .list_image{
    height: calc(100vw * 0.18);
  }
  .display_recensioni_home .list_image{
    height: calc(100vw * 0.23);
    width: calc(100vw * 0.23);
  }
  .display_album .list_image{
    width: calc(100vw * 0.23);
    height: calc(100vw * 0.23);
  }
  .display_single_news .list_image{
    height: calc(100vw * 0.385);
  }
  .display_home_slideshow .list_image, .display_home_slideshow{
    height: calc(100vw * 0.41);
  }
}

.pill{
  background: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 15px;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
  display: inline-block;
  letter-spacing: 0.111em;
  font-size: 0.9em;
  font-weight: 500;
}

blockquote p:before{
  content: "“";
}

blockquote p:after{
  content: "„";
}

blockquote+p{
  margin-top: 100px;
}

p a{
  text-decoration: underline !important;
}

img[id^="stickyTrackImg"] {
    display: none;
}












/* p: altri piccoli fix */

/* link nelle liste dei post in underline */
.elementor-widget-theme-post-content li a {text-decoration: underline;}

/* test caroselli mobile con anteprima sulla dx */
@media(max-width:767px){
body div.elementor div.elementor-element div.wm_carousel:not(.wm_slideshow):not(.wm_amazon) .wm_content_list_item {
width: 88vw !important;
min-width: 88vw !important;
max-width: 88vw !important;
margin-right: 2vw !important;
}
}


/* utility-pezza per il font sbagliato */
.sans-serif {font-family:Poppins !important;}


/* fix per widget discografia mobile, ora senza carosello */
@media(max-width:767px) {
.elementor-widget-wm_content_list.wm_discografia .wm_content_list .wm_content_list_item{width: 100% !important}
}