/*
Theme Name: soledad Child
Theme URI: http://pencidesign.com/
Template: soledad
Author: PenciDesign
Author URI: http://pencidesign.com/
Description: A Multi-Concept Blog/Magazine WordPress Theme
Tags: black,green,white,light,one-column,two-columns,three-columns,right-sidebar,left-sidebar,fluid-layout,responsive-layout,custom-header,custom-menu,featured-images,post-formats,translation-ready
Version: 6.3.1.1563965323
Updated: 2019-07-24 04:48:43

*/

/*following added by Lou for the author page */
#author-postlist {background-color: ffffff;}
#author-postlist a:hover {background-color: yellow;}
/*#author-postlist a:hover {color:#ca0f0e;} */

/*following added by Lou to change text width in blog posts, below can be combined into one or two? */

.post-entry p {
	padding-right: 65px;
	padding-left: 72px; }

.post-entry .standard-post-entry p {
	padding-right: 50px;
	padding-left: 54px; }

.post-entry h2 {	
	padding-left: 72px; }

.post-entry h3 {	
	padding-left: 72px; }

@media screen and (max-width: 900px) {

/*body {
  background-color: tan;
}*/

.post-entry p {
	padding-right: 0px;
	padding-left: 0px; }

.post-entry .standard-post-entry p {
	padding-right: 0px;
	padding-left: 0px; }

.post-entry h2 {	
	padding-left: 0px; }	
	
.post-entry h3 {	
	padding-left: 0px; }
}

/*following added by Lou to to left align photo captions */
.wp-caption p.wp-caption-text,
.penci-featured-caption {
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
	padding: 11px 10px;
	color: #fff;
	font-style: italic;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	text-align: left;
}

/*this was the default text color of #888 in the block quotes, changed by Lou*/
/*this also had no setting for block quote grafs bottom margin, resulting in no space between grafs*/
.post-entry blockquote,
.post-entry blockquote p,
.wpb_text_column blockquote,
.wpb_text_column blockquote p {
	font-size: 16px;
	color: #181818; 
	font-style: italic;
	line-height: 1.7;
	text-align: left;
	margin-bottom: 7px;
}

/*following blocks of css added by Lou 11/4/2019 for changes to comments, especially adding actual paragraph breaks*/
/*actual changes are specifically noted*/
.thecomment .comment-text em {
	font-size: 12px;
	display: block;
	color: orange;
	letter-spacing: 1px;
	margin: 5px 0 0;
}
.thecomment .comment-text em i {
	font-size: 14px;
	color: #f3bd00;
}
.thecomment .comment-content {
	margin-top: 15px;
	margin-bottom: 0;
}

/*following added by Lou, was only change, to fix paragraph breaks in comments*/
.thecomment .comment-content p {
	margin-top: 15px;
}


.thecomment .comment-text span.reply {
	position: absolute;
	top: 0;
	right: 0;
}

/*following added by Lou, to increase font size in commment input form, only change is font-size, originally 12*/
.wpcf7 textarea {
	padding: 15px 20px;
	border: 1px solid #DEDEDE;
	width: 100%;
	height: 120px;
	font-size: 13px;
	color: #313131;
	margin-bottom: 28px;
	line-height: 20px;
	font-weight: 500;
	outline: none;
	vertical-align: top;
	font-family: 'PT Serif', serif;
}







