/*
Theme Name: GoldenFleece
Version: 1.0
Description: A child theme of Twenty Seventeen
Template: twentyseventeen
Author: Roy Hammans
*/
@import url("../twentyseventeen/style.css");
/* Your awesome customization starts here */
/* Front Page */
	.page-one-column .panel-content .wrap {

		max-width: 900px;

	}

/* Single Post */
.archive.page-one-column:not(.has-sidebar) #primary {

	margin-left: auto;

	margin-right: auto;

	max-width: 900px;

}

	.site-title a {

		font-size: 60px;
		font-family:"Arbutus Slab";

		/*font-size: 2.25rem; */

	}
.site-branding {text-align: center;}

.menu-main-container ul {text-align: center;}

.wrap .page-header h1.page-title {font-size:20pt;}

body.page:not(.twentyseventeen-front-page) .entry-title {font-size:20pt;}

.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {color: #F0A505;}

.page .panel-content .entry-title {font-size: 18pt; font-family: "Arbutus Slab";}

.entry-title a {color:#F0A505; font-family: "Arbutus Slab";}

.single-post .entry-title {color:#F0A505;}

.post-meta {font-size: 8pt; font-style: italic; color: #bbb;}
.navigation-top {background-color: #FEEFCE; border-top: 2px solid #F0A505;}

.entry-content a:hover {box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 #F0A505;}

.entry-content blockquote p {
	color: #6F4902;
	font-size: 1rem;
	font-style: italic;
	line-height: 1.3;
	margin: 0 0 10px 0;
	overflow: hidden;
	padding: 5px;
	background: #FBF6EC;
	border-radius: 30px;
}

.searchwp-highlight {color:red; background: #FBF6EC;}
.site-description {font-size: 2rem; font-weight: 600}

/* Added to correct display of search results for CC search only */
.search-result p {
		font-size: 18px;
		font-size: 1.2rem;
	}
.search-result h2 a {color:#F0A505; text-decoration:underline;}

.pdfemb-wantmobile-fsarea {
    max-height: fit-content !important; /* automatically size View in Fullscreen button to match text */
}