@font-face {
  font-family: "ozikblack";
  src: url("../fonts/ozik-black-webfont.woff2") format("woff2"), url("../fonts/ozik-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ozikbold";
  src: url("../fonts/ozik-bold-webfont.woff2") format("woff2"), url("../fonts/ozik-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ozikmedium";
  src: url("../fonts/ozik-medium-webfont.woff2") format("woff2"), url("../fonts/ozik-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ozikregular";
  src: url("../fonts/ozik-regular-webfont.woff2") format("woff2"), url("../fonts/ozik-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  color: white !important;
  font-family: "Open Sans" !important;
  font-size: 20px;
  line-height: 1.3em;
  background: #182a2c;
  background-size: cover !important;
}

h1 {
  font-family: "ozikblack";
  text-transform: uppercase;
  font-size: 2.5em;
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 1.5em !important;
  }
}

#main-header {
  background: #000000;
  color: white;
}
#main-header .logo_container img {
  max-height: 90%;
}

h2 {
  font-family: "ozikblack";
  text-transform: uppercase;
}

h3 {
  font-family: "ozikblack";
  text-transform: uppercase;
}

h4 {
  font-family: "ozikblack";
  text-transform: uppercase;
}

a {
  color: #E52D1F;
  text-decoration: none;
}
a:hover {
  color: #E52D1F;
  text-decoration: underline;
}

#covo_lang_switcher {
  position: absolute;
  right: 45px;
  top: 25px;
}
#covo_lang_switcher .wpml-ls-legacy-dropdown-click {
  width: 60px !important;
}
#covo_lang_switcher .wpml-ls-legacy-dropdown-click a {
  padding: 5px;
  background-color: rgba(0, 0, 0, 0);
  border: 0px solid;
}

.et_pb_header_toggle:before {
  color: white;
}

.weglot_switcher {
  display: none !important;
}

.act_info .info {
  padding-bottom: 10px;
  font-size: 1.5em;
}
.act_info .opening_and_djs {
  padding-bottom: 15px;
}
.act_info .opening_and_djs p {
  padding-bottom: 0.5em;
  font-size: 1.2em;
}

.inner_sidebar_dx {
  padding: 15px;
  margin-top: -25px;
  position: relative !important;
}
@media screen and (max-width: 988px) {
  .inner_sidebar_dx {
    padding: 0;
    margin-top: 0;
  }
}
.inner_sidebar_dx .info_evento {
  padding: 35px 20px;
  font-size: 1.33em;
  line-height: 1.5em;
  text-align: center;
  margin: 0 0 15px 0;
}
.inner_sidebar_dx .info_evento a {
  color: #eaeaea;
}
.inner_sidebar_dx .info_evento .vertical_date {
  font-family: "ozikblack";
  text-transform: uppercase;
  font-size: 1.3em;
}
.inner_sidebar_dx .info_evento .vertical_date .giorno {
  font-size: 1.5em;
  line-height: 1.1em;
}
.inner_sidebar_dx .info_evento .location {
  padding: 15px;
  margin: 15px 0;
  border-top: 1px solid #E52D1F;
  border-bottom: 1px solid #E52D1F;
}

.evento_fb {
  background: #022FD0;
  color: white;
  padding: 10px;
  text-align: center;
}

.prevendita {
  text-align: center;
  padding: 25px 0;
}

.infogenerali {
  padding-top: 20px;
}

.evidenza {
  background: black;
  margin: 0;
}

.in_evidenza {
  height: 300px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.in_evidenza .inner_ev {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  position: absolute;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.65);
  color: white;
  font-family: "ozikblack";
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  left: 0;
  padding: 15px 15px 0px 15px;
  font-size: 30px;
  line-height: 1.3em;
}
.in_evidenza .inner_ev.data {
  bottom: -44px;
  padding: 10px 15px 5px 15px;
}
.in_evidenza:hover .main_act {
  bottom: 54px;
}
.in_evidenza:hover .data {
  bottom: 0px;
}

