/*
Theme Name: Melinda
*/


/* Write style here */

.solo-item.col-md-3.col-sm-3 {
    margin-top: 50px;
}
.solo-item .img-item {
    border: 1px solid #ccc;
}

.solo-item .img-item img {
    margin: 0;
}

.solo-item .img-item:hover {
    border: 1px solid #ffffff;
}

div#event-items {
    margin-top: 60px;
}

#event-items a {
	border: 1px solid #ccc;
    padding: 130px 0px;
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    margin: 10px 0px;
    width: 100%;
    text-align: center;
    border-radius: 100%;
}


#event-items a:hover {
    background: #ffffff;
    color: #fff;
}
#event-items1 img{
    border-radius: 50%;
    overflow: hidden;
}