@charset "utf-8";
/* CSS Document */
/*
Theme Name: Astra Child
Theme URI: http://example.com/
Description: Tema Child per il tema astra
Author: Laura Mangiavacchi
Author URI: http://example.com/about/
Template: astra
Version: 0.1.0
*/

html,
body {
  overflow-x: hidden;
}

html {
  overflow-y: scroll;
}

/* submenu */
.main-header-menu .sub-menu {
  top: 50%;
}

/* cpt pagina evento */
/* immagine cover evento */

#slide img.immaginesotto {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.sopraeventi .title {
  white-space: normal; /* permette al testo di andare a capo */
  word-wrap: break-word; /* spezza parole troppo lunghe */
  overflow-wrap: break-word; /* standard moderno per spezzare parole */
}

.ingresso {
  font-size: 40px !important;
  font-weight: 700;
  margin-bottom: 50px;
}

/* button evento */

.evento-btn {
  border: 2px solid black;
  border-radius: 50px;
  padding-left: 25px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  color: black;
  background-color: white;
}

.evento-btn:hover {
  background-color: black;
  color: white;
}

.evento-button {
  margin-top: 40px;
}

/* titolo e bottone vicini */

.sopraeventi {
  display: flex;
  justify-content: space-between;
}

/* style dei cpt */
.centroeventi {
  font-size: 30px !important;
  font-weight: 300;
  margin-bottom: 50px;
  column-gap: 320px;
  line-height: 45px;
}

/* contenitore di tutto */
.contenitore {
  /* margin-left: 267px; */
  padding-top: 45px;
  max-width: 1200px;
  margin: 0 auto;
}

/* icone */
.fa-calendar-days,
.fa-clock,
.fa-location-dot {
  font-weight: 100;
}

/* line-height x i contenitori delle card degli eventi in home, eventi futuri e passati */
/* .cardeventi .pt-cv-ctf-list {
  line-height: 0.5px;
} */

/* cpt pagina artisti */

.contenitoreartista {
  margin-left: 12%;
  padding-top: 45px;
  max-width: 100%;
  margin-top: -350px;
  margin-right: 10%;
}

.sopraartista .title {
  white-space: normal; /* permette al testo di andare a capo */
  word-wrap: break-word; /* spezza parole troppo lunghe */
  overflow-wrap: break-word; /* standard moderno per spezzare parole */
}

.centroartista {
  font-size: 30px !important;
  font-weight: 300;
  line-height: 45px;
  margin-bottom: 150px;
}

.dataartista,
.oraartista {
  color: #ffffff;
}

.sopraartista h1 {
  color: #ffffff;
  line-height: 45px;
  margin-top: 20px;
}

