/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
.site-title a, .site-title a:hover {
	color: #666;
}

.site-description {
	color: #FFFFFF;
	font-weight: 500;
}

a {
	color: #de4812;
}

body {
	color: #515151;
}

.header-bg {
	background-color: transparent;
}

blockquote {
	border-left: 8px solid #de4812;
}

.button, #infinite-handle span {
	background-color: #de4812;
	color: #fff;
}

button.menu-toggle {
	background-color: #de4812;
}

.main-navigation .current_page_item>a, .main-navigation .current-menu-item>a, .main-navigation .current_page_ancestor>a {
	color: #de4812;
}

element.style {
}

p {
	font-family: inherit;
	font-weight: 400;
	line-height: 1.3;
	font-size: 1.7rem;
	margin-bottom: .95em;
	text-rendering: optimizeLegibility;
}

li {
	display: list-item;
	line-height: 1.4;
	font-size: 1.8rem;
	text-align: -webkit-match-parent;
}

.wp-block-image figcaption {
	text-align: center;
}

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

h1, h2, h3, h4, h5, h6 {
	margin-top: .115em;
	margin-bottom: .3em;
	font-stretch: 55%;
	line-height: 1.2;
}

@media only screen and (min-width: 50em)
.hero-section {
	
}

.site-content {
	margin-top: 1.2em;
}

.entry-header {
	margin-bottom: 1em;
}

.hentry {
	margin: 0 0 1em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}

h2.entry-title {
	margin: .1px;
}

.site-footer .widget_text {
	color: #fff;
	font-size: .4rem;
}

.widget {
	margin: 0 0 1em;
}

.site-footer {
	text-align: center;
	margin: 1em auto 1.4em;
	max-width: 1200px;
}

h2 {
	font-size: 3.2rem;
}

h3 {
	font-size: 2.5rem;
}

.home-posts-titles h2 {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 550;
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
	padding: .45em 2.375em;
}

.wf-active h4 {
	font-weight: 400;
}

table {
	margin-bottom: .5em;
}

table td, table tr th {
	padding-top: .55em;
	padding-bottom: .55em;
	line-height: 1.3;
}

p {
	display: block;
	margin-top: 13px;
	margin-bottom: 12px;
}

ul {
	display: block;
	list-style-type: disc;
}

/* Global: Remove the flash of unstyled text (FOUT) | 29547801-hc | KU */
 
.wf-loading body {
    visibility: hidden;
}