/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
body {
	color: #220B75;
}

a {
	color: #220b75;
	font-weight: bold;
}

.entry-title {
	color: #220b75;
}

.nav-menu-wrapper li a, .nav-menu-wrapper li a:link {
	color: #220b75;
}

.social-menu ul li a:before {
	color: #F8F6F0;
	background-color: #220b75;
}

/* Hide category page title and change entry date font color | 9788539-hc | SV */
h1.archive-title {
	display: none;
}

.posted-on .entry-date {
	color: #200b75;
}

.widget-title {
	color: #220b75;
}

/* Hides page title from all pages */
.post-972>h1.entry-title {
	display: none;
}

/* Change the search box color and border */
input[type="search"] {
	background-color: #fbffff;
	border-color: #220b75;
}

/* Change color of dividing borders | 9914080-hc */
#site-navigation .nav-menu, .menu-toggle, .nav-menu-wrapper li .sub-menu, .widget, .widget_calendar #calendar_wrap #wp-calendar tbody, .widget_calendar #calendar_wrap #wp-calendar thead, .nav-menu-wrapper li.menu-item-has-children>a:after, .article-popup {
	border-top-color: #220b75;
}

/* Change color of bottom dividing borders | 9914080-hc */
#site-navigation .nav-menu, .menu-toggle, .widget_calendar #calendar_wrap #wp-calendar tbody, .featured-content, .nav-menu-wrapper li .sub-menu a, .nav-menu-wrapper li {
	border-bottom-color: #220b75;
}

/* Remove nav border | 9914080-hc */
#site-navigation .nav-menu {
	border-bottom: none;
	border-top: none;
}

/*Hide some widget borders*/
#music-player-12,
#search-7 {
	border-top: none;
}

.post-2616 .entry-title {
	display: none;
}

/* Remove widget line above "About Me" 10049216-MS */
#tertiary > aside:first-child {
	border-top: none;
}

.post-2664 .entry-title {
	display: none;
}

/* hide elements of the Gravatar profile widget to use custom image - 11968175-hc */
#text-22 {
	margin-bottom: 0;
	padding-bottom: 0;
}

#grofile-13 {
	border-top: none;
}

#grofile-13 img {
	display: none;
}

.widget_text p {
	font-size: 15px;
}

p {
	font-size: 15px;
}

ul, ol, dl {
	font-size: 1.1rem;
}

/* Change Font Size of Lists  15730873-hc-jg */
ul, ol, dl {
	font-size: 13px;
}

/* Change Page/Post H4 Header Color 15730873-hc-jg*/
.entry-content h4 {
	color: #220b75;
}

/* Change Headers Color 15730873-hc-jg*/
h1, h2, h3, h4, h5, h6 {
	color: #220b75;
}

blockquote p,
blockquote cite {
	font-weight: bold;
	color: #220b75;
	font-size: 1em;
}

/* reduce photo caption font size and center | TT-16375920-hc */
.wp-block-image .aligncenter>figcaption {
	font-size: 10px;
	text-align: center;
}

/* Make Reblog Content Commentary Font Weight Normal 16429257-hc-jg */
.reblogger-note-content blockquote p {
	font-weight: normal;
}

/*--- Set line-height site wide / #18047077-hc ck ---*/
body, p {
	line-height: 2 !important;
}

/* Center the figure captions TM-18052562-hc */
.aligncenter {
	text-align: center;
}

/* --- Background Color Podcast Category Page / 12345-HC  --- */
.category-1142 div.hfeed.site {
	background-color: #D3D3D3;
}

/* --- Background Color Coffee Blog Category Page / 12345-HC  --- */
.category-6326432 div.hfeed.site {
	background-color: #D5BBA9;
}

/* --- Background Color Bloggers Love and Share Category Page / 27187800-HC  --- */
.category-712214081 div.hfeed.site {
	background-color: #D3D3D3;
}

/* --- Background Color confessions-with-sunny-larue Category Page / 27187800-HC  --- */
.category-690044349 div.hfeed.site {
	background-color: #D3D3D3;
}

/* --- Background Color coffee-lovers-anonymous-blog-2021 Category Page / 27187800-HC  --- */
.category-712713434 div.hfeed.site {
	background-color: #D5BBA9;
}

/* --- Background Color disclaimer Category Page / 27187800-HC  --- */
.category-712713434 div.hfeed.site {
	background-color: #D3D3D3;
}

/* Change site description font-size and color | 32419981-HC MK */
.site-description {
	font-size: 14.5px !important;
	color: #220b75 !important;
}

/* Change site title font-size and color | 32419981-HC MK */
.site-title {
	font-size: 15.5px !important;
	color: #220b75 !important;
}

/* Change site title and homepage blog title color | 32419981-HC MK */
.site-title a,
.wf-active .featured-content .category {
	color: #220b75 !important;
}
