/* Enter Your Custom CSS Here */
.blog-single #primary .featured-image .featured-image-content:after {
    content: "";
    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(transparent)); 
    background-image: -webkit-linear-gradient(bottom, transparent, transparent);
    background-image: -o-linear-gradient(bottom, transparent, transparent);
    background-image: linear-gradient(to top, transparent, transparent);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.addeventatc {
 		visibility:hidden;
		z-index:-100;
}

.contentLink {
  text-decoration: underline;
  font-weight: bolder;
}