/*
Theme Name: Heidi
Theme URI: http://alexaweidinger.com/heidi
Author: Alexa Weidinger
Author URI: http://alexaweidinger.com/themes
Description: Heidi is a simple theme with a fun, easily customizable color scheme. Designed with a mobile-first approach and an emphasis on responsive design, Heidi is ready-for-use on a multitude of screen sizes and across devices.
Version: 2.0
Tested up to: 5.4
Requires PHP: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: heidi
Tags: right-sidebar, two-columns, custom-background, custom-colors, custom-header, editor-style, featured-images, sticky-post, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

heidi is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Normalize
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Links
6.0 - Header
7.0 - Menus
8.0 - Accessibility
9.0 - Alignments
10.0 - Clearings
11.0 - Widgets
12.0 - Content
    12.1 - Posts and pages
	12.2 - Asides
	12.3 - Comments
13.0 - Footer
14.0 - Infinite scroll
15.0 - Media
	15.1 - Captions
	15.2 - Galleries
	15.3 - Featured Images
16.0 - 404 Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Open Sans', Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	background: #f0f7f0;
}

td,
th {
	padding: 5px;
	border: 1px solid #c9cdc9;
}

@media all and (min-width: 400px) {

	td,
	th {
		padding: 10px;
	}

}

thead {
	background: #d0e7dd;
}

/*--------------------------------------------------------------
2.0 - Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1em;
	line-height: 1.7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

p {
	margin-bottom: 1.5em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 20px;
	font-family: 'Libre Baskerville', Georgia, serif;
	background: #bdddcf;
	border-left: 8px solid #4e9f80;
	padding: 8px 8px 20px 20px;
	line-height: 2em;
}

.is-style-large {
	padding: 20px!important;
}

.wp-block-pullquote {
	padding: 0 40px;
}

.wp-block-pullquote blockquote {
	border-left: none;
	border-top: 6px solid #4e9f80;
	border-bottom: 6px solid #4e9f80;;
}

.wp-block-pullquote blockquote::before {
	font-family: 'Fontawesome';
	content: "\f10e";
	padding-top: 20px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #f0f7f0;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 - Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #e2e2e2; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 40px 0;
}

ul,
ol {
	margin: 0 0 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-left: -20px;
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
4.0 - Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

.wp-block-button {
	margin: 20px 0;
}

/*--------------------------------------------------------------
5.0 - Links
--------------------------------------------------------------*/
a {
	color: #6ac5a2;
	font-weight: 700;
	text-decoration: none;
}

a:visited {
	color: #6ac5a2;
}

a:hover,
a:focus,
a:active {
	color: #b4604e;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.more-link {
	background: #4e9f80;
	color: #fff!important;
	padding: 10px;
}

.more-link:hover, .more-link:focus {
	background: #fff;
	color: #4e9f80!important;
	text-decoration: none;
}

/*--------------------------------------------------------------
6.0 - Header
--------------------------------------------------------------*/

.site-header {
	background: #6ac5a2;
	padding: 30px 0;
}

.site-branding {
	margin: 20px;
	color: #fff;
}

.site-title a {
	color: #fff;
	font-size: 1.5em;
	line-height: 1em;
}

.site-title a:hover, .site-title a:focus {
	color: #fff;
}

.site-header h1 {
	margin: 0;
}

.site-description {
	font-style: italic;
}

.page-title {
	margin: 20px;
	padding: 20px;
	background: #b4604e;
	color: #fff;
}

@media all and (min-width: 768px) {
	
	.site-header {
		padding: 30px 40px;
	}
	
	.page-title {
		margin: 50px;
		padding: 30px;
	}
	
}

.header-background-image {
	background: no-repeat center;
	background-size: cover!important;
	-moz-background-size: cover!important;
	-webkit-background-size: cover!important;
}

