/*
Theme Name: Twenty Sixteen Child
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: Jeff Mueller
Author URI: http://jeffmueller.net
Description: A child theme based on Twenty Sixteen
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen
Template: twentysixteen
*/

@import url("../twentysixteen/style.css");

html, body,
h1, h2, h3, h4, h5, h6,
button, input, select, textarea,
.widget .widget-title,
.entry-footer,
.pagination,
span.posted-on,
span.comments-link,
span.byline,
div.entry-content {
  font-family: -apple-system, Helvetica, Arial, sans-serif !important;
}

.site-branding .site-title a {
  color: #fc7e0f !important;
}

.genericon {
  font-size: inherit;
  line-height: inherit;
}

.format-status div.entry-content {
  background-color: #fafafa;
  border: 1px solid #ddd;
  padding: 1em;
}

div.entry-content img {
  background-color: #eee;
  border: 1px solid #ccc;
  margin-bottom: 1.8em;
  padding: .5em;
}

div.entry-content pre {
  border: 0;
  border-left: 5px solid #eee;
  padding: 0 0 0 1em;
}

div.entry-content pre code {
  background-color: transparent;
}

.widget.posts-in-sidebar ul li.pis-li {
  background-color: #fafafa;
  border: 1px solid #ddd;
  margin-bottom: 1em;
  padding: .5em;
}

.widget.posts-in-sidebar ul li.pis-li p:last-child {
  margin-bottom: 0;
}

#pis_posts_in_sidebar-2 ul li.pis-li p.pis-excerpt {
  display: none;
}

.widget.posts-in-sidebar ul li.pis-li span.pis-date {
  color: #aaa;
  font-style: italic;
