/* BLOCCO POST CAROUSEL */

.post-carousel {
  display: flex;
}
.post-carousel-item {
  display: flex !important;
  flex: 1;
}

.post-carousel-item .item {
  box-shadow: 0 0 10px #bbb;
  background: #fff;
}

.post-carousel-item .item .thumbnail {
  background-color: var(--phddeib-primary);
  background-blend-mode: soft-light;
  background-size: cover;
  background-position: center;
  height: 250px;
  overflow: hidden;
  transition: 0.2s background-color;
}

.post-carousel-item:hover .item .thumbnail {
  background-color: transparent;
  transition: 0.2s background-color;
}

.post-carousel-item .item .featured .title {
  font-weight: lighter;
  margin: 0.7em 0;
}

.post-carousel-item .item .excerpt .title a {
  display: block;
  border-bottom: none;
  color: #333;
  text-decoration: underline;
}

.post-carousel-item .item .featured .tipo {
  display: inline-block;
  background: var(--phddeib-primary);
  color: #fff;
  font-weight: bold;
  font-size: 0.9em;
  padding: 4px 8px;
  margin-right: 8px;
}

.post-carousel-item .item .featured .date {
  display: inline-block;
  margin-bottom: 0.4em;
  font-weight: 600;
  font-size: 0.9em;
  color: var(--phddeib-primary);
}

.post-carousel-item .item .excerpt {
  padding: 2em;
  font-size: 1em;
}

.post-carousel-item .item .excerpt a {
  display: block;
  border-bottom: none;
  color: var(--phddeib-primary);
  text-decoration: none;
}

.post-carousel-item .item .excerpt a:hover {
  color: var(--phddeib-secondary);
}

.wp-block-lazyblock-post-carousel .tns-nav {
  text-align: center;
  margin: 10px 0;
}
.wp-block-lazyblock-post-carousel .tns-nav > [aria-controls] {
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #ffffff00;
  border: 1px solid var(--phddeib-primary);
}
.wp-block-lazyblock-post-carousel .tns-nav > .tns-nav-active {
  background: var(--phddeib-primary);
  width: 14px;
  height: 14px;
}
.wp-block-lazyblock-post-carousel .tns-ovh {
	padding-bottom: 1em;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	
}