.eventi_lista h1 {
  text-align: center;
  font-size: 4em;
  padding: 45px 0 35px;
}
@media screen and (max-width: 500px) {
  .eventi_lista h1 {
    font-size: 2.5em;
  }
}
.eventi_lista .block_evento {
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
  font-size: 15px;
  height: 300px;
}
.eventi_lista .block_evento .sfondo_evento {
  background: white;
  margin: 15px 0;
  height: 270px;
  padding-top: 150px;
  overflow: hidden;
}
.eventi_lista .block_evento.block_gig .sfondo_evento {
  background-position: center;
  background-size: cover;
  box-shadow: inset 0px 0px 550px #E52D1F;
  -webkit-box-shadow: inset 0px 0px 550px #E52D1F;
  -moz-box-shadow: inset 0px 0px 550px #E52D1F;
  -o-box-shadow: inset 0px 0px 550px #E52D1F;
}
.eventi_lista .block_evento.block_gig .inner_evento {
  text-align: center;
  opacity: 0.55;
  background-color: #E52D1F;
  margin-top: 0px;
  height: 300px;
}
.eventi_lista .block_evento.block_gig .inner_evento .date {
  opacity: 0;
  height: 1px;
  padding: 0px 0;
  font-weight: bold;
  font-size: 1.1em;
  display: table;
  width: 100%;
}
.eventi_lista .block_evento.block_gig .inner_evento .titolo {
  font-family: "ozikblack";
  opacity: 1;
  text-transform: uppercase;
  padding: 0 15px;
  font-size: 1.75em;
}
@media screen and (max-width: 500px) {
  .eventi_lista .block_evento.block_gig .inner_evento .titolo {
    font-size: 20px !important;
  }
}
.eventi_lista .block_evento.block_mese {
  font-family: "ozikblack";
  color: #E52D1F;
  text-align: center;
  font-size: 55px;
  line-height: 65px;
}
.eventi_lista .block_evento.block_mese .sfondo_evento {
  padding-top: 70px;
  height: 270px;
}

/*.eventi_lista{
	padding-top:35px;
	h3{
		color:white;
		font-size: 45px;
		margin: 15px 0 -17px;

	}
	.monthblock{
		border-bottom:1px solid $grey-light;
		display: table;
		width: 100%;
		.evento_lista{
			&.firsttwo{
				@media screen and (min-width:$phone){
					display: none;
				}
			}
			&.lastfive{
				@media screen and (max-width:$phone){
					display: none;
				}
			}
			border:1px solid $grey-light;
			border-bottom: none;
			font-size: 1.5em;font-weight: light;
			display: table;
			width: 100%;
			div{
				padding:15px;
				@media screen and (max-width: $phone){
					padding:10px;
					font-size:0.95em;
					&:first-child{
						padding-bottom:0;
					}
				}
			}
		}
	}
}*/
.nextfour h2 {
  color: white;
  font-size: 55px;
  margin-top: 15px;
}
.nextfour .up_next {
  padding: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 250px;
}
.nextfour .up_next .data, .nextfour .up_next .titolo {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px;
}

.covo_button_link {
  text-decoration: none;
}

.covo_button {
  margin: 10px auto;
  border: 1px solid;
  display: block;
  width: 300px;
  padding: 5px;
  text-align: center;
  font-size: 1.4em;
}
.covo_button:hover {
  background-color: #E52D1F;
  color: #000000;
}

.contrast_rosso_23 {
  background-color: #E52D1F;
}
.contrast_rosso_23 .et_pb_column {
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
}
.contrast_rosso_23 .et_pb_column h1, .contrast_rosso_23 .et_pb_column h2, .contrast_rosso_23 .et_pb_column h3 {
  color: #E52D1F;
}
.contrast_rosso_23 .et_pb_column h2 {
  font-size: 55px;
}
.contrast_rosso_23 .et_pb_column h3 {
  font-size: 40px;
}

.contrast_rosso_23 {
  background-color: #E52D1F;
}
.contrast_rosso_23 .et_pb_column {
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
}

.partner .et_pb_image_wrap {
  width: 100%;
}
.partner .et_pb_image_wrap img {
  margin: 0 auto;
  display: block;
  max-height: 200px;
}

