/*
Theme Name: BlackButterflies
Theme URI: https://gossamerbutterflies.com/
Author: David Manning
Author URI: https://gossamerbutterflies.com
Description: Simple, straight-forward minimalist theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blackbutterflies
Tags: light, flexible-width, responsive, minimal, editor-style
*/


/* =Reset default browser CSS. Based on work by Eric Meyer:
	http://meyerweb.com/eric/tools/css/reset/ 
	v2.0 | 20110126
	License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =Default General Structure --------------------- */
html {
	font-size: 100%;
}
body {
	font-family: "Times New Roman", serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6rem;
	background: #393a35;
	color: #000;
	position: relative;
}
.skip-to-content {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
a img, 
a:hover img,
a:focus img {
	border: 0;
	outline: 0;
	text-decoration: none;
}
a:link,
a:active,
a:visited {
	color: #000;
	text-decoration: none;
	outline: 0;
}
a strong {
	color: #000;
	text-decoration: none;
	outline: 0;
}
a em {
	font-style: italic;
}
a:hover,
a:focus,
a strong:hover,
a strong:focus,
a em:hover,
a em:focus {
	color: #f00;
	text-decoration: none;
	outline: 0;
}
.post p a,
.page .entry-content p a,
p a:hover,
p a:active,
p a:focus {
	text-decoration: underline;
	outline: 0;
}
a[href$=jpg],
a[href$=jpeg],
a[href$=jpe],
a[href$=png],
a[href$=gif] {
	text-decoration: none;
	background-color: transparent;
}
.more-link, 
.readmore {
	display: block;
	width: 96%;
	height: auto;
	padding: 0 2%;
	margin: 1rem auto;
	text-align: right;
	cursor: pointer;
	outline: 0;
}
.post-text .more-link {
	display: block;
	width: 96%;
	height: auto;
	padding: 0 2% 1rem;
	margin: 0 auto;
	text-align: right;
	cursor: auto;
	outline: 0;
}
.post-text .more-link a {
	width: auto;
	height: auto;
	font-size: 0.8rem;
	cursor: pointer;
	outline: 0;
}
.post-text .more-link a:hover,
.post-text .more-link a:focus {
	text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	width: 100%;
	border: 0;
	margin: 0;
	line-height: 1.5em;
	display: block;
}
h1,
h2,
h3,
h4,
h5 {
	font-family: 'Redressed', cursive;
	letter-spacing: 1px;
}
@media (orientation: portrait) {
	h1,
	h2,
	h3,
	h4,
	h5 {
		font-family: 'Redressed', cursive;
	}
}
h1 {
	color: #393a35;
	font-size: 2.25rem;
	font-weight: 400;
}
/*
.archive.category-5 h1::before,
.archive.category-6 h1::before,
.archive.category-10 h1::before {
	content: "Music ";
}
*/
.mainposts h1,
.mainposts h1 a,
.archive h1,
.category h1,
.search h1 {
	color: #ebe7df;
	font-weight: 400;
	text-align: center;
}
.mainposts h1 a {
	padding: 0 3px;
	border-radius: 12px;
}
.mainposts h1 a:hover,
.mainposts h1 a:focus {
	background: #ebe7df;
	color: #393a35;
	text-decoration: none;
	outline: 0;
}
.mainposts h1 {
	margin: 0 0 2rem;
	font-size: 2rem;
	text-decoration: none;
}
.archive h1,
.category h1,
.search h1 {
	margin: 0 0 1rem;
	color: #d7d1bf;
}
.page .entry-content h1 {
	margin: 0 0 1rem;
}
.single .post h1 {
	margin: 0;
}
h2 {
	color: #393a35;
	font-size: 2rem;
	letter-spacing: 1px;
}
h2 a,
h2 a:link,
h2 a:active,
h2 a:visited {
	font-size: 1.75rem;
	color: #393a35;
}
h2 a:hover,
h2 a:focus {
	text-decoration: underline;
	outline: 0;
}
.mainposts h2,
.archive h2,
.category h2 {
	width: 100%;
	height: auto;
	margin: 0 0 0.5rem;
}
@media (max-width: 700px) {
	h1 {
		font-size: 1.5rem;
	}
	.mainposts h2,
	.archive h2 a,
	.category h2 a {
		font-size: 1.25rem;
	}
}
.archive h2 a:hover,
.archive h2 a:focus,
.category h2 a:hover,
.category h2 a:focus {
	color: #393a35;
	text-decoration: underline;
}
h3 {
	margin: 0 0 1rem;
	font-size: 1.75rem;
}
h3#comments {
	font-family: "Times New Roman", serif;
	font-size: 1.125rem;
}
h4 {
	margin: 0 0 1rem;
	font-size: 1.5rem;
	font-weight: 400;
}
h5 {
	margin: 0 0 1rem;
	font-size: 1.325rem;
	font-weight: 400;
}
h6 {
	font-size: 1rem;
	font-weight: 300;
}
.post.error404,
.entry-content h3,
.entry-content h4 {
	text-align: center;
}
.entry-meta {
	width: 100%;
	padding: 0;
	margin: 0 auto 1.5rem;
	font-size: 0.9rem;
	display: block;
}
.entry-meta span {
	display: inline-block;
	vertical-align: top;
}
.mainposts .entry-meta,
.archive .entry-meta,
.category .entry-meta {
	margin: 0 auto 0.5rem;
	color: #000;
}
.entry-meta a {
	text-decoration: underline;
}
.mainposts .entry-meta a {
	color: #000;
	font-weight: 700;
}
.mainposts .entry-meta a:hover,
.mainposts .entry-meta a:focus {
	color: #f00;
}
.entry-utility {
	font-size: 1rem;
}
.entry-content .entry-utility {
	padding: 1rem 0 0;
	border-top: 1px solid #ccc;
}
.entry-utility a {
	font-style: italic;
}
.entry-utility a:hover,
.entry-utility a:focus,
.main-post-tags a:hover,
.main-post-tags a:focus {
	text-decoration: underline;
}
p {
	margin: 0 0 1rem;
}
.an-introduction {
	font-family: 'Redressed', cursive;
	font-size: 1.325rem;
	text-align: center;
}
ol, 
ul {
	margin: 0 0 1rem;
}
li {
	margin: 0 0 0.5rem 5%;
	list-style-type: none;
}
blockquote {
	width: auto;
	height: auto;
	padding: 0.75rem 10px 0;
	border-top: 3px double #ccc;
	border-bottom: 3px double #ccc;
	margin: 1rem 5%;
	font-size: 0.9rem;
}
strong {
	font-weight: 600;
}
blockquote span,
em {
	font-style: italic;
}
iframe, 
object, 
embed{
	width: 100%;
}
.sticky{}
.bypostauthor{}
.home .antispam-group {
	display: none;
}
/* =Responsive video embed plugin */
.rve-embed-responsive {
	margin-bottom: 1rem;
}

