
/*.entry-footer {
  text-transform: capitalize;
}*/

/* forum page customizing */
#wpforo-wrap {
  background: #fff0;
}
.wpforo #secondary.widget-area,
.wpforo .sidebar-toggle {
	display: none;
}
.wpforo .content-area {
	display: flex;
	justify-content: center;
}
.wpforo .site-content-inner {
	width: 100%;
}
.wpforo #main.site-main {
	padding: 0;
	width: 97%;
  max-width: 66rem;
}
.wpforo .entry-title {
	color: #044148; /*#a96843;*/
	text-align: center;
}

.wpforo .site-title {
	font-size: 1.2em;
	color: #aaa;
}
.wpforo .site-description {
	display: none;
}
.wpforo #site-navigation {
	padding-left: 31px;
}
.wpforo #masthead {
	padding-top: 10px;
}
.wpforo #search-navigation {
	padding-top: .3em;
}
.wpforo .nav-menu li {
	margin-bottom: .4em;
}
.wpforo .nav-menu li a {
	color: #aaa !important;
}
.wpforo .entry-header {
	margin-bottom: .6em !important;
}
div:not(.wpf-head-bar-left) > #wpforo-title {
	display: none;
}
#wpforo-wrap .wpf-head-bar-left #wpforo-title {
	margin-top: -15px;
}
.wpfl-1 {
	margin-bottom: 2em !important;
}
.wpforo-subforum li {
	width: 100%;
}

#wpforo-wrap a {
	font-size: 1.15em;
}
.wpforo-forum-description {
	font-size: 1.3em !important;
}
#wpforo-wrap .wpfl-1 .wpforo-category > div,
#wpforo-wrap .wpforo-recent-content .wpf-htr td {
	font-size: 1.2em;
}
#wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content p {
	font-size: 1.04em;
}
#wpforo-wrap h1 {
	font-size: 1.8em !important;
}
#wpforo-wrap #wpforo-description {
	font-size: 1.2em
}







.page .entry-header h1 {
	margin-top: -14px;
}
.single:not(.single-format-image) .entry-header h1 {
	margin-top: -13px;
}
.single:not(.single-format-image) #main,
.single:not(.single-format-image) #secondary {
	padding-top: 1em;
}





.site-title,
.entry-title,
.widget-title {
	font-family: "Oswald", sans-serif;
	font-weight: normal;
}
.site-description {
}
.entry-summary, body {
	font-family: "Lora", serif;
}


#infinite-handle > span {
  background: #044148;
	border: 2px solid #044148;
  color: #fff;
	transition: all 350ms ease-in-out;
}
#infinite-handle > span:active,
#infinite-handle > span:focus,
#infinite-handle > span:hover {
	background: #fcfcfc;
	color: #044148;
}
#infinite-handle > span > button {
	transition: none;
}


@media screen and (min-width: 600px) {
	.site-description {
		display: block;
		font-size: 11px;
	}
}


.site-footer {
	background-color: #755b4c;
}
.site-info .sep {
	color: #fff !important;
}



body,
#primary-menu,
.menu-toggle,
.sidebar-toggle {
	background: #f5f5f5;
}
.header-image,
.search-navigation {
	border-top: none;
}
.site-header {
	border-bottom: none;
}
.main-navigation > div:before {
	width: 0;
}
input[type="submit"] {
	background-color: #044148;
}
textarea,
.search-form:before,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
	background: #fcfcfc;
}
.required {
	font-weight: normal;
	color: #000;
}
.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover,
.sidebar-toggle:active,
.sidebar-toggle:focus,
.sidebar-toggle:hover {
	color: #044148;
}

a, #site-navigation a,
.search-form:before,
.search-toggle:active,
.search-toggle:focus,
.search-toggle:hover,
.post-navigation a:active .post-title,
.post-navigation a:focus .post-title,
.post-navigation a:hover .post-title,
input[type="submit"]:active, input[type="submit"]:focus, input[type="submit"]:hover {
    color: #044148;
}

.toggled .menu-toggle,
.toggled .menu-toggle:active, .toggled .menu-toggle:focus, .toggled .menu-toggle:hover, 
.sidebar-toggle.toggled,
.sidebar-toggle.toggled:active, .sidebar-toggle.toggled:focus, .sidebar-toggle.toggled:hover,
.toggled .search-toggle,
.toggled .search-toggle:active, .toggled .search-toggle:focus, .toggled .search-toggle:hover {
  background: #dfdfdf;
  border-color: #ccc;
	color: #777;
}
.toggled .menu-toggle:hover,
.sidebar-toggle.toggled:hover,
.toggled .search-toggle:hover {
	color: #044148;
}

