/*#wpadminbar {
	display: none;
}*/

/*no fouc*/
.wf-loading body { visibility: hidden; }

/*General site-wide*/

body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {
    display: none;
}

.site {
	margin: 0px;
}

body {
	font-family:"Lora";
	font-weight: 400;
}

/* header and menu*/

.site-header {
	margin: 0;
	padding-top: 1px;
}

.site-header-main {
	padding: 0px;
	margin-bottom:-40px;
}

.site-branding img {
	width: 1200px !important;
	max-height: 319px;
}

.site-header-menu {
	margin: 10px 0 20px 0;
}

.menu-item {
	font-size: 1em;
}
	
/*links*/

.entry-header .entry-title a {text-decoration:underline;}

button {color:grey; background:none; border:solid 1px grey;
}

button:hover {color:black !important; background:none; border:solid 1px black;}

/*other css*/

/*no hyphenation on titles*/
.post-navigation .post-title,
.entry-title,
.comments-title {
-moz-hyphens: none;
-ms-hyphens: none;
-webkit-hyphens: none;
hyphens: none;
word-wrap: normal;
}

/*no titles on (archive) pages*/
.wf-active .page-title {
	display:none;}


/*home posts block titles not bolded*/
.wpnbha article .entry-title {font-weight:normal;font-size:1.6em!important;}

/*style blockquote perhaps

blockquote.wp-block-quote {margin-left:0px!important;padding-left:3em;color:#1a1a1a;font-size:1em;font-style:italic!important;line-height: 1.7em;border:none;}

blockquote em, blockquote i, blockquote cite {
	font-style: italic;}

*/

.entry-title {font-size:1.6em!important;}

/*un-style excerpts*/
.entry-summary em {font-weight: normal; font-style: normal;}

.entry-summary strong {font-weight: normal; font-style: normal;}

.nav-links .post-title {
	font-size: 1.2em;  color:#505050
}

.pagination {border-top: solid 1px grey}

.pagination::before, .pagination::after, .pagination .prev, .pagination .next, .page-links a, .site-main #infinite-handle span {background-color:lightgrey;}

.widget {
	border-top: solid grey .5px;
}

.widget_archive ul li {
	list-style:none;
	margin-left: -16px;
}

.widget_links ul li {
	list-style:none;
	margin-left: -16px;
}

.AdvancedText {padding: 16px; background: #f5f5f5;}

.wpnbha.has-more-button button {
    margin-top: 7em;
}

/*.wpnbha.has-more-button button {
	background:none;
	color:black;
	font-weight:400;
	border: solid black 1px;
}

.wpnbha.has-more-button button:hover  {
	background:none;
	color:grey;
	font-weight:400;
	border: solid grey 1px;
}*/


 .post-navigation {border: none; color:grey;}
.post-navigation .nav-next {border-top:solid 1px lightgray;}


.page-header {
	border-top: none;}

/*img*/

/*.wp-block-image figcaption {
    caption-side: left !important;
}*/

.site-info {display:none;}

/*cookie banner*/
div.pea_cook_bottomright {
    bottom: 5px!important;
    right: 5px!important;
}

div.pea_cook_bottomright p {font-family:Arial,sans-serif; font-style:normal;font-weight:300;font-size:.5em;text-transform:none;}

button#pea_cook_btn {background:none;color:silver;font-family:Arial, sans-serifserif; font-style:normal;font-weight:300;font-size:1em;text-transform:none;}