#mc_embed_signup_scroll {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  display: block;
  color: white;
}
#mc_embed_signup_scroll input[type=submit] {
  background: none;
  border: 1px solid;
  margin: 0 auto;
  display: block;
  padding: 5px 35px;
}
#mc_embed_signup_scroll input[type=text],
#mc_embed_signup_scroll input[type=email] {
  width: 100%;
  margin-bottom: 10px;
}
#mc_embed_signup_scroll label {
  font-size: 22px;
  font-weight: 300;
}
#mc_embed_signup_scroll input[type=submit] {
  color: white;
}

.evidenza .et_pb_slide .data {
  background-color: #E52D1F;
  color: black;
  width: 170px;
  height: 170px;
  text-align: center;
  padding: 17px 4px;
}
@media screen and (max-width: 500px) {
  .evidenza .et_pb_slide .data {
    width: 90px;
    height: 90px;
  }
}
.evidenza .et_pb_slide .artista {
  color: white;
  background-color: #E52D1F;
  padding: 20px;
  text-align: center;
  font-size: 35px;
}
@media screen and (max-width: 500px) {
  .evidenza .et_pb_slide .artista {
    font-size: 18px;
  }
}

.fwidget {
  width: 100%;
  text-align: center;
}

footer .social_links {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}
footer h2, footer h3, footer h4 {
  color: white !important;
}
footer i {
  color: #E52D1F;
  font-size: 35px !important;
}

.archivio h5 {
  font-size: 1.3em;
  font-family: "ozikblack";
}
.archivio .et_pb_toggle_close li,
.archivio .et_pb_toggle_open li {
  list-style: none;
  padding: 5px;
}

.error404 #main-content {
  background: none;
  color: white;
}
.error404 .page_container {
  padding-top: 45px;
  min-height: 50vh;
}
.error404 h1 {
  color: white;
}
.error404 .container:before {
  display: none;
}

@media screen and (min-width: 600px) {
  .center_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.eventi_lista h1 {
  text-align: center;
  font-size: 4em;
  padding: 45px 0 35px;
}
@media screen and (max-width: 500px) {
  .eventi_lista h1 {
    font-size: 2.5em;
  }
}
.eventi_lista .block_evento {
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
  height: 300px;
}
.eventi_lista .block_evento .sfondo_evento {
  background: white;
  margin: 15px 0;
  height: 270px;
  padding-top: 150px;
  overflow: hidden;
}
.eventi_lista .block_evento.block_gig .sfondo_evento {
  box-shadow: inset 0px 0px 0px #000000;
  -webkit-box-shadow: inset 0px 0px 0px #000000;
  -moz-box-shadow: inset 0px 0px 0px #000000;
  -o-box-shadow: inset 0px 0px 0px #000000;
}
.eventi_lista .block_evento.block_gig .sfondo_evento .inner_evento {
  background-color: rgba(0, 0, 0, 0.75);
}
.eventi_lista .block_evento.block_gig .sfondo_evento .inner_evento .date, .eventi_lista .block_evento.block_gig .sfondo_evento .inner_evento .titolo {
  color: white;
}
.eventi_lista .block_evento.block_gig .sfondo_evento {
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
  background-position: center;
  background-size: cover;
}
.eventi_lista .block_evento.block_gig .inner_evento {
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
  text-align: center;
  margin-top: 0px;
  opacity: 1;
  height: 300px;
}
.eventi_lista .block_evento.block_gig .inner_evento .date {
  padding: 0px 0;
  font-weight: bold;
  font-size: 1.1em;
  display: table;
  width: 100%;
  opacity: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.eventi_lista .block_evento.block_gig .inner_evento .titolo {
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
  font-family: "ozikblack";
  opacity: 1;
  text-transform: uppercase;
  padding: 0 15px;
  line-height: 1.1em;
  font-size: 1.8em;
}
.eventi_lista .block_evento.block_mese {
  font-family: "ozikblack";
  color: #E52D1F;
  text-align: center;
  font-size: 55px;
  line-height: 65px;
}
.eventi_lista .block_evento.block_mese .sfondo_evento {
  background-color: #E52D1F;
  color: white;
}
.eventi_lista .block_evento.block_mese .sfondo_evento {
  padding-top: 70px;
  height: 270px;
}

@media screen and (max-width: 500px) {
  .et_pb_slides .et_pb_container {
    height: 50vh !important;
  }
}

#carouselEventiEvidenza {
  padding: 0;
  height: 80vh;
}
#carouselEventiEvidenza .carousel-item {
  height: 80vh;
  background-size: cover;
  background-position: center;
}
#carouselEventiEvidenza .carousel-item a {
  display: table;
  width: 100%;
  height: 80vh;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
