/*
 Theme Name:   YOOtheme Officelayout
 Template:     yootheme
 Author:       Sernicola Labs feat. Sebastiano Ercoli
 Description:  YOOtheme Child Theme
 Version:      1.2.1
 Text Domain:  yootheme-officelayout
*/


._fit-frame-height-to-content._left {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  figcaption {
      display: flex;
      align-items: flex-end;
      font-size: 14px;
  }
}
._fit-frame-height-to-content._left div {
    padding-bottom: 0px !important;
    background-size: cover;
    width: 300px;
    min-height: 300px !important;
}

.wrapper_items .items {
    display: flex;
        flex-wrap: wrap;
       justify-content: flex-start;
        gap: 20px;
}
.pt-cv-content-item {
    display: flex;
    max-width: 300px;
    gap: 10px;
}
.pt-cv-ifield {
    max-width: 100px;
}
.pt-cv-content-item .pt-cv-ifield img {
 width: 240px;
 height: 70px;
 object-fit: cover;
}
.pt-cv-content-item .wrap-evento-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wrapper_items .items .pt-cv-content-item a {
  color:#000;
}
.wrapper_items .items .pt-cv-content-item h4 {
  text-transform: none;
  font-size: 1rem;
  margin-bottom: 0px;
}
.wrapper_items .items .evento-meta.evento-data {
    font-size: 14px;
}
.wrapper_items .items .pt-cv-content-item * {
  color: #fff!important;
}
