/*
 Theme Name:   2017 Child
 Template:     twentyseventeen
 Version:      1.0.4
*/

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

/* Change blockquote to be regular text with a border on left side */

blockquote {
	color: inherit;
	font-size: inherit;
	font-style: inherit;
	margin-bottom: 1.5em; 
	line-height: inherit;
	border-left: 2px solid lightgray;
	padding: 0 0 0 10px;
}

blockquote p { display: inline; }


/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

/* Left-align list items with rest of body text */
ul, ol { margin: 0 0 1.5em 24px; padding: 0; }

/* Increase bottom margin and left padding for list items */
.entry-content li { margin: 0 0 4px; padding: 0 0 0 4px; }

/* Increase top margin for 2nd level list items */
.entry-content ol ol, .entry-content ol ul, .entry-content ul ul, .entry-content ul ol { margin-top: 2px; }


/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

/* Remove underline from body links and change to blue */
.entry-content a, .entry-summary a {
	color: #3B8DBD;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}


/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/

.site-description {	color: #fff; opacity: 1; }

/* Change opacity to 1 */
body.has-header-image .site-description,
body.has-header-video .site-description {
	color: #fff;
	opacity: 1;
}


/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/

/* Hide author on single pages */
.single .byline {display: none; }


/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

/* Combine page title and page content into one column */

@media screen and (min-width: 48em) {

	body:not(.has-sidebar):not(.page-one-column) .page-header,
	body.has-sidebar.error404 #primary .page-header,
	body.page-two-column:not(.archive) #primary .entry-header,
	body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
		float: none;
		width: 100%;
	}

	.blog:not(.has-sidebar) #primary article,
	.archive:not(.page-one-column):not(.has-sidebar) #primary article,
	.search:not(.has-sidebar) #primary article,
	.error404:not(.has-sidebar) #primary .page-content,
	.error404.has-sidebar #primary .page-content,
	body.page-two-column:not(.archive) #primary .entry-content,
	body.page-two-column #comments {
		float: none;
		width: 100%;
	}

}