/* =Images and Captions */
.wp-caption {
	max-width: 100%;
	padding: 1rem 0 1rem;
	margin: 1rem auto;
	background-color: transparent;
}
.wp-caption-text {
	padding: 0 0 4px;
	border-bottom: 1px solid #ccc;
	font-size: 0.875rem;
	text-align: center;
}
.wp-caption img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	background-color: transparent !important;
}
.wp-caption-dd {}
.wp-caption p {
	width: 100%;
	margin: 0 0 2px;
	background-color: transparent !important;
}
.gallery {
	text-align: center !important;
}
.gallery-item {
	float: none !important;
	display: inline-block !important;
}
.gallery-icon img {
	max-width: 96% !important;
	height: auto !important;
}
.gallery-caption {}

/* =Alignments */
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	margin: 0 10px 10px 0;
	float: left;
}
.alignright {
	margin: 0 0 10px 10px;
	float: right;
}
.alignnone {}

/* =Page and Post Navigation */
.navigation {
	width: 100%;
	height: 2em;
	padding: 0.25rem 0 0;
	border-top: 1px solid #ebe7df;
	border-bottom: 1px solid #ebe7df;
	margin: 0 auto 1em;
	overflow: hidden;
	text-align: center;
	display: block;
}
.home .navigation,
.category .navigation,
.archive .navigation {
	margin: 1rem auto 2em;
}
.single .navigation {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.navigation .nav-left,
.navigation .nav-right {
	width: 46%;
	height: 2em;
	padding: 0 1%;
	white-space: nowrap; 
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}
.navigation a {
	width: auto;
	padding: 0 1%;
	border-radius: 6px;
	color: #ebe7df;
	font-size: 0.875em;
	font-weight: 400;
	line-height: 2em;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}
.single .navigation a {
	color: #000;
}
.navigation a:hover,
.navigation a:focus {
	background: #ebe7df;
	color: #393a35;
	text-decoration: underline;
}
.single .navigation a:hover,
.single .navigation a:focus {
	background: #fff;
	color: #f00;
	text-decoration: underline;
}
.navigation .nav-right {
	text-align: right;
}
.navigation .nav-left {
	text-align: left;
}

/* =Comments */
#respond,
.akismet_comment_form_privacy_notice,
.nocomments {
	max-width: 800px;
	padding: 1rem 1%;
	border-top: 1px solid #000;
	margin: 1rem auto 0;
	background: #ebe7df;
	display: block;
}
.akismet_comment_form_privacy_notice {
	border: 0;
	margin: 0 auto;
	text-align: center;
}
.nocomments {
	text-align: center;
}
#comments {
	padding-top: 0.5rem;
	border-top: 1px solid #000;
	margin-top: 1rem;
	text-align: left;
}
ol.commentlist {
	padding: 0 0 1rem;
	margin: 2rem 0 1rem 5%;
	border-bottom: 1px solid #aaa;
}
ol.commentlist li {
	border-bottom: 1px solid #ccc;
	margin: 0 0 1.5rem 0.125rem;
	font-size: 1rem;
}
.comment-author,
.single-comment-title {
	font-weight: 400;
}
.comment-author.vcard img {
	width: auto;
	height: auto;
	padding: 0 10px 0 0;
	margin: 0;
	display: inline;
	vertical-align: top;
	float: left;
}
.comment-author.vcard {
	width: 90%;
	height: auto;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: top;
	padding-left: 5px;
	font-size: 1rem;
}
.comment-text {
	font-size: 1rem;
}
.comment-meta.commentmetadata {
	padding-bottom: 0.25rem;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0.5rem;
}
#commentform p {
	font-size: 1rem;
}
#commentform input,
#commentform textarea {
	display: block;
	width: 92%;
	padding: 0.25rem 2%;
	border: 1px solid #000;
	margin: 1rem auto;
	background: #ebe7df;
	font-size: 1rem;
}
#commentform input {
	margin: 0.5rem auto 1rem;
}
ol.commentlist .reply {
	line-height: 2em;
}
#cancel-comment-reply-link {
	padding-left: 10px;
	border-left: 1px solid #000;
	margin-left: 10px;
}
#commentform #submit {
	display: block;
	width: 30%;
	min-width: 100px;
	padding: 4px 6px 6px;
	cursor: pointer;
}
#commentform #submit:hover,
#commentform #submit:focus {
	background: #000;
	color: #fff;
}
.main-comment-section-header {
	font-weight: 300;
	cursor: pointer;
}
.main-comment-section-header:hover,
.main-comment-section-header:focus {
	color: #f00;
}
#wp-comment-cookies-consent {
	width: 7% !important;
	display: inline-block !important;
	vertical-align: top;
}
.comment-form-cookies-consent label {
	width: 90% !important;
	display: inline-block !important;
	vertical-align: top;
}
.comment-form-cookies-consent label,
.akismet_comment_form_privacy_notice {
	font-size: 1rem;
}
.akismet_comment_form_privacy_notice a {
	text-decoration: underline;
	color: #f00;
}
.akismet_comment_form_privacy_notice a:hover,
.akismet_comment_form_privacy_notice a:focus {
	text-decoration: none;
	color: #000;
}

