.entry-title {
	color: blue;
}

.widget-title {
	color: yellow;
}

.body-text {
	color: blue;
}

.jetpack-social-navigation-svg .icon-facebook {
	fill: #557bca;
}

.jetpack-social-navigation-svg .icon-google-plus {
	fill: #e85441;
}

.jetpack-social-navigation-svg .icon-github {
	fill: #f5f5f5;
}

.jetpack-social-navigation-svg .icon-wordpress {
	fill: #f5f5f5;
}

/* Change background color for content of pages and posts | JC-705760-hc */
.style-pack-vintage.single-post article, .style-pack-vintage.page article {
	background-color: lightgray;
}

/* color of Share This, Related, author title and bio #8058339 df */
.sd-title {
	color: #ed212e;
}

.jp-relatedposts-headline {
	color: green;
}

.author-title {
	color: green;
}

.author-bio {
	color: #a21082;
}

.author-bio a {
	color: #ed212e;
}

.cat-links a {
	color: #ed212e;
}

.jp-relatedposts-post-title a {
	color: #a21082;
}

/* Changes color of blog post author, date, and comment links */
#infinite-handle span, #wp-calendar tfoot a, .comment-navigation a, .entry-footer a, .entry-footer a:visited, .entry-meta, .entry-meta a, .entry-meta a:visited, .post-navigation a, .post-navigation a span, .posts-navigation a, .comment-header cite, .comment-header span a {
	color: #cc14b0;
}

#infinite-handle span, #wp-calendar tfoot a, .comment-navigation a, .entry-footer a, .entry-footer a:visited, .entry-meta, .entry-meta a, .entry-meta a:visited, .post-navigation a, .post-navigation a span, .posts-navigation a, .comment-header cite, .comment-header span a {
	color: #ed212e;
}

#infinite-handle span button,
.post-navigation a span {
	color: #104fa1;
}

/*--- change post nav text color / JS ---*/
.nav-links a {
	color: #fff;
}

.post-navigation a span {
	color: #2558e4;
}

/* .entry-content change color | 8114966-hc jb */
.wf-active .entry-content {
	color: black;
}

/*--- change cat nav text color / JS ---*/
.cat-navigation a span {
	color: #2558e4;
}

/*--- change color of category page title / SD 8129413-HC*/
.wf-active .archive .page-title {
	color: white;
}

.page-links a {
	color: blue !important;
}

a.author-link:hover {
	color: blue;
}

/* Change Category Link Hover Color to Blue | kb-1580107-zd */
.cat-links a:hover {
	color: #0000ff;
}

/*Adjust the font size of posts title on the Blog page | GA - 11873879-hc*/
@media only screen and (min-width: 600px) {
	.wf-active .entry-title {
		font-size: 48px;
	}
}

/* Make featured prompt button text blue jr-12451141-hc */
.hero-area-button .button {
	color: blue;
}

.hero-area-content {
	color: black;
}

.hero-area-content {
	font-weight: normal;
	color: darkblue;
}

.hero-area-content {
	font-weight: normal;
	color: darkblue;
}

/* Copyright | HC-12498519 */
.site-info:after {
	content: "Copy right© saisannidhiblog.com [2019]. Unauthorized use and/or duplication of this material without express and written permission from this site’s owner is strictly prohibited.";
	font-size: 13px;
}

/* Changes the color of the site info */
.site-info, .site-info a {
	font-weight: bold;
	color: white;
}

/*--- Add bold & white color to hero area / 13075955-hc cj ---*/
.hero-area-content {
	font-weight: bold;
	color: white;
}