#carouselEventiEvidenza .carousel-item .data {
  opacity: 1;
  position: absolute;
  padding-left: 20px;
  background-size: auto 100%;
  background-position: left;
  background-repeat: no-repeat;
  top: 38vh;
  color: #022fd0;
  font-weight: bold;
  background-color: #eaf2f4;
  left: 60%;
  font-family: "Open Sans";
  font-size: 25px;
  padding: 10px 15px;
}
@media screen and (max-width: 500px) {
  #carouselEventiEvidenza .carousel-item .data {
    left: 10%;
    top: 43vh;
  }
}
#carouselEventiEvidenza .carousel-item .artista {
  opacity: 1;
  position: absolute;
  top: calc(37vh + 55px);
  color: #eaf2f4;
  background-color: #19213b;
  left: 60%;
  line-height: 1.1em;
  font-size: 45px;
  display: table;
  background-size: 100% 100%;
  padding: 25px;
  max-width: 30%;
  font-family: "ozikblack";
  text-transform: uppercase;
}
@media screen and (max-width: 500px) {
  #carouselEventiEvidenza .carousel-item .artista {
    top: calc(43vh + 55px);
    left: 10%;
    max-width: 80%;
    font-size: 35px;
  }
}

.link_evento {
  text-decoration: none;
}
.link_evento:hover {
  text-decoration: none;
}

.owl-nav button {
  margin: 10px;
}
.owl-nav button span {
  font-size: 1.75em;
}

