/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

#top .gallery .gallery-item {
  margin: 1px 1px 0 0;
  width: 200px;
  height: 200px;
  padding: 0;
}


.hero-section-triangle {
  position: relative;
  width: 100%;
  height: 35vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.triangle-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 0, 0, 0.8); /* rosso scuro */
  clip-path: polygon(0px 850px, 75% 50%, 0px -250px);
  z-index: 1;
}

.hero-title {
  color: white !important;
  font-size: 4rem !important;
  text-align: center;
  z-index: 2;
  position: absolute;
  bottom: 14vh;
}



.two-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; /* margine tra le colonne */
  padding: 50px 0 50px 0;
}

/* larghezze fisse su desktop */
.col-30 { flex: 0 0 28%; }
.col-70 { flex: 0 0 70%; }

/* sul mobile le colonne diventano full-width */
@media (max-width: 768px) {
  .col-30,
  .col-70 {
    flex: 0 0 100%;
  }
}
