/**
 * Natural Notes styles
 */


/* body.page-natural-notes #pageHeadline .columns.headlineWrap {
	padding-right: 15px;
} */

body.page-natural-notes #pageHeadline h1,
body.single-ne_natural_note #pageHeadline .sectionTitle {
	background: #436982;
}

@media screen and ( max-width: 767px ) {
	body.page-natural-notes #pageHeadline h1,
	body.single-ne_natural_note #pageHeadline .sectionTitle {
		color: #436982;
		background: transparent;
	}
}

body.page-natural-notes .post .postTitle a {
	color: #436982;
}


/*! - Archive Page */

/*! Featured Post */

body.page-natural-notes .featuredPost .post .edition-meta {
	float: right;
	margin: -15px -30px 30px 0;
	padding: 10px 30px;
	color:      #fff;
	background: #436982
}

body.page-natural-notes .featuredPost .post .catBadge {
	position: absolute;
	left:   auto;
	top:    auto;
	right:  0;
	bottom: 60px;
	margin: 0;
}

@media screen and ( max-width: 1024px ) {
	body.page-natural-notes .featuredPost .post .catBadge {
		left:   0;
		top:    20px;
		right:  auto;
		bottom: auto;
	}
}



/*! - Individual Post */

body.single-ne_natural_note .post-content {
	padding-top: 0;
}


/*! Post Header */

.single-ne_natural_note .post-header {
	position: relative;
}

@media screen and ( max-width: 1025px ) {
	.single-ne_natural_note .post-header {
		margin-top: 15px;
	}
}

/* Edition Header */

.single-ne_natural_note .edition-header {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 30px;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	color:      #f0efdc;
	background: rgb( from #436982 r g b / 0.8 );
	text-shadow: -1px -1px 3px rgba(0, 0, 0, 0.3);
}

.single-ne_natural_note .edition-header > * {
	text-align: center;
}

.single-ne_natural_note .edition-header--title {
	margin: 0;
	font-size: 2rem;
	color: inherit;
	font-family: 'tk-adobe-jenson-pro', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	font-weight: normal;
}
.single-ne_natural_note .edition-meta {
	font-size: 1.5rem;
}

@media screen and ( max-width: 767px ) {
	.single-ne_natural_note .edition-header > * {
		width: 100%;
	}
}

/* Featured Image Header */

.single-ne_natural_note .post-featured-image img {
	display: block;
	margin: 0;
}

/* Exif Meta */

.single-ne_natural_note .exif-meta {
	position: absolute;
	right:  0;
	bottom: 0;
	padding: 5px 15px;
	background: rgba( 255, 255, 255, 0.7 );
	border-radius: 5px 0 0 0;
	z-index: 2;
}

.single-ne_natural_note .exif-meta > * {
	display: block;
	margin: 3px 0;
}


/*! Post Content */

/* Post Title */

.single-ne_natural_note .post-title {
	margin: 30px 0 15px;
	font-weight: bold;
	color: #436982;
	background: transparent;
	text-shadow: none;
	box-shadow: none;
}

@media screen and ( max-width: 767px ) {
	.single-ne_natural_note .post-title {
		text-align: center;
	}
}

/* Post Columns */

.single-ne_natural_note .post-columns {
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}

.single-ne_natural_note .post-body {}

.single-ne_natural_note .post-sidebar {
	margin-top: 15px;
}

.single-ne_natural_note .post-sidebar div + div {
	margin-top: 30px;
}

/* Post Disclaimer */

.single-ne_natural_note .post-disclaimer {
	margin: 30px 0;
	padding: 15px;
	background: rgba( 0, 0, 0, 0.03 );
	border-radius: 5px;
}

.single-ne_natural_note .post-disclaimer p:last-child {
	margin-bottom: 0;
}


/* Post Downloads */

.single-ne_natural_note .post-downloads strong {
	color: #436982;
}

.single-ne_natural_note .post-downloads .buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	margin: 30px 0 0;
}

.single-ne_natural_note .post-downloads .button {
	width: 100%;
}


@media screen and ( max-width: 767px ) {
	.single-ne_natural_note .post-downloads {
		text-align: center;
	}
}

/* Post Gallery */

.single-ne_natural_note .post-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}
