.post-title, .post-title a {
    color: #5f5f5f !important;
    padding: 7px 12px;
    margin-bottom: 8px;
    height: 55px;
    overflow: hidden;
    font-family: 'Graphik Regular', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: .08125rem;
}
.subtitle_post {
    font-weight: bold;
    font-size: 21px;
    font-family: Montserrat;
    color: #5f5f5f !important;
    padding: 5px 4px;
    margin-bottom: 8px;
    height: 55px;
    overflow: hidden;
    display: none;
}
.latest-post {
    position: relative;
    padding-bottom: 14px;
    background-color: #FFF;
    border-bottom: 4px solid #d5d5d4;
}
.post-item-date {
    display: inline-block;
    position: absolute;
    bottom: 193px;
    right: 9px;
    background-color: #ee3733;
    color: #fff;
    padding: 3px 10px;
    font-weight: bold;
    font-size: 12px;
    z-index: 999;
}
.post-body {
    background-color: #FFF;
}
.descr_lat_post {
    margin-top: 6px;
    margin-bottom: 18px;
    height: 86px;
    overflow: hidden;
    padding: 7px 12px;
    text-align: justify;
    /* white-space: pre-line; */
    overflow-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color: #000;
    font-family: 'Graphik Regular';
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.75rem;
}
.post-footer {
    text-align: center;
    padding-bottom: 14px;
}
a.immagine-cliccabile {
    overflow: hidden;
    display: flex;
    width: auto;
    position: relative;
    border-bottom: 1px solid #cbc6c6;
    padding: 0px;
}
a.immagine-cliccabile img {
    width: auto !important;
    height: 289px !important;
    max-width: none;
    overflow: initial;
    margin: 0 auto;
    transition: all .5s ease-out 0s;
}
.blog_section .latest-post:hover > .latest-post-media a.immagine-cliccabile>img {
    transform: scale(1.2);
}
.blog_section .latest-post:hover {
    border-bottom: 4px solid #be9d60;
}
/*CSS CGPT*/
.immagine-cliccabile {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 200px;
  height: 300px;
  margin: 0px;
}
.immagine-cliccabile::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: blur(10px);
  transform: scale(1.1);
  z-index: 0;
  transition: transform 0.3s ease;
}
.immagine-cliccabile img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
}
.immagine-cliccabile::before {
  background-image: var(--img-url);
}
/*inizio BANNER*/
.caption_mob {
    color: #fff;
    padding: 20px;
    background-image: url("../../../banner/bg-i-nostri-prodotti.jpg");
    background-size: cover;
    opacity: 0;
}
.shared-caption a {
    display: inline-block;
    margin: 5px 10px 0 0;
}
.caption_mob,
.caption_desk {
    color: #fff;
    padding: 20px 20px 20px 0px;
    transition: opacity 0.3s ease;
}

.caption_mob.show,
.caption_desk.show {
    opacity: 1;
    display: block;
}
/*fine BANNER*/
.odissea_logo {
    width: 200px !important;
    position: initial !important;
    height: auto !important;
}
.descr_banner {
    font-size: 32px;
}
@media (max-width: 767px) {
    .caption_desk.show, .caption_desk {
        display: none;
    }
    .descr_banner {
        font-size: 20px;
        line-height: 21px;
        margin-bottom: 37Px;
    }
    .odissea_logo {
        width: 102px !important;
        position: initial !important;
        height: auto !important;
    }
    .caption_mob {
        display: none !important;
    }
    .btn-primary {
        color: #FFF !important;
        background-color: #bd9c5f !important;
        border-color: #e1a428 !important;
    }
    .btn-secondary {
        border-color: #e1a428 !important;  
    }
}

