body {
	background: #FFFDF9;
	font-family: "Karla";
}

h1, h2, h3, h4, h5, h6, .block-editor-block-list__layout a, .wp-block-post-content a, .wp-block-group h1 {
	font-family: "Castoro";
	font-weight: normal !important;
}

.block-editor-block-list__layout a, .wp-block-post-content a {
	text-decoration-line: none;
}

h3 {
	padding-top: .5em;
}

.block-editor-block-list__layout a:hover, .wp-block-post-content a:hover {
	color: #888;
}

.wp-block-site-title {
	display: none;
}


.wp-block-site-logo img {
	width: 50%;
	height: 50%;
}

.wp-block-post-content {
	margin-bottom: 50px;
}

.wp-block-post-date, .taxonomy-category, .wp-block-post-terms {
	background: #EFE7DD;
	padding: 5px 25px;
	border-radius: 20px;
}

.wp-block-post-date a, .taxonomy-category a, .wp-block-post-terms a{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 90%;
	font-weight: bold !important;
	font-family: "Karla" !important;
}

.wp-block-spacer {
	height: 50px !important;
	border-bottom: 1px solid #ccc;
	margin: 10px 0 50px;
}

.wp-block-spacer:first-child {
	border-bottom: 0;
}

.wp-block-query-pagination {
	border-top: 0;
}

.wp-block-post-navigation-link {
	border-top: 0;
}

.wp-block-post-author__content, .is-style-post-author-icon, .is-style-post-author-icon, .wp-block-post-author {
	display: none;
}

.wp-block-post-content p a {
	font-family: "Karla" !important;
}

h3.sd-title {
	display: none !important;
}

div.sd-content {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-top: 60px;
}

.wp-block-post-featured-image.alignfull img, .wp-block-post-featured-image.alignwide img {
	margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
	
  .wp-block-group h1, .wp-block-group h2 {
    font-size: 210% !important;
  }
	
	.wp-block-spacer:first-child {
		display: none;
	}
	
	.wp-block-site-logo img {
		width: 140px !important;
		height: 27px !important;
	}
}

figcaption {
	text-align: left;
	font-size: 70%;
	border-bottom: 1px solid #DDD;
	padding-bottom: 5px;
	margin-bottom: 25px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-style: normal;
	color: #555;
}

figcaption em {
	font-style: normal !important;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-weight: normal !important;
}