/* =Tag Cloud and LinkList */
.wp-tag-cloud,
.linklist {
	width: 100%;
	text-align: center;
	display: block;
}
.wp-tag-cloud li,
.linklist li {
	width: 93%;
	padding: 0 1% 1rem;
	border-left: 1px solid #ccc;
	margin: 0 2%;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}
.linklistcatclass {
	font-family: 'Times New Roman', serif;
	font-size: 1.25rem;
	letter-spacing: 1px;
}
.linklist ul {
	padding-bottom: 1rem;
	border-bottom: 1px solid #aaa;
}
.linklist li {
	padding: 0 1% 0.25rem;
	margin: 0 2% 0.75rem;
}
.wp-tag-cloud li a:hover,
.wp-tag-cloud li a:focus,
.linklist li a:hover,
.linklist li a:focus {
	text-decoration: underline;
}
.linklist li .editlink {
	display: none;
}
@media all and (min-width: 1400px) {
	.wp-tag-cloud li,
	.linklist li {
		width: 26.3333%;
	}
}
@media all and (min-width: 501px) and (max-width: 1399px) {
	.wp-tag-cloud li,
	.linklist li {
		width: 43.3333%;
	}
}
@media all and (max-width: 500px) {
	.wp-tag-cloud li,
	.linklist li {
		width: 93%;
	}
}