/*--------------------------------------------------------------
7.0 - Menus
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
	float: left;
	margin-left: 20px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 30px 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
	padding: 10px;
}

.main-navigation a {
	text-decoration: none;
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
}

.main-navigation a:hover, .main-navigation a:focus {
	color: #333333;
}

.main-navigation ul ul {
	margin-top: 8px;
	margin-bottom: 0;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {
	padding-left: 20px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	
	.menu-toggle {
		display: none;
	}
	
	.main-navigation a {
		border-bottom: none;
	}
		
	.main-navigation ul {
		display: block;
		margin: 0;
	}
	
	.main-navigation li {
		float: left;
	}
	
	.main-navigation ul ul {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		float: left;
		position: absolute;
		top: 1.5em;
		left: -999em;
		z-index: 99999;
		background: #6ac5a2;
		width: 200px;
	}
	
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
	padding: 0 20px;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
}

.nav-previous a:before {
    display: inline-block;
    padding: 0 5px;
    font-family: 'Fontawesome';
    font-size: 20px;
    color: #444;
    -webkit-font-smoothing: antialiased;
    content: '\f060';
}

.nav-previous a::before { content: '\f060'; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
}

.nav-next a:after {
    display: inline-block;
    padding: 0 5px;
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #444;
    -webkit-font-smoothing: antialiased;
    content: '\f061';
}

.nav-next a::after { content: '\f061'; }

@media all and (min-width: 768px) {
	
	.nav-previous, .nav-next {
		margin: 0 50px;
	}
	
}

/*--------------------------------------------------------------
8.0 - Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.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; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
9.0 - Alignments
--------------------------------------------------------------*/

.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
10.0 - Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
11.0 - Widgets
--------------------------------------------------------------*/

.widget-area {
	background: #b4604e;
	color: #ffffff;
}

.widget-area a {
	color: #f2bfb5;
}

.widget-area a:hover, .widget-area a:focus {
	color: #000000;
}

.widget-title {
	padding-bottom: 10px;
}

.widget ul {
	padding-left: 20px;
}

.widget {
	width: 100%;
	padding: 20px;
	border-bottom: 2px solid #fff;
}

/* Make sure select elements fit in widgets. */

.widget select {
	max-width: 75%;
	margin-bottom: 20px;
}

/* Search widget. */

.widget_search .search-form {
	margin-bottom: 20px;
}

.widget_search .search-submit {
	display: none;
}

/* Calendar widget */

.widget_calendar td {
	text-align: center;
	font-size: .8em;
}

/* Tables in widgets */

.widget-area table {
	background: #bf6956;
}

.widget-area td,
.widget-area th {
	border: 1px solid #c57768;
}

.widget-area thead {
	background: #9d4d3c;
}

.date_with_link {
	background: #fff;
	padding: 0;
}

.date_with_link:hover {
	background: #b4604e
}

.date_with_link:hover > a {
	color: #fff;
}

.widget_calendar td > a {
	padding: 5px;
	color: #b4604e;
}

.widget_calendar td > a:hover {
	color: #fff;
	text-decoration: none;
}

.widget_calendar td > a:focus {
	color: #b4604e;
}

@media all and (min-width: 768px) {

	.widget-area {
		padding: 20px 0 20px 50px;
	}
	
	.widget {
		margin: 5px 20px 5px 0;
		max-width: 40%;
		border-bottom: none;
	}
	
}

@media all and (min-width: 1024px) {
	
	.widget-area {
		background: transparent;
		padding: 0;
		margin: 35px 0;
	}
	
	.widget {
		background: #b4604e;
		margin: 15px;
		max-width: 88%;
		padding: 15px 30px;
	}
	
}

@media all and (min-width: 1366px) {
	
	.widget {
		max-width: 83%;
	}
	
}

/*--------------------------------------------------------------
12.0 - Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
12.1 - Posts and pages
--------------------------------------------------------------*/

.sticky {
	display: block;
	background: #bdddcf!important;
	border-top: none!important;
	border-bottom: none!important;
}

.sticky a {
	color: #4e9f80;
}

.sticky a:hover, .sticky a:focus {
	color: #b4604e;
}

.sticky .entry-header {
	padding-top: 10px;
}

.sticky .entry-footer {
	background: #d0e7dd!important;
	border-bottom: 8px solid #4e9f80;
}

.sticky blockquote {
	background: #d0e7dd;
}

.hentry {
	margin: 0 0 1.5em;
	background: #e9f0e9;
	border-top: 1px solid #c9cdc9;
	border-bottom: 1px solid #c9cdc9;
}

