/*!
Theme Name: Never Was
Theme URI: https://neverwasmag.com
Author: Nick Ottens
Author URI: http://nickottens.com/
Description: Never Was Magazine Theme
Version: 1.0.0

neverwas is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
	## Pagination
# Accessibility
# Alignments
# Content
	## Header
	## Footer
	## Main Content
	## Posts and Pages
	## Search Results
	## Comments
	## Sidebar
# Infinite scroll
# Media
	## Aligments
	## Captions
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping Content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-Level Semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded Content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 */
button,
input {
	overflow: visible;
}

/**
 * Override iOS.
 */

input[type] {
	-moz-appearance: none;
	-webkit-appearance: none;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #444;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #111;
	font-family: 'Poiret One', Helvetica, Arial, "sans-serif";
}

.main-navigation,
.home-link,
.post-categories,
blockquote,
.widget-title,
.site-footer {
	font-family: 'Belleza', Helvetica, Arial, "sans-serif";
}

h1 {
	font-size: 2em;
}

.page-header h1 {
	line-height: 1;
}

@media screen and (max-width: 480px) {
	.entry-header h1 {
		line-height: 1.1;
	}
}

h1,
h4,
h5,
h6 {
	margin: 0;
}

h2 {
	font-size: 1.5em;
}

h2,
h3 {
	margin: 1.5em 0 .5em;
}

h2.search-title,
h3 {
	font-size: 1.17em;
}

h2.search-title {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: normal;
}

h4 {
	font-size: 1em
}

h5 {
	font-size: .875rem;
}

.main-navigation,
.home-link,
.post-categories,
.widget-title {
	font-size: .875rem;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}

p {
	margin: 0 0 1.5em;
}

.attachment {
	margin: 0 0 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #444;
	margin: 0 0 1.5em 0;
	padding: 0 0 0 1.5em;
}

