/*
 Theme Name:   PenNews Child
 Theme URI:    http://pennews.pencidesign.com/
 Description:  PenNews Child Theme
 Author:       PenciDesign
 Author URI:   http://pencidesign.com
 Template:     pennews
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: two-columns, custom-menu, featured-images, post-formats, sticky-post, threaded-comments, translation-ready, editor-style
 Text Domain:  pennews-child
*/

/*	Add button appearance to "Like" in post comments (text color can't be changed since it's an iframe from an external site)	*/
.jetpack-comment-likes-widget-wrapper{
    width: 100px !important;
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 3px 10px !important;
    border: 1px solid #ccc;
    background: #eee;
    -moz-border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    border-radius: 15px !important;
	margin-bottom: 20px;
}

/*	Fix floating header overlapping admin menus	*/
#wpadminbar {
    z-index: 999999;
}

/*	Blue horizontal rule in posts	*/
.entry-content hr{
	background-color: #00456b !important;
}


/*	Uppercase and italic h6 for citing sources	*/
h6{
    font-style: italic;
	text-transform: uppercase;
	}


/*	Make quotes suitable for long text	*/
blockquote.style-2:before, blockquote:not(.wp-block-quote), blockquote.style-2 cite, blockquote.style-2 .author, blockquote.style-3 cite, blockquote.style-3 .author{
    color: #bbbbbb !important;
}

blockquote:not(.wp-block-quote){
	text-transform: inherit;
	text-align: inherit;
	line-height: inherit;
	font-size:inherit;
	font-weight: inherit;
	margin: 1em;
    font-style: inherit;
	padding: 1em 0 1em 1em;
	border-left: 4px solid #00456b;
	}

blockquote:not(.wp-block-quote) p{
	margin: inherit;
}

/*	Hide the duplicate avatar in Jetpack's lazy load, instead of fixing it	*/
/*
.penci-post-author .author-img img + img {
	display: none !important;
}
*/

/*	Stop post comments text from overflowing into adjacent column	*/
.thecomment {
    display: block;
}