.wp-post-image {
  display:none;
}

.elementor-post__excerpt {
  position:relative;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5; /* number of lines to show */
line-height: 5;        /* fallback */
max-height: calc(1em*6);
  
}

@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
.elementor-post__excerpt { -webkit-box-orient: vertical; }

/*.elementor-post__excerpt {
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 800px;
}

.playerview.episode-list__entry.pod-entry.pod-entry__date {
  display:none !important;
}


