body {
	border-top: 20px solid #888;
/	background: #ede7ca;
	background: #fff;
/	text-align: justify;
}

body p, .wp-block-file a {
		font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 1rem;
}

div.site {
	padding: 0;
}

h1,h2, h3, h4, h5, h6 {
	color: #cb6308;
}

p {
	font-family: georgian, sans-serif;
}

hr.wp-block-separator {
	border: none;
}

.site-header,
#masthead {
	background-color: #000000 !important;
}

.page.header-image .site-header:before,
.archive.header-image .site-header:before,
.single-post.header-image .site-header:before {
	height: 0px;
}

.custom-logo-link > img {
	height: auto;
	width: 400px;
	float: left;
	margin: 1em 1em 1em 2em;
}

.header-wrap {
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
}

a.custom-logo-link,
div.site-branding {
/	display: block !important;
	margin: 0 auto 10px auto;
	text-align: center;
	min-width: 100%;
}

div.site-branding {
	padding: 1em;
}

p.site-title {
	color: #E7B100;
/	background-color: #fff;
	padding: 1em;
	min-width: 100px;
}

div.search-toggle {
	display: none;
}

article .post-thumbnail {
	display: none;
}

/* NAVIGATION*/
nav#site-navigation {
	min-width: 100%;
	margin: 0;
/	padding: 0;
	padding: 0 .05em;
}


.main-navigation > div > ul {
	border: none;
	margin: 0;
	border-radius: 0;
	background-color: #000;
}

.main-navigation a {
	font-family: georgian, sans-serif;
	font-weight: 600;
	color: #aaa;
	text-transform: uppercase;
}

.main-navigation .sub-menu, .main-navigation .children {
	background: #5f7095;
}
.main-navigation .sub-menu li:before {
	border-color: #cb6308;
}
.main-navigation > div > ul > li:hover a {
	color: white;
}
.main-navigation > div > ul > li:hover {
	background: #5f7095;
}
.main-navigation > div > ul > li:hover a:hover {
	background: #5f7095;
}

.entry-breadcrumbs {
	display: none;
}

/* ENTRY CONTENT */


.entry-header h1.entry-title {
	text-align: center;
}

#content, 
.site-content,
main.site-main {
	padding: 0 !important;
	max-width: 100% !important;
	margin: 0 !important;
}

div.entry-content {
	margin: 1em;
}

article.type-page {
	border: none !important;
}


/* FEATURED PAGES */

.featured-content {
	background: #5f7095;
	position: relative;
}

.featured-page-highlight {
	background: #5f7095;
	position: relative;
	top: 100px;
}
.featured-page-highlight .hentry a {
	color: #5f7095;
}
.featured-page-highlight .hentry .entry-title {
	background: #5f7095;
}
.featured-page-highlight .hentry {
	border: 2px solid #cb6308;
}

.page .entry-title {
	color: white;
}
.entry-breadcrumbs {
	background: #5f7095;
}
.page .page .entry-header {
	background: #5f7095;
}
.entry-breadcrumbs a {
	color: #cb6308;
}
a {
	color: #834107;
}
.site-content #secondary .widget:nth-of-type(3n+1) a {
	color: #cb6308;
}

/* POST EXCERPT BOXES */

article div.entry-content {
	background: #fff !important;
}

.entry-meta {
	background-color: #5f7095;
}

.cat-links > a {
	color: #fff !important;
	text-align: center;
}

h2.entry-title > a {
	background: #aaa;
	color: #fff !important;
	padding: 1em !important;
	text-align: left !important;
}

h2.entry-title > a:hover {
	background: #aaa;
	color: #fff !important;
}

.entry-content a span {
	border: none !important;
	background-color: #aaa;
}

.entry-content a span {
	border: none !important;
	background-color: #aaa;
}

/* FOOTER */
.footer-widget-area h2 {
	color: #fff;
}

.footer-widget-area a {
	color: #ccc !important;
	text-decoration: underline;
}

button.menu-toggle {
	background-color: #888;
	box-shadow: none;
	border: none !important;
	color: #fff !important;
}

.wp-image-1350 {
	min-width: 100% !important;
}


