@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@300;400;600&display=swap');
/*
Welcome to Custom CSS!
To learn how this works, see http://wp.me/PEmnE-Bt
Edit: 2021-12-12
*/
body {
	color: #000;
	padding: 0;
	font-family: "Open Sans", sans-serif;
	line-height: 1.45em;
}

body.body-borders::before,
body.body-borders::after {
	height: 0;
}

a {
	color: #db2e2e;
}

blockquote {
	font-family: "PT Serif", serif;
	font-style: italic;
	font-size: 1em;
}

h1.site-title {
	font-size: 3.2em;
	font-weight: 300;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.entry-title,
.page-title,
.comments-title,
.comment-reply-title {
	font-family: Martel Sans;
	font-weight: 600;
}

h3 {
	margin: 2em 0 .5em;
	font-size: 1.2em;
	text-transform: uppercase;
}

label {
	font-weight: normal;
}

p {
	font-size: 87%;
	margin-bottom: 1.5em;
}

.desc {
	color: #999;
	text-align: center;
	font-size: .75em;
	margin: 1.5em 0;
}

.more-link-wrapper .more-link {
	border: 1px solid #999;
	padding: 10px;
	font-size: 65%;
}

.more-link-wrapper .more-link:hover,
.more-link-wrapper .more-link:active,
.more-link-wrapper .more-link:focus {
	border: 1px solid #e06d5e;
}

.entry-meta {
	color: darkgray;
}

.main-navigation ul li {
	letter-spacing: .3em;
}

.nav-next, .nav-previous {
	font-size: 70%;
}

a {
	text-decoration: none;
}

.site-header {
	padding: 80px 0 40px;
}

.site-description {
	color: #000;
	margin: 0 0 2.5em;
}

.page-header::after,
.entry-header::after,
.comments-title::after,
.comment-reply-title::after {
	background: #ddd;
	height: 1px;
}

.entry-title,
.page-title,
.comments-title,
.comment-reply-title {
	font-size: 1.4em;
}

.entry-content ul {
	list-style: outside;
	margin: 0 0 20px 20px;
}

.entry-content li {
	font-size: 85%;
}

.widget-title, .widgettitle {
	font-weight: 400;
}

.comment-subscription-form .subscribe-label {
	font-size: 85%;
	color: #999;
}

.comment-meta-details {
	color: darkgray;
}

.comment-meta .fn {
	font-weight: normal;
	text-transform: none;
}

.home .entry-content {
	margin-top: 0;
}

.sd-title {
	border-top: 0;
}

div.sharedaddy h3.sd-title::before {
	border-top: 0;
}

.jp-relatedposts-post-context {
	display: none;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	text-transform: uppercase;
	font-weight: bold;
}

.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	display: block;
}

.wp-caption {
	padding: 0;
	background: none;
	margin-bottom: 1.5em;
}

.wp-caption .wp-caption-text, .wp-caption .wp-caption-dd {
	color: #000;
	font-size: .8em;
	font-family: "PT serif", serif;
	margin-top: 1.5em;
}

/*WPL Latest Posts*/
.wplp_outside {
	margin: 0 0 3em;
}
.wpcu_block_title {
	text-transform: uppercase !important;
}
.wplp_container .title {
	font-family: Martel Sans, sans-serif !important;
	text-transform: uppercase !important;
	color: #db2e2e !important;
	margin-top: 0.5em;
}
.wplp_container .text {
	width: 90%;
}

figcaption, .gall-cap {
 	text-align: center;
	font-size: .8em;
	font-family: "PT Serif",serif;
  font-style: italic;
  margin: 0 auto 2em;
  line-height: 1.5em;
  width: 66%;
}