/*hide button icon above subscription widget | 32415724-hc NR*/
.widget-title:before {
	display: none;
}

/* Page and Post Title Color | 33418642-hc BH */
.entry-header {
    color: black;
}
.entry-title a {
    color: black;

}


/* Main Navigation Link Color | 33418642-hc BH */
.main-navigation li a {
    color: black;
}
.main-navigation li a:visited {
    color: black;
}

/*remove hover color on links | 33418642-hc*/
a:hover {
    color: #f78769;
}

/* preserve orange on hover on blog content 33419534-hc JG */
.content-area a:hover, .content-area a:visited, .content-area a:focus {
	text-transform: none;
	color: #f78769;
}

/* keep social media widget icons orange 33420139-hc DC*/
.jetpack_widget_social_icons a:active,
.jetpack_widget_social_icons a:focus,
.jetpack_widget_social_icons a:visited {
    color: #f78769;
}

/* change menu toggle button color | xxxxxx-zen (LL) */
nav.main-navigation button.menu-toggle {
    outline: 5px solid #f78769;
    background: #f78769;
}

/* center latex images vertically | 4653630-zen (LL) */
img.latex {
    vertical-align: middle;
}

/* hide previous and next posts at bottom of pages and posts */
.nav-links {
	display: none;
}

/* Email/Search text color | 33448958-hc (MS) */
::placeholder {
	color: black;
}

/* Sort by text color | 33448958-hc (MS) */
.jetpack-search-sort {
	color: black;
}

/* 'Share this/Like this' text color | 33448958-hc (MS) */
.sd-title {
	color: black;
}

/* 'Leave a Reply' text color | 33448958-hc (MS) */
#reply-title {
	color: black;
}

/* 'Sort buy' text color | 33448958-hc (MS) */
.jetpack-search-sort-wrapper > label {
	color: black;
}

/* change background of tags on single post pages | 33466580-hc eD */
.single-post .tags-links a:before,
.single-post .tags-links a:visited:before {
	border-top-color: #000000;
	border-bottom-color: #000000;
}

.single-post .tags-links a::after, 
.single-post .tags-links a:visited::after {
	border-left-color: #000000;
}

.single-post .tags-links a, 
.single-post .tags-links a:visited {
	background: #000000;
}
/* /change background of tags on single post pages | 33466580-hc eD */

/* change submit buttons to stay hover color #-33466580 hc silb */

button, .wp-block-button__link {
    background-color: #f78769;
    border: 1px dashed;
    outline: 5px solid #f78769;
}

/* keep blog titles black except hover hc-33466580 silb */
.entry-title a, .entry-title a:visited, .entry-title a:active {
    color: black;
}

/* Maintain Post Hover Color for visited pages on the blog | hc-33467705 am */
.blog a:hover {
     color: #f78769;
}

/* Maintain Post Hover Color for visited pages on the blog | hc-33467705 am */
.blog a:hover {
     color: #f78769;
}

/* Make Contact Font Black */
label {
color: #000000 !important;
}