.edizioneartista {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

.sottoartista .wp-block-social-links {
  margin-left: 0px !important;
}

/* freccie slider */
.uagb-post__inner-wrap {
  border-radius: 15px !important; /* Cambia il valore a piacere (es. 10px, 20px, 50% per cerchio) */
  overflow: hidden; /* Serve per arrotondare anche immagini o contenuti interni */
}

/* carosello artisti home */
.carosellohome .pt-cv-content {
  display: flex;
  font-size: 15px;
}

.carosellohome h4.pt-cv-title a {
  font-size: 40px !important;
  font-weight: 600 !important;
  line-height: 0.5 !important;
}

.carosellohome .pt-cv-ctf-list {
  font-size: 20px;
  line-height: 1;
  font-weight: 600 !important;
}

.pt-cv-readmore:hover {
  opacity: 1 !important;
}

/* cardeventi carosello home e pagina eventi */

.cardeventi .pt-cv-content {
  font-size: 17px !important;
  font-weight: 500 !important;
  column-gap: 10%;
  align-items: flex-end;
  justify-content: space-between;
}

.cardeventi .pt-cv-ctf-list {
  font-size: 25px;
  line-height: 1;
}

.cardeventi h4.pt-cv-title {
  font-size: 40px !important;
  font-weight: 600 !important;
  line-height: 0.5 !important;
}

.cardeventipassati {
  filter: brightness(70%);
}

/* cardeventipassati pagina eventi */

.cardeventipassati .pt-cv-content {
  font-size: 17px !important;
  font-weight: 500 !important;
  column-gap: 10%;
  align-items: flex-end;
  justify-content: space-between;
}

.cardeventipassati .pt-cv-ctf-list {
  font-size: 25px;
  line-height: 1;
}

.cardeventipassati h4.pt-cv-title {
  font-size: 40px !important;
  font-weight: 600 !important;
  line-height: 0.5 !important;
}

.cardeventipassati {
  filter: brightness(60%);
}

/* cardartistiarchivio degli artisti in archivio edizioni */

.cardartistiarchivio .pt-cv-content {
  font-size: 17px !important;
  font-weight: 500 !important;
  column-gap: 10%;
  align-items: flex-end;
  justify-content: space-between;
}

.cardartistiarchivio .pt-cv-ctf-list {
  font-size: 25px;
  line-height: 1;
}

.cardartistiarchivio h3.pt-cv-title a {
  font-size: 40px !important;
  font-weight: 600 !important;
  line-height: 0.5 !important;
}

/* arrotondamento bordi card in archivio edizioni market e artisti  */

.wp-block-getwid-images-slider__caption {
  border-radius: 25px;
  font-size: 30px;
  font-weight: 600;
  padding: 30px;
}

/* pallini di controllo dei caroselli in edizione 2024 */

/* .area_market_24 .slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 2px solid rgba(6, 190, 251, 0.5);
  background: transparent;
  cursor: pointer;
}

.area_market_24 .slick-dots li.slick-active button {
  width: 15px;
  height: 15px;
  border-color: rgba(6, 190, 251, 1);
} */

/* contactform */

.wpcf7-textarea {
  border: 1px solid black;
  border-radius: 25px !important;
  background-color: white;
}

.wpcf7-email,
.wpcf7-text {
  border: 1px solid black !important;
  border-radius: 25px !important;
  background-color: white !important;
}

:root :where(.is-layout-flex) {
  gap: 0px;
}

/* <!-- line-up artisti --> */
/* .wp-block-getwid-section__foreground {
  border: 2px solid white;
}

.uagb-post__image {
  border-radius: 25px;
}

.pt-cv-custom-fields {
  margin-top: 0px;
} */

/* .navigation.post-navigation {
  display: none !important;
} */

/* .menu-link {
  min-width: 94px;
}
 */
.figure_market img {
  border-radius: 25px;
}

/* pagina del menu artisti dove ci sono gli artisti in linea */

.contenitoreartisti .pt-cv-content {
  /*  display: flex; */
  column-gap: 10%;
  align-items: flex-end;
  justify-content: space-between;
}

.pt-cv-content-item {
  padding-bottom: 0px !important;
}

.contenitoreartisti .pt-cv-thumbnail {
  height: 600px;
  width: 100% !important;
  min-width: auto !important;
  max-width: auto !important;
}

.contenitoreartisti img {
  max-width: none !important;
}

.contenitoreartisti .pt-cv-content {
  /* margin-top: -400px; */
  margin-bottom: 50px !important;
  margin-left: 50px !important;
  margin-right: 50px !important;
  column-gap: 10%;
  align-items: flex-end;
  justify-content: space-between;
}

.contenitoreartisti .pt-cv-thumb-wrapper {
  border: 2px solid white;
}

.contenitoreartisti h4.pt-cv-title {
  margin-left: 50px;
}

.contenitoreartisti .pt-cv-custom-fields {
  margin-left: 50px;
  margin-top: 0px !important;
}

/* .provaprova .cvplbd {
  max-height: 400px;
  background: red;
  display: block;
  width: 100%;
  overflow: hidden;
} */

/* .provaprova .pt-cv-ifield a img {
  width: 100%;
} */

/* <!-- carosello area market 2024 -->
 */
.wp-block-getwid-images-slider.has-cropped-images
  .wp-block-getwid-images-slider__item
  figure
  img {
  border-radius: 25px;
  height: 350px;
  width: 602px;
}

.slick-track {
  column-gap: 10px;
}

.pt-cv-no-post {
  display: flex;
  justify-content: center; /* centro orizzontale */
  align-items: center;
  font-weight: 600;
}

/* <!-- filtro artisti pagina artisti --> */

#pt-cv-filter-bar-040734cnw0-category .btn {
  border-radius: 30px;
  padding-left: 25px;
  padding-right: 25px;
  border: 2px solid black !important;
  opacity: 100% !important;
}

#pt-cv-filter-bar-040734cnw0-category {
  margin-left: 260px;
}

/* carosello home custom puntini */

.carosellohome .pt-cv-carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 2px solid rgba(6, 190, 251, 0.5); /* #06BEFB con 50% opacity */
  background: transparent;
  cursor: pointer;
}