.entry-header {
	margin-bottom: 15px;
}

.hentry h1 a {
	color: #4e9f80;
}

.hentry h1 a:hover, .hentry h1 a:focus {
	color: #000;
}

.entry-title {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 2px;
	line-height: 1.3em;
}

.entry-title, .posted-on {
	font-family: 'Libre Baskerville', Georgia, serif;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: none;
}

.posted-on, .entry-footer {
	font-size: .8em;
}

.posted-on a {
	color: #4e9f80;
}

.posted-on a:hover, .posted-on a:focus {
	color: #000;
}

.page-content,
.entry-content, .posted-on,
.entry-summary {
	padding: 0 20px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-footer {
	color: #404040;
	background: #f0f7f0;
	padding: 12px 20px;
}

.cat-links, .tags-links, .comments-link {
	display: block;	
}

@media all and (min-width: 768px) {
	
	.sticky {
		border: none!important;
	}
	
	.sticky .entry-header {
		border-top: 8px solid #4e9f80;
	}
	
	.hentry {
		margin: 50px;
		border: 1px solid #c9cdc9;
	}
	
	.entry-title {
		margin-top: 40px;
		margin-left: 40px;
	}
	
	.page-content,
	.entry-content, .posted-on,
	.entry-summary {
		padding: 0 40px;
	}
	
	.entry-footer {
		padding: 20px 40px;
	}
	
}

@media all and (min-width: 1024px) {
	
	.hentry {
		margin: 50px 30px;
	}
	
}

@media all and (min-width: 1366px) {
	
	.hentry {
		margin: 50px;
	}
	
}

/*--------------------------------------------------------------
12.2 - Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
12.3 - Comments
--------------------------------------------------------------*/
.comments-area {
	margin: 0 0 1.5em;
	background: #e9f0e9;
	border-top: 1px solid #c9cdc9;
	border-bottom: 1px solid #c9cdc9;
}

.comments-title, #respond {
	margin: 20px;
}

.comment-list * {
	list-style-type: none;
}

.comment-list {
	padding: 0;
}

.comment-body {
	margin: 20px;
	padding: 10px;
	background: #f0f7f0;
}

.comment-metadata {
	font-size: .85em;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.no-comments {
	margin: 0 30px 40px;
	font-weight: 700;
}

@media all and (min-width: 768px) {
	
	.comments-area {
		margin: 50px;
		border: 1px solid #c9cdc9;
	}
	
	.comment-list, .comments-title, #respond {
		margin: 40px;
	}
	
	.comment-body {
		padding: 20px;
		margin: 20px 0;
	}
	
	.comments-area .nav-previous, .comments-area .nav-next {
		margin-left: 20px;
	}
	
}

/*--------------------------------------------------------------
13.0 - Footer
--------------------------------------------------------------*/
.site-footer {
	background: #6ac5a2;
	color: #111111;
	padding: 20px;
}

.site-footer a {
	color: #fff;
}

.site-footer a:hover, .site-footer a:focus {
	color: #333333;
}

@media all and (min-width: 768px) {
	
	.site-footer {
		text-align: center;
		padding: 50px;
	}
	
}

/*--------------------------------------------------------------
14.0 - Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
15.0 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
15.1 Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
15.2 Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
15.3 - Featured Images
--------------------------------------------------------------*/

.attachment-post-thumbnail {
	display: block;
	margin: 0 auto;
}

.post-thumbnail-wrap {
	background-color: #f0f7f0;
}

/*--------------------------------------------------------------
16.0 - 404 Page
--------------------------------------------------------------*/

/* Styling widget area for 404 pages */

.widget-404 .widget:last-of-type {
	border-bottom: none;
	padding-bottom: 40px;
}

.error-404 .page-content {
	padding: 0 30px;
}

@media all and (min-width: 768px) {
	
	.widget-404 .widget {
		margin: 5px 20px 5px 0;
		border-bottom: 2px solid #fff;
	}
	
	.error-404 .page-content {
		padding: 0 70px;
	}
	
}

@media all and (min-width: 1024px) {
	
	.widget-404 .widget {
		background: none;
		margin: auto;
		width: auto;
		padding: auto;
	}
	
}