/* Remove Jetpack Gallery Lightbox | 28053924-hc  | ERM*/
.wp-block-jetpack-tiled-gallery {
	pointer-events: none;
}

/* increase height of header 15597624-HC*/
.site-branding {
	padding: 7.75em 0;
}

/* increase width of content on larger screens | 28067939-hc TV */
@media screen and (min-width: 768px) {
	.single-jetpack-portfolio .entry-header, 
						.page-header, 
						.single-jetpack-portfolio .entry-content, 
						.page-content, 
						.page .entry-meta, 
						.single-jetpack-portfolio .entry-meta, 
						.comments-area, .post-navigation, 
						.posts-navigation {
		width: unset;
		max-width: calc(70% - 4em);
	}
}

/* adjust form field height/font | 28235781-hc NS */
form.contact-form input {
	font-size: 15px;
	height: 25px;
	border: solid black .5px;
}

form.contact-form textarea {
	font-size: 15px;
	height: 45px;
	border: solid black 1px;
}

/* adjust form button size | 28235781-hc NS */
form.contact-form button {
	font-size: 16px;
	padding: 8px;
}

/* Change button size HC-28432701 */
.wp-block-button__link {
	font-size: 16px;
	padding: 5px;
}

/* Remove border from buttons */
button.wp-block-button__link.is-style-fill.has-background.no-border-radius {
	border: 0;
}

/* Center Amazon Ifram  - MRFX-HC-30033179 */
.embed-amazon iframe {
	display: block;
	margin: auto;
}

/* hide page title |  37583266-hc KS-P  */
.page-title {
  display: none;
}

/*Remove extra white space at the top of pages since their page title was hidden with soem custom CSS | 37583266-hc(zy)*/
.site-content .content-area .site-main .page-header {
	display: none;
}

/*Hide category links on individual posts | 5909965-zen(zy)*/
.entry-meta .cat-links {
	display: none !important;
}

/*Hide tag links on individual posts | 5909965-zen(zy)*/
.entry-meta .tags-links {
	display: none !important;
}

/*Hide featured image on individual posts | 5909965-zen(zy)*/
.content-area .site-main .post .entry-header {
	margin-bottom: 20px;
}

.single-post .content-area .site-main .post img.wp-post-image {
	display: none;
}

/* Hide Post Meta Title | 40166758-hc (DH)*/
.single:not(.single-jetpack-portfolio) .entry-meta {
	display:none
}

/* Hide Post Meta Title | 40166758-hc (DH)*/
.single .entry-header, .page-header {
  display: none;
}

/* Force Wide Posts | 40166758-hc (DH)*/
@media screen and (min-width: 768px) {
.single .entry-content {
  width: 750px;
	}
}

.entry-wrapper .post img.wp-post-image {
	display: auto !important;
}

.entry-content, 
.entry-content p, 
.entry-content span, 
.entry-content li {
  color: #000000 !important;
}