/* =Content Structure -----------------------------*/
#masthead {
	width: 100%;
	height: auto;
	padding: 0;
	border-bottom: 1px solid #000;
	margin: 0;
	background: #393a35;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
}
#sitename {
	width: auto;
	height: auto;
	padding: 4px 0 4px 50px;
	margin: 4px 0;
	display: inline-block;
	vertical-align: top;
	background: transparent url(images/DeathMaiden100.png) 4px center no-repeat;
	background-size: auto 90%;
	color: #d7d1bf;
	font-family: 'Redressed', cursive;
	font-size: 1.75rem;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.25em;
}
@media (orientation: portrait) {
	#sitename {
		padding: 4px 0 4px 40px;
		font-size: 1.5rem;
	}
}
#sitename a:hover,
#sitename a:focus {
	background-color: #ebe7df;
	color: #393a35;
	text-decoration: none;
	cursor: pointer;
}
#container {
    width: 100%;
	height: auto;
	padding: 0;
	margin: 8rem auto 0;
	background: #393a35;
	overflow: hidden;
}
.home #container {
	margin: 0 auto 0;
}
@media (orientation: portrait) {
	#container {
	margin: 10rem auto 0;
	}
	.home #container {
		margin: 0 auto 0;
	}
}
.home #container,
.archive #container,
.category #container,
.search #container,
.error404 #container {
	min-height: 60vh;
	text-align: center;
}
.archive .error404,
.category .error404,
.search .error404 {
	min-height: 80vh;
}
.cat-description {
    width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto 4rem;
	color: #ebe7df;
	font-family: 'Redressed', cursive;
	font-size: 1.325rem;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 1px;
	text-align: center;
}
.cat-description p::before {
	content: "\0025E6\0000A0";
	font-weight: 600;
}
.cat-description p::after {
	content: "\0000A0\0025E6";
	font-weight: 600;
}
@media (orientation: portrait) {
	.cat-description {
		font-size: 1rem;
		font-weight: 400;
	}
}

/* Intro -----------------------------------*/
#intro {
	width: 100%;
	height: 100vh;
	padding: 0;
	border: 0;
	margin: 0 auto 0rem;
	background: #393a35 url(images/DeathMaidenbg.jpg) center no-repeat;
	background-size: cover;
	position: relative;
}
/* =Intro IntroMasthead Sitename ------------*/
#intro #intromasthead {
	width: 90%;
	height: auto;
	padding: 0 5%;
	margin: 0;
	border: 0;
	background: transparent;
	color: #d7d1bf;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 10%;
	z-index: 10;
	text-align: right;
}
#intro #intromasthead .intrositename {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	font-family: 'Redressed', cursive;
	font-size: 2.25rem;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.25em;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
#intro #intromasthead .intrositename p {
	width: 100%;
	height: auto;
	padding: 0;
	border: 0;
	margin: 0;
	display: block;
	font-family: 'times New Roman', serif;
	font-size: 45%;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.25em;
}
@media (orientation: portrait) {
	#intro {
		background: #393a35 url(images/DeathMaidenbg.jpg) center top no-repeat;
		background-size: cover;
	}
	#intro #intromasthead .intrositename {
		font-size: 2rem;
	}
}

/* =Footer ------------------------------*/
#footer {
    width: 100%;
	padding: 0 0 1rem;
	border-top: 1px solid #000;
	margin: 0rem auto 0;
	background: #393a35;
	text-align: center;
	display: block;
	position: relative;
}
#colophon {
	width: 96%;
	max-width: 600px;
	padding: 0 0 4rem;
	margin: 0 auto 1rem;
	background: transparent url(images/DeathMaiden100.png) bottom center no-repeat;
	background-size: 3rem 3rem;
	color: #d7d1bf;
	font-size: 0.85rem;
	font-weight: 400;
	display: block;
}
#colophon a {
	color: #d7d1bf;
	font-size: 0.85rem;
	text-decoration: underline;
}
#colophon a:hover,
#colophon a:focus {
	background: #d7d1bf;
	color: #393a35;
	text-decoration: none;
}
#colophon .footer-copyright {
	margin-top: 1rem;
}

