a {
  color: #75050D;
  transition: color 0.13s;
}
a:hover, a:active {
  color: #b50814;
}
a:hover h2, a:active h2 {
  color: #b50814;
}

.logo {
  fill: #75050D;
}

a .logo {
  transition: fill 0.13s;
}
a .logo:hover, a .logo:active {
  fill: #b50814;
}

.gonzo .guizzo_big, .gonzo .multimedia {
  fill: #B43471;
}

.slider {
  overflow: hidden;
}
.slider figure {
  position: relative;
  top: 0;
  left: 0;
  width: 300%;
  animation: 13s slider infinite;
}
@keyframes slider {
  0% {
    left: 0;
  }
  40% {
    left: 0;
  }
  50% {
    left: -100%;
  }
  90% {
    left: -100%;
  }
  100% {
    left: -200%;
  }
}
.slider_slide {
  position: relative;
  float: left;
  width: 33.333333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.slider_slide picture, .slider_slide-image {
  width: 100%;
}
.slider_slide-caption {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background-image: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0) 5%, white 0.3%);
  background-image: linear-gradient(to top, white 0.3%, rgba(255, 255, 255, 0) 5%);
}
.slider_slide-llns {
  width: clamp(45vw, 21rem, 75vw);
  max-height: 60%;
  margin: auto auto 3.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.slider_slide-llns .button a {
  text-shadow: 0.03rem 0.03rem 0.34rem rgba(0, 0, 0, 0.55);
}
.slider_slide-llns .button span {
  box-shadow: 0.03rem 0.03rem 0.34rem rgba(0, 0, 0, 0.55);
}
.slider_slide-quote, .slider_slide-icon {
  margin-bottom: 5.5rem;
}
.slider_slide-quote {
  font-family: "Lavishly Yours", Verdana, serif;
  text-align: left;
  font-size: clamp(1.3rem, 5.5vw, 5.5rem);
  line-height: 1;
  color: #450F2D;
}
.slider_slide-icon {
  width: 6.6%;
  margin-left: 1.3%;
  padding-top: 8%;
}

@media all and (min-width: 40em) {
  .slider_slide-llns {
    margin: auto 3.4rem 3.4rem auto;
  }
}
/*
Theme Name: It's The Arts Child
Theme URI: https://messinafranco.it/itsthearts-child
Author: Davide Nugara @ Gonzo Multimedia
Author URI: https://gonzomultimedia.it
Description: Child theme for 2025 Franco Messina website template.
Template: itsthearts
Version: 1.1
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/licenses.html#GPL
Text Domain: itstheartschild
This theme, like WordPress, is licensed uder the GPL. Have fun with it!
*/
.home .shows, .home .works {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  margin-top: 3.4rem;
}
.home .summary h1, .home .summary p {
  display: inline;
}
.home .summary h1 {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 500;
  text-transform: capitalize;
}
.home .shows_latest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 1.3rem 2.1rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.3);
}
.home .shows_latest-thumb {
  width: clamp(2.1rem, 21vw, 8rem);
  border: 0.3rem solid #FFFFFF;
  box-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.3);
}
.home .shows_latest-content {
  margin: 0.8rem 0;
}
.home .works_carousel {
  width: 100%;
  max-width: 48rem;
  position: relative;
  overflow: hidden;
  border: 0.8rem solid #FFFFFF;
  box-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.3);
}
.home .works_carousel > div {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: contain;
  animation: imageAnimation 25s linear infinite 0s;
}
.home .works_carousel > div:nth-child(2) {
  animation-delay: 5s;
}
.home .works_carousel > div:nth-child(3) {
  animation-delay: 10s;
}
.home .works_carousel > div:nth-child(4) {
  animation-delay: 15s;
}
.home .works_carousel > div:nth-child(5) {
  animation-delay: 20s;
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  10% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}
.home .works img {
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}

.archive_mostre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 3rem;
}
.archive_mostre article {
  margin-bottom: 3.4rem;
}
.archive_mostre article span {
  border-bottom: 0.1rem solid #450F2D;
}
.archive_mostre article ul li {
  margin-top: 1.3rem;
}
.archive_mostre article#Uncategorized {
  display: none;
}

.single-mostra .wp-block-image {
  padding: 2.1%;
}

.single-mostra .hero {
  min-height: 10vh;
}

@media all and (min-width: 30em) {
  .single-mostra .hero {
    min-height: 13vh;
  }
}
@media all and (min-width: 40em) {
  .single-mostra .hero {
    min-height: 21vh;
  }
}
.wp-block-gallery {
  margin-top: 3.4rem;
}
.wp-block-gallery figure {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-height: 34rem;
  padding: 0.5rem;
}
.wp-block-gallery figure img {
  object-fit: cover;
  border: 0.1rem solid rgba(69, 15, 45, 0.34);
  padding: 3%;
}
.wp-block-gallery figure:hover {
  opacity: 0.79;
}

.llns {
  fill: #450F2D;
  -webkit-filter: drop-shadow(0.03rem 0.03rem 0.13rem rgba(0, 0, 0, 0.55));
  filter: drop-shadow(0.03rem 0.03rem 0.13rem rgba(0, 0, 0, 0.55));
}
.llns #title,
.llns #date {
  fill: #D5C582;
}

.privacy-policy .hero {
  min-height: 13vh;
}
.privacy-policy .container {
  text-align: left;
}
.privacy-policy .container article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.privacy-policy .container article h2 {
  margin-top: 2.1rem;
  margin-bottom: 1.3rem;
}
.privacy-policy .container article h3, .privacy-policy .container article h4 {
  margin-top: 0.8rem;
  margin-bottom: 0.3rem;
}

@media all and (min-width: 30em) {
  .home .shows_latest {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .home .shows_latest-content {
    text-align: left;
    margin: 0 1.3rem;
  }
}
@media all and (min-width: 40em) {
  .home .shows, .home .works {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .home .shows {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .home .shows .button {
    margin: 0;
    margin-left: 3rem;
  }
  .home .works {
    margin-top: 8rem;
  }
}

/*# sourceMappingURL=style.css.map */
