/*navigation size*/
.main-navigation {
	font-size: 16px;
	padding-top: 30px;
	text-align: right;
}

/*logo & site title*/
.site-title img {
	display: none;
}

.site-title a span:first-child {
	background: url('https://hccpartners.com/wp-content/uploads/2017/11/hhchorizontal2.jpg');
	display: inline-block;
	height: 75px;
	width: 184px;
	text-indent: -9999em;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*remove site title from nav*/
.site-title a span {
	text-indent: -9999em;
}

/*Nav Hover Color*/
.primary-navigation > li > a:hover {
	color: #4a63ae;
}

/*hero text color*/
#hero, #hero a, #hero a:visited {
	color: white;
}

/*footer background*/
#tertiary {
	background-color: black;
}

.site-footer {
	background-color: black;
}

/*footer text*/
#tertiary {
	color: white;
}

.site-footer {
	color: white;
}

/*HCC Partners Difference Background*/
#page .features {
	background: url('https://hccpartners.com/wp-content/uploads/2017/12/HCCP_Difference_light.jpg');
	background-position: center center;
	background-size: cover;
}

/*testimonials background color*/
#team,
#testimonials {
	background-color: #e4e8f3;
}

/*remove authors from blog posts*/
.byline {
	display: none !important;
}

/*remove the "Category:" from title - Exec Search*/
.category-executive-search #page-header h1 {
	visibility: hidden;
}

.category-executive-search #page-header h1:after {
	content: 'Executive Search';
	visibility: visible;
	display: block;
}

/*remove the "Category:" from title - Open Positions*/
.category-open-positions #page-header h1 {
	visibility: hidden;
}

.category-open-positions #page-header h1:after {
	content: 'Open Positions';
	visibility: visible;
	display: block;
}

/*remove the "Category:" from title - Filled Positions*/
.category-filled-positions #page-header h1 {
	visibility: hidden;
}

.category-filled-positions #page-header h1:after {
	content: 'Filled Positions';
	visibility: visible;
	display: block;
}

/*remove the "Category:" from title - Blog*/
.category-blog #page-header h1 {
	visibility: hidden;
}

.category-blog #page-header h1:after {
	content: 'Blog';
	visibility: visible;
	display: block;
}

/*remove the "Category:" from title - Assessments*/
.category-assessments #page-header h1 {
	visibility: hidden;
}

.category-assessments #page-header h1:after {
	content: 'Assessments';
	visibility: visible;
	display: block;
}

/*remove the "Category:" from title - Compensation*/
.category-compensation #page-header h1 {
	visibility: hidden;
}

.category-compensation #page-header h1:after {
	content: 'Compensation';
	visibility: visible;
	display: block;
}

/*remove the "Category:" from title - Leadership Development*/
.category-leadership-development #page-header h1 {
	visibility: hidden;
}

.category-leadership-development #page-header h1:after {
	content: 'Leadership Development';
	visibility: visible;
	display: block;
}

/*Remove Slider Links*/
#featured-content .entry-title {
	pointer-events: none;
	cursor: default;
}

Header Colors
#featured-content h1 {
	display: none;
}

#features-content h1 {
	display: none;
}

/*Remove Quotes from Testimonials*/
.single-jetpack-testimonial .entry-content p:first-of-type:before,
.testimonial > p:first-of-type:before {
	content: " " !important;
}

.single-jetpack-testimonial .entry-content p:last-of-type:after,
.testimonial > p:last-of-type:after {
	content: " " !important;
}

#page .features .call-to-action {
	display: none;
}

#page .features .call-to-action:nth-child(1) {
	display: block;
}

/*Remove Continue Reading from Homepage Blogs*/
#front-page-blog a.continue-reading {
	display: none;
}