/** begin blog.css stylesheet for template carousel-news.tpl.php */

/** Insert your CSS contents here */
.entry-event{
    text-align:center;
    border:1px solid var(--cnvs-link-color);
    background-color: var(--cnvs-link-color);
    border-radius: 7px;
    padding:10px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.entry-event h2{
    font-size: 24px;
    color:#fff;
}
.entry-event h2 a{
    color:#fff;
}