/*==============FREE Publication==================*/
#ej-article-legend {display:none;}
#ej-article-indicators-prt, .ej-article-indicators-prt {          /* ===== Need to hook by class too */
	display:none;
}
#ej-article-indicators-buy a, .ej-article-indicators-buy a {      /* ===== Need to hook by class too */
	display:none;
}
#ej-article-indicators-free, #ej-article-indicators-free a, .ej-article-indicators-free a {     /* ===== Need to hook by class too */
	display:none;
}

#ej-article-actions-collections-hypPermLink{display:none;}

.icon-ai-free, .freeAccessIndicator
{
		display:none;
}
/*********Hide Carousel Image Border*********/
#wpFeatureCarousel div#slider ul li .carousel-img{border:0;}

/*********Hide Partial Access Icon********/
.prtAccessIndicactor{display:none;}

/********Hide Carousel Image Borders********/
.wp-feature-carousel__figure-item .figure-pic,.wp-feature-carousel__list-item .list-pic{border:none;}

/********Hide CE Icon********/
.icon-ai-ce{display:none;}
.colCreator, .colCreated{display:none;}

/********Hide Blog Author Name********/
#ej-blog-info #ej-blog-author-name{display:none;}

/********Blog Page Borders********/
#ej-blog-info{
border-top: 1px solid silver;
padding-top: 1em;
}
/********Blog Title Links on Blog Page********/
#ej-blog-info #ej-blog-title-small{padding-bottom:0;}
#ej-blog-info #ej-blog-title-small a{
  font-size:15px;
  padding-top:5px;
  padding-bottom:-10px;
  text-decoration:none;  
}
#wpBlogAboutAuthor .AuthorInfo .BlogAuthorImage{
  width:80px;
  height:100px;
}