/*
 Theme Name:     Twenty Twenty-Five Child
 Theme URI:      https://ionutojica.ro/twentytwentyfive-child
 Description:    Temă copil pentru Twenty Twenty-Five.
 Author:         Ionuț Ojică
 Author URI:     https://ionutojica.ro
 Template:       twentytwentyfive
 Version:        1.0.0
 License:        GNU General Public License v2 or later
 License URI:    https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:    twentytwentyfive-child
*/

/* Facem sa se vada si ultimul element din meniul cursului */
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-wrapper {
  padding-bottom: 60px;
}

/*body .wp-block-columns {border-style:solid;}*/ 

.postie-post div {
  color: var(--wp--preset--color--contrast);
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--medium);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.1px;
  line-height: 1.5;
}

/* spațiu pentru div-urile goale */
.postie-post div:empty {
  display: block;
  height: var(--wp--preset--font-size--medium);
  content: "";
}

/* Layout pentru galeriile WordPress standard */

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;          /* spațiu între poze */
    margin-bottom: 1.5em;
}

.gallery-item {
    margin: 0;
}

.gallery-icon {
	text-align: center;
}

.gallery-icon img {
	border-radius: 12px;
}

/* Galerii cu 3 coloane */
.gallery.gallery-columns-3 .gallery-item {
    flex: 0 0 calc(33.333% - 10px);
}

/* Optional: 2 și 4 coloane, dacă le folosești */
.gallery.gallery-columns-2 .gallery-item {
    flex: 0 0 calc(50% - 10px);
}

.gallery.gallery-columns-4 .gallery-item {
    flex: 0 0 calc(25% - 10px);
}

@media (max-width: 600px) {
  .gallery .gallery-item {
    flex: 0 0 calc(50% - 10px);   /* 2 pe rând pe ecrane mici */
  }
}

/* pentru titluri peste imagini */
.glow {
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fcf8ef, 0 0 20px #fcf8ef, 0 0 25px #fcf8ef, 0 0 30px #fcf8ef, 0 0 35px #fcf8ef;
  }
  to {
    text-shadow: 0 0 10px #fff, 0 0 15px #fcf8ef, 0 0 20px #fcf8ef, 0 0 25px #fcf8ef, 0 0 30px #fcf8ef, 0 0 35px #fcf8ef, 0 0 40px #fcf8ef;
  }
}

/* meniul din header sa fie mai restrans */
header .wp-block-navigation-item a {
  padding: .5em .2em;
}
