/* Search button text color */
button, input[type=button], input[type=reset], input[type=submit], .social-navigation a, .widget_calendar tbody a, .page-links a, .entry-header-background, #infinite-handle span {
    background-color: #ffffff;
}

/* Make captions italic and gray  */
figcaption {
	font-style: italic;
	color: #979797;
	font-size: .8rem
}

/* Chg font size of comment prompt */
#respond h3 .8
	font-size: 1.5rem;
	line-height: 1;
}

article span.byline {
	display: none;
}

/* Lighten background of current page number */
.posts-pagination .page-numbers:hover, .posts-pagination .page-numbers:focus, .posts-pagination .page-numbers.current {
	background-color: #cadcdd;
}




/*Chg head for Related Posts */ 
#jp-relatedposts h3.jp-relatedposts-headline 
#jp-relatedposts h3.jp-relatedposts-headline {
    display: inline-block !important;
    float: left;
    font-family: inherit;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 1em;
}


/* Remove gray hairline rule under heads */
h1:after, h2:after, h3:after, h4:after, h5:after, h6:after {
display: none;
}


/*hide much post-comment info about attachments and links*/
.comment-form-attachment > span:not(.required) {
    display: none;
}

@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@900&display=swap');

.site-title {
  display: inline-block;
  font-family: 'Exo 2', sans-serif;
  font-size: 1.8rem;
  margin: 0 0 0 1;
  vertical-align: bottom;
  font-weight: 700;
}


/* change title to Exo 2
@import url('https://fonts.googleapis.com/css2?family=Exo+2&display=swap');

.site-title {
  display: inline-block;
  font-family: 'Exo 2', sans-serif;
  font-size: 2rem;
  margin: 0 0 0 1;
  vertical-align: baseline;
  font-weight: 900;
}
*/




/* Hide author bio on each post */
#content div.author-info {
	display: none;
}



/** Zen #7257819 **/
/* delete category names at end of post */
.wf-active .cat-links, .wf-active .comments-link, .wf-active .tags-links {
display: none;
}

/*delete author bio at end of post *?
.comment-form-author, .comment-form-email, .comment-form-url{
display: none;
}


/*Hide the footer credits - ZD 7295476*/
#infinite-footer .container {
    display: none !important;
}

/* show tagline */
.site-description {
    display: block;
}

/* remove underline under links */
.entry-content a, .entry-summary a, .pingback .comment-body > a, .comment-content a{
text-decoration: none !important;
background-image: none !important;
}


/*remove vertical line on left side of quoted material, indent both sides */
blockquote {
    border-left: none;
	margin: 0 0 26px;
    padding-left: 30px;
	  padding-right: 30px
    }

/*adjust height of header background image */
.entry-header-background {
    background-color: #232323;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    min-width: 100%;
    overflow: hidden;
    position: relative;
	max-height: 500px;
}

/* change color of "Also on Pied Type:" */
.wf-active .hentry div#jp-relatedposts h3.jp-relatedposts-headline {
    font-family: "Fira Sans", sans-serif;
	color: #CCCCCC;
}

/*Chg appearance of date on posts  SO FAR NOT WORKING*/
.time.entry-date.published {
	font-size 25px "PT Serif", serif;
  font-style: bold
}
   

/* Hide head over Like box */
div.sharedaddy h3.sd-title {
display: none;
}


* 7.1 Links
 */

/* unvisited link  */
a:link {
  color: #0000EE;
}

/* visited link */
a:visited {
  color:#a76edb;
	opacity: 0.50;
}