blockquote blockquote {
	border-left: none;
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

body {
	background: #fff;
}

hr {
	border: none;
 	border-top: medium double #111;
	margin: 1.5em 0;
	overflow: hidden;
}

ul,
ol {
	margin: 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ul li,
ol li {
	margin: .5em 0;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

.entry-meta ul,
.widget-area ul,
.site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul li {
	margin: 1em 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #f44444;
	border: 2px solid #f44444;
	color: #fff;
	font-size: .875em;
	letter-spacing: 1px;
}

button,
input[type="button"],
input[type="reset"],
input[type="search"],
input[type="submit"] {
	border-radius: 5px;
	line-height: 1;
	min-height: 40px;
	padding: .5em 1em;
}

button:hover, button:active, button:focus,
input[type="button"]:hover, input[type="button"]:active, input[type="button"]:focus,
input[type="reset"]:hover, input[type="reset"]:active, input[type="reset"]:focus,
input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
	background: #ff9999;
	cursor: pointer;
}

input[type="search"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	background: #fafafa;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: .5em;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	background: #fff;
	color: #111;
}

.search-form {
	position: relative;
}

#mc_embed_signup input[type="email"],
input[type="search"] {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	vertical-align: middle;
	width: 98%;
}

#mc_embed_signup input[type="submit"],
.search-form input[type="submit"] {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	right: 0;
	position: absolute;
	vertical-align: middle;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #f44444;
	text-decoration: none;
}

.main-navigation a,
.entry-header a,
.site-footer a {
	color: #111;
}

.entry-meta span a,
.comment-meta a,
.entry-footer a,
.widget-area a {
	color: #444;
}

.wp-block-gallery figcaption a {
	color: #fff;
}

.entry-footer a {
	opacity: .75;
}

a:hover,
a:focus,
a:active {
	color: #e44444;
	opacity: 1;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.wp-block-gallery figcaption a,
.wp-block-gallery figcaption a:hover,
.wp-block-gallery figcaption a:focus,
.wp-block-gallery figcaption a:active {
	color: #fff !important;
}

.post-categories a:before,
a[rel=tag]:before {
	content: "#";
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
    line-height: 21px;
	list-style: none;
	margin: 8px auto 0;
	padding: 0;
}

.main-navigation ul li {
	display: inline;
	margin: 0 8px;
	padding: 0;
}

.main-navigation ul li:hover {
	cursor: pointer;
}

.main-navigation a {
	text-transform: uppercase;
}

.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
	font-weight: bold;
}

@media screen and (min-width: 480px) {
	.main-navigation {
		background: #111;
		height: 3px;
		margin: 8px auto 21px;
	}
	.main-navigation ul {
		left: 30px;
		margin-top: -8px;	
		position: absolute;
		right: 30px;
	}
	.main-navigation ul li {
		background: #fff;
		margin: 0 -7px;
		padding: 7px 28px;
	}
	.main-navigation ul li:first-of-type {
		padding: 7px 14px 7px 28px;
	}
	.main-navigation ul li:last-of-type {
		padding: 7px 28px 7px 14px;
	}
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/

.pagination {
	text-align: center;
	width: 100%;
}

@media screen and (min-width: 1024px) {
	.pagination {
		border-top: 1px solid #444;
		padding: 2em 0 .5em;
		margin-bottom: 0;
	}
}

.pagination .page-numbers {
	background: #fff;
	border: 1px solid #444;
	display: inline-block;
	height: 36px;
	font-size: 14px;
	justify-content: center;
	line-height: 36px;
	margin: 0 0 0 -6px;
	width: 37px;
}

.pagination a {
	color: #444;
}

.pagination .prev {
	margin: 0 16px 0 0;
}

.pagination .next {
	margin: 0 0 0 10px;
}

.pagination .prev,
.pagination .next {
	border: none;
	font-size: 40px;
	vertical-align: middle;
	width: auto;
}

.pagination .page-numbers.current,
.pagination .page-numbers:active,
.pagination .page-numbers:focus,
.pagination .page-numbers:hover {
	background: #f44444;
	color: #fff !important;
	text-decoration: none;
}

.pagination a.prev:active, .pagination a.prev:focus, .pagination a.prev:hover,
.pagination a.next:active, .pagination a.next:focus, .pagination a.next:hover {
	background: none;
	color: #f44444 !important;
}

@media screen and (max-width: 480px) {
	.pagination .prev,
	.pagination .next {
		display: none;
	}
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	text-align: center;
}

.site-branding {
	height: 200px;
	line-height: 1;
}

.site-branding img {
	display: block;
	margin: 0 auto;
	width: 200px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	text-align: center;
}

.site-footer .search-form {
	margin-bottom: 3em;
}

.site-footer .footer-navigation {
	margin-bottom: 1.5em;
}

@media screen and (min-width: 1024px) {
	.site-footer {
		border-top: 1px solid #444;
		padding-top: 2em;
	}
	.home .site-footer {
		border: none;
		padding-top: 0;
	}
	.site-footer .search-form {
		display: none;
	}
	.home .site-footer .search-form {
		display: block;
	}
}

.site-footer ul li {
	display: inline;
	margin: 0 .5em;
}

.site-footer a {
	text-transform: uppercase;
}

/*--------------------------------------------------------------
## Main Content
--------------------------------------------------------------*/
.site {
	display: grid;
	grid-gap: 1.5em 3em;
	grid-template-columns: 1fr;
	margin: 0 auto;
	padding: 2em 6%;
}

@media screen and (min-width: 1024px) {
	.site {
		grid-template-columns: repeat(4, 1fr);
  		grid-template-areas: 	"header		header      header      header"
								"content    content     content 	sidebar"
								"nav 		nav 		nav 		nav"
								"footer     footer      footer		footer";
		max-width: 1140px;
	}
	.page-template-fullwidth .site {
  		grid-template-areas: 	"header		header      header      header"
								"content    content     content 	content"
								"nav 		nav 		nav 		nav"
								"footer     footer      footer		footer";
	}
	.site-header {
		grid-area: header;
	}
	.site-main {
		grid-area: content;
	}
	.pagination {
		grid-area: nav;
	}
	.widget-area {
		grid-area: sidebar;
		text-align: right;
	}
	.site-footer {
		grid-area: footer;
	}
}

.attachment .entry-header,
.page .entry-header,
.page-header {
	margin-bottom: 1.5em;
}

.archive-description {
	margin-top: 1em;
}

.entry-title {
	margin: 0;
}

/*--------------------------------------------------------------
## Posts and Pages
--------------------------------------------------------------*/
.post {
	display: grid;
	grid-gap: 1em 3em;
	grid-template-columns: 1fr;
	margin-bottom: 3em;
}

@media screen and (min-width: 1024px) {
	.post {
		grid-template-columns: repeat(3, 1fr);
		grid-template-areas: 	"thumbnail 	thumbnail 	thumbnail"
								"meta 		header 		header"
								"meta		content 	content"
								"meta		footer 		footer";
	}
	.entry-thumbnail {
		grid-area: thumbnail;
	}
	.entry-header {
		grid-area: header;
	}
	.entry-meta {
		grid-area: meta;
	}
	.entry-content {
		grid-area: content;
	}
	.entry-footer {
		grid-area: footer;
	}
}

.post {
	margin-top: -1em;
}

.post.has-post-thumbnail {
	margin-top: 0;
}

.archive .post:last-of-type,
.blog .post:last-of-type,
.search .post:last-of-type {
	margin-bottom: 0;
}

.entry-meta span {
	display: block;
}

.entry-footer a {
	margin-left: .5em;
}

.sticky {
	display: block;
}

.post-edit-link,
.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
}

/*--------------------------------------------------------------
## Search Results
--------------------------------------------------------------*/

.search .post {
	border-top: 1px solid #ddd;
	display: block;
	margin: 1.5em 0 0;
	padding: 1.5em 0 0;
}

.search-title {
	margin: 0 0 .25em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
	display: grid;
	grid-gap: 0 3em;
	grid-template-columns: 1fr;
}

@media screen and (min-width: 1024px) {
	.comments-area {
		grid-template-columns: repeat(3, 1fr);
		grid-template-areas: 	"... 	title 		title"
								"... 	comments 	comments"
								"...	respond 	respond";
	}
	.comments-title {
		grid-area: title;
	}
	.comment-list {
		grid-area: comments;
	}
	.comment-respond {
		grid-area: respond;
	}
}

.comment-meta {
	margin-bottom: 1.25em;
}

.comment-content a {
	word-wrap: break-word;
}

.comments-area ol,
.comments-area li > ol {
	list-style: none;
	padding: 0;
	margin: 1.5em 0 0;
}

.comments-area li > ol {
	margin: 0 0 1.5em 1.5em;
}

.comment-body {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.5em;
	position: relative;
}

.bypostauthor {
	display: block;
}

.says {
	display: none;
}

.comment-reply-title {
	margin: 0 0 1em;
}

.reply {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}

.comment-body:hover .reply {
	display: block;
}

.avatar {
	float: left;
	margin-right: 1em;
}

/*--------------------------------------------------------------
# #Sidebar
--------------------------------------------------------------*/
.widget {
	margin: 0 0 3em;
}

.entry-meta span,
.comment-meta,
.widget ul li {
	font-size: .875rem;
}

.widget li.current-menu-item,
.widget li.current_page_item {
	font-weight: bold;
}

.entry-meta span {
	margin: .5em 0;
}

.widget select {
	max-width: 100%;
}

.widget-title {
	margin: 1.5em 0;
}

.widget_search .widget-title {
	display: none;
}

.error404 .widget_search,
.search-no-results .widget_search {
	display: none;
}

.widget_search input[type="submit"] {
	display: none;
}

.widget_search input[type="search"] {
	width: 66%;
}

@media screen and (max-width: 1023px) {
	.widget_search {
		display: none;
	}
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

.avatar {
	border-radius: 50%;
}

/*--------------------------------------------------------------
## Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	margin: .5em 2em 1.5em 0 !important;
}

.alignright {
	float: right;
	margin: .5em 0 1.5em 1.5em !important;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 1.5em auto 1em !important;
}

.alignnone {
	clear: both;
	display: block;
	margin: 1.5em 0 1em !important;
}

.wp-block-image {
	margin-bottom: 0;
}

.wp-block-gallery {
	margin: 1.5em auto 1em;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
figcaption {
	font-size: .875rem;
	max-width: 100%;
	opacity: .75;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}