.comment-list .comment .comment:first-of-type {
	border-top-color: #d1d1d1;
}
.comment-list .comment:not(:last-of-type) {
	border-bottom-color: #d1d1d1;
}
.widget-area, #main {
    border: none;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    border-color: #044148;
}







p, b, i, ol, li {
	font-size: 18px;
	margin-bottom: 1.2em;
}

img {
	margin: .5em;
}

blockquote {
	margin-bottom: 0;
}

figcaption {
	font-size: 80%;
}

.widget-title,
.widgettitle {
	margin-bottom: .35em;
}
.widget p {
	margin-bottom: .7em;
	font-size: 90%;
}
.widget li {
	margin: 0;
}

.widget_search {
	padding-bottom: 13px;
}

.archive .hentry,
.blog .hentry,
.search .hentry {
	margin-bottom: 20px;
	padding-top: 20px;
}
body:not(.single) .content-area .format-image.has-post-thumbnail {
	margin-top: 0;
	margin-bottom: 30px;
}
body:not(.single) .post-thumbnail {
	height: 100% !important;
}
body.home .content-area .format-image.has-post-thumbnail {
	padding-top: 30px;
}
body:not(.single) .post-thumbnail:before {
	opacity: .3 !important;
}
body:not(.single) .has-post-thumbnail:hover .post-thumbnail:before {
	background: #fff !important;
	opacity: .8 !important;
}
body:not(.single) .has-post-thumbnail * {
	text-shadow: none !important;
	transition: none;
}
body:not(.single) .has-post-thumbnail p,
body:not(.single) .has-post-thumbnail p a,
body:not(.single) .has-post-thumbnail h1 a,
body:not(.single) .has-post-thumbnail .comments-link:before,
body:not(.single) .has-post-thumbnail .comments-link a,
body:not(.single) .has-post-thumbnail time {
	transition: all 350ms linear;
}
body:not(.single) .has-post-thumbnail:hover * {
	color: #000 !important;
}
body:not(.single) .has-post-thumbnail:hover h1 a,
body:not(.single) .has-post-thumbnail:hover p a {
	color: #044148 !important;
}
body:not(.single) .has-post-thumbnail:hover h1 a:hover,
body:not(.single) .has-post-thumbnail:hover p a:hover {
	color: #222 !important;
	opacity: 1 !important;
}
body:not(.single) .has-post-thumbnail:hover .entry-meta span,
body:not(.single) .has-post-thumbnail:hover .entry-meta a,
body:not(.single) .has-post-thumbnail:hover .entry-meta time {
	color: #777 !important;
}
body:not(.single) .has-post-thumbnail:hover .entry-meta a:hover,
body:not(.single) .has-post-thumbnail:hover .entry-meta time:hover {
	color: #222 !important;
	opacity: 1 !important;
}

body.search .page-header {
	padding-bottom: 0;
	margin-bottom: 20px;
}
body.search .page-title {
	margin-bottom: 15px;
}

@media screen and (min-width: 960px) {
	body.search .page-header {
		margin-bottom: 30px;
	}
	body:not(.single) .site-main {
		padding-top: 4px;
	}
	body:not(.single) .widget-area {
		padding-top: 0;
	}
	.header-image {
		margin-top: 0;
	}
	#masthead {
		padding: 20px 0;
	}
}

@media screen and (max-width: 960px) {
	body:not(.single) .content-area .format-image.has-post-thumbnail {
		margin-top: 30px;
	}
	.site-main {
		padding-top: 4px;
	}
}
@media screen and (max-width: 720px) {
	body:not(.single) .content-area .format-image.has-post-thumbnail {
		padding: 10px 0;
	}
	body:not(.single) .content-area .format-image.has-post-thumbnail .entry-title,
	body:not(.single) .content-area .format-image.has-post-thumbnail .entry-summary,
	body:not(.single) .content-area .format-image.has-post-thumbnail .entry-meta {
		padding: 0 15px !important;
	}
}

/* Reposition search button for small screen layout */
.search-navigation {
	margin-top: 0;
}
.search-navigation-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.search-navigation-inner {
	z-index: 999;
}
@media screen and (min-width: 960px) {
	.search-navigation-inner {
		justify-content: center;
	}
}

.menu-toggle {
	left: 0;
}

.header-image {
	display: none;
}
.home .header-image {
	display: block;
}