.single-evento {
  font-size: 20px;
  line-height: 1.3em;
}
@media (max-width: 500px) {
  .single-evento {
    font-size: 17px;
  }
}
.single-evento .header_evento {
  height: 60vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/img/eventi_default.jpg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  font-family: "ozikmedium";
}
@media (max-width: 500px) {
  .single-evento .header_evento {
    height: 50vh;
  }
}
.single-evento .header_evento .title_event {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.9)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.9));
  padding: 60px 20px 0px;
}
.single-evento .header_evento .title_event .opening_act {
  font-size: 1.3em;
  padding-top: 10px;
}
.single-evento .header_evento .title_event .opening_act a {
  color: white;
}
.single-evento .header_evento .title_event h1 {
  color: white;
  font-size: 90px;
  line-height: 1em;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: "ozikblack";
}
.single-evento .header_evento .title_event h1.titleXl {
  font-size: 95px;
}
@media (max-width: 500px) {
  .single-evento .header_evento .title_event h1.titleXl {
    font-size: 40px !important;
  }
}
.single-evento .header_evento .title_event h1.titleLg {
  font-size: 85px;
}
@media (max-width: 500px) {
  .single-evento .header_evento .title_event h1.titleLg {
    font-size: 30px !important;
  }
}
.single-evento .header_evento .title_event h1.titleMd {
  font-size: 75px;
}
@media (max-width: 500px) {
  .single-evento .header_evento .title_event h1.titleMd {
    font-size: 25px !important;
  }
}
.single-evento .header_evento .title_event h1.titleSm {
  font-size: 65px;
}
@media (max-width: 500px) {
  .single-evento .header_evento .title_event h1.titleSm {
    font-size: 20px !important;
  }
}
.single-evento .header_evento .title_event .date {
  padding-bottom: 15px;
  padding-top: 10px;
  font-size: 1.3em;
  line-height: 1.3em;
}
.single-evento .header_evento .title_event .date_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}
@media (max-width: 500px) {
  .single-evento .header_evento .title_event .date_price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-evento .header_evento .title_event .date_price .price {
    padding-top: 10px;
    padding-left: 0 !important;
  }
}
.single-evento .header_evento .title_event .date_price svg {
  margin-right: 2px;
  margin-top: -5px;
}
.single-evento .header_evento .title_event .date_price svg path {
  fill: white;
}
.single-evento .header_evento .title_event .date_price .price {
  padding-left: 25px;
}
.single-evento .header_evento .title_event.fixed {
  position: fixed;
  top: 14px;
  padding-top: 80px;
  z-index: 10;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(70%, rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(#000000 0%, rgba(0, 0, 0, 0.9) 70%, rgba(0, 0, 0, 0.3) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.single-evento .header_evento .title_event.fixed .evento_badge_link {
  display: none;
}
.single-evento .header_evento .title_event.fixed h1 {
  font-size: 35px;
  padding-top: 35px;
  padding-bottom: 15px;
  color: white !important;
}
.single-evento .header_evento .title_event.fixed .opening_act, .single-evento .header_evento .title_event.fixed .date {
  display: none;
}
.single-evento .header_evento .title_event.fixed .tasto_evento {
  font-size: 0px;
}
.single-evento .header_evento .title_event.fixed .tasto_evento .prevendita {
  padding: 10px 0;
}
@media (max-width: 500px) {
  .single-evento .header_evento .title_event.fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    padding: 10px;
  }
  .single-evento .header_evento .title_event.fixed h1 {
    padding-top: 10px;
    font-size: 23px !important;
  }
  .single-evento .header_evento .title_event.fixed .tasto_evento {
    font-size: 15px;
    padding: 5px;
    margin-top: 15px;
  }
}
.single-evento .colonna_evento {
  position: sticky;
  top: 180px;
  text-align: center;
}
.single-evento .colonna_evento .prices {
  background: rgba(255, 255, 255, 0.3);
  padding: 15px;
}
.single-evento .colonna_evento .prices div {
  padding: 5px 0;
}
.single-evento .colonna_evento .prices a {
  color: white;
}
.single-evento .colonna_evento .where {
  background-color: white;
  color: #E52D1F;
  padding: 15px;
  font-family: "ozikregular";
  font-size: 1.3em;
}
.single-evento .colonna_evento .where svg {
  height: 1.5em;
}
.single-evento .colonna_evento .where svg path {
  fill: #E52D1F;
}
.single-evento .colonna_evento .where a {
  text-decoration: none;
}
.single-evento .colonna_evento .tasto_evento {
  background-color: #E52D1F;
  color: white;
  font-family: "ozikblack";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.3em;
  padding: 15px;
}
@media (max-width: 500px) {
  .single-evento .colonna_evento .tasto_evento {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 5px;
  }
}
.single-evento .colonna_evento .tasto_evento #open_modal_prevendita,
.single-evento .colonna_evento .tasto_evento a {
  cursor: pointer;
  color: white;
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 500px) {
  .single-evento .colonna_evento .tasto_evento #open_modal_prevendita,
  .single-evento .colonna_evento .tasto_evento a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
  }
}
.single-evento .colonna_evento .tasto_evento img,
.single-evento .colonna_evento .tasto_evento svg {
  height: 50px;
  display: block;
  margin: 10px auto;
}
@media (max-width: 500px) {
  .single-evento .colonna_evento .tasto_evento img,
  .single-evento .colonna_evento .tasto_evento svg {
    height: 1em;
    display: inline;
    margin: 2px 5px;
  }
}
.single-evento .colonna_evento .tasto_evento img path,
.single-evento .colonna_evento .tasto_evento svg path {
  fill: white;
}
.single-evento .colonna_evento .tasto_evento .open_modal_prevendita {
  cursor: pointer;
}
.single-evento .colonna_evento .tasto_evento .covo_modal {
  display: none;
  position: fixed;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000000;
  padding: 30vh calc(50% - 250px);
}
.single-evento .colonna_evento .tasto_evento .covo_modal svg path {
  fill: black;
}
.single-evento .colonna_evento .tasto_evento .covo_modal .inner_modal {
  background: white;
  padding: 50px 30px;
}
.single-evento .colonna_evento .tasto_evento .covo_modal .inner_modal h3 {
  color: black;
  text-align: center;
}
.single-evento .colonna_evento .tasto_evento .covo_modal .inner_modal a {
  color: black;
  font-family: "ozikregular";
  width: 100%;
}
.single-evento .colonna_evento .tasto_evento .covo_modal .inner_modal a .covo_button {
  font-size: 20px;
  line-height: 1.3em;
}
.single-evento .colonna_evento .tasto_evento .covo_modal.open {
  display: block;
}
.single-evento .colonna_evento .tasto_evento .covo_modal .close_modal {
  margin-top: -50px;
  width: 25px;
  float: right;
  display: block;
}
.single-evento .follow {
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 30px;
  font-family: "ozikblack";
}
.single-evento .follow a {
  color: white;
}
@media (max-width: 500px) {
  .single-evento .follow {
    font-size: 25px;
  }
}
.single-evento .info {
  padding-top: 20px;
}
.single-evento #descrizione {
  padding: 15px 0;
}
.single-evento #descrizione .yt_video {
  padding: 50px 0 20px;
}
.single-evento #descrizione .yt_video iframe {
  margin: 0 auto;
  display: block;
}
.single-evento #descrizione #descrizione_inner {
  -webkit-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}
.single-evento #descrizione #show_more_descrizione,
.single-evento #descrizione #show_less_descrizione {
  display: none;
  cursor: pointer;
  background-color: #E52D1F;
  font-family: "ozikmedium";
  margin: 15px auto;
  width: 160px;
  text-align: center;
  border-radius: 25px;
  padding: 10px 10px;
}
.single-evento #descrizione.expandable #descrizione_inner {
  max-height: 500px;
  overflow: hidden;
}
.single-evento #descrizione.expandable #show_more_descrizione {
  display: block;
}
.single-evento #descrizione.expanded #descrizione_inner {
  max-height: 5000px;
}
.single-evento #descrizione.expanded #show_less_descrizione {
  display: block;
}
.single-evento .inner_evento {
  padding-top: 75px;
}
.single-evento .inner_evento.coming_soon {
  padding-bottom: 55px;
}
.single-evento .inner_evento.coming_soon a {
  text-decoration: none;
}
.single-evento .inner_evento.coming_soon a .up_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  min-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.single-evento .inner_evento.coming_soon a .up_next .titolo {
  width: 100%;
  padding: 10px;
  font-size: 20px;
  line-height: 1.2em;
  color: white;
  left: 0;
  font-family: "ozikblack";
  text-transform: uppercase;
  font-weight: bold;
  background-color: rgba(229, 45, 31, 0.7);
}
.single-evento .inner_evento h3 {
  font-size: 45px;
  line-height: 1.1em;
  font-size: 30px;
}
@media (max-width: 500px) {
  .single-evento .inner_evento h3 {
    font-size: 25px;
  }
}
.single-evento .inner_evento h4 {
  padding-top: 20px;
}
.single-evento .inner_evento h4 svg {
  margin-right: 4px;
}
.single-evento .inner_evento h4 svg path {
  fill: white;
}
.single-evento .inner_evento .nome_dj {
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: 10px;
}
@media (max-width: 500px) {
  .single-evento .inner_evento {
    padding-top: 35px;
  }
}
.single-evento .content_event #rinviato {
  background: rgba(255, 255, 255, 0.8);
  color: black;
  padding: 20px;
  margin-top: 35px;
}
.single-evento .content_event #rinviato h2 {
  color: black;
}
.single-evento .content_event #rinviato h2 svg {
  margin-top: -5px;
}

.evento_badge_link {
  text-decoration: none;
}

.evento_badge {
  color: white;
  background-color: #E52D1F;
  padding: 5px 10px;
  border-radius: 10px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 4px;
}

.row-search_event {
  margin-bottom: 35px;
}
.row-search_event .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}
.row-search_event .details a {
  text-decoration: none;
}
.row-search_event .details a h3 {
  color: #E52D1F;
  font-size: 2.5em;
}
.row-search_event .details .linkevent {
  border: 1px solid;
  width: 140px;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  margin-top: 14px;
}

.et_pb_fullscreen_nav_container a {
  text-decoration: none;
}

.et-fixed-header #covo_lang_switcher {
  top: 6px;
}

#main-footer {
  background-color: #000000;
}

.wpml-ls-item a::after {
  color: white;
}