/* Puntino attivo */
.carosellohome .pt-cv-carousel-indicators li.active {
  width: 15px;
  height: 15px;
  border-color: rgba(6, 190, 251, 1); /* #06BEFB pieno */
  background: rgba(6, 190, 251, 1);
}

/* content view line-up */

.lineup .pt-cv-wrapper {
  min-height: 1050px;
}
.contenitorelineup div[data-pid="1536"].pt-cv-content-item {
  grid-column: 1 / -1;
  height: 600px;
}

.contenitorelineup div[data-pid="3366"].pt-cv-content-item {
  grid-column: 1 / -1;
  height: 600px;
}

.contenitorelineup div[data-pid="2475"].pt-cv-content-item {
  grid-column: 1 / -1;
  height: 200px;
  margin-top: 350px;
}

.contenitorelineup .pt-cv-thumb-wrapper {
  border: 2px solid white;
}

.contenitorelineup .pt-cv-content {
  align-items: flex-end;
  justify-content: space-between;
}

/* .contenitorelineup .pt-cv-rmwrap {
  justify-content: space-between;
}
 */
.show #acwp-toolbar-btn {
  background: black !important;
  border: 0;
}

/* tablet */

@media (min-width: 544px) and (max-width: 1024px) {
  /* menu */

  .lineup .pt-cv-wrapper {
    min-height: 1550px;
  }

  #pt-cv-filter-bar-040734cnw0-category {
    margin-left: 50px !important;
  }

  /* artisti */

  /*  .contenitoreartisti .pt-cv-content {
    column-gap: 5%;
  } */

  /* pagina del menu artisti */

  .contenitoreartisti .pt-cv-content {
    display: flex;
    flex-direction: row;
  }

  /* pagina dell'evento */

  #slide img.immaginesotto {
    width: 100%;
    height: 600px;
    object-fit: cover;
  }

  .contenitore {
    padding-top: 40px;
    max-width: 700px;
    margin: 0 auto;
  }

  .sopraeventi {
    column-gap: 10px;
  }

  .ingresso {
    font-size: 30px !important;
    font-weight: 700;
    margin-bottom: 25px;
  }

  .centroeventi {
    font-size: 20px !important;
    font-weight: 300;
    margin-bottom: 25px;
    column-gap: 320px;
    line-height: 30px;
  }

  .fa-calendar-days,
  .fa-clock,
  .fa-location-dot {
    font-weight: 100;
  }

  .evento-btn {
    border: 2px solid black;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 15px;
    color: black;
    background-color: white;
  }

  .evento-button {
    margin-top: 20px;
  }

  /* carosello artisti home */
  .carosellohome .pt-cv-content {
    display: flex;
    font-size: 10px;
    column-gap: 10%;
    align-items: flex-end;
    justify-content: space-between;
  }

  .carosellohome .pt-cv-ctf-list {
    font-size: 13px;
    line-height: 0.5;
    font-weight: 600 !important;
  }

  .carosellohome h4.pt-cv-title a {
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 0.8 !important;
  }

  .pt-cv-readmore:hover {
    opacity: 1 !important;
  }

  /* cardeventi carosello home e pagina eventi */

  .cardeventi h4.pt-cv-title {
    font-size: 40px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
  }

  .cardeventi .pt-cv-ctf-list {
    font-size: 13px;
    line-height: 1;
  }

  .cardeventi .pt-cv-content {
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.2;
  }

  /* cardeventipassati pagina eventi */

  .cardeventipassati h4.pt-cv-title {
    font-size: 40px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
  }

  .cardeventipassati .pt-cv-ctf-list {
    font-size: 13px;
    line-height: 1;
  }

  .cardeventipassati .pt-cv-content {
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.2;
  }

  /* cardartistiarchivio degli artisti in archivio edizioni */

  .cardartistiarchivio h4.pt-cv-title a {
    font-size: 40px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
  }

  .cardartistiarchivio .pt-cv-ctf-list {
    font-size: 13px;
    line-height: 1;
  }

  .cardartistiarchivio .pt-cv-content {
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.2;
  }

  /* cpt pagina artisti */

  .contenitoreartista {
    margin-left: 10%;
    padding-top: 45px;
    max-width: 100%;
    margin-top: -300px;
    margin-right: 10%;
  }

  .centroartista {
    font-size: 30px !important;
    font-weight: 300;
    line-height: 45px;
    margin-bottom: 100px;
  }

  .dataartista,
  .oraartista {
    color: #ffffff;
  }

  .sopraartista h1 {
    color: #ffffff;
    line-height: 45px;
    margin-top: 20px;
  }

  .edizioneartista {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
  }

  .sottoartista {
    margin-left: 10%;
    margin-right: 10%;
  }

  .sottoartista .wp-block-social-links {
    margin-left: 0px !important;
  }

  .sottoartista .uagb-buttons__wrap {
    justify-content: flex-end !important;
  }

  /* artsti pagina artisti */

  .contenitoreartisti .pt-cv-thumbnail {
    height: 600px;
    /* width: auto !important; */
    min-width: auto !important;
    max-width: auto !important;
    object-fit: cover;
    object-position: center;
  }

  .contenitoreartisti .pt-cv-thumbnail img {
    object-fit: cover;
    object-position: center center;
  }

  .contenitoreartisti img {
    max-width: none !important;
  }

  /* .contenitoreartisti h4.pt-cv-title a.cvplbd {
    margin-top: -400px !important;
    display: block;
  } */

  /* footer */
  .footer-social-inner-wrap {
    display: flex !important;
    flex-direction: row;
  }

  .ast-telegram {
    margin-left: 10px !important;
  }
  .ast-tiktok {
    margin-left: 10px !important;
  }

  .ast-behance {
    margin-left: 10px !important;
  }
}

/* mobile */

@media (max-width: 543px) {
  /* dimensione line-up */
  .lineup .pt-cv-wrapper {
    min-height: 1550px;
  }

  /* cpt pagina artisti */

  .contenitoreartista {
    margin-left: 10%;
    padding-top: 45px;
    max-width: 100%;
    /* margin-top: -250px; */
    margin-right: 5%;
  }

  .sopraartista .title {
    margin-top: 0px !important;
  }

  /*  .wp-block-uagb-container.uagb-block-761d270a {
    padding-top: 0px !important;
  } */

  /*  .sopraartista h1.title {
    margin-top: 10px;
    font-size: 40px;
    margin-bottom: 40px;
  } */

  .centroartista {
    font-size: 25px !important;
    line-height: 35px;
    margin-bottom: 170px;
  }

  .sopraartista h1 {
    /* line-height: 1px; */
    margin-top: 10px;
    font-size: 40px;
    margin-bottom: 10px;
  }

  .edizioneartista {
    font-size: 15px;
    font-weight: 600;
  }

  .sottoartista {
    margin-left: 10%;
    margin-right: 10%;
  }

  .sottoartista .miscelacontainer {
    margin-top: -65px;
  }

  .sottoartista .marcocastellocontainer {
    margin-top: -45px;
  }

  .sottoartista.wp-block-uagb-container {
    padding-top: 0px !important;
    display: block !important;
  }
  .sottoartista .wp-block-social-links {
    margin-left: 0px !important;
  }

  /* .sottoartista .uagb-buttons__wrap {
    justify-content: flex-start !important;
  } */

  /* carosello artisti home */
  .carosellohome .pt-cv-content {
    font-size: 12px;
    align-items: flex-end;
  }

  .carosellohome .pt-cv-ctf-list {
    font-size: 12px !important;
    line-height: 0.5 !important;
    font-weight: 600 !important;
  }

  .carosellohome h4.pt-cv-title a {
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
  }

  .carosellohome #pt-cv-view-6315be740k .pt-cv-carousel-caption {
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
  }

  .pt-cv-readmore:hover {
    opacity: 1 !important;
  }

  /* cardeventi carosello home e pagina eventi */

  .cardeventi h4.pt-cv-title {
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
  }

  .cardeventi .pt-cv-ctf-list {
    font-size: 17px;
    line-height: 1;
    margin-bottom: 25px !important;
  }

  .cardeventi .pt-cv-content {
    font-weight: 500 !important;
    column-gap: 10%;
    align-items: flex-end;
    justify-content: space-between;
  }

  .pt-cv-view.cardeventi .pt-cv-content {
    display: block !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.2;
  }

  /* cardeventipassati pagina eventi */

  .cardeventipassati h4.pt-cv-title {
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
  }

  .cardeventipassati .pt-cv-ctf-list {
    font-size: 17px;
    line-height: 1;
    margin-bottom: 25px !important;
  }

  .cardeventipassati .pt-cv-content {
    font-weight: 500 !important;
    column-gap: 10%;
    align-items: flex-end;
    justify-content: space-between;
  }

  .pt-cv-view.cardeventipassati .pt-cv-content {
    display: block !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.2;
  }

  /* cardartistiarchivio degli artisti in archivio edizioni */

  .cardartistiarchivio .pt-cv-content {
    font-weight: 500 !important;
    column-gap: 10%;
    align-items: flex-end;
    justify-content: space-between;
  }

  .pt-cv-view.cardartistiarchivio .pt-cv-content {
    display: block !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.2;
  }

  /* artisti pagina artisti */

  .contenitoreartisti .pt-cv-thumbnail {
    height: 600px;
    /* width: auto !important; */
    min-width: auto !important;
    max-width: auto !important;
    object-fit: cover;
    object-position: center;
  }

  /* .contenitoreartisti img {
    max-width: none !important;
  } */

  .contenitoreartisti h4.pt-cv-title a.cvplbd {
    margin-top: -400px !important;
    display: block;
  }

  /* cpt pagina dell'evento */

  .contenitore {
    /* padding-top: 0px !important;
    margin-left: 0px !important; */
    max-width: 350px !important;
    margin: 0 auto;
  }

  #slide img.immaginesotto {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }

  .sopraeventi .title {
    white-space: normal; /* permette al testo di andare a capo */
    word-wrap: break-word; /* spezza parole troppo lunghe */
    overflow-wrap: break-word; /* standard moderno per spezzare parole */
    font-size: 40px !important;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .sopraeventi {
    display: block;
  }

  .ingresso {
    font-size: 30px !important;
    font-weight: 700;
    margin-bottom: 35px;
  }

  /* button evento */

  .evento-btn {
    border: 2px solid black;
    border-radius: 50px;
    padding: 5px 15px 5px 15px;
    font-weight: 700;
    font-size: 20px;
    color: black;
    background-color: white;
  }

  .evento-btn:hover {
    background-color: black;
    color: white;
    border: 2px solid rgb(255, 255, 255);
  }

  .evento-button {
    margin: 0px 0px 25px 10px;
  }

  /* titolo e bottone vicini */

  /* style dei cpt */
  .centroeventi {
    font-size: 20px !important;
    font-weight: 300;
    margin-bottom: 20px;
    /* column-gap: 320px; */
    line-height: 25px;
    margin-left: 10px;
  }

  .sottoeventi {
    margin-left: 10px;
    margin-right: 10px;
  }

  /* contenitore di tutto */
  .contenitore {
    max-width: 1200px;
    margin: 0 auto;
  }

  .wp-block-uagb-container.uagb-block-51451cc8 {
    padding-right: 0px !important;
  }

  /* icone */
  .fa-calendar-days,
  .fa-clock,
  .fa-location-dot {
    font-weight: 100;
  }

  /* footer */
  .footer-social-inner-wrap {
    display: flex !important;
    flex-direction: row;
  }

  .ast-telegram {
    margin-left: 10px !important;
  }
  .ast-tiktok {
    margin-left: 10px !important;
  }

  .ast-behance {
    margin-left: 10px !important;
  }

  /* pagina artisti */
  #pt-cv-filter-bar-040734cnw0-category {
    margin-left: 50px !important;
  }

  /* #pt-cv-filter-bar-040734cnw0-category .pt-cv-filter-option {
    width: 50%;
    height: 50%;
  } */

  /* pagina dell'evento  */

  #slide img.immaginesotto {
    width: 100%;
    height: 600px;
    object-fit: cover;
  }

  #pt-cv-filter-bar-040734cnw0-category .btn {
    border-radius: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px solid black !important;
    opacity: 100% !important;
  }

  /*   artisti pagina artisti  */

  /* .contenitoreartisti .pt-cv-thumbnail {
    height: 600px;
    width: auto !important;
    min-width: auto !important;
    max-width: auto !important;
  } */

  /* .contenitoreartisti img {
    max-width: none !important;
  }

  .contenitoreartisti h4.pt-cv-title a.cvplbd {
   
    display: block;
    font-size: 25px !important;
  } */
}

@media (min-width: 1024px) {
  /*  .contenitoreartisti h4.pt-cv-title a.cvplbd {
    margin-top: -400px !important;
    display: block;
  } */

  .pt-cv-content {
    display: flex;
  }
}
