strong, h1, h2, h3, h4, h5, h6 {
	color: #FCA905 !important;
}

search-field:focus {
	color: white !important;
}

.runpee {
	color: #FCA905 !important;
}

img {
	box-shadow: 0 0 0 0 !important; 
}


/*Author highlights: Places highlight box around comments by the post author */
.bypostauthor {
	background: #333333; 
	padding: 6px;
	border-radius: 10px;}

/*Adds a little padding between post author name and their title*/
.comment-author-label {
    padding: 5px;
		margin: 10px;
    font-size: 14px;
    border-radius: 3px;
}

/*Remove the "all uppercase "names. */
.author {
	text-transform: capitalize !important;
}

/*Start: comment author label*/
.comment-author-label-subscriber {
	background-color:#CCCCCC;
	color: black;
	text-transform: capitalize !important;
}

.comment-author-label-administrator, .comment-author-label-editor, .comment-author-label-author, .comment-author-label-contributor { 
	background-color:gold;
	color: black;
}
/*END: comment author label*/

img.size-full {
	all: unset;
}

/* Corner radious for pics */
.pic, img.size-full, size-full, img.alignright, img.alignleft, img.alignnone, img.aligncenter {
	border-radius: 5px;
	border:1px solid #999999;
	max-width: 90% !important;
	height: auto;
}

img {
	max-width: 100% !important;
	height: auto;
}



img.alignright {
	display: block;
	float: right !important;
	width: 30% !important;
	max-width: 30% !important;
	margin-left: 0.5em;
}

img.alignleft {
	display: block;
	float: left !important;
	width: 30% !important;
	max-width: 30% !important;
	margin-right: 0.5em;
}


/*blockquote*/
/*https://tympanus.net/codrops/2012/07/25/modern-block-quote-styles/*/
blockquote{
	color: #fca905;
	background: #333333;
	padding: 30px;
	border-radius: 10px;
	border: solid ;
	border-color: #666666;
}

blockquote:after, 
blockquote:before  {
	top: 100%;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

blockquote p {
	font-family: 'Palanquin', serif;
	font-size: 24px;
	color: #b4b4b4;
	line-height: 40px;
	font-style: italic;
	text-indent: 80px;
	position: relative;
}

blockquote p:before{
	content: '\201C';
	color: #fca905;
	font-family: 'Palanquin';
	font-style: normal;
	font-weight: 400;
	position: absolute;
	font-size: 175px;
	top: -5px;
	left: -80px;
	text-shadow: 9px 14px 10px rgba(0, 0, 0, 0.5);
}

/*end blockquote*/



