/*hide theme credit 19291729-hc DF */
.blog-credits {
	display: none;
}

/* hide category page meta description | #20919400-hc eD */
.archive.category .page-header .tag-archive-meta {
	display: none;
}

/* reduce margin beneath title on category archive pages | #20919400-hc eD */
.archive.category .page-header {
	margin-bottom: 5px;
}

/* hide page title on all category archive pages | #20919400-hc eD */ .archive[class*="category-"] .page-title { font-size: 0; }
 /* replace title on event category archive page | #20919400-hc eD */ .archive.category-events .page-title:before { content: "Category Is...Events"; display: block; font-size: .9rem; }

/* replace title on news category archive page | #20919400-hc eD */
.archive.category-news .page-title:before {
	content: "Category Is...News";
	display: block;
	font-size: .9rem;
}

/* replace title on interviews category archive page | #20919400-hc eD */
.archive.category-interviews .page-title:before {
	content: "Category Is...Interviews";
	display: block;
	font-size: .9rem;
}

/* replace title on film category archive page | #20919400-hc eD */
.archive.category-film .page-title:before {
	content: "Category Is...Film & TV";
	display: block;
	font-size: .9rem;
}

/* replace title on theatre category archive page | #20919400-hc eD */
.archive.category-theatre .page-title:before {
	content: "Category Is...Theatre";
	display: block;
	font-size: .9rem;
}

/* replace title on music category archive page | #20919400-hc eD */
.archive.category-music .page-title:before {
	content: "Category Is...Music";
	display: block;
	font-size: .9rem;
}

/* replace title on books category archive page | #20919400-hc eD */
.archive.category-books .page-title:before {
	content: "Category Is...Books";
	display: block;
	font-size: .9rem;
}
/* Menu: change the color of the current item  -- 20923784-hc (EZ) */
.main-navigation li.current-menu-item > a {
	color: #ffffff;
}

/* Adjust header height | # 21361355 -hc */
.header {
    padding-top: 20px;
    padding-bottom: 5px;
}

/* Remove category page title | # 2136135 -hc */
.archive[class*="category-"] .page-title {
  display: none;
}

/* remove sticky pin icon from showing */
.post.sticky .sticky-post {
    display: none;
}

/*Add spacing after image captions-#37803486-hc KS */
.post-content *:last-child {
	margin-bottom: 20px;
}