/* =Menus --------------------------------*/
.menu-mainnav-container {
    width: 100%;
	height: auto;
	padding: 0.325rem 0;
	border: 0;
	margin: 0 auto;
	background: #393a35;
	list-style: none;
	text-align: center;
	display: block;
	position: relative;
}
.menu-homenav-container,
.menu-socialmedia-container {
    width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	background: transparent;
	list-style: none;
	text-align: center;
}
.menu-homenav-container {
	padding: 0;
	border: 0;
	margin: 2rem auto 3rem;
	position: relative;
}
#colophon .menu-socialmedia-container {
	margin: 2rem auto 2rem;
}
.menu {
	width: 100%;
	height: auto;
	padding: 0;
	border: 0;
	margin: 0 auto;
	list-style: none;
}
.menu .sub-menu {
	width: 100%;
	height: auto;
	padding: 0;
	border: 0;
	margin: 0 auto;
	background: #393a35;
	list-style: none;
	display: block;
	position: absolute;
	left: 0;
	z-index: 50;
	text-align: center;
}
.menu-mainnav-container .menu .sub-menu {
	padding: 2px 0;
	border-bottom: 1px solid #000;
	top: 2rem;
}
.menu-mainnav-container .menu .sub-menu {
	top: 2rem;
}
.menu .sub-menu li,
.menu li {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: center;
	list-style: none;
	display: inline-block;
}
.menu-homenav-container .menu li {
	width: auto;
	padding: 0;
	border: none;
	margin: 0;
	text-align: center;
}
a.menubutton,
.menu li a,
.menu .sub-menu li a {
	width: auto;
	height: auto;
	padding: 0 3px 2px;
	border-radius: 6px;
	margin: 0 3px;
	outline: 0;
	color: #d7d1bf;
	font-family: 'Times New Roman', serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	line-height: 1.25em;
	display: inline-block;
	cursor: pointer;
}
a.menubutton {
	padding: 0 3px;
	margin: 8px 13px 4px 3px;
	font-family: 'Redressed', cursive;
	font-size: 1.75rem;
	font-weight: 600;
	text-transform: capitalize;
	float: right;
}
.menu-mainnav-container .menu li a,
.menu-homenav-container .menu li a {
	font-size: 1.125rem;
	text-decoration: none;
	display: inline-block;
}
a.menubutton:hover,
a.menubutton:focus,
.menu-mainnav-container .sub-menu li a:hover, 
.menu-mainnav-container .sub-menu li a:focus,
.menu li a:hover, 
.menu li a:focus,
.menu li.current-menu-item a {
	background: #d7d1bf;
	color: #393a35;
	text-decoration: none;
}
.menu-socialmedia-container .menu li a {
	width: 34px;
	height: 34px;
	padding: 0;
	margin: 0 10px;
	outline: 0;
	text-decoration: none;
	text-indent: -99999px;
	line-height: auto;
	display: block;
	cursor: pointer;
}
#menu-item-11 a {
	background: transparent url(images/bluesky64butterflygray.png) center no-repeat;
	background-size: cover;
}
#menu-item-12 a {
	background: transparent url(images/bandcamp64butterflygray.png) center no-repeat;
	background-size: cover;
}
.menu-socialmedia-container .menu li a:hover,
.menu-socialmedia-container .menu li a:focus {
	background: #d7d1bf !important;
	opacity: 1.0;
}
@media (orientation: portrait) {
	a.menubutton {
		font-size: 1.5rem;
	}
	.menu li a,
	.menu-mainnav-container .menu li a
	.menu-homenav-container .menu li a {
		font-size: 1rem;
	}
	.menu-mainnav-container .menu .sub-menu {
		top: 2rem;
	}
}

/* =Posts ----------------------------------------*/
.post {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto 1rem;
	text-align: left;
	display: block;
}
.mainposts {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	display: block;
}
.mainposts .page,
.mainposts .post,
.archive .post,
.category .post,
.search .post {
	width: 96%;
	height: auto;
	padding: 0;
	border-radius: 12px;
	margin: 0 1.25% 4rem;
	background: #ebe7df;
	display: inline-block;
	vertical-align: top;
}
@media (orientation: portrait) and (min-width: 920px) {
	.mainposts .page,
	.mainposts .post,
	.archive .post,
	.category .post,
	.search .post {
		width: 46%;
	}
	.mainposts .page,
	.archive.pages .post,
	.category.pages .post,
	.search.pages .post {
		width: 46%;
	}
}
@media (min-width: 1400px) {
	.mainposts .page,
	.mainposts .post,
	.archive .post,
	.category .post,
	.search .post {
		width: 30%;
	}
}
.mainposts .page .post-text,
.mainposts .post .post-text,
.archive .post .post-text,
.category .post .post-text,
.search .post .post-text {
	width: 96%;
	padding: 5px 2% 0;
	margin: 0 auto;
	background: #ebe7df;
	border-radius: 12px;
	color: #000;
	font-size: 1rem;
	text-align: left;
}
.mainposts .page .post-text p,
.mainposts .post .post-text p,
.archive .post .post-text p,
.category .post .post-text p,
.search .post .post-text p {
	font-size: 1rem;
}
.mainposts .page .post-text h2,
.mainposts .post .post-text h2,
.archive .post .post-text h2,
.category .post .post-text h2,
.search .post .post-text h2 {
	width: 100%;
	font-size: 1.625rem;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 0.5rem;
	text-align: center;
}
.archive .post .post-text h2 a,
.category .post .post-text h2 a,
.search .post .post-text h2 a {
	width: auto;
	color: #393a35;
	font-size: 1.625rem;
	font-weight: 400;
	letter-spacing: 1px;
}
.archive .post .post-text h2 a:hover,
.archive .post .post-text h2 a:focus,
.category .post .post-text h2 a:hover,
.category .post .post-text h2 a:focus,
.search .post .post-text h2 a:hover,
.search .post .post-text h2 a:focus {
	color: #393a35;
}
.mainposts-archive-link {
	width: 100%;
	height: auto;
	padding: 0 0 2rem;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.mainposts-archive-link a {
	width: auto;
	height: auto;
	padding: 0 5px;
	border-radius: 6px;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	color: #ebe7df;
	font-family: 'Times New Roman', serif;
	font-size: 1.25rem;
	line-height: 1.25em;
}
.mainposts-archive-link a:hover,
.mainposts-archive-link a:focus {
	background: #ebe7df;
	color: #393a35;
	text-decoration: none;
}

/* =Main Index About Page Special ------------------------------*/
.mainposts.about-page .page {
	width: auto;
	max-width: 600px;
	padding: 1.5rem 15px;
	border: 1px solid #000;
	border-radius: 12px;
	margin: 0 auto 4rem;
	background: #ebe7df;
	box-shadow: 0px 4px 12px rgba(0,0,0,1);
	text-align: left;
}
.mainposts.about-page .page h2 {
	text-align: center;
}

/* =Other Posts ------------------------------*/
.archive .post.error404,
.category .post.error404 {
	background: transparent;
	box-shadow: none;
	color: #d7d1bf;
	font-weight: 300;
}
.imgwrap {
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	border-radius: 12px 12px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
@media all and (min-width: 700px) {
	.imgwrap {
		height: 350px;
	}
}
@media all and (min-width: 880px) {
	.imgwrap {
		height: 300px;
	}
}
@media all and (min-width: 1100px) {
	.imgwrap {
		height: 250px;
	}
}
.imgwrap img {
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	border-radius: 12px 12px 0px 0px;
}
.main-post-tags {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	color: #000;
	font-size: 0.8rem;
	font-weight: 400;
	display: block;
}
.category .post .main-post-tags,
.archive .post .main-post-tags,
.search .post .main-post-tags {
	padding: 0 0 0.75rem;
}
@media (orientation: portrait) {
	.mainposts .page .post-text,
	.mainposts .post .post-text,
	.archive .post .post-text,
	.category .post .post-text,
	.search .post .post-text {
		font-size: 1rem;
	}
}
.mainposts .imgwrap,
.archive .imgwrap,
.category .imgwrap,
.search .imgwrap {
	border-radius: 12px 12px 0px 0px;
}
.single .entry-content,
.page .entry-content {
	max-width: 600px;
	min-height: 80vh;
	padding: 1rem 15px;
	border: 1px solid #000;
	border-radius: 12px;
	margin: 0 auto 4rem;
	background: #ebe7df;
}
@media (orientation: portrait) {
	.single .entry-content,
	.page .entry-content {
		max-width: 92%;
		min-height: 80vh;
		padding: 1rem 1.75% 0;
	}
}
.single .post img,
.entry-content img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.single .post img,
.page .entry-content img {
	margin: 0 auto 1rem;
}
.single .post .wp-caption img,
.page .entry-content .wp-caption img {
	margin: 0 auto;
}