/* avia slider */


/* post title slide */

.html_elegant-blog .avia-content-slider .slide-entry-title {
    padding-top: 15px;
    font-size: 1.1em !important;  /* font size */ 
    height: 160px !important;  /* control the container height */ 
    background-color: orange !important; /* testing! */
} 


/* post excerpt container */

.avia-content-slider .slide-entry-excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 300px !important;  /* control the container height */ 
    background-color: purple !important; /* testing! */
}