/*
Theme Name: Libretto-child
Theme URI: https://wordpress.com/themes/libretto/
Description: Libretto is a responsive one-column theme with classic styling and careful typographic details. It’s ideally suited to showcasing longform writing interspersed with beautiful images and inspiring quotes.
Version: 1.0.0
Template: Libretto
Author: Automattic
Author URI: http://wordpress.com/themes/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: libretto
Tags: gray, red, silver, white, light, one-column, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, featured-image-header, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, photoblogging, light
*/
.entry-header .author-avatar img,
.title-block .author-avatar img{
    float: none;
    border: 1px solid #faf9f5;
    box-shadow: 0 0 0 4px #eae9e6;
    background-color: #eae9e6;
    filter: grayscale(80%);
}

.site-intro{
	font-family: inherit; 
	font-size: 18px;
	font-style: italic; 
	text-transform: inherit;	
}

.libretto-long-form .entry-header::before,
.post .entry-header:before,
.entry-footer:before,
.single .title-block:before,
.page .entry-header:before {
    display:none;
}

ul, ol {
    margin: 0 0 1.5em 2em;
}

h3 {
    color: #716868;
}
​
/** Big caps letter top of first paragraph */
.format-standard:not(.post-password-required) .entry-content > p:not(.no-emphasis):first-of-type::first-letter, .page:not(.post-password-required) .entry-content > p:not(.no-emphasis):first-of-type::first-letter, .emphasis::first-letter {
    color: #363431;
}
​
/** Caps text at top of post */
.format-standard:not(.post-password-required) .entry-content > p:not(.no-emphasis):first-of-type::first-line, .page:not(.post-password-required) .entry-content > p:not(.no-emphasis):first-of-type::first-line, .emphasis::first-line {
    color: #363431;
}
​
blockquote {
    color: #5A5652;
}
​
/** Pagination controls on page */
[class*="navigation"] .previous a, [class*="navigation"] .next a {
    color: #5A5652; 
}
​
.previous .meta-nav, .next .meta-nav {
    color: #5A5652;
}
​
/** List/home page pagination markers */
[class*="navigation"] .page-number {
    color: #5A5652;
}
​
[class*="navigation"] .page-number span {
    color: #716868;
}
​
/** Powered by footer */
#colophon, #colophon .site-info, #colophon a {
    color: #5A5652;
}
   
::placeholder {
    color: #5A5652;
}
​
/** See more link at bottom of front page post */
.more-link, .more-link:visited {
    color: #716868;
}
​
/** Image caption **/
.wp-caption-text {
    color: #716868;
}
/** Unnecessary, but fixes WAVE error */
.screen-reader-text {
    color: #000;
}
