/*
Theme Name: Kiesel 2018
Theme URI: https://laurakiesel.com/
Description: Custom theme for Laura Kiesel.
Author: Forrest Snyder
Author URI: https://forrestsnyder.com/
Template: oceanwp
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* OceanWP CSS */

/* This is for the single post page */

.single .entry-title {

	letter-spacing: 0.6px;
	padding: 0;
	margin: 0;
	text-align: center;
	border-style: none;
}

.single-post.content-max-width ul.meta {
    display: none;
}

.post-tags {
	display: none;
}

#related-posts {
	background-color: #ffffff	;
    opacity: 0.9;
    border-radius: 9px;
    border: 1px solid #828282;
    margin: 0;
    padding: 1em 1em 2em;
    text-transform: uppercase;
}

time.published {
    font-size: 1em;
    text-transform: none;
}

#related-posts ::before, ::after {
   display: none;
}

.related-posts-title {
	font-size: 1.2em;
	letter-spacing: 0;
	text-transform: none;
	margin: 0;
}

.single nav.post-navigation .nav-links .post-title {
    font-size: 1.2em;
    letter-spacing: 0;
}