 /*
 Theme Name: Twenty Seventeen Child
 Description: A simple, blank, Twenty Seventeen child theme built by Robin Scott of Silicon Dales.
 Author: Robin Scott
 Author URI: https://robinjescott.com/
 Template: twentyseventeen
 Version: 1.0.1
 */
/* add your custom CSS styles below */
.wrap { 
max-width: 1100px; 
}
.navigation-top .wrap {
    max-width: 1100px;
}
.page-one-column .panel-content .wrap {
  max-width: 900px;
}
.page-one-column .panel-content .wrap img {
  width: 100%;
}

.post-thumbnail {
	display:none;
}
.single-featured-image-header img {
  display: none;
}
.home.blog .page-title {
	display:none;
}
.home.blog .page-header {
	padding:0;
}
.site-description {
  font-size: 1.1rem;
}
.site-content {
  padding: 3em 0 0;
}
blockquote {
	font-style: normal; 
	font-size: initial;
	padding-left: 1em;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
    padding: 1em;
}
b, strong {
    font-weight: 600;
}
h4 {
	font-weight: 600;
	padding: 0;
}
h3 {
	padding: 0;
}
pre.wp-block-verse, .wp-block-verse {
	color: #333;
	background: white;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
  line-height: 1.5;
	padding: 0;
	white-space: pre;
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 0;
}
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 0;
}
.widget_text ul {
  list-style: none;
	margin: 0;
}
.widget_text ul li {
	border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.seriesbox {
  float: left;
  background: #ffffff;
  color: #777;
  border: 0px;
  border-bottom-width: 0px;
	padding: 0 0 20px;
	font-size: 1em;
}