/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.show_attributes{
    padding: 5px;
    border: solid 1px;
    background-color: gray;
    color: white;
    margin: 0 5px;
}

ul.vp_show_times{
    list-style:none;
    padding:0;
}

ul.vp_show_times li.vp_showing{
    padding: 5px 5px 5px 0;
    border-bottom: solid 1px;
}
ul.vp_show_times li.vp_showing:last-of-type{
    border-bottom:none;
}

.video-item .video-details .video-venue, .video-item .video-details .video-title {
    margin: 0;
    font-size: 16px!important;
    color: #111111;
}

.owl-item .video-item .rating{
    display